@vlayer/sdk 0.2.0-nightly-20250416-76a73506c214657d1e39c2ee8f49395752533922 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/webProof/steps/index.d.ts +1 -1
- package/dist/api/webProof/steps/notarize.d.ts +2 -2
- package/dist/api/webProof/steps/notarize.d.ts.map +1 -1
- package/dist/api/webProof/steps/notarize.js +1 -2
- package/dist/api/webProof/steps/notarize.js.map +1 -1
- package/dist/web-proof-commons/index.d.ts +0 -1
- package/dist/web-proof-commons/index.d.ts.map +1 -1
- package/dist/web-proof-commons/index.js +0 -1
- package/dist/web-proof-commons/index.js.map +1 -1
- package/dist/web-proof-commons/types/message.d.ts +7 -23
- package/dist/web-proof-commons/types/message.d.ts.map +1 -1
- package/dist/web-proof-commons/types/message.js +1 -8
- package/dist/web-proof-commons/types/message.js.map +1 -1
- package/package.json +2 -2
- package/dist/web-proof-commons/types/notarizeOutput.d.ts +0 -14
- package/dist/web-proof-commons/types/notarizeOutput.d.ts.map +0 -1
- package/dist/web-proof-commons/types/notarizeOutput.js +0 -6
- package/dist/web-proof-commons/types/notarizeOutput.js.map +0 -1
@@ -4,7 +4,7 @@ import { notarize } from "./notarize.js";
|
|
4
4
|
declare const steps: {
|
5
5
|
expectUrl: (url: string, label: string) => import("../../../index.js").WebProofStepExpectUrl;
|
6
6
|
startPage: (url: string, label: string) => import("../../../index.js").WebProofStepStartPage;
|
7
|
-
notarize: (url: string, method: string | undefined, label: string, redact?: import("../../../web-proof-commons/index.js").RedactionConfig
|
7
|
+
notarize: (url: string, method: string | undefined, label: string, redact?: import("../../../web-proof-commons/index.js").RedactionConfig) => import("../../../index.js").WebProofStepNotarize;
|
8
8
|
};
|
9
9
|
export { expectUrl, startPage, notarize, steps };
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import { type WebProofStepNotarize, type RedactionConfig
|
2
|
-
export declare const notarize: (url: string, method: string | undefined, label: string, redact?: RedactionConfig
|
1
|
+
import { type WebProofStepNotarize, type RedactionConfig } from "../../../web-proof-commons/index.js";
|
2
|
+
export declare const notarize: (url: string, method: string | undefined, label: string, redact?: RedactionConfig) => WebProofStepNotarize;
|
3
3
|
//# sourceMappingURL=notarize.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"notarize.d.ts","sourceRoot":"","sources":["../../../../src/api/webProof/steps/notarize.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,eAAe,
|
1
|
+
{"version":3,"file":"notarize.d.ts","sourceRoot":"","sources":["../../../../src/api/webProof/steps/notarize.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACrB,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,QAAQ,GACnB,KAAK,MAAM,EACX,QAAQ,MAAM,YAAQ,EACtB,OAAO,MAAM,EACb,SAAS,eAAe,KAQnB,oBACN,CAAC"}
|
@@ -1,11 +1,10 @@
|
|
1
1
|
import { EXTENSION_STEP, } from "../../../web-proof-commons/index.js";
|
2
|
-
export const notarize = (url, method = "GET", label, redact
|
2
|
+
export const notarize = (url, method = "GET", label, redact) => {
|
3
3
|
return {
|
4
4
|
url,
|
5
5
|
method,
|
6
6
|
label,
|
7
7
|
redact: redact ?? [],
|
8
|
-
outputs: outputs ?? [],
|
9
8
|
step: EXTENSION_STEP.notarize,
|
10
9
|
};
|
11
10
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"notarize.js","sourceRoot":"","sources":["../../../../src/api/webProof/steps/notarize.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,
|
1
|
+
{"version":3,"file":"notarize.js","sourceRoot":"","sources":["../../../../src/api/webProof/steps/notarize.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,GAGf,MAAM,4BAA4B,CAAC;AAEpC,MAAM,CAAC,MAAM,QAAQ,GAAG,CACtB,GAAW,EACX,SAAiB,KAAK,EACtB,KAAa,EACb,MAAwB,EACxB,EAAE;IACF,OAAO;QACL,GAAG;QACH,MAAM;QACN,KAAK;QACL,MAAM,EAAE,MAAM,IAAI,EAAE;QACpB,IAAI,EAAE,cAAc,CAAC,QAAQ;KACN,CAAC;AAC5B,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/web-proof-commons/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/web-proof-commons/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/web-proof-commons/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/web-proof-commons/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC"}
|
@@ -1,13 +1,11 @@
|
|
1
1
|
import type { Branded } from "../utils.js";
|
2
2
|
import { type RedactionConfig } from "./redaction.js";
|
3
3
|
import type { PresentationJSON as TLSNPresentationJSON } from "tlsn-js/src/types";
|
4
|
-
import type { OutputsConfig } from "./notarizeOutput.js";
|
5
4
|
export declare const EXTENSION_STEP: {
|
6
5
|
readonly expectUrl: "expectUrl";
|
7
6
|
readonly startPage: "startPage";
|
8
7
|
readonly notarize: "notarize";
|
9
|
-
readonly
|
10
|
-
readonly clickButton: "clickButton";
|
8
|
+
readonly fetchAndNotarize: "fetchAndNotarize";
|
11
9
|
};
|
12
10
|
export type ExtensionStep = (typeof EXTENSION_STEP)[keyof typeof EXTENSION_STEP];
|
13
11
|
export declare const enum ExtensionAction {
|
@@ -84,7 +82,7 @@ export type WebProverSessionConfig = {
|
|
84
82
|
token?: string;
|
85
83
|
steps: WebProofStep[];
|
86
84
|
};
|
87
|
-
export type WebProofStep = WebProofStepNotarize | WebProofStepExpectUrl | WebProofStepStartPage |
|
85
|
+
export type WebProofStep = WebProofStepNotarize | WebProofStepExpectUrl | WebProofStepStartPage | WebProofStepFetchAndNotarize;
|
88
86
|
export type UrlPattern = Branded<string, "UrlPattern">;
|
89
87
|
export type Url = Branded<UrlPattern, "Url">;
|
90
88
|
type BrandedStep<S extends ExtensionStep, T> = Branded<T & {
|
@@ -95,7 +93,6 @@ export type WebProofStepNotarize = BrandedStep<typeof EXTENSION_STEP.notarize, {
|
|
95
93
|
method: string;
|
96
94
|
label: string;
|
97
95
|
redact: RedactionConfig;
|
98
|
-
outputs: OutputsConfig;
|
99
96
|
}>;
|
100
97
|
export type WebProofStepStartPage = BrandedStep<typeof EXTENSION_STEP.startPage, {
|
101
98
|
url: Url;
|
@@ -105,29 +102,16 @@ export type WebProofStepExpectUrl = BrandedStep<typeof EXTENSION_STEP.expectUrl,
|
|
105
102
|
url: UrlPattern;
|
106
103
|
label: string;
|
107
104
|
}>;
|
108
|
-
export type
|
109
|
-
label: string;
|
105
|
+
export type WebProofStepFetchAndNotarize = BrandedStep<typeof EXTENSION_STEP.fetchAndNotarize, {
|
110
106
|
url: UrlPattern;
|
111
|
-
|
112
|
-
|
113
|
-
|
107
|
+
method: string;
|
108
|
+
body: string;
|
109
|
+
headers: Headers;
|
114
110
|
label: string;
|
115
|
-
|
116
|
-
selector: string;
|
111
|
+
redact: RedactionConfig;
|
117
112
|
}>;
|
118
113
|
type Header = [string, string];
|
119
114
|
export type Headers = Header[];
|
120
|
-
type Variables = Variable[];
|
121
|
-
export type Variable = {
|
122
|
-
name: string;
|
123
|
-
path: string;
|
124
|
-
source: VariableSource;
|
125
|
-
};
|
126
|
-
export declare enum VariableSource {
|
127
|
-
ResponseBody = "ResponseBody",
|
128
|
-
RequestBody = "RequestBody",
|
129
|
-
Headers = "Headers"
|
130
|
-
}
|
131
115
|
export declare enum StepValidationErrors {
|
132
116
|
InvalidUrl = "InvalidUrl",
|
133
117
|
InvalidUrlPattern = "InvalidUrlPattern"
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/web-proof-commons/types/message.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAExC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,OAAO,KAAK,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;
|
1
|
+
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/web-proof-commons/types/message.ts"],"names":[],"mappings":"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"}
|
@@ -5,8 +5,7 @@ export const EXTENSION_STEP = {
|
|
5
5
|
expectUrl: "expectUrl",
|
6
6
|
startPage: "startPage",
|
7
7
|
notarize: "notarize",
|
8
|
-
|
9
|
-
clickButton: "clickButton",
|
8
|
+
fetchAndNotarize: "fetchAndNotarize",
|
10
9
|
};
|
11
10
|
export var ExtensionAction;
|
12
11
|
(function (ExtensionAction) {
|
@@ -33,12 +32,6 @@ export var ExtensionMessageType;
|
|
33
32
|
ExtensionMessageType["CloseSidePanel"] = "CloseSidePanel";
|
34
33
|
ExtensionMessageType["SidePanelClosed"] = "SidePanelClosed";
|
35
34
|
})(ExtensionMessageType || (ExtensionMessageType = {}));
|
36
|
-
export var VariableSource;
|
37
|
-
(function (VariableSource) {
|
38
|
-
VariableSource["ResponseBody"] = "ResponseBody";
|
39
|
-
VariableSource["RequestBody"] = "RequestBody";
|
40
|
-
VariableSource["Headers"] = "Headers";
|
41
|
-
})(VariableSource || (VariableSource = {}));
|
42
35
|
export var StepValidationErrors;
|
43
36
|
(function (StepValidationErrors) {
|
44
37
|
StepValidationErrors["InvalidUrl"] = "InvalidUrl";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"message.js","sourceRoot":"","sources":["../../../src/web-proof-commons/types/message.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAwB,MAAM,aAAa,CAAC;AACnD,OAAO,QAAQ,MAAM,WAAW,CAAC;
|
1
|
+
{"version":3,"file":"message.js","sourceRoot":"","sources":["../../../src/web-proof-commons/types/message.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAwB,MAAM,aAAa,CAAC;AACnD,OAAO,QAAQ,MAAM,WAAW,CAAC;AAGjC,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,gBAAgB,EAAE,kBAAkB;CAC5B,CAAC;AAKX,MAAM,CAAN,IAAkB,eAKjB;AALD,WAAkB,eAAe;IAC/B,sDAAmC,CAAA;IACnC,kEAA+C,CAAA;IAC/C,kDAA+B,CAAA;IAC/B,oDAAiC,CAAA;AACnC,CAAC,EALiB,eAAe,KAAf,eAAe,QAKhC;AAED,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,4CAAyB,CAAA;IACzB,sCAAmB,CAAA;IACnB,gCAAa,CAAA;IACb,kCAAe,CAAA;AACjB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAoBD,MAAM,CAAN,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC9B,+CAAuB,CAAA;IACvB,iDAAyB,CAAA;IACzB,qDAA6B,CAAA;IAC7B,+CAAuB,CAAA;IACvB,2DAAmC,CAAA;IACnC,+FAAuE,CAAA;IACvE,yDAAiC,CAAA;IACjC,2DAAmC,CAAA;AACrC,CAAC,EATW,oBAAoB,KAApB,oBAAoB,QAS/B;AAyFD,MAAM,CAAN,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,iDAAyB,CAAA;IACzB,+DAAuC,CAAA;AACzC,CAAC,EAHW,oBAAoB,KAApB,oBAAoB,QAG/B;AAED,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,sDAAwB,CAAA;IACxB,qEAAuC,CAAA;AACzC,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAED,MAAM,OAAO,mBAAoB,SAAQ,KAAK;IAC5C,YAAY,OAAe,EAAE,IAA0B;QACrD,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;CACF;AAED,MAAM,UAAU,SAAS,CAAC,GAAW;IACnC,MAAM,KAAK,GAAG,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACzC,MAAM,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC9B,IAAI,CAAC,KAAK,EAAE,CAAC;QACX,MAAM,IAAI,mBAAmB,CAC3B,GAAG,0BAA0B,CAAC,UAAU,KAAK,GAAG,EAAE,EAClD,oBAAoB,CAAC,UAAU,CAChC,CAAC;IACJ,CAAC;AACH,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,UAAkB;IAElB,IAAI,CAAC;QACH,IAAI,UAAU,CAAC,UAAU,CAAC,CAAC;IAC7B,CAAC;IAAC,MAAM,CAAC;QACP,MAAM,IAAI,mBAAmB,CAC3B,GAAG,0BAA0B,CAAC,iBAAiB,KAAK,UAAU,GAAG,EACjE,oBAAoB,CAAC,iBAAiB,CACvC,CAAC;IACJ,CAAC;AACH,CAAC"}
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"types": "./dist/config/index.d.ts"
|
16
16
|
}
|
17
17
|
},
|
18
|
-
"version": "0.2.0
|
18
|
+
"version": "0.2.0",
|
19
19
|
"scripts": {
|
20
20
|
"build": "bun tsc --project tsconfig.build.json && bun tsc-alias",
|
21
21
|
"test:unit": "vitest --run",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
35
|
"typescript": "^5.6.3",
|
36
|
-
"@vlayer/sdk": "0.2.0
|
36
|
+
"@vlayer/sdk": "0.2.0"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"@vitejs/plugin-react": "^4.3.2",
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { z } from "zod";
|
2
|
-
export declare const OutputItemSchema: z.ZodObject<{
|
3
|
-
name: z.ZodString;
|
4
|
-
path: z.ZodString;
|
5
|
-
}, "strip", z.ZodTypeAny, {
|
6
|
-
path: string;
|
7
|
-
name: string;
|
8
|
-
}, {
|
9
|
-
path: string;
|
10
|
-
name: string;
|
11
|
-
}>;
|
12
|
-
export type OutputItem = z.infer<typeof OutputItemSchema>;
|
13
|
-
export type OutputsConfig = OutputItem[];
|
14
|
-
//# sourceMappingURL=notarizeOutput.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"notarizeOutput.d.ts","sourceRoot":"","sources":["../../../src/web-proof-commons/types/notarizeOutput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gBAAgB;;;;;;;;;EAG3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC1D,MAAM,MAAM,aAAa,GAAG,UAAU,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"notarizeOutput.js","sourceRoot":"","sources":["../../../src/web-proof-commons/types/notarizeOutput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC"}
|