@junobuild/admin 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +7 -7
- package/dist/browser/index.js.map +3 -3
- package/dist/node/index.mjs +7 -7
- package/dist/node/index.mjs.map +3 -3
- package/dist/types/api/satellite.api.d.ts +16 -0
- package/dist/types/services/mission-control.services.d.ts +4 -0
- package/dist/types/services/orbiter.services.d.ts +5 -0
- package/dist/types/services/satellite.services.d.ts +26 -1
- package/package.json +1 -1
package/dist/node/index.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { createRequire as topLevelCreateRequire } from 'module';
|
|
2
2
|
const require = topLevelCreateRequire(import.meta.url);
|
|
3
|
-
var Or=Object.create;var ut=Object.defineProperty;var Er=Object.getOwnPropertyDescriptor;var Ar=Object.getOwnPropertyNames;var Br=Object.getPrototypeOf,Mr=Object.prototype.hasOwnProperty;var dt=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var j=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var kr=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Ar(t))!Mr.call(e,o)&&o!==r&&ut(e,o,{get:()=>t[o],enumerable:!(n=Er(t,o))||n.enumerable});return e};var pt=(e,t,r)=>(r=e!=null?Or(Br(e)):{},kr(t||!e||!e.__esModule?ut(r,"default",{value:e,enumerable:!0}):r,e));var _e=j(k=>{"use strict";Object.defineProperty(k,"__esModule",{value:!0});k.PipeArrayBuffer=k.fromHexString=k.toHexString=k.concat=void 0;function Kr(...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}k.concat=Kr;function Wr(e){return new Uint8Array(e).reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}k.toHexString=Wr;function Jr(e){var t;return new Uint8Array(((t=e.match(/.{1,2}/g))!==null&&t!==void 0?t:[]).map(r=>parseInt(r,16)))}k.fromHexString=Jr;var $e=class{constructor(t,r=t?.byteLength||0){this._buffer=t||new ArrayBuffer(0),this._view=new Uint8Array(this._buffer,0,r)}get buffer(){return 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}};k.PipeArrayBuffer=$e});var Ue=j(ye=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.idlLabelToId=void 0;function Gr(e){let r=new TextEncoder().encode(e),n=0;for(let o of r)n=(n*223+o)%2**32;return n}function Yr(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 Gr(e)}ye.idlLabelToId=Yr});var je=j(w=>{"use strict";Object.defineProperty(w,"__esModule",{value:!0});w.readIntLE=w.readUIntLE=w.writeIntLE=w.writeUIntLE=w.slebDecode=w.slebEncode=w.lebDecode=w.lebEncode=w.safeReadUint8=w.safeRead=void 0;var qe=_e();function St(){throw new Error("unexpected end of buffer")}function Ft(e,t){return e.byteLength<t&&St(),e.read(t)}w.safeRead=Ft;function ge(e){let t=e.readUint8();return t===void 0&&St(),t}w.safeReadUint8=ge;function Qr(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 qe.PipeArrayBuffer(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}w.lebEncode=Qr;function Ot(e){let t=BigInt(1),r=BigInt(0),n;do n=ge(e),r+=BigInt(n&127).valueOf()*t,t*=BigInt(128);while(n>=128);return r}w.lebDecode=Ot;function Xr(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 qe.PipeArrayBuffer(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 a=i%BigInt(128);return Number(t?BigInt(128)-a-BigInt(1):a)}return n.buffer}w.slebEncode=Xr;function Zr(e){let t=new Uint8Array(e.buffer),r=0;for(;r<t.byteLength;r++)if(t[r]<128){if(!(t[r]&64))return Ot(e);break}let n=new Uint8Array(Ft(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)}w.slebDecode=Zr;function Ir(e,t){if(BigInt(e)<BigInt(0))throw new Error("Cannot write negative values.");return Et(e,t)}w.writeUIntLE=Ir;function Et(e,t){e=BigInt(e);let r=new qe.PipeArrayBuffer(new ArrayBuffer(Math.min(1,t)),0),n=0,o=BigInt(256),i=BigInt(0),a=Number(e%o);for(r.write(new Uint8Array([a]));++n<t;)e<0&&i===BigInt(0)&&a!==0&&(i=BigInt(1)),a=Number((e/o-i)%BigInt(256)),r.write(new Uint8Array([a])),o*=BigInt(256);return r.buffer}w.writeIntLE=Et;function At(e,t){let r=BigInt(ge(e)),n=BigInt(1),o=0;for(;++o<t;){n*=BigInt(256);let i=BigInt(ge(e));r=r+n*i}return r}w.readUIntLE=At;function Dr(e,t){let r=At(e,t),n=BigInt(2)**(BigInt(8)*BigInt(t-1)+BigInt(7));return r>=n&&(r-=n*BigInt(2)),r}w.readIntLE=Dr});var Bt=j(X=>{"use strict";Object.defineProperty(X,"__esModule",{value:!0});X.iexp2=X.ilog2=void 0;function Lr(e){let t=BigInt(e);if(e<=0)throw new RangeError("Input must be positive");return t.toString(2).length-1}X.ilog2=Lr;function en(e){let t=BigInt(e);if(e<0)throw new RangeError("Input must be non-negative");return BigInt(1)<<t}X.iexp2=en});var Je=j(s=>{"use strict";Object.defineProperty(s,"__esModule",{value:!0});s.Variant=s.Record=s.Opt=s.Vec=s.Tuple=s.Principal=s.Nat64=s.Nat32=s.Nat16=s.Nat8=s.Int64=s.Int32=s.Int16=s.Int8=s.Float64=s.Float32=s.Nat=s.Int=s.Text=s.Null=s.Bool=s.Unknown=s.Reserved=s.Empty=s.decode=s.encode=s.ServiceClass=s.FuncClass=s.PrincipalClass=s.RecClass=s.VariantClass=s.TupleClass=s.RecordClass=s.OptClass=s.VecClass=s.FixedNatClass=s.FixedIntClass=s.FloatClass=s.NatClass=s.IntClass=s.TextClass=s.ReservedClass=s.NullClass=s.BoolClass=s.UnknownClass=s.EmptyClass=s.ConstructType=s.PrimitiveType=s.Type=s.Visitor=void 0;s.Service=s.Func=s.Rec=void 0;var tn=dt("@dfinity/principal"),_=_e(),$=Ue(),c=je(),ze=Bt(),Te="DIDL",Mt=400;function le(e,t,r){return e.map((n,o)=>r(n,t[o]))}var He=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=(0,c.lebEncode)(this._typs.length),r=(0,_.concat)(...this._typs);return(0,_.concat)(t,r)}indexOf(t){if(!this._idx.has(t))throw new Error("Missing type index for "+t);return(0,c.slebEncode)(this._idx.get(t)||0)}},Ke=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,a)=>[`_${a}_`,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)}};s.Visitor=Ke;var Z=class{display(){return this.name}valueToString(t){return N(t)}buildTypeTable(t){t.has(this)||this._buildTypeTableImpl(t)}};s.Type=Z;var A=class extends Z{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){}};s.PrimitiveType=A;var q=class extends Z{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)}};s.ConstructType=q;var be=class extends A{accept(t,r){return t.visitEmpty(this,r)}covariant(t){throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(){throw new Error("Empty cannot appear as a function argument")}valueToString(){throw new Error("Empty cannot appear as a value")}encodeType(){return(0,c.slebEncode)(-17)}decodeValue(){throw new Error("Empty cannot appear as an output")}get name(){return"empty"}};s.EmptyClass=be;var we=class extends Z{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: ${N(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"}};s.UnknownClass=we;var xe=class extends A{accept(t,r){return t.visitBool(this,r)}covariant(t){if(typeof t=="boolean")return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){return new Uint8Array([t?1:0])}encodeType(){return(0,c.slebEncode)(-2)}decodeValue(t,r){switch(this.checkType(r),(0,c.safeReadUint8)(t)){case 0:return!1;case 1:return!0;default:throw new Error("Boolean value out of range")}}get name(){return"bool"}};s.BoolClass=xe;var ve=class extends A{accept(t,r){return t.visitNull(this,r)}covariant(t){if(t===null)return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(){return new ArrayBuffer(0)}encodeType(){return(0,c.slebEncode)(-1)}decodeValue(t,r){return this.checkType(r),null}get name(){return"null"}};s.NullClass=ve;var I=class extends A{accept(t,r){return t.visitReserved(this,r)}covariant(t){return!0}encodeValue(){return new ArrayBuffer(0)}encodeType(){return(0,c.slebEncode)(-16)}decodeValue(t,r){return r.name!==this.name&&r.decodeValue(t,r),null}get name(){return"reserved"}};s.ReservedClass=I;var Ne=class extends A{accept(t,r){return t.visitText(this,r)}covariant(t){if(typeof t=="string")return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=new TextEncoder().encode(t),n=(0,c.lebEncode)(r.byteLength);return(0,_.concat)(n,r)}encodeType(){return(0,c.slebEncode)(-15)}decodeValue(t,r){this.checkType(r);let n=(0,c.lebDecode)(t),o=(0,c.safeRead)(t,Number(n));return new TextDecoder("utf8",{fatal:!0}).decode(o)}get name(){return"text"}valueToString(t){return'"'+t+'"'}};s.TextClass=Ne;var Re=class extends A{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: ${N(t)}`)}encodeValue(t){return(0,c.slebEncode)(t)}encodeType(){return(0,c.slebEncode)(-4)}decodeValue(t,r){return this.checkType(r),(0,c.slebDecode)(t)}get name(){return"int"}valueToString(t){return t.toString()}};s.IntClass=Re;var Ve=class extends A{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: ${N(t)}`)}encodeValue(t){return(0,c.lebEncode)(t)}encodeType(){return(0,c.slebEncode)(-3)}decodeValue(t,r){return this.checkType(r),(0,c.lebDecode)(t)}get name(){return"nat"}valueToString(t){return t.toString()}};s.NatClass=Ve;var ue=class extends A{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: ${N(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(0,c.slebEncode)(t)}decodeValue(t,r){this.checkType(r);let n=(0,c.safeRead)(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()}};s.FloatClass=ue;var H=class extends A{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedInt(this,r)}covariant(t){let r=(0,ze.iexp2)(this._bits-1)*BigInt(-1),n=(0,ze.iexp2)(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: ${N(t)}`)}encodeValue(t){return(0,c.writeIntLE)(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return(0,c.slebEncode)(-9-t)}decodeValue(t,r){this.checkType(r);let n=(0,c.readIntLE)(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`int${this._bits}`}valueToString(t){return t.toString()}};s.FixedIntClass=H;var U=class extends A{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedNat(this,r)}covariant(t){let r=(0,ze.iexp2)(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: ${N(t)}`)}encodeValue(t){return(0,c.writeUIntLE)(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return(0,c.slebEncode)(-5-t)}decodeValue(t,r){this.checkType(r);let n=(0,c.readUIntLE)(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`nat${this._bits}`}valueToString(t){return t.toString()}};s.FixedNatClass=U;var Pe=class e extends q{constructor(t){super(),this._type=t,this._blobOptimization=!1,t instanceof U&&t._bits===8&&(this._blobOptimization=!0)}accept(t,r){return t.visitVec(this,this._type,r)}covariant(t){let r=this._type instanceof U?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:
|
|
3
|
+
var kr=Object.create;var mt=Object.defineProperty;var $r=Object.getOwnPropertyDescriptor;var Ur=Object.getOwnPropertyNames;var qr=Object.getPrototypeOf,jr=Object.prototype.hasOwnProperty;var ft=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var zr=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Ur(t))!jr.call(e,o)&&o!==r&&mt(e,o,{get:()=>t[o],enumerable:!(n=$r(t,o))||n.enumerable});return e};var ht=(e,t,r)=>(r=e!=null?kr(qr(e)):{},zr(t||!e||!e.__esModule?mt(r,"default",{value:e,enumerable:!0}):r,e));var _e=z($=>{"use strict";Object.defineProperty($,"__esModule",{value:!0});$.PipeArrayBuffer=$.fromHexString=$.toHexString=$.concat=void 0;function Qr(...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}$.concat=Qr;function Xr(e){return new Uint8Array(e).reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}$.toHexString=Xr;function Zr(e){var t;return new Uint8Array(((t=e.match(/.{1,2}/g))!==null&&t!==void 0?t:[]).map(r=>parseInt(r,16)))}$.fromHexString=Zr;var $e=class{constructor(t,r=t?.byteLength||0){this._buffer=t||new ArrayBuffer(0),this._view=new Uint8Array(this._buffer,0,r)}get buffer(){return 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}};$.PipeArrayBuffer=$e});var Ue=z(ye=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.idlLabelToId=void 0;function Ir(e){let r=new TextEncoder().encode(e),n=0;for(let o of r)n=(n*223+o)%2**32;return n}function Dr(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 Ir(e)}ye.idlLabelToId=Dr});var je=z(x=>{"use strict";Object.defineProperty(x,"__esModule",{value:!0});x.readIntLE=x.readUIntLE=x.writeIntLE=x.writeUIntLE=x.slebDecode=x.slebEncode=x.lebDecode=x.lebEncode=x.safeReadUint8=x.safeRead=void 0;var qe=_e();function At(){throw new Error("unexpected end of buffer")}function Bt(e,t){return e.byteLength<t&&At(),e.read(t)}x.safeRead=Bt;function ge(e){let t=e.readUint8();return t===void 0&&At(),t}x.safeReadUint8=ge;function Lr(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 qe.PipeArrayBuffer(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}x.lebEncode=Lr;function Mt(e){let t=BigInt(1),r=BigInt(0),n;do n=ge(e),r+=BigInt(n&127).valueOf()*t,t*=BigInt(128);while(n>=128);return r}x.lebDecode=Mt;function en(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 qe.PipeArrayBuffer(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 a=i%BigInt(128);return Number(t?BigInt(128)-a-BigInt(1):a)}return n.buffer}x.slebEncode=en;function tn(e){let t=new Uint8Array(e.buffer),r=0;for(;r<t.byteLength;r++)if(t[r]<128){if(!(t[r]&64))return Mt(e);break}let n=new Uint8Array(Bt(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)}x.slebDecode=tn;function rn(e,t){if(BigInt(e)<BigInt(0))throw new Error("Cannot write negative values.");return kt(e,t)}x.writeUIntLE=rn;function kt(e,t){e=BigInt(e);let r=new qe.PipeArrayBuffer(new ArrayBuffer(Math.min(1,t)),0),n=0,o=BigInt(256),i=BigInt(0),a=Number(e%o);for(r.write(new Uint8Array([a]));++n<t;)e<0&&i===BigInt(0)&&a!==0&&(i=BigInt(1)),a=Number((e/o-i)%BigInt(256)),r.write(new Uint8Array([a])),o*=BigInt(256);return r.buffer}x.writeIntLE=kt;function $t(e,t){let r=BigInt(ge(e)),n=BigInt(1),o=0;for(;++o<t;){n*=BigInt(256);let i=BigInt(ge(e));r=r+n*i}return r}x.readUIntLE=$t;function nn(e,t){let r=$t(e,t),n=BigInt(2)**(BigInt(8)*BigInt(t-1)+BigInt(7));return r>=n&&(r-=n*BigInt(2)),r}x.readIntLE=nn});var Ut=z(Z=>{"use strict";Object.defineProperty(Z,"__esModule",{value:!0});Z.iexp2=Z.ilog2=void 0;function on(e){let t=BigInt(e);if(e<=0)throw new RangeError("Input must be positive");return t.toString(2).length-1}Z.ilog2=on;function sn(e){let t=BigInt(e);if(e<0)throw new RangeError("Input must be non-negative");return BigInt(1)<<t}Z.iexp2=sn});var Je=z(s=>{"use strict";Object.defineProperty(s,"__esModule",{value:!0});s.Variant=s.Record=s.Opt=s.Vec=s.Tuple=s.Principal=s.Nat64=s.Nat32=s.Nat16=s.Nat8=s.Int64=s.Int32=s.Int16=s.Int8=s.Float64=s.Float32=s.Nat=s.Int=s.Text=s.Null=s.Bool=s.Unknown=s.Reserved=s.Empty=s.decode=s.encode=s.ServiceClass=s.FuncClass=s.PrincipalClass=s.RecClass=s.VariantClass=s.TupleClass=s.RecordClass=s.OptClass=s.VecClass=s.FixedNatClass=s.FixedIntClass=s.FloatClass=s.NatClass=s.IntClass=s.TextClass=s.ReservedClass=s.NullClass=s.BoolClass=s.UnknownClass=s.EmptyClass=s.ConstructType=s.PrimitiveType=s.Type=s.Visitor=void 0;s.Service=s.Func=s.Rec=void 0;var an=ft("@dfinity/principal"),_=_e(),U=Ue(),c=je(),ze=Ut(),Te="DIDL",qt=400;function le(e,t,r){return e.map((n,o)=>r(n,t[o]))}var He=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=(0,c.lebEncode)(this._typs.length),r=(0,_.concat)(...this._typs);return(0,_.concat)(t,r)}indexOf(t){if(!this._idx.has(t))throw new Error("Missing type index for "+t);return(0,c.slebEncode)(this._idx.get(t)||0)}},Ke=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,a)=>[`_${a}_`,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)}};s.Visitor=Ke;var I=class{display(){return this.name}valueToString(t){return N(t)}buildTypeTable(t){t.has(this)||this._buildTypeTableImpl(t)}};s.Type=I;var A=class extends I{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){}};s.PrimitiveType=A;var j=class extends I{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)}};s.ConstructType=j;var be=class extends A{accept(t,r){return t.visitEmpty(this,r)}covariant(t){throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(){throw new Error("Empty cannot appear as a function argument")}valueToString(){throw new Error("Empty cannot appear as a value")}encodeType(){return(0,c.slebEncode)(-17)}decodeValue(){throw new Error("Empty cannot appear as an output")}get name(){return"empty"}};s.EmptyClass=be;var xe=class extends I{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: ${N(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"}};s.UnknownClass=xe;var we=class extends A{accept(t,r){return t.visitBool(this,r)}covariant(t){if(typeof t=="boolean")return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){return new Uint8Array([t?1:0])}encodeType(){return(0,c.slebEncode)(-2)}decodeValue(t,r){switch(this.checkType(r),(0,c.safeReadUint8)(t)){case 0:return!1;case 1:return!0;default:throw new Error("Boolean value out of range")}}get name(){return"bool"}};s.BoolClass=we;var ve=class extends A{accept(t,r){return t.visitNull(this,r)}covariant(t){if(t===null)return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(){return new ArrayBuffer(0)}encodeType(){return(0,c.slebEncode)(-1)}decodeValue(t,r){return this.checkType(r),null}get name(){return"null"}};s.NullClass=ve;var D=class extends A{accept(t,r){return t.visitReserved(this,r)}covariant(t){return!0}encodeValue(){return new ArrayBuffer(0)}encodeType(){return(0,c.slebEncode)(-16)}decodeValue(t,r){return r.name!==this.name&&r.decodeValue(t,r),null}get name(){return"reserved"}};s.ReservedClass=D;var Ne=class extends A{accept(t,r){return t.visitText(this,r)}covariant(t){if(typeof t=="string")return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=new TextEncoder().encode(t),n=(0,c.lebEncode)(r.byteLength);return(0,_.concat)(n,r)}encodeType(){return(0,c.slebEncode)(-15)}decodeValue(t,r){this.checkType(r);let n=(0,c.lebDecode)(t),o=(0,c.safeRead)(t,Number(n));return new TextDecoder("utf8",{fatal:!0}).decode(o)}get name(){return"text"}valueToString(t){return'"'+t+'"'}};s.TextClass=Ne;var Pe=class extends A{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: ${N(t)}`)}encodeValue(t){return(0,c.slebEncode)(t)}encodeType(){return(0,c.slebEncode)(-4)}decodeValue(t,r){return this.checkType(r),(0,c.slebDecode)(t)}get name(){return"int"}valueToString(t){return t.toString()}};s.IntClass=Pe;var Re=class extends A{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: ${N(t)}`)}encodeValue(t){return(0,c.lebEncode)(t)}encodeType(){return(0,c.slebEncode)(-3)}decodeValue(t,r){return this.checkType(r),(0,c.lebDecode)(t)}get name(){return"nat"}valueToString(t){return t.toString()}};s.NatClass=Re;var ue=class extends A{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: ${N(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(0,c.slebEncode)(t)}decodeValue(t,r){this.checkType(r);let n=(0,c.safeRead)(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()}};s.FloatClass=ue;var H=class extends A{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedInt(this,r)}covariant(t){let r=(0,ze.iexp2)(this._bits-1)*BigInt(-1),n=(0,ze.iexp2)(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: ${N(t)}`)}encodeValue(t){return(0,c.writeIntLE)(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return(0,c.slebEncode)(-9-t)}decodeValue(t,r){this.checkType(r);let n=(0,c.readIntLE)(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`int${this._bits}`}valueToString(t){return t.toString()}};s.FixedIntClass=H;var q=class extends A{constructor(t){super(),this._bits=t}accept(t,r){return t.visitFixedNat(this,r)}covariant(t){let r=(0,ze.iexp2)(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: ${N(t)}`)}encodeValue(t){return(0,c.writeUIntLE)(t,this._bits/8)}encodeType(){let t=Math.log2(this._bits)-3;return(0,c.slebEncode)(-5-t)}decodeValue(t,r){this.checkType(r);let n=(0,c.readUIntLE)(t,this._bits/8);return this._bits<=32?Number(n):n}get name(){return`nat${this._bits}`}valueToString(t){return t.toString()}};s.FixedNatClass=q;var Ve=class e extends j{constructor(t){super(),this._type=t,this._blobOptimization=!1,t instanceof q&&t._bits===8&&(this._blobOptimization=!0)}accept(t,r){return t.visitVec(this,this._type,r)}covariant(t){let r=this._type instanceof q?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:
|
|
4
4
|
|
|
5
|
-
index ${o} -> ${i.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=(0,c.lebEncode)(t.length);if(this._blobOptimization)return(0,_.concat)(r,new Uint8Array(t));if(ArrayBuffer.isView(t))return(0,_.concat)(r,new Uint8Array(t.buffer));let n=new _.PipeArrayBuffer(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=(0,c.slebEncode)(-19),n=this._type.encodeType(t);t.add(this,(0,_.concat)(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a vector type");let o=Number((0,c.lebDecode)(t));if(this._type instanceof
|
|
5
|
+
index ${o} -> ${i.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=(0,c.lebEncode)(t.length);if(this._blobOptimization)return(0,_.concat)(r,new Uint8Array(t));if(ArrayBuffer.isView(t))return(0,_.concat)(r,new Uint8Array(t.buffer));let n=new _.PipeArrayBuffer(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=(0,c.slebEncode)(-19),n=this._type.encodeType(t);t.add(this,(0,_.concat)(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a vector type");let o=Number((0,c.lebDecode)(t));if(this._type instanceof q){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 a=0;a<o;a++)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("; ")+"}"}};s.VecClass=Ve;var L=class e extends j{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: ${N(t)}
|
|
6
6
|
|
|
7
|
-
-> ${r.message}`)}throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){return t.length===0?new Uint8Array([0]):(0,_.concat)(new Uint8Array([1]),this._type.encodeValue(t[0]))}_buildTypeTableImpl(t){this._type.buildTypeTable(t);let r=(0,c.slebEncode)(-18),n=this._type.encodeType(t);t.add(this,(0,_.concat)(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not an option type");switch((0,c.safeReadUint8)(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])}`}};s.OptClass=
|
|
7
|
+
-> ${r.message}`)}throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){return t.length===0?new Uint8Array([0]):(0,_.concat)(new Uint8Array([1]),this._type.encodeValue(t[0]))}_buildTypeTableImpl(t){this._type.buildTypeTable(t);let r=(0,c.slebEncode)(-18),n=this._type.encodeType(t);t.add(this,(0,_.concat)(r,n))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not an option type");switch((0,c.safeReadUint8)(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])}`}};s.OptClass=L;var de=class e extends j{constructor(t={}){super(),this._fields=Object.entries(t).sort((r,n)=>(0,U.idlLabelToId)(r[0])-(0,U.idlLabelToId)(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:
|
|
8
8
|
|
|
9
|
-
field ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=this._fields.map(([o])=>t[o]),n=le(this._fields,r,([,o],i)=>o.encodeValue(i));return(0,_.concat)(...n)}_buildTypeTableImpl(t){this._fields.forEach(([i,a])=>a.buildTypeTable(t));let r=(0,c.slebEncode)(-20),n=(0,c.lebEncode)(this._fields.length),o=this._fields.map(([i,a])=>(0,_.concat)((0,c.lebEncode)((0
|
|
9
|
+
field ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=this._fields.map(([o])=>t[o]),n=le(this._fields,r,([,o],i)=>o.encodeValue(i));return(0,_.concat)(...n)}_buildTypeTableImpl(t){this._fields.forEach(([i,a])=>a.buildTypeTable(t));let r=(0,c.slebEncode)(-20),n=(0,c.lebEncode)(this._fields.length),o=this._fields.map(([i,a])=>(0,_.concat)((0,c.lebEncode)((0,U.idlLabelToId)(i)),a.encodeType(t)));t.add(this,(0,_.concat)(r,n,(0,_.concat)(...o)))}decodeValue(t,r){let n=this.checkType(r);if(!(n instanceof e))throw new Error("Not a record type");let o={},i=0,a=0;for(;a<n._fields.length;){let[u,p]=n._fields[a];if(i>=this._fields.length){p.decodeValue(t,p),a++;continue}let[d,h]=this._fields[i],g=(0,U.idlLabelToId)(this._fields[i][0]),w=(0,U.idlLabelToId)(u);if(g===w)o[d]=h.decodeValue(t,p),i++,a++;else if(w>g)if(h instanceof L||h instanceof D)o[d]=[],i++;else throw new Error("Cannot find required field "+d);else p.decodeValue(t,p),a++}for(let[u,p]of this._fields.slice(i))if(p instanceof L||p instanceof D)o[u]=[];else throw new Error("Cannot find required field "+u);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 {${le(this._fields,r,([o,i],a)=>o+"="+i.valueToString(a)).join("; ")}}`}};s.RecordClass=de;var Ce=class e extends de{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:
|
|
10
10
|
|
|
11
|
-
index ${n} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=le(this._components,t,(n,o)=>n.encodeValue(o));return(0,_.concat)(...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,a]of n._components.entries())i>=this._components.length?a.decodeValue(t,a):o.push(this._components[i].decodeValue(t,a));return o}display(){return`record {${this._components.map(r=>r.display()).join("; ")}}`}valueToString(t){return`record {${le(this._components,t,(n,o)=>n.valueToString(o)).join("; ")}}`}};s.TupleClass=Ce;var Se=class e extends
|
|
11
|
+
index ${n} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=le(this._components,t,(n,o)=>n.encodeValue(o));return(0,_.concat)(...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,a]of n._components.entries())i>=this._components.length?a.decodeValue(t,a):o.push(this._components[i].decodeValue(t,a));return o}display(){return`record {${this._components.map(r=>r.display()).join("; ")}}`}valueToString(t){return`record {${le(this._components,t,(n,o)=>n.valueToString(o)).join("; ")}}`}};s.TupleClass=Ce;var Se=class e extends j{constructor(t={}){super(),this._fields=Object.entries(t).sort((r,n)=>(0,U.idlLabelToId)(r[0])-(0,U.idlLabelToId)(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:
|
|
12
12
|
|
|
13
|
-
variant ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){for(let r=0;r<this._fields.length;r++){let[n,o]=this._fields[r];if(t.hasOwnProperty(n)){let i=(0,c.lebEncode)(r),a=o.encodeValue(t[n]);return(0,_.concat)(i,a)}}throw Error("Variant has no data: "+t)}_buildTypeTableImpl(t){this._fields.forEach(([,i])=>{i.buildTypeTable(t)});let r=(0,c.slebEncode)(-21),n=(0,c.lebEncode)(this._fields.length),o=this._fields.map(([i,a])=>(0,_.concat)((0,c.lebEncode)((0
|
|
13
|
+
variant ${r} -> ${o.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){for(let r=0;r<this._fields.length;r++){let[n,o]=this._fields[r];if(t.hasOwnProperty(n)){let i=(0,c.lebEncode)(r),a=o.encodeValue(t[n]);return(0,_.concat)(i,a)}}throw Error("Variant has no data: "+t)}_buildTypeTableImpl(t){this._fields.forEach(([,i])=>{i.buildTypeTable(t)});let r=(0,c.slebEncode)(-21),n=(0,c.lebEncode)(this._fields.length),o=this._fields.map(([i,a])=>(0,_.concat)((0,c.lebEncode)((0,U.idlLabelToId)(i)),a.encodeType(t)));t.add(this,(0,_.concat)(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((0,c.lebDecode)(t));if(o>=n._fields.length)throw Error("Invalid variant index: "+o);let[i,a]=n._fields[o];for(let[u,p]of this._fields)if((0,U.idlLabelToId)(i)===(0,U.idlLabelToId)(u)){let d=p.decodeValue(t,a);return{[u]:d}}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)}};s.VariantClass=Se;var W=class e extends j{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: ${N(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)}};s.RecClass=W;W._counter=0;function We(e){if((0,c.safeReadUint8)(e)!==1)throw new Error("Cannot decode principal");let r=Number((0,c.lebDecode)(e));return an.Principal.fromUint8Array(new Uint8Array((0,c.safeRead)(e,r)))}var Fe=class extends A{accept(t,r){return t.visitPrincipal(this,r)}covariant(t){if(t&&t._isPrincipal)return!0;throw new Error(`Invalid ${this.display()} argument: ${N(t)}`)}encodeValue(t){let r=t.toUint8Array(),n=(0,c.lebEncode)(r.byteLength);return(0,_.concat)(new Uint8Array([1]),n,r)}encodeType(){return(0,c.slebEncode)(-24)}decodeValue(t,r){return this.checkType(r),We(t)}get name(){return"principal"}valueToString(t){return`${this.name} "${t.toText()}"`}};s.PrincipalClass=Fe;var pe=class extends j{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: ${N(t)}`)}encodeValue([t,r]){let n=t.toUint8Array(),o=(0,c.lebEncode)(n.byteLength),i=(0,_.concat)(new Uint8Array([1]),o,n),a=new TextEncoder().encode(r),u=(0,c.lebEncode)(a.byteLength);return(0,_.concat)(new Uint8Array([1]),i,u,a)}_buildTypeTableImpl(t){this.argTypes.forEach(d=>d.buildTypeTable(t)),this.retTypes.forEach(d=>d.buildTypeTable(t));let r=(0,c.slebEncode)(-22),n=(0,c.lebEncode)(this.argTypes.length),o=(0,_.concat)(...this.argTypes.map(d=>d.encodeType(t))),i=(0,c.lebEncode)(this.retTypes.length),a=(0,_.concat)(...this.retTypes.map(d=>d.encodeType(t))),u=(0,c.lebEncode)(this.annotations.length),p=(0,_.concat)(...this.annotations.map(d=>this.encodeAnnotation(d)));t.add(this,(0,_.concat)(r,n,o,i,a,u,p))}decodeValue(t){if((0,c.safeReadUint8)(t)!==1)throw new Error("Cannot decode function reference");let n=We(t),o=Number((0,c.lebDecode)(t)),i=(0,c.safeRead)(t,o),u=new TextDecoder("utf8",{fatal:!0}).decode(i);return[n,u]}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")}};s.FuncClass=pe;var Oe=class extends j{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: ${N(t)}`)}encodeValue(t){let r=t.toUint8Array(),n=(0,c.lebEncode)(r.length);return(0,_.concat)(new Uint8Array([1]),n,r)}_buildTypeTableImpl(t){this._fields.forEach(([i,a])=>a.buildTypeTable(t));let r=(0,c.slebEncode)(-23),n=(0,c.lebEncode)(this._fields.length),o=this._fields.map(([i,a])=>{let u=new TextEncoder().encode(i),p=(0,c.lebEncode)(u.length);return(0,_.concat)(p,u,a.encodeType(t))});t.add(this,(0,_.concat)(r,n,...o))}decodeValue(t){return We(t)}get name(){return`service {${this._fields.map(([r,n])=>r+":"+n.name).join("; ")}}`}valueToString(t){return`service "${t.toText()}"`}};s.ServiceClass=Oe;function N(e){let t=JSON.stringify(e,(r,n)=>typeof n=="bigint"?`BigInt(${n})`:n);return t&&t.length>qt?t.substring(0,qt-3)+"...":t}function cn(e,t){if(t.length<e.length)throw Error("Wrong number of message arguments");let r=new He;e.forEach(p=>p.buildTypeTable(r));let n=new TextEncoder().encode(Te),o=r.encode(),i=(0,c.lebEncode)(t.length),a=(0,_.concat)(...e.map(p=>p.encodeType(r))),u=(0,_.concat)(...le(e,t,(p,d)=>{try{p.covariant(d)}catch(h){throw new Error(h.message+`
|
|
14
14
|
|
|
15
|
-
`)}return p.encodeValue(d)}));return(0,_.concat)(n,o,i,a,u)}s.encode=rn;function nn(e,t){let r=new _.PipeArrayBuffer(t);if(t.byteLength<Te.length)throw new Error("Message length smaller than magic number");let n=(0,c.safeRead)(r,Te.length),o=new TextDecoder().decode(n);if(o!==Te)throw new Error("Wrong magic number: "+JSON.stringify(o));function i(l){let m=[],y=Number((0,c.lebDecode)(l));for(let T=0;T<y;T++){let R=Number((0,c.slebDecode)(l));switch(R){case-18:case-19:{let V=Number((0,c.slebDecode)(l));m.push([R,V]);break}case-20:case-21:{let V=[],C=Number((0,c.lebDecode)(l)),S;for(;C--;){let O=Number((0,c.lebDecode)(l));if(O>=Math.pow(2,32))throw new Error("field id out of 32-bit range");if(typeof S=="number"&&S>=O)throw new Error("field id collision or not sorted");S=O;let E=Number((0,c.slebDecode)(l));V.push([O,E])}m.push([R,V]);break}case-22:{let V=[],C=Number((0,c.lebDecode)(l));for(;C--;)V.push(Number((0,c.slebDecode)(l)));let S=[],O=Number((0,c.lebDecode)(l));for(;O--;)S.push(Number((0,c.slebDecode)(l)));let E=[],M=Number((0,c.lebDecode)(l));for(;M--;)switch(Number((0,c.lebDecode)(l))){case 1:{E.push("query");break}case 2:{E.push("oneway");break}case 3:{E.push("composite_query");break}default:throw new Error("unknown annotation")}m.push([R,[V,S,E]]);break}case-23:{let V=Number((0,c.lebDecode)(l)),C=[];for(;V--;){let S=Number((0,c.lebDecode)(l)),O=new TextDecoder().decode((0,c.safeRead)(l,S)),E=(0,c.slebDecode)(l);C.push([O,E])}m.push([R,C]);break}default:throw new Error("Illegal op_code: "+R)}}let v=[],b=Number((0,c.lebDecode)(l));for(let T=0;T<b;T++)v.push(Number((0,c.slebDecode)(l)));return[m,v]}let[a,u]=i(r);if(u.length<e.length)throw new Error("Wrong number of return values");let p=a.map(l=>zt());function d(l){if(l<-24)throw new Error("future value not supported");if(l<0)switch(l){case-1:return s.Null;case-2:return s.Bool;case-3:return s.Nat;case-4:return s.Int;case-5:return s.Nat8;case-6:return s.Nat16;case-7:return s.Nat32;case-8:return s.Nat64;case-9:return s.Int8;case-10:return s.Int16;case-11:return s.Int32;case-12:return s.Int64;case-13:return s.Float32;case-14:return s.Float64;case-15:return s.Text;case-16:return s.Reserved;case-17:return s.Empty;case-24:return s.Principal;default:throw new Error("Illegal op_code: "+l)}if(l>=a.length)throw new Error("type index out of range");return p[l]}function h(l){switch(l[0]){case-19:{let m=d(l[1]);return $t(m)}case-18:{let m=d(l[1]);return Ut(m)}case-20:{let m={};for(let[b,T]of l[1]){let R=`_${b}_`;m[R]=d(T)}let y=qt(m),v=y.tryAsTuple();return Array.isArray(v)?kt(...v):y}case-21:{let m={};for(let[y,v]of l[1]){let b=`_${y}_`;m[b]=d(v)}return jt(m)}case-22:{let[m,y,v]=l[1];return Ht(m.map(b=>d(b)),y.map(b=>d(b)),v)}case-23:{let m={},y=l[1];for(let[v,b]of y){let T=d(b);if(T instanceof W&&(T=T.getType()),!(T instanceof pe))throw new Error("Illegal service definition: services can only contain functions");m[v]=T}return Kt(m)}default:throw new Error("Illegal op_code: "+l[0])}}a.forEach((l,m)=>{if(l[0]===-22){let y=h(l);p[m].fill(y)}}),a.forEach((l,m)=>{if(l[0]!==-22){let y=h(l);p[m].fill(y)}});let g=u.map(l=>d(l)),x=e.map((l,m)=>l.decodeValue(r,g[m]));for(let l=e.length;l<g.length;l++)g[l].decodeValue(r,g[l]);if(r.byteLength>0)throw new Error("decode: Left-over bytes");return x}s.decode=nn;s.Empty=new be;s.Reserved=new I;s.Unknown=new we;s.Bool=new xe;s.Null=new ve;s.Text=new Ne;s.Int=new Re;s.Nat=new Ve;s.Float32=new ue(32);s.Float64=new ue(64);s.Int8=new H(8);s.Int16=new H(16);s.Int32=new H(32);s.Int64=new H(64);s.Nat8=new U(8);s.Nat16=new U(16);s.Nat32=new U(32);s.Nat64=new U(64);s.Principal=new Fe;function kt(...e){return new Ce(e)}s.Tuple=kt;function $t(e){return new Pe(e)}s.Vec=$t;function Ut(e){return new D(e)}s.Opt=Ut;function qt(e){return new de(e)}s.Record=qt;function jt(e){return new Se(e)}s.Variant=jt;function zt(){return new W}s.Rec=zt;function Ht(e,t,r=[]){return new pe(e,t,r)}s.Func=Ht;function Kt(e){return new Oe(e)}s.Service=Kt});var De=j(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.VecForm=F.OptionForm=F.VariantForm=F.TupleForm=F.RecordForm=F.InputForm=F.InputBox=void 0;var Ge=class{constructor(t,r){this.idl=t,this.ui=r,this.label=null,this.value=void 0;let n=document.createElement("span");n.className="status",this.status=n,r.input&&(r.input.addEventListener("blur",()=>{r.input.value!==""&&this.parse()}),r.input.addEventListener("input",()=>{n.style.display="none",r.input.classList.remove("reject")}))}isRejected(){return this.value===void 0}parse(t={}){if(this.ui.form){let r=this.ui.form.parse(t);return this.value=r,r}if(this.ui.input){let r=this.ui.input;try{let n=this.ui.parse(this.idl,t,r.value);if(!this.idl.covariant(n))throw new Error(`${r.value} is not of type ${this.idl.display()}`);return this.status.style.display="none",this.value=n,n}catch(n){r.classList.add("reject"),this.status.style.display="block",this.status.innerHTML="InputError: "+n.message,this.value=void 0;return}}return null}render(t){let r=document.createElement("span");if(this.label){let n=document.createElement("label");n.innerText=this.label,r.appendChild(n)}this.ui.input&&(r.appendChild(this.ui.input),r.appendChild(this.status)),this.ui.form&&this.ui.form.render(r),t.appendChild(r)}};F.InputBox=Ge;var J=class{constructor(t){this.ui=t,this.form=[]}renderForm(t){this.ui.container?(this.form.forEach(r=>r.render(this.ui.container)),t.appendChild(this.ui.container)):this.form.forEach(r=>r.render(t))}render(t){if(this.ui.open&&this.ui.event){t.appendChild(this.ui.open);let r=this;r.ui.open.addEventListener(r.ui.event,()=>{if(r.ui.container)r.ui.container.innerHTML="";else{let n=r.ui.open.nextElementSibling;n&&n.parentNode.removeChild(n)}r.generateForm(),r.renderForm(t)})}else this.generateForm(),this.renderForm(t)}};F.InputForm=J;var Ye=class extends J{constructor(t,r){super(r),this.fields=t,this.ui=r}generateForm(){this.form=this.fields.map(([t,r])=>{let n=this.ui.render(r);return this.ui.labelMap&&this.ui.labelMap.hasOwnProperty(t)?n.label=this.ui.labelMap[t]+" ":n.label=t+" ",n})}parse(t){let r={};if(this.fields.forEach(([n,o],i)=>{let a=this.form[i].parse(t);r[n]=a}),!this.form.some(n=>n.isRejected()))return r}};F.RecordForm=Ye;var Qe=class extends J{constructor(t,r){super(r),this.components=t,this.ui=r}generateForm(){this.form=this.components.map(t=>this.ui.render(t))}parse(t){let r=[];if(this.components.forEach((n,o)=>{let i=this.form[o].parse(t);r.push(i)}),!this.form.some(n=>n.isRejected()))return r}};F.TupleForm=Qe;var Xe=class extends J{constructor(t,r){super(r),this.fields=t,this.ui=r}generateForm(){let t=this.ui.open.selectedIndex,[r,n]=this.fields[t],o=this.ui.render(n);this.form=[o]}parse(t){let r=this.ui.open,n=r.options[r.selectedIndex].value,o=this.form[0].parse(t);if(o===void 0)return;let i={};return i[n]=o,i}};F.VariantForm=Xe;var Ze=class extends J{constructor(t,r){super(r),this.ty=t,this.ui=r}generateForm(){if(this.ui.open.checked){let t=this.ui.render(this.ty);this.form=[t]}else this.form=[]}parse(t){if(this.form.length===0)return[];{let r=this.form[0].parse(t);return r===void 0?void 0:[r]}}};F.OptionForm=Ze;var Ie=class extends J{constructor(t,r){super(r),this.ty=t,this.ui=r}generateForm(){let t=+this.ui.open.value;this.form=[];for(let r=0;r<t;r++){let n=this.ui.render(this.ty);this.form.push(n)}}parse(t){let r=this.form.map(n=>n.parse(t));if(!this.form.some(n=>n.isRejected()))return r}};F.VecForm=Ie});var Jt=j(f=>{"use strict";var on=f&&f.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),sn=f&&f.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Wt=f&&f.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&on(t,e,r);return sn(t,e),t};Object.defineProperty(f,"__esModule",{value:!0});f.renderValue=f.renderInput=f.Render=f.vecForm=f.optForm=f.variantForm=f.tupleForm=f.recordForm=f.inputBox=void 0;var Ae=Wt(Je()),Le=dt("@dfinity/principal"),L=Wt(De()),an={parse:fn},me={render:nt},cn=(e,t)=>new L.InputBox(e,Object.assign(Object.assign({},an),t));f.inputBox=cn;var ln=(e,t)=>new L.RecordForm(e,Object.assign(Object.assign({},me),t));f.recordForm=ln;var un=(e,t)=>new L.TupleForm(e,Object.assign(Object.assign({},me),t));f.tupleForm=un;var dn=(e,t)=>new L.VariantForm(e,Object.assign(Object.assign({},me),t));f.variantForm=dn;var pn=(e,t)=>new L.OptionForm(e,Object.assign(Object.assign({},me),t));f.optForm=pn;var mn=(e,t)=>new L.VecForm(e,Object.assign(Object.assign({},me),t));f.vecForm=mn;var Ee=class extends Ae.Visitor{visitType(t,r){let n=document.createElement("input");return n.classList.add("argument"),n.placeholder=t.display(),(0,f.inputBox)(t,{input:n})}visitNull(t,r){return(0,f.inputBox)(t,{})}visitRecord(t,r,n){let o={};if(r.length>1){let a=document.createElement("div");a.classList.add("popup-form"),o={container:a}}let i=(0,f.recordForm)(r,o);return(0,f.inputBox)(t,{form:i})}visitTuple(t,r,n){let o={};if(r.length>1){let a=document.createElement("div");a.classList.add("popup-form"),o={container:a}}let i=(0,f.tupleForm)(r,o);return(0,f.inputBox)(t,{form:i})}visitVariant(t,r,n){let o=document.createElement("select");for(let[u,p]of r){let d=new Option(u);o.add(d)}o.selectedIndex=-1,o.classList.add("open");let i={open:o,event:"change"},a=(0,f.variantForm)(r,i);return(0,f.inputBox)(t,{form:a})}visitOpt(t,r,n){let o=document.createElement("input");o.type="checkbox",o.classList.add("open");let i=(0,f.optForm)(r,{open:o,event:"change"});return(0,f.inputBox)(t,{form:i})}visitVec(t,r,n){let o=document.createElement("input");o.type="number",o.min="0",o.max="100",o.style.width="8rem",o.placeholder="len",o.classList.add("open");let i=document.createElement("div");i.classList.add("popup-form");let a=(0,f.vecForm)(r,{open:o,event:"change",container:i});return(0,f.inputBox)(t,{form:a})}visitRec(t,r,n){return nt(r)}};f.Render=Ee;var et=class extends Ae.Visitor{visitNull(t,r){return null}visitBool(t,r){if(r==="true")return!0;if(r==="false")return!1;throw new Error(`Cannot parse ${r} as boolean`)}visitText(t,r){return r}visitFloat(t,r){return parseFloat(r)}visitFixedInt(t,r){return t._bits<=32?parseInt(r,10):BigInt(r)}visitFixedNat(t,r){return t._bits<=32?parseInt(r,10):BigInt(r)}visitNumber(t,r){return BigInt(r)}visitPrincipal(t,r){return Le.Principal.fromText(r)}visitService(t,r){return Le.Principal.fromText(r)}visitFunc(t,r){let n=r.split(".",2);return[Le.Principal.fromText(n[0]),n[1]]}},tt=class extends Ae.Visitor{visitNull(t,r){return null}visitBool(t,r){return Math.random()<.5}visitText(t,r){return Math.random().toString(36).substring(6)}visitFloat(t,r){return Math.random()}visitInt(t,r){return BigInt(this.generateNumber(!0))}visitNat(t,r){return BigInt(this.generateNumber(!1))}visitFixedInt(t,r){let n=this.generateNumber(!0);return t._bits<=32?n:BigInt(r)}visitFixedNat(t,r){let n=this.generateNumber(!1);return t._bits<=32?n:BigInt(r)}generateNumber(t){let r=Math.floor(Math.random()*100);return t&&Math.random()<.5?-r:r}};function fn(e,t,r){return t.random&&r===""?e.accept(new tt,r):e.accept(new et,r)}function nt(e){return e.accept(new Ee,null)}f.renderInput=nt;function Q(e,t,r){return e.accept(new rt,{input:t,value:r})}f.renderValue=Q;var rt=class extends Ae.Visitor{visitType(t,r){r.input.ui.input.value=t.valueToString(r.value)}visitNull(t,r){}visitText(t,r){r.input.ui.input.value=r.value}visitRec(t,r,n){Q(r,n.input,n.value)}visitOpt(t,r,n){if(n.value.length!==0){let o=n.input.ui.form,i=o.ui.open;i.checked=!0,i.dispatchEvent(new Event(o.ui.event)),Q(r,o.form[0],n.value[0])}}visitRecord(t,r,n){let o=n.input.ui.form;r.forEach(([i,a],u)=>{Q(a,o.form[u],n.value[i])})}visitTuple(t,r,n){let o=n.input.ui.form;r.forEach((i,a)=>{Q(i,o.form[a],n.value[a])})}visitVariant(t,r,n){let o=n.input.ui.form,i=Object.entries(n.value)[0];r.forEach(([a,u],p)=>{if(a===i[0]){let d=o.ui.open;d.selectedIndex=p,d.dispatchEvent(new Event(o.ui.event)),Q(u,o.form[0],i[1])}})}visitVec(t,r,n){let o=n.input.ui.form,i=n.value.length,a=o.ui.open;a.value=i,a.dispatchEvent(new Event(o.ui.event)),n.value.forEach((u,p)=>{Q(r,o.form[p],u)})}}});var Yt=j(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0})});var ot=j(P=>{"use strict";var Qt=P&&P.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),hn=P&&P.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),ee=P&&P.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&Qt(t,e,r)},_n=P&&P.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&Qt(t,e,r);return hn(t,e),t};Object.defineProperty(P,"__esModule",{value:!0});P.IDL=void 0;ee(Jt(),P);ee(De(),P);P.IDL=_n(Je());ee(Ue(),P);ee(je(),P);ee(_e(),P);ee(Yt(),P)});import{Principal as yn}from"@dfinity/principal";import{Principal as bt}from"@dfinity/principal";var mt=({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}),a=e.Nat64,u=e.Record({network:t,filter:e.Opt(e.Variant({page:e.Vec(e.Nat8),min_confirmations:e.Nat32})),address:r}),p=e.Vec(e.Nat8),d=e.Record({txid:e.Vec(e.Nat8),vout:e.Nat32}),h=e.Record({height:e.Nat32,value:o,outpoint:d}),g=e.Record({next_page:e.Opt(e.Vec(e.Nat8)),tip_height:e.Nat32,tip_block_hash:p,utxos:e.Vec(h)}),x=e.Record({transaction:e.Vec(e.Nat8),network:t}),l=e.Principal,m=e.Variant({from_user:e.Record({user_id:e.Principal}),from_canister:e.Record({canister_version:e.Opt(e.Nat64),canister_id:e.Principal})}),y=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}),v=e.Record({timestamp_nanos:e.Nat64,canister_version:e.Nat64,origin:m,details:y}),b=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),memory_allocation:e.Nat,compute_allocation:e.Nat}),T=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)}),R=e.Variant({secp256k1:e.Null}),V=e.Record({value:e.Text,name:e.Text}),C=e.Record({status:e.Nat,body:e.Vec(e.Nat8),headers:e.Vec(V)}),S=e.Vec(e.Nat8);return e.Service({bitcoin_get_balance:e.Func([n],[o],[]),bitcoin_get_current_fee_percentiles:e.Func([i],[e.Vec(a)],[]),bitcoin_get_utxos:e.Func([u],[g],[]),bitcoin_send_transaction:e.Func([x],[],[]),canister_info:e.Func([e.Record({canister_id:l,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(v),total_num_changes:e.Nat64})],[]),canister_status:e.Func([e.Record({canister_id:l})],[e.Record({status:e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),memory_size:e.Nat,cycles:e.Nat,settings:b,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8))})],[]),create_canister:e.Func([e.Record({settings:e.Opt(T),sender_canister_version:e.Opt(e.Nat64)})],[e.Record({canister_id:l})],[]),delete_canister:e.Func([e.Record({canister_id:l})],[],[]),deposit_cycles:e.Func([e.Record({canister_id:l})],[],[]),ecdsa_public_key:e.Func([e.Record({key_id:e.Record({name:e.Text,curve:R}),canister_id:e.Opt(l),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:C})],[C],["query"]),context:e.Vec(e.Nat8)})),headers:e.Vec(V)})],[C],[]),install_code:e.Func([e.Record({arg:e.Vec(e.Nat8),wasm_module:S,mode:e.Variant({reinstall:e.Null,upgrade:e.Null,install:e.Null}),canister_id:l,sender_canister_version:e.Opt(e.Nat64)})],[],[]),provisional_create_canister_with_cycles:e.Func([e.Record({settings:e.Opt(T),specified_id:e.Opt(l),amount:e.Opt(e.Nat)})],[e.Record({canister_id:l})],[]),provisional_top_up_canister:e.Func([e.Record({canister_id:l,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:R}),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:l})],[],[]),stop_canister:e.Func([e.Record({canister_id:l})],[],[]),uninstall_code:e.Func([e.Record({canister_id:l,sender_canister_version:e.Opt(e.Nat64)})],[],[]),update_settings:e.Func([e.Record({canister_id:e.Principal,settings:T,sender_canister_version:e.Opt(e.Nat64)})],[],[])})};var ft=({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)}),a=e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),u=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),memory_allocation:e.Nat,compute_allocation:e.Nat}),p=e.Record({status:a,memory_size:e.Nat,cycles:e.Nat,settings:u,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8))}),d=e.Record({id:e.Principal,status:p,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),status_at:e.Nat64}),h=e.Variant({Ok:d,Err:e.Text}),g=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:o,expires_at:e.Opt(e.Nat64)}),x=e.Record({enabled:e.Bool,cycles_threshold:e.Opt(e.Nat64)}),l=e.Record({mission_control_cycles_threshold:e.Opt(e.Nat64),orbiters:e.Vec(e.Tuple(e.Principal,x)),satellites:e.Vec(e.Tuple(e.Principal,x)),cycles_threshold:e.Opt(e.Nat64)}),m=e.Record({orbiters:e.Opt(e.Vec(h)),satellites:e.Opt(e.Vec(h)),mission_control:h}),y=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,h))],["query"]),list_orbiter_statuses:e.Func([e.Principal],[e.Opt(e.Vec(e.Tuple(e.Nat64,h)))],["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,h)))],["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),g],[],[]),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),g],[],[]),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),g],[],[]),status:e.Func([l],[m],[]),top_up:e.Func([e.Principal,y],[],[]),version:e.Func([],[e.Text],["query"])})};var ht=({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}),a=e.Record({to:e.Opt(e.Nat64),from:e.Opt(e.Nat64),satellite_id:e.Opt(e.Principal)}),u=e.Record({key:e.Text,collected_at:e.Nat64}),p=e.Record({inner_height:e.Nat16,inner_width:e.Nat16}),d=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:p,user_agent:e.Opt(e.Text)}),h=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({updated_at:e.Nat64,created_at:e.Nat64,enabled:e.Bool}),x=e.Record({stable:e.Nat64,heap:e.Nat64}),l=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:r,expires_at:e.Opt(e.Nat64)}),m=e.Record({controller:l,controllers:e.Vec(e.Principal)}),y=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:p,user_agent:e.Opt(e.Text)}),v=e.Variant({Ok:d,Err:e.Text}),b=e.Variant({Ok:e.Null,Err:e.Vec(e.Tuple(u,e.Text))}),T=e.Record({updated_at:e.Opt(e.Nat64),enabled:e.Bool}),R=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)}),V=e.Variant({Ok:h,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([a],[e.Vec(e.Tuple(u,d))],["query"]),get_track_events:e.Func([a],[e.Vec(e.Tuple(u,h))],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_satellite_configs:e.Func([],[e.Vec(e.Tuple(e.Principal,g))],["query"]),memory_size:e.Func([],[x],["query"]),set_controllers:e.Func([m],[e.Vec(e.Tuple(e.Principal,n))],[]),set_page_view:e.Func([u,y],[v],[]),set_page_views:e.Func([e.Vec(e.Tuple(u,y))],[b],[]),set_satellite_configs:e.Func([e.Vec(e.Tuple(e.Principal,T))],[e.Vec(e.Tuple(e.Principal,g))],[]),set_track_event:e.Func([u,R],[V],[]),set_track_events:e.Func([e.Vec(e.Tuple(u,R))],[b],[]),version:e.Func([],[e.Text],["query"])})};var _t=({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))))}),a=e.Record({storage:i}),u=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),p=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),d=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}),h=e.Variant({Callback:e.Record({token:d,callback:e.Func([],[],[])})}),g=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(h),status_code:e.Nat16}),x=e.Record({token:e.Opt(d),body:e.Vec(e.Nat8)}),l=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),m=e.Record({batch_id:e.Nat}),y=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),v=e.Record({field:y,desc:e.Bool}),b=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),T=e.Record({order:e.Opt(v),owner:e.Opt(e.Principal),matcher:e.Opt(e.Text),paginate:e.Opt(b)}),R=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),V=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),C=e.Record({key:R,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,V)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),S=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,C))}),O=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),E=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,u))}),M=e.Variant({Db:e.Null,Storage:e.Null}),B=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),te=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:B,created_at:e.Nat64,write:B}),re=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),ne=e.Record({controller:re,controllers:e.Vec(e.Principal)}),oe=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),ie=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:B,write:B}),K=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),se=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([],[a],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(u)],["query"]),http_request:e.Func([p],[g],["query"]),http_request_streaming_callback:e.Func([d],[x],["query"]),init_asset_upload:e.Func([l],[m],[]),list_assets:e.Func([e.Opt(e.Text),T],[S],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,O))],["query"]),list_docs:e.Func([e.Text,T],[E],["query"]),list_rules:e.Func([M],[e.Vec(e.Tuple(e.Text,te))],["query"]),set_config:e.Func([a],[],[]),set_controllers:e.Func([ne],[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,oe],[u],[]),set_rule:e.Func([M,e.Text,ie],[],[]),upload_asset_chunk:e.Func([K],[se],[]),version:e.Func([],[e.Text],["query"])})};var yt=({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))))}),a=e.Record({storage:i}),u=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),p=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),d=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}),h=e.Variant({Callback:e.Record({token:d,callback:e.Func([],[],[])})}),g=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(h),status_code:e.Nat16}),x=e.Record({token:e.Opt(d),body:e.Vec(e.Nat8)}),l=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),m=e.Record({batch_id:e.Nat}),y=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),v=e.Record({field:y,desc:e.Bool}),b=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),T=e.Record({order:e.Opt(v),matcher:e.Opt(e.Text),paginate:e.Opt(b)}),R=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),V=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),C=e.Record({key:R,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,V)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),S=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,C))}),O=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),E=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,u))}),M=e.Variant({Db:e.Null,Storage:e.Null}),B=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),te=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:B,created_at:e.Nat64,write:B}),re=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),ne=e.Record({controller:re,controllers:e.Vec(e.Principal)}),oe=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),ie=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:B,write:B}),K=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),se=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([],[a],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(u)],["query"]),http_request:e.Func([p],[g],["query"]),http_request_streaming_callback:e.Func([d],[x],["query"]),init_asset_upload:e.Func([l],[m],[]),list_assets:e.Func([e.Opt(e.Text),T],[S],["query"]),list_controllers:e.Func([],[e.Vec(e.Principal)],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,O))],["query"]),list_docs:e.Func([e.Text,T],[E],["query"]),list_rules:e.Func([M],[e.Vec(e.Tuple(e.Text,te))],["query"]),set_config:e.Func([a],[],[]),set_controllers:e.Func([ne],[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,oe],[u],[]),set_rule:e.Func([M,e.Text,ie],[],[]),upload_asset_chunk:e.Func([K],[se],[]),version:e.Func([],[e.Text],["query"])})};var gt=({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)}),a=e.Variant({Db:e.Null,Storage:e.Null}),u=e.Record({cycles:e.Nat,destination_id:e.Principal}),p=e.Variant({Deny:e.Null,AllowAny:e.Null,SameOrigin:e.Null}),d=e.Record({status_code:e.Nat16,location:e.Text}),h=e.Record({iframe:e.Opt(p),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)))}),g=e.Record({storage:h}),x=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),description:e.Opt(e.Text),created_at:e.Nat64}),l=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}),y=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}),v=e.Variant({Callback:e.Record({token:y,callback:e.Func([],[],["query"])})}),b=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(v),status_code:e.Nat16}),T=e.Record({token:e.Opt(y),body:e.Vec(e.Nat8)}),R=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}),V=e.Record({batch_id:e.Nat}),C=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),S=e.Record({field:C,desc:e.Bool}),O=e.Record({key:e.Opt(e.Text),description:e.Opt(e.Text)}),E=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),M=e.Record({order:e.Opt(S),owner:e.Opt(e.Principal),matcher:e.Opt(O),paginate:e.Opt(E)}),B=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}),te=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),re=e.Record({key:B,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,te)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),ne=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,re)),items_length:e.Nat64}),oe=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),ie=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,x)),items_length:e.Nat64}),K=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),se=e.Record({memory:e.Opt(m),updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:K,created_at:e.Nat64,mutable_permissions:e.Opt(e.Bool),write:K}),Rr=e.Record({stable:e.Nat64,heap:e.Nat64}),Vr=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:n,expires_at:e.Opt(e.Nat64)}),Pr=e.Record({controller:Vr,controllers:e.Vec(e.Principal)}),lt=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8),description:e.Opt(e.Text)}),Cr=e.Record({memory:e.Opt(m),updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:K,mutable_permissions:e.Opt(e.Bool),write:K}),Sr=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat,order_id:e.Opt(e.Nat)}),Fr=e.Record({chunk_id:e.Nat});return e.Service({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([a,e.Text,i],[],[]),deposit_cycles:e.Func([u],[],[]),get_config:e.Func([],[g],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(x)],["query"]),get_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[e.Vec(e.Tuple(e.Text,e.Opt(x)))],["query"]),http_request:e.Func([l],[b],["query"]),http_request_streaming_callback:e.Func([y],[T],["query"]),init_asset_upload:e.Func([R],[V],[]),list_assets:e.Func([e.Text,M],[ne],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,o))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,oe))],["query"]),list_docs:e.Func([e.Text,M],[ie],["query"]),list_rules:e.Func([a],[e.Vec(e.Tuple(e.Text,se))],["query"]),memory_size:e.Func([],[Rr],["query"]),set_config:e.Func([g],[],[]),set_controllers:e.Func([Pr],[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,lt],[x],[]),set_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text,lt))],[e.Vec(e.Tuple(e.Text,x))],[]),set_rule:e.Func([a,e.Text,Cr],[],[]),upload_asset_chunk:e.Func([Sr],[Fr],[]),version:e.Func([],[e.Text],["query"])})};import{Actor as $r,HttpAgent as Ur}from"@dfinity/agent";var Me=async({canisterId:e,idlFactory:t,identity:r,fetch:n,env:o="prod",config:i})=>{let a=o==="dev"?"http://127.0.0.1:8000/":"https://icp-api.io",u=new Ur({identity:r,...a&&{host:a},...n&&{fetch:n}});return o==="dev"&&await u.fetchRootKey(),$r.createActor(t,{agent:u,canisterId:e,...i!==void 0?i:{}})};var wt=async({satelliteId:e,...t})=>ce({canisterId:e,...t,idlFactory:yt}),z=async({satelliteId:e,...t})=>ce({canisterId:e,...t,idlFactory:gt}),xt=async({satelliteId:e,...t})=>ce({canisterId:e,...t,idlFactory:_t}),ae=async({missionControlId:e,...t})=>ce({canisterId:e,...t,idlFactory:ft}),he=async({orbiterId:e,...t})=>ce({canisterId:e,...t,idlFactory:ht}),ce=async({canisterId:e,idlFactory:t,...r})=>{if(!e)throw new Error("No canister ID provided.");return Me({canisterId:e,idlFactory:t,...r})},vt=bt.fromText("aaaaa-aa"),Tt=(e,t,r)=>{let n=t[0],o=vt;return n&&typeof n=="object"&&n.canister_id&&(o=bt.from(n.canister_id)),{effectiveCanisterId:o}},Nt=e=>Me({canisterId:vt.toText(),config:{callTransform:Tt,queryTransform:Tt},idlFactory:mt,...e});var Y=async({actor:e,code:t})=>{let{install_code:r}=await Nt(e);return r({...t,sender_canister_version:[]})};var Rt=async({missionControl:e})=>(await ae(e)).version(),Vt=async({missionControl:e})=>(await ae(e)).get_user();var Pt=async({missionControl:e,satelliteIds:t,controllerIds:r,controller:n})=>(await ae(e)).set_satellites_controllers(t,r,n),Ct=async({missionControl:e,controllerIds:t,controller:r})=>(await ae(e)).set_mission_control_controllers(t,r);import{Principal as qr}from"@dfinity/principal";import{nonNullish as jr,toNullable as zr}from"@junobuild/utils";var ke=({controllerId:e,profile:t})=>({controllerIds:[qr.fromText(e)],controller:Hr(t)}),Hr=e=>({metadata:jr(e)&&e!==""?[["profile",e]]:[],expires_at:zr(void 0),scope:{Admin:null}});var G=pt(ot(),1),Xt=e=>G.IDL.encode([G.IDL.Record({user:G.IDL.Principal})],[{user:e}]),Be=e=>G.IDL.encode([G.IDL.Record({controllers:G.IDL.Vec(G.IDL.Principal)})],[{controllers:e.map(([t,r])=>t)}]);var po=async e=>Rt(e),mo=async({missionControl:e,wasm_module:t})=>{let r=await Vt({missionControl:e}),{missionControlId:n,...o}=e;if(!n)throw new Error("No mission control principal defined.");let i=Xt(r);await Y({actor:o,code:{canister_id:yn.fromText(n),arg:new Uint8Array(i),wasm_module:t,mode:{upgrade:null}}})},fo=async({controllerId:e,profile:t,...r})=>Pt({...r,...ke({controllerId:e,profile:t})}),ho=async({controllerId:e,profile:t,...r})=>Ct({...r,...ke({controllerId:e,profile:t})});import{Principal as gn}from"@dfinity/principal";var Zt=async({orbiter:e})=>(await he(e)).version(),It=async({orbiter:e})=>(await he(e)).list_controllers(),Dt=async({orbiter:e})=>{let{memory_size:t}=await he(e);return t()};var vo=async e=>Zt(e),No=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 It({orbiter:e}),a=Be(i);await Y({actor:o,code:{canister_id:gn.fromText(n),arg:new Uint8Array(a),wasm_module:t,mode:r?{reinstall:null}:{upgrade:null}}})},Ro=e=>Dt(e);import{major as Lt,minor as er,patch as tr}from"semver";var Co=({currentVersion:e,selectedVersion:t})=>{let r=Lt(e),n=Lt(t),o=er(e),i=er(t),a=tr(e),u=tr(t);return r<n-1||o<i-1||a<u-1?{canUpgrade:!1}:{canUpgrade:!0}};var fe=pt(ot(),1);import{Principal as Nr}from"@dfinity/principal";import{fromNullable as vn,isNullish as Nn}from"@junobuild/utils";import{toNullable as Tn}from"@junobuild/utils";var rr=async({config:e,satellite:t})=>(await z(t)).set_config(e),nr=async({satellite:e,type:t})=>(await z(e)).list_rules(t),or=async({type:e,collection:t,rule:r,satellite:n})=>(await z(n)).set_rule(e,t,r),ir=async({satellite:e})=>(await z(e)).version(),sr=async({satellite:e})=>(await wt(e)).list_controllers(),ar=async({satellite:e})=>(await xt(e)).list_controllers(),cr=async({satellite:e})=>(await z(e)).list_controllers(),lr=async({satellite:e})=>{let{list_custom_domains:t}=await z(e);return t()},ur=async({satellite:e,domainName:t,boundaryNodesId:r})=>{let{set_custom_domain:n}=await z(e);await n(t,Tn(r))},dr=async({satellite:e})=>{let{memory_size:t}=await z(e);return t()};import{fromNullable as st,isNullish as bn,nonNullish as at,toNullable as Tr}from"@junobuild/utils";var pr={Db:null},mr={Storage:null},fr={Public:null},hr={Private:null},_r={Managed:null},yr={Controllers:null},it={Heap:null},gr={Stable:null};var ct=e=>e==="storage"?mr:pr,xr=({read:e,write:t,memory:r,max_size:n,updated_at:o,mutablePermissions:i})=>({read:wr(e),write:wr(t),memory:at(r)?[wn(r)]:[],updated_at:bn(o)?[]:[o],max_size:Tr(at(n)&&n>0?BigInt(n):void 0),mutable_permissions:Tr(i)}),vr=([e,t])=>{let{read:r,write:n,updated_at:o,created_at:i,max_size:a,memory:u,mutable_permissions:p}=t,d=a?.[0]??0n>0n?Number(st(a)):void 0;return{collection:e,read:br(r),write:br(n),memory:xn(st(u)??it),updated_at:o,created_at:i,...at(d)&&{max_size:d},mutablePermissions:st(p)??!0}},br=e=>"Public"in e?"public":"Private"in e?"private":"Managed"in e?"managed":"controllers",wr=e=>{switch(e){case"public":return fr;case"private":return hr;case"managed":return _r;default:return yr}},wn=e=>{switch(e){case"Stable":return gr;default:return it}},xn=e=>"Stable"in e?"Stable":"Heap";var Ko=async({config:{storage:{headers:e,rewrites:t,redirects:r,iframe:n}},satellite:o})=>{let i=(e??[]).map(({source:d,headers:h})=>[d,h]),a=(t??[]).map(({source:d,destination:h})=>[d,h]),u=(r??[]).map(({source:d,location:h,code:g})=>[d,{status_code:g,location:h}]);return rr({satellite:o,config:{storage:{headers:i,rewrites:a,redirects:[u],iframe:[n==="same-origin"?{SameOrigin:null}:n==="allow-any"?{AllowAny:null}:{Deny:null}]}}})},Wo=async({type:e,satellite:t})=>(await nr({satellite:t,type:ct(e)})).map(n=>vr(n)),Jo=async({rule:{collection:e,...t},type:r,satellite:n})=>or({type:ct(r),rule:xr(t),satellite:n,collection:e}),Go=async e=>ir(e),Yo=async({satellite:e,wasm_module:t,deprecated:r,deprecatedNoScope:n,reset:o=!1})=>{let{satelliteId:i,...a}=e;if(Nn(i))throw new Error("No satellite principal defined.");if(r){let h=await sr({satellite:e}),g=fe.IDL.encode([fe.IDL.Record({controllers:fe.IDL.Vec(fe.IDL.Principal)})],[{controllers:h}]);await Y({actor:a,code:{canister_id:Nr.fromText(i),arg:new Uint8Array(g),wasm_module:t,mode:o?{reinstall:null}:{upgrade:null}}});return}let p=await(n?ar:cr)({satellite:e}),d=Be(p);await Y({actor:a,code:{canister_id:Nr.fromText(i),arg:new Uint8Array(d),wasm_module:t,mode:o?{reinstall:null}:{upgrade:null}}})},Qo=async({satellite:e})=>(await lr({satellite:e})).map(([r,n])=>({domain:r,bn_id:vn(n.bn_id),created_at:n.created_at,updated_at:n.updated_at})),Xo=async({satellite:e,domains:t})=>Promise.all(t.map(({domain:r,bn_id:n})=>ur({satellite:e,domainName:r,boundaryNodesId:n}))),Zo=e=>dr(e);export{Co as checkUpgradeVersion,Qo as listCustomDomains,Wo as listRules,po as missionControlVersion,Ro as orbiterMemorySize,vo as orbiterVersion,Zo as satelliteMemorySize,Go as satelliteVersion,Ko as setConfig,Xo as setCustomDomains,ho as setMissionControlController,Jo as setRule,fo as setSatellitesController,mo as upgradeMissionControl,No as upgradeOrbiter,Yo as upgradeSatellite};
|
|
15
|
+
`)}return p.encodeValue(d)}));return(0,_.concat)(n,o,i,a,u)}s.encode=cn;function ln(e,t){let r=new _.PipeArrayBuffer(t);if(t.byteLength<Te.length)throw new Error("Message length smaller than magic number");let n=(0,c.safeRead)(r,Te.length),o=new TextDecoder().decode(n);if(o!==Te)throw new Error("Wrong magic number: "+JSON.stringify(o));function i(l){let m=[],y=Number((0,c.lebDecode)(l));for(let T=0;T<y;T++){let P=Number((0,c.slebDecode)(l));switch(P){case-18:case-19:{let R=Number((0,c.slebDecode)(l));m.push([P,R]);break}case-20:case-21:{let R=[],C=Number((0,c.lebDecode)(l)),S;for(;C--;){let O=Number((0,c.lebDecode)(l));if(O>=Math.pow(2,32))throw new Error("field id out of 32-bit range");if(typeof S=="number"&&S>=O)throw new Error("field id collision or not sorted");S=O;let E=Number((0,c.slebDecode)(l));R.push([O,E])}m.push([P,R]);break}case-22:{let R=[],C=Number((0,c.lebDecode)(l));for(;C--;)R.push(Number((0,c.slebDecode)(l)));let S=[],O=Number((0,c.lebDecode)(l));for(;O--;)S.push(Number((0,c.slebDecode)(l)));let E=[],k=Number((0,c.lebDecode)(l));for(;k--;)switch(Number((0,c.lebDecode)(l))){case 1:{E.push("query");break}case 2:{E.push("oneway");break}case 3:{E.push("composite_query");break}default:throw new Error("unknown annotation")}m.push([P,[R,S,E]]);break}case-23:{let R=Number((0,c.lebDecode)(l)),C=[];for(;R--;){let S=Number((0,c.lebDecode)(l)),O=new TextDecoder().decode((0,c.safeRead)(l,S)),E=(0,c.slebDecode)(l);C.push([O,E])}m.push([P,C]);break}default:throw new Error("Illegal op_code: "+P)}}let v=[],b=Number((0,c.lebDecode)(l));for(let T=0;T<b;T++)v.push(Number((0,c.slebDecode)(l)));return[m,v]}let[a,u]=i(r);if(u.length<e.length)throw new Error("Wrong number of return values");let p=a.map(l=>Jt());function d(l){if(l<-24)throw new Error("future value not supported");if(l<0)switch(l){case-1:return s.Null;case-2:return s.Bool;case-3:return s.Nat;case-4:return s.Int;case-5:return s.Nat8;case-6:return s.Nat16;case-7:return s.Nat32;case-8:return s.Nat64;case-9:return s.Int8;case-10:return s.Int16;case-11:return s.Int32;case-12:return s.Int64;case-13:return s.Float32;case-14:return s.Float64;case-15:return s.Text;case-16:return s.Reserved;case-17:return s.Empty;case-24:return s.Principal;default:throw new Error("Illegal op_code: "+l)}if(l>=a.length)throw new Error("type index out of range");return p[l]}function h(l){switch(l[0]){case-19:{let m=d(l[1]);return zt(m)}case-18:{let m=d(l[1]);return Ht(m)}case-20:{let m={};for(let[b,T]of l[1]){let P=`_${b}_`;m[P]=d(T)}let y=Kt(m),v=y.tryAsTuple();return Array.isArray(v)?jt(...v):y}case-21:{let m={};for(let[y,v]of l[1]){let b=`_${y}_`;m[b]=d(v)}return Wt(m)}case-22:{let[m,y,v]=l[1];return Gt(m.map(b=>d(b)),y.map(b=>d(b)),v)}case-23:{let m={},y=l[1];for(let[v,b]of y){let T=d(b);if(T instanceof W&&(T=T.getType()),!(T instanceof pe))throw new Error("Illegal service definition: services can only contain functions");m[v]=T}return Yt(m)}default:throw new Error("Illegal op_code: "+l[0])}}a.forEach((l,m)=>{if(l[0]===-22){let y=h(l);p[m].fill(y)}}),a.forEach((l,m)=>{if(l[0]!==-22){let y=h(l);p[m].fill(y)}});let g=u.map(l=>d(l)),w=e.map((l,m)=>l.decodeValue(r,g[m]));for(let l=e.length;l<g.length;l++)g[l].decodeValue(r,g[l]);if(r.byteLength>0)throw new Error("decode: Left-over bytes");return w}s.decode=ln;s.Empty=new be;s.Reserved=new D;s.Unknown=new xe;s.Bool=new we;s.Null=new ve;s.Text=new Ne;s.Int=new Pe;s.Nat=new Re;s.Float32=new ue(32);s.Float64=new ue(64);s.Int8=new H(8);s.Int16=new H(16);s.Int32=new H(32);s.Int64=new H(64);s.Nat8=new q(8);s.Nat16=new q(16);s.Nat32=new q(32);s.Nat64=new q(64);s.Principal=new Fe;function jt(...e){return new Ce(e)}s.Tuple=jt;function zt(e){return new Ve(e)}s.Vec=zt;function Ht(e){return new L(e)}s.Opt=Ht;function Kt(e){return new de(e)}s.Record=Kt;function Wt(e){return new Se(e)}s.Variant=Wt;function Jt(){return new W}s.Rec=Jt;function Gt(e,t,r=[]){return new pe(e,t,r)}s.Func=Gt;function Yt(e){return new Oe(e)}s.Service=Yt});var De=z(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.VecForm=F.OptionForm=F.VariantForm=F.TupleForm=F.RecordForm=F.InputForm=F.InputBox=void 0;var Ge=class{constructor(t,r){this.idl=t,this.ui=r,this.label=null,this.value=void 0;let n=document.createElement("span");n.className="status",this.status=n,r.input&&(r.input.addEventListener("blur",()=>{r.input.value!==""&&this.parse()}),r.input.addEventListener("input",()=>{n.style.display="none",r.input.classList.remove("reject")}))}isRejected(){return this.value===void 0}parse(t={}){if(this.ui.form){let r=this.ui.form.parse(t);return this.value=r,r}if(this.ui.input){let r=this.ui.input;try{let n=this.ui.parse(this.idl,t,r.value);if(!this.idl.covariant(n))throw new Error(`${r.value} is not of type ${this.idl.display()}`);return this.status.style.display="none",this.value=n,n}catch(n){r.classList.add("reject"),this.status.style.display="block",this.status.innerHTML="InputError: "+n.message,this.value=void 0;return}}return null}render(t){let r=document.createElement("span");if(this.label){let n=document.createElement("label");n.innerText=this.label,r.appendChild(n)}this.ui.input&&(r.appendChild(this.ui.input),r.appendChild(this.status)),this.ui.form&&this.ui.form.render(r),t.appendChild(r)}};F.InputBox=Ge;var J=class{constructor(t){this.ui=t,this.form=[]}renderForm(t){this.ui.container?(this.form.forEach(r=>r.render(this.ui.container)),t.appendChild(this.ui.container)):this.form.forEach(r=>r.render(t))}render(t){if(this.ui.open&&this.ui.event){t.appendChild(this.ui.open);let r=this;r.ui.open.addEventListener(r.ui.event,()=>{if(r.ui.container)r.ui.container.innerHTML="";else{let n=r.ui.open.nextElementSibling;n&&n.parentNode.removeChild(n)}r.generateForm(),r.renderForm(t)})}else this.generateForm(),this.renderForm(t)}};F.InputForm=J;var Ye=class extends J{constructor(t,r){super(r),this.fields=t,this.ui=r}generateForm(){this.form=this.fields.map(([t,r])=>{let n=this.ui.render(r);return this.ui.labelMap&&this.ui.labelMap.hasOwnProperty(t)?n.label=this.ui.labelMap[t]+" ":n.label=t+" ",n})}parse(t){let r={};if(this.fields.forEach(([n,o],i)=>{let a=this.form[i].parse(t);r[n]=a}),!this.form.some(n=>n.isRejected()))return r}};F.RecordForm=Ye;var Qe=class extends J{constructor(t,r){super(r),this.components=t,this.ui=r}generateForm(){this.form=this.components.map(t=>this.ui.render(t))}parse(t){let r=[];if(this.components.forEach((n,o)=>{let i=this.form[o].parse(t);r.push(i)}),!this.form.some(n=>n.isRejected()))return r}};F.TupleForm=Qe;var Xe=class extends J{constructor(t,r){super(r),this.fields=t,this.ui=r}generateForm(){let t=this.ui.open.selectedIndex,[r,n]=this.fields[t],o=this.ui.render(n);this.form=[o]}parse(t){let r=this.ui.open,n=r.options[r.selectedIndex].value,o=this.form[0].parse(t);if(o===void 0)return;let i={};return i[n]=o,i}};F.VariantForm=Xe;var Ze=class extends J{constructor(t,r){super(r),this.ty=t,this.ui=r}generateForm(){if(this.ui.open.checked){let t=this.ui.render(this.ty);this.form=[t]}else this.form=[]}parse(t){if(this.form.length===0)return[];{let r=this.form[0].parse(t);return r===void 0?void 0:[r]}}};F.OptionForm=Ze;var Ie=class extends J{constructor(t,r){super(r),this.ty=t,this.ui=r}generateForm(){let t=+this.ui.open.value;this.form=[];for(let r=0;r<t;r++){let n=this.ui.render(this.ty);this.form.push(n)}}parse(t){let r=this.form.map(n=>n.parse(t));if(!this.form.some(n=>n.isRejected()))return r}};F.VecForm=Ie});var Xt=z(f=>{"use strict";var un=f&&f.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),dn=f&&f.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Qt=f&&f.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&un(t,e,r);return dn(t,e),t};Object.defineProperty(f,"__esModule",{value:!0});f.renderValue=f.renderInput=f.Render=f.vecForm=f.optForm=f.variantForm=f.tupleForm=f.recordForm=f.inputBox=void 0;var Ae=Qt(Je()),Le=ft("@dfinity/principal"),ee=Qt(De()),pn={parse:Tn},me={render:nt},mn=(e,t)=>new ee.InputBox(e,Object.assign(Object.assign({},pn),t));f.inputBox=mn;var fn=(e,t)=>new ee.RecordForm(e,Object.assign(Object.assign({},me),t));f.recordForm=fn;var hn=(e,t)=>new ee.TupleForm(e,Object.assign(Object.assign({},me),t));f.tupleForm=hn;var _n=(e,t)=>new ee.VariantForm(e,Object.assign(Object.assign({},me),t));f.variantForm=_n;var yn=(e,t)=>new ee.OptionForm(e,Object.assign(Object.assign({},me),t));f.optForm=yn;var gn=(e,t)=>new ee.VecForm(e,Object.assign(Object.assign({},me),t));f.vecForm=gn;var Ee=class extends Ae.Visitor{visitType(t,r){let n=document.createElement("input");return n.classList.add("argument"),n.placeholder=t.display(),(0,f.inputBox)(t,{input:n})}visitNull(t,r){return(0,f.inputBox)(t,{})}visitRecord(t,r,n){let o={};if(r.length>1){let a=document.createElement("div");a.classList.add("popup-form"),o={container:a}}let i=(0,f.recordForm)(r,o);return(0,f.inputBox)(t,{form:i})}visitTuple(t,r,n){let o={};if(r.length>1){let a=document.createElement("div");a.classList.add("popup-form"),o={container:a}}let i=(0,f.tupleForm)(r,o);return(0,f.inputBox)(t,{form:i})}visitVariant(t,r,n){let o=document.createElement("select");for(let[u,p]of r){let d=new Option(u);o.add(d)}o.selectedIndex=-1,o.classList.add("open");let i={open:o,event:"change"},a=(0,f.variantForm)(r,i);return(0,f.inputBox)(t,{form:a})}visitOpt(t,r,n){let o=document.createElement("input");o.type="checkbox",o.classList.add("open");let i=(0,f.optForm)(r,{open:o,event:"change"});return(0,f.inputBox)(t,{form:i})}visitVec(t,r,n){let o=document.createElement("input");o.type="number",o.min="0",o.max="100",o.style.width="8rem",o.placeholder="len",o.classList.add("open");let i=document.createElement("div");i.classList.add("popup-form");let a=(0,f.vecForm)(r,{open:o,event:"change",container:i});return(0,f.inputBox)(t,{form:a})}visitRec(t,r,n){return nt(r)}};f.Render=Ee;var et=class extends Ae.Visitor{visitNull(t,r){return null}visitBool(t,r){if(r==="true")return!0;if(r==="false")return!1;throw new Error(`Cannot parse ${r} as boolean`)}visitText(t,r){return r}visitFloat(t,r){return parseFloat(r)}visitFixedInt(t,r){return t._bits<=32?parseInt(r,10):BigInt(r)}visitFixedNat(t,r){return t._bits<=32?parseInt(r,10):BigInt(r)}visitNumber(t,r){return BigInt(r)}visitPrincipal(t,r){return Le.Principal.fromText(r)}visitService(t,r){return Le.Principal.fromText(r)}visitFunc(t,r){let n=r.split(".",2);return[Le.Principal.fromText(n[0]),n[1]]}},tt=class extends Ae.Visitor{visitNull(t,r){return null}visitBool(t,r){return Math.random()<.5}visitText(t,r){return Math.random().toString(36).substring(6)}visitFloat(t,r){return Math.random()}visitInt(t,r){return BigInt(this.generateNumber(!0))}visitNat(t,r){return BigInt(this.generateNumber(!1))}visitFixedInt(t,r){let n=this.generateNumber(!0);return t._bits<=32?n:BigInt(r)}visitFixedNat(t,r){let n=this.generateNumber(!1);return t._bits<=32?n:BigInt(r)}generateNumber(t){let r=Math.floor(Math.random()*100);return t&&Math.random()<.5?-r:r}};function Tn(e,t,r){return t.random&&r===""?e.accept(new tt,r):e.accept(new et,r)}function nt(e){return e.accept(new Ee,null)}f.renderInput=nt;function Q(e,t,r){return e.accept(new rt,{input:t,value:r})}f.renderValue=Q;var rt=class extends Ae.Visitor{visitType(t,r){r.input.ui.input.value=t.valueToString(r.value)}visitNull(t,r){}visitText(t,r){r.input.ui.input.value=r.value}visitRec(t,r,n){Q(r,n.input,n.value)}visitOpt(t,r,n){if(n.value.length!==0){let o=n.input.ui.form,i=o.ui.open;i.checked=!0,i.dispatchEvent(new Event(o.ui.event)),Q(r,o.form[0],n.value[0])}}visitRecord(t,r,n){let o=n.input.ui.form;r.forEach(([i,a],u)=>{Q(a,o.form[u],n.value[i])})}visitTuple(t,r,n){let o=n.input.ui.form;r.forEach((i,a)=>{Q(i,o.form[a],n.value[a])})}visitVariant(t,r,n){let o=n.input.ui.form,i=Object.entries(n.value)[0];r.forEach(([a,u],p)=>{if(a===i[0]){let d=o.ui.open;d.selectedIndex=p,d.dispatchEvent(new Event(o.ui.event)),Q(u,o.form[0],i[1])}})}visitVec(t,r,n){let o=n.input.ui.form,i=n.value.length,a=o.ui.open;a.value=i,a.dispatchEvent(new Event(o.ui.event)),n.value.forEach((u,p)=>{Q(r,o.form[p],u)})}}});var It=z(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0})});var ot=z(V=>{"use strict";var Dt=V&&V.__createBinding||(Object.create?function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]}),bn=V&&V.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),te=V&&V.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&Dt(t,e,r)},xn=V&&V.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&Dt(t,e,r);return bn(t,e),t};Object.defineProperty(V,"__esModule",{value:!0});V.IDL=void 0;te(Xt(),V);te(De(),V);V.IDL=xn(Je());te(Ue(),V);te(je(),V);te(_e(),V);te(It(),V)});import{Principal as wn}from"@dfinity/principal";import{Principal as vt}from"@dfinity/principal";var _t=({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}),a=e.Nat64,u=e.Record({network:t,filter:e.Opt(e.Variant({page:e.Vec(e.Nat8),min_confirmations:e.Nat32})),address:r}),p=e.Vec(e.Nat8),d=e.Record({txid:e.Vec(e.Nat8),vout:e.Nat32}),h=e.Record({height:e.Nat32,value:o,outpoint:d}),g=e.Record({next_page:e.Opt(e.Vec(e.Nat8)),tip_height:e.Nat32,tip_block_hash:p,utxos:e.Vec(h)}),w=e.Record({transaction:e.Vec(e.Nat8),network:t}),l=e.Principal,m=e.Variant({from_user:e.Record({user_id:e.Principal}),from_canister:e.Record({canister_version:e.Opt(e.Nat64),canister_id:e.Principal})}),y=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}),v=e.Record({timestamp_nanos:e.Nat64,canister_version:e.Nat64,origin:m,details:y}),b=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),memory_allocation:e.Nat,compute_allocation:e.Nat}),T=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)}),P=e.Variant({secp256k1:e.Null}),R=e.Record({value:e.Text,name:e.Text}),C=e.Record({status:e.Nat,body:e.Vec(e.Nat8),headers:e.Vec(R)}),S=e.Vec(e.Nat8);return e.Service({bitcoin_get_balance:e.Func([n],[o],[]),bitcoin_get_current_fee_percentiles:e.Func([i],[e.Vec(a)],[]),bitcoin_get_utxos:e.Func([u],[g],[]),bitcoin_send_transaction:e.Func([w],[],[]),canister_info:e.Func([e.Record({canister_id:l,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(v),total_num_changes:e.Nat64})],[]),canister_status:e.Func([e.Record({canister_id:l})],[e.Record({status:e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),memory_size:e.Nat,cycles:e.Nat,settings:b,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8))})],[]),create_canister:e.Func([e.Record({settings:e.Opt(T),sender_canister_version:e.Opt(e.Nat64)})],[e.Record({canister_id:l})],[]),delete_canister:e.Func([e.Record({canister_id:l})],[],[]),deposit_cycles:e.Func([e.Record({canister_id:l})],[],[]),ecdsa_public_key:e.Func([e.Record({key_id:e.Record({name:e.Text,curve:P}),canister_id:e.Opt(l),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:C})],[C],["query"]),context:e.Vec(e.Nat8)})),headers:e.Vec(R)})],[C],[]),install_code:e.Func([e.Record({arg:e.Vec(e.Nat8),wasm_module:S,mode:e.Variant({reinstall:e.Null,upgrade:e.Null,install:e.Null}),canister_id:l,sender_canister_version:e.Opt(e.Nat64)})],[],[]),provisional_create_canister_with_cycles:e.Func([e.Record({settings:e.Opt(T),specified_id:e.Opt(l),amount:e.Opt(e.Nat)})],[e.Record({canister_id:l})],[]),provisional_top_up_canister:e.Func([e.Record({canister_id:l,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:P}),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:l})],[],[]),stop_canister:e.Func([e.Record({canister_id:l})],[],[]),uninstall_code:e.Func([e.Record({canister_id:l,sender_canister_version:e.Opt(e.Nat64)})],[],[]),update_settings:e.Func([e.Record({canister_id:e.Principal,settings:T,sender_canister_version:e.Opt(e.Nat64)})],[],[])})};var yt=({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)}),a=e.Variant({stopped:e.Null,stopping:e.Null,running:e.Null}),u=e.Record({freezing_threshold:e.Nat,controllers:e.Vec(e.Principal),memory_allocation:e.Nat,compute_allocation:e.Nat}),p=e.Record({status:a,memory_size:e.Nat,cycles:e.Nat,settings:u,idle_cycles_burned_per_day:e.Nat,module_hash:e.Opt(e.Vec(e.Nat8))}),d=e.Record({id:e.Principal,status:p,metadata:e.Opt(e.Vec(e.Tuple(e.Text,e.Text))),status_at:e.Nat64}),h=e.Variant({Ok:d,Err:e.Text}),g=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:o,expires_at:e.Opt(e.Nat64)}),w=e.Record({enabled:e.Bool,cycles_threshold:e.Opt(e.Nat64)}),l=e.Record({mission_control_cycles_threshold:e.Opt(e.Nat64),orbiters:e.Vec(e.Tuple(e.Principal,w)),satellites:e.Vec(e.Tuple(e.Principal,w)),cycles_threshold:e.Opt(e.Nat64)}),m=e.Record({orbiters:e.Opt(e.Vec(h)),satellites:e.Opt(e.Vec(h)),mission_control:h}),y=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,h))],["query"]),list_orbiter_statuses:e.Func([e.Principal],[e.Opt(e.Vec(e.Tuple(e.Nat64,h)))],["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,h)))],["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),g],[],[]),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),g],[],[]),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),g],[],[]),status:e.Func([l],[m],[]),top_up:e.Func([e.Principal,y],[],[]),version:e.Func([],[e.Text],["query"])})};var gt=({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}),a=e.Record({to:e.Opt(e.Nat64),from:e.Opt(e.Nat64),satellite_id:e.Opt(e.Principal)}),u=e.Record({key:e.Text,collected_at:e.Nat64}),p=e.Record({inner_height:e.Nat16,inner_width:e.Nat16}),d=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:p,user_agent:e.Opt(e.Text)}),h=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({updated_at:e.Nat64,created_at:e.Nat64,enabled:e.Bool}),w=e.Record({stable:e.Nat64,heap:e.Nat64}),l=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:r,expires_at:e.Opt(e.Nat64)}),m=e.Record({controller:l,controllers:e.Vec(e.Principal)}),y=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:p,user_agent:e.Opt(e.Text)}),v=e.Variant({Ok:d,Err:e.Text}),b=e.Variant({Ok:e.Null,Err:e.Vec(e.Tuple(u,e.Text))}),T=e.Record({updated_at:e.Opt(e.Nat64),enabled:e.Bool}),P=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)}),R=e.Variant({Ok:h,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([a],[e.Vec(e.Tuple(u,d))],["query"]),get_track_events:e.Func([a],[e.Vec(e.Tuple(u,h))],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_satellite_configs:e.Func([],[e.Vec(e.Tuple(e.Principal,g))],["query"]),memory_size:e.Func([],[w],["query"]),set_controllers:e.Func([m],[e.Vec(e.Tuple(e.Principal,n))],[]),set_page_view:e.Func([u,y],[v],[]),set_page_views:e.Func([e.Vec(e.Tuple(u,y))],[b],[]),set_satellite_configs:e.Func([e.Vec(e.Tuple(e.Principal,T))],[e.Vec(e.Tuple(e.Principal,g))],[]),set_track_event:e.Func([u,P],[R],[]),set_track_events:e.Func([e.Vec(e.Tuple(u,P))],[b],[]),version:e.Func([],[e.Text],["query"])})};var Tt=({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))))}),a=e.Record({storage:i}),u=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),p=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),d=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}),h=e.Variant({Callback:e.Record({token:d,callback:e.Func([],[],[])})}),g=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(h),status_code:e.Nat16}),w=e.Record({token:e.Opt(d),body:e.Vec(e.Nat8)}),l=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),m=e.Record({batch_id:e.Nat}),y=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),v=e.Record({field:y,desc:e.Bool}),b=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),T=e.Record({order:e.Opt(v),owner:e.Opt(e.Principal),matcher:e.Opt(e.Text),paginate:e.Opt(b)}),P=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),R=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),C=e.Record({key:P,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,R)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),S=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,C))}),O=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),E=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,u))}),k=e.Variant({Db:e.Null,Storage:e.Null}),M=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),re=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:M,created_at:e.Nat64,write:M}),ne=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),oe=e.Record({controller:ne,controllers:e.Vec(e.Principal)}),ie=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),se=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:M,write:M}),K=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),ae=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([],[a],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(u)],["query"]),http_request:e.Func([p],[g],["query"]),http_request_streaming_callback:e.Func([d],[w],["query"]),init_asset_upload:e.Func([l],[m],[]),list_assets:e.Func([e.Opt(e.Text),T],[S],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,n))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,O))],["query"]),list_docs:e.Func([e.Text,T],[E],["query"]),list_rules:e.Func([k],[e.Vec(e.Tuple(e.Text,re))],["query"]),set_config:e.Func([a],[],[]),set_controllers:e.Func([oe],[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,ie],[u],[]),set_rule:e.Func([k,e.Text,se],[],[]),upload_asset_chunk:e.Func([K],[ae],[]),version:e.Func([],[e.Text],["query"])})};var bt=({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))))}),a=e.Record({storage:i}),u=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),created_at:e.Nat64}),p=e.Record({url:e.Text,method:e.Text,body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text))}),d=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}),h=e.Variant({Callback:e.Record({token:d,callback:e.Func([],[],[])})}),g=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(h),status_code:e.Nat16}),w=e.Record({token:e.Opt(d),body:e.Vec(e.Nat8)}),l=e.Record({token:e.Opt(e.Text),collection:e.Text,name:e.Text,encoding_type:e.Opt(e.Text),full_path:e.Text}),m=e.Record({batch_id:e.Nat}),y=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),v=e.Record({field:y,desc:e.Bool}),b=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),T=e.Record({order:e.Opt(v),matcher:e.Opt(e.Text),paginate:e.Opt(b)}),P=e.Record({token:e.Opt(e.Text),collection:e.Text,owner:e.Principal,name:e.Text,full_path:e.Text}),R=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),C=e.Record({key:P,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,R)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),S=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,C))}),O=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),E=e.Record({matches_length:e.Nat64,length:e.Nat64,items:e.Vec(e.Tuple(e.Text,u))}),k=e.Variant({Db:e.Null,Storage:e.Null}),M=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),re=e.Record({updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:M,created_at:e.Nat64,write:M}),ne=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),expires_at:e.Opt(e.Nat64)}),oe=e.Record({controller:ne,controllers:e.Vec(e.Principal)}),ie=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8)}),se=e.Record({updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:M,write:M}),K=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat}),ae=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([],[a],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(u)],["query"]),http_request:e.Func([p],[g],["query"]),http_request_streaming_callback:e.Func([d],[w],["query"]),init_asset_upload:e.Func([l],[m],[]),list_assets:e.Func([e.Opt(e.Text),T],[S],["query"]),list_controllers:e.Func([],[e.Vec(e.Principal)],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,O))],["query"]),list_docs:e.Func([e.Text,T],[E],["query"]),list_rules:e.Func([k],[e.Vec(e.Tuple(e.Text,re))],["query"]),set_config:e.Func([a],[],[]),set_controllers:e.Func([oe],[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,ie],[u],[]),set_rule:e.Func([k,e.Text,se],[],[]),upload_asset_chunk:e.Func([K],[ae],[]),version:e.Func([],[e.Text],["query"])})};var xt=({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)}),a=e.Variant({Db:e.Null,Storage:e.Null}),u=e.Record({cycles:e.Nat,destination_id:e.Principal}),p=e.Variant({Deny:e.Null,AllowAny:e.Null,SameOrigin:e.Null}),d=e.Record({status_code:e.Nat16,location:e.Text}),h=e.Record({iframe:e.Opt(p),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)))}),g=e.Record({storage:h}),w=e.Record({updated_at:e.Nat64,owner:e.Principal,data:e.Vec(e.Nat8),description:e.Opt(e.Text),created_at:e.Nat64}),l=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}),y=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}),v=e.Variant({Callback:e.Record({token:y,callback:e.Func([],[],["query"])})}),b=e.Record({body:e.Vec(e.Nat8),headers:e.Vec(e.Tuple(e.Text,e.Text)),streaming_strategy:e.Opt(v),status_code:e.Nat16}),T=e.Record({token:e.Opt(y),body:e.Vec(e.Nat8)}),P=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}),R=e.Record({batch_id:e.Nat}),C=e.Variant({UpdatedAt:e.Null,Keys:e.Null,CreatedAt:e.Null}),S=e.Record({field:C,desc:e.Bool}),O=e.Record({key:e.Opt(e.Text),description:e.Opt(e.Text)}),E=e.Record({start_after:e.Opt(e.Text),limit:e.Opt(e.Nat64)}),k=e.Record({order:e.Opt(S),owner:e.Opt(e.Principal),matcher:e.Opt(O),paginate:e.Opt(E)}),M=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}),re=e.Record({modified:e.Nat64,sha256:e.Vec(e.Nat8),total_length:e.Nat}),ne=e.Record({key:M,updated_at:e.Nat64,encodings:e.Vec(e.Tuple(e.Text,re)),headers:e.Vec(e.Tuple(e.Text,e.Text)),created_at:e.Nat64}),oe=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,ne)),items_length:e.Nat64}),ie=e.Record({updated_at:e.Nat64,created_at:e.Nat64,bn_id:e.Opt(e.Text)}),se=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,w)),items_length:e.Nat64}),K=e.Variant({Controllers:e.Null,Private:e.Null,Public:e.Null,Managed:e.Null}),ae=e.Record({memory:e.Opt(m),updated_at:e.Nat64,max_size:e.Opt(e.Nat),read:K,created_at:e.Nat64,mutable_permissions:e.Opt(e.Bool),write:K}),Fr=e.Record({stable:e.Nat64,heap:e.Nat64}),Or=e.Record({metadata:e.Vec(e.Tuple(e.Text,e.Text)),scope:n,expires_at:e.Opt(e.Nat64)}),Er=e.Record({controller:Or,controllers:e.Vec(e.Principal)}),pt=e.Record({updated_at:e.Opt(e.Nat64),data:e.Vec(e.Nat8),description:e.Opt(e.Text)}),Ar=e.Record({memory:e.Opt(m),updated_at:e.Opt(e.Nat64),max_size:e.Opt(e.Nat),read:K,mutable_permissions:e.Opt(e.Bool),write:K}),Br=e.Record({content:e.Vec(e.Nat8),batch_id:e.Nat,order_id:e.Opt(e.Nat)}),Mr=e.Record({chunk_id:e.Nat});return e.Service({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([a,e.Text,i],[],[]),deposit_cycles:e.Func([u],[],[]),get_config:e.Func([],[g],[]),get_doc:e.Func([e.Text,e.Text],[e.Opt(w)],["query"]),get_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text))],[e.Vec(e.Tuple(e.Text,e.Opt(w)))],["query"]),http_request:e.Func([l],[b],["query"]),http_request_streaming_callback:e.Func([y],[T],["query"]),init_asset_upload:e.Func([P],[R],[]),list_assets:e.Func([e.Text,k],[oe],["query"]),list_controllers:e.Func([],[e.Vec(e.Tuple(e.Principal,o))],["query"]),list_custom_domains:e.Func([],[e.Vec(e.Tuple(e.Text,ie))],["query"]),list_docs:e.Func([e.Text,k],[se],["query"]),list_rules:e.Func([a],[e.Vec(e.Tuple(e.Text,ae))],["query"]),memory_size:e.Func([],[Fr],["query"]),set_config:e.Func([g],[],[]),set_controllers:e.Func([Er],[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,pt],[w],[]),set_many_docs:e.Func([e.Vec(e.Tuple(e.Text,e.Text,pt))],[e.Vec(e.Tuple(e.Text,w))],[]),set_rule:e.Func([a,e.Text,Ar],[],[]),upload_asset_chunk:e.Func([Br],[Mr],[]),version:e.Func([],[e.Text],["query"])})};import{Actor as Hr,HttpAgent as Kr}from"@dfinity/agent";var Me=async({canisterId:e,idlFactory:t,identity:r,fetch:n,env:o="prod",config:i})=>{let a=o==="dev"?"http://127.0.0.1:8000/":"https://icp-api.io",u=new Kr({identity:r,...a&&{host:a},...n&&{fetch:n}});return o==="dev"&&await u.fetchRootKey(),Hr.createActor(t,{agent:u,canisterId:e,...i!==void 0?i:{}})};var Nt=async({satelliteId:e,...t})=>ce({canisterId:e,...t,idlFactory:bt}),B=async({satelliteId:e,...t})=>ce({canisterId:e,...t,idlFactory:xt}),Pt=async({satelliteId:e,...t})=>ce({canisterId:e,...t,idlFactory:Tt}),X=async({missionControlId:e,...t})=>ce({canisterId:e,...t,idlFactory:yt}),he=async({orbiterId:e,...t})=>ce({canisterId:e,...t,idlFactory:gt}),ce=async({canisterId:e,idlFactory:t,...r})=>{if(!e)throw new Error("No canister ID provided.");return Me({canisterId:e,idlFactory:t,...r})},Rt=vt.fromText("aaaaa-aa"),wt=(e,t,r)=>{let n=t[0],o=Rt;return n&&typeof n=="object"&&n.canister_id&&(o=vt.from(n.canister_id)),{effectiveCanisterId:o}},Vt=e=>Me({canisterId:Rt.toText(),config:{callTransform:wt,queryTransform:wt},idlFactory:_t,...e});var Y=async({actor:e,code:t})=>{let{install_code:r}=await Vt(e);return r({...t,sender_canister_version:[]})};var Ct=async({missionControl:e})=>(await X(e)).version(),St=async({missionControl:e})=>(await X(e)).get_user(),Ft=async({missionControl:e})=>(await X(e)).list_mission_control_controllers(),Ot=async({missionControl:e,satelliteIds:t,controllerIds:r,controller:n})=>(await X(e)).set_satellites_controllers(t,r,n),Et=async({missionControl:e,controllerIds:t,controller:r})=>(await X(e)).set_mission_control_controllers(t,r);import{Principal as Wr}from"@dfinity/principal";import{nonNullish as Jr,toNullable as Gr}from"@junobuild/utils";var ke=({controllerId:e,profile:t})=>({controllerIds:[Wr.fromText(e)],controller:Yr(t)}),Yr=e=>({metadata:Jr(e)&&e!==""?[["profile",e]]:[],expires_at:Gr(void 0),scope:{Admin:null}});var G=ht(ot(),1),Lt=e=>G.IDL.encode([G.IDL.Record({user:G.IDL.Principal})],[{user:e}]),Be=e=>G.IDL.encode([G.IDL.Record({controllers:G.IDL.Vec(G.IDL.Principal)})],[{controllers:e.map(([t,r])=>t)}]);var yo=async e=>Ct(e),go=async({missionControl:e,wasm_module:t})=>{let r=await St({missionControl:e}),{missionControlId:n,...o}=e;if(!n)throw new Error("No mission control principal defined.");let i=Lt(r);await Y({actor:o,code:{canister_id:wn.fromText(n),arg:new Uint8Array(i),wasm_module:t,mode:{upgrade:null}}})},To=async({controllerId:e,profile:t,...r})=>Ot({...r,...ke({controllerId:e,profile:t})}),bo=async({controllerId:e,profile:t,...r})=>Et({...r,...ke({controllerId:e,profile:t})}),xo=e=>Ft(e);import{Principal as vn}from"@dfinity/principal";var er=async({orbiter:e})=>(await he(e)).version(),it=async({orbiter:e})=>(await he(e)).list_controllers(),tr=async({orbiter:e})=>{let{memory_size:t}=await he(e);return t()};var So=async e=>er(e),Fo=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 it({orbiter:e}),a=Be(i);await Y({actor:o,code:{canister_id:vn.fromText(n),arg:new Uint8Array(a),wasm_module:t,mode:r?{reinstall:null}:{upgrade:null}}})},Oo=e=>tr(e),Eo=e=>it(e);import{major as rr,minor as nr,patch as or}from"semver";var Mo=({currentVersion:e,selectedVersion:t})=>{let r=rr(e),n=rr(t),o=nr(e),i=nr(t),a=or(e),u=or(t);return r<n-1||o<i-1||a<u-1?{canUpgrade:!1}:{canUpgrade:!0}};var fe=ht(ot(),1);import{Principal as Sr}from"@dfinity/principal";import{fromNullable as Cn,isNullish as Sn}from"@junobuild/utils";import{toNullable as Nn}from"@junobuild/utils";var ir=async({config:e,satellite:t})=>(await B(t)).set_config(e),sr=async({satellite:e,type:t})=>(await B(e)).list_rules(t),ar=async({type:e,collection:t,rule:r,satellite:n})=>(await B(n)).set_rule(e,t,r),cr=async({satellite:e})=>(await B(e)).version(),lr=async({satellite:e})=>(await Nt(e)).list_controllers(),st=async({satellite:e})=>(await Pt(e)).list_controllers(),at=async({satellite:e})=>(await B(e)).list_controllers(),ur=async({satellite:e})=>{let{list_custom_domains:t}=await B(e);return t()},dr=async({satellite:e,domainName:t,boundaryNodesId:r})=>{let{set_custom_domain:n}=await B(e);await n(t,Nn(r))},pr=async({satellite:e})=>{let{memory_size:t}=await B(e);return t()},mr=async({collection:e,satellite:t})=>{let{count_docs:r}=await B(t);return r(e)},fr=async({collection:e,satellite:t})=>{let{count_assets:r}=await B(t);return r(e)},hr=async({collection:e,satellite:t})=>{let{del_docs:r}=await B(t);return r(e)},_r=async({collection:e,satellite:t})=>{let{del_assets:r}=await B(t);return r(e)};import{fromNullable as lt,isNullish as Pn,nonNullish as ut,toNullable as Nr}from"@junobuild/utils";var yr={Db:null},gr={Storage:null},Tr={Public:null},br={Private:null},xr={Managed:null},wr={Controllers:null},ct={Heap:null},vr={Stable:null};var dt=e=>e==="storage"?gr:yr,Vr=({read:e,write:t,memory:r,max_size:n,updated_at:o,mutablePermissions:i})=>({read:Rr(e),write:Rr(t),memory:ut(r)?[Rn(r)]:[],updated_at:Pn(o)?[]:[o],max_size:Nr(ut(n)&&n>0?BigInt(n):void 0),mutable_permissions:Nr(i)}),Cr=([e,t])=>{let{read:r,write:n,updated_at:o,created_at:i,max_size:a,memory:u,mutable_permissions:p}=t,d=a?.[0]??0n>0n?Number(lt(a)):void 0;return{collection:e,read:Pr(r),write:Pr(n),memory:Vn(lt(u)??ct),updated_at:o,created_at:i,...ut(d)&&{max_size:d},mutablePermissions:lt(p)??!0}},Pr=e=>"Public"in e?"public":"Private"in e?"private":"Managed"in e?"managed":"controllers",Rr=e=>{switch(e){case"public":return Tr;case"private":return br;case"managed":return xr;default:return wr}},Rn=e=>{switch(e){case"Stable":return vr;default:return ct}},Vn=e=>"Stable"in e?"Stable":"Heap";var Zo=async({config:{storage:{headers:e,rewrites:t,redirects:r,iframe:n}},satellite:o})=>{let i=(e??[]).map(({source:d,headers:h})=>[d,h]),a=(t??[]).map(({source:d,destination:h})=>[d,h]),u=(r??[]).map(({source:d,location:h,code:g})=>[d,{status_code:g,location:h}]);return ir({satellite:o,config:{storage:{headers:i,rewrites:a,redirects:[u],iframe:[n==="same-origin"?{SameOrigin:null}:n==="allow-any"?{AllowAny:null}:{Deny:null}]}}})},Io=async({type:e,satellite:t})=>(await sr({satellite:t,type:dt(e)})).map(n=>Cr(n)),Do=async({rule:{collection:e,...t},type:r,satellite:n})=>ar({type:dt(r),rule:Vr(t),satellite:n,collection:e}),Lo=async e=>cr(e),ei=async({satellite:e,wasm_module:t,deprecated:r,deprecatedNoScope:n,reset:o=!1})=>{let{satelliteId:i,...a}=e;if(Sn(i))throw new Error("No satellite principal defined.");if(r){let h=await lr({satellite:e}),g=fe.IDL.encode([fe.IDL.Record({controllers:fe.IDL.Vec(fe.IDL.Principal)})],[{controllers:h}]);await Y({actor:a,code:{canister_id:Sr.fromText(i),arg:new Uint8Array(g),wasm_module:t,mode:o?{reinstall:null}:{upgrade:null}}});return}let p=await(n?st:at)({satellite:e}),d=Be(p);await Y({actor:a,code:{canister_id:Sr.fromText(i),arg:new Uint8Array(d),wasm_module:t,mode:o?{reinstall:null}:{upgrade:null}}})},ti=async({satellite:e})=>(await ur({satellite:e})).map(([r,n])=>({domain:r,bn_id:Cn(n.bn_id),created_at:n.created_at,updated_at:n.updated_at})),ri=async({satellite:e,domains:t})=>Promise.all(t.map(({domain:r,bn_id:n})=>dr({satellite:e,domainName:r,boundaryNodesId:n}))),ni=e=>pr(e),oi=async e=>mr(e),ii=async e=>hr(e),si=async e=>fr(e),ai=async e=>_r(e),ci=({deprecatedNoScope:e,...t})=>(e===!0?st:at)(t);export{Mo as checkUpgradeVersion,si as countAssets,oi as countDocs,ai as deleteAssets,ii as deleteDocs,ti as listCustomDomains,xo as listMissionControlControllers,Eo as listOrbiterControllers,Io as listRules,ci as listSatelliteControllers,yo as missionControlVersion,Oo as orbiterMemorySize,So as orbiterVersion,ni as satelliteMemorySize,Lo as satelliteVersion,Zo as setConfig,ri as setCustomDomains,bo as setMissionControlController,Do as setRule,To as setSatellitesController,go as upgradeMissionControl,Fo as upgradeOrbiter,ei as upgradeSatellite};
|
|
16
16
|
//# sourceMappingURL=index.mjs.map
|