@junobuild/admin 0.0.46 → 0.0.47-next-2024-04-28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/declarations/ic/ic.did.d.ts +221 -140
  2. package/declarations/ic/ic.factory.did.js +234 -169
  3. package/declarations/ic/ic.factory.did.mjs +339 -0
  4. package/declarations/mission_control/mission_control.did.d.ts +1 -0
  5. package/declarations/orbiter/orbiter.did.d.ts +1 -0
  6. package/declarations/satellite/satellite.did.d.ts +11 -0
  7. package/declarations/satellite/satellite.factory.did.js +10 -0
  8. package/declarations/satellite/satellite.factory.did.mjs +10 -0
  9. package/dist/browser/index.js +7 -7
  10. package/dist/browser/index.js.map +3 -3
  11. package/dist/declarations/ic/ic.did.d.ts +221 -140
  12. package/dist/declarations/ic/ic.factory.did.js +234 -169
  13. package/dist/declarations/ic/ic.factory.did.mjs +339 -0
  14. package/dist/declarations/mission_control/mission_control.did.d.ts +1 -0
  15. package/dist/declarations/orbiter/orbiter.did.d.ts +1 -0
  16. package/dist/declarations/satellite/satellite.did.d.ts +11 -0
  17. package/dist/declarations/satellite/satellite.factory.did.js +10 -0
  18. package/dist/declarations/satellite/satellite.factory.did.mjs +10 -0
  19. package/dist/node/index.mjs +7 -7
  20. package/dist/node/index.mjs.map +3 -3
  21. package/dist/types/api/ic.api.d.ts +1 -1
  22. package/dist/types/api/satellite.api.d.ts +8 -1
  23. package/dist/types/services/satellite.services.d.ts +8 -1
  24. package/dist/types/types/ic.types.d.ts +3 -11
  25. package/dist/types/utils/rule.utils.d.ts +1 -1
  26. package/package.json +6 -6
  27. package/declarations/ic/ic.did +0 -195
  28. package/declarations/mission_control/index.d.ts +0 -45
  29. package/declarations/mission_control/index.js +0 -38
  30. package/declarations/orbiter/index.d.ts +0 -45
  31. package/declarations/orbiter/index.js +0 -37
  32. package/declarations/satellite/index.d.ts +0 -45
  33. package/declarations/satellite/index.js +0 -37
  34. package/dist/declarations/ic/ic.did +0 -195
  35. package/dist/declarations/mission_control/index.d.ts +0 -45
  36. package/dist/declarations/mission_control/index.js +0 -38
  37. package/dist/declarations/orbiter/index.d.ts +0 -45
  38. package/dist/declarations/orbiter/index.js +0 -37
  39. package/dist/declarations/satellite/index.d.ts +0 -45
  40. package/dist/declarations/satellite/index.js +0 -37
@@ -1,14 +1,14 @@
1
- var xr=Object.defineProperty;var Tr=(e,t)=>{for(var r in t)xr(e,r,{get:t[r],enumerable:!0})};import{Principal as qr}from"@dfinity/principal";import{CanisterStatus as Pr}from"@dfinity/agent";import{Principal as Vr}from"@dfinity/principal";import{assertNonNullish as Rr}from"@junobuild/utils";import{Actor as wr,HttpAgent as br}from"@dfinity/agent";import{nonNullish as Nr}from"@junobuild/utils";var ve=async({canisterId:e,idlFactory:t,config:r,...n})=>{let o=await Pe(n);return wr.createActor(t,{agent:o,canisterId:e,...r!==void 0?r:{}})},Pe=async({identity:e,fetch:t,container:r})=>{let n=Nr(r)&&r!==!1,o=n?r===!0?"http://127.0.0.1:5987":r:"https://icp-api.io",i=new br({identity:e,host:o,...t&&{fetch:t}});return n&&await i.fetchRootKey(),i};import{Principal as Ge}from"@dfinity/principal";import{isNullish as vr}from"@junobuild/utils";var qe=({IDL:e})=>{let t=e.Variant({mainnet:e.Null,testnet:e.Null}),r=e.Text,n=e.Record({network:t,address:r,min_confirmations:e.Opt(e.Nat32)}),o=e.Nat64,i=e.Record({network:t}),s=e.Nat64,l=e.Record({network:t,filter:e.Opt(e.Variant({page:e.Vec(e.Nat8),min_confirmations:e.Nat32})),address:r}),u=e.Vec(e.Nat8),c=e.Record({txid:e.Vec(e.Nat8),vout:e.Nat32}),d=e.Record({height:e.Nat32,value:o,outpoint:c}),_=e.Record({next_page:e.Opt(e.Vec(e.Nat8)),tip_height:e.Nat32,tip_block_hash:u,utxos:e.Vec(d)}),R=e.Record({transaction:e.Vec(e.Nat8),network:t}),a=e.Principal,p=e.Variant({from_user:e.Record({user_id:e.Principal}),from_canister:e.Record({canister_version:e.Opt(e.Nat64),canister_id:e.Principal})}),m=e.Variant({creation:e.Record({controllers:e.Vec(e.Principal)}),code_deployment:e.Record({mode:e.Variant({reinstall:e.Null,upgrade:e.Null,install:e.Null}),module_hash:e.Vec(e.Nat8)}),controllers_change:e.Record({controllers:e.Vec(e.Principal)}),code_uninstall:e.Null}),g=e.Record({timestamp_nanos:e.Nat64,canister_version:e.Nat64,origin:p,details:m}),y=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),memory_allocation:e.Nat,compute_allocation:e.Nat}),h=e.Record({freezing_threshold:e.Opt(e.Nat),controllers:e.Opt(e.Vec(e.Principal)),memory_allocation:e.Opt(e.Nat),compute_allocation:e.Opt(e.Nat)}),N=e.Variant({secp256k1:e.Null}),T=e.Record({value:e.Text,name:e.Text}),P=e.Record({status:e.Nat,body:e.Vec(e.Nat8),headers:e.Vec(T)}),v=e.Vec(e.Nat8);return e.Service({bitcoin_get_balance:e.Func([n],[o],[]),bitcoin_get_current_fee_percentiles:e.Func([i],[e.Vec(s)],[]),bitcoin_get_utxos:e.Func([l],[_],[]),bitcoin_send_transaction:e.Func([R],[],[]),canister_info:e.Func([e.Record({canister_id:a,num_requested_changes:e.Opt(e.Nat64)})],[e.Record({controllers:e.Vec(e.Principal),module_hash:e.Opt(e.Vec(e.Nat8)),recent_changes:e.Vec(g),total_num_changes:e.Nat64})],[]),canister_status:e.Func([e.Record({canister_id:a})],[e.Record({status:e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),memory_size:e.Nat,cycles:e.Nat,settings:y,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8))})],[]),create_canister:e.Func([e.Record({settings:e.Opt(h),sender_canister_version:e.Opt(e.Nat64)})],[e.Record({canister_id:a})],[]),delete_canister:e.Func([e.Record({canister_id:a})],[],[]),deposit_cycles:e.Func([e.Record({canister_id:a})],[],[]),ecdsa_public_key:e.Func([e.Record({key_id:e.Record({name:e.Text,curve:N}),canister_id:e.Opt(a),derivation_path:e.Vec(e.Vec(e.Nat8))})],[e.Record({public_key:e.Vec(e.Nat8),chain_code:e.Vec(e.Nat8)})],[]),http_request:e.Func([e.Record({url:e.Text,method:e.Variant({get:e.Null,head:e.Null,post:e.Null}),max_response_bytes:e.Opt(e.Nat64),body:e.Opt(e.Vec(e.Nat8)),transform:e.Opt(e.Record({function:e.Func([e.Record({context:e.Vec(e.Nat8),response:P})],[P],["query"]),context:e.Vec(e.Nat8)})),headers:e.Vec(T)})],[P],[]),install_code:e.Func([e.Record({arg:e.Vec(e.Nat8),wasm_module:v,mode:e.Variant({reinstall:e.Null,upgrade:e.Null,install:e.Null}),canister_id:a,sender_canister_version:e.Opt(e.Nat64)})],[],[]),provisional_create_canister_with_cycles:e.Func([e.Record({settings:e.Opt(h),specified_id:e.Opt(a),amount:e.Opt(e.Nat)})],[e.Record({canister_id:a})],[]),provisional_top_up_canister:e.Func([e.Record({canister_id:a,amount:e.Nat})],[],[]),raw_rand:e.Func([],[e.Vec(e.Nat8)],[]),sign_with_ecdsa:e.Func([e.Record({key_id:e.Record({name:e.Text,curve:N}),derivation_path:e.Vec(e.Vec(e.Nat8)),message_hash:e.Vec(e.Nat8)})],[e.Record({signature:e.Vec(e.Nat8)})],[]),start_canister:e.Func([e.Record({canister_id:a})],[],[]),stop_canister:e.Func([e.Record({canister_id:a})],[],[]),uninstall_code:e.Func([e.Record({canister_id:a,sender_canister_version:e.Opt(e.Nat64)})],[],[]),update_settings:e.Func([e.Record({canister_id:e.Principal,settings:h,sender_canister_version:e.Opt(e.Nat64)})],[],[])})};var je=({IDL:e})=>{let t=e.Record({updated_at:e.Nat64,orbiter_id:e.Principal,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),r=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,satellite_id:e.Principal}),n=e.Record({cycles:e.Nat,destination_id:e.Principal}),o=e.Variant({Write:e.Null,Admin:e.Null}),i=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,scope:o,expires_at:e.Opt(e.Nat64)}),s=e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),l=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),memory_allocation:e.Nat,compute_allocation:e.Nat}),u=e.Record({status:s,memory_size:e.Nat,cycles:e.Nat,settings:l,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8))}),c=e.Record({id:e.Principal,status:u,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),status_at:e.Nat64}),d=e.Variant({Ok:c,Err:e.Text}),_=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:o,expires_at:e.Opt(e.Nat64)}),R=e.Record({enabled:e.Bool,cycles_threshold:e.Opt(e.Nat64)}),a=e.Record({mission_control_cycles_threshold:e.Opt(e.Nat64),orbiters:e.Vec(e.Tuple(e.Principal,R)),satellites:e.Vec(e.Tuple(e.Principal,R)),cycles_threshold:e.Opt(e.Nat64)}),p=e.Record({orbiters:e.Opt(e.Vec(d)),satellites:e.Opt(e.Vec(d)),mission_control:d}),m=e.Record({e8s:e.Nat64});return e.Service({add_mission_control_controllers:e.Func([e.Vec(e.Principal)],[],[]),add_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),create_orbiter:e.Func([e.Opt(e.Text)],[t],[]),create_satellite:e.Func([e.Text],[r],[]),del_mission_control_controllers:e.Func([e.Vec(e.Principal)],[],[]),del_orbiter:e.Func([e.Principal,e.Nat],[],[]),del_orbiters_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),del_satellite:e.Func([e.Principal,e.Nat],[],[]),del_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),deposit_cycles:e.Func([n],[],[]),get_user:e.Func([],[e.Principal],["query"]),list_mission_control_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,i))],["query"]),list_mission_control_statuses:e.Func([],[e.Vec(e.Tuple(e.Nat64,d))],["query"]),list_orbiter_statuses:e.Func([e.Principal],[e.Opt(e.Vec(e.Tuple(e.Nat64,d)))],["query"]),list_orbiters:e.Func([],[e.Vec(e.Tuple(e.Principal,t))],["query"]),list_satellite_statuses:e.Func([e.Principal],[e.Opt(e.Vec(e.Tuple(e.Nat64,d)))],["query"]),list_satellites:e.Func([],[e.Vec(e.Tuple(e.Principal,r))],["query"]),remove_mission_control_controllers:e.Func([e.Vec(e.Principal)],[],[]),remove_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),set_metadata:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[],[]),set_mission_control_controllers:e.Func([e.Vec(e.Principal),_],[],[]),set_orbiter:e.Func([e.Principal,e.Opt(e.Text)],[t],[]),set_orbiter_metadata:e.Func([e.Principal,e.Vec(e.Tuple(e.Text,e.Text))],[t],[]),set_orbiters_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal),_],[],[]),set_satellite_metadata:e.Func([e.Principal,e.Vec(e.Tuple(e.Text,e.Text))],[r],[]),set_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal),_],[],[]),status:e.Func([a],[p],[]),top_up:e.Func([e.Principal,m],[],[]),version:e.Func([],[e.Text],["query"])})};var ze=({IDL:e})=>{let t=e.Record({controllers:e.Vec(e.Principal)}),r=e.Variant({Write:e.Null,Admin:e.Null}),n=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,scope:r,expires_at:e.Opt(e.Nat64)}),o=e.Record({updated_at:e.Opt(e.Nat64)}),i=e.Record({cycles:e.Nat,destination_id:e.Principal}),s=e.Record({to:e.Opt(e.Nat64),from:e.Opt(e.Nat64),satellite_id:e.Opt(e.Principal)}),l=e.Record({key:e.Text,collected_at:e.Nat64}),u=e.Record({inner_height:e.Nat16,inner_width:e.Nat16}),c=e.Record({title:e.Text,updated_at:e.Nat64,referrer:e.Opt(e.Text),time_zone:e.Text,session_id:e.Text,href:e.Text,created_at:e.Nat64,satellite_id:e.Principal,device:u,user_agent:e.Opt(e.Text)}),d=e.Record({safari:e.Float64,opera:e.Float64,others:e.Float64,firefox:e.Float64,chrome:e.Float64}),_=e.Record({desktop:e.Float64,others:e.Float64,mobile:e.Float64}),R=e.Record({browsers:d,devices:_}),a=e.Record({day:e.Nat8,month:e.Nat8,year:e.Int32}),p=e.Record({bounce_rate:e.Float64,average_page_views_per_session:e.Float64,daily_total_page_views:e.Vec(e.Tuple(a,e.Nat32)),total_page_views:e.Nat32,unique_page_views:e.Nat64,unique_sessions:e.Nat64}),m=e.Record({referrers:e.Vec(e.Tuple(e.Text,e.Nat32)),pages:e.Vec(e.Tuple(e.Text,e.Nat32))}),g=e.Record({updated_at:e.Nat64,session_id:e.Text,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),name:e.Text,created_at:e.Nat64,satellite_id:e.Principal}),y=e.Record({total:e.Vec(e.Tuple(e.Text,e.Nat32))}),h=e.Record({updated_at:e.Nat64,created_at:e.Nat64,enabled:e.Bool}),N=e.Record({stable:e.Nat64,heap:e.Nat64}),T=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:r,expires_at:e.Opt(e.Nat64)}),P=e.Record({controller:T,controllers:e.Vec(e.Principal)}),v=e.Record({title:e.Text,updated_at:e.Opt(e.Nat64),referrer:e.Opt(e.Text),time_zone:e.Text,session_id:e.Text,href:e.Text,satellite_id:e.Principal,device:u,user_agent:e.Opt(e.Text)}),C=e.Variant({Ok:c,Err:e.Text}),S=e.Variant({Ok:e.Null,Err:e.Vec(e.Tuple(l,e.Text))}),k=e.Record({updated_at:e.Opt(e.Nat64),enabled:e.Bool}),A=e.Record({updated_at:e.Opt(e.Nat64),session_id:e.Text,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),name:e.Text,satellite_id:e.Principal,user_agent:e.Opt(e.Text)}),J=e.Variant({Ok:g,Err:e.Text});return e.Service({del_controllers:e.Func([t],[e.Vec(e.Tuple(e.Principal,n))],[]),del_satellite_config:e.Func([e.Principal,o],[],[]),deposit_cycles:e.Func([i],[],[]),get_page_views:e.Func([s],[e.Vec(e.Tuple(l,c))],["query"]),get_page_views_analytics_clients:e.Func([s],[R],["query"]),get_page_views_analytics_metrics:e.Func([s],[p],["query"]),get_page_views_analytics_top_10:e.Func([s],[m],["query"]),get_track_events:e.Func([s],[e.Vec(e.Tuple(l,g))],["query"]),get_track_events_analytics:e.Func([s],[y],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_satellite_configs:e.Func([],[e.Vec(e.Tuple(e.Principal,h))],["query"]),memory_size:e.Func([],[N],["query"]),set_controllers:e.Func([P],[e.Vec(e.Tuple(e.Principal,n))],[]),set_page_view:e.Func([l,v],[C],[]),set_page_views:e.Func([e.Vec(e.Tuple(l,v))],[S],[]),set_satellite_configs:e.Func([e.Vec(e.Tuple(e.Principal,k))],[e.Vec(e.Tuple(e.Principal,h))],[]),set_track_event:e.Func([l,A],[J],[]),set_track_events:e.Func([e.Vec(e.Tuple(l,A))],[S],[]),version:e.Func([],[e.Text],["query"])})};var He=({IDL:e})=>{let t=e.Record({batch_id:e.Nat,headers:e.Vec(e.Tuple(e.Text,e.Text)),chunk_ids:e.Vec(e.Nat)}),r=e.Record({controllers:e.Vec(e.Principal)}),n=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,expires_at:e.Opt(e.Nat64)}),o=e.Record({updated_at:e.Opt(e.Nat64)}),i=e.Record({headers:e.Vec(e.Tuple(e.Text,e.Vec(e.Tuple(e.Text,e.Text))))}),s=e.Record({storage:i}),l=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),u=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),c=e.Record({token:e.Opt(e.Text),sha256:e.Opt(e.Vec(e.Nat8)),headers:e.Vec(e.Tuple(e.Text,e.Text)),index:e.Nat64,encoding_type:e.Text,full_path:e.Text}),d=e.Variant({Callback:e.Record({token:c,callback:e.Func([],[],[])})}),_=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(d),status_code:e.Nat16}),R=e.Record({token:e.Opt(c),body:e.Vec(e.Nat8)}),a=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),p=e.Record({batch_id:e.Nat}),m=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),g=e.Record({field:m,desc:e.Bool}),y=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),h=e.Record({order:e.Opt(g),owner:e.Opt(e.Principal),matcher:e.Opt(e.Text),paginate:e.Opt(y)}),N=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),T=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),P=e.Record({key:N,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,T)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),v=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,P))}),C=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),S=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,l))}),k=e.Variant({Db:e.Null,Storage:e.Null}),A=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),J=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:A,created_at:e.Nat64,write:A}),Y=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),D=e.Record({controller:Y,controllers:e.Vec(e.Principal)}),L=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),ee=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:A,write:A}),z=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),te=e.Record({chunk_id:e.Nat});return e.Service({commit_asset_upload:e.Func([t],[],[]),del_asset:e.Func([e.Text,e.Text],[],[]),del_assets:e.Func([e.Opt(e.Text)],[],[]),del_controllers:e.Func([r],[e.Vec(e.Tuple(e.Principal,n))],[]),del_custom_domain:e.Func([e.Text],[],[]),del_doc:e.Func([e.Text,e.Text,o],[],[]),get_config:e.Func([],[s],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(l)],["query"]),http_request:e.Func([u],[_],["query"]),http_request_streaming_callback:e.Func([c],[R],["query"]),init_asset_upload:e.Func([a],[p],[]),list_assets:e.Func([e.Opt(e.Text),h],[v],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,C))],["query"]),list_docs:e.Func([e.Text,h],[S],["query"]),list_rules:e.Func([k],[e.Vec(e.Tuple(e.Text,J))],["query"]),set_config:e.Func([s],[],[]),set_controllers:e.Func([D],[e.Vec(e.Tuple(e.Principal,n))],[]),set_custom_domain:e.Func([e.Text,e.Opt(e.Text)],[],[]),set_doc:e.Func([e.Text,e.Text,L],[l],[]),set_rule:e.Func([k,e.Text,ee],[],[]),upload_asset_chunk:e.Func([z],[te],[]),version:e.Func([],[e.Text],["query"])})};var Ke=({IDL:e})=>{let t=e.Record({batch_id:e.Nat,headers:e.Vec(e.Tuple(e.Text,e.Text)),chunk_ids:e.Vec(e.Nat)}),r=e.Record({controllers:e.Vec(e.Principal)}),n=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,expires_at:e.Opt(e.Nat64)}),o=e.Record({updated_at:e.Opt(e.Nat64)}),i=e.Record({headers:e.Vec(e.Tuple(e.Text,e.Vec(e.Tuple(e.Text,e.Text))))}),s=e.Record({storage:i}),l=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),u=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),c=e.Record({token:e.Opt(e.Text),sha256:e.Opt(e.Vec(e.Nat8)),headers:e.Vec(e.Tuple(e.Text,e.Text)),index:e.Nat64,encoding_type:e.Text,full_path:e.Text}),d=e.Variant({Callback:e.Record({token:c,callback:e.Func([],[],[])})}),_=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(d),status_code:e.Nat16}),R=e.Record({token:e.Opt(c),body:e.Vec(e.Nat8)}),a=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),p=e.Record({batch_id:e.Nat}),m=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),g=e.Record({field:m,desc:e.Bool}),y=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),h=e.Record({order:e.Opt(g),matcher:e.Opt(e.Text),paginate:e.Opt(y)}),N=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),T=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),P=e.Record({key:N,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,T)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),v=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,P))}),C=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),S=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,l))}),k=e.Variant({Db:e.Null,Storage:e.Null}),A=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),J=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:A,created_at:e.Nat64,write:A}),Y=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),D=e.Record({controller:Y,controllers:e.Vec(e.Principal)}),L=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),ee=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:A,write:A}),z=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),te=e.Record({chunk_id:e.Nat});return e.Service({commit_asset_upload:e.Func([t],[],[]),del_asset:e.Func([e.Text,e.Text],[],[]),del_assets:e.Func([e.Opt(e.Text)],[],[]),del_controllers:e.Func([r],[e.Vec(e.Tuple(e.Principal,n))],[]),del_custom_domain:e.Func([e.Text],[],[]),del_doc:e.Func([e.Text,e.Text,o],[],[]),get_config:e.Func([],[s],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(l)],["query"]),http_request:e.Func([u],[_],["query"]),http_request_streaming_callback:e.Func([c],[R],["query"]),init_asset_upload:e.Func([a],[p],[]),list_assets:e.Func([e.Opt(e.Text),h],[v],["query"]),list_controllers:e.Func([],[e.Vec(e.Principal)],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,C))],["query"]),list_docs:e.Func([e.Text,h],[S],["query"]),list_rules:e.Func([k],[e.Vec(e.Tuple(e.Text,J))],["query"]),set_config:e.Func([s],[],[]),set_controllers:e.Func([D],[e.Vec(e.Tuple(e.Principal,n))],[]),set_custom_domain:e.Func([e.Text,e.Opt(e.Text)],[],[]),set_doc:e.Func([e.Text,e.Text,L],[l],[]),set_rule:e.Func([k,e.Text,ee],[],[]),upload_asset_chunk:e.Func([z],[te],[]),version:e.Func([],[e.Text],["query"])})};var We=({IDL:e})=>{let t=e.Record({batch_id:e.Nat,headers:e.Vec(e.Tuple(e.Text,e.Text)),chunk_ids:e.Vec(e.Nat)}),r=e.Record({controllers:e.Vec(e.Principal)}),n=e.Variant({Write:e.Null,Admin:e.Null}),o=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,scope:n,expires_at:e.Opt(e.Nat64)}),i=e.Record({updated_at:e.Opt(e.Nat64)}),s=e.Variant({Db:e.Null,Storage:e.Null}),l=e.Record({cycles:e.Nat,destination_id:e.Principal}),u=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,description:e.Opt(e.Text),full_path:e.Text}),c=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),d=e.Record({key:u,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,c)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),_=e.Variant({Deny:e.Null,AllowAny:e.Null,SameOrigin:e.Null}),R=e.Record({status_code:e.Nat16,location:e.Text}),a=e.Record({iframe:e.Opt(_),rewrites:e.Vec(e.Tuple(e.Text,e.Text)),headers:e.Vec(e.Tuple(e.Text,e.Vec(e.Tuple(e.Text,e.Text)))),redirects:e.Opt(e.Vec(e.Tuple(e.Text,R)))}),p=e.Record({storage:a}),m=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),description:e.Opt(e.Text),created_at:e.Nat64}),g=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),certificate_version:e.Opt(e.Nat16)}),y=e.Variant({Heap:e.Null,Stable:e.Null}),h=e.Record({memory:y,token:e.Opt(e.Text),sha256:e.Opt(e.Vec(e.Nat8)),headers:e.Vec(e.Tuple(e.Text,e.Text)),index:e.Nat64,encoding_type:e.Text,full_path:e.Text}),N=e.Variant({Callback:e.Record({token:h,callback:e.Func([],[],["query"])})}),T=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(N),status_code:e.Nat16}),P=e.Record({token:e.Opt(h),body:e.Vec(e.Nat8)}),v=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,description:e.Opt(e.Text),encoding_type:e.Opt(e.Text),full_path:e.Text}),C=e.Record({batch_id:e.Nat}),S=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),k=e.Record({field:S,desc:e.Bool}),A=e.Record({key:e.Opt(e.Text),description:e.Opt(e.Text)}),J=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),Y=e.Record({order:e.Opt(k),owner:e.Opt(e.Principal),matcher:e.Opt(A),paginate:e.Opt(J)}),D=e.Record({matches_pages:e.Opt(e.Nat64),matches_length:e.Nat64,items_page:e.Opt(e.Nat64),items:e.Vec(e.Tuple(e.Text,d)),items_length:e.Nat64}),L=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),ee=e.Record({matches_pages:e.Opt(e.Nat64),matches_length:e.Nat64,items_page:e.Opt(e.Nat64),items:e.Vec(e.Tuple(e.Text,m)),items_length:e.Nat64}),z=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),te=e.Record({memory:e.Opt(y),updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:z,created_at:e.Nat64,mutable_permissions:e.Opt(e.Bool),write:z}),mr=e.Record({stable:e.Nat64,heap:e.Nat64}),hr=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:n,expires_at:e.Opt(e.Nat64)}),fr=e.Record({controller:hr,controllers:e.Vec(e.Principal)}),Ue=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8),description:e.Opt(e.Text)}),_r=e.Record({memory:e.Opt(y),updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:z,mutable_permissions:e.Opt(e.Bool),write:z}),yr=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat,order_id:e.Opt(e.Nat)}),gr=e.Record({chunk_id:e.Nat});return e.Service({build_version:e.Func([],[e.Text],["query"]),commit_asset_upload:e.Func([t],[],[]),count_assets:e.Func([e.Text],[e.Nat64],["query"]),count_docs:e.Func([e.Text],[e.Nat64],["query"]),del_asset:e.Func([e.Text,e.Text],[],[]),del_assets:e.Func([e.Text],[],[]),del_controllers:e.Func([r],[e.Vec(e.Tuple(e.Principal,o))],[]),del_custom_domain:e.Func([e.Text],[],[]),del_doc:e.Func([e.Text,e.Text,i],[],[]),del_docs:e.Func([e.Text],[],[]),del_many_assets:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[],[]),del_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text,i))],[],[]),del_rule:e.Func([s,e.Text,i],[],[]),deposit_cycles:e.Func([l],[],[]),get_asset:e.Func([e.Text,e.Text],[e.Opt(d)],["query"]),get_config:e.Func([],[p],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(m)],["query"]),get_many_assets:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[e.Vec(e.Tuple(e.Text,e.Opt(d)))],["query"]),get_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[e.Vec(e.Tuple(e.Text,e.Opt(m)))],["query"]),http_request:e.Func([g],[T],["query"]),http_request_streaming_callback:e.Func([h],[P],["query"]),init_asset_upload:e.Func([v],[C],[]),list_assets:e.Func([e.Text,Y],[D],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,o))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,L))],["query"]),list_docs:e.Func([e.Text,Y],[ee],["query"]),list_rules:e.Func([s],[e.Vec(e.Tuple(e.Text,te))],["query"]),memory_size:e.Func([],[mr],["query"]),set_config:e.Func([p],[],[]),set_controllers:e.Func([fr],[e.Vec(e.Tuple(e.Principal,o))],[]),set_custom_domain:e.Func([e.Text,e.Opt(e.Text)],[],[]),set_doc:e.Func([e.Text,e.Text,Ue],[m],[]),set_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text,Ue))],[e.Vec(e.Tuple(e.Text,m))],[]),set_rule:e.Func([s,e.Text,_r],[],[]),upload_asset_chunk:e.Func([yr],[gr],[]),version:e.Func([],[e.Text],["query"])})};var Ye=async({satelliteId:e,...t})=>re({canisterId:e,...t,idlFactory:Ke}),O=async({satelliteId:e,...t})=>re({canisterId:e,...t,idlFactory:We}),Qe=async({satelliteId:e,...t})=>re({canisterId:e,...t,idlFactory:He}),Q=async({missionControlId:e,...t})=>re({canisterId:e,...t,idlFactory:je}),ae=async({orbiterId:e,...t})=>re({canisterId:e,...t,idlFactory:ze}),re=async({canisterId:e,idlFactory:t,...r})=>{if(vr(e))throw new Error("No canister ID provided.");return ve({canisterId:e,idlFactory:t,...r})},Xe=Ge.fromText("aaaaa-aa"),Je=(e,t,r)=>{let n=t[0],o=Xe;return n&&typeof n=="object"&&n.canister_id&&(o=Ge.from(n.canister_id)),{effectiveCanisterId:o}},Ze=e=>ve({canisterId:Xe.toText(),config:{callTransform:Je,queryTransform:Je},idlFactory:qe,...e});var G=async({actor:e,code:t})=>{let{install_code:r}=await Ze(e);return r({...t,sender_canister_version:[]})},Ie=async({canisterId:e,path:t,...r})=>{Rr(e,"A canister ID must be provided to request its status.");let n=await Pe(r);return(await Pr.request({canisterId:Vr.from(e),agent:n,paths:[{kind:"metadata",key:t,path:t,decodeStrategy:"utf-8"}]})).get(t)};var De=async({missionControl:e})=>(await Q(e)).version(),Le=async({missionControl:e})=>(await Q(e)).get_user(),et=async({missionControl:e})=>(await Q(e)).list_mission_control_controllers(),tt=async({missionControl:e,satelliteIds:t,controllerIds:r,controller:n})=>(await Q(e)).set_satellites_controllers(t,r,n),rt=async({missionControl:e,controllerIds:t,controller:r})=>(await Q(e)).set_mission_control_controllers(t,r);import{Principal as Sr}from"@dfinity/principal";import{nonNullish as Cr,toNullable as Fr}from"@junobuild/utils";var Ve=({controllerId:e,profile:t})=>({controllerIds:[Sr.fromText(e)],controller:Ar(t)}),Ar=e=>({metadata:Cr(e)&&e!==""?[["profile",e]]:[],expires_at:Fr(void 0),scope:{Admin:null}});var F={};Tr(F,{Bool:()=>ut,BoolClass:()=>me,ConstructType:()=>$,Empty:()=>ct,EmptyClass:()=>pe,FixedIntClass:()=>j,FixedNatClass:()=>M,Float32:()=>ft,Float64:()=>_t,FloatClass:()=>oe,Func:()=>Ot,FuncClass:()=>se,Int:()=>mt,Int16:()=>gt,Int32:()=>xt,Int64:()=>Tt,Int8:()=>yt,IntClass:()=>_e,Nat:()=>ht,Nat16:()=>bt,Nat32:()=>Nt,Nat64:()=>vt,Nat8:()=>wt,NatClass:()=>ye,Null:()=>pt,NullClass:()=>he,Opt:()=>St,OptClass:()=>I,PrimitiveType:()=>E,Principal:()=>Pt,PrincipalClass:()=>we,Rec:()=>At,RecClass:()=>W,Record:()=>Ct,RecordClass:()=>ie,Reserved:()=>lt,ReservedClass:()=>Z,Service:()=>Et,ServiceClass:()=>be,Text:()=>dt,TextClass:()=>fe,Tuple:()=>Vt,TupleClass:()=>xe,Type:()=>X,Unknown:()=>$r,UnknownClass:()=>de,Variant:()=>Ft,VariantClass:()=>Te,Vec:()=>Rt,VecClass:()=>ge,Visitor:()=>ue,decode:()=>Mr,encode:()=>Br});import{Principal as kr}from"@dfinity/principal";function f(...e){let t=new Uint8Array(e.reduce((n,o)=>n+o.byteLength,0)),r=0;for(let n of e)t.set(new Uint8Array(n),r),r+=n.byteLength;return t}var U=class{constructor(t,r=t?.byteLength||0){this._buffer=nt(t||new ArrayBuffer(0)),this._view=new Uint8Array(this._buffer,0,r)}get buffer(){return nt(this._view.slice())}get byteLength(){return this._view.byteLength}read(t){let r=this._view.subarray(0,t);return this._view=this._view.subarray(t),r.slice().buffer}readUint8(){let t=this._view[0];return this._view=this._view.subarray(1),t}write(t){let r=new Uint8Array(t),n=this._view.byteLength;this._view.byteOffset+this._view.byteLength+r.byteLength>=this._buffer.byteLength?this.alloc(r.byteLength):this._view=new Uint8Array(this._buffer,this._view.byteOffset,this._view.byteLength+r.byteLength),this._view.set(r,n)}get end(){return this._view.byteLength===0}alloc(t){let r=new ArrayBuffer((this._buffer.byteLength+t)*1.2|0),n=new Uint8Array(r,0,this._view.byteLength+t);n.set(this._view),this._buffer=r,this._view=n}};function Or(e){return new DataView(e.buffer,e.byteOffset,e.byteLength).buffer}function nt(e){return e instanceof Uint8Array?Or(e):e instanceof ArrayBuffer?e:"buffer"in e?e.buffer:new Uint8Array(e)}function Er(e){let r=new TextEncoder().encode(e),n=0;for(let o of r)n=(n*223+o)%2**32;return n}function B(e){if(/^_\d+_$/.test(e)||/^_0x[0-9a-fA-F]+_$/.test(e)){let t=+e.slice(1,-1);if(Number.isSafeInteger(t)&&t>=0&&t<2**32)return t}return Er(e)}function ot(){throw new Error("unexpected end of buffer")}function K(e,t){return e.byteLength<t&&ot(),e.read(t)}function H(e){let t=e.readUint8();return t===void 0&&ot(),t}function w(e){if(typeof e=="number"&&(e=BigInt(e)),e<BigInt(0))throw new Error("Cannot leb encode negative values.");let t=(e===BigInt(0)?0:Math.ceil(Math.log2(Number(e))))+1,r=new U(new ArrayBuffer(t),0);for(;;){let n=Number(e&BigInt(127));if(e/=BigInt(128),e===BigInt(0)){r.write(new Uint8Array([n]));break}else r.write(new Uint8Array([n|128]))}return r.buffer}function V(e){let t=BigInt(1),r=BigInt(0),n;do n=H(e),r+=BigInt(n&127).valueOf()*t,t*=BigInt(128);while(n>=128);return r}function b(e){typeof e=="number"&&(e=BigInt(e));let t=e<BigInt(0);t&&(e=-e-BigInt(1));let r=(e===BigInt(0)?0:Math.ceil(Math.log2(Number(e))))+1,n=new U(new ArrayBuffer(r),0);for(;;){let i=o(e);if(e/=BigInt(128),t&&e===BigInt(0)&&i&64||!t&&e===BigInt(0)&&!(i&64)){n.write(new Uint8Array([i]));break}else n.write(new Uint8Array([i|128]))}function o(i){let s=i%BigInt(128);return Number(t?BigInt(128)-s-BigInt(1):s)}return n.buffer}function q(e){let t=new Uint8Array(e.buffer),r=0;for(;r<t.byteLength;r++)if(t[r]<128){if(!(t[r]&64))return V(e);break}let n=new Uint8Array(K(e,r+1)),o=BigInt(0);for(let i=n.byteLength-1;i>=0;i--)o=o*BigInt(128)+BigInt(128-(n[i]&127)-1);return-o-BigInt(1)}function it(e,t){if(BigInt(e)<BigInt(0))throw new Error("Cannot write negative values.");return Re(e,t)}function Re(e,t){e=BigInt(e);let r=new U(new ArrayBuffer(Math.min(1,t)),0),n=0,o=BigInt(256),i=BigInt(0),s=Number(e%o);for(r.write(new Uint8Array([s]));++n<t;)e<0&&i===BigInt(0)&&s!==0&&(i=BigInt(1)),s=Number((e/o-i)%BigInt(256)),r.write(new Uint8Array([s])),o*=BigInt(256);return r.buffer}function Se(e,t){let r=BigInt(H(e)),n=BigInt(1),o=0;for(;++o<t;){n*=BigInt(256);let i=BigInt(H(e));r=r+n*i}return r}function st(e,t){let r=Se(e,t),n=BigInt(2)**(BigInt(8)*BigInt(t-1)+BigInt(7));return r>=n&&(r-=n*BigInt(2)),r}function ce(e){let t=BigInt(e);if(e<0)throw new RangeError("Input must be non-negative");return BigInt(1)<<t}var le="DIDL",at=400;function ne(e,t,r){return e.map((n,o)=>r(n,t[o]))}var Ce=class{constructor(){this._typs=[],this._idx=new Map}has(t){return this._idx.has(t.name)}add(t,r){let n=this._typs.length;this._idx.set(t.name,n),this._typs.push(r)}merge(t,r){let n=this._idx.get(t.name),o=this._idx.get(r);if(n===void 0)throw new Error("Missing type index for "+t);if(o===void 0)throw new Error("Missing type index for "+r);this._typs[n]=this._typs[o],this._typs.splice(o,1),this._idx.delete(r)}encode(){let t=w(this._typs.length),r=f(...this._typs);return f(t,r)}indexOf(t){if(!this._idx.has(t))throw new Error("Missing type index for "+t);return b(this._idx.get(t)||0)}},ue=class{visitType(t,r){throw new Error("Not implemented")}visitPrimitive(t,r){return this.visitType(t,r)}visitEmpty(t,r){return this.visitPrimitive(t,r)}visitBool(t,r){return this.visitPrimitive(t,r)}visitNull(t,r){return this.visitPrimitive(t,r)}visitReserved(t,r){return this.visitPrimitive(t,r)}visitText(t,r){return this.visitPrimitive(t,r)}visitNumber(t,r){return this.visitPrimitive(t,r)}visitInt(t,r){return this.visitNumber(t,r)}visitNat(t,r){return this.visitNumber(t,r)}visitFloat(t,r){return this.visitPrimitive(t,r)}visitFixedInt(t,r){return this.visitNumber(t,r)}visitFixedNat(t,r){return this.visitNumber(t,r)}visitPrincipal(t,r){return this.visitPrimitive(t,r)}visitConstruct(t,r){return this.visitType(t,r)}visitVec(t,r,n){return this.visitConstruct(t,n)}visitOpt(t,r,n){return this.visitConstruct(t,n)}visitRecord(t,r,n){return this.visitConstruct(t,n)}visitTuple(t,r,n){let o=r.map((i,s)=>[`_${s}_`,i]);return this.visitRecord(t,o,n)}visitVariant(t,r,n){return this.visitConstruct(t,n)}visitRec(t,r,n){return this.visitConstruct(r,n)}visitFunc(t,r){return this.visitConstruct(t,r)}visitService(t,r){return this.visitConstruct(t,r)}},X=class{display(){return this.name}valueToString(t){return x(t)}buildTypeTable(t){t.has(this)||this._buildTypeTableImpl(t)}},E=class extends X{checkType(t){if(this.name!==t.name)throw new Error(`type mismatch: type on the wire ${t.name}, expect type ${this.name}`);return t}_buildTypeTableImpl(t){}},$=class extends X{checkType(t){if(t instanceof W){let r=t.getType();if(typeof r>"u")throw new Error("type mismatch with uninitialized type");return r}throw new Error(`type mismatch: type on the wire ${t.name}, expect type ${this.name}`)}encodeType(t){return t.indexOf(this.name)}},pe=class extends E{accept(t,r){return t.visitEmpty(this,r)}covariant(t){throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(){throw new Error("Empty cannot appear as a function argument")}valueToString(){throw new Error("Empty cannot appear as a value")}encodeType(){return b(-17)}decodeValue(){throw new Error("Empty cannot appear as an output")}get name(){return"empty"}},de=class extends X{checkType(t){throw new Error("Method not implemented for unknown.")}accept(t,r){throw t.visitType(this,r)}covariant(t){throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(){throw new Error("Unknown cannot appear as a function argument")}valueToString(){throw new Error("Unknown cannot appear as a value")}encodeType(){throw new Error("Unknown cannot be serialized")}decodeValue(t,r){let n=r.decodeValue(t,r);Object(n)!==n&&(n=Object(n));let o;return r instanceof W?o=()=>r.getType():o=()=>r,Object.defineProperty(n,"type",{value:o,writable:!0,enumerable:!1,configurable:!0}),n}_buildTypeTableImpl(){throw new Error("Unknown cannot be serialized")}get name(){return"Unknown"}},me=class extends E{accept(t,r){return t.visitBool(this,r)}covariant(t){if(typeof t=="boolean")return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){return new Uint8Array([t?1:0])}encodeType(){return b(-2)}decodeValue(t,r){switch(this.checkType(r),H(t)){case 0:return!1;case 1:return!0;default:throw new Error("Boolean value out of range")}}get name(){return"bool"}},he=class extends E{accept(t,r){return t.visitNull(this,r)}covariant(t){if(t===null)return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(){return new ArrayBuffer(0)}encodeType(){return b(-1)}decodeValue(t,r){return this.checkType(r),null}get name(){return"null"}},Z=class extends E{accept(t,r){return t.visitReserved(this,r)}covariant(t){return!0}encodeValue(){return new ArrayBuffer(0)}encodeType(){return b(-16)}decodeValue(t,r){return r.name!==this.name&&r.decodeValue(t,r),null}get name(){return"reserved"}},fe=class extends E{accept(t,r){return t.visitText(this,r)}covariant(t){if(typeof t=="string")return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){let r=new TextEncoder().encode(t),n=w(r.byteLength);return f(n,r)}encodeType(){return b(-15)}decodeValue(t,r){this.checkType(r);let n=V(t),o=K(t,Number(n));return new TextDecoder("utf8",{fatal:!0}).decode(o)}get name(){return"text"}valueToString(t){return'"'+t+'"'}},_e=class extends E{accept(t,r){return t.visitInt(this,r)}covariant(t){if(typeof t=="bigint"||Number.isInteger(t))return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){return b(t)}encodeType(){return b(-4)}decodeValue(t,r){return this.checkType(r),q(t)}get name(){return"int"}valueToString(t){return t.toString()}},ye=class extends E{accept(t,r){return t.visitNat(this,r)}covariant(t){if(typeof t=="bigint"&&t>=BigInt(0)||Number.isInteger(t)&&t>=0)return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){return w(t)}encodeType(){return b(-3)}decodeValue(t,r){return this.checkType(r),V(t)}get name(){return"nat"}valueToString(t){return t.toString()}},oe=class extends E{constructor(t){if(super(),this._bits=t,t!==32&&t!==64)throw new Error("not a valid float type")}accept(t,r){return t.visitFloat(this,r)}covariant(t){if(typeof t=="number"||t instanceof Number)return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){let r=new ArrayBuffer(this._bits/8),n=new DataView(r);return this._bits===32?n.setFloat32(0,t,!0):n.setFloat64(0,t,!0),r}encodeType(){let t=this._bits===32?-13:-14;return b(t)}decodeValue(t,r){this.checkType(r);let n=K(t,this._bits/8),o=new DataView(n);return this._bits===32?o.getFloat32(0,!0):o.getFloat64(0,!0)}get name(){return"float"+this._bits}valueToString(t){return t.toString()}},j=class extends E{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedInt(this,r)}covariant(t){let r=ce(this._bits-1)*BigInt(-1),n=ce(this._bits-1)-BigInt(1),o=!1;if(typeof t=="bigint")o=t>=r&&t<=n;else if(Number.isInteger(t)){let i=BigInt(t);o=i>=r&&i<=n}else o=!1;if(o)return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){return Re(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return b(-9-t)}decodeValue(t,r){this.checkType(r);let n=st(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`int${this._bits}`}valueToString(t){return t.toString()}},M=class extends E{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedNat(this,r)}covariant(t){let r=ce(this._bits),n=!1;if(typeof t=="bigint"&&t>=BigInt(0)?n=t<r:Number.isInteger(t)&&t>=0?n=BigInt(t)<r:n=!1,n)return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){return it(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return b(-5-t)}decodeValue(t,r){this.checkType(r);let n=Se(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`nat${this._bits}`}valueToString(t){return t.toString()}},ge=class e extends ${constructor(t){super(),this._type=t,this._blobOptimization=!1,t instanceof M&&t._bits===8&&(this._blobOptimization=!0)}accept(t,r){return t.visitVec(this,this._type,r)}covariant(t){let r=this._type instanceof M?this._type._bits:this._type instanceof j?this._type._bits:0;if(ArrayBuffer.isView(t)&&r==t.BYTES_PER_ELEMENT*8||Array.isArray(t)&&t.every((n,o)=>{try{return this._type.covariant(n)}catch(i){throw new Error(`Invalid ${this.display()} argument:
1
+ var Xr=Object.defineProperty;var Zr=(e,t)=>{for(var r in t)Xr(e,r,{get:t[r],enumerable:!0})};import{Principal as hn}from"@dfinity/principal";import{CanisterStatus as tn}from"@dfinity/agent";import{Principal as rn}from"@dfinity/principal";import{assertNonNullish as nn}from"@junobuild/utils";import{Actor as Ir,HttpAgent as Dr}from"@dfinity/agent";import{nonNullish as Lr}from"@junobuild/utils";var $e=async({canisterId:e,idlFactory:t,config:r,...n})=>{let o=await qe(n);return Ir.createActor(t,{agent:o,canisterId:e,...r!==void 0?r:{}})},qe=async({identity:e,fetch:t,container:r})=>{let n=Lr(r)&&r!==!1,o=n?r===!0?"http://127.0.0.1:5987":r:"https://icp-api.io",i=new Dr({identity:e,host:o,...t&&{fetch:t}});return n&&await i.fetchRootKey(),i};import{Principal as at}from"@dfinity/principal";import{isNullish as en}from"@junobuild/utils";var et=({IDL:e})=>{let t=e.Variant({mainnet:e.Null,testnet:e.Null}),r=e.Text,n=e.Record({network:t,address:r,min_confirmations:e.Opt(e.Nat32)}),o=e.Nat64,i=o,s=e.Record({network:t,address:r,min_confirmations:e.Opt(e.Nat32)}),l=o,u=e.Record({network:t}),c=e.Nat64,p=e.Vec(c),h=e.Record({network:t,filter:e.Opt(e.Variant({page:e.Vec(e.Nat8),min_confirmations:e.Nat32})),address:r}),v=e.Vec(e.Nat8),a=e.Record({txid:e.Vec(e.Nat8),vout:e.Nat32}),d=e.Record({height:e.Nat32,value:o,outpoint:a}),f=e.Record({next_page:e.Opt(e.Vec(e.Nat8)),tip_height:e.Nat32,tip_block_hash:v,utxos:e.Vec(d)}),x=e.Record({network:t,filter:e.Opt(e.Variant({page:e.Vec(e.Nat8),min_confirmations:e.Nat32})),address:r}),g=e.Record({next_page:e.Opt(e.Vec(e.Nat8)),tip_height:e.Nat32,tip_block_hash:v,utxos:e.Vec(d)}),y=e.Record({transaction:e.Vec(e.Nat8),network:t}),m=e.Principal,T=e.Record({canister_id:m,num_requested_changes:e.Opt(e.Nat64)}),F=e.Variant({from_user:e.Record({user_id:e.Principal}),from_canister:e.Record({canister_version:e.Opt(e.Nat64),canister_id:e.Principal})}),P=e.Variant({creation:e.Record({controllers:e.Vec(e.Principal)}),code_deployment:e.Record({mode:e.Variant({reinstall:e.Null,upgrade:e.Null,install:e.Null}),module_hash:e.Vec(e.Nat8)}),controllers_change:e.Record({controllers:e.Vec(e.Principal)}),code_uninstall:e.Null}),R=e.Record({timestamp_nanos:e.Nat64,canister_version:e.Nat64,origin:F,details:P}),V=e.Record({controllers:e.Vec(e.Principal),module_hash:e.Opt(e.Vec(e.Nat8)),recent_changes:e.Vec(R),total_num_changes:e.Nat64}),k=e.Record({canister_id:m}),C=e.Variant({controllers:e.Null,public:e.Null}),U=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),reserved_cycles_limit:e.Nat,log_visibility:C,memory_allocation:e.Nat,compute_allocation:e.Nat}),G=e.Record({status:e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),memory_size:e.Nat,cycles:e.Nat,settings:U,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8)),reserved_cycles:e.Nat}),Y=e.Record({canister_id:m}),M=e.Record({freezing_threshold:e.Opt(e.Nat),controllers:e.Opt(e.Vec(e.Principal)),reserved_cycles_limit:e.Opt(e.Nat),log_visibility:e.Opt(C),memory_allocation:e.Opt(e.Nat),compute_allocation:e.Opt(e.Nat)}),Q=e.Record({settings:e.Opt(M),sender_canister_version:e.Opt(e.Nat64)}),X=e.Record({canister_id:m}),Z=e.Record({canister_id:m}),D=e.Record({canister_id:m}),de=e.Variant({secp256k1:e.Null}),Oe=e.Record({key_id:e.Record({name:e.Text,curve:de}),canister_id:e.Opt(m),derivation_path:e.Vec(e.Vec(e.Nat8))}),Ee=e.Record({public_key:e.Vec(e.Nat8),chain_code:e.Vec(e.Nat8)}),ke=e.Record({canister_id:m}),pe=e.Record({idx:e.Nat64,timestamp_nanos:e.Nat64,content:e.Vec(e.Nat8)}),Be=e.Record({canister_log_records:e.Vec(pe)}),me=e.Record({value:e.Text,name:e.Text}),ne=e.Record({status:e.Nat,body:e.Vec(e.Nat8),headers:e.Vec(me)}),Cr=e.Record({url:e.Text,method:e.Variant({get:e.Null,head:e.Null,post:e.Null}),max_response_bytes:e.Opt(e.Nat64),body:e.Opt(e.Vec(e.Nat8)),transform:e.Opt(e.Record({function:e.Func([e.Record({context:e.Vec(e.Nat8),response:ne})],[ne],["query"]),context:e.Vec(e.Nat8)})),headers:e.Vec(me)}),Me=e.Vec(e.Nat8),Sr=e.Record({arg:e.Vec(e.Nat8),wasm_module_hash:e.Vec(e.Nat8),mode:e.Variant({reinstall:e.Null,upgrade:e.Opt(e.Record({skip_pre_upgrade:e.Opt(e.Bool)})),install:e.Null}),chunk_hashes_list:e.Vec(Me),target_canister:m,sender_canister_version:e.Opt(e.Nat64),storage_canister:e.Opt(m)}),Ar=e.Vec(e.Nat8),Fr=e.Record({arg:e.Vec(e.Nat8),wasm_module:Ar,mode:e.Variant({reinstall:e.Null,upgrade:e.Opt(e.Record({skip_pre_upgrade:e.Opt(e.Bool)})),install:e.Null}),canister_id:m,sender_canister_version:e.Opt(e.Nat64)}),Or=e.Record({start_at_timestamp_nanos:e.Nat64,subnet_id:e.Principal}),Er=e.Record({num_block_failures_total:e.Nat64,node_id:e.Principal,num_blocks_total:e.Nat64}),kr=e.Vec(e.Record({timestamp_nanos:e.Nat64,node_metrics:e.Vec(Er)})),Br=e.Record({settings:e.Opt(M),specified_id:e.Opt(m),amount:e.Opt(e.Nat),sender_canister_version:e.Opt(e.Nat64)}),Mr=e.Record({canister_id:m}),$r=e.Record({canister_id:m,amount:e.Nat}),qr=e.Vec(e.Nat8),Ur=e.Record({key_id:e.Record({name:e.Text,curve:de}),derivation_path:e.Vec(e.Vec(e.Nat8)),message_hash:e.Vec(e.Nat8)}),jr=e.Record({signature:e.Vec(e.Nat8)}),zr=e.Record({canister_id:m}),Hr=e.Record({canister_id:m}),Kr=e.Record({canister_id:m}),Wr=e.Vec(Me),Jr=e.Record({canister_id:m,sender_canister_version:e.Opt(e.Nat64)}),Gr=e.Record({canister_id:e.Principal,settings:M,sender_canister_version:e.Opt(e.Nat64)}),Yr=e.Record({chunk:e.Vec(e.Nat8),canister_id:e.Principal}),Qr=Me;return e.Service({bitcoin_get_balance:e.Func([n],[i],[]),bitcoin_get_balance_query:e.Func([s],[l],["query"]),bitcoin_get_current_fee_percentiles:e.Func([u],[p],[]),bitcoin_get_utxos:e.Func([h],[f],[]),bitcoin_get_utxos_query:e.Func([x],[g],["query"]),bitcoin_send_transaction:e.Func([y],[],[]),canister_info:e.Func([T],[V],[]),canister_status:e.Func([k],[G],[]),clear_chunk_store:e.Func([Y],[],[]),create_canister:e.Func([Q],[X],[]),delete_canister:e.Func([Z],[],[]),deposit_cycles:e.Func([D],[],[]),ecdsa_public_key:e.Func([Oe],[Ee],[]),fetch_canister_logs:e.Func([ke],[Be],["query"]),http_request:e.Func([Cr],[ne],[]),install_chunked_code:e.Func([Sr],[],[]),install_code:e.Func([Fr],[],[]),node_metrics_history:e.Func([Or],[kr],[]),provisional_create_canister_with_cycles:e.Func([Br],[Mr],[]),provisional_top_up_canister:e.Func([$r],[],[]),raw_rand:e.Func([],[qr],[]),sign_with_ecdsa:e.Func([Ur],[jr],[]),start_canister:e.Func([zr],[],[]),stop_canister:e.Func([Hr],[],[]),stored_chunks:e.Func([Kr],[Wr],[]),uninstall_code:e.Func([Jr],[],[]),update_settings:e.Func([Gr],[],[]),upload_chunk:e.Func([Yr],[Qr],[])})};var tt=({IDL:e})=>{let t=e.Record({updated_at:e.Nat64,orbiter_id:e.Principal,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),r=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,satellite_id:e.Principal}),n=e.Record({cycles:e.Nat,destination_id:e.Principal}),o=e.Variant({Write:e.Null,Admin:e.Null}),i=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,scope:o,expires_at:e.Opt(e.Nat64)}),s=e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),l=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),memory_allocation:e.Nat,compute_allocation:e.Nat}),u=e.Record({status:s,memory_size:e.Nat,cycles:e.Nat,settings:l,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8))}),c=e.Record({id:e.Principal,status:u,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),status_at:e.Nat64}),p=e.Variant({Ok:c,Err:e.Text}),h=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:o,expires_at:e.Opt(e.Nat64)}),v=e.Record({enabled:e.Bool,cycles_threshold:e.Opt(e.Nat64)}),a=e.Record({mission_control_cycles_threshold:e.Opt(e.Nat64),orbiters:e.Vec(e.Tuple(e.Principal,v)),satellites:e.Vec(e.Tuple(e.Principal,v)),cycles_threshold:e.Opt(e.Nat64)}),d=e.Record({orbiters:e.Opt(e.Vec(p)),satellites:e.Opt(e.Vec(p)),mission_control:p}),f=e.Record({e8s:e.Nat64});return e.Service({add_mission_control_controllers:e.Func([e.Vec(e.Principal)],[],[]),add_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),create_orbiter:e.Func([e.Opt(e.Text)],[t],[]),create_satellite:e.Func([e.Text],[r],[]),del_mission_control_controllers:e.Func([e.Vec(e.Principal)],[],[]),del_orbiter:e.Func([e.Principal,e.Nat],[],[]),del_orbiters_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),del_satellite:e.Func([e.Principal,e.Nat],[],[]),del_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),deposit_cycles:e.Func([n],[],[]),get_user:e.Func([],[e.Principal],["query"]),list_mission_control_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,i))],["query"]),list_mission_control_statuses:e.Func([],[e.Vec(e.Tuple(e.Nat64,p))],["query"]),list_orbiter_statuses:e.Func([e.Principal],[e.Opt(e.Vec(e.Tuple(e.Nat64,p)))],["query"]),list_orbiters:e.Func([],[e.Vec(e.Tuple(e.Principal,t))],["query"]),list_satellite_statuses:e.Func([e.Principal],[e.Opt(e.Vec(e.Tuple(e.Nat64,p)))],["query"]),list_satellites:e.Func([],[e.Vec(e.Tuple(e.Principal,r))],["query"]),remove_mission_control_controllers:e.Func([e.Vec(e.Principal)],[],[]),remove_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal)],[],[]),set_metadata:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[],[]),set_mission_control_controllers:e.Func([e.Vec(e.Principal),h],[],[]),set_orbiter:e.Func([e.Principal,e.Opt(e.Text)],[t],[]),set_orbiter_metadata:e.Func([e.Principal,e.Vec(e.Tuple(e.Text,e.Text))],[t],[]),set_orbiters_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal),h],[],[]),set_satellite_metadata:e.Func([e.Principal,e.Vec(e.Tuple(e.Text,e.Text))],[r],[]),set_satellites_controllers:e.Func([e.Vec(e.Principal),e.Vec(e.Principal),h],[],[]),status:e.Func([a],[d],[]),top_up:e.Func([e.Principal,f],[],[]),version:e.Func([],[e.Text],["query"])})};var rt=({IDL:e})=>{let t=e.Record({controllers:e.Vec(e.Principal)}),r=e.Variant({Write:e.Null,Admin:e.Null}),n=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,scope:r,expires_at:e.Opt(e.Nat64)}),o=e.Record({updated_at:e.Opt(e.Nat64)}),i=e.Record({cycles:e.Nat,destination_id:e.Principal}),s=e.Record({to:e.Opt(e.Nat64),from:e.Opt(e.Nat64),satellite_id:e.Opt(e.Principal)}),l=e.Record({key:e.Text,collected_at:e.Nat64}),u=e.Record({inner_height:e.Nat16,inner_width:e.Nat16}),c=e.Record({title:e.Text,updated_at:e.Nat64,referrer:e.Opt(e.Text),time_zone:e.Text,session_id:e.Text,href:e.Text,created_at:e.Nat64,satellite_id:e.Principal,device:u,user_agent:e.Opt(e.Text)}),p=e.Record({safari:e.Float64,opera:e.Float64,others:e.Float64,firefox:e.Float64,chrome:e.Float64}),h=e.Record({desktop:e.Float64,others:e.Float64,mobile:e.Float64}),v=e.Record({browsers:p,devices:h}),a=e.Record({day:e.Nat8,month:e.Nat8,year:e.Int32}),d=e.Record({bounce_rate:e.Float64,average_page_views_per_session:e.Float64,daily_total_page_views:e.Vec(e.Tuple(a,e.Nat32)),total_page_views:e.Nat32,unique_page_views:e.Nat64,unique_sessions:e.Nat64}),f=e.Record({referrers:e.Vec(e.Tuple(e.Text,e.Nat32)),pages:e.Vec(e.Tuple(e.Text,e.Nat32))}),x=e.Record({updated_at:e.Nat64,session_id:e.Text,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),name:e.Text,created_at:e.Nat64,satellite_id:e.Principal}),g=e.Record({total:e.Vec(e.Tuple(e.Text,e.Nat32))}),y=e.Record({updated_at:e.Nat64,created_at:e.Nat64,enabled:e.Bool}),m=e.Record({stable:e.Nat64,heap:e.Nat64}),T=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:r,expires_at:e.Opt(e.Nat64)}),F=e.Record({controller:T,controllers:e.Vec(e.Principal)}),P=e.Record({title:e.Text,updated_at:e.Opt(e.Nat64),referrer:e.Opt(e.Text),time_zone:e.Text,session_id:e.Text,href:e.Text,satellite_id:e.Principal,device:u,user_agent:e.Opt(e.Text)}),R=e.Variant({Ok:c,Err:e.Text}),V=e.Variant({Ok:e.Null,Err:e.Vec(e.Tuple(l,e.Text))}),k=e.Record({updated_at:e.Opt(e.Nat64),enabled:e.Bool}),C=e.Record({updated_at:e.Opt(e.Nat64),session_id:e.Text,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),name:e.Text,satellite_id:e.Principal,user_agent:e.Opt(e.Text)}),U=e.Variant({Ok:x,Err:e.Text});return e.Service({del_controllers:e.Func([t],[e.Vec(e.Tuple(e.Principal,n))],[]),del_satellite_config:e.Func([e.Principal,o],[],[]),deposit_cycles:e.Func([i],[],[]),get_page_views:e.Func([s],[e.Vec(e.Tuple(l,c))],["query"]),get_page_views_analytics_clients:e.Func([s],[v],["query"]),get_page_views_analytics_metrics:e.Func([s],[d],["query"]),get_page_views_analytics_top_10:e.Func([s],[f],["query"]),get_track_events:e.Func([s],[e.Vec(e.Tuple(l,x))],["query"]),get_track_events_analytics:e.Func([s],[g],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_satellite_configs:e.Func([],[e.Vec(e.Tuple(e.Principal,y))],["query"]),memory_size:e.Func([],[m],["query"]),set_controllers:e.Func([F],[e.Vec(e.Tuple(e.Principal,n))],[]),set_page_view:e.Func([l,P],[R],[]),set_page_views:e.Func([e.Vec(e.Tuple(l,P))],[V],[]),set_satellite_configs:e.Func([e.Vec(e.Tuple(e.Principal,k))],[e.Vec(e.Tuple(e.Principal,y))],[]),set_track_event:e.Func([l,C],[U],[]),set_track_events:e.Func([e.Vec(e.Tuple(l,C))],[V],[]),version:e.Func([],[e.Text],["query"])})};var nt=({IDL:e})=>{let t=e.Record({batch_id:e.Nat,headers:e.Vec(e.Tuple(e.Text,e.Text)),chunk_ids:e.Vec(e.Nat)}),r=e.Record({controllers:e.Vec(e.Principal)}),n=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,expires_at:e.Opt(e.Nat64)}),o=e.Record({updated_at:e.Opt(e.Nat64)}),i=e.Record({headers:e.Vec(e.Tuple(e.Text,e.Vec(e.Tuple(e.Text,e.Text))))}),s=e.Record({storage:i}),l=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),u=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),c=e.Record({token:e.Opt(e.Text),sha256:e.Opt(e.Vec(e.Nat8)),headers:e.Vec(e.Tuple(e.Text,e.Text)),index:e.Nat64,encoding_type:e.Text,full_path:e.Text}),p=e.Variant({Callback:e.Record({token:c,callback:e.Func([],[],[])})}),h=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(p),status_code:e.Nat16}),v=e.Record({token:e.Opt(c),body:e.Vec(e.Nat8)}),a=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),d=e.Record({batch_id:e.Nat}),f=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),x=e.Record({field:f,desc:e.Bool}),g=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),y=e.Record({order:e.Opt(x),owner:e.Opt(e.Principal),matcher:e.Opt(e.Text),paginate:e.Opt(g)}),m=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),T=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),F=e.Record({key:m,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,T)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),P=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,F))}),R=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),V=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,l))}),k=e.Variant({Db:e.Null,Storage:e.Null}),C=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),U=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:C,created_at:e.Nat64,write:C}),G=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),Y=e.Record({controller:G,controllers:e.Vec(e.Principal)}),M=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),Q=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:C,write:C}),X=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),Z=e.Record({chunk_id:e.Nat});return e.Service({commit_asset_upload:e.Func([t],[],[]),del_asset:e.Func([e.Text,e.Text],[],[]),del_assets:e.Func([e.Opt(e.Text)],[],[]),del_controllers:e.Func([r],[e.Vec(e.Tuple(e.Principal,n))],[]),del_custom_domain:e.Func([e.Text],[],[]),del_doc:e.Func([e.Text,e.Text,o],[],[]),get_config:e.Func([],[s],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(l)],["query"]),http_request:e.Func([u],[h],["query"]),http_request_streaming_callback:e.Func([c],[v],["query"]),init_asset_upload:e.Func([a],[d],[]),list_assets:e.Func([e.Opt(e.Text),y],[P],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,R))],["query"]),list_docs:e.Func([e.Text,y],[V],["query"]),list_rules:e.Func([k],[e.Vec(e.Tuple(e.Text,U))],["query"]),set_config:e.Func([s],[],[]),set_controllers:e.Func([Y],[e.Vec(e.Tuple(e.Principal,n))],[]),set_custom_domain:e.Func([e.Text,e.Opt(e.Text)],[],[]),set_doc:e.Func([e.Text,e.Text,M],[l],[]),set_rule:e.Func([k,e.Text,Q],[],[]),upload_asset_chunk:e.Func([X],[Z],[]),version:e.Func([],[e.Text],["query"])})};var ot=({IDL:e})=>{let t=e.Record({batch_id:e.Nat,headers:e.Vec(e.Tuple(e.Text,e.Text)),chunk_ids:e.Vec(e.Nat)}),r=e.Record({controllers:e.Vec(e.Principal)}),n=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,expires_at:e.Opt(e.Nat64)}),o=e.Record({updated_at:e.Opt(e.Nat64)}),i=e.Record({headers:e.Vec(e.Tuple(e.Text,e.Vec(e.Tuple(e.Text,e.Text))))}),s=e.Record({storage:i}),l=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),u=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),c=e.Record({token:e.Opt(e.Text),sha256:e.Opt(e.Vec(e.Nat8)),headers:e.Vec(e.Tuple(e.Text,e.Text)),index:e.Nat64,encoding_type:e.Text,full_path:e.Text}),p=e.Variant({Callback:e.Record({token:c,callback:e.Func([],[],[])})}),h=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(p),status_code:e.Nat16}),v=e.Record({token:e.Opt(c),body:e.Vec(e.Nat8)}),a=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),d=e.Record({batch_id:e.Nat}),f=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),x=e.Record({field:f,desc:e.Bool}),g=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),y=e.Record({order:e.Opt(x),matcher:e.Opt(e.Text),paginate:e.Opt(g)}),m=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),T=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),F=e.Record({key:m,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,T)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),P=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,F))}),R=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),V=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,l))}),k=e.Variant({Db:e.Null,Storage:e.Null}),C=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),U=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:C,created_at:e.Nat64,write:C}),G=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),Y=e.Record({controller:G,controllers:e.Vec(e.Principal)}),M=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),Q=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:C,write:C}),X=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),Z=e.Record({chunk_id:e.Nat});return e.Service({commit_asset_upload:e.Func([t],[],[]),del_asset:e.Func([e.Text,e.Text],[],[]),del_assets:e.Func([e.Opt(e.Text)],[],[]),del_controllers:e.Func([r],[e.Vec(e.Tuple(e.Principal,n))],[]),del_custom_domain:e.Func([e.Text],[],[]),del_doc:e.Func([e.Text,e.Text,o],[],[]),get_config:e.Func([],[s],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(l)],["query"]),http_request:e.Func([u],[h],["query"]),http_request_streaming_callback:e.Func([c],[v],["query"]),init_asset_upload:e.Func([a],[d],[]),list_assets:e.Func([e.Opt(e.Text),y],[P],["query"]),list_controllers:e.Func([],[e.Vec(e.Principal)],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,R))],["query"]),list_docs:e.Func([e.Text,y],[V],["query"]),list_rules:e.Func([k],[e.Vec(e.Tuple(e.Text,U))],["query"]),set_config:e.Func([s],[],[]),set_controllers:e.Func([Y],[e.Vec(e.Tuple(e.Principal,n))],[]),set_custom_domain:e.Func([e.Text,e.Opt(e.Text)],[],[]),set_doc:e.Func([e.Text,e.Text,M],[l],[]),set_rule:e.Func([k,e.Text,Q],[],[]),upload_asset_chunk:e.Func([X],[Z],[]),version:e.Func([],[e.Text],["query"])})};var it=({IDL:e})=>{let t=e.Record({batch_id:e.Nat,headers:e.Vec(e.Tuple(e.Text,e.Text)),chunk_ids:e.Vec(e.Nat)}),r=e.Record({controllers:e.Vec(e.Principal)}),n=e.Variant({Write:e.Null,Admin:e.Null}),o=e.Record({updated_at:e.Nat64,metadata:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64,scope:n,expires_at:e.Opt(e.Nat64)}),i=e.Record({updated_at:e.Opt(e.Nat64)}),s=e.Variant({Db:e.Null,Storage:e.Null}),l=e.Record({cycles:e.Nat,destination_id:e.Principal}),u=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,description:e.Opt(e.Text),full_path:e.Text}),c=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),p=e.Record({key:u,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,c)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),h=e.Record({derivation_origin:e.Opt(e.Text)}),v=e.Record({internet_identity:e.Opt(h)}),a=e.Variant({Deny:e.Null,AllowAny:e.Null,SameOrigin:e.Null}),d=e.Record({status_code:e.Nat16,location:e.Text}),f=e.Record({iframe:e.Opt(a),rewrites:e.Vec(e.Tuple(e.Text,e.Text)),headers:e.Vec(e.Tuple(e.Text,e.Vec(e.Tuple(e.Text,e.Text)))),redirects:e.Opt(e.Vec(e.Tuple(e.Text,d)))}),x=e.Record({storage:f}),g=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),description:e.Opt(e.Text),created_at:e.Nat64}),y=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),certificate_version:e.Opt(e.Nat16)}),m=e.Variant({Heap:e.Null,Stable:e.Null}),T=e.Record({memory:m,token:e.Opt(e.Text),sha256:e.Opt(e.Vec(e.Nat8)),headers:e.Vec(e.Tuple(e.Text,e.Text)),index:e.Nat64,encoding_type:e.Text,full_path:e.Text}),F=e.Variant({Callback:e.Record({token:T,callback:e.Func([],[],["query"])})}),P=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(F),status_code:e.Nat16}),R=e.Record({token:e.Opt(T),body:e.Vec(e.Nat8)}),V=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,description:e.Opt(e.Text),encoding_type:e.Opt(e.Text),full_path:e.Text}),k=e.Record({batch_id:e.Nat}),C=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),U=e.Record({field:C,desc:e.Bool}),G=e.Record({key:e.Opt(e.Text),description:e.Opt(e.Text)}),Y=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),M=e.Record({order:e.Opt(U),owner:e.Opt(e.Principal),matcher:e.Opt(G),paginate:e.Opt(Y)}),Q=e.Record({matches_pages:e.Opt(e.Nat64),matches_length:e.Nat64,items_page:e.Opt(e.Nat64),items:e.Vec(e.Tuple(e.Text,p)),items_length:e.Nat64}),X=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),Z=e.Record({matches_pages:e.Opt(e.Nat64),matches_length:e.Nat64,items_page:e.Opt(e.Nat64),items:e.Vec(e.Tuple(e.Text,g)),items_length:e.Nat64}),D=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),de=e.Record({max_capacity:e.Opt(e.Nat32),memory:e.Opt(m),updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:D,created_at:e.Nat64,mutable_permissions:e.Opt(e.Bool),write:D}),Oe=e.Record({stable:e.Nat64,heap:e.Nat64}),Ee=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:n,expires_at:e.Opt(e.Nat64)}),ke=e.Record({controller:Ee,controllers:e.Vec(e.Principal)}),pe=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8),description:e.Opt(e.Text)}),Be=e.Record({max_capacity:e.Opt(e.Nat32),memory:e.Opt(m),updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:D,mutable_permissions:e.Opt(e.Bool),write:D}),me=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat,order_id:e.Opt(e.Nat)}),ne=e.Record({chunk_id:e.Nat});return e.Service({build_version:e.Func([],[e.Text],["query"]),commit_asset_upload:e.Func([t],[],[]),count_assets:e.Func([e.Text],[e.Nat64],["query"]),count_docs:e.Func([e.Text],[e.Nat64],["query"]),del_asset:e.Func([e.Text,e.Text],[],[]),del_assets:e.Func([e.Text],[],[]),del_controllers:e.Func([r],[e.Vec(e.Tuple(e.Principal,o))],[]),del_custom_domain:e.Func([e.Text],[],[]),del_doc:e.Func([e.Text,e.Text,i],[],[]),del_docs:e.Func([e.Text],[],[]),del_many_assets:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[],[]),del_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text,i))],[],[]),del_rule:e.Func([s,e.Text,i],[],[]),deposit_cycles:e.Func([l],[],[]),get_asset:e.Func([e.Text,e.Text],[e.Opt(p)],["query"]),get_auth_config:e.Func([],[e.Opt(v)],["query"]),get_config:e.Func([],[x],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(g)],["query"]),get_many_assets:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[e.Vec(e.Tuple(e.Text,e.Opt(p)))],["query"]),get_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[e.Vec(e.Tuple(e.Text,e.Opt(g)))],["query"]),http_request:e.Func([y],[P],["query"]),http_request_streaming_callback:e.Func([T],[R],["query"]),init_asset_upload:e.Func([V],[k],[]),list_assets:e.Func([e.Text,M],[Q],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,o))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,X))],["query"]),list_docs:e.Func([e.Text,M],[Z],["query"]),list_rules:e.Func([s],[e.Vec(e.Tuple(e.Text,de))],["query"]),memory_size:e.Func([],[Oe],["query"]),set_auth_config:e.Func([v],[],[]),set_config:e.Func([x],[],[]),set_controllers:e.Func([ke],[e.Vec(e.Tuple(e.Principal,o))],[]),set_custom_domain:e.Func([e.Text,e.Opt(e.Text)],[],[]),set_doc:e.Func([e.Text,e.Text,pe],[g],[]),set_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text,pe))],[e.Vec(e.Tuple(e.Text,g))],[]),set_rule:e.Func([s,e.Text,Be],[],[]),upload_asset_chunk:e.Func([me],[ne],[]),version:e.Func([],[e.Text],["query"])})};var ct=async({satelliteId:e,...t})=>oe({canisterId:e,...t,idlFactory:ot}),A=async({satelliteId:e,...t})=>oe({canisterId:e,...t,idlFactory:it}),lt=async({satelliteId:e,...t})=>oe({canisterId:e,...t,idlFactory:nt}),L=async({missionControlId:e,...t})=>oe({canisterId:e,...t,idlFactory:tt}),_e=async({orbiterId:e,...t})=>oe({canisterId:e,...t,idlFactory:rt}),oe=async({canisterId:e,idlFactory:t,...r})=>{if(en(e))throw new Error("No canister ID provided.");return $e({canisterId:e,idlFactory:t,...r})},ut=at.fromText("aaaaa-aa"),st=(e,t,r)=>{let n=t[0],o=ut;return n&&typeof n=="object"&&n.canister_id&&(o=at.from(n.canister_id)),{effectiveCanisterId:o}},dt=e=>$e({canisterId:ut.toText(),config:{callTransform:st,queryTransform:st},idlFactory:et,...e});var I=async({actor:e,code:t})=>{let{install_code:r}=await dt(e);return r({...t,sender_canister_version:[]})},pt=async({canisterId:e,path:t,...r})=>{nn(e,"A canister ID must be provided to request its status.");let n=await qe(r);return(await tn.request({canisterId:rn.from(e),agent:n,paths:[{kind:"metadata",key:t,path:t,decodeStrategy:"utf-8"}]})).get(t)};var mt=async({missionControl:e})=>(await L(e)).version(),_t=async({missionControl:e})=>(await L(e)).get_user(),ht=async({missionControl:e})=>(await L(e)).list_mission_control_controllers(),ft=async({missionControl:e,satelliteIds:t,controllerIds:r,controller:n})=>(await L(e)).set_satellites_controllers(t,r,n),yt=async({missionControl:e,controllerIds:t,controller:r})=>(await L(e)).set_mission_control_controllers(t,r);import{Principal as on}from"@dfinity/principal";import{nonNullish as sn,toNullable as an}from"@junobuild/utils";var Ue=({controllerId:e,profile:t})=>({controllerIds:[on.fromText(e)],controller:cn(t)}),cn=e=>({metadata:sn(e)&&e!==""?[["profile",e]]:[],expires_at:an(void 0),scope:{Admin:null}});var O={};Zr(O,{Bool:()=>vt,BoolClass:()=>Te,ConstructType:()=>q,Empty:()=>bt,EmptyClass:()=>ge,FixedIntClass:()=>H,FixedNatClass:()=>$,Float32:()=>St,Float64:()=>At,FloatClass:()=>se,Func:()=>Gt,FuncClass:()=>ce,Int:()=>Rt,Int16:()=>Ot,Int32:()=>Et,Int64:()=>kt,Int8:()=>Ft,IntClass:()=>Ne,Nat:()=>Ct,Nat16:()=>Mt,Nat32:()=>$t,Nat64:()=>qt,Nat8:()=>Bt,NatClass:()=>ve,Null:()=>Pt,NullClass:()=>we,Opt:()=>Ht,OptClass:()=>re,PrimitiveType:()=>E,Principal:()=>Ut,PrincipalClass:()=>Ce,Rec:()=>Jt,RecClass:()=>J,Record:()=>Kt,RecordClass:()=>ae,Reserved:()=>Nt,ReservedClass:()=>te,Service:()=>Yt,ServiceClass:()=>Se,Text:()=>Vt,TextClass:()=>be,Tuple:()=>jt,TupleClass:()=>Ve,Type:()=>ee,Unknown:()=>mn,UnknownClass:()=>xe,Variant:()=>Wt,VariantClass:()=>Re,Vec:()=>zt,VecClass:()=>Pe,Visitor:()=>ye,decode:()=>pn,encode:()=>dn});import{Principal as un}from"@dfinity/principal";function _(...e){let t=new Uint8Array(e.reduce((n,o)=>n+o.byteLength,0)),r=0;for(let n of e)t.set(new Uint8Array(n),r),r+=n.byteLength;return t}var j=class{constructor(t,r=t?.byteLength||0){this._buffer=ze(t||new ArrayBuffer(0)),this._view=new Uint8Array(this._buffer,0,r)}get buffer(){return ze(this._view.slice())}get byteLength(){return this._view.byteLength}read(t){let r=this._view.subarray(0,t);return this._view=this._view.subarray(t),r.slice().buffer}readUint8(){let t=this._view[0];return this._view=this._view.subarray(1),t}write(t){let r=new Uint8Array(t),n=this._view.byteLength;this._view.byteOffset+this._view.byteLength+r.byteLength>=this._buffer.byteLength?this.alloc(r.byteLength):this._view=new Uint8Array(this._buffer,this._view.byteOffset,this._view.byteLength+r.byteLength),this._view.set(r,n)}get end(){return this._view.byteLength===0}alloc(t){let r=new ArrayBuffer((this._buffer.byteLength+t)*1.2|0),n=new Uint8Array(r,0,this._view.byteLength+t);n.set(this._view),this._buffer=r,this._view=n}};function je(e){return new DataView(e.buffer,e.byteOffset,e.byteLength).buffer}function ze(e){return e instanceof Uint8Array?je(e):e instanceof ArrayBuffer?e:Array.isArray(e)?je(new Uint8Array(e)):"buffer"in e?ze(e.buffer):je(new Uint8Array(e))}function ln(e){let r=new TextEncoder().encode(e),n=0;for(let o of r)n=(n*223+o)%2**32;return n}function B(e){if(/^_\d+_$/.test(e)||/^_0x[0-9a-fA-F]+_$/.test(e)){let t=+e.slice(1,-1);if(Number.isSafeInteger(t)&&t>=0&&t<2**32)return t}return ln(e)}function gt(){throw new Error("unexpected end of buffer")}function W(e,t){return e.byteLength<t&&gt(),e.read(t)}function K(e){let t=e.readUint8();return t===void 0&&gt(),t}function b(e){if(typeof e=="number"&&(e=BigInt(e)),e<BigInt(0))throw new Error("Cannot leb encode negative values.");let t=(e===BigInt(0)?0:Math.ceil(Math.log2(Number(e))))+1,r=new j(new ArrayBuffer(t),0);for(;;){let n=Number(e&BigInt(127));if(e/=BigInt(128),e===BigInt(0)){r.write(new Uint8Array([n]));break}else r.write(new Uint8Array([n|128]))}return r.buffer}function S(e){let t=BigInt(1),r=BigInt(0),n;do n=K(e),r+=BigInt(n&127).valueOf()*t,t*=BigInt(128);while(n>=128);return r}function N(e){typeof e=="number"&&(e=BigInt(e));let t=e<BigInt(0);t&&(e=-e-BigInt(1));let r=(e===BigInt(0)?0:Math.ceil(Math.log2(Number(e))))+1,n=new j(new ArrayBuffer(r),0);for(;;){let i=o(e);if(e/=BigInt(128),t&&e===BigInt(0)&&i&64||!t&&e===BigInt(0)&&!(i&64)){n.write(new Uint8Array([i]));break}else n.write(new Uint8Array([i|128]))}function o(i){let s=i%BigInt(128);return Number(t?BigInt(128)-s-BigInt(1):s)}return n.buffer}function z(e){let t=new Uint8Array(e.buffer),r=0;for(;r<t.byteLength;r++)if(t[r]<128){if(!(t[r]&64))return S(e);break}let n=new Uint8Array(W(e,r+1)),o=BigInt(0);for(let i=n.byteLength-1;i>=0;i--)o=o*BigInt(128)+BigInt(128-(n[i]&127)-1);return-o-BigInt(1)}function xt(e,t){if(BigInt(e)<BigInt(0))throw new Error("Cannot write negative values.");return He(e,t)}function He(e,t){e=BigInt(e);let r=new j(new ArrayBuffer(Math.min(1,t)),0),n=0,o=BigInt(256),i=BigInt(0),s=Number(e%o);for(r.write(new Uint8Array([s]));++n<t;)e<0&&i===BigInt(0)&&s!==0&&(i=BigInt(1)),s=Number((e/o-i)%BigInt(256)),r.write(new Uint8Array([s])),o*=BigInt(256);return r.buffer}function Ke(e,t){let r=BigInt(K(e)),n=BigInt(1),o=0;for(;++o<t;){n*=BigInt(256);let i=BigInt(K(e));r=r+n*i}return r}function Tt(e,t){let r=Ke(e,t),n=BigInt(2)**(BigInt(8)*BigInt(t-1)+BigInt(7));return r>=n&&(r-=n*BigInt(2)),r}function he(e){let t=BigInt(e);if(e<0)throw new RangeError("Input must be non-negative");return BigInt(1)<<t}var fe="DIDL",wt=400;function ie(e,t,r){return e.map((n,o)=>r(n,t[o]))}var We=class{constructor(){this._typs=[],this._idx=new Map}has(t){return this._idx.has(t.name)}add(t,r){let n=this._typs.length;this._idx.set(t.name,n),this._typs.push(r)}merge(t,r){let n=this._idx.get(t.name),o=this._idx.get(r);if(n===void 0)throw new Error("Missing type index for "+t);if(o===void 0)throw new Error("Missing type index for "+r);this._typs[n]=this._typs[o],this._typs.splice(o,1),this._idx.delete(r)}encode(){let t=b(this._typs.length),r=_(...this._typs);return _(t,r)}indexOf(t){if(!this._idx.has(t))throw new Error("Missing type index for "+t);return N(this._idx.get(t)||0)}},ye=class{visitType(t,r){throw new Error("Not implemented")}visitPrimitive(t,r){return this.visitType(t,r)}visitEmpty(t,r){return this.visitPrimitive(t,r)}visitBool(t,r){return this.visitPrimitive(t,r)}visitNull(t,r){return this.visitPrimitive(t,r)}visitReserved(t,r){return this.visitPrimitive(t,r)}visitText(t,r){return this.visitPrimitive(t,r)}visitNumber(t,r){return this.visitPrimitive(t,r)}visitInt(t,r){return this.visitNumber(t,r)}visitNat(t,r){return this.visitNumber(t,r)}visitFloat(t,r){return this.visitPrimitive(t,r)}visitFixedInt(t,r){return this.visitNumber(t,r)}visitFixedNat(t,r){return this.visitNumber(t,r)}visitPrincipal(t,r){return this.visitPrimitive(t,r)}visitConstruct(t,r){return this.visitType(t,r)}visitVec(t,r,n){return this.visitConstruct(t,n)}visitOpt(t,r,n){return this.visitConstruct(t,n)}visitRecord(t,r,n){return this.visitConstruct(t,n)}visitTuple(t,r,n){let o=r.map((i,s)=>[`_${s}_`,i]);return this.visitRecord(t,o,n)}visitVariant(t,r,n){return this.visitConstruct(t,n)}visitRec(t,r,n){return this.visitConstruct(r,n)}visitFunc(t,r){return this.visitConstruct(t,r)}visitService(t,r){return this.visitConstruct(t,r)}},ee=class{display(){return this.name}valueToString(t){return w(t)}buildTypeTable(t){t.has(this)||this._buildTypeTableImpl(t)}},E=class extends ee{checkType(t){if(this.name!==t.name)throw new Error(`type mismatch: type on the wire ${t.name}, expect type ${this.name}`);return t}_buildTypeTableImpl(t){}},q=class extends ee{checkType(t){if(t instanceof J){let r=t.getType();if(typeof r>"u")throw new Error("type mismatch with uninitialized type");return r}throw new Error(`type mismatch: type on the wire ${t.name}, expect type ${this.name}`)}encodeType(t){return t.indexOf(this.name)}},ge=class extends E{accept(t,r){return t.visitEmpty(this,r)}covariant(t){throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(){throw new Error("Empty cannot appear as a function argument")}valueToString(){throw new Error("Empty cannot appear as a value")}encodeType(){return N(-17)}decodeValue(){throw new Error("Empty cannot appear as an output")}get name(){return"empty"}},xe=class extends ee{checkType(t){throw new Error("Method not implemented for unknown.")}accept(t,r){throw t.visitType(this,r)}covariant(t){throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(){throw new Error("Unknown cannot appear as a function argument")}valueToString(){throw new Error("Unknown cannot appear as a value")}encodeType(){throw new Error("Unknown cannot be serialized")}decodeValue(t,r){let n=r.decodeValue(t,r);Object(n)!==n&&(n=Object(n));let o;return r instanceof J?o=()=>r.getType():o=()=>r,Object.defineProperty(n,"type",{value:o,writable:!0,enumerable:!1,configurable:!0}),n}_buildTypeTableImpl(){throw new Error("Unknown cannot be serialized")}get name(){return"Unknown"}},Te=class extends E{accept(t,r){return t.visitBool(this,r)}covariant(t){if(typeof t=="boolean")return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){return new Uint8Array([t?1:0])}encodeType(){return N(-2)}decodeValue(t,r){switch(this.checkType(r),K(t)){case 0:return!1;case 1:return!0;default:throw new Error("Boolean value out of range")}}get name(){return"bool"}},we=class extends E{accept(t,r){return t.visitNull(this,r)}covariant(t){if(t===null)return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(){return new ArrayBuffer(0)}encodeType(){return N(-1)}decodeValue(t,r){return this.checkType(r),null}get name(){return"null"}},te=class extends E{accept(t,r){return t.visitReserved(this,r)}covariant(t){return!0}encodeValue(){return new ArrayBuffer(0)}encodeType(){return N(-16)}decodeValue(t,r){return r.name!==this.name&&r.decodeValue(t,r),null}get name(){return"reserved"}},be=class extends E{accept(t,r){return t.visitText(this,r)}covariant(t){if(typeof t=="string")return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){let r=new TextEncoder().encode(t),n=b(r.byteLength);return _(n,r)}encodeType(){return N(-15)}decodeValue(t,r){this.checkType(r);let n=S(t),o=W(t,Number(n));return new TextDecoder("utf8",{fatal:!0}).decode(o)}get name(){return"text"}valueToString(t){return'"'+t+'"'}},Ne=class extends E{accept(t,r){return t.visitInt(this,r)}covariant(t){if(typeof t=="bigint"||Number.isInteger(t))return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){return N(t)}encodeType(){return N(-4)}decodeValue(t,r){return this.checkType(r),z(t)}get name(){return"int"}valueToString(t){return t.toString()}},ve=class extends E{accept(t,r){return t.visitNat(this,r)}covariant(t){if(typeof t=="bigint"&&t>=BigInt(0)||Number.isInteger(t)&&t>=0)return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){return b(t)}encodeType(){return N(-3)}decodeValue(t,r){return this.checkType(r),S(t)}get name(){return"nat"}valueToString(t){return t.toString()}},se=class extends E{constructor(t){if(super(),this._bits=t,t!==32&&t!==64)throw new Error("not a valid float type")}accept(t,r){return t.visitFloat(this,r)}covariant(t){if(typeof t=="number"||t instanceof Number)return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){let r=new ArrayBuffer(this._bits/8),n=new DataView(r);return this._bits===32?n.setFloat32(0,t,!0):n.setFloat64(0,t,!0),r}encodeType(){let t=this._bits===32?-13:-14;return N(t)}decodeValue(t,r){this.checkType(r);let n=W(t,this._bits/8),o=new DataView(n);return this._bits===32?o.getFloat32(0,!0):o.getFloat64(0,!0)}get name(){return"float"+this._bits}valueToString(t){return t.toString()}},H=class extends E{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedInt(this,r)}covariant(t){let r=he(this._bits-1)*BigInt(-1),n=he(this._bits-1)-BigInt(1),o=!1;if(typeof t=="bigint")o=t>=r&&t<=n;else if(Number.isInteger(t)){let i=BigInt(t);o=i>=r&&i<=n}else o=!1;if(o)return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){return He(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return N(-9-t)}decodeValue(t,r){this.checkType(r);let n=Tt(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`int${this._bits}`}valueToString(t){return t.toString()}},$=class extends E{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedNat(this,r)}covariant(t){let r=he(this._bits),n=!1;if(typeof t=="bigint"&&t>=BigInt(0)?n=t<r:Number.isInteger(t)&&t>=0?n=BigInt(t)<r:n=!1,n)return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){return xt(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return N(-5-t)}decodeValue(t,r){this.checkType(r);let n=Ke(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`nat${this._bits}`}valueToString(t){return t.toString()}},Pe=class e extends q{constructor(t){super(),this._type=t,this._blobOptimization=!1,t instanceof $&&t._bits===8&&(this._blobOptimization=!0)}accept(t,r){return t.visitVec(this,this._type,r)}covariant(t){let r=this._type instanceof $?this._type._bits:this._type instanceof H?this._type._bits:0;if(ArrayBuffer.isView(t)&&r==t.BYTES_PER_ELEMENT*8||Array.isArray(t)&&t.every((n,o)=>{try{return this._type.covariant(n)}catch(i){throw new Error(`Invalid ${this.display()} argument:
2
2
 
3
- index ${o} -> ${i.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){let r=w(t.length);if(this._blobOptimization)return f(r,new Uint8Array(t));if(ArrayBuffer.isView(t))return f(r,new Uint8Array(t.buffer));let n=new U(new ArrayBuffer(r.byteLength+t.length),0);n.write(r);for(let o of t){let i=this._type.encodeValue(o);n.write(new Uint8Array(i))}return n.buffer}_buildTypeTableImpl(t){this._type.buildTypeTable(t);let r=b(-19),n=this._type.encodeType(t);t.add(this,f(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a vector type");let o=Number(V(t));if(this._type instanceof M){if(this._type._bits==8)return new Uint8Array(t.read(o));if(this._type._bits==16)return new Uint16Array(t.read(o*2));if(this._type._bits==32)return new Uint32Array(t.read(o*4));if(this._type._bits==64)return new BigUint64Array(t.read(o*8))}if(this._type instanceof j){if(this._type._bits==8)return new Int8Array(t.read(o));if(this._type._bits==16)return new Int16Array(t.read(o*2));if(this._type._bits==32)return new Int32Array(t.read(o*4));if(this._type._bits==64)return new BigInt64Array(t.read(o*8))}let i=[];for(let s=0;s<o;s++)i.push(this._type.decodeValue(t,n._type));return i}get name(){return`vec ${this._type.name}`}display(){return`vec ${this._type.display()}`}valueToString(t){return"vec {"+t.map(n=>this._type.valueToString(n)).join("; ")+"}"}},I=class e extends ${constructor(t){super(),this._type=t}accept(t,r){return t.visitOpt(this,this._type,r)}covariant(t){try{if(Array.isArray(t)&&(t.length===0||t.length===1&&this._type.covariant(t[0])))return!0}catch(r){throw new Error(`Invalid ${this.display()} argument: ${x(t)}
3
+ index ${o} -> ${i.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){let r=b(t.length);if(this._blobOptimization)return _(r,new Uint8Array(t));if(ArrayBuffer.isView(t))return _(r,new Uint8Array(t.buffer));let n=new j(new ArrayBuffer(r.byteLength+t.length),0);n.write(r);for(let o of t){let i=this._type.encodeValue(o);n.write(new Uint8Array(i))}return n.buffer}_buildTypeTableImpl(t){this._type.buildTypeTable(t);let r=N(-19),n=this._type.encodeType(t);t.add(this,_(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a vector type");let o=Number(S(t));if(this._type instanceof $){if(this._type._bits==8)return new Uint8Array(t.read(o));if(this._type._bits==16)return new Uint16Array(t.read(o*2));if(this._type._bits==32)return new Uint32Array(t.read(o*4));if(this._type._bits==64)return new BigUint64Array(t.read(o*8))}if(this._type instanceof H){if(this._type._bits==8)return new Int8Array(t.read(o));if(this._type._bits==16)return new Int16Array(t.read(o*2));if(this._type._bits==32)return new Int32Array(t.read(o*4));if(this._type._bits==64)return new BigInt64Array(t.read(o*8))}let i=[];for(let s=0;s<o;s++)i.push(this._type.decodeValue(t,n._type));return i}get name(){return`vec ${this._type.name}`}display(){return`vec ${this._type.display()}`}valueToString(t){return"vec {"+t.map(n=>this._type.valueToString(n)).join("; ")+"}"}},re=class e extends q{constructor(t){super(),this._type=t}accept(t,r){return t.visitOpt(this,this._type,r)}covariant(t){try{if(Array.isArray(t)&&(t.length===0||t.length===1&&this._type.covariant(t[0])))return!0}catch(r){throw new Error(`Invalid ${this.display()} argument: ${w(t)}
4
4
 
5
- -> ${r.message}`)}throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){return t.length===0?new Uint8Array([0]):f(new Uint8Array([1]),this._type.encodeValue(t[0]))}_buildTypeTableImpl(t){this._type.buildTypeTable(t);let r=b(-18),n=this._type.encodeType(t);t.add(this,f(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not an option type");switch(H(t)){case 0:return[];case 1:return[this._type.decodeValue(t,n._type)];default:throw new Error("Not an option value")}}get name(){return`opt ${this._type.name}`}display(){return`opt ${this._type.display()}`}valueToString(t){return t.length===0?"null":`opt ${this._type.valueToString(t[0])}`}},ie=class e extends ${constructor(t={}){super(),this._fields=Object.entries(t).sort((r,n)=>B(r[0])-B(n[0]))}accept(t,r){return t.visitRecord(this,this._fields,r)}tryAsTuple(){let t=[];for(let r=0;r<this._fields.length;r++){let[n,o]=this._fields[r];if(n!==`_${r}_`)return null;t.push(o)}return t}covariant(t){if(typeof t=="object"&&this._fields.every(([r,n])=>{if(!t.hasOwnProperty(r))throw new Error(`Record is missing key "${r}".`);try{return n.covariant(t[r])}catch(o){throw new Error(`Invalid ${this.display()} argument:
5
+ -> ${r.message}`)}throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){return t.length===0?new Uint8Array([0]):_(new Uint8Array([1]),this._type.encodeValue(t[0]))}_buildTypeTableImpl(t){this._type.buildTypeTable(t);let r=N(-18),n=this._type.encodeType(t);t.add(this,_(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not an option type");switch(K(t)){case 0:return[];case 1:return[this._type.decodeValue(t,n._type)];default:throw new Error("Not an option value")}}get name(){return`opt ${this._type.name}`}display(){return`opt ${this._type.display()}`}valueToString(t){return t.length===0?"null":`opt ${this._type.valueToString(t[0])}`}},ae=class e extends q{constructor(t={}){super(),this._fields=Object.entries(t).sort((r,n)=>B(r[0])-B(n[0]))}accept(t,r){return t.visitRecord(this,this._fields,r)}tryAsTuple(){let t=[];for(let r=0;r<this._fields.length;r++){let[n,o]=this._fields[r];if(n!==`_${r}_`)return null;t.push(o)}return t}covariant(t){if(typeof t=="object"&&this._fields.every(([r,n])=>{if(!t.hasOwnProperty(r))throw new Error(`Record is missing key "${r}".`);try{return n.covariant(t[r])}catch(o){throw new Error(`Invalid ${this.display()} argument:
6
6
 
7
- field ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){let r=this._fields.map(([o])=>t[o]),n=ne(this._fields,r,([,o],i)=>o.encodeValue(i));return f(...n)}_buildTypeTableImpl(t){this._fields.forEach(([i,s])=>s.buildTypeTable(t));let r=b(-20),n=w(this._fields.length),o=this._fields.map(([i,s])=>f(w(B(i)),s.encodeType(t)));t.add(this,f(r,n,f(...o)))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a record type");let o={},i=0,s=0;for(;s<n._fields.length;){let[l,u]=n._fields[s];if(i>=this._fields.length){u.decodeValue(t,u),s++;continue}let[c,d]=this._fields[i],_=B(this._fields[i][0]),R=B(l);if(_===R)o[c]=d.decodeValue(t,u),i++,s++;else if(R>_)if(d instanceof I||d instanceof Z)o[c]=[],i++;else throw new Error("Cannot find required field "+c);else u.decodeValue(t,u),s++}for(let[l,u]of this._fields.slice(i))if(u instanceof I||u instanceof Z)o[l]=[];else throw new Error("Cannot find required field "+l);return o}get name(){return`record {${this._fields.map(([r,n])=>r+":"+n.name).join("; ")}}`}display(){return`record {${this._fields.map(([r,n])=>r+":"+n.display()).join("; ")}}`}valueToString(t){let r=this._fields.map(([o])=>t[o]);return`record {${ne(this._fields,r,([o,i],s)=>o+"="+i.valueToString(s)).join("; ")}}`}},xe=class e extends ie{constructor(t){let r={};t.forEach((n,o)=>r["_"+o+"_"]=n),super(r),this._components=t}accept(t,r){return t.visitTuple(this,this._components,r)}covariant(t){if(Array.isArray(t)&&t.length>=this._fields.length&&this._components.every((r,n)=>{try{return r.covariant(t[n])}catch(o){throw new Error(`Invalid ${this.display()} argument:
7
+ field ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){let r=this._fields.map(([o])=>t[o]),n=ie(this._fields,r,([,o],i)=>o.encodeValue(i));return _(...n)}_buildTypeTableImpl(t){this._fields.forEach(([i,s])=>s.buildTypeTable(t));let r=N(-20),n=b(this._fields.length),o=this._fields.map(([i,s])=>_(b(B(i)),s.encodeType(t)));t.add(this,_(r,n,_(...o)))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a record type");let o={},i=0,s=0;for(;s<n._fields.length;){let[l,u]=n._fields[s];if(i>=this._fields.length){u.decodeValue(t,u),s++;continue}let[c,p]=this._fields[i],h=B(this._fields[i][0]),v=B(l);if(h===v)o[c]=p.decodeValue(t,u),i++,s++;else if(v>h)if(p instanceof re||p instanceof te)o[c]=[],i++;else throw new Error("Cannot find required field "+c);else u.decodeValue(t,u),s++}for(let[l,u]of this._fields.slice(i))if(u instanceof re||u instanceof te)o[l]=[];else throw new Error("Cannot find required field "+l);return o}get name(){return`record {${this._fields.map(([r,n])=>r+":"+n.name).join("; ")}}`}display(){return`record {${this._fields.map(([r,n])=>r+":"+n.display()).join("; ")}}`}valueToString(t){let r=this._fields.map(([o])=>t[o]);return`record {${ie(this._fields,r,([o,i],s)=>o+"="+i.valueToString(s)).join("; ")}}`}},Ve=class e extends ae{constructor(t){let r={};t.forEach((n,o)=>r["_"+o+"_"]=n),super(r),this._components=t}accept(t,r){return t.visitTuple(this,this._components,r)}covariant(t){if(Array.isArray(t)&&t.length>=this._fields.length&&this._components.every((r,n)=>{try{return r.covariant(t[n])}catch(o){throw new Error(`Invalid ${this.display()} argument:
8
8
 
9
- index ${n} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){let r=ne(this._components,t,(n,o)=>n.encodeValue(o));return f(...r)}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("not a tuple type");if(n._components.length<this._components.length)throw new Error("tuple mismatch");let o=[];for(let[i,s]of n._components.entries())i>=this._components.length?s.decodeValue(t,s):o.push(this._components[i].decodeValue(t,s));return o}display(){return`record {${this._components.map(r=>r.display()).join("; ")}}`}valueToString(t){return`record {${ne(this._components,t,(n,o)=>n.valueToString(o)).join("; ")}}`}},Te=class e extends ${constructor(t={}){super(),this._fields=Object.entries(t).sort((r,n)=>B(r[0])-B(n[0]))}accept(t,r){return t.visitVariant(this,this._fields,r)}covariant(t){if(typeof t=="object"&&Object.entries(t).length===1&&this._fields.every(([r,n])=>{try{return!t.hasOwnProperty(r)||n.covariant(t[r])}catch(o){throw new Error(`Invalid ${this.display()} argument:
9
+ index ${n} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){let r=ie(this._components,t,(n,o)=>n.encodeValue(o));return _(...r)}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("not a tuple type");if(n._components.length<this._components.length)throw new Error("tuple mismatch");let o=[];for(let[i,s]of n._components.entries())i>=this._components.length?s.decodeValue(t,s):o.push(this._components[i].decodeValue(t,s));return o}display(){return`record {${this._components.map(r=>r.display()).join("; ")}}`}valueToString(t){return`record {${ie(this._components,t,(n,o)=>n.valueToString(o)).join("; ")}}`}},Re=class e extends q{constructor(t={}){super(),this._fields=Object.entries(t).sort((r,n)=>B(r[0])-B(n[0]))}accept(t,r){return t.visitVariant(this,this._fields,r)}covariant(t){if(typeof t=="object"&&Object.entries(t).length===1&&this._fields.every(([r,n])=>{try{return!t.hasOwnProperty(r)||n.covariant(t[r])}catch(o){throw new Error(`Invalid ${this.display()} argument:
10
10
 
11
- variant ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){for(let r=0;r<this._fields.length;r++){let[n,o]=this._fields[r];if(t.hasOwnProperty(n)){let i=w(r),s=o.encodeValue(t[n]);return f(i,s)}}throw Error("Variant has no data: "+t)}_buildTypeTableImpl(t){this._fields.forEach(([,i])=>{i.buildTypeTable(t)});let r=b(-21),n=w(this._fields.length),o=this._fields.map(([i,s])=>f(w(B(i)),s.encodeType(t)));t.add(this,f(r,n,...o))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a variant type");let o=Number(V(t));if(o>=n._fields.length)throw Error("Invalid variant index: "+o);let[i,s]=n._fields[o];for(let[l,u]of this._fields)if(B(i)===B(l)){let c=u.decodeValue(t,s);return{[l]:c}}throw new Error("Cannot find field hash "+i)}get name(){return`variant {${this._fields.map(([r,n])=>r+":"+n.name).join("; ")}}`}display(){return`variant {${this._fields.map(([r,n])=>r+(n.name==="null"?"":`:${n.display()}`)).join("; ")}}`}valueToString(t){for(let[r,n]of this._fields)if(t.hasOwnProperty(r)){let o=n.valueToString(t[r]);return o==="null"?`variant {${r}}`:`variant {${r}=${o}}`}throw new Error("Variant has no data: "+t)}},W=class e extends ${constructor(){super(...arguments),this._id=e._counter++,this._type=void 0}accept(t,r){if(!this._type)throw Error("Recursive type uninitialized.");return t.visitRec(this,this._type,r)}fill(t){this._type=t}getType(){return this._type}covariant(t){if(this._type&&this._type.covariant(t))return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.encodeValue(t)}_buildTypeTableImpl(t){if(!this._type)throw Error("Recursive type uninitialized.");t.add(this,new Uint8Array([])),this._type.buildTypeTable(t),t.merge(this,this._type.name)}decodeValue(t,r){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.decodeValue(t,r)}get name(){return`rec_${this._id}`}display(){if(!this._type)throw Error("Recursive type uninitialized.");return`\u03BC${this.name}.${this._type.name}`}valueToString(t){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.valueToString(t)}};W._counter=0;function Fe(e){if(H(e)!==1)throw new Error("Cannot decode principal");let r=Number(V(e));return kr.fromUint8Array(new Uint8Array(K(e,r)))}var we=class extends E{accept(t,r){return t.visitPrincipal(this,r)}covariant(t){if(t&&t._isPrincipal)return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){let r=t.toUint8Array(),n=w(r.byteLength);return f(new Uint8Array([1]),n,r)}encodeType(){return b(-24)}decodeValue(t,r){return this.checkType(r),Fe(t)}get name(){return"principal"}valueToString(t){return`${this.name} "${t.toText()}"`}},se=class extends ${constructor(t,r,n=[]){super(),this.argTypes=t,this.retTypes=r,this.annotations=n}static argsToString(t,r){if(t.length!==r.length)throw new Error("arity mismatch");return"("+t.map((n,o)=>n.valueToString(r[o])).join(", ")+")"}accept(t,r){return t.visitFunc(this,r)}covariant(t){if(Array.isArray(t)&&t.length===2&&t[0]&&t[0]._isPrincipal&&typeof t[1]=="string")return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue([t,r]){let n=t.toUint8Array(),o=w(n.byteLength),i=f(new Uint8Array([1]),o,n),s=new TextEncoder().encode(r),l=w(s.byteLength);return f(new Uint8Array([1]),i,l,s)}_buildTypeTableImpl(t){this.argTypes.forEach(c=>c.buildTypeTable(t)),this.retTypes.forEach(c=>c.buildTypeTable(t));let r=b(-22),n=w(this.argTypes.length),o=f(...this.argTypes.map(c=>c.encodeType(t))),i=w(this.retTypes.length),s=f(...this.retTypes.map(c=>c.encodeType(t))),l=w(this.annotations.length),u=f(...this.annotations.map(c=>this.encodeAnnotation(c)));t.add(this,f(r,n,o,i,s,l,u))}decodeValue(t){if(H(t)!==1)throw new Error("Cannot decode function reference");let n=Fe(t),o=Number(V(t)),i=K(t,o),l=new TextDecoder("utf8",{fatal:!0}).decode(i);return[n,l]}get name(){let t=this.argTypes.map(o=>o.name).join(", "),r=this.retTypes.map(o=>o.name).join(", "),n=" "+this.annotations.join(" ");return`(${t}) -> (${r})${n}`}valueToString([t,r]){return`func "${t.toText()}".${r}`}display(){let t=this.argTypes.map(o=>o.display()).join(", "),r=this.retTypes.map(o=>o.display()).join(", "),n=" "+this.annotations.join(" ");return`(${t}) \u2192 (${r})${n}`}encodeAnnotation(t){if(t==="query")return new Uint8Array([1]);if(t==="oneway")return new Uint8Array([2]);if(t==="composite_query")return new Uint8Array([3]);throw new Error("Illegal function annotation")}},be=class extends ${constructor(t){super(),this._fields=Object.entries(t).sort((r,n)=>r[0]<n[0]?-1:r[0]>n[0]?1:0)}accept(t,r){return t.visitService(this,r)}covariant(t){if(t&&t._isPrincipal)return!0;throw new Error(`Invalid ${this.display()} argument: ${x(t)}`)}encodeValue(t){let r=t.toUint8Array(),n=w(r.length);return f(new Uint8Array([1]),n,r)}_buildTypeTableImpl(t){this._fields.forEach(([i,s])=>s.buildTypeTable(t));let r=b(-23),n=w(this._fields.length),o=this._fields.map(([i,s])=>{let l=new TextEncoder().encode(i),u=w(l.length);return f(u,l,s.encodeType(t))});t.add(this,f(r,n,...o))}decodeValue(t){return Fe(t)}get name(){return`service {${this._fields.map(([r,n])=>r+":"+n.name).join("; ")}}`}valueToString(t){return`service "${t.toText()}"`}};function x(e){let t=JSON.stringify(e,(r,n)=>typeof n=="bigint"?`BigInt(${n})`:n);return t&&t.length>at?t.substring(0,at-3)+"...":t}function Br(e,t){if(t.length<e.length)throw Error("Wrong number of message arguments");let r=new Ce;e.forEach(u=>u.buildTypeTable(r));let n=new TextEncoder().encode(le),o=r.encode(),i=w(t.length),s=f(...e.map(u=>u.encodeType(r))),l=f(...ne(e,t,(u,c)=>{try{u.covariant(c)}catch(d){throw new Error(d.message+`
11
+ variant ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){for(let r=0;r<this._fields.length;r++){let[n,o]=this._fields[r];if(t.hasOwnProperty(n)){let i=b(r),s=o.encodeValue(t[n]);return _(i,s)}}throw Error("Variant has no data: "+t)}_buildTypeTableImpl(t){this._fields.forEach(([,i])=>{i.buildTypeTable(t)});let r=N(-21),n=b(this._fields.length),o=this._fields.map(([i,s])=>_(b(B(i)),s.encodeType(t)));t.add(this,_(r,n,...o))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a variant type");let o=Number(S(t));if(o>=n._fields.length)throw Error("Invalid variant index: "+o);let[i,s]=n._fields[o];for(let[l,u]of this._fields)if(B(i)===B(l)){let c=u.decodeValue(t,s);return{[l]:c}}throw new Error("Cannot find field hash "+i)}get name(){return`variant {${this._fields.map(([r,n])=>r+":"+n.name).join("; ")}}`}display(){return`variant {${this._fields.map(([r,n])=>r+(n.name==="null"?"":`:${n.display()}`)).join("; ")}}`}valueToString(t){for(let[r,n]of this._fields)if(t.hasOwnProperty(r)){let o=n.valueToString(t[r]);return o==="null"?`variant {${r}}`:`variant {${r}=${o}}`}throw new Error("Variant has no data: "+t)}},J=class e extends q{constructor(){super(...arguments),this._id=e._counter++,this._type=void 0}accept(t,r){if(!this._type)throw Error("Recursive type uninitialized.");return t.visitRec(this,this._type,r)}fill(t){this._type=t}getType(){return this._type}covariant(t){if(this._type&&this._type.covariant(t))return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.encodeValue(t)}_buildTypeTableImpl(t){if(!this._type)throw Error("Recursive type uninitialized.");t.add(this,new Uint8Array([])),this._type.buildTypeTable(t),t.merge(this,this._type.name)}decodeValue(t,r){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.decodeValue(t,r)}get name(){return`rec_${this._id}`}display(){if(!this._type)throw Error("Recursive type uninitialized.");return`\u03BC${this.name}.${this._type.name}`}valueToString(t){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.valueToString(t)}};J._counter=0;function Je(e){if(K(e)!==1)throw new Error("Cannot decode principal");let r=Number(S(e));return un.fromUint8Array(new Uint8Array(W(e,r)))}var Ce=class extends E{accept(t,r){return t.visitPrincipal(this,r)}covariant(t){if(t&&t._isPrincipal)return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){let r=t.toUint8Array(),n=b(r.byteLength);return _(new Uint8Array([1]),n,r)}encodeType(){return N(-24)}decodeValue(t,r){return this.checkType(r),Je(t)}get name(){return"principal"}valueToString(t){return`${this.name} "${t.toText()}"`}},ce=class extends q{constructor(t,r,n=[]){super(),this.argTypes=t,this.retTypes=r,this.annotations=n}static argsToString(t,r){if(t.length!==r.length)throw new Error("arity mismatch");return"("+t.map((n,o)=>n.valueToString(r[o])).join(", ")+")"}accept(t,r){return t.visitFunc(this,r)}covariant(t){if(Array.isArray(t)&&t.length===2&&t[0]&&t[0]._isPrincipal&&typeof t[1]=="string")return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue([t,r]){let n=t.toUint8Array(),o=b(n.byteLength),i=_(new Uint8Array([1]),o,n),s=new TextEncoder().encode(r),l=b(s.byteLength);return _(new Uint8Array([1]),i,l,s)}_buildTypeTableImpl(t){this.argTypes.forEach(c=>c.buildTypeTable(t)),this.retTypes.forEach(c=>c.buildTypeTable(t));let r=N(-22),n=b(this.argTypes.length),o=_(...this.argTypes.map(c=>c.encodeType(t))),i=b(this.retTypes.length),s=_(...this.retTypes.map(c=>c.encodeType(t))),l=b(this.annotations.length),u=_(...this.annotations.map(c=>this.encodeAnnotation(c)));t.add(this,_(r,n,o,i,s,l,u))}decodeValue(t){if(K(t)!==1)throw new Error("Cannot decode function reference");let n=Je(t),o=Number(S(t)),i=W(t,o),l=new TextDecoder("utf8",{fatal:!0}).decode(i);return[n,l]}get name(){let t=this.argTypes.map(o=>o.name).join(", "),r=this.retTypes.map(o=>o.name).join(", "),n=" "+this.annotations.join(" ");return`(${t}) -> (${r})${n}`}valueToString([t,r]){return`func "${t.toText()}".${r}`}display(){let t=this.argTypes.map(o=>o.display()).join(", "),r=this.retTypes.map(o=>o.display()).join(", "),n=" "+this.annotations.join(" ");return`(${t}) \u2192 (${r})${n}`}encodeAnnotation(t){if(t==="query")return new Uint8Array([1]);if(t==="oneway")return new Uint8Array([2]);if(t==="composite_query")return new Uint8Array([3]);throw new Error("Illegal function annotation")}},Se=class extends q{constructor(t){super(),this._fields=Object.entries(t).sort((r,n)=>r[0]<n[0]?-1:r[0]>n[0]?1:0)}accept(t,r){return t.visitService(this,r)}covariant(t){if(t&&t._isPrincipal)return!0;throw new Error(`Invalid ${this.display()} argument: ${w(t)}`)}encodeValue(t){let r=t.toUint8Array(),n=b(r.length);return _(new Uint8Array([1]),n,r)}_buildTypeTableImpl(t){this._fields.forEach(([i,s])=>s.buildTypeTable(t));let r=N(-23),n=b(this._fields.length),o=this._fields.map(([i,s])=>{let l=new TextEncoder().encode(i),u=b(l.length);return _(u,l,s.encodeType(t))});t.add(this,_(r,n,...o))}decodeValue(t){return Je(t)}get name(){return`service {${this._fields.map(([r,n])=>r+":"+n.name).join("; ")}}`}valueToString(t){return`service "${t.toText()}"`}};function w(e){let t=JSON.stringify(e,(r,n)=>typeof n=="bigint"?`BigInt(${n})`:n);return t&&t.length>wt?t.substring(0,wt-3)+"...":t}function dn(e,t){if(t.length<e.length)throw Error("Wrong number of message arguments");let r=new We;e.forEach(u=>u.buildTypeTable(r));let n=new TextEncoder().encode(fe),o=r.encode(),i=b(t.length),s=_(...e.map(u=>u.encodeType(r))),l=_(...ie(e,t,(u,c)=>{try{u.covariant(c)}catch(p){throw new Error(p.message+`
12
12
 
13
- `)}return u.encodeValue(c)}));return f(n,o,i,s,l)}function Mr(e,t){let r=new U(t);if(t.byteLength<le.length)throw new Error("Message length smaller than magic number");let n=K(r,le.length),o=new TextDecoder().decode(n);if(o!==le)throw new Error("Wrong magic number: "+JSON.stringify(o));function i(a){let p=[],m=Number(V(a));for(let h=0;h<m;h++){let N=Number(q(a));switch(N){case-18:case-19:{let T=Number(q(a));p.push([N,T]);break}case-20:case-21:{let T=[],P=Number(V(a)),v;for(;P--;){let C=Number(V(a));if(C>=Math.pow(2,32))throw new Error("field id out of 32-bit range");if(typeof v=="number"&&v>=C)throw new Error("field id collision or not sorted");v=C;let S=Number(q(a));T.push([C,S])}p.push([N,T]);break}case-22:{let T=[],P=Number(V(a));for(;P--;)T.push(Number(q(a)));let v=[],C=Number(V(a));for(;C--;)v.push(Number(q(a)));let S=[],k=Number(V(a));for(;k--;)switch(Number(V(a))){case 1:{S.push("query");break}case 2:{S.push("oneway");break}case 3:{S.push("composite_query");break}default:throw new Error("unknown annotation")}p.push([N,[T,v,S]]);break}case-23:{let T=Number(V(a)),P=[];for(;T--;){let v=Number(V(a)),C=new TextDecoder().decode(K(a,v)),S=q(a);P.push([C,S])}p.push([N,P]);break}default:throw new Error("Illegal op_code: "+N)}}let g=[],y=Number(V(a));for(let h=0;h<y;h++)g.push(Number(q(a)));return[p,g]}let[s,l]=i(r);if(l.length<e.length)throw new Error("Wrong number of return values");let u=s.map(a=>At());function c(a){if(a<-24)throw new Error("future value not supported");if(a<0)switch(a){case-1:return pt;case-2:return ut;case-3:return ht;case-4:return mt;case-5:return wt;case-6:return bt;case-7:return Nt;case-8:return vt;case-9:return yt;case-10:return gt;case-11:return xt;case-12:return Tt;case-13:return ft;case-14:return _t;case-15:return dt;case-16:return lt;case-17:return ct;case-24:return Pt;default:throw new Error("Illegal op_code: "+a)}if(a>=s.length)throw new Error("type index out of range");return u[a]}function d(a){switch(a[0]){case-19:{let p=c(a[1]);return Rt(p)}case-18:{let p=c(a[1]);return St(p)}case-20:{let p={};for(let[y,h]of a[1]){let N=`_${y}_`;p[N]=c(h)}let m=Ct(p),g=m.tryAsTuple();return Array.isArray(g)?Vt(...g):m}case-21:{let p={};for(let[m,g]of a[1]){let y=`_${m}_`;p[y]=c(g)}return Ft(p)}case-22:{let[p,m,g]=a[1];return Ot(p.map(y=>c(y)),m.map(y=>c(y)),g)}case-23:{let p={},m=a[1];for(let[g,y]of m){let h=c(y);if(h instanceof W&&(h=h.getType()),!(h instanceof se))throw new Error("Illegal service definition: services can only contain functions");p[g]=h}return Et(p)}default:throw new Error("Illegal op_code: "+a[0])}}s.forEach((a,p)=>{if(a[0]===-22){let m=d(a);u[p].fill(m)}}),s.forEach((a,p)=>{if(a[0]!==-22){let m=d(a);u[p].fill(m)}});let _=l.map(a=>c(a)),R=e.map((a,p)=>a.decodeValue(r,_[p]));for(let a=e.length;a<_.length;a++)_[a].decodeValue(r,_[a]);if(r.byteLength>0)throw new Error("decode: Left-over bytes");return R}var ct=new pe,lt=new Z,$r=new de,ut=new me,pt=new he,dt=new fe,mt=new _e,ht=new ye,ft=new oe(32),_t=new oe(64),yt=new j(8),gt=new j(16),xt=new j(32),Tt=new j(64),wt=new M(8),bt=new M(16),Nt=new M(32),vt=new M(64),Pt=new we;function Vt(...e){return new xe(e)}function Rt(e){return new ge(e)}function St(e){return new I(e)}function Ct(e){return new ie(e)}function Ft(e){return new Te(e)}function At(){return new W}function Ot(e,t,r=[]){return new se(e,t,r)}function Et(e){return new be(e)}import{Principal as Kn}from"@dfinity/principal";var kt=e=>F.encode([F.Record({user:F.Principal})],[{user:e}]),Ne=e=>F.encode([F.Record({controllers:F.Vec(F.Principal)})],[{controllers:e.map(([t,r])=>t)}]);var io=async e=>De(e),so=async({missionControl:e,wasm_module:t})=>{let r=await Le({missionControl:e}),{missionControlId:n,...o}=e;if(!n)throw new Error("No mission control principal defined.");let i=kt(r);await G({actor:o,code:{canister_id:qr.fromText(n),arg:new Uint8Array(i),wasm_module:t,mode:{upgrade:null}}})},ao=async({controllerId:e,profile:t,...r})=>tt({...r,...Ve({controllerId:e,profile:t})}),co=async({controllerId:e,profile:t,...r})=>rt({...r,...Ve({controllerId:e,profile:t})}),lo=e=>et(e);import{Principal as jr}from"@dfinity/principal";var Bt=async({orbiter:e})=>(await ae(e)).version(),Ae=async({orbiter:e})=>(await ae(e)).list_controllers(),Mt=async({orbiter:e})=>{let{memory_size:t}=await ae(e);return t()};var go=async e=>Bt(e),xo=async({orbiter:e,wasm_module:t,reset:r=!1})=>{let{orbiterId:n,...o}=e;if(!n)throw new Error("No orbiter principal defined.");let i=await Ae({orbiter:e}),s=Ne(i);await G({actor:o,code:{canister_id:jr.fromText(n),arg:new Uint8Array(s),wasm_module:t,mode:r?{reinstall:null}:{upgrade:null}}})},To=e=>Mt(e),wo=e=>Ae(e);import{major as $t,minor as Ut,patch as qt}from"semver";var vo=({currentVersion:e,selectedVersion:t})=>{let r=$t(e),n=$t(t),o=Ut(e),i=Ut(t),s=qt(e),l=qt(t);return r<n-1||o<i-1||s<l-1?{canUpgrade:!1}:{canUpgrade:!0}};import{Principal as dr}from"@dfinity/principal";import{fromNullable as Jr,isNullish as Gr,nonNullish as Yr}from"@junobuild/utils";import{toNullable as zr}from"@junobuild/utils";var jt=async({config:e,satellite:t})=>(await O(t)).set_config(e),zt=async({satellite:e,type:t})=>(await O(e)).list_rules(t),Ht=async({type:e,collection:t,rule:r,satellite:n})=>(await O(n)).set_rule(e,t,r),Kt=async({satellite:e})=>{let{version:t}=await O(e);return t()},Wt=async({satellite:e})=>{let{build_version:t}=await O(e);return t()},Jt=async({satellite:e})=>(await Ye(e)).list_controllers(),Oe=async({satellite:e})=>(await Qe(e)).list_controllers(),Ee=async({satellite:e})=>(await O(e)).list_controllers(),Gt=async({satellite:e})=>{let{list_custom_domains:t}=await O(e);return t()},Yt=async({satellite:e,domainName:t,boundaryNodesId:r})=>{let{set_custom_domain:n}=await O(e);await n(t,zr(r))},Qt=async({satellite:e})=>{let{memory_size:t}=await O(e);return t()},Xt=async({collection:e,satellite:t})=>{let{count_docs:r}=await O(t);return r(e)},Zt=async({collection:e,satellite:t})=>{let{count_assets:r}=await O(t);return r(e)},It=async({collection:e,satellite:t})=>{let{del_docs:r}=await O(t);return r(e)},Dt=async({collection:e,satellite:t})=>{let{del_assets:r}=await O(t);return r(e)},Lt=async({args:e,satellite:t})=>{let{set_controllers:r}=await O(t);return r(e)};import{fromNullable as Be,isNullish as Hr,nonNullish as Me,toNullable as ar}from"@junobuild/utils";var er={Db:null},tr={Storage:null},rr={Public:null},nr={Private:null},or={Managed:null},ir={Controllers:null},ke={Heap:null},sr={Stable:null};var $e=e=>e==="storage"?tr:er,ur=({read:e,write:t,memory:r,max_size:n,updated_at:o,mutablePermissions:i})=>({read:lr(e),write:lr(t),memory:Me(r)?[Kr(r)]:[],updated_at:Hr(o)?[]:[o],max_size:ar(Me(n)&&n>0?BigInt(n):void 0),mutable_permissions:ar(i)}),pr=([e,t])=>{let{read:r,write:n,updated_at:o,created_at:i,max_size:s,memory:l,mutable_permissions:u}=t,c=s?.[0]??0n>0n?Number(Be(s)):void 0;return{collection:e,read:cr(r),write:cr(n),memory:Wr(Be(l)??ke),updated_at:o,created_at:i,...Me(c)&&{max_size:c},mutablePermissions:Be(u)??!0}},cr=e=>"Public"in e?"public":"Private"in e?"private":"Managed"in e?"managed":"controllers",lr=e=>{switch(e){case"public":return rr;case"private":return nr;case"managed":return or;default:return ir}},Kr=e=>{switch(e){case"Stable":return sr;default:return ke}},Wr=e=>"Stable"in e?"Stable":"Heap";var jo=async({config:{storage:{headers:e,rewrites:t,redirects:r,iframe:n}},satellite:o})=>{let i=(e??[]).map(({source:c,headers:d})=>[c,d]),s=(t??[]).map(({source:c,destination:d})=>[c,d]),l=(r??[]).map(({source:c,location:d,code:_})=>[c,{status_code:_,location:d}]);return jt({satellite:o,config:{storage:{headers:i,rewrites:s,redirects:[l],iframe:[n==="same-origin"?{SameOrigin:null}:n==="allow-any"?{AllowAny:null}:{Deny:null}]}}})},zo=async({type:e,satellite:t})=>(await zt({satellite:t,type:$e(e)})).map(n=>pr(n)),Ho=async({rule:{collection:e,...t},type:r,satellite:n})=>Ht({type:$e(r),rule:ur(t),satellite:n,collection:e}),Ko=e=>Kt(e),Wo=e=>Wt(e),Jo=async({satellite:{satelliteId:e,...t}})=>{let r=await Ie({...t,canisterId:e,path:"juno:build"});return Yr(r)&&["stock","extended"].includes(r)?r:void 0},Go=async({satellite:e,wasm_module:t,deprecated:r,deprecatedNoScope:n,reset:o=!1})=>{let{satelliteId:i,...s}=e;if(Gr(i))throw new Error("No satellite principal defined.");if(r){let d=await Jt({satellite:e}),_=F.encode([F.Record({controllers:F.Vec(F.Principal)})],[{controllers:d}]);await G({actor:s,code:{canister_id:dr.fromText(i),arg:new Uint8Array(_),wasm_module:t,mode:o?{reinstall:null}:{upgrade:null}}});return}let u=await(n?Oe:Ee)({satellite:e}),c=Ne(u);await G({actor:s,code:{canister_id:dr.fromText(i),arg:new Uint8Array(c),wasm_module:t,mode:o?{reinstall:null}:{upgrade:null}}})},Yo=async({satellite:e})=>(await Gt({satellite:e})).map(([r,n])=>({domain:r,bn_id:Jr(n.bn_id),created_at:n.created_at,updated_at:n.updated_at})),Qo=async({satellite:e,domains:t})=>Promise.all(t.map(({domain:r,bn_id:n})=>Yt({satellite:e,domainName:r,boundaryNodesId:n}))),Xo=e=>Qt(e),Zo=async e=>Xt(e),Io=async e=>It(e),Do=async e=>Zt(e),Lo=async e=>Dt(e),ei=({deprecatedNoScope:e,...t})=>(e===!0?Oe:Ee)(t),ti=e=>Lt(e);export{vo as checkUpgradeVersion,Do as countAssets,Zo as countDocs,Lo as deleteAssets,Io as deleteDocs,Yo as listCustomDomains,lo as listMissionControlControllers,wo as listOrbiterControllers,zo as listRules,ei as listSatelliteControllers,io as missionControlVersion,To as orbiterMemorySize,go as orbiterVersion,Jo as satelliteBuildType,Wo as satelliteBuildVersion,Xo as satelliteMemorySize,Ko as satelliteVersion,jo as setConfig,Qo as setCustomDomains,co as setMissionControlController,Ho as setRule,ti as setSatelliteControllers,ao as setSatellitesController,so as upgradeMissionControl,xo as upgradeOrbiter,Go as upgradeSatellite};
13
+ `)}return u.encodeValue(c)}));return _(n,o,i,s,l)}function pn(e,t){let r=new j(t);if(t.byteLength<fe.length)throw new Error("Message length smaller than magic number");let n=W(r,fe.length),o=new TextDecoder().decode(n);if(o!==fe)throw new Error("Wrong magic number: "+JSON.stringify(o));function i(a){let d=[],f=Number(S(a));for(let y=0;y<f;y++){let m=Number(z(a));switch(m){case-18:case-19:{let T=Number(z(a));d.push([m,T]);break}case-20:case-21:{let T=[],F=Number(S(a)),P;for(;F--;){let R=Number(S(a));if(R>=Math.pow(2,32))throw new Error("field id out of 32-bit range");if(typeof P=="number"&&P>=R)throw new Error("field id collision or not sorted");P=R;let V=Number(z(a));T.push([R,V])}d.push([m,T]);break}case-22:{let T=[],F=Number(S(a));for(;F--;)T.push(Number(z(a)));let P=[],R=Number(S(a));for(;R--;)P.push(Number(z(a)));let V=[],k=Number(S(a));for(;k--;)switch(Number(S(a))){case 1:{V.push("query");break}case 2:{V.push("oneway");break}case 3:{V.push("composite_query");break}default:throw new Error("unknown annotation")}d.push([m,[T,P,V]]);break}case-23:{let T=Number(S(a)),F=[];for(;T--;){let P=Number(S(a)),R=new TextDecoder().decode(W(a,P)),V=z(a);F.push([R,V])}d.push([m,F]);break}default:throw new Error("Illegal op_code: "+m)}}let x=[],g=Number(S(a));for(let y=0;y<g;y++)x.push(Number(z(a)));return[d,x]}let[s,l]=i(r);if(l.length<e.length)throw new Error("Wrong number of return values");let u=s.map(a=>Jt());function c(a){if(a<-24)throw new Error("future value not supported");if(a<0)switch(a){case-1:return Pt;case-2:return vt;case-3:return Ct;case-4:return Rt;case-5:return Bt;case-6:return Mt;case-7:return $t;case-8:return qt;case-9:return Ft;case-10:return Ot;case-11:return Et;case-12:return kt;case-13:return St;case-14:return At;case-15:return Vt;case-16:return Nt;case-17:return bt;case-24:return Ut;default:throw new Error("Illegal op_code: "+a)}if(a>=s.length)throw new Error("type index out of range");return u[a]}function p(a){switch(a[0]){case-19:{let d=c(a[1]);return zt(d)}case-18:{let d=c(a[1]);return Ht(d)}case-20:{let d={};for(let[g,y]of a[1]){let m=`_${g}_`;d[m]=c(y)}let f=Kt(d),x=f.tryAsTuple();return Array.isArray(x)?jt(...x):f}case-21:{let d={};for(let[f,x]of a[1]){let g=`_${f}_`;d[g]=c(x)}return Wt(d)}case-22:{let[d,f,x]=a[1];return Gt(d.map(g=>c(g)),f.map(g=>c(g)),x)}case-23:{let d={},f=a[1];for(let[x,g]of f){let y=c(g);if(y instanceof J&&(y=y.getType()),!(y instanceof ce))throw new Error("Illegal service definition: services can only contain functions");d[x]=y}return Yt(d)}default:throw new Error("Illegal op_code: "+a[0])}}s.forEach((a,d)=>{if(a[0]===-22){let f=p(a);u[d].fill(f)}}),s.forEach((a,d)=>{if(a[0]!==-22){let f=p(a);u[d].fill(f)}});let h=l.map(a=>c(a)),v=e.map((a,d)=>a.decodeValue(r,h[d]));for(let a=e.length;a<h.length;a++)h[a].decodeValue(r,h[a]);if(r.byteLength>0)throw new Error("decode: Left-over bytes");return v}var bt=new ge,Nt=new te,mn=new xe,vt=new Te,Pt=new we,Vt=new be,Rt=new Ne,Ct=new ve,St=new se(32),At=new se(64),Ft=new H(8),Ot=new H(16),Et=new H(32),kt=new H(64),Bt=new $(8),Mt=new $(16),$t=new $(32),qt=new $(64),Ut=new Ce;function jt(...e){return new Ve(e)}function zt(e){return new Pe(e)}function Ht(e){return new re(e)}function Kt(e){return new ae(e)}function Wt(e){return new Re(e)}function Jt(){return new J}function Gt(e,t,r=[]){return new ce(e,t,r)}function Yt(e){return new Se(e)}import{Principal as fo}from"@dfinity/principal";var Qt=e=>O.encode([O.Record({user:O.Principal})],[{user:e}]),Ae=e=>O.encode([O.Record({controllers:O.Vec(O.Principal)})],[{controllers:e.map(([t,r])=>t)}]);var Oo=async e=>mt(e),Eo=async({missionControl:e,wasm_module:t})=>{let r=await _t({missionControl:e}),{missionControlId:n,...o}=e;if(!n)throw new Error("No mission control principal defined.");let i=Qt(r);await I({actor:o,code:{canister_id:hn.fromText(n),arg:new Uint8Array(i),wasm_module:t,mode:{upgrade:[{skip_pre_upgrade:[!1]}]}}})},ko=async({controllerId:e,profile:t,...r})=>ft({...r,...Ue({controllerId:e,profile:t})}),Bo=async({controllerId:e,profile:t,...r})=>yt({...r,...Ue({controllerId:e,profile:t})}),Mo=e=>ht(e);import{Principal as fn}from"@dfinity/principal";var Xt=async({orbiter:e})=>(await _e(e)).version(),Ge=async({orbiter:e})=>(await _e(e)).list_controllers(),Zt=async({orbiter:e})=>{let{memory_size:t}=await _e(e);return t()};var Wo=async e=>Xt(e),Jo=async({orbiter:e,wasm_module:t,reset:r=!1})=>{let{orbiterId:n,...o}=e;if(!n)throw new Error("No orbiter principal defined.");let i=await Ge({orbiter:e}),s=Ae(i);await I({actor:o,code:{canister_id:fn.fromText(n),arg:new Uint8Array(s),wasm_module:t,mode:r?{reinstall:null}:{upgrade:[{skip_pre_upgrade:[!1]}]}}})},Go=e=>Zt(e),Yo=e=>Ge(e);import{major as It,minor as Dt,patch as Lt}from"semver";var Zo=({currentVersion:e,selectedVersion:t})=>{let r=It(e),n=It(t),o=Dt(e),i=Dt(t),s=Lt(e),l=Lt(t);return r<n-1||o<i-1||s<l-1?{canUpgrade:!1}:{canUpgrade:!0}};import{Principal as Rr}from"@dfinity/principal";import{fromNullable as ue,isNullish as Le,nonNullish as De}from"@junobuild/utils";import{toNullable as yn}from"@junobuild/utils";var er=async({config:e,satellite:t})=>{let{set_config:r}=await A(t);return r(e)},tr=async({config:e,satellite:t})=>{let{set_auth_config:r}=await A(t);return r(e)},rr=async({satellite:e})=>{let{get_auth_config:t}=await A(e);return t()},nr=async({satellite:e,type:t})=>(await A(e)).list_rules(t),or=async({type:e,collection:t,rule:r,satellite:n})=>(await A(n)).set_rule(e,t,r),ir=async({satellite:e})=>{let{version:t}=await A(e);return t()},sr=async({satellite:e})=>{let{build_version:t}=await A(e);return t()},ar=async({satellite:e})=>(await ct(e)).list_controllers(),Ye=async({satellite:e})=>(await lt(e)).list_controllers(),Qe=async({satellite:e})=>(await A(e)).list_controllers(),cr=async({satellite:e})=>{let{list_custom_domains:t}=await A(e);return t()},lr=async({satellite:e,domainName:t,boundaryNodesId:r})=>{let{set_custom_domain:n}=await A(e);await n(t,yn(r))},ur=async({satellite:e})=>{let{memory_size:t}=await A(e);return t()},dr=async({collection:e,satellite:t})=>{let{count_docs:r}=await A(t);return r(e)},pr=async({collection:e,satellite:t})=>{let{count_assets:r}=await A(t);return r(e)},mr=async({collection:e,satellite:t})=>{let{del_docs:r}=await A(t);return r(e)},_r=async({collection:e,satellite:t})=>{let{del_assets:r}=await A(t);return r(e)},hr=async({args:e,satellite:t})=>{let{set_controllers:r}=await A(t);return r(e)};import{fromNullable as Fe,isNullish as gn,nonNullish as le,toNullable as Ze}from"@junobuild/utils";var fr={Db:null},yr={Storage:null},gr={Public:null},xr={Private:null},Tr={Managed:null},wr={Controllers:null},Xe={Heap:null},br={Stable:null};var Ie=e=>e==="storage"?yr:fr,Pr=({read:e,write:t,memory:r,maxSize:n,maxCapacity:o,updatedAt:i,mutablePermissions:s})=>({read:vr(e),write:vr(t),memory:le(r)?[xn(r)]:[],updated_at:gn(i)?[]:[i],max_size:Ze(le(n)&&n>0?BigInt(n):void 0),max_capacity:Ze(le(o)&&o>0?o:void 0),mutable_permissions:Ze(s)}),Vr=([e,t])=>{let{read:r,write:n,updated_at:o,created_at:i,max_size:s,max_capacity:l,memory:u,mutable_permissions:c}=t,p=s?.[0]??0n>0n?Number(Fe(s)):void 0,h=l?.[0]??!1?Fe(l):void 0;return{collection:e,read:Nr(r),write:Nr(n),memory:Tn(Fe(u)??Xe),updatedAt:o,createdAt:i,...le(p)&&{maxSize:p},...le(h)&&{maxCapacity:h},mutablePermissions:Fe(c)??!0}},Nr=e=>"Public"in e?"public":"Private"in e?"private":"Managed"in e?"managed":"controllers",vr=e=>{switch(e){case"public":return gr;case"private":return xr;case"managed":return Tr;default:return wr}},xn=e=>{switch(e.toLowerCase()){case"heap":return Xe;default:return br}},Tn=e=>"Heap"in e?"heap":"stable";var pi=async({config:{storage:{headers:e,rewrites:t,redirects:r,iframe:n}},satellite:o})=>{let i=(e??[]).map(({source:c,headers:p})=>[c,p]),s=(t??[]).map(({source:c,destination:p})=>[c,p]),l=(r??[]).map(({source:c,location:p,code:h})=>[c,{status_code:h,location:p}]);return er({satellite:o,config:{storage:{headers:i,rewrites:s,redirects:[l],iframe:[n==="same-origin"?{SameOrigin:null}:n==="allow-any"?{AllowAny:null}:{Deny:null}]}}})},mi=async({config:{authentication:{internetIdentity:e}},...t})=>{await tr({config:{internet_identity:Le(e?.derivationOrigin)?[]:[{derivation_origin:[e.derivationOrigin]}]},...t})},_i=async({satellite:e})=>{let t=ue(await rr({satellite:e}));if(Le(t))return;let r=ue(t.internet_identity??[]);return{...De(r)&&{internetIdentity:{...De(ue(r.derivation_origin))&&{derivationOrigin:ue(r.derivation_origin)}}}}},hi=async({type:e,satellite:t})=>(await nr({satellite:t,type:Ie(e)})).map(n=>Vr(n)),fi=async({rule:{collection:e,...t},type:r,satellite:n})=>or({type:Ie(r),rule:Pr(t),satellite:n,collection:e}),yi=e=>ir(e),gi=e=>sr(e),xi=async({satellite:{satelliteId:e,...t}})=>{let r=await pt({...t,canisterId:e,path:"juno:build"});return De(r)&&["stock","extended"].includes(r)?r:void 0},Ti=async({satellite:e,wasm_module:t,deprecated:r,deprecatedNoScope:n,reset:o=!1})=>{let{satelliteId:i,...s}=e;if(Le(i))throw new Error("No satellite principal defined.");if(r){let p=await ar({satellite:e}),h=O.encode([O.Record({controllers:O.Vec(O.Principal)})],[{controllers:p}]);await I({actor:s,code:{canister_id:Rr.fromText(i),arg:new Uint8Array(h),wasm_module:t,mode:o?{reinstall:null}:{upgrade:[{skip_pre_upgrade:[!1]}]}}});return}let u=await(n?Ye:Qe)({satellite:e}),c=Ae(u);await I({actor:s,code:{canister_id:Rr.fromText(i),arg:new Uint8Array(c),wasm_module:t,mode:o?{reinstall:null}:{upgrade:[{skip_pre_upgrade:[!1]}]}}})},wi=async({satellite:e})=>(await cr({satellite:e})).map(([r,n])=>({domain:r,bn_id:ue(n.bn_id),created_at:n.created_at,updated_at:n.updated_at})),bi=async({satellite:e,domains:t})=>Promise.all(t.map(({domain:r,bn_id:n})=>lr({satellite:e,domainName:r,boundaryNodesId:n}))),Ni=e=>ur(e),vi=async e=>dr(e),Pi=async e=>mr(e),Vi=async e=>pr(e),Ri=async e=>_r(e),Ci=({deprecatedNoScope:e,...t})=>(e===!0?Ye:Qe)(t),Si=e=>hr(e);export{Zo as checkUpgradeVersion,Vi as countAssets,vi as countDocs,Ri as deleteAssets,Pi as deleteDocs,_i as getAuthConfig,wi as listCustomDomains,Mo as listMissionControlControllers,Yo as listOrbiterControllers,hi as listRules,Ci as listSatelliteControllers,Oo as missionControlVersion,Go as orbiterMemorySize,Wo as orbiterVersion,xi as satelliteBuildType,gi as satelliteBuildVersion,Ni as satelliteMemorySize,yi as satelliteVersion,mi as setAuthConfig,pi as setConfig,bi as setCustomDomains,Bo as setMissionControlController,fi as setRule,Si as setSatelliteControllers,ko as setSatellitesController,Eo as upgradeMissionControl,Jo as upgradeOrbiter,Ti as upgradeSatellite};
14
14
  //# sourceMappingURL=index.js.map