@allscale/cli 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -11
- package/dist/commands/build-info.js +12 -12
- package/dist/commands/claim-link/claim.js +10 -10
- package/dist/commands/claim-link/create.js +27 -27
- package/dist/commands/claim-link/get.js +13 -13
- package/dist/commands/claim-link/list.js +12 -12
- package/dist/commands/claim-link/status.js +11 -11
- package/dist/commands/describe.js +11 -11
- package/dist/commands/device-login.js +26 -25
- package/dist/commands/invoice/get.js +12 -12
- package/dist/commands/invoice/list.js +12 -12
- package/dist/commands/invoice/pay.js +41 -37
- package/dist/commands/invoice/received.js +12 -12
- package/dist/commands/invoice/send.js +27 -27
- package/dist/commands/invoice/sent.js +11 -11
- package/dist/commands/invoice/update.js +13 -13
- package/dist/commands/logout.js +19 -13
- package/dist/commands/operations.js +11 -11
- package/dist/commands/otp-login.js +18 -18
- package/dist/commands/otp-send.js +11 -11
- package/dist/commands/payout/send.js +13 -13
- package/dist/commands/payout/status.js +12 -12
- package/dist/commands/scope.js +17 -17
- package/dist/commands/store/create.js +13 -13
- package/dist/commands/transaction/get.js +12 -12
- package/dist/commands/transaction/list.js +12 -12
- package/dist/commands/wallet/list.js +12 -12
- package/dist/commands/wallet/send.js +25 -25
- package/dist/commands/whoami.js +14 -12
- package/dist/hooks/version-suffix.js +1 -1
- package/dist/index.js +11 -11
- package/oclif.manifest.json +23 -10
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";var
|
|
2
|
-
`).some(t=>
|
|
3
|
-
`)}var
|
|
4
|
-
`)}else We.stderr.write(t)}var
|
|
5
|
-
`);return}
|
|
6
|
-
`);return}
|
|
7
|
-
`)}catch(r){if(
|
|
8
|
-
`)}catch{}}}var C=
|
|
1
|
+
"use strict";var Xn=Object.create;var le=Object.defineProperty;var Zn=Object.getOwnPropertyDescriptor;var Qn=Object.getOwnPropertyNames;var er=Object.getPrototypeOf,tr=Object.prototype.hasOwnProperty;var nr=(e,t)=>{for(var n in t)le(e,n,{get:t[n],enumerable:!0})},Tt=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Qn(t))!tr.call(e,i)&&i!==n&&le(e,i,{get:()=>t[i],enumerable:!(r=Zn(t,i))||r.enumerable});return e};var A=(e,t,n)=>(n=e!=null?Xn(er(e)):{},Tt(t||!e||!e.__esModule?le(n,"default",{value:e,enumerable:!0}):n,e)),rr=e=>Tt(le({},"__esModule",{value:!0}),e);var fo={};nr(fo,{default:()=>Ce});module.exports=rr(fo);var I=require("@oclif/core");var It="public",Ot="https://app.allscale.io";var vt=["https://app.allscale.io"];var xe="Override the API base URL (public builds accept only https://app.allscale.io)";var Pe="Only https://app.allscale.io is allowed, and URL userinfo is forbidden.";function Ct(e){try{let t=new URL(e);return t.username.length>0||t.password.length>0?null:t.protocol==="https:"?t:null}catch{return null}}function Rt(e){return Ct(e)!==null}function Be(e){let t=Ct(e);return t!==null&&vt.includes(t.origin)}function J(){return"".trim()||void 0}function v(){return"public"}function x(e){try{let{hostname:t}=new URL(e);return t==="127.0.0.1"||t==="localhost"||t==="[::1]"}catch{return!1}}function De(e){try{return new URL(e).origin}catch{return null}}function V(){{let e="[]".trim();if(e.length===0)return[];try{let t=JSON.parse(e);return Array.isArray(t)?t:[]}catch{return[]}}return $e()}function $e(){let e=process.env.ALLSCALE_BUILD_PAIRS?.trim()??"";if(e.length>0)try{let r=JSON.parse(e);if(!Array.isArray(r))return[];let i=[];for(let o of r){if(typeof o!="object"||o===null)continue;let{base:s,key:c,keyId:u}=o;if(typeof s!="string"||s.trim().length===0||typeof c!="string"||c.trim().length===0)continue;let d=typeof u=="string"?u.trim():"";i.push({base:s.trim(),key:c,keyId:d.length>0?d:"cli-1"})}return i}catch{return[]}let t=process.env.ALLSCALE_SIGNING_KEY??"",n=process.env.ALLSCALE_BUILD_API_BASE?.trim()??"";if(t.trim().length>0&&n.length>0){let r=process.env.ALLSCALE_SIGNING_KEY_ID?.trim();return[{base:n,key:t,keyId:r&&r.length>0?r:"cli-1"}]}return[]}var ir="device-login",or=/^[A-Za-z0-9._-]{1,64}$/;function Ge(e){return or.test(e)?e:"<profile>"}function xt(e){return"allscale otp-login --profile "+(e===void 0?"<profile>":Ge(e))+" --email <you@example.com> --scopes <scope> --otp-stdin"}function ce(){return"`allscale device-login` (or `allscale otp-login` \u2014 requires `--email` and `--scopes` \u2014 for headless automation)"}function Pt(e){let t=Ge(e);return`No tokens stored for profile '${e}'. Run \`allscale device-login --profile ${t}\` (recommended), or use \`${xt(e)}\` for headless automation.`}function Bt(e){return`Unknown profile '${e}' \u2014 no such profile is saved on this machine. Check the spelling first; to deliberately create '${e}', run \`allscale ${ir} --profile ${Ge(e)}\`.`}var sr={"input.invalid":2,"storage.unavailable":2,"transport.network":3,"transport.timeout":3,"transport.response_too_large":2,"auth.no_token":4,"auth.unknown_profile":2,"auth.token_invalid":5,"auth.token_expired":5,"auth.device_pairing_timeout":3,"auth.credential_changed":3,"auth.permission_denied":6,"auth.signature_rejected":11,"claim.not_claimable":12,"claim.expired":12,"claim.payout_ambiguous":9,"claim_link.funding_ambiguous":9,"claim_link.intent_conflict":2,"claim_link.browser_cancelled":12,"user.cancelled":12,"signing.key_unavailable":2,not_found:7,rate_limited:8,"backend.internal":9,"wallet.requires_browser_auth":6,"wallet.bridge_timeout":3,"wallet.bridge_op_expired":3,"wallet.bridge_invalid_response":9,"wallet.transaction_reverted":12,"wallet.transaction_status_unknown":9,"raw.disabled":10,internal:1},ar=new RegExp(["\\u001b\\[[0-9;:<=>?]*[ -/]*[@-~]","\\u009b[0-9;:<=>?]*[ -/]*[@-~]","\\u001b\\][^\\u0007\\u001b\\u009c]*(?:\\u0007|\\u001b\\\\|\\u009c)","\\u009d[^\\u0007\\u001b\\u009c]*(?:\\u0007|\\u001b\\\\|\\u009c)","\\u001b[ -/]+[0-~]","\\u001b[0-Z\\x5c-~]","\\u001b\\[[0-9;:<=>?]*[ -/]*","\\u009b[0-9;:<=>?]*[ -/]*","[\\u0007\\u001b\\u0090\\u0098\\u009b\\u009c\\u009d\\u009e\\u009f]"].join("|"),"g");function Me(e){return(typeof e=="string"?e:String(e??"")).replace(ar,"")}var lr=64;function Ue(e,t=new Map,n=0){if(typeof e=="string")return Me(e);if(e===null||typeof e!="object")return e;let r=t.get(e);if(r!==void 0)return r;if(n>=lr)return e;if(Array.isArray(e)){let s=[];t.set(e,s);for(let c of e)s.push(Ue(c,t,n+1));return s}let i=Object.getPrototypeOf(e);if(i!==Object.prototype&&i!==null)return e;let o={};t.set(e,o);for(let[s,c]of Object.entries(e))Object.defineProperty(o,s,{value:Ue(c,t,n+1),writable:!0,enumerable:!0,configurable:!0});return o}var l=class extends Error{code;details;constructor(t,n,r){super(Me(n)),this.code=t,this.details=r&&Ue(r),this.name="AllscaleError"}get exitCode(){return sr[this.code]}toJSON(){return{error:{code:this.code,message:this.message,...this.details?{details:this.details}:{}}}}};function $t(e){if(e instanceof l)return e;if(e instanceof Error){if(dr(e)){let t=pr(e),n={};return e.name&&e.name!=="Error"&&(n.name=e.name),Object.keys(t).length>0&&(n.oclif=t),new l("input.invalid",e.message,Object.keys(n).length>0?n:void 0)}return new l("internal",e.message,{name:e.name})}return new l("internal","Unknown error",{value:String(e)})}var cr=new Set(["CLIError","CLIParseError","RequiredArgsError","RequiredFlagError","UnexpectedArgsError","FlagInvalidOptionError","ArgInvalidOptionError","InvalidArgsSpecError"]),ur=[/^Missing \d+ required arg/i,/^Missing required flag/i,/^Unexpected argument/i,/^Nonexistent flag/i,/^Unexpected arguments?/i,/^Failed parsing/i,/^Parsing --[A-Za-z0-9][A-Za-z0-9-]*(?:\s|$)/i,/^Expected (?:--|-).*/i,/^Flag --[A-Za-z0-9][A-Za-z0-9-]* can only be specified once\.?$/i,/^Flag --[A-Za-z0-9][A-Za-z0-9-]* expects a value$/i,/^Flag --[A-Za-z0-9][A-Za-z0-9-]* expects one of these values: /i,/to be one of: /];function dr(e){if(fr(e))return!0;let t=e.name??"";return cr.has(t)?t==="CLIError"?Fe(e,"parse")||Nt(e.message):!0:Nt(e.message)}function fr(e){if(!Fe(e,"oclif"))return!1;let t=e.oclif;return typeof t=="object"&&t!==null&&t.exit===2&&Fe(e,"parse")}function Nt(e){return e?Me(e).split(`
|
|
2
|
+
`).some(t=>ur.some(n=>n.test(t.trim()))):!1}function Fe(e,t){return typeof e=="object"&&e!==null&&Object.prototype.hasOwnProperty.call(e,t)}function pr(e){let t=e,n={};for(let r of["code","exitCode","suggestions","ref"])t[r]!==void 0&&(n[r]=t[r]);return n}function Dt(e){process.stdout.write(`${JSON.stringify({data:e},null,2)}
|
|
3
|
+
`)}var h=A(require("fs")),he=A(require("path")),Yt=A(require("crypto"));var hr="...<truncated>",gr=/\beyJ[A-Za-z0-9_-]{8,}\.[A-Za-z0-9_-]{8,}\.[A-Za-z0-9_-]+/g,mr=/\bBearer\s+[A-Za-z0-9._~+/=-]{12,}/gi,He=String.raw`(?:(?:Bearer|Basic)\s+)?(?:"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'|[^\s,;)}\]]+)`,Ke=String.raw`(?:proxy[_-]?)?authorization`,_r=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${Ke}"|'${Ke}'|${Ke})\s*[:=]\s*)((?:Bearer|Basic)\s+)?(?!<redacted(?:-jwt)?>)${He}`,"gi"),yr=/\b(https?:\/\/)[^\s/?#]+@/gi,wr=String.raw`(?:[A-Za-z0-9]+[_-])*`,Er=String.raw`(?:[A-Za-z0-9]{1,32}[_-]){0,8}`,Ft=e=>String.raw`(?:password|passwd|passphrase|otp(?:[_-]?code)?|signature|hmac|sig|session[_-]?id|mnemonic|seed|cookie|bearer|${e}(?:token|secret)|(?:api|access|private|signing)[_-]?key|credential|claim[_-]?url)`,Ut=Ft(wr),Sr=Ft(Er),br=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${Ut}"|'${Ut}'|${Sr})\s*[:=]\s*)(?!<redacted(?:-jwt)?>)${He}`,"gi"),qe=String.raw`(?:[A-Za-z0-9]+(?:Token|Secret)|[Oo][Tt][Pp]Code|[Ss]essionId|(?:api|API|access|Access|private|Private|signing|Signing)Key|[Cc]laimUrl)`,Ar=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${qe}"|'${qe}'|${qe})\s*[:=]\s*)(?!<redacted(?:-jwt)?>)${He}`,"g");function ue(e){return e.replace(yr,"$1<redacted>@").replace(gr,"<redacted-jwt>").replace(_r,"$1$2$3<redacted>").replace(br,"$1$2<redacted>").replace(Ar,"$1$2<redacted>").replace(mr,"Bearer <redacted>")}var kr=/(token|secret|password|passwd|passphrase|cookie|authorization|bearer|credential|mnemonic|seed|api[_-]?key|apikey|private[_-]?key|privkey|otp|signature|hmac|(?:^|[_-])sig(?:[_-]|$)|session[_-]?id|^input$)/i;function de(e){let t=e.replace(/([a-z0-9])([A-Z])/g,"$1_$2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2");return kr.test(t)}function Gt(e){let t="";for(let n of e){let r=n.codePointAt(0),i=r<=8||r>=11&&r<=12||r>=14&&r<=31||r>=127&&r<=159;t+=i?`\\u${r.toString(16).padStart(4,"0")}`:n}return t}function fe(e,t,n=hr){if(t<=0)return"";if(Buffer.byteLength(e,"utf8")<=t)return e;let r=Buffer.byteLength(n,"utf8");if(r>=t){let c="",u=0;for(let d of n){let f=Buffer.byteLength(d,"utf8");if(u+f>t)break;c+=d,u+=f}return c}let i=t-r,o="",s=0;for(let c of e){let u=Buffer.byteLength(c,"utf8");if(s+u>i)break;o+=c,s+=u}return`${o}${n}`}function b(e,t=16384){return fe(Gt(ue(e)),t)}var Ye=100,Lr=8,Tr=8*1024;function pe(){return{remaining:Tr}}function je(e,t){let n=Math.min(16384,t.remaining),r=fe(e,n);return t.remaining-=Buffer.byteLength(r,"utf8"),r}function K(e,t,n=0,r={}){if(n>Lr)return je("<truncated>",t);if(typeof e=="string"){let i=ue(e);return je(r.escapeControls?Gt(i):i,t)}if(Array.isArray(e)){let i=e.slice(0,Ye),o=i.map(s=>K(s,t,n+1,r));return e.length>i.length&&o.push(je(`<${e.length-i.length} more items truncated>`,t)),o}if(e!==null&&typeof e=="object"){let i=Object.create(null),o=Object.entries(e);for(let[s,c]of o.slice(0,Ye))i[s]=K(c,t,n+1,r);return o.length>Ye&&(i.output_truncated=!0),i}return e}var We=require("process");var ze=!1;function Je(e){ze=e}function Kt(){return ze}var Mt="1";function Y(e,t){if(ze){let n={...e};delete n.version;let r=pe(),i={event:n.event,...n},o=K(i,r,0,{escapeControls:!0}),s=JSON.stringify({version:Mt,...o});Buffer.byteLength(s,"utf8")+1>65536&&(s=JSON.stringify({version:Mt,event:o.event,output_truncated:!0})),We.stderr.write(`${s}
|
|
4
|
+
`)}else We.stderr.write(t)}var qt="2",j=null,L=null,H=!1,X=!1;function Ir(){let e=process.env.ALLSCALE_OUTPUT_FILE_PATH;if(e)return e;let t=process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY;if(t){let n=new Date().toISOString().replace(/[:.]/g,"-"),r=Yt.randomBytes(4).toString("hex");return he.join(t,`allscale-output-${n}-${r}.ndjson`)}return null}var Ve=64*1024*1024,Or=null;function Xe(e={}){if(e.quiet&&(X=!0),H)return;let t=Ir();if(!t)return;j=null;let n=null;try{if((Or??process.platform)==="win32")throw new Error("owner-only sidecar ACLs cannot be enforced on Windows; sidecar output is disabled");let r=he.dirname(t);if(h.mkdirSync(r,{recursive:!0,mode:448}),!process.env.ALLSCALE_OUTPUT_FILE_PATH&&process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY){let u=h.statSync(r),d=u.mode&511;if(!u.isDirectory()||(d&63)!==0)throw new Error(`output directory must be owner-only (no group/other permissions); current mode is ${d.toString(8).padStart(3,"0")}`)}let i=h.constants.O_NOFOLLOW??0;n=h.openSync(t,h.constants.O_APPEND|h.constants.O_CREAT|h.constants.O_WRONLY|(h.constants.O_NONBLOCK??0)|i,384);let o=h.fstatSync(n),s=h.lstatSync(t);if(!o.isFile()||s.isSymbolicLink()||s.dev!==o.dev||s.ino!==o.ino)throw new Error("target changed while it was being opened or is not a regular file");if(typeof process.geteuid=="function"&&o.uid!==process.geteuid())throw new Error("existing sidecar file is not owned by the current effective user");let c=o.mode&511;if((c&63)!==0)throw new Error(`existing sidecar file must already be owner-only; current mode is ${c.toString(8).padStart(3,"0")}. Rotate or remove it before retrying`);h.fchmodSync(n,384)}catch(r){if(n!==null)try{h.closeSync(n)}catch{}X||Y({event:"sidecar_disabled",reason:"open_failed",detail:b(`sidecar path '${t}' could not be opened safely (${r.message})`)},`${b(`[allscale] sidecar path '${t}' could not be opened safely (${r.message}); refusing to write. Sidecar disabled for this run.`)}
|
|
5
|
+
`);return}j=t,L=n,H=!0}var vr=[/password/i,/secret/i,/token/i,/api[_-]?key/i,/signing[_-]?key/i,/private[_-]?key/i,/credential/i,/otp/i,/signature/i,/(?:^|[_-])sig(?:[_-]|$)/i,/hmac/i,/session[_-]?id/i,/nonce/i,/bearer/i,/authorization/i,/^code$/i,/^auth$/i,/^state$/i];function Cr(e){let t=e.replace(/([a-z0-9])([A-Z])/g,"$1_$2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2");return vr.some(n=>n.test(t))}function jt(e){try{let t=new URL(e),n=t.username.length>0||t.password.length>0;n&&(t.username="",t.password="");let r=t.pathname;t.pathname=Rr(t.pathname);let i=n;t.pathname!==r&&(i=!0);for(let[o]of t.searchParams)Cr(o)&&(t.searchParams.set(o,"<redacted>"),i=!0);return i?t.toString():e}catch{return e}}function Rr(e){return e.replace(/(\/(?:api\/)?(?:v1\/)?public\/claim-links\/)([^/:]+)(:claim)?(?=\/?$)/,"$1<redacted>$3").replace(/(\/(?:api\/)?public\/claim-links\/)([^/]+)(\/claim)(?=\/?$)/,"$1<redacted>$3")}function Nr(e){return(e.type==="request"||e.type==="bridge_browser_open")&&typeof e.url=="string"?{...e,url:jt(e.url)}:e}function xr(e){let t=new Date().toISOString(),n=e,{type:r,...i}=n,o=K(i,pe()),s=JSON.stringify({version:qt,timestamp:t,type:r,...o});return Buffer.byteLength(s,"utf8")+1>65536&&(s=JSON.stringify({version:qt,timestamp:t,type:r,output_truncated:!0})),s}function w(e){if(!H||!j||L===null)return;let t=Nr(e),n=xr(t);try{if(h.fstatSync(L).size+Buffer.byteLength(n,"utf8")+1>Ve){H=!1;try{h.closeSync(L)}catch{}L=null,X||Y({event:"sidecar_disabled",reason:"size_limit",...j===null?{}:{path:b(j)},max_bytes:Ve},`${b(`[allscale] sidecar exceeded ${Ve} bytes; disabling it for the rest of this run. Rotate or remove ${j}, or point ALLSCALE_OUTPUT_FILE_DIRECTORY at a directory so each run gets its own file.`)}
|
|
6
|
+
`);return}h.appendFileSync(L,`${n}
|
|
7
|
+
`)}catch(r){if(H=!1,L!==null){try{h.closeSync(L)}catch{}L=null}try{X||Y({event:"sidecar_disabled",reason:"write_failed",detail:b(r.message)},`${b(`[allscale] sidecar write failed (${r.message}); disabling sidecar for the rest of this run.`)}
|
|
8
|
+
`)}catch{}}}var C=jt;function Ht(){return!!(process.env.ALLSCALE_OUTPUT_FILE_PATH||process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY)}function Z(){if(X=!1,H=!1,L!==null){try{h.closeSync(L)}catch{}L=null}}function Wt(e=!1){let t=process.stdin.isTTY===!0&&process.stdout.isTTY===!0;return e||Ht()||!t}var Q=new Set(["--password","-p","--token","-t","--otp","--otp-id","--api-base","--payout-api-base","--browser-base","--input","-i","--claim-token","--claim-url","--api-key","--api-secret"]),Pr=new Set(Array.from(Q).filter(e=>e.startsWith("-")&&!e.startsWith("--")&&e.length===2)),Br=Array.from(Q).filter(e=>e.startsWith("--")).sort((e,t)=>t.length-e.length),$r=new Set(["--otp-stdin","--password-stdin"]);function Ze(e){let t=[];for(let n=0;n<e.length;n+=1){let r=e[n];if(r.startsWith("-")){let o=r.indexOf("=");if(o!==-1){let s=r.slice(0,o);if(Q.has(s)){t.push(`${s}=<redacted>`);continue}}}if(Q.has(r)){t.push(r),n+1<e.length&&(Q.has(e[n+1])||(t.push("<redacted>"),n+=1));continue}if(r.startsWith("-")&&!r.startsWith("--")&&r.length>2&&r[1]!=="="){let o=r.slice(0,2);if(Pr.has(o)){t.push(`${o}<redacted>`);continue}}let i=$r.has(r)?void 0:Br.find(o=>r.length>o.length&&r.startsWith(o));if(i){t.push(`${i}<redacted>`);continue}t.push(r)}return t}function zt(e){w({type:"error",code:e.code,message:b(e.message)}),w({type:"command-end",ok:!1,exitCode:e.exitCode}),Z()}var ee=J()??Ot,z={TOKEN:"ALLSCALE_TOKEN",PROFILE:"ALLSCALE_PROFILE",API_BASE:"ALLSCALE_API_BASE",PAYOUT_API_BASE:"ALLSCALE_PAYOUT_API_BASE",PRETTY:"ALLSCALE_PRETTY",LOG_LEVEL:"ALLSCALE_LOG_LEVEL",INSECURE_STORAGE:"ALLSCALE_INSECURE_STORAGE",NO_KEYCHAIN:"ALLSCALE_NO_KEYCHAIN",ALLOW_RAW:"ALLSCALE_ALLOW_RAW",OUTPUT_FILE_PATH:"ALLSCALE_OUTPUT_FILE_PATH",OUTPUT_FILE_DIRECTORY:"ALLSCALE_OUTPUT_FILE_DIRECTORY",STORE_API_KEY:"ALLSCALE_STORE_API_KEY",STORE_API_SECRET:"ALLSCALE_STORE_API_SECRET"};function P(e){return Rt(e)?new URL(e).origin:null}function T(e){try{let t=new URL(e);return`${t.protocol}//${t.host}`}catch{return"<unparseable URL>"}}function Jt(){let e=process.env[z.TOKEN]?.trim();return e&&e.length>0?e:void 0}function Qe(){let e=process.env[z.PROFILE]?.trim();return e&&e.length>0?e:void 0}function te(){let e=process.env[z.API_BASE]?.trim();return e&&e.length>0?e:void 0}function Vt(){let e=process.env[z.INSECURE_STORAGE]?.trim().toLowerCase();return e==="1"||e==="true"||e==="yes"}function Xt(){let e=process.env[z.NO_KEYCHAIN]?.trim().toLowerCase();return e==="1"||e==="true"||e==="yes"}function Zt(){let e=process.env[z.ALLOW_RAW]?.trim().toLowerCase();return e==="1"||e==="true"||e==="yes"}function Qt(e){let{resolvedApiBase:t,fromExplicitOverride:n,profileApiBase:r,profileApiBaseSource:i}=e;if(J()===void 0&&ee!==""&&"".length!==0&&!n&&i!=="explicit"&&r===""&&t==="")return`Notice: this profile is pinned to ${""} (staging) in ~/.allscale/config.toml.
|
|
9
9
|
The CLI default is now ${ee} (production), but a saved profile wins over the default,
|
|
10
10
|
so this session still uses staging. That pin was written before the default changed, so it may just be
|
|
11
11
|
the old default rather than a deliberate choice.
|
|
12
12
|
To keep staging, re-run \`allscale device-login\` with --api-base ${""} (recorded as deliberate, silences this).
|
|
13
13
|
To move to production, run: allscale device-login --api-base ${ee}
|
|
14
|
-
`}var B=
|
|
15
|
-
`)}};var Mr=/_(removed|cleared|count|total)$/i;function Kr(e,t){return typeof t=="number"&&Mr.test(e)}var Yr=new Set(sn);function qr(e,t){return e==="token_symbol"&&typeof t=="string"&&Yr.has(t)}var ye=100;function we(e,t=0){if(t>8)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,ye),r=n.map(i=>we(i,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null),r=Object.entries(e);for(let[i,o]of r.slice(0,ye))n[i]=ue(i)&&!Kr(i,o)&&!qr(i,o)?"<redacted>":we(o,t+1);if(r.length>ye){let i="<truncated>";for(;i in n;)i=`<${i}>`;n[i]=`${r.length-ye} more keys`}return n}if(typeof e=="string"){let n=Hr(e);return n!==void 0?A(JSON.stringify(we(n,t+1))):A(e)}return e}function Hr(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function jr(e){let t=Kt()?void 0:2,n=we(e.toJSON()),r=JSON.stringify(n,null,t);return Buffer.byteLength(r,"utf8")+1<=65536?r:JSON.stringify({error:{code:e.code,message:A(e.message),details:{output_truncated:!0,max_output_bytes:65536}}},null,t)}function Wr(e){if(e.requiresInput===!0)return!0;let t=i=>typeof i=="object"&&i!==null&&i.required===!0,n=e.flags??{},r=e.args??{};return Object.values(n).some(i=>t(i))||Object.values(r).some(i=>t(i))}var wn=b(require("path"));var ot=require("crypto"),a=b(require("fs")),y=b(require("path"));var Ee=1024*1024,zr=5e3,Jr=20,Vr=3e4,rt=4096,Xr=new Int32Array(new SharedArrayBuffer(4)),re=class extends Error{constructor(){super("credential-store data file must not have hard links"),this.name="PrivateCredentialFileHardLinkError"}};function Se(e){return e instanceof re}var k=class extends Error{constructor(){super("credential-store lock changed during concurrent inspection")}},Zr=null;function $(){return new l("storage.unavailable","Owner-only plaintext credential ACLs cannot be enforced on Windows; --insecure-storage is disabled on this platform. Use Windows Credential Manager instead. `allscale logout` can still remove a legacy plaintext file when the requested profile is its only remaining profile.")}function Ae(){return(Zr??process.platform)!=="win32"}function gn(){if(!Ae())throw $()}function hn(e){try{return a.default.lstatSync(e),!1}catch(t){if(!_(t,"ENOENT"))throw t}try{let t=a.default.lstatSync(y.dirname(e));return!t.isSymbolicLink()&&t.isDirectory()}catch(t){if(_(t,"ENOENT"))return!0;throw t}}function _(e,t){return typeof e=="object"&&e!==null&&e.code===t}function ie(e,t){if(typeof process.geteuid=="function"&&e.uid!==process.geteuid())throw new Error(`${t} is not owned by the current effective user`)}function oe(e,t){return e.dev===t.dev&&e.ino===t.ino}function Qr(e){Atomics.wait(Xr,0,0,e)}function mn(e){try{return process.kill(e,0),!0}catch(t){return!_(t,"ESRCH")}}function ei(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function an(e,t){let n=y.dirname(e);t&&a.default.mkdirSync(n,{recursive:!0,mode:448});let r;try{r=a.default.lstatSync(n)}catch(o){if(!t&&_(o,"ENOENT"))return!1;throw o}if(r.isSymbolicLink()||!r.isDirectory())throw new Error("credential-store parent must be a real directory");if(process.platform==="win32")return!0;let i=null;try{i=a.default.openSync(n,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0));let o=a.default.fstatSync(i),s=a.default.lstatSync(n);if(!o.isDirectory()||s.isSymbolicLink()||!s.isDirectory()||!oe(o,s))throw new Error("credential-store parent changed while it was being inspected");ie(o,"credential-store parent");let c=o;if((o.mode&63)!==0&&y.basename(n)===".allscale"&&(a.default.fchmodSync(i,448),c=a.default.fstatSync(i)),(c.mode&63)!==0)throw new Error("credential-store parent must not grant group or other permissions")}finally{i!==null&&a.default.closeSync(i)}return!0}function O(e,t,n,r={}){if(!n.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");let i;try{i=a.default.lstatSync(e)}catch(o){throw r.retryOnPathChange&&_(o,"ENOENT")?new k:o}if(!oe(n,i))throw r.retryOnPathChange?new k:new Error("credential-store target changed while it was being opened or is not a regular file");if(i.isSymbolicLink()||!i.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");if(!r.allowMultipleLinks&&(n.nlink!==1||i.nlink!==1))throw new re;if(ie(n,"credential-store file"),process.platform!=="win32"){a.default.fchmodSync(t,384);let o=a.default.fstatSync(t);if((o.mode&63)!==0)throw new Error("credential-store file could not be made owner-only");return o}return n}function ti(e,t){if(t.size>Ee)throw new Error("credential-store file exceeds the maximum supported size");let n=Buffer.alloc(Ee+1),r=0;for(;r<n.length;){let i=a.default.readSync(e,n,r,n.length-r,null);if(i===0)break;r+=i}if(r>Ee)throw new Error("credential-store file exceeds the maximum supported size");return n.subarray(0,r).toString("utf8")}function ln(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(i){if(_(i,"ENOENT"))try{if(a.default.lstatSync(e).isSymbolicLink())throw new Error("credential-store target must not be a symbolic link")}catch(o){if(_(o,"ENOENT"))return null;throw o}throw i}let n=a.default.fstatSync(t),r=O(e,t,n);return ti(t,r)}finally{t!==null&&a.default.closeSync(t)}}function cn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(i){if(_(i,"ENOENT")&&hn(e))return;throw i}let n=a.default.fstatSync(t),r=O(e,t,n);U(e,r)}finally{t!==null&&a.default.closeSync(t)}yn(y.dirname(e))}function ni(e){let t;try{t=a.default.lstatSync(e)}catch(n){if(_(n,"ENOENT"))return;throw n}if(t.isSymbolicLink()||!t.isFile())throw new Error("credential-store replacement target must be a regular file");if(t.nlink!==1)throw new re;ie(t,"credential-store replacement target")}function ri(e,t){for(let n=0;n<8;n+=1){let r=(0,ot.randomBytes)(12).toString("hex"),i=y.join(e,`.${t}.${process.pid}.${r}.tmp`);try{return{fd:a.default.openSync(i,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384),tempPath:i}}catch(o){if(_(o,"EEXIST"))continue;throw o}}throw new Error("could not allocate a unique credential-store temp file")}function _n(e,t){let n=0;for(;n<t.length;){let r=a.default.writeSync(e,t,n,t.length-n,null);if(!Number.isSafeInteger(r)||r<=0)throw new Error("credential-store temp file write made no progress");n+=r}}function yn(e){if(process.platform==="win32")return;let t=null;try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)),a.default.fsyncSync(t)}catch{}finally{if(t!==null)try{a.default.closeSync(t)}catch{}}}function ii(e,t){let n=Buffer.from(t,"utf8");if(n.length>Ee)throw new Error("credential-store file exceeds the maximum supported size");let r=y.dirname(e),i=y.basename(e),o=null,s=null,c=!1;try{let u=ri(r,i);o=u.fd,s=u.tempPath;let d=a.default.fstatSync(o);if((O(s,o,d).mode&63)!==0&&process.platform!=="win32")throw new Error("credential-store temp file is not owner-only");_n(o,n),a.default.fsyncSync(o),O(s,o,a.default.fstatSync(o));let p=o;o=null,a.default.closeSync(p),ni(e),a.default.renameSync(s,e),c=!0}finally{if(o!==null)try{a.default.closeSync(o)}catch{}if(!c&&s!==null)try{a.default.unlinkSync(s)}catch{}}yn(r)}function oi(e){return y.join(y.dirname(e),`.${y.basename(e)}.lock`)}function si(e){return y.join(y.dirname(e),`.${y.basename(e)}.lock-recovery`)}function ai(e,t){if(t.size>rt)return null;let n=Buffer.alloc(rt+1),r=0;for(;r<n.length;){let o=a.default.readSync(e,n,r,n.length-r,null);if(o===0)break;r+=o}if(r>rt)return null;let i;try{i=JSON.parse(n.subarray(0,r).toString("utf8"))}catch{return null}return typeof i!="object"||i===null||!Number.isSafeInteger(i.pid)||(i.pid??0)<=0||typeof i.nonce!="string"||!/^[a-f0-9]{24}$/.test(i.nonce??"")||typeof i.target!="string"?null:i}function U(e,t){let n=a.default.lstatSync(e);if(n.isSymbolicLink()||!n.isFile()||!oe(n,t))throw new Error("credential-store lock changed while it was being inspected");ie(n,"credential-store lock"),a.default.unlinkSync(e)}function un(e,t){let n=null;try{try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(u){if(_(u,"ENOENT"))try{let d=a.default.lstatSync(e);throw d.isSymbolicLink()||!d.isFile()?new Error("credential-store lock must be a real regular file"):new k}catch(d){if(_(d,"ENOENT"))return{state:"absent"};throw d}throw u}let r=a.default.fstatSync(n),i=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0}),o=ai(n,i);return{state:(o?.target===t&&o?!mn(o.pid):Date.now()-i.mtimeMs>=Vr)?"stale":"active",stats:i}}finally{n!==null&&a.default.closeSync(n)}}function li(e,t){for(let n=0;n<8;n+=1){let r=(0,ot.randomBytes)(12).toString("hex"),i=y.join(e,`.${t}.${process.pid}.${r}.lock-claim`),o={pid:process.pid,nonce:r,target:t},s=null;try{s=a.default.openSync(i,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384);let c=a.default.fstatSync(s),u=O(i,s,c,{allowMultipleLinks:!0});return _n(s,Buffer.from(JSON.stringify(o),"utf8")),a.default.fsyncSync(s),{claimPath:i,metadata:o,stats:u}}catch(c){if(_(c,"EEXIST"))continue;try{a.default.unlinkSync(i)}catch{}throw c}finally{s!==null&&a.default.closeSync(s)}}throw new Error("could not allocate a unique credential-store lock claim")}function ci(e,t){let n;try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(r){throw _(r,"ENOENT")?new k:r}try{let r=a.default.fstatSync(n),i=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0});if(!oe(i,t))throw new k;return{fd:n,lockPath:e,stats:i}}catch(r){throw a.default.closeSync(n),r}}function dn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(n){if(_(n,"ENOENT"))try{let r=a.default.lstatSync(e);throw r.isSymbolicLink()||!r.isFile()?new Error("credential-store recovery gate must be a real regular file"):new k}catch(r){if(_(r,"ENOENT"))return!1;throw r}throw n}return O(e,t,a.default.fstatSync(t),{allowMultipleLinks:!0,retryOnPathChange:!0}),!0}finally{t!==null&&a.default.closeSync(t)}}function ui(e){let t;try{t=a.default.openSync(e,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_RDWR|(a.default.constants.O_NOFOLLOW??0),384)}catch(r){if(_(r,"EEXIST"))return null;throw r}let n=null;try{n=a.default.fstatSync(t);let r=O(e,t,n,{allowMultipleLinks:!0,retryOnPathChange:!0});return{fd:t,lockPath:e,stats:r}}catch(r){if(n!==null)try{U(e,n)}catch{}throw a.default.closeSync(t),r}}function D(e,t){if(Date.now()>=e)throw t?new Error("credential-store recovery gate remained present past the bounded wait; a previous lock reclaimer may have crashed, so automatic recovery is intentionally disabled and manual inspection/removal is required"):new Error("credential-store lock remained busy past the bounded wait");Qr(Jr)}function fn(e){let t=y.dirname(e),n=y.basename(e),r=oi(e),i=si(e),o=li(t,n),s=Date.now()+zr,c=!1,u=!1,d=null,f;try{for(;d===null;)try{if(dn(i)){D(s,!0);continue}a.default.linkSync(o.claimPath,r),u=!0,d=ci(r,o.stats),c=!0}catch(p){if(u&&!c){try{U(r,o.stats)}catch{}u=!1}if(p instanceof k){D(s,!1);continue}if(!_(p,"EEXIST"))throw p;let E;try{E=un(r,n)}catch(m){if(m instanceof k){D(s,!1);continue}throw m}if(E.state==="absent")continue;if(E.state==="stale"){let m;try{m=ui(i)}catch(S){if(S instanceof k){D(s,!1);continue}throw S}if(m!==null){try{let S;try{S=un(r,n)}catch(N){if(N instanceof k){D(s,!1);continue}throw N}S.state==="stale"&&U(r,S.stats)}finally{it(m)}continue}}let h;try{h=dn(i)}catch(m){if(m instanceof k){D(s,!1);continue}throw m}D(s,h)}}catch(p){f=p}try{U(o.claimPath,o.stats)}catch(p){!_(p,"ENOENT")&&!c&&f===void 0&&(f=p)}if(f!==void 0)throw f;if(d===null)throw new Error("credential-store lock acquisition failed");return d}function it(e){try{U(e.lockPath,e.stats)}finally{a.default.closeSync(e.fd)}}function di(e,t){let n=ei(t),r=new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.tmp$`).exec(e)??new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.lock-claim$`).exec(e);if(!r)return null;let i=Number(r[1]);return Number.isSafeInteger(i)&&i>0?i:null}function pn(e){let t=y.dirname(e),n=y.basename(e);for(let r of a.default.readdirSync(t)){let i=di(r,n);if(i===null||mn(i))continue;let o=y.join(t,r),s=null;try{try{s=a.default.openSync(o,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(d){if(_(d,"ENOENT")||_(d,"ELOOP"))continue;throw d}let c=a.default.fstatSync(s),u=a.default.lstatSync(o);if(!c.isFile()||u.isSymbolicLink()||!u.isFile()||!oe(c,u))continue;try{ie(c,"credential-store orphan")}catch{continue}U(o,c)}catch(c){if(!_(c,"ENOENT"))throw c}finally{s!==null&&a.default.closeSync(s)}}}function se(e,t,n){if(!Ae()){if(t.allowUnsupportedPlatformCleanup){if(t.createParent)throw $();if(!an(e,!1))return n({read:()=>null,remove:()=>{},write:()=>{throw $()}});let s=fn(e);try{return pn(e),n({read:()=>ln(e),remove:()=>cn(e),write:()=>{throw $()}})}finally{it(s)}}if(!t.createParent){let o=!1;try{o=hn(e)}catch{throw $()}if(o)return n({read:()=>null,remove:()=>{},write:()=>{throw $()}})}throw $()}if(!an(e,t.createParent))return n({read:()=>null,remove:()=>{},write:()=>{throw new Error("credential-store parent does not exist")}});let i=fn(e);try{return pn(e),n({read:()=>ln(e),remove:()=>cn(e),write:o=>ii(e,o)})}finally{it(i)}}var st="allscale-cli";function ut(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function En(e){return ut(e)&&typeof e.access_token=="string"&&typeof e.refresh_token=="string"}function G(e){return new l("internal",`The session credential store in the ${e} exists but could not be read as valid credential data. Refusing to treat it as empty or overwrite it; session credentials may still remain on this machine.`)}function at(){return new l("internal","The session credential store in the plaintext file has multiple hard links. Refusing to read, modify, or delete it because another directory entry may retain session credentials. Remove every extra hard link, then re-run the command. If you intentionally keep a deduplicated backup, revoke or rotate its credentials before treating logout as complete.")}function be(){return new l("internal","The session credential store in the plaintext file could not be written safely. Any previous credential file was left unchanged.")}var F,lt=!1;function fi(){return Xt()?"ALLSCALE_NO_KEYCHAIN":process.env.KEYTAR_DISABLE==="1"?"KEYTAR_DISABLE":null}function pi(e){if(typeof e!="object"||e===null||e.code!=="MODULE_NOT_FOUND")return!1;let t=e.message;return typeof t=="string"&&t.split(`
|
|
16
|
-
`,1)[0]==="Cannot find module 'keytar'"}function gi(){if(F!==void 0)return F;if(fi())return lt=!1,F=null,F;try{F=require("keytar"),lt=!1}catch(e){lt=!pi(e),F=null}return F}function Sn(){let e=Ae()?"Re-run with --insecure-storage (or set ALLSCALE_INSECURE_STORAGE=1) to use the owner-only plaintext credential file.":"Plaintext credential fallback is unavailable on Windows because owner-only ACLs cannot be verified; use Windows Credential Manager.";return new l("storage.unavailable","OS keychain could not be accessed on this system (keytar / libsecret may be unavailable, locked, or unusable). "+e+" Never silently downgrade in production.")}async function ct(e){try{return await e()}catch{throw Sn()}}var dt=class{constructor(t){this.keytar=t}keytar;kind="keychain";async read(t){let n=await ct(()=>this.keytar.getPassword(st,t));if(n===null)return null;let r;try{r=JSON.parse(n)}catch{throw G("OS keychain")}if(!En(r))throw G("OS keychain");return r}async get(t){return this.read(t)}async set(t,n){await this.read(t),await ct(()=>this.keytar.setPassword(st,t,JSON.stringify(n)))}async delete(t){await this.read(t),await ct(()=>this.keytar.deletePassword(st,t))}},hi="credentials.json",ft=class{kind="insecure-file";filePath;constructor(t){this.filePath=t??wn.join(nt(),hi)}read(t){let n;try{n=t.read()}catch(i){throw Se(i)?at():G("plaintext file")}if(n===null)return{profiles:{}};let r;try{r=JSON.parse(n)}catch{throw G("plaintext file")}if(!ut(r)||!ut(r.profiles))throw G("plaintext file");return r}write(t,n){try{t.write(JSON.stringify(n,null,2))}catch(r){throw Se(r)?at():be()}}profileTokens(t,n){let r=t.profiles[n];if(r!==void 0){if(!En(r))throw G("plaintext file");return r}}async get(t){try{return se(this.filePath,{createParent:!1},n=>this.profileTokens(this.read(n),t)??null)}catch(n){throw n instanceof l?n:G("plaintext file")}}async set(t,n){try{se(this.filePath,{createParent:!0},r=>{let i=this.read(r);this.profileTokens(i,t),i.profiles[t]=n,this.write(r,i)})}catch(r){throw r instanceof l?r:be()}}async delete(t){try{se(this.filePath,{createParent:!1},n=>{let r=this.read(n);this.profileTokens(r,t)!==void 0&&(delete r.profiles[t],this.write(n,r))})}catch(n){throw n instanceof l?n:be()}}async clearProfile(t){try{return se(this.filePath,{createParent:!1,allowUnsupportedPlatformCleanup:!0},n=>{let r=this.read(n);return this.profileTokens(r,t)===void 0?!1:(delete r.profiles[t],Object.keys(r.profiles).length===0?n.remove():this.write(n,r),!0)})}catch(n){throw n instanceof l?n:Se(n)?at():be()}}};function An(e){if(e.insecureStorage)return gn(),new ft(e.insecureFilePath);let t=gi();if(t)return new dt(t);throw Sn()}var pt=class{kind="insecure-file";async get(t){return null}async set(t,n){throw new l("internal","NoopTokenStore: refusing to persist tokens \u2014 caller used --token override path.")}async delete(t){}};function ke(){return new pt}var Le="allscale_access_token",gt="allscale_refresh_token";function bn(e){return(typeof e.getSetCookie=="function"?e.getSetCookie():e.get("set-cookie")?[e.get("set-cookie")]:[]).map(n=>{let r=n.indexOf(";"),i=r===-1?n:n.slice(0,r),o=i.indexOf("=");return o===-1?null:{name:i.slice(0,o).trim(),value:i.slice(o+1).trim()}}).filter(n=>n!==null)}function ht(e){return e.map(t=>`${t.name}=${t.value}`).join("; ")}function mt(e,t){return e.find(n=>n.name===t)?.value??null}var kn=b(require("crypto")),Ln=b(require("fs")),Tn=b(require("path"));var mi="key-id",_i="x-allscale-cli-version",_t="cli-1",yi="aScaLe_cli_obf_v1",wi="WWoBD3QEZwECUTEuOD4dTgdWawQSKAQ8UlRaaw==";function Ei(e,t){let n=Buffer.from(e,"base64"),r=Buffer.from(t,"utf8"),i=Buffer.alloc(n.length);for(let o=0;o<n.length;o++)i[o]=n[o]^r[o%r.length];return i.toString("utf8")}var Si=Ei(wi,yi),In=`Bearer ${Si}`;function On(e,t){let n=$e(e);if(n!==null)return t.find(r=>$e(r.base)===n)}function Ai(e){if("f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2".trim().length>0)return"f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2";let t=V();if(t.length>0){let r=On(e,t);if(r)return r.key;if(x(e)){let i=process.env.ALLSCALE_SIGNING_KEY;return i&&i.trim().length>0?i:x(t[0].base)?t[0].key:void 0}return}let n=process.env.ALLSCALE_SIGNING_KEY;return n&&n.trim().length>0?n:void 0}function bi(e){{let r="cli-1".trim();if(r.length>0)return r}let t=V();if(t.length>0){let r=e!==void 0?On(e,t):void 0;if(r)return r.keyId;if(e!==void 0&&x(e)){let i=process.env.ALLSCALE_SIGNING_KEY;if(i&&i.trim().length>0){let o=process.env.ALLSCALE_SIGNING_KEY_ID;return o!==void 0?o.trim():_t}if(!x(t[0].base))return _t}return t[0].keyId}let n=process.env.ALLSCALE_SIGNING_KEY_ID;return n!==void 0?n.trim():_t}function ki(){return"1.0.1"}function Li(){return new l("signing.key_unavailable","No request-signing key is available for this destination in this build. Published builds embed one at publish time; when running from source or an internal build, set ALLSCALE_SIGNING_KEY + ALLSCALE_BUILD_API_BASE (or ALLSCALE_BUILD_PAIRS for more than one environment) in the environment.")}function yt(e,t){let n=Ai(t);if(!n)throw Li();let r=bi(t),i=Math.floor(Date.now()/1e3).toString(),o=kn.createHash("sha256").update(`${n}${i}${e}`).digest("hex"),s={timestamp:i,"secret-key":o,[_i]:ki()};return r.length>0&&(s[mi]=r),s}function Cn(e){return e==null?"":typeof e=="string"?e:JSON.stringify(e)}function Ti(e,t={}){let n;try{n=tn(he())}catch{return}if(!(n.length===0||n.includes(e)))return new l("auth.unknown_profile",Bt(e)+(t.messageSuffix??""),{profile:e})}function Rn(e){if(e.profileExplicit){let t=Ti(e.profile);if(t)return t}return new l("auth.no_token",xt(e.profile))}var Ii=500,Oi=8,vn=100;function wt(e,t=0){if(t>Oi)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,vn),r=n.map(i=>wt(i,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null);for(let[r,i]of Object.entries(e).slice(0,vn))n[r]=ue(r)?"<redacted>":wt(i,t+1);return n}return e}function Ci(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function Nn(e,t=Ii){let n=Ci(e),r=n===void 0?ce(e):JSON.stringify(wt(n));return de(r,t)}var Et=256*1024,Te=class extends l{constructor(t,n,r="backend-envelope"){let i=r==="successful-query",o=r==="successful-mutation";super(i?"transport.response_too_large":"backend.internal",i?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so it was not parsed. For list commands, request fewer rows by removing --all or using --input/--limit pagination, and reduce --select when possible; for other commands, contact support.`:o?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so its result was not parsed. The operation may already have completed; inspect authoritative state before retrying.`:`API response body exceeded the ${n}-byte safety limit and was not parsed.`,{status:t,max_body_bytes:n,...o?{outcome_ambiguous:!0}:{}}),this.name="ResponseBodyTooLargeError"}},Ie=class extends Error{status;timeoutMs;constructor(t,n){super(`API response body read exceeded its ${n}ms deadline.`),this.name="ResponseBodyReadTimeoutError",this.status=t,this.timeoutMs=n}};async function St(e,t,n={}){if(!Number.isSafeInteger(t)||t<=0)throw new RangeError("maxBytes must be a positive safe integer");if(n.timeoutMs!==void 0&&(!Number.isSafeInteger(n.timeoutMs)||n.timeoutMs<=0))throw new RangeError("timeoutMs must be a positive safe integer");let r=e.headers.get("content-length"),i=r!==null&&/^\d+$/.test(r.trim())?Number(r):void 0;if(i!==void 0&&i>t)throw e.body?.cancel().catch(()=>{}),new Te(e.status,t,n.oversizeKind);if(!e.body)return"";let o=e.body.getReader(),s=[],c=0,u,d=n.timeoutMs,f=d===void 0?void 0:new Promise((p,E)=>{u=setTimeout(()=>{E(new Ie(e.status,d))},d),u.unref?.()});try{for(;;){let p=o.read(),{done:E,value:h}=f?await Promise.race([p,f]):await p;if(E)break;if(c+=h.byteLength,c>t)throw o.cancel().catch(()=>{}),new Te(e.status,t,n.oversizeKind);s.push(Buffer.from(h))}}catch(p){throw p instanceof Ie&&o.cancel(p).catch(()=>{}),p}finally{u!==void 0&&clearTimeout(u);try{o.releaseLock()}catch{}}return Buffer.concat(s,c).toString("utf8")}var Ri="X-AllScale-Api-Key",vi=3e4,Ni=32*1024*1024,Pi=4*1024*1024;function xi(e,t){let n=new AbortController,r=!1,i=()=>{n.abort(e?.reason)};e?.aborted?i():e?.addEventListener("abort",i,{once:!0});let o=setTimeout(()=>{r=!0,n.abort()},t);return{signal:n.signal,timedOut:()=>r,dispose:()=>{clearTimeout(o),e?.removeEventListener("abort",i)}}}function Bi(e,t){return t?t.aborted?Promise.reject(Object.assign(new Error("The operation was aborted"),{name:"AbortError"})):new Promise((n,r)=>{let i=()=>{r(Object.assign(new Error("The operation was aborted"),{name:"AbortError"}))};t.addEventListener("abort",i,{once:!0}),e.then(n,r).finally(()=>{t.removeEventListener("abort",i)})}):e}function Di(e,t){if(!(e<300||e>=400))throw new l("transport.network",`API returned HTTP ${e} (a redirect) for ${C(t||"the request")}. The CLI does NOT follow redirects on credential-bearing requests \u2014 a cross-origin hop could re-send credentials and the request body to the new host. Check that --api-base / ALLSCALE_API_BASE points at the API origin directly and that no proxy is rewriting it.`,{status:e})}async function $n(e){if(!(e.status<300||e.status>=400)){try{await e.body?.cancel()}catch{}Di(e.status,e.url)}}var Pn="--dns-result-order=ipv4first";async function Oe(e,t){if(e.status!==403)return;let n=e.headers.get("content-type")?.toLowerCase()??"",r=e.headers.get("cf-ray")??"",i=e.headers.get("cf-mitigated")?.trim().toLowerCase()==="challenge",o=n.includes("text/html"),s=t?.slice(0,4096)??"",c=/^\s*(?:<!doctype\s+html|<html\b)/i.test(s),u=/cf-error-details|\/cdn-cgi\/(?:challenge-platform|styles\/cf\.errors)|sorry,\s*you have been blocked|attention required[^<]{0,160}cloudflare|cloudflare ray id|error\s*(?:code\s*)?1020/i.test(s);if(!((o||c)&&(i||t!==void 0&&u)))return;if(t===void 0)try{e.body?.cancel().catch(()=>{})}catch{}let f=/^[A-Za-z0-9-]{1,128}$/.test(r)?r:void 0;throw new l("transport.network",`Cloudflare blocked this request before it reached the AllScale API (HTTP 403). This can happen when the release edge accepts IPv4 but rejects IPv6. Retry with NODE_OPTIONS=${Pn} and report the Cloudflare Ray ID to support; the CLI will not automatically retry a possibly mutating request.`,{status:403,edge_provider:"cloudflare",...f?{cf_ray:f}:{},ipv4_workaround:`NODE_OPTIONS=${Pn}`})}var M=class{constructor(t){this.opts=t}opts;refreshInFlight=null;async requestWithMetadata(t){return this.requestInternal(t,{withMetadata:!0})}async request(t){return this.requestInternal(t,{withMetadata:!1})}async requestInternal(t,n){let r=t.timeoutMs??this.opts.requestTimeoutMs??vi;if(!Number.isFinite(r)||r<1)throw new l("input.invalid","HTTP request timeout must be a positive number of milliseconds.");v(this.opts.apiBase),_e(this.opts.apiBase);let i=this.opts.override?{access_token:this.opts.override.access_token,refresh_token:this.opts.override.refresh_token??""}:await this.opts.tokenStore.get(this.opts.profile),o=xi(t.signal,r);try{return await this.requestWithinDeadline({...t,signal:o.signal},n,i)}catch(s){throw o.timedOut()?new l("transport.timeout",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} timed out after ${r}ms.`,{timeout_ms:r}):t.signal?.aborted&&!(s instanceof l)?new l("transport.network",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} was aborted by the caller.`):s}finally{o.dispose()}}async requestWithinDeadline(t,n,r){let i=new URL(t.path,this.opts.apiBase).toString();on(this.opts.apiBase,i);let o=r?.agent_key,s=t.auth??"auto",c=Un(t.path),u=s==="required"?!0:s==="none"?!1:Fi(t.path);if((c||s==="required")&&!t._isRefresh&&!this.opts.override&&!r?.access_token&&!o)throw Rn({profile:this.opts.profile,profileExplicit:this.opts.profileExplicit});let d=Cn(t.body),f=!!o||!!r?.access_token;u&&f&&!this.opts.override&&me(this.opts.apiBase,r?.api_base);let p=this.buildHeaders({attachAuth:u&&f,bodyForSig:d,tokens:r,extra:t.headers}),E=Date.now();w({type:"request",method:t.method??"GET",url:i,...t._isRefresh?{refresh:!0}:{}});let h;try{h=await fetch(i,{method:t.method??"GET",headers:p,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(S){throw new l("transport.network",`Network error contacting ${C(i)}: ${S instanceof Error?S.message:String(S)}`)}if(w({type:"response",status:h.status,durationMs:Date.now()-E}),u&&!!r?.access_token&&!o&&h.status===401&&!t._isRefresh&&!this.opts.override){let S=await Bi(this.refreshSingleFlight(),t.signal),N=this.buildHeaders({attachAuth:u&&!!S.access_token,bodyForSig:d,tokens:S,extra:t.headers}),zn=Date.now();w({type:"request",method:t.method??"GET",url:i});let ve;try{ve=await fetch(i,{method:t.method??"GET",headers:N,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(Ne){throw new l("transport.network",`Network error contacting ${C(i)} on refresh-retry: ${Ne instanceof Error?Ne.message:String(Ne)}`)}return w({type:"response",status:ve.status,durationMs:Date.now()-zn}),xn(ve,{withMetadata:n.withMetadata,authBearing:u,responseKind:Bn(t)})}return xn(h,{withMetadata:n.withMetadata,authBearing:u&&f,agentKeyAuth:u&&!!o,responseKind:Bn(t)})}buildHeaders(t){let r={Accept:"application/json","Content-Type":"application/json",...yt(t.bodyForSig,this.opts.apiBase),...t.extra};if(t.attachAuth){r.Authorization=In;let i=t.tokens;if(i?.agent_key)return r[Ri]=i.agent_key,r;let o=i?.access_token;o&&(r.Cookie=ht([{name:Le,value:o}]))}return r}async refreshSingleFlight(){return this.refreshInFlight?this.refreshInFlight:(this.refreshInFlight=this.doRefresh().finally(()=>{this.refreshInFlight=null}),this.refreshInFlight)}async adoptConcurrentlyRotatedTokens(t){let n;try{n=await this.opts.tokenStore.get(this.opts.profile)}catch{return null}if(!n?.access_token||!n?.refresh_token||n.refresh_token===t.refresh_token)return null;if(me(this.opts.apiBase,n.api_base),n.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than use it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");return n}async doRefresh(){let t=await this.opts.tokenStore.get(this.opts.profile);if(!t?.access_token||!t?.refresh_token)throw new l("auth.token_expired",`No refresh token available; log in again \u2014 ${le()}.`);if(me(this.opts.apiBase,t.api_base),t.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than overwrite it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");let n=new URL("/api/public/auth/refresh_token",this.opts.apiBase).toString(),r=ht([{name:Le,value:t.access_token},{name:gt,value:t.refresh_token}]),i=yt("",this.opts.apiBase);w({type:"request",method:"POST",url:n,refresh:!0});let o=new AbortController,s=!1,c=setTimeout(()=>{s=!0,o.abort()},1e4),u;try{u=await fetch(n,{method:"POST",headers:{Accept:"application/json",Cookie:r,...i},signal:o.signal,redirect:"manual"})}catch(h){throw w({type:"refresh",ok:!1}),new l("transport.network",s&&h instanceof Error&&h.name==="AbortError"?`Token refresh against ${C(n)} timed out after 10s with no response.`:`Network error during token refresh against ${C(n)}: ${h instanceof Error?h.message:String(h)}`)}finally{clearTimeout(c)}w({type:"response",status:u.status,durationMs:0});try{await $n(u)}catch(h){throw w({type:"refresh",ok:!1}),h}if(u.status!==200){let h=null;try{await Oe(u);let m=await qi(u);await Oe(u,m),Gn(u.status,m),u.status===401&&(h=await this.adoptConcurrentlyRotatedTokens(t))}catch(m){throw w({type:"refresh",ok:!1}),m}if(h)return w({type:"refresh",ok:!0,adopted:!0}),h;throw w({type:"refresh",ok:!1}),new l("auth.token_expired",`Refresh token was rejected; re-authenticate \u2014 ${le()}.`,{status:u.status})}let d=bn(u.headers),f=mt(d,Le),p=mt(d,gt);if(!f||!p)throw w({type:"refresh",ok:!1}),new l("auth.token_expired","Refresh response did not include new access/refresh cookies.");let E={...t,access_token:f,refresh_token:p};return await this.opts.tokenStore.set(this.opts.profile,E),w({type:"refresh",ok:!0}),E}},$i=["/secure","/api/secure","/v1/secure","/api/v1/secure"];function Un(e){let t=e.split(/[?#]/,1)[0];return $i.some(n=>t===n||t.startsWith(`${n}/`))}var Ui=[/^\/(api\/)?(v1\/)?public\/businesses\/payments?(\/|$)/,/^\/(api\/)?(v1\/)?public\/businesses\/transactions?(\/|$)/];function At(e){let t=e.split(/[?#]/,1)[0];return Ui.some(n=>n.test(t))}function Fi(e){return Un(e)||At(e)}async function xn(e,t={}){await $n(e);let n=e.status>=200&&e.status<300;n||await Oe(e);let r=t.responseKind??"mutation",o=await St(e,n?r==="query"?Ni:Pi:Et,{oversizeKind:n?r==="query"?"successful-query":"successful-mutation":"backend-envelope"});n||await Oe(e,o);let s=null;if(o.length>0)try{s=JSON.parse(o)}catch{s={raw:o}}if(e.status>=200&&e.status<300){if(t.withMetadata){let u={};return e.headers.forEach((d,f)=>{u[f]=d}),{status:e.status,headers:u,body:s}}return s}let c=Hi(s)??`HTTP ${e.status}`;if(Gn(e.status,s),Ki(e.status,s,t),e.status===401){if(t.agentKeyAuth)throw new l("auth.token_expired","Agent key was rejected (expired or revoked). Re-run `allscale device-login` to mint a new scoped key.",{status:401,body:s});let u=t.authBearing?"auth.token_expired":"input.invalid";throw new l(u,c,{status:401,body:s})}throw e.status===403?new l("auth.permission_denied",c,{status:403,body:s}):e.status===404?new l("not_found",c,{status:404,body:s}):e.status===429?new l("rate_limited",c,{status:429,body:s}):e.status>=500?new l("backend.internal",c,{status:e.status,body:s}):new l("input.invalid",c,{status:e.status,body:s})}function Bn(e){if(e.responseKind)return e.responseKind;let t=(e.method??"GET").toUpperCase();return t==="GET"||t==="HEAD"?"query":"mutation"}var Gi=2014,Dn=2004;function Fn(e,t){let n=e;if(typeof e=="string")try{n=JSON.parse(e)}catch{return!1}if(!n||typeof n!="object")return!1;let r=n.code;return r===t||r===String(t)}function Mi(e){return Fn(e,Gi)}function Ki(e,t,n){if(!(e>=200&&e<300)&&n.authBearing&&!(e===401&&n.agentKeyAuth)&&Fn(t,Dn))throw new l("auth.token_expired",`The API rejected this credential as invalid. Re-authenticate with ${le()} and retry. If that does not help, upgrade the CLI \u2014 the API may have rotated the client credential this build carries.`,{status:e,backend_code:Dn})}var Yi=1e4;async function qi(e,t=Yi){if(e.status>=200&&e.status<300)return"";try{return await St(e,Et,{timeoutMs:t})}catch{return""}}function Gn(e,t){if(!(e>=200&&e<300)&&Mi(t))throw new l("auth.signature_rejected","The AllScale API rejected this CLI build's request signing key. Download the latest version \u2014 `npm install -g @allscale/cli@latest` \u2014 and retry: retiring an old signing key is how a release is made mandatory. If you are already on the latest version, this build's key row is missing or misprovisioned on the backend \u2014 contact AllScale support. Re-logging in will not help either way; the key ships inside the CLI build itself.",{status:e,body:typeof t=="string"?Nn(t):t})}function Hi(e){if(!e||typeof e!="object")return;let t=e;if(typeof t.message=="string")return t.message;if(typeof t.detail=="string")return t.detail;if(Array.isArray(t.detail))return JSON.stringify(t.detail)}var ji=/^\/(api\/)?(v1\/)?public\//;function bt(e,t={}){let n=typeof t.pathHint=="string"?t.pathHint:"",r=n&&ji.test(n),i=n&&At(n),o=r&&!i&&!t.forceAuth;if(e.token)return new M({apiBase:e.apiBase,tokenStore:ke(),profile:e.profile,profileExplicit:e.profileExplicit,override:{access_token:e.token}});if(o)return new M({apiBase:e.apiBase,tokenStore:ke(),profile:e.profile,profileExplicit:e.profileExplicit});try{return new M({apiBase:e.apiBase,tokenStore:An({insecureStorage:e.insecureStorage}),profile:e.profile,profileExplicit:e.profileExplicit})}catch(s){if(i)return new M({apiBase:e.apiBase,tokenStore:ke(),profile:e.profile,profileExplicit:e.profileExplicit});throw s}}var Wi=new Set;var zi=new Set(["invoice:read_only","invoice:all","contact:read_only","contact:all","claim_link:read_only","claim_link:all","transaction:read_only","transaction:all","store:read_only","store:all","wallet:read_only","wallet:all"]),Mn=new Set(["invoice:read_only","invoice:all","contact:read_only","contact:all","transaction:read_only","wallet:read_only","claim_link:read_only","claim_link:all","store:read_only","store:all"]),Kn=new Set(["payroll","admin:user","admin:org","admin:audit"]);function kt(e){let t=e.lastIndexOf(":");return t===-1?e:e.slice(0,t)}var Ji=new Set(["cli_op:all"]),Vi=new Set([...Ji].map(kt));var Bs=new Set([...[...zi,...Mn,...Wi].map(kt),...Kn,...Vi]);var Yn="/api/v1/public/claim-links";var Xi=1e4;function qn(e,t){let n=encodeURIComponent(e);return t==="claim"?`${Yn}/${n}:claim`:`${Yn}/${n}`}function Ce(e){let t=e["claim-token"],n=e["claim-url"];if((t===void 0?0:1)+(n===void 0?0:1)!=1)throw new l("input.invalid","Pass exactly one of --claim-token or --claim-url.");if(t!==void 0){let i=t.trim();if(!i)throw new l("input.invalid","--claim-token is empty.");return Lt(i,"--claim-token")}let r=n.trim();if(!r)throw new l("input.invalid","--claim-url is empty.");return Lt(Zi(r),"--claim-url")}async function Hn(e,t,n=Xi){let r=e["claim-url"]?.trim();if(!r)return Ce(e);let i;try{i=new URL(r)}catch{return Ce(e)}let o=/^\/s\/([^/]+)\/?$/.exec(i.pathname);if(!o||e["claim-token"]!==void 0)return Ce(e);v(t);let s=new URL(t).origin;if(i.origin!==s||i.username||i.password)throw new l("input.invalid","--claim-url short links must use the configured API origin and must not contain credentials.");let c;try{c=decodeURIComponent(o[1])}catch{throw new l("input.invalid","--claim-url contains a malformed short-link code.")}if(!/^[A-Za-z0-9_-]{1,128}$/.test(c))throw new l("input.invalid","--claim-url contains a malformed short-link code.");let u=new URL(`/s/${encodeURIComponent(c)}`,s),d=new AbortController,f=!1,p=setTimeout(()=>{f=!0,d.abort()},n);p.unref?.();let E;try{E=await fetch(u,{method:"GET",headers:{Accept:"text/html,application/xhtml+xml"},credentials:"omit",redirect:"manual",referrerPolicy:"no-referrer",signal:d.signal})}catch{throw new l(f?"transport.timeout":"transport.network",f?`Claim short-link resolution timed out after ${n}ms.`:"Network error while resolving the claim short link.",f?{timeout_ms:n}:void 0)}finally{clearTimeout(p)}let h=E.headers.get("location");try{E.body?.cancel().catch(()=>{})}catch{}if(E.status!==302||!h)throw new l("transport.network","Claim short-link resolution expected one HTTP 302 redirect to the canonical claim URL.",{status:E.status});let m;try{m=new URL(h,u)}catch{throw new l("transport.network","Claim short-link redirect was malformed.")}if(m.origin!==s||m.username||m.password||m.search||m.hash)throw new l("transport.network","Claim short-link redirect did not stay on the configured API origin.");let S=/^\/claim\/([^/]+)\/?$/.exec(m.pathname);if(!S)throw new l("transport.network","Claim short-link redirect did not target the canonical claim route.");let N;try{N=decodeURIComponent(S[1])}catch{throw new l("transport.network","Claim short-link redirect contained a malformed token.")}return Lt(N,"--claim-url")}function Lt(e,t){if(!/^[A-Za-z0-9_-]{16,256}$/.test(e))throw new l("input.invalid",t==="--claim-url"?"--claim-url does not contain a usable claim token. Paste the full claim link exactly as you received it, without truncating or re-typing it.":"--claim-token must be 16-256 characters, using only letters, digits, `-` and `_`.");return e}function Zi(e){let t;try{t=new URL(e)}catch(s){throw new l("input.invalid",`--claim-url is not a valid URL: ${s.message}`)}let n=t.pathname.split("/").filter(Boolean);if(n.length===0)throw new l("input.invalid","--claim-url does not contain a token path segment.");let r=n.lastIndexOf("claim-links"),i=r!==-1&&r+1<n.length?n[r+1]:n[n.length-1],o=i.endsWith(":claim")?i.slice(0,-6):i;try{return decodeURIComponent(o)}catch{throw new l("input.invalid","--claim-url contains a malformed percent-encoded token segment. Paste the full claim link exactly as you received it.")}}function jn(e){if(!e||typeof e!="object")return e;let t=e;if("code"in t&&t.code!==0)throw new l("input.invalid","Backend returned a non-success API envelope.",{code:t.code,errors:t.errors});return"data"in t?t.data:e}function Wn(e,t=""){let n=P()==="public"?"":" [--token <value>] [--api-base <value>]";return`claim-link ${e} (--claim-token <value> | --claim-url <value>) [--json] [--profile <value>]${n} [--insecure-storage]`+t}var Re=class e extends te{static description="Read the public receiver-facing status snapshot for a Claim Link bearer token or URL.";static examples=["$ allscale claim-link status --claim-token claim-token-from-share-link","$ allscale claim-link status --claim-url https://app.allscale.io/claim/claim-token-from-share-link"];static usage=Wn("status");static requiresInput=!0;static flags={"claim-token":ne.Flags.string({helpGroup:"REQUIRED (ONE OF)",description:"Raw bearer claim token. Secret: prefer env/history-safe invocation."}),"claim-url":ne.Flags.string({helpGroup:"REQUIRED (ONE OF)",description:"Canonical claim URL, or a same-origin /s/ short URL resolved with one unauthenticated 302."}),...te.baseFlags};async runCommand(){let{flags:t}=await this.parse(e),n=this.resolveContext(t),r=await Hn(t,n.apiBase),i=qn(r),s=await bt(n,{pathHint:i}).request({method:"GET",path:i,auth:"none"});return jn(s)}};
|
|
14
|
+
`}var B=A(require("fs")),en=A(require("os")),et=A(require("path")),tt=A(require("@iarna/toml"));var Fr=".allscale",Gr="config.toml";function nt(){return et.join(en.homedir(),Fr)}function Mr(){return et.join(nt(),Gr)}function ge(){let e=Mr();if(!B.existsSync(e))return{};let t=B.readFileSync(e,"utf-8");try{return tt.parse(t)}catch(n){throw new l("internal",`Failed to parse ${e}: ${n.message}`)}}function tn(e){return Object.keys(e.profile??{}).sort()}function nn(e,t){return e.profile?.[t]}function rn(e,t,n){let r=t??n??e.default??"default";if(r.includes(":"))throw new l("input.invalid",`Invalid profile name '${r}': ':' is reserved as the keychain namespace separator \u2014 pick a name without ':'.`);return r}function R(e){if(!Be(e))throw new l("input.invalid",`Refusing to send credentials to API base ${T(e)}. `+Pe)}function me(e,t){R(e);let n=P(e),r=typeof t=="string"?P(t):null;if(n&&r===n)return;let i=typeof t=="string"?T(t):"<missing origin binding>";throw new l("input.invalid",`Refusing to send stored credentials: API base ${T(e)} does not match their bound origin ${i}. Re-login against the intended API base before retrying.`)}function on(e,t){let n=P(e),r=P(t);if(!(n&&r===n))throw new l("input.invalid",`Refusing API request to ${T(t)} because it is outside the configured API origin ${T(e)}.`)}function _e(e){let t=qr(e);if(t)throw new l("input.invalid",t.message)}function Kr(){let e=J();if(e===void 0)return;let t=V();return t.length>0?{endpoints:t.map(n=>n.base),fromPairs:!0}:{endpoints:[e],fromPairs:!1}}function qr(e){let t=Kr();if(t===void 0||x(e))return;let{endpoints:n,fromPairs:r}=t,i=P(e),o=n.map(c=>P(c)).filter(c=>c!==null);if(i!==null&&o.includes(i))return;let s=n.map(c=>T(c)).join(", ");return{message:r?`Refusing to send to ${T(e)} \u2014 this build only signs for: ${s}. Re-login against one of this build's environments, or use a build that includes the one you need.`:`Refusing to send to ${T(e)} \u2014 this build only signs for ${s}. Re-login against this build's environment, or use a build for that one.`}}var Yr=require("@noble/hashes/sha3");var sn=["USDT","USDC"];var Qo=new Set([`0x${"0".repeat(40)}`,`0x${"0".repeat(36)}dead`]);var jr="unknown_otp_id",Hr="invalid_code",Wr="expired_code";function zr(e){return`'${e.replace(/'/g,"'\\''")}'`}function an(e){return`Run \`allscale otp-send --email ${zr(e)}\` first \u2014 that command does report a missing account \u2014 then retry with the otp_id it returns and a fresh code.`}var Jr=new Map([[jr,(e,t)=>`${e}: this environment never issued the --otp-id you passed for '${t}', so the verification code was never the problem. The backend decides this by comparing the otp_id against that address alone, so it says nothing about whether the account exists. ${an(t)}`],[Hr,e=>`${e}: the --otp-id is one this environment issued and a live code stands behind it \u2014 the verification code you passed is what does not match. Check for a typo \u2014 the backend invalidates the code after a few wrong answers, so if you are unsure, request a fresh code instead of guessing.`],[Wr,(e,t,n)=>n?`${e}: this run's send request was accepted moments ago, but this attempt could not claim a live code for the --otp-id. Delivery is asynchronous and the code is stored only after the email goes out, so it may still be in flight \u2014 or the send may have failed outright, in which case no code is coming. The code you submitted may also have expired, been used, run out of attempts, or been replaced by a newer send. Check the inbox, including spam, and retry with whatever code arrived. If nothing arrives, confirm the address and wait at least three minutes before requesting one fresh code \u2014 sends are rate-limited per address, and retrying in a tight loop spends that budget even when the send is rejected.`:`${e}: this attempt could not claim a live code for the --otp-id. The code you submitted may have expired, been used, run out of attempts, been replaced by a later send, or never have been requested for this address; the backend does not distinguish those. If a newer code was delivered after the one you entered, use that one. ${an(t)}`]]);var ln=[...Jr.keys()];var re=require("@oclif/core"),ne=class e extends I.Command{static enableJsonFlag=!0;static legacyStagingNoticeShown=!1;static emitsOwnOutput=!1;static requiresEscapeHatch=!1;static requiresInput=!1;static isLocalOnly=!1;static baseFlags={profile:I.Flags.string({description:"Named profile from ~/.allscale/config.toml",helpGroup:"GLOBAL"}),token:I.Flags.string({description:"Override the access token for this invocation (precedence: --token > ALLSCALE_TOKEN > --profile)",helpGroup:"GLOBAL",hidden:v()==="public"}),"api-base":I.Flags.string({description:xe,helpGroup:"GLOBAL",hidden:v()==="public"}),"insecure-storage":I.Flags.boolean({description:"Force POSIX plaintext token storage at ~/.allscale/credentials.json (mode 0600) instead of the OS keychain \u2014 for headless / CI / agent use. Unavailable on Windows because Node cannot verify owner-only ACL/link safety. Also via ALLSCALE_INSECURE_STORAGE=1.",default:!1,helpGroup:"GLOBAL"})};async run(){try{Je(this.jsonEnabled()),Xe(),w({type:"session-start",command:this.id??"",argv:Ze(this.argv)});let t=this.constructor;if(v()==="public"){if(this.argv.some(o=>o==="--token"||o.startsWith("--token=")))throw new l("input.invalid","--token is not supported in this build. Set the ALLSCALE_TOKEN environment variable instead (it does not leak into shell history or process listings).");if(this.argv.some(o=>o==="--api-base"||o.startsWith("--api-base=")))throw new l("input.invalid","--api-base is not supported in this build; it always talks to its bound AllScale environment.");if(!t.isLocalOnly&&te()!==void 0)throw new l("input.invalid","ALLSCALE_API_BASE is not supported in this build; unset it \u2014 this build always talks to its bound AllScale environment.")}let n=Wt(this.jsonEnabled()),r=this.argv.length===0&&!n&&ii(t)?this.config.findCommand(this.id??""):void 0;if(r){Z();let o=await(0,I.loadHelpClass)(this.config),s=this.config.pjson.oclif?.helpOptions??this.config.pjson.helpOptions;await new o(this.config,s).showCommandHelp(r,this.config.topics);return}if(t.requiresEscapeHatch&&!Zt())throw this.argv.length>0&&await this.parse(),new l("raw.disabled","This command is an opt-in escape hatch and is disabled by default. Set ALLSCALE_ALLOW_RAW=1 to enable raw GraphQL/REST passthroughs and schema introspection. Access remains governed by the key's granted scopes, which the backend checks on each request.");let i=await this.runCommand();return w({type:"command-end",ok:!0}),Z(),t.emitsOwnOutput?void 0:(this.jsonEnabled()||Dt(i),{data:i})}catch(t){let n=$t(t);zt({code:n.code,message:n.message,exitCode:n.exitCode}),this.emitError(n),process.exitCode=n.exitCode;return}finally{Je(!1)}}resolveSessionApiBaseChain(t){let n=ge(),r=t.profile??void 0,i=t["api-base"]??void 0,o=r!==void 0||Qe()!==void 0,s=rn(n,r,Qe()),c=nn(n,s),u=v()==="public"&&te()!==void 0,d=i??(u?void 0:te()),f=d??c?.api_base??ee,p=Qt({resolvedApiBase:f,fromExplicitOverride:d!==void 0,profileApiBase:c?.api_base,profileApiBaseSource:c?.api_base_source});return p&&!e.legacyStagingNoticeShown&&(e.legacyStagingNoticeShown=!0,Y({event:"legacy_staging_profile",api_base:f,profile:s},p)),{apiBase:f,explicitApiBase:d,envApiBaseIgnored:u,profileApiBase:c?.api_base,profile:s,profileExplicit:o}}resolveSessionApiBaseForPayoutDerivation(t){let{apiBase:n}=this.resolveSessionApiBaseChain(t);return this.constructor.isLocalOnly||R(n),n}resolveContext(t){if(v()==="public"){if(t.token!==void 0)throw new l("input.invalid","--token is not supported in this build. Set the ALLSCALE_TOKEN environment variable instead (it does not leak into shell history or process listings).");if(t["api-base"]!==void 0)throw new l("input.invalid","--api-base is not supported in this build; it always talks to its bound AllScale environment.");if(!this.constructor.isLocalOnly&&te()!==void 0)throw new l("input.invalid","ALLSCALE_API_BASE is not supported in this build; unset it \u2014 this build always talks to its bound AllScale environment.")}let n=t.token??void 0,r=!!t["insecure-storage"],{apiBase:i,explicitApiBase:o,envApiBaseIgnored:s,profile:c,profileApiBase:u,profileExplicit:d}=this.resolveSessionApiBaseChain(t);return this.constructor.isLocalOnly||(R(i),_e(i)),{apiBase:i,profile:c,token:n??Jt(),insecureStorage:r||Vt(),apiBaseSource:o!==void 0?"explicit":u!==void 0?"profile":"default",profileExplicit:d,envApiBaseIgnored:s}}emitError(t){process.stderr.write(`${ri(t)}
|
|
15
|
+
`)}};var Vr=/_(removed|cleared|count|total)$/i;function Xr(e,t){return typeof t=="number"&&Vr.test(e)}var Zr=new Set(sn);function Qr(e,t){return e==="token_symbol"&&typeof t=="string"&&Zr.has(t)}var ei=new Set(ln);function ti(e,t){return e==="otp_reason"&&typeof t=="string"&&ei.has(t)}var ye=100;function we(e,t=0){if(t>8)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,ye),r=n.map(i=>we(i,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null),r=Object.entries(e);for(let[i,o]of r.slice(0,ye))n[i]=de(i)&&!Xr(i,o)&&!Qr(i,o)&&!ti(i,o)?"<redacted>":we(o,t+1);if(r.length>ye){let i="<truncated>";for(;i in n;)i=`<${i}>`;n[i]=`${r.length-ye} more keys`}return n}if(typeof e=="string"){let n=ni(e);return n!==void 0?b(JSON.stringify(we(n,t+1))):b(e)}return e}function ni(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function ri(e){let t=Kt()?void 0:2,n=we(e.toJSON()),r=JSON.stringify(n,null,t);return Buffer.byteLength(r,"utf8")+1<=65536?r:JSON.stringify({error:{code:e.code,message:b(e.message),details:{output_truncated:!0,max_output_bytes:65536}}},null,t)}function ii(e){if(e.requiresInput===!0)return!0;let t=i=>typeof i=="object"&&i!==null&&i.required===!0,n=e.flags??{},r=e.args??{};return Object.values(n).some(i=>t(i))||Object.values(r).some(i=>t(i))}var Sn=A(require("path"));var ot=require("crypto"),a=A(require("fs")),y=A(require("path"));var Ee=1024*1024,oi=5e3,si=20,ai=3e4,rt=4096,li=new Int32Array(new SharedArrayBuffer(4)),ie=class extends Error{constructor(){super("credential-store data file must not have hard links"),this.name="PrivateCredentialFileHardLinkError"}};function Se(e){return e instanceof ie}var k=class extends Error{constructor(){super("credential-store lock changed during concurrent inspection")}},ci=null;function D(){return new l("storage.unavailable","Owner-only plaintext credential ACLs cannot be enforced on Windows; --insecure-storage is disabled on this platform. Use Windows Credential Manager instead. `allscale logout` can still remove a legacy plaintext file when the requested profile is its only remaining profile.")}function be(){return(ci??process.platform)!=="win32"}function mn(){if(!be())throw D()}function _n(e){try{return a.default.lstatSync(e),!1}catch(t){if(!_(t,"ENOENT"))throw t}try{let t=a.default.lstatSync(y.dirname(e));return!t.isSymbolicLink()&&t.isDirectory()}catch(t){if(_(t,"ENOENT"))return!0;throw t}}function _(e,t){return typeof e=="object"&&e!==null&&e.code===t}function oe(e,t){if(typeof process.geteuid=="function"&&e.uid!==process.geteuid())throw new Error(`${t} is not owned by the current effective user`)}function se(e,t){return e.dev===t.dev&&e.ino===t.ino}function ui(e){Atomics.wait(li,0,0,e)}function yn(e){try{return process.kill(e,0),!0}catch(t){return!_(t,"ESRCH")}}function di(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function cn(e,t){let n=y.dirname(e);t&&a.default.mkdirSync(n,{recursive:!0,mode:448});let r;try{r=a.default.lstatSync(n)}catch(o){if(!t&&_(o,"ENOENT"))return!1;throw o}if(r.isSymbolicLink()||!r.isDirectory())throw new Error("credential-store parent must be a real directory");if(process.platform==="win32")return!0;let i=null;try{i=a.default.openSync(n,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0));let o=a.default.fstatSync(i),s=a.default.lstatSync(n);if(!o.isDirectory()||s.isSymbolicLink()||!s.isDirectory()||!se(o,s))throw new Error("credential-store parent changed while it was being inspected");oe(o,"credential-store parent");let c=o;if((o.mode&63)!==0&&y.basename(n)===".allscale"&&(a.default.fchmodSync(i,448),c=a.default.fstatSync(i)),(c.mode&63)!==0)throw new Error("credential-store parent must not grant group or other permissions")}finally{i!==null&&a.default.closeSync(i)}return!0}function O(e,t,n,r={}){if(!n.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");let i;try{i=a.default.lstatSync(e)}catch(o){throw r.retryOnPathChange&&_(o,"ENOENT")?new k:o}if(!se(n,i))throw r.retryOnPathChange?new k:new Error("credential-store target changed while it was being opened or is not a regular file");if(i.isSymbolicLink()||!i.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");if(!r.allowMultipleLinks&&(n.nlink!==1||i.nlink!==1))throw new ie;if(oe(n,"credential-store file"),process.platform!=="win32"){a.default.fchmodSync(t,384);let o=a.default.fstatSync(t);if((o.mode&63)!==0)throw new Error("credential-store file could not be made owner-only");return o}return n}function fi(e,t){if(t.size>Ee)throw new Error("credential-store file exceeds the maximum supported size");let n=Buffer.alloc(Ee+1),r=0;for(;r<n.length;){let i=a.default.readSync(e,n,r,n.length-r,null);if(i===0)break;r+=i}if(r>Ee)throw new Error("credential-store file exceeds the maximum supported size");return n.subarray(0,r).toString("utf8")}function un(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(i){if(_(i,"ENOENT"))try{if(a.default.lstatSync(e).isSymbolicLink())throw new Error("credential-store target must not be a symbolic link")}catch(o){if(_(o,"ENOENT"))return null;throw o}throw i}let n=a.default.fstatSync(t),r=O(e,t,n);return fi(t,r)}finally{t!==null&&a.default.closeSync(t)}}function dn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(i){if(_(i,"ENOENT")&&_n(e))return;throw i}let n=a.default.fstatSync(t),r=O(e,t,n);U(e,r)}finally{t!==null&&a.default.closeSync(t)}En(y.dirname(e))}function pi(e){let t;try{t=a.default.lstatSync(e)}catch(n){if(_(n,"ENOENT"))return;throw n}if(t.isSymbolicLink()||!t.isFile())throw new Error("credential-store replacement target must be a regular file");if(t.nlink!==1)throw new ie;oe(t,"credential-store replacement target")}function hi(e,t){for(let n=0;n<8;n+=1){let r=(0,ot.randomBytes)(12).toString("hex"),i=y.join(e,`.${t}.${process.pid}.${r}.tmp`);try{return{fd:a.default.openSync(i,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384),tempPath:i}}catch(o){if(_(o,"EEXIST"))continue;throw o}}throw new Error("could not allocate a unique credential-store temp file")}function wn(e,t){let n=0;for(;n<t.length;){let r=a.default.writeSync(e,t,n,t.length-n,null);if(!Number.isSafeInteger(r)||r<=0)throw new Error("credential-store temp file write made no progress");n+=r}}function En(e){if(process.platform==="win32")return;let t=null;try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)),a.default.fsyncSync(t)}catch{}finally{if(t!==null)try{a.default.closeSync(t)}catch{}}}function gi(e,t){let n=Buffer.from(t,"utf8");if(n.length>Ee)throw new Error("credential-store file exceeds the maximum supported size");let r=y.dirname(e),i=y.basename(e),o=null,s=null,c=!1;try{let u=hi(r,i);o=u.fd,s=u.tempPath;let d=a.default.fstatSync(o);if((O(s,o,d).mode&63)!==0&&process.platform!=="win32")throw new Error("credential-store temp file is not owner-only");wn(o,n),a.default.fsyncSync(o),O(s,o,a.default.fstatSync(o));let p=o;o=null,a.default.closeSync(p),pi(e),a.default.renameSync(s,e),c=!0}finally{if(o!==null)try{a.default.closeSync(o)}catch{}if(!c&&s!==null)try{a.default.unlinkSync(s)}catch{}}En(r)}function mi(e){return y.join(y.dirname(e),`.${y.basename(e)}.lock`)}function _i(e){return y.join(y.dirname(e),`.${y.basename(e)}.lock-recovery`)}function yi(e,t){if(t.size>rt)return null;let n=Buffer.alloc(rt+1),r=0;for(;r<n.length;){let o=a.default.readSync(e,n,r,n.length-r,null);if(o===0)break;r+=o}if(r>rt)return null;let i;try{i=JSON.parse(n.subarray(0,r).toString("utf8"))}catch{return null}return typeof i!="object"||i===null||!Number.isSafeInteger(i.pid)||(i.pid??0)<=0||typeof i.nonce!="string"||!/^[a-f0-9]{24}$/.test(i.nonce??"")||typeof i.target!="string"?null:i}function U(e,t){let n=a.default.lstatSync(e);if(n.isSymbolicLink()||!n.isFile()||!se(n,t))throw new Error("credential-store lock changed while it was being inspected");oe(n,"credential-store lock"),a.default.unlinkSync(e)}function fn(e,t){let n=null;try{try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(u){if(_(u,"ENOENT"))try{let d=a.default.lstatSync(e);throw d.isSymbolicLink()||!d.isFile()?new Error("credential-store lock must be a real regular file"):new k}catch(d){if(_(d,"ENOENT"))return{state:"absent"};throw d}throw u}let r=a.default.fstatSync(n),i=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0}),o=yi(n,i);return{state:(o?.target===t&&o?!yn(o.pid):Date.now()-i.mtimeMs>=ai)?"stale":"active",stats:i}}finally{n!==null&&a.default.closeSync(n)}}function wi(e,t){for(let n=0;n<8;n+=1){let r=(0,ot.randomBytes)(12).toString("hex"),i=y.join(e,`.${t}.${process.pid}.${r}.lock-claim`),o={pid:process.pid,nonce:r,target:t},s=null;try{s=a.default.openSync(i,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384);let c=a.default.fstatSync(s),u=O(i,s,c,{allowMultipleLinks:!0});return wn(s,Buffer.from(JSON.stringify(o),"utf8")),a.default.fsyncSync(s),{claimPath:i,metadata:o,stats:u}}catch(c){if(_(c,"EEXIST"))continue;try{a.default.unlinkSync(i)}catch{}throw c}finally{s!==null&&a.default.closeSync(s)}}throw new Error("could not allocate a unique credential-store lock claim")}function Ei(e,t){let n;try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(r){throw _(r,"ENOENT")?new k:r}try{let r=a.default.fstatSync(n),i=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0});if(!se(i,t))throw new k;return{fd:n,lockPath:e,stats:i}}catch(r){throw a.default.closeSync(n),r}}function pn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(n){if(_(n,"ENOENT"))try{let r=a.default.lstatSync(e);throw r.isSymbolicLink()||!r.isFile()?new Error("credential-store recovery gate must be a real regular file"):new k}catch(r){if(_(r,"ENOENT"))return!1;throw r}throw n}return O(e,t,a.default.fstatSync(t),{allowMultipleLinks:!0,retryOnPathChange:!0}),!0}finally{t!==null&&a.default.closeSync(t)}}function Si(e){let t;try{t=a.default.openSync(e,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_RDWR|(a.default.constants.O_NOFOLLOW??0),384)}catch(r){if(_(r,"EEXIST"))return null;throw r}let n=null;try{n=a.default.fstatSync(t);let r=O(e,t,n,{allowMultipleLinks:!0,retryOnPathChange:!0});return{fd:t,lockPath:e,stats:r}}catch(r){if(n!==null)try{U(e,n)}catch{}throw a.default.closeSync(t),r}}function $(e,t){if(Date.now()>=e)throw t?new Error("credential-store recovery gate remained present past the bounded wait; a previous lock reclaimer may have crashed, so automatic recovery is intentionally disabled and manual inspection/removal is required"):new Error("credential-store lock remained busy past the bounded wait");ui(si)}function hn(e){let t=y.dirname(e),n=y.basename(e),r=mi(e),i=_i(e),o=wi(t,n),s=Date.now()+oi,c=!1,u=!1,d=null,f;try{for(;d===null;)try{if(pn(i)){$(s,!0);continue}a.default.linkSync(o.claimPath,r),u=!0,d=Ei(r,o.stats),c=!0}catch(p){if(u&&!c){try{U(r,o.stats)}catch{}u=!1}if(p instanceof k){$(s,!1);continue}if(!_(p,"EEXIST"))throw p;let E;try{E=fn(r,n)}catch(m){if(m instanceof k){$(s,!1);continue}throw m}if(E.state==="absent")continue;if(E.state==="stale"){let m;try{m=Si(i)}catch(S){if(S instanceof k){$(s,!1);continue}throw S}if(m!==null){try{let S;try{S=fn(r,n)}catch(N){if(N instanceof k){$(s,!1);continue}throw N}S.state==="stale"&&U(r,S.stats)}finally{it(m)}continue}}let g;try{g=pn(i)}catch(m){if(m instanceof k){$(s,!1);continue}throw m}$(s,g)}}catch(p){f=p}try{U(o.claimPath,o.stats)}catch(p){!_(p,"ENOENT")&&!c&&f===void 0&&(f=p)}if(f!==void 0)throw f;if(d===null)throw new Error("credential-store lock acquisition failed");return d}function it(e){try{U(e.lockPath,e.stats)}finally{a.default.closeSync(e.fd)}}function bi(e,t){let n=di(t),r=new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.tmp$`).exec(e)??new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.lock-claim$`).exec(e);if(!r)return null;let i=Number(r[1]);return Number.isSafeInteger(i)&&i>0?i:null}function gn(e){let t=y.dirname(e),n=y.basename(e);for(let r of a.default.readdirSync(t)){let i=bi(r,n);if(i===null||yn(i))continue;let o=y.join(t,r),s=null;try{try{s=a.default.openSync(o,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(d){if(_(d,"ENOENT")||_(d,"ELOOP"))continue;throw d}let c=a.default.fstatSync(s),u=a.default.lstatSync(o);if(!c.isFile()||u.isSymbolicLink()||!u.isFile()||!se(c,u))continue;try{oe(c,"credential-store orphan")}catch{continue}U(o,c)}catch(c){if(!_(c,"ENOENT"))throw c}finally{s!==null&&a.default.closeSync(s)}}}function ae(e,t,n){if(!be()){if(t.allowUnsupportedPlatformCleanup){if(t.createParent)throw D();if(!cn(e,!1))return n({read:()=>null,remove:()=>{},write:()=>{throw D()}});let s=hn(e);try{return gn(e),n({read:()=>un(e),remove:()=>dn(e),write:()=>{throw D()}})}finally{it(s)}}if(!t.createParent){let o=!1;try{o=_n(e)}catch{throw D()}if(o)return n({read:()=>null,remove:()=>{},write:()=>{throw D()}})}throw D()}if(!cn(e,t.createParent))return n({read:()=>null,remove:()=>{},write:()=>{throw new Error("credential-store parent does not exist")}});let i=hn(e);try{return gn(e),n({read:()=>un(e),remove:()=>dn(e),write:o=>gi(e,o)})}finally{it(i)}}var st="allscale-cli";function ut(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function bn(e){return ut(e)&&typeof e.access_token=="string"&&typeof e.refresh_token=="string"}function G(e){return new l("internal",`The session credential store in the ${e} exists but could not be read as valid credential data. Refusing to treat it as empty or overwrite it; session credentials may still remain on this machine.`)}function at(){return new l("internal","The session credential store in the plaintext file has multiple hard links. Refusing to read, modify, or delete it because another directory entry may retain session credentials. Remove every extra hard link, then re-run the command. If you intentionally keep a deduplicated backup, revoke or rotate its credentials before treating logout as complete.")}function Ae(){return new l("internal","The session credential store in the plaintext file could not be written safely. Any previous credential file was left unchanged.")}var F,lt=!1;function Ai(){return Xt()?"ALLSCALE_NO_KEYCHAIN":process.env.KEYTAR_DISABLE==="1"?"KEYTAR_DISABLE":null}function ki(e){if(typeof e!="object"||e===null||e.code!=="MODULE_NOT_FOUND")return!1;let t=e.message;return typeof t=="string"&&t.split(`
|
|
16
|
+
`,1)[0]==="Cannot find module 'keytar'"}function Li(){if(F!==void 0)return F;if(Ai())return lt=!1,F=null,F;try{F=require("keytar"),lt=!1}catch(e){lt=!ki(e),F=null}return F}function An(){let e=be()?"Re-run with --insecure-storage (or set ALLSCALE_INSECURE_STORAGE=1) to use the owner-only plaintext credential file.":"Plaintext credential fallback is unavailable on Windows because owner-only ACLs cannot be verified; use Windows Credential Manager.";return new l("storage.unavailable","OS keychain could not be accessed on this system (keytar / libsecret may be unavailable, locked, or unusable). "+e+" Never silently downgrade in production.")}async function ct(e){try{return await e()}catch{throw An()}}var dt=class{constructor(t){this.keytar=t}keytar;kind="keychain";async read(t){let n=await ct(()=>this.keytar.getPassword(st,t));if(n===null)return null;let r;try{r=JSON.parse(n)}catch{throw G("OS keychain")}if(!bn(r))throw G("OS keychain");return r}async get(t){return this.read(t)}async set(t,n){await this.read(t),await ct(()=>this.keytar.setPassword(st,t,JSON.stringify(n)))}async delete(t){await this.read(t),await ct(()=>this.keytar.deletePassword(st,t))}},Ti="credentials.json",ft=class{kind="insecure-file";filePath;constructor(t){this.filePath=t??Sn.join(nt(),Ti)}read(t){let n;try{n=t.read()}catch(i){throw Se(i)?at():G("plaintext file")}if(n===null)return{profiles:{}};let r;try{r=JSON.parse(n)}catch{throw G("plaintext file")}if(!ut(r)||!ut(r.profiles))throw G("plaintext file");return r}write(t,n){try{t.write(JSON.stringify(n,null,2))}catch(r){throw Se(r)?at():Ae()}}profileTokens(t,n){let r=t.profiles[n];if(r!==void 0){if(!bn(r))throw G("plaintext file");return r}}async get(t){try{return ae(this.filePath,{createParent:!1},n=>this.profileTokens(this.read(n),t)??null)}catch(n){throw n instanceof l?n:G("plaintext file")}}async set(t,n){try{ae(this.filePath,{createParent:!0},r=>{let i=this.read(r);this.profileTokens(i,t),i.profiles[t]=n,this.write(r,i)})}catch(r){throw r instanceof l?r:Ae()}}async delete(t){try{ae(this.filePath,{createParent:!1},n=>{let r=this.read(n);this.profileTokens(r,t)!==void 0&&(delete r.profiles[t],this.write(n,r))})}catch(n){throw n instanceof l?n:Ae()}}async clearProfile(t){try{return ae(this.filePath,{createParent:!1,allowUnsupportedPlatformCleanup:!0},n=>{let r=this.read(n);return this.profileTokens(r,t)===void 0?!1:(delete r.profiles[t],Object.keys(r.profiles).length===0?n.remove():this.write(n,r),!0)})}catch(n){throw n instanceof l?n:Se(n)?at():Ae()}}};function kn(e){if(e.insecureStorage)return mn(),new ft(e.insecureFilePath);let t=Li();if(t)return new dt(t);throw An()}var pt=class{kind="insecure-file";async get(t){return null}async set(t,n){throw new l("internal","NoopTokenStore: refusing to persist tokens \u2014 caller used --token override path.")}async delete(t){}};function ke(){return new pt}var Le="allscale_access_token",ht="allscale_refresh_token";function Ln(e){return(typeof e.getSetCookie=="function"?e.getSetCookie():e.get("set-cookie")?[e.get("set-cookie")]:[]).map(n=>{let r=n.indexOf(";"),i=r===-1?n:n.slice(0,r),o=i.indexOf("=");return o===-1?null:{name:i.slice(0,o).trim(),value:i.slice(o+1).trim()}}).filter(n=>n!==null)}function gt(e){return e.map(t=>`${t.name}=${t.value}`).join("; ")}function mt(e,t){return e.find(n=>n.name===t)?.value??null}var Tn=A(require("crypto")),In=A(require("fs")),On=A(require("path"));var Ii="key-id",Oi="x-allscale-cli-version",_t="cli-1",vi="aScaLe_cli_obf_v1",Ci="WWoBD3QEZwECUTEuOD4dTgdWawQSKAQ8UlRaaw==";function Ri(e,t){let n=Buffer.from(e,"base64"),r=Buffer.from(t,"utf8"),i=Buffer.alloc(n.length);for(let o=0;o<n.length;o++)i[o]=n[o]^r[o%r.length];return i.toString("utf8")}var Ni=Ri(Ci,vi),vn=`Bearer ${Ni}`;function Cn(e,t){let n=De(e);if(n!==null)return t.find(r=>De(r.base)===n)}function xi(e){if("f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2".trim().length>0)return"f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2";let t=V();if(t.length>0){let r=Cn(e,t);if(r)return r.key;if(x(e)){let i=process.env.ALLSCALE_SIGNING_KEY;return i&&i.trim().length>0?i:x(t[0].base)?t[0].key:void 0}return}let n=process.env.ALLSCALE_SIGNING_KEY;return n&&n.trim().length>0?n:void 0}function Pi(e){{let r="cli-1".trim();if(r.length>0)return r}let t=V();if(t.length>0){let r=e!==void 0?Cn(e,t):void 0;if(r)return r.keyId;if(e!==void 0&&x(e)){let i=process.env.ALLSCALE_SIGNING_KEY;if(i&&i.trim().length>0){let o=process.env.ALLSCALE_SIGNING_KEY_ID;return o!==void 0?o.trim():_t}if(!x(t[0].base))return _t}return t[0].keyId}let n=process.env.ALLSCALE_SIGNING_KEY_ID;return n!==void 0?n.trim():_t}function Bi(){return"1.0.2"}function $i(){return new l("signing.key_unavailable","No request-signing key is available for this destination in this build. Published builds embed one at publish time; when running from source or an internal build, set ALLSCALE_SIGNING_KEY + ALLSCALE_BUILD_API_BASE (or ALLSCALE_BUILD_PAIRS for more than one environment) in the environment.")}function yt(e,t){let n=xi(t);if(!n)throw $i();let r=Pi(t),i=Math.floor(Date.now()/1e3).toString(),o=Tn.createHash("sha256").update(`${n}${i}${e}`).digest("hex"),s={timestamp:i,"secret-key":o,[Oi]:Bi()};return r.length>0&&(s[Ii]=r),s}function Rn(e){return e==null?"":typeof e=="string"?e:JSON.stringify(e)}function Di(e,t={}){let n;try{n=tn(ge())}catch{return}if(!(n.length===0||n.includes(e)))return new l("auth.unknown_profile",Bt(e)+(t.messageSuffix??""),{profile:e})}function Nn(e){if(e.profileExplicit){let t=Di(e.profile);if(t)return t}return new l("auth.no_token",Pt(e.profile))}var Ui=500,Fi=8,xn=100;function wt(e,t=0){if(t>Fi)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,xn),r=n.map(i=>wt(i,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null);for(let[r,i]of Object.entries(e).slice(0,xn))n[r]=de(r)?"<redacted>":wt(i,t+1);return n}return e}function Gi(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function Pn(e,t=Ui){let n=Gi(e),r=n===void 0?ue(e):JSON.stringify(wt(n));return fe(r,t)}var Et=256*1024,Te=class extends l{constructor(t,n,r="backend-envelope"){let i=r==="successful-query",o=r==="successful-mutation";super(i?"transport.response_too_large":"backend.internal",i?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so it was not parsed. For list commands, request fewer rows by removing --all or using --input/--limit pagination, and reduce --select when possible; for other commands, contact support.`:o?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so its result was not parsed. The operation may already have completed; inspect authoritative state before retrying.`:`API response body exceeded the ${n}-byte safety limit and was not parsed.`,{status:t,max_body_bytes:n,...o?{outcome_ambiguous:!0}:{}}),this.name="ResponseBodyTooLargeError"}},Ie=class extends Error{status;timeoutMs;constructor(t,n){super(`API response body read exceeded its ${n}ms deadline.`),this.name="ResponseBodyReadTimeoutError",this.status=t,this.timeoutMs=n}};async function St(e,t,n={}){if(!Number.isSafeInteger(t)||t<=0)throw new RangeError("maxBytes must be a positive safe integer");if(n.timeoutMs!==void 0&&(!Number.isSafeInteger(n.timeoutMs)||n.timeoutMs<=0))throw new RangeError("timeoutMs must be a positive safe integer");let r=e.headers.get("content-length"),i=r!==null&&/^\d+$/.test(r.trim())?Number(r):void 0;if(i!==void 0&&i>t)throw e.body?.cancel().catch(()=>{}),new Te(e.status,t,n.oversizeKind);if(!e.body)return"";let o=e.body.getReader(),s=[],c=0,u,d=n.timeoutMs,f=d===void 0?void 0:new Promise((p,E)=>{u=setTimeout(()=>{E(new Ie(e.status,d))},d),u.unref?.()});try{for(;;){let p=o.read(),{done:E,value:g}=f?await Promise.race([p,f]):await p;if(E)break;if(c+=g.byteLength,c>t)throw o.cancel().catch(()=>{}),new Te(e.status,t,n.oversizeKind);s.push(Buffer.from(g))}}catch(p){throw p instanceof Ie&&o.cancel(p).catch(()=>{}),p}finally{u!==void 0&&clearTimeout(u);try{o.releaseLock()}catch{}}return Buffer.concat(s,c).toString("utf8")}var Mi="X-AllScale-Api-Key",Ki=3e4,qi=32*1024*1024,Yi=4*1024*1024;function ji(e,t){let n=new AbortController,r=!1,i=()=>{n.abort(e?.reason)};e?.aborted?i():e?.addEventListener("abort",i,{once:!0});let o=setTimeout(()=>{r=!0,n.abort()},t);return{signal:n.signal,timedOut:()=>r,dispose:()=>{clearTimeout(o),e?.removeEventListener("abort",i)}}}function Hi(e,t){return t?t.aborted?Promise.reject(Object.assign(new Error("The operation was aborted"),{name:"AbortError"})):new Promise((n,r)=>{let i=()=>{r(Object.assign(new Error("The operation was aborted"),{name:"AbortError"}))};t.addEventListener("abort",i,{once:!0}),e.then(n,r).finally(()=>{t.removeEventListener("abort",i)})}):e}function Wi(e,t){if(!(e<300||e>=400))throw new l("transport.network",`API returned HTTP ${e} (a redirect) for ${C(t||"the request")}. The CLI does NOT follow redirects on credential-bearing requests \u2014 a cross-origin hop could re-send credentials and the request body to the new host. Check that --api-base / ALLSCALE_API_BASE points at the API origin directly and that no proxy is rewriting it.`,{status:e})}async function Fn(e){if(!(e.status<300||e.status>=400)){try{await e.body?.cancel()}catch{}Wi(e.status,e.url)}}var Bn="--dns-result-order=ipv4first";async function Oe(e,t){if(e.status!==403)return;let n=e.headers.get("content-type")?.toLowerCase()??"",r=e.headers.get("cf-ray")??"",i=e.headers.get("cf-mitigated")?.trim().toLowerCase()==="challenge",o=n.includes("text/html"),s=t?.slice(0,4096)??"",c=/^\s*(?:<!doctype\s+html|<html\b)/i.test(s),u=/cf-error-details|\/cdn-cgi\/(?:challenge-platform|styles\/cf\.errors)|sorry,\s*you have been blocked|attention required[^<]{0,160}cloudflare|cloudflare ray id|error\s*(?:code\s*)?1020/i.test(s);if(!((o||c)&&(i||t!==void 0&&u)))return;if(t===void 0)try{e.body?.cancel().catch(()=>{})}catch{}let f=/^[A-Za-z0-9-]{1,128}$/.test(r)?r:void 0;throw new l("transport.network",`Cloudflare blocked this request before it reached the AllScale API (HTTP 403). This can happen when the release edge accepts IPv4 but rejects IPv6. Retry with NODE_OPTIONS=${Bn} and report the Cloudflare Ray ID to support; the CLI will not automatically retry a possibly mutating request.`,{status:403,edge_provider:"cloudflare",...f?{cf_ray:f}:{},ipv4_workaround:`NODE_OPTIONS=${Bn}`})}var M=class{constructor(t){this.opts=t}opts;refreshInFlight=null;async requestWithMetadata(t){return this.requestInternal(t,{withMetadata:!0})}async request(t){return this.requestInternal(t,{withMetadata:!1})}async requestInternal(t,n){let r=t.timeoutMs??this.opts.requestTimeoutMs??Ki;if(!Number.isFinite(r)||r<1)throw new l("input.invalid","HTTP request timeout must be a positive number of milliseconds.");R(this.opts.apiBase),_e(this.opts.apiBase);let i=this.opts.override?{access_token:this.opts.override.access_token,refresh_token:this.opts.override.refresh_token??""}:await this.opts.tokenStore.get(this.opts.profile),o=ji(t.signal,r);try{return await this.requestWithinDeadline({...t,signal:o.signal},n,i)}catch(s){throw o.timedOut()?new l("transport.timeout",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} timed out after ${r}ms.`,{timeout_ms:r}):t.signal?.aborted&&!(s instanceof l)?new l("transport.network",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} was aborted by the caller.`):s}finally{o.dispose()}}async requestWithinDeadline(t,n,r){let i=new URL(t.path,this.opts.apiBase).toString();on(this.opts.apiBase,i);let o=r?.agent_key,s=t.auth??"auto",c=Gn(t.path),u=s==="required"?!0:s==="none"?!1:Vi(t.path);if((c||s==="required")&&!t._isRefresh&&!this.opts.override&&!r?.access_token&&!o)throw Nn({profile:this.opts.profile,profileExplicit:this.opts.profileExplicit});let d=Rn(t.body),f=!!o||!!r?.access_token;u&&f&&!this.opts.override&&me(this.opts.apiBase,r?.api_base);let p=this.buildHeaders({attachAuth:u&&f,bodyForSig:d,tokens:r,extra:t.headers}),E=Date.now();w({type:"request",method:t.method??"GET",url:i,...t._isRefresh?{refresh:!0}:{}});let g;try{g=await fetch(i,{method:t.method??"GET",headers:p,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(S){throw new l("transport.network",`Network error contacting ${C(i)}: ${S instanceof Error?S.message:String(S)}`)}if(w({type:"response",status:g.status,durationMs:Date.now()-E}),u&&!!r?.access_token&&!o&&g.status===401&&!t._isRefresh&&!this.opts.override){let S=await Hi(this.refreshSingleFlight(),t.signal),N=this.buildHeaders({attachAuth:u&&!!S.access_token,bodyForSig:d,tokens:S,extra:t.headers}),Vn=Date.now();w({type:"request",method:t.method??"GET",url:i});let Re;try{Re=await fetch(i,{method:t.method??"GET",headers:N,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(Ne){throw new l("transport.network",`Network error contacting ${C(i)} on refresh-retry: ${Ne instanceof Error?Ne.message:String(Ne)}`)}return w({type:"response",status:Re.status,durationMs:Date.now()-Vn}),$n(Re,{withMetadata:n.withMetadata,authBearing:u,responseKind:Dn(t)})}return $n(g,{withMetadata:n.withMetadata,authBearing:u&&f,agentKeyAuth:u&&!!o,responseKind:Dn(t)})}buildHeaders(t){let r={Accept:"application/json","Content-Type":"application/json",...yt(t.bodyForSig,this.opts.apiBase),...t.extra};if(t.attachAuth){r.Authorization=vn;let i=t.tokens;if(i?.agent_key)return r[Mi]=i.agent_key,r;let o=i?.access_token;o&&(r.Cookie=gt([{name:Le,value:o}]))}return r}async refreshSingleFlight(){return this.refreshInFlight?this.refreshInFlight:(this.refreshInFlight=this.doRefresh().finally(()=>{this.refreshInFlight=null}),this.refreshInFlight)}async adoptConcurrentlyRotatedTokens(t){let n;try{n=await this.opts.tokenStore.get(this.opts.profile)}catch{return null}if(!n?.access_token||!n?.refresh_token||n.refresh_token===t.refresh_token)return null;if(me(this.opts.apiBase,n.api_base),n.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than use it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");return n}async doRefresh(){let t=await this.opts.tokenStore.get(this.opts.profile);if(!t?.access_token||!t?.refresh_token)throw new l("auth.token_expired",`No refresh token available; log in again \u2014 ${ce()}.`);if(me(this.opts.apiBase,t.api_base),t.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than overwrite it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");let n=new URL("/api/public/auth/refresh_token",this.opts.apiBase).toString(),r=gt([{name:Le,value:t.access_token},{name:ht,value:t.refresh_token}]),i=yt("",this.opts.apiBase);w({type:"request",method:"POST",url:n,refresh:!0});let o=new AbortController,s=!1,c=setTimeout(()=>{s=!0,o.abort()},1e4),u;try{u=await fetch(n,{method:"POST",headers:{Accept:"application/json",Cookie:r,...i},signal:o.signal,redirect:"manual"})}catch(g){throw w({type:"refresh",ok:!1}),new l("transport.network",s&&g instanceof Error&&g.name==="AbortError"?`Token refresh against ${C(n)} timed out after 10s with no response.`:`Network error during token refresh against ${C(n)}: ${g instanceof Error?g.message:String(g)}`)}finally{clearTimeout(c)}w({type:"response",status:u.status,durationMs:0});try{await Fn(u)}catch(g){throw w({type:"refresh",ok:!1}),g}if(u.status!==200){let g=null;try{await Oe(u);let m=await to(u);await Oe(u,m),Kn(u.status,m),u.status===401&&(g=await this.adoptConcurrentlyRotatedTokens(t))}catch(m){throw w({type:"refresh",ok:!1}),m}if(g)return w({type:"refresh",ok:!0,adopted:!0}),g;throw w({type:"refresh",ok:!1}),new l("auth.token_expired",`Refresh token was rejected; re-authenticate \u2014 ${ce()}.`,{status:u.status})}let d=Ln(u.headers),f=mt(d,Le),p=mt(d,ht);if(!f||!p)throw w({type:"refresh",ok:!1}),new l("auth.token_expired","Refresh response did not include new access/refresh cookies.");let E={...t,access_token:f,refresh_token:p};return await this.opts.tokenStore.set(this.opts.profile,E),w({type:"refresh",ok:!0}),E}},zi=["/secure","/api/secure","/v1/secure","/api/v1/secure"];function Gn(e){let t=e.split(/[?#]/,1)[0];return zi.some(n=>t===n||t.startsWith(`${n}/`))}var Ji=[/^\/(api\/)?(v1\/)?public\/businesses\/payments?(\/|$)/,/^\/(api\/)?(v1\/)?public\/businesses\/transactions?(\/|$)/];function bt(e){let t=e.split(/[?#]/,1)[0];return Ji.some(n=>n.test(t))}function Vi(e){return Gn(e)||bt(e)}async function $n(e,t={}){await Fn(e);let n=e.status>=200&&e.status<300;n||await Oe(e);let r=t.responseKind??"mutation",o=await St(e,n?r==="query"?qi:Yi:Et,{oversizeKind:n?r==="query"?"successful-query":"successful-mutation":"backend-envelope"});n||await Oe(e,o);let s=null;if(o.length>0)try{s=JSON.parse(o)}catch{s={raw:o}}if(e.status>=200&&e.status<300){if(t.withMetadata){let u={};return e.headers.forEach((d,f)=>{u[f]=d}),{status:e.status,headers:u,body:s}}return s}let c=no(s)??`HTTP ${e.status}`;if(Kn(e.status,s),Qi(e.status,s,t),e.status===401){if(t.agentKeyAuth)throw new l("auth.token_expired","Agent key was rejected (expired or revoked). Re-run `allscale device-login` to mint a new scoped key.",{status:401,body:s});let u=t.authBearing?"auth.token_expired":"input.invalid";throw new l(u,c,{status:401,body:s})}throw e.status===403?new l("auth.permission_denied",c,{status:403,body:s}):e.status===404?new l("not_found",c,{status:404,body:s}):e.status===429?new l("rate_limited",c,{status:429,body:s}):e.status>=500?new l("backend.internal",c,{status:e.status,body:s}):new l("input.invalid",c,{status:e.status,body:s})}function Dn(e){if(e.responseKind)return e.responseKind;let t=(e.method??"GET").toUpperCase();return t==="GET"||t==="HEAD"?"query":"mutation"}var Xi=2014,Un=2004;function Mn(e,t){let n=e;if(typeof e=="string")try{n=JSON.parse(e)}catch{return!1}if(!n||typeof n!="object")return!1;let r=n.code;return r===t||r===String(t)}function Zi(e){return Mn(e,Xi)}function Qi(e,t,n){if(!(e>=200&&e<300)&&n.authBearing&&!(e===401&&n.agentKeyAuth)&&Mn(t,Un))throw new l("auth.token_expired",`The API rejected this credential as invalid. Re-authenticate with ${ce()} and retry. If that does not help, upgrade the CLI \u2014 the API may have rotated the client credential this build carries.`,{status:e,backend_code:Un})}var eo=1e4;async function to(e,t=eo){if(e.status>=200&&e.status<300)return"";try{return await St(e,Et,{timeoutMs:t})}catch{return""}}function Kn(e,t){if(!(e>=200&&e<300)&&Zi(t))throw new l("auth.signature_rejected","The AllScale API rejected this CLI build's request signing key. Download the latest version \u2014 `npm install -g @allscale/cli@latest` \u2014 and retry: retiring an old signing key is how a release is made mandatory. If you are already on the latest version, this build's key row is missing or misprovisioned on the backend \u2014 contact AllScale support. Re-logging in will not help either way; the key ships inside the CLI build itself.",{status:e,body:typeof t=="string"?Pn(t):t})}function no(e){if(!e||typeof e!="object")return;let t=e;if(typeof t.message=="string")return t.message;if(typeof t.detail=="string")return t.detail;if(Array.isArray(t.detail))return JSON.stringify(t.detail)}var ro=/^\/(api\/)?(v1\/)?public\//;function At(e,t={}){let n=typeof t.pathHint=="string"?t.pathHint:"",r=n&&ro.test(n),i=n&&bt(n),o=r&&!i&&!t.forceAuth;if(e.token)return new M({apiBase:e.apiBase,tokenStore:ke(),profile:e.profile,profileExplicit:e.profileExplicit,override:{access_token:e.token}});if(o)return new M({apiBase:e.apiBase,tokenStore:ke(),profile:e.profile,profileExplicit:e.profileExplicit});try{return new M({apiBase:e.apiBase,tokenStore:kn({insecureStorage:e.insecureStorage}),profile:e.profile,profileExplicit:e.profileExplicit})}catch(s){if(i)return new M({apiBase:e.apiBase,tokenStore:ke(),profile:e.profile,profileExplicit:e.profileExplicit});throw s}}var io=new Set;var oo=new Set(["invoice:read_only","invoice:all","contact:read_only","contact:all","claim_link:read_only","claim_link:all","transaction:read_only","transaction:all","store:read_only","store:all","wallet:read_only","wallet:all"]),qn=new Set(["invoice:read_only","invoice:all","contact:read_only","contact:all","transaction:read_only","wallet:read_only","wallet:all","claim_link:read_only","claim_link:all","store:read_only","store:all"]),Yn=new Set(["payroll","admin:user","admin:org","admin:audit"]);function kt(e){let t=e.lastIndexOf(":");return t===-1?e:e.slice(0,t)}var so=new Set(["cli_op:all"]),ao=new Set([...so].map(kt));var Vs=new Set([...[...oo,...qn,...io].map(kt),...Yn,...ao]);var lo=new Set([8100]),ua=new Set([...lo,3e3,3200,3300,3400,3500,3600,4e3,4100,4200,4300,4400,4600,4700,4800,4900,4901,5e3,5200,5300,5400,5500,5600,6050,8300,8301,8302,8306]);var jn="/api/v1/public/claim-links";var co=1e4;function Hn(e,t){let n=encodeURIComponent(e);return t==="claim"?`${jn}/${n}:claim`:`${jn}/${n}`}function ve(e){let t=e["claim-token"],n=e["claim-url"];if((t===void 0?0:1)+(n===void 0?0:1)!=1)throw new l("input.invalid","Pass exactly one of --claim-token or --claim-url.");if(t!==void 0){let i=t.trim();if(!i)throw new l("input.invalid","--claim-token is empty.");return Lt(i,"--claim-token")}let r=n.trim();if(!r)throw new l("input.invalid","--claim-url is empty.");return Lt(uo(r),"--claim-url")}async function Wn(e,t,n=co){let r=e["claim-url"]?.trim();if(!r)return ve(e);let i;try{i=new URL(r)}catch{return ve(e)}let o=/^\/s\/([^/]+)\/?$/.exec(i.pathname);if(!o||e["claim-token"]!==void 0)return ve(e);R(t);let s=new URL(t).origin;if(i.origin!==s||i.username||i.password)throw new l("input.invalid","--claim-url short links must use the configured API origin and must not contain credentials.");let c;try{c=decodeURIComponent(o[1])}catch{throw new l("input.invalid","--claim-url contains a malformed short-link code.")}if(!/^[A-Za-z0-9_-]{1,128}$/.test(c))throw new l("input.invalid","--claim-url contains a malformed short-link code.");let u=new URL(`/s/${encodeURIComponent(c)}`,s),d=new AbortController,f=!1,p=setTimeout(()=>{f=!0,d.abort()},n);p.unref?.();let E;try{E=await fetch(u,{method:"GET",headers:{Accept:"text/html,application/xhtml+xml"},credentials:"omit",redirect:"manual",referrerPolicy:"no-referrer",signal:d.signal})}catch{throw new l(f?"transport.timeout":"transport.network",f?`Claim short-link resolution timed out after ${n}ms.`:"Network error while resolving the claim short link.",f?{timeout_ms:n}:void 0)}finally{clearTimeout(p)}let g=E.headers.get("location");try{E.body?.cancel().catch(()=>{})}catch{}if(E.status!==302||!g)throw new l("transport.network","Claim short-link resolution expected one HTTP 302 redirect to the canonical claim URL.",{status:E.status});let m;try{m=new URL(g,u)}catch{throw new l("transport.network","Claim short-link redirect was malformed.")}if(m.origin!==s||m.username||m.password||m.search||m.hash)throw new l("transport.network","Claim short-link redirect did not stay on the configured API origin.");let S=/^\/claim\/([^/]+)\/?$/.exec(m.pathname);if(!S)throw new l("transport.network","Claim short-link redirect did not target the canonical claim route.");let N;try{N=decodeURIComponent(S[1])}catch{throw new l("transport.network","Claim short-link redirect contained a malformed token.")}return Lt(N,"--claim-url")}function Lt(e,t){if(!/^[A-Za-z0-9_-]{16,256}$/.test(e))throw new l("input.invalid",t==="--claim-url"?"--claim-url does not contain a usable claim token. Paste the full claim link exactly as you received it, without truncating or re-typing it.":"--claim-token must be 16-256 characters, using only letters, digits, `-` and `_`.");return e}function uo(e){let t;try{t=new URL(e)}catch(s){throw new l("input.invalid",`--claim-url is not a valid URL: ${s.message}`)}let n=t.pathname.split("/").filter(Boolean);if(n.length===0)throw new l("input.invalid","--claim-url does not contain a token path segment.");let r=n.lastIndexOf("claim-links"),i=r!==-1&&r+1<n.length?n[r+1]:n[n.length-1],o=i.endsWith(":claim")?i.slice(0,-6):i;try{return decodeURIComponent(o)}catch{throw new l("input.invalid","--claim-url contains a malformed percent-encoded token segment. Paste the full claim link exactly as you received it.")}}function zn(e){if(!e||typeof e!="object")return e;let t=e;if("code"in t&&t.code!==0)throw new l("input.invalid","Backend returned a non-success API envelope.",{code:t.code,errors:t.errors});return"data"in t?t.data:e}function Jn(e,t=""){let n=v()==="public"?"":" [--token <value>] [--api-base <value>]";return`claim-link ${e} (--claim-token <value> | --claim-url <value>) [--json] [--profile <value>]${n} [--insecure-storage]`+t}var Ce=class e extends ne{static description="Read the public receiver-facing status snapshot for a Claim Link bearer token or URL.";static examples=["$ allscale claim-link status --claim-token claim-token-from-share-link","$ allscale claim-link status --claim-url https://app.allscale.io/claim/claim-token-from-share-link"];static usage=Jn("status");static requiresInput=!0;static flags={"claim-token":re.Flags.string({helpGroup:"REQUIRED (ONE OF)",description:"Raw bearer claim token. Secret: prefer env/history-safe invocation."}),"claim-url":re.Flags.string({helpGroup:"REQUIRED (ONE OF)",description:"Canonical claim URL, or a same-origin /s/ short URL resolved with one unauthenticated 302."}),...ne.baseFlags};async runCommand(){let{flags:t}=await this.parse(e),n=this.resolveContext(t),r=await Wn(t,n.apiBase),i=Hn(r),s=await At(n,{pathHint:i}).request({method:"GET",path:i,auth:"none"});return zn(s)}};
|
|
17
17
|
//# sourceMappingURL=status.js.map
|