@wenathlan/extension 1.1.61 → 1.1.62
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 +4 -3
- package/dist/confirmgates.d.ts +60 -0
- package/dist/confirmgates.d.ts.map +1 -0
- package/dist/inboundguard.d.ts +86 -0
- package/dist/inboundguard.d.ts.map +1 -0
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +747 -3
- package/dist/index.js.map +4 -4
- package/dist/memory.d.ts +89 -1
- package/dist/memory.d.ts.map +1 -1
- package/dist/originpolicy.d.ts +10 -0
- package/dist/originpolicy.d.ts.map +1 -1
- package/dist/phishguard.d.ts +24 -0
- package/dist/phishguard.d.ts.map +1 -0
- package/dist/policy.d.ts +68 -1
- package/dist/policy.d.ts.map +1 -1
- package/dist/protocol.d.ts +88 -0
- package/dist/protocol.d.ts.map +1 -1
- package/dist/redactshots.d.ts +54 -0
- package/dist/redactshots.d.ts.map +1 -0
- package/dist/secretvault.d.ts +89 -0
- package/dist/secretvault.d.ts.map +1 -0
- package/dist/transparency.d.ts +46 -0
- package/dist/transparency.d.ts.map +1 -0
- package/dist/types.d.ts +173 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/extension/dist/background.js +984 -54
- package/extension/dist/background.js.map +4 -4
- package/extension/dist/manifest.json +5 -1
- package/extension/dist/pagebridge.js.map +2 -2
- package/extension/dist/popup.html +1 -1
- package/extension/dist/popup.js +15 -0
- package/extension/dist/popup.js.map +2 -2
- package/extension/dist/sidepanel.js +52 -0
- package/extension/dist/sidepanel.js.map +2 -2
- package/extension/dist/transparencypage.html +24 -0
- package/extension/dist/transparencypage.js +156 -0
- package/extension/dist/transparencypage.js.map +7 -0
- package/extension/manifest.json +5 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const protocolversion: "1.1.
|
|
1
|
+
export declare const protocolversion: "1.1.62";
|
|
2
2
|
/** Every reviewed action kind. Read kinds observe, interaction kinds move focus, sensitive kinds change page or browser state. */
|
|
3
3
|
export type actionkind = "observe" | "inspect" | "extract" | "wait" | "waitfor" | "waittext" | "readattribute" | "readstyle" | "readgeometry" | "readvalue" | "readtext" | "readhtml" | "countelements" | "readtable" | "readlinks" | "readimages" | "readmeta" | "readforms" | "readstorage" | "highlight" | "tablist" | "windowlist" | "tabsnapshot" | "focus" | "scroll" | "hover" | "clickdeep" | "rightclick" | "doubleclick" | "scrollpage" | "scrollby" | "scrollend" | "scrolltop" | "fullscreen" | "zoomset" | "click" | "type" | "navigate" | "select" | "presskey" | "drag" | "drop" | "upload" | "clear" | "check" | "uncheck" | "toggle" | "submit" | "reload" | "back" | "forward" | "writestorage" | "setattribute" | "removeattribute" | "evaluate" | "tabcreate" | "tabactivate" | "tabclose" | "tabreload" | "windowcreate" | "windowclose" | "windowresize" | "downloadfile" | "movepointer" | "clickpoint" | "shiftclick" | "clicktext" | "clickaria" | "clickname" | "resolvexpath" | "typetime" | "appendtext" | "setvalue" | "typeedit" | "keyhold" | "keyrelease" | "submitsearch" | "selectmulti" | "chooseradio" | "setslider" | "setdate" | "setcolor" | "expanddetails" | "dismissdialog" | "pierceshadow" | "enterframe" | "retryaction" | "mapclicks" | "verifyvisible" | "verifyenabled" | "a11ytree" | "readvisible" | "readertree" | "detectlists" | "detecttables" | "readjson" | "watchmutate" | "waitquiet" | "watchbanner" | "detectinfinitescroll" | "detectvirtual" | "detectlazy" | "readscrollpos" | "readlang" | "readoutline" | "countpages" | "listshadow" | "listframes" | "classifypage" | "fingerprintsection" | "diffsnapshots" | "readselection" | "watchfocus" | "detectsticky" | "detectscrolllock" | "readopengraph" | "detectlanguage" | "deriveselector" | "openlink" | "openprivate" | "reloadcache" | "stopnav" | "waitload" | "waiturl" | "followlink" | "spanav" | "spawait" | "rewritequery" | "setfragment" | "navlist" | "navprofile" | "detecthttp" | "readredirects" | "readfinalurl" | "handleauth" | "printpdf" | "prefetch" | "preconnect" | "deeplink" | "reopentab" | "trailaudit" | "pausenav" | "navintent" | "navrate" | "openclipboard" | "checksafe" | "batchopen" | "querytabs" | "duplicatetab" | "closepattern" | "pintab" | "mutetab" | "movetab" | "movetabwindow" | "grouptabs" | "colorgroup" | "collapsegroup" | "discardtab" | "reloadtabs" | "zoomin" | "zoomout" | "watchtab" | "switchtab" | "maximizewindow" | "minimizewindow" | "restorewindow" | "focuswindow" | "scratchwindow" | "incognitowindow" | "restoretab" | "savelayout" | "restorelayout" | "findclones" | "searchtabs" | "badgetab" | "attachmeta" | "listaudio" | "reopenrun" | "snapshotsession" | "fillform" | "filllabel" | "fillplaceholder" | "detectfields" | "generatevalues" | "saveprofiles" | "asksubmit" | "submitform" | "readerrors" | "retryform" | "runwizard" | "selectchain" | "picktypeahead" | "pickdate" | "attachfile" | "handoffcaptcha" | "fillcard" | "fillcode" | "consentpassword" | "skiphoneypot" | "detectlogin" | "detecttemplate" | "scrapetable" | "exportcsv" | "exportjson" | "exportexcel" | "copytable" | "pushsheets" | "importcsv" | "looprows" | "transformvalues" | "deduperows" | "paginateextract" | "mergepages" | "stamplerows" | "previewgrid" | "streamdisk" | "resumeextract" | "logprovenance" | "batchdownload" | "pausedownload" | "resumedownload" | "verifydownload" | "interceptmime" | "exportnetlog" | "readclipboard" | "writeclipboard" | "copyscreen" | "quarantinedownload" | "scanvirus" | "namecaptures" | "cleanupartifacts" | "shotview" | "shotfullpage" | "shotelement" | "shotregion" | "contactsheet" | "capturepdf" | "recordscreen" | "captureaudio" | "captureframe" | "downloadimages" | "shotcanvas" | "probestream" | "readmedia" | "readassets" | "timelapse" | "convertimage" | "makethumbs" | "fetchurl" | "parsejson" | "parsehtml" | "callrest" | "callgraphql" | "opensocket" | "sendmessage" | "waitmessage" | "watchrequests" | "readheaders" | "capturebodies" | "subscribesse" | "longpoll" | "mapapi" | "extractapi" | "blockrequest" | "mockresponse" | "rewriteheaders" | "setcookies" | "readcookies" | "clearcookies" | "authflow" | "saveapikey" | "routeproxy" | "postform" | "postfiles" | "watchconsole" | "watcherrors" | "watchtasks" | "attachcdp" | "detachcdp" | "cdpcmd" | "watchcdp" | "setbreakpoint" | "stepcode" | "watchexpr" | "overridescript" | "measureflow" | "heapshot" | "trackmemory" | "profilecpu" | "watchshifts" | "traceload" | "annotatetrace" | "replaytrace" | "capturesourcemaps" | "emulatedevice" | "emulatenetwork" | "emulatelocate" | "setuseragent" | "overridepermission" | "blackboxscripts" | "persiststate" | "capturesession" | "restoresession" | "namedsessions" | "diffsessions" | "searchsessions" | "exportsessions" | "importsessions" | "composeworkflow" | "savetemplate" | "runworkflow" | "dryrun" | "delay" | "waitelement" | "compute" | "extractvars" | "listruns" | "condition" | "branch" | "loop" | "repeatuntil" | "whileloop" | "foreach" | "parallel" | "trycatch" | "visitrule" | "urlrule" | "menurule" | "keyrule" | "buttonrule" | "cronrule" | "intervalrule" | "urllistrule" | "webhookrule" | "eventrule";
|
|
4
4
|
export type actionrisk = "read" | "interaction" | "sensitive";
|
|
5
5
|
export type planstate = "draft" | "pending" | "approved" | "rejected" | "expired" | "completed" | "cancelled";
|
|
6
|
-
export type auditkind = "configure" | "session" | "observe" | "proposal" | "approval" | "action" | "error" | "stop" | "pause" | "resume" | "complete" | "capability" | "tab" | "window" | "download" | "pointer" | "dialog" | "hold" | "retry" | "observation" | "watch" | "diff" | "navigation" | "redirect" | "auth" | "prefetch" | "rate" | "group" | "layout" | "discard" | "badge" | "fill" | "submit" | "consent" | "handoff" | "scrape" | "export" | "stream" | "provenance" | "resume" | "intercept" | "clipboard" | "quarantine" | "cleanup" | "capture" | "media" | "call" | "socket" | "replay" | "control" | "timeline" | "debugger" | "profile" | "emulation" | "workflow" | "trigger" | "protocol" | "tool" | "model" | "swarm" | "environment" | "worker" | "sandbox" | "grant" | "expiry" | "revoke" | "deny" | "seal" | "mask";
|
|
6
|
+
export type auditkind = "configure" | "session" | "observe" | "proposal" | "approval" | "action" | "error" | "stop" | "pause" | "resume" | "complete" | "capability" | "tab" | "window" | "download" | "pointer" | "dialog" | "hold" | "retry" | "observation" | "watch" | "diff" | "navigation" | "redirect" | "auth" | "prefetch" | "rate" | "group" | "layout" | "discard" | "badge" | "fill" | "submit" | "consent" | "handoff" | "scrape" | "export" | "stream" | "provenance" | "resume" | "intercept" | "clipboard" | "quarantine" | "cleanup" | "capture" | "media" | "call" | "socket" | "replay" | "control" | "timeline" | "debugger" | "profile" | "emulation" | "workflow" | "trigger" | "protocol" | "tool" | "model" | "swarm" | "environment" | "worker" | "sandbox" | "grant" | "expiry" | "revoke" | "deny" | "seal" | "mask" | "vault" | "gate" | "phish" | "defer" | "schema" | "inbound" | "transparency";
|
|
7
7
|
/** Observation mode classes: passive capture, watched lifetimes and diffing passes. */
|
|
8
8
|
export type observationmode = "passive" | "watching" | "diffing";
|
|
9
9
|
export interface toolstep {
|
|
@@ -222,6 +222,10 @@ export interface runsettings {
|
|
|
222
222
|
consentduration?: number;
|
|
223
223
|
/** Retention window for stored sealed run logs; an absent window keeps every sealed log while the chain verification summaries always survive. */
|
|
224
224
|
logretention?: number;
|
|
225
|
+
/** The phishguard lookalike distance threshold between zero and one the user chooses; a login origin whose distance to a granted origin crosses the threshold blocks the step. */
|
|
226
|
+
phishdistance?: number;
|
|
227
|
+
/** The freshness window of stored phishguard verdicts in milliseconds; an absent window keeps every verdict fresh while the records always survive for the audit trail. */
|
|
228
|
+
phishfreshness?: number;
|
|
225
229
|
/** User configured mask shapes for sensitive field shapes beyond the documented password, token, card and secret families; per origin mask rules extend this list. */
|
|
226
230
|
maskshapes?: string[];
|
|
227
231
|
}
|
|
@@ -250,6 +254,8 @@ export interface planprogress {
|
|
|
250
254
|
environments?: Record<string, environmentkind>;
|
|
251
255
|
/** The worker turnaround of every offloaded step by step id, in milliseconds. */
|
|
252
256
|
turnarounds?: Record<string, number>;
|
|
257
|
+
/** The gate wait of every gated step by step id: the confirm gate the step waited at with its waited milliseconds. */
|
|
258
|
+
gatewaits?: Record<string, gatewaitevidence>;
|
|
253
259
|
/** Prior progress snapshots preserved when a new plan replaces the tracked one. */
|
|
254
260
|
prior?: planprogress[];
|
|
255
261
|
updatedat: number;
|
|
@@ -1146,6 +1152,10 @@ export interface shotrecord {
|
|
|
1146
1152
|
annotated?: boolean;
|
|
1147
1153
|
exporttarget?: captureexport;
|
|
1148
1154
|
target?: string;
|
|
1155
|
+
/** True when redactshot regions covered the capture before storage; the masked regions never reach the stored bytes. */
|
|
1156
|
+
redacted?: boolean;
|
|
1157
|
+
/** The count of redactshot regions the capture seam masked before storage. */
|
|
1158
|
+
redactedregions?: number;
|
|
1149
1159
|
/** True once the retention window expired the bytes; the metadata stays for the audit trail. */
|
|
1150
1160
|
bytesexpired?: boolean;
|
|
1151
1161
|
}
|
|
@@ -4295,7 +4305,7 @@ export interface sealedrunstate {
|
|
|
4295
4305
|
/** The sensitive classes of the 1.1.61 family: payment, credential, delete and publish steps each need one fresh consent prompt per class per origin. */
|
|
4296
4306
|
export type sensitiveclass = "payment" | "credential" | "delete" | "publish";
|
|
4297
4307
|
/** The event kinds of the immutable run log: step transitions, grants, window expiries, revocations, denials, suspensions, resumes and the completion seal. */
|
|
4298
|
-
export type logeventkind = "step" | "grant" | "expiry" | "revoke" | "deny" | "suspend" | "resume" | "seal";
|
|
4308
|
+
export type logeventkind = "step" | "grant" | "expiry" | "revoke" | "deny" | "suspend" | "resume" | "seal" | "gate" | "phish" | "schema" | "inbound";
|
|
4299
4309
|
/** The hash chain fields of one immutable log entry: the hash of its predecessor, the entry hash written at append time and the algorithm that derives both. */
|
|
4300
4310
|
export interface loghash {
|
|
4301
4311
|
previous: string;
|
|
@@ -4424,5 +4434,165 @@ export interface securityview {
|
|
|
4424
4434
|
sealedat?: number;
|
|
4425
4435
|
}>;
|
|
4426
4436
|
posture: "denydefault";
|
|
4437
|
+
/** The open and resolved confirm gates of the 1.1.62 family with their payloads and human action provenance. */
|
|
4438
|
+
gates?: confirmgate[];
|
|
4439
|
+
/** The gate resolution events with their human action provenance. */
|
|
4440
|
+
resolutions?: gateresolution[];
|
|
4441
|
+
/** The deferred automation commands waiting for their ratelimit bucket reset. */
|
|
4442
|
+
deferred?: deferredevent[];
|
|
4443
|
+
/** The stored phishguard verdicts with their distance scores. */
|
|
4444
|
+
phishverdicts?: phishverdict[];
|
|
4445
|
+
/** The secretvault metadata with labels and scopes only; the values never leave the vault seam. */
|
|
4446
|
+
vault?: secretvaultentry[];
|
|
4447
|
+
/** The connectallow entries of external senders; the list ships empty by default. */
|
|
4448
|
+
connectallow?: connectallowentry[];
|
|
4449
|
+
/** The safedefaults applications with their first seen origins. */
|
|
4450
|
+
safedefaults?: safedefaultapplication[];
|
|
4451
|
+
/** The redactshot regions per origin and page template with their geometry and reason. */
|
|
4452
|
+
redactregions?: redactregion[];
|
|
4453
|
+
}
|
|
4454
|
+
/**
|
|
4455
|
+
* Security part two contracts of the 1.1.62 family.
|
|
4456
|
+
* The protections for secrets, messages and money live here: the secretvault keeps passwords and tokens behind a vault seam with only labels, scopes, provenance and digests persisting, redactshots mask sensitive capture regions across every capture kind, schemastrict rejects every inbound command field the grammar never declared, origincheck and connectallow guard every runtime message and port connection while dropping unknown senders, ratelimit buckets bound automation commands per origin and per session with deferral until the window resets, confirmpay, confirmdelete and confirmcreds put one distinct human action in front of payments, deletions and credential use with no batch approval and no timeout, phishguard watches login targets for lookalike origins against the granted origins under the user threshold, safedefaults profile unknown origins as reads only, and permdiff records every installed permission change for the transparencypage.
|
|
4457
|
+
* The consent gates do not move: every security operation rides the same session, plan and origin review, and no security record ever bypasses the human review.
|
|
4458
|
+
*/
|
|
4459
|
+
/** The provenance of one secretvault record: the user typed the secret, or a reviewed session step stored it. */
|
|
4460
|
+
export type secretprovenance = "user" | "session";
|
|
4461
|
+
/** One secretvault record: the label, the exact origin scope, the profile workspace, the provenance and the sha-256 verification digest; the value itself lives behind the vault seam and never persists in any storage area, log or export. */
|
|
4462
|
+
export interface secretvaultentry {
|
|
4463
|
+
vaultid: string;
|
|
4464
|
+
label: string;
|
|
4465
|
+
scope: string;
|
|
4466
|
+
profileid: string;
|
|
4467
|
+
provenance: secretprovenance;
|
|
4468
|
+
algorithm: "sha-256";
|
|
4469
|
+
digest: string;
|
|
4470
|
+
createdat: number;
|
|
4471
|
+
lastusedat?: number;
|
|
4472
|
+
}
|
|
4473
|
+
/** The vault seam the background implements: values enter and leave through put, fetch and drop only, so no plaintext value ever reaches a storage writer, a log entry or an export path. */
|
|
4474
|
+
export interface vaultseam {
|
|
4475
|
+
put(vaultid: string, value: string): Promise<void>;
|
|
4476
|
+
fetch(vaultid: string): Promise<string | undefined>;
|
|
4477
|
+
drop(vaultid: string): Promise<void>;
|
|
4478
|
+
}
|
|
4479
|
+
/** One redactshot region: the geometry on the capture surface in css pixels, the plain language reason and whether the user drew it or a sensitive field shape derived it. */
|
|
4480
|
+
export interface redactregion {
|
|
4481
|
+
id: string;
|
|
4482
|
+
origin: string;
|
|
4483
|
+
template: string;
|
|
4484
|
+
x: number;
|
|
4485
|
+
y: number;
|
|
4486
|
+
width: number;
|
|
4487
|
+
height: number;
|
|
4488
|
+
reason: string;
|
|
4489
|
+
source: "fieldshape" | "userdrawn";
|
|
4490
|
+
createdat: number;
|
|
4491
|
+
}
|
|
4492
|
+
/** The capture surfaces redactshots covers: viewport, element and stitched captures alike. */
|
|
4493
|
+
export type capturesurface = "viewport" | "element" | "stitched";
|
|
4494
|
+
/** One schemastrict error: the path inside the command, the expected shape, the found shape and the reason in plain language; the error echoes no payload. */
|
|
4495
|
+
export interface schemaerror {
|
|
4496
|
+
path: string;
|
|
4497
|
+
expected: string;
|
|
4498
|
+
found: string;
|
|
4499
|
+
reason: string;
|
|
4500
|
+
}
|
|
4501
|
+
/** One origincheck verdict of an inbound runtime message or port connection: accepted, or dropped with the sender and its origin named. */
|
|
4502
|
+
export interface origincheckverdict {
|
|
4503
|
+
accepted: boolean;
|
|
4504
|
+
sender: string;
|
|
4505
|
+
origin: string;
|
|
4506
|
+
reason: string;
|
|
4507
|
+
}
|
|
4508
|
+
/** One connectallow entry: the external sender the user allowed with its display name and optional origin; the list ships empty by default and holds user managed entries only. */
|
|
4509
|
+
export interface connectallowentry {
|
|
4510
|
+
senderid: string;
|
|
4511
|
+
displayname: string;
|
|
4512
|
+
origin?: string;
|
|
4513
|
+
addedat: number;
|
|
4514
|
+
}
|
|
4515
|
+
/** One ratelimit bucket of automation commands per origin and per session: the user configured bound and window, the used count, the window start and the reset time. */
|
|
4516
|
+
export interface ratelimitbucket {
|
|
4517
|
+
origin: string;
|
|
4518
|
+
sessionid: string;
|
|
4519
|
+
limit: number;
|
|
4520
|
+
window: number;
|
|
4521
|
+
used: number;
|
|
4522
|
+
windowstartedat: number;
|
|
4523
|
+
resetsat: number;
|
|
4524
|
+
}
|
|
4525
|
+
/** One deferred command event: the step the bucket deferred, the reason and the reset time it waits for. */
|
|
4526
|
+
export interface deferredevent {
|
|
4527
|
+
id: string;
|
|
4528
|
+
stepid: string;
|
|
4529
|
+
kind: string;
|
|
4530
|
+
origin: string;
|
|
4531
|
+
reason: string;
|
|
4532
|
+
resetsat: number;
|
|
4533
|
+
at: number;
|
|
4534
|
+
}
|
|
4535
|
+
/** The gated step families of the 1.1.62 family: payments, destructive deletions and credential use each pause in front of a human. */
|
|
4536
|
+
export type gatekind = "confirmpay" | "confirmdelete" | "confirmcreds";
|
|
4537
|
+
/** One confirm gate: the step it holds, the payload the human reviews and the state only one explicit human action resolves; no timeout ever resolves a gate and no batch approval resolves two. */
|
|
4538
|
+
export interface confirmgate {
|
|
4539
|
+
gateid: string;
|
|
4540
|
+
kind: gatekind;
|
|
4541
|
+
stepid: string;
|
|
4542
|
+
runid: string;
|
|
4543
|
+
origin: string;
|
|
4544
|
+
/** confirmpay carries the amount, the payee origin and the target element; confirmdelete carries the target, the scope and the irreversibility; confirmcreds carries the credential label only, never its value. */
|
|
4545
|
+
payload: Record<string, string>;
|
|
4546
|
+
state: "open" | "resolved" | "refused";
|
|
4547
|
+
openedat: number;
|
|
4548
|
+
resolvedat?: number;
|
|
4549
|
+
actor?: string;
|
|
4550
|
+
}
|
|
4551
|
+
/** One gate resolution event with its human action provenance: one gate, one decision, one acting user. */
|
|
4552
|
+
export interface gateresolution {
|
|
4553
|
+
gateid: string;
|
|
4554
|
+
kind: gatekind;
|
|
4555
|
+
stepid: string;
|
|
4556
|
+
decision: "resolved" | "refused";
|
|
4557
|
+
actor: string;
|
|
4558
|
+
at: number;
|
|
4559
|
+
}
|
|
4560
|
+
/** One gate wait evidence of the progress log: the gate the step waited at and the milliseconds it waited. */
|
|
4561
|
+
export interface gatewaitevidence {
|
|
4562
|
+
gateid: string;
|
|
4563
|
+
kind: string;
|
|
4564
|
+
openedat: number;
|
|
4565
|
+
resolvedat: number;
|
|
4566
|
+
waitedms: number;
|
|
4567
|
+
}
|
|
4568
|
+
/** One phishguard verdict: the login origin checked, the closest granted origin with the lookalike distance, the user threshold and the block decision that names the matched origin. */
|
|
4569
|
+
export interface phishverdict {
|
|
4570
|
+
origin: string;
|
|
4571
|
+
matchedorigin?: string;
|
|
4572
|
+
distance: number;
|
|
4573
|
+
threshold: number;
|
|
4574
|
+
blocked: boolean;
|
|
4575
|
+
reason: string;
|
|
4576
|
+
at: number;
|
|
4577
|
+
}
|
|
4578
|
+
/** One permdiff record between two installed permission versions: the added and removed permissions with the computed time. */
|
|
4579
|
+
export interface permdiffrecord {
|
|
4580
|
+
fromversion: string;
|
|
4581
|
+
toversion: string;
|
|
4582
|
+
added: string[];
|
|
4583
|
+
removed: string[];
|
|
4584
|
+
computedat: number;
|
|
4585
|
+
}
|
|
4586
|
+
/** One safedefaults application: the unknown origin that received the reads only profile with its first seen time. */
|
|
4587
|
+
export interface safedefaultapplication {
|
|
4588
|
+
origin: string;
|
|
4589
|
+
firstseenat: number;
|
|
4590
|
+
}
|
|
4591
|
+
/** One transparency grant row of the transparencypage: the origin, the scope, the boundary and the revoke action it offers. */
|
|
4592
|
+
export interface transparencygrant {
|
|
4593
|
+
origin: string;
|
|
4594
|
+
scope: string;
|
|
4595
|
+
boundary: string;
|
|
4596
|
+
grantedat: number;
|
|
4427
4597
|
}
|
|
4428
4598
|
//# sourceMappingURL=types.d.ts.map
|