@xyo-network/http-call-witness 3.2.0-rc.1 → 3.2.0-rc.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/dist/neutral/Payload/identity/asHttpCall.d.ts +2 -2
- package/dist/neutral/Payload/identity/asHttpCall.d.ts.map +1 -1
- package/dist/neutral/Payload/identity/asHttpCallBase64Result.d.ts +9 -12
- package/dist/neutral/Payload/identity/asHttpCallBase64Result.d.ts.map +1 -1
- package/dist/neutral/Payload/identity/asHttpCallResult.d.ts +2 -2
- package/dist/neutral/Payload/identity/asHttpCallResult.d.ts.map +1 -1
- package/dist/neutral/Payload/identity/asHttpCallXmlResult.d.ts +6 -9
- package/dist/neutral/Payload/identity/asHttpCallXmlResult.d.ts.map +1 -1
- package/dist/neutral/Payload/identity/asHttpUriCall.d.ts +27 -9
- package/dist/neutral/Payload/identity/asHttpUriCall.d.ts.map +1 -1
- package/dist/neutral/Payload/identity/asHttpUriTemplateCall.d.ts +38 -14
- package/dist/neutral/Payload/identity/asHttpUriTemplateCall.d.ts.map +1 -1
- package/dist/neutral/Payload/types/HttpCallJsonResult.d.ts +81 -12
- package/dist/neutral/Payload/types/HttpCallJsonResult.d.ts.map +1 -1
- package/dist/neutral/Witness/Config.d.ts +273 -99
- package/dist/neutral/Witness/Config.d.ts.map +1 -1
- package/package.json +19 -19
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asApiCall: {
|
|
2
|
-
<TType extends import("../index.ts").HttpCall>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
3
|
-
<TType extends import("../index.ts").HttpCall>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
2
|
+
<TType extends import("../index.ts").HttpCall>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
3
|
+
<TType extends import("../index.ts").HttpCall>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("../index.ts").HttpCall>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=asHttpCall.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asHttpCall.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCall.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;
|
|
1
|
+
{"version":3,"file":"asHttpCall.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCall.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;iEACwE,sDAAiB,iCAAiC,gBAAoB;iEAA+E,sDAAiB,yHAAgG,gBAAoB;CAD7T,CAAA"}
|
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
export declare const asHttpCallBase64Result: {
|
|
2
|
-
<TType extends import("@
|
|
2
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
3
|
+
schema: "network.xyo.http.call.result";
|
|
3
4
|
call: import("@xylabs/hex").Hash;
|
|
4
|
-
contentType: Exclude<Exclude<string,
|
|
5
|
+
contentType: Exclude<Exclude<string, "application/json">, import("../index.ts").HttpCallXmlResult["contentType"]>;
|
|
5
6
|
data: string;
|
|
6
|
-
}
|
|
7
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
8
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
7
9
|
schema: "network.xyo.http.call.result";
|
|
8
|
-
}>(value: import(".store/@xylabs-promise-npm-4.4.12-5822811789/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
9
|
-
<TType extends import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
10
10
|
call: import("@xylabs/hex").Hash;
|
|
11
|
-
contentType: Exclude<Exclude<string,
|
|
11
|
+
contentType: Exclude<Exclude<string, "application/json">, import("../index.ts").HttpCallXmlResult["contentType"]>;
|
|
12
12
|
data: string;
|
|
13
|
-
}
|
|
13
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
14
14
|
schema: "network.xyo.http.call.result";
|
|
15
|
-
}>(value: import(".store/@xylabs-promise-npm-4.4.12-5822811789/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
15
|
call: import("@xylabs/hex").Hash;
|
|
17
|
-
contentType: Exclude<Exclude<string,
|
|
16
|
+
contentType: Exclude<Exclude<string, "application/json">, import("../index.ts").HttpCallXmlResult["contentType"]>;
|
|
18
17
|
data: string;
|
|
19
|
-
}
|
|
20
|
-
schema: "network.xyo.http.call.result";
|
|
21
|
-
}>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
18
|
+
}>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
22
19
|
};
|
|
23
20
|
//# sourceMappingURL=asHttpCallBase64Result.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asHttpCallBase64Result.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCallBase64Result.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"asHttpCallBase64Result.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCallBase64Result.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB;;;;;;sBACU,sDAAiB,iCAAiC,gBAAoB;;;;;;sBAA+E,sDAAiB;;;;;yBAAgG,gBAAoB;CADnP,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asHttpCallResult: {
|
|
2
|
-
<TType extends import("../index.ts").HttpCallResult>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
3
|
-
<TType extends import("../index.ts").HttpCallResult>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
2
|
+
<TType extends import("../index.ts").HttpCallResult>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
3
|
+
<TType extends import("../index.ts").HttpCallResult>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("../index.ts").HttpCallResult>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=asHttpCallResult.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asHttpCallResult.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCallResult.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB;
|
|
1
|
+
{"version":3,"file":"asHttpCallResult.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCallResult.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB;uEACwC,sDAAiB,iCAAiC,gBAAoB;uEAA+E,sDAAiB,+HAAgG,gBAAoB;CADvR,CAAA"}
|
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
export declare const asHttpCallXmlResult: {
|
|
2
|
-
<TType extends import("@
|
|
2
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
3
|
+
schema: "network.xyo.http.call.result";
|
|
3
4
|
call: import("@xylabs/hex").Hash;
|
|
4
5
|
contentType: "application/xml" | "text/xml";
|
|
5
6
|
data: string;
|
|
6
|
-
}
|
|
7
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
8
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
7
9
|
schema: "network.xyo.http.call.result";
|
|
8
|
-
}>(value: import(".store/@xylabs-promise-npm-4.4.12-5822811789/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
9
|
-
<TType extends import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
10
10
|
call: import("@xylabs/hex").Hash;
|
|
11
11
|
contentType: "application/xml" | "text/xml";
|
|
12
12
|
data: string;
|
|
13
|
-
}
|
|
13
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
14
14
|
schema: "network.xyo.http.call.result";
|
|
15
|
-
}>(value: import(".store/@xylabs-promise-npm-4.4.12-5822811789/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
15
|
call: import("@xylabs/hex").Hash;
|
|
17
16
|
contentType: "application/xml" | "text/xml";
|
|
18
17
|
data: string;
|
|
19
|
-
}
|
|
20
|
-
schema: "network.xyo.http.call.result";
|
|
21
|
-
}>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
18
|
+
}>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
22
19
|
};
|
|
23
20
|
//# sourceMappingURL=asHttpCallXmlResult.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asHttpCallXmlResult.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCallXmlResult.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"asHttpCallXmlResult.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpCallXmlResult.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB;;;;;;sBACyB,sDAAiB,iCAAiC,gBAAoB;;;;;;sBAA+E,sDAAiB;;;;;yBAAgG,gBAAoB;CADrQ,CAAA"}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
1
|
export declare const asHttpUriCall: {
|
|
2
|
-
<TType extends import("@
|
|
3
|
-
uri: string;
|
|
4
|
-
} & {
|
|
2
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
5
3
|
schema: "network.xyo.http.call";
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
headers?: {
|
|
5
|
+
[x: string]: string | undefined;
|
|
6
|
+
} | undefined;
|
|
7
|
+
queries?: {
|
|
8
|
+
[x: string]: string;
|
|
9
|
+
} | undefined;
|
|
10
|
+
verb?: import("../index.ts").Verb | undefined;
|
|
8
11
|
uri: string;
|
|
9
|
-
}
|
|
12
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
13
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
10
14
|
schema: "network.xyo.http.call";
|
|
11
|
-
|
|
15
|
+
headers?: {
|
|
16
|
+
[x: string]: string | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
queries?: {
|
|
19
|
+
[x: string]: string;
|
|
20
|
+
} | undefined;
|
|
21
|
+
verb?: import("../index.ts").Verb | undefined;
|
|
12
22
|
uri: string;
|
|
13
|
-
}
|
|
23
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
14
24
|
schema: "network.xyo.http.call";
|
|
15
|
-
|
|
25
|
+
headers?: {
|
|
26
|
+
[x: string]: string | undefined;
|
|
27
|
+
} | undefined;
|
|
28
|
+
queries?: {
|
|
29
|
+
[x: string]: string;
|
|
30
|
+
} | undefined;
|
|
31
|
+
verb?: import("../index.ts").Verb | undefined;
|
|
32
|
+
uri: string;
|
|
33
|
+
}>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
16
34
|
};
|
|
17
35
|
//# sourceMappingURL=asHttpUriCall.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asHttpUriCall.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpUriCall.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"asHttpUriCall.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpUriCall.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;;;;;;;;;;sBACuD,sDAAiB,iCAAiC,gBAAoB;;;;;;;;;;;sBAA+E,sDAAiB;;;;;;;;;;yBAAgG,gBAAoB;CADzS,CAAA"}
|
|
@@ -1,20 +1,44 @@
|
|
|
1
1
|
export declare const asHttpUriTemplateCall: {
|
|
2
|
-
<TType extends import("@
|
|
3
|
-
params?: Record<string, string>;
|
|
4
|
-
uriTemplate?: string;
|
|
5
|
-
} & {
|
|
2
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
6
3
|
schema: "network.xyo.http.call";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
headers?: {
|
|
5
|
+
[x: string]: string | undefined;
|
|
6
|
+
} | undefined;
|
|
7
|
+
queries?: {
|
|
8
|
+
[x: string]: string;
|
|
9
|
+
} | undefined;
|
|
10
|
+
verb?: import("../index.ts").Verb | undefined;
|
|
11
|
+
params?: {
|
|
12
|
+
[x: string]: string;
|
|
13
|
+
} | undefined;
|
|
14
|
+
uriTemplate?: string | undefined;
|
|
15
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
16
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
12
17
|
schema: "network.xyo.http.call";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
headers?: {
|
|
19
|
+
[x: string]: string | undefined;
|
|
20
|
+
} | undefined;
|
|
21
|
+
queries?: {
|
|
22
|
+
[x: string]: string;
|
|
23
|
+
} | undefined;
|
|
24
|
+
verb?: import("../index.ts").Verb | undefined;
|
|
25
|
+
params?: {
|
|
26
|
+
[x: string]: string;
|
|
27
|
+
} | undefined;
|
|
28
|
+
uriTemplate?: string | undefined;
|
|
29
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
17
30
|
schema: "network.xyo.http.call";
|
|
18
|
-
|
|
31
|
+
headers?: {
|
|
32
|
+
[x: string]: string | undefined;
|
|
33
|
+
} | undefined;
|
|
34
|
+
queries?: {
|
|
35
|
+
[x: string]: string;
|
|
36
|
+
} | undefined;
|
|
37
|
+
verb?: import("../index.ts").Verb | undefined;
|
|
38
|
+
params?: {
|
|
39
|
+
[x: string]: string;
|
|
40
|
+
} | undefined;
|
|
41
|
+
uriTemplate?: string | undefined;
|
|
42
|
+
}>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
19
43
|
};
|
|
20
44
|
//# sourceMappingURL=asHttpUriTemplateCall.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asHttpUriTemplateCall.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpUriTemplateCall.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"asHttpUriTemplateCall.d.ts","sourceRoot":"","sources":["../../../../src/Payload/identity/asHttpUriTemplateCall.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;sBACe,sDAAiB,iCAAiC,gBAAoB;;;;;;;;;;;;;;sBAA+E,sDAAiB;;;;;;;;;;;;;yBAAgG,gBAAoB;CADzP,CAAA"}
|
|
@@ -10,25 +10,94 @@ export type HttpCallJsonResult<T extends HttpCallJsonResultType = HttpCallJsonRe
|
|
|
10
10
|
}, HttpCallResultSchema>;
|
|
11
11
|
export declare const isHttpCallJsonResult: <T extends HttpCallJsonResultType = HttpCallJsonResultType>(x?: unknown | null) => x is HttpCallJsonResult<T>;
|
|
12
12
|
export declare const asHttpCallJsonResult: {
|
|
13
|
-
<TType extends import("@
|
|
13
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
14
|
+
schema: "network.xyo.http.call.result";
|
|
14
15
|
call: Hash;
|
|
15
16
|
contentType: "application/json";
|
|
16
|
-
data:
|
|
17
|
-
|
|
17
|
+
data: (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
18
|
+
[x: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
|
|
19
|
+
} | null)[] | {
|
|
20
|
+
[x: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
21
|
+
} | null)[] | {
|
|
22
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
23
|
+
} | null)[] | {
|
|
24
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
25
|
+
} | null)[] | {
|
|
26
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
27
|
+
} | null)[] | {
|
|
28
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
29
|
+
} | null)[] | {
|
|
30
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
31
|
+
} | null)[] | {
|
|
32
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
33
|
+
} | null)[] | {
|
|
34
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
35
|
+
} | null)[] | {
|
|
36
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
37
|
+
} | null)[] | {
|
|
38
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
39
|
+
} | null)[] | {
|
|
40
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
41
|
+
};
|
|
42
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
43
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
18
44
|
schema: "network.xyo.http.call.result";
|
|
19
|
-
}>(value: import(".store/@xylabs-promise-npm-4.4.12-5822811789/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
20
|
-
<TType extends import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
45
|
call: Hash;
|
|
22
46
|
contentType: "application/json";
|
|
23
|
-
data:
|
|
24
|
-
|
|
47
|
+
data: (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
48
|
+
[x: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
|
|
49
|
+
} | null)[] | {
|
|
50
|
+
[x: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
51
|
+
} | null)[] | {
|
|
52
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
53
|
+
} | null)[] | {
|
|
54
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
55
|
+
} | null)[] | {
|
|
56
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
57
|
+
} | null)[] | {
|
|
58
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
59
|
+
} | null)[] | {
|
|
60
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
61
|
+
} | null)[] | {
|
|
62
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
63
|
+
} | null)[] | {
|
|
64
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
65
|
+
} | null)[] | {
|
|
66
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
67
|
+
} | null)[] | {
|
|
68
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
69
|
+
} | null)[] | {
|
|
70
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
71
|
+
};
|
|
72
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
25
73
|
schema: "network.xyo.http.call.result";
|
|
26
|
-
}>(value: import(".store/@xylabs-promise-npm-4.4.12-5822811789/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
27
74
|
call: Hash;
|
|
28
75
|
contentType: "application/json";
|
|
29
|
-
data:
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
76
|
+
data: (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
77
|
+
[x: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
|
|
78
|
+
} | null)[] | {
|
|
79
|
+
[x: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
80
|
+
} | null)[] | {
|
|
81
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
82
|
+
} | null)[] | {
|
|
83
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
84
|
+
} | null)[] | {
|
|
85
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
86
|
+
} | null)[] | {
|
|
87
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
88
|
+
} | null)[] | {
|
|
89
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
90
|
+
} | null)[] | {
|
|
91
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
92
|
+
} | null)[] | {
|
|
93
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
94
|
+
} | null)[] | {
|
|
95
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
96
|
+
} | null)[] | {
|
|
97
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
98
|
+
} | null)[] | {
|
|
99
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
|
|
100
|
+
};
|
|
101
|
+
}>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
33
102
|
};
|
|
34
103
|
//# sourceMappingURL=HttpCallJsonResult.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HttpCallJsonResult.d.ts","sourceRoot":"","sources":["../../../../src/Payload/types/HttpCallJsonResult.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAE3D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,MAAM,sBAAsB,GAAG,SAAS,GAAG,UAAU,CAAA;AAE3D,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IAAI,OAAO,CACjG;IACE,IAAI,EAAE,IAAI,CAAA;IACV,WAAW,EAAE,kBAAkB,CAAA;IAC/B,IAAI,EAAE,CAAC,CAAA;CACR,EACD,oBAAoB,CACrB,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,CAAC,SAAS,sBAAsB,+BAA+B,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAE7I,CAAA;AACD,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"HttpCallJsonResult.d.ts","sourceRoot":"","sources":["../../../../src/Payload/types/HttpCallJsonResult.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAE3D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,MAAM,sBAAsB,GAAG,SAAS,GAAG,UAAU,CAAA;AAE3D,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IAAI,OAAO,CACjG;IACE,IAAI,EAAE,IAAI,CAAA;IACV,WAAW,EAAE,kBAAkB,CAAA;IAC/B,IAAI,EAAE,CAAC,CAAA;CACR,EACD,oBAAoB,CACrB,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,CAAC,SAAS,sBAAsB,+BAA+B,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAE7I,CAAA;AACD,eAAO,MAAM,oBAAoB;;;cAVvB,IAAI;qBACG,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;sBATQ,sDAAiB,iCAEnC,gBAAoB;;;cAMnC,IAAI;qBACG,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;sBAHzB,sDAAiB;;cAEjB,IAAI;qBACG,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;yBAA/B,gBAAmB;CASyD,CAAA"}
|
|
@@ -19,122 +19,296 @@ export type HttpUriTemplateCallWitnessConfig = WitnessConfig<HttpCallWitnessConf
|
|
|
19
19
|
export type HttpCallWitnessConfig = HttpUriCallWitnessConfig | HttpUriTemplateCallWitnessConfig | HttpCallWitnessConfigBase;
|
|
20
20
|
export declare const isHttpCallWitnessConfig: (x?: unknown | null) => x is HttpCallWitnessConfig;
|
|
21
21
|
export declare const asHttpCallWitnessConfig: {
|
|
22
|
-
<TType extends HttpCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
23
|
-
<TType extends HttpCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
22
|
+
<TType extends HttpCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
23
|
+
<TType extends HttpCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<HttpCallWitnessConfig>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
24
24
|
};
|
|
25
25
|
export declare const isHttpUriCallWitnessConfig: (value?: unknown) => value is HttpUriCallWitnessConfig;
|
|
26
26
|
export declare const asHttpUriCallWitnessConfig: {
|
|
27
|
-
<TType extends import("@
|
|
27
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
28
28
|
schema: "network.xyo.http.call.witness.config";
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
timeout?: number;
|
|
37
|
-
verb?: HttpCall["verb"];
|
|
38
|
-
}, "schema"> & {
|
|
39
|
-
schema: "network.xyo.http.call.witness.config";
|
|
40
|
-
} & {
|
|
29
|
+
headers?: {
|
|
30
|
+
[x: string]: string | undefined;
|
|
31
|
+
} | undefined;
|
|
32
|
+
queries?: {
|
|
33
|
+
[x: string]: string;
|
|
34
|
+
} | undefined;
|
|
35
|
+
verb?: import("../Payload/index.ts").Verb | undefined;
|
|
41
36
|
uri: HttpUriCall["uri"];
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
37
|
+
readonly archiving?: {
|
|
38
|
+
readonly archivists?: string[] | undefined;
|
|
39
|
+
readonly queries?: string[] | undefined;
|
|
40
|
+
} | undefined;
|
|
41
|
+
readonly allowedQueries?: string[] | undefined;
|
|
42
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleIdentifier | undefined;
|
|
43
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
44
|
+
readonly labels?: {
|
|
45
|
+
[x: string]: string | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleName | undefined;
|
|
48
|
+
readonly paging?: {
|
|
49
|
+
[x: string]: {
|
|
50
|
+
size?: number | undefined;
|
|
51
|
+
};
|
|
52
|
+
} | undefined;
|
|
53
|
+
readonly retry?: {
|
|
54
|
+
backoff?: number | undefined;
|
|
55
|
+
interval?: number | undefined;
|
|
56
|
+
retries?: number | undefined;
|
|
57
|
+
} | undefined;
|
|
58
|
+
readonly security?: {
|
|
59
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
60
|
+
readonly allowed?: {
|
|
61
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
62
|
+
} | undefined;
|
|
63
|
+
readonly disallowed?: {
|
|
64
|
+
[x: string]: Lowercase<string>[];
|
|
65
|
+
} | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
readonly sign?: boolean | undefined;
|
|
68
|
+
readonly storeQueries?: boolean | undefined;
|
|
69
|
+
readonly timestamp?: boolean | undefined;
|
|
70
|
+
accept?: MimeTypes | undefined;
|
|
71
|
+
timeout?: number | undefined;
|
|
72
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
73
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
57
74
|
schema: "network.xyo.http.call.witness.config";
|
|
58
|
-
|
|
75
|
+
headers?: {
|
|
76
|
+
[x: string]: string | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
queries?: {
|
|
79
|
+
[x: string]: string;
|
|
80
|
+
} | undefined;
|
|
81
|
+
verb?: import("../Payload/index.ts").Verb | undefined;
|
|
59
82
|
uri: HttpUriCall["uri"];
|
|
60
|
-
|
|
83
|
+
readonly archiving?: {
|
|
84
|
+
readonly archivists?: string[] | undefined;
|
|
85
|
+
readonly queries?: string[] | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
readonly allowedQueries?: string[] | undefined;
|
|
88
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleIdentifier | undefined;
|
|
89
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
90
|
+
readonly labels?: {
|
|
91
|
+
[x: string]: string | undefined;
|
|
92
|
+
} | undefined;
|
|
93
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleName | undefined;
|
|
94
|
+
readonly paging?: {
|
|
95
|
+
[x: string]: {
|
|
96
|
+
size?: number | undefined;
|
|
97
|
+
};
|
|
98
|
+
} | undefined;
|
|
99
|
+
readonly retry?: {
|
|
100
|
+
backoff?: number | undefined;
|
|
101
|
+
interval?: number | undefined;
|
|
102
|
+
retries?: number | undefined;
|
|
103
|
+
} | undefined;
|
|
104
|
+
readonly security?: {
|
|
105
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
106
|
+
readonly allowed?: {
|
|
107
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
108
|
+
} | undefined;
|
|
109
|
+
readonly disallowed?: {
|
|
110
|
+
[x: string]: Lowercase<string>[];
|
|
111
|
+
} | undefined;
|
|
112
|
+
} | undefined;
|
|
113
|
+
readonly sign?: boolean | undefined;
|
|
114
|
+
readonly storeQueries?: boolean | undefined;
|
|
115
|
+
readonly timestamp?: boolean | undefined;
|
|
116
|
+
accept?: MimeTypes | undefined;
|
|
117
|
+
timeout?: number | undefined;
|
|
118
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
61
119
|
schema: "network.xyo.http.call.witness.config";
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
queries?: HttpCall["queries"];
|
|
70
|
-
schema: HttpCallWitnessConfigSchema;
|
|
71
|
-
timeout?: number;
|
|
72
|
-
verb?: HttpCall["verb"];
|
|
73
|
-
}, "schema"> & {
|
|
74
|
-
schema: "network.xyo.http.call.witness.config";
|
|
75
|
-
} & {
|
|
120
|
+
headers?: {
|
|
121
|
+
[x: string]: string | undefined;
|
|
122
|
+
} | undefined;
|
|
123
|
+
queries?: {
|
|
124
|
+
[x: string]: string;
|
|
125
|
+
} | undefined;
|
|
126
|
+
verb?: import("../Payload/index.ts").Verb | undefined;
|
|
76
127
|
uri: HttpUriCall["uri"];
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
128
|
+
readonly archiving?: {
|
|
129
|
+
readonly archivists?: string[] | undefined;
|
|
130
|
+
readonly queries?: string[] | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
readonly allowedQueries?: string[] | undefined;
|
|
133
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleIdentifier | undefined;
|
|
134
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
135
|
+
readonly labels?: {
|
|
136
|
+
[x: string]: string | undefined;
|
|
137
|
+
} | undefined;
|
|
138
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleName | undefined;
|
|
139
|
+
readonly paging?: {
|
|
140
|
+
[x: string]: {
|
|
141
|
+
size?: number | undefined;
|
|
142
|
+
};
|
|
143
|
+
} | undefined;
|
|
144
|
+
readonly retry?: {
|
|
145
|
+
backoff?: number | undefined;
|
|
146
|
+
interval?: number | undefined;
|
|
147
|
+
retries?: number | undefined;
|
|
148
|
+
} | undefined;
|
|
149
|
+
readonly security?: {
|
|
150
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
151
|
+
readonly allowed?: {
|
|
152
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
153
|
+
} | undefined;
|
|
154
|
+
readonly disallowed?: {
|
|
155
|
+
[x: string]: Lowercase<string>[];
|
|
156
|
+
} | undefined;
|
|
157
|
+
} | undefined;
|
|
158
|
+
readonly sign?: boolean | undefined;
|
|
159
|
+
readonly storeQueries?: boolean | undefined;
|
|
160
|
+
readonly timestamp?: boolean | undefined;
|
|
161
|
+
accept?: MimeTypes | undefined;
|
|
162
|
+
timeout?: number | undefined;
|
|
163
|
+
}>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
80
164
|
};
|
|
81
165
|
export declare const isHttpUriTemplateCallWitnessConfig: (value?: unknown) => value is HttpUriTemplateCallWitnessConfig;
|
|
82
166
|
export declare const asHttpUriTemplateCallWitnessConfig: {
|
|
83
|
-
<TType extends import("@
|
|
167
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
84
168
|
schema: "network.xyo.http.call.witness.config";
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
schema: "network.xyo.http.call.witness.config";
|
|
96
|
-
} & {
|
|
97
|
-
params?: Record<string, string>;
|
|
169
|
+
headers?: {
|
|
170
|
+
[x: string]: string | undefined;
|
|
171
|
+
} | undefined;
|
|
172
|
+
queries?: {
|
|
173
|
+
[x: string]: string;
|
|
174
|
+
} | undefined;
|
|
175
|
+
verb?: import("../Payload/index.ts").Verb | undefined;
|
|
176
|
+
params?: {
|
|
177
|
+
[x: string]: string;
|
|
178
|
+
} | undefined;
|
|
98
179
|
uriTemplate: HttpUriTemplateCall["uriTemplate"];
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
180
|
+
readonly archiving?: {
|
|
181
|
+
readonly archivists?: string[] | undefined;
|
|
182
|
+
readonly queries?: string[] | undefined;
|
|
183
|
+
} | undefined;
|
|
184
|
+
readonly allowedQueries?: string[] | undefined;
|
|
185
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleIdentifier | undefined;
|
|
186
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
187
|
+
readonly labels?: {
|
|
188
|
+
[x: string]: string | undefined;
|
|
189
|
+
} | undefined;
|
|
190
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleName | undefined;
|
|
191
|
+
readonly paging?: {
|
|
192
|
+
[x: string]: {
|
|
193
|
+
size?: number | undefined;
|
|
194
|
+
};
|
|
195
|
+
} | undefined;
|
|
196
|
+
readonly retry?: {
|
|
197
|
+
backoff?: number | undefined;
|
|
198
|
+
interval?: number | undefined;
|
|
199
|
+
retries?: number | undefined;
|
|
200
|
+
} | undefined;
|
|
201
|
+
readonly security?: {
|
|
202
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
203
|
+
readonly allowed?: {
|
|
204
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
205
|
+
} | undefined;
|
|
206
|
+
readonly disallowed?: {
|
|
207
|
+
[x: string]: Lowercase<string>[];
|
|
208
|
+
} | undefined;
|
|
209
|
+
} | undefined;
|
|
210
|
+
readonly sign?: boolean | undefined;
|
|
211
|
+
readonly storeQueries?: boolean | undefined;
|
|
212
|
+
readonly timestamp?: boolean | undefined;
|
|
213
|
+
accept?: MimeTypes | undefined;
|
|
214
|
+
timeout?: number | undefined;
|
|
215
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
216
|
+
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
114
217
|
schema: "network.xyo.http.call.witness.config";
|
|
115
|
-
|
|
116
|
-
|
|
218
|
+
headers?: {
|
|
219
|
+
[x: string]: string | undefined;
|
|
220
|
+
} | undefined;
|
|
221
|
+
queries?: {
|
|
222
|
+
[x: string]: string;
|
|
223
|
+
} | undefined;
|
|
224
|
+
verb?: import("../Payload/index.ts").Verb | undefined;
|
|
225
|
+
params?: {
|
|
226
|
+
[x: string]: string;
|
|
227
|
+
} | undefined;
|
|
117
228
|
uriTemplate: HttpUriTemplateCall["uriTemplate"];
|
|
118
|
-
|
|
229
|
+
readonly archiving?: {
|
|
230
|
+
readonly archivists?: string[] | undefined;
|
|
231
|
+
readonly queries?: string[] | undefined;
|
|
232
|
+
} | undefined;
|
|
233
|
+
readonly allowedQueries?: string[] | undefined;
|
|
234
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleIdentifier | undefined;
|
|
235
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
236
|
+
readonly labels?: {
|
|
237
|
+
[x: string]: string | undefined;
|
|
238
|
+
} | undefined;
|
|
239
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleName | undefined;
|
|
240
|
+
readonly paging?: {
|
|
241
|
+
[x: string]: {
|
|
242
|
+
size?: number | undefined;
|
|
243
|
+
};
|
|
244
|
+
} | undefined;
|
|
245
|
+
readonly retry?: {
|
|
246
|
+
backoff?: number | undefined;
|
|
247
|
+
interval?: number | undefined;
|
|
248
|
+
retries?: number | undefined;
|
|
249
|
+
} | undefined;
|
|
250
|
+
readonly security?: {
|
|
251
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
252
|
+
readonly allowed?: {
|
|
253
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
254
|
+
} | undefined;
|
|
255
|
+
readonly disallowed?: {
|
|
256
|
+
[x: string]: Lowercase<string>[];
|
|
257
|
+
} | undefined;
|
|
258
|
+
} | undefined;
|
|
259
|
+
readonly sign?: boolean | undefined;
|
|
260
|
+
readonly storeQueries?: boolean | undefined;
|
|
261
|
+
readonly timestamp?: boolean | undefined;
|
|
262
|
+
accept?: MimeTypes | undefined;
|
|
263
|
+
timeout?: number | undefined;
|
|
264
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.24-9401eba71a/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
119
265
|
schema: "network.xyo.http.call.witness.config";
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
verb?: HttpCall["verb"];
|
|
131
|
-
}, "schema"> & {
|
|
132
|
-
schema: "network.xyo.http.call.witness.config";
|
|
133
|
-
} & {
|
|
134
|
-
params?: Record<string, string>;
|
|
266
|
+
headers?: {
|
|
267
|
+
[x: string]: string | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
queries?: {
|
|
270
|
+
[x: string]: string;
|
|
271
|
+
} | undefined;
|
|
272
|
+
verb?: import("../Payload/index.ts").Verb | undefined;
|
|
273
|
+
params?: {
|
|
274
|
+
[x: string]: string;
|
|
275
|
+
} | undefined;
|
|
135
276
|
uriTemplate: HttpUriTemplateCall["uriTemplate"];
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
277
|
+
readonly archiving?: {
|
|
278
|
+
readonly archivists?: string[] | undefined;
|
|
279
|
+
readonly queries?: string[] | undefined;
|
|
280
|
+
} | undefined;
|
|
281
|
+
readonly allowedQueries?: string[] | undefined;
|
|
282
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleIdentifier | undefined;
|
|
283
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
284
|
+
readonly labels?: {
|
|
285
|
+
[x: string]: string | undefined;
|
|
286
|
+
} | undefined;
|
|
287
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.0-rc.11-3e8447a54c/package").ModuleName | undefined;
|
|
288
|
+
readonly paging?: {
|
|
289
|
+
[x: string]: {
|
|
290
|
+
size?: number | undefined;
|
|
291
|
+
};
|
|
292
|
+
} | undefined;
|
|
293
|
+
readonly retry?: {
|
|
294
|
+
backoff?: number | undefined;
|
|
295
|
+
interval?: number | undefined;
|
|
296
|
+
retries?: number | undefined;
|
|
297
|
+
} | undefined;
|
|
298
|
+
readonly security?: {
|
|
299
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
300
|
+
readonly allowed?: {
|
|
301
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
302
|
+
} | undefined;
|
|
303
|
+
readonly disallowed?: {
|
|
304
|
+
[x: string]: Lowercase<string>[];
|
|
305
|
+
} | undefined;
|
|
306
|
+
} | undefined;
|
|
307
|
+
readonly sign?: boolean | undefined;
|
|
308
|
+
readonly storeQueries?: boolean | undefined;
|
|
309
|
+
readonly timestamp?: boolean | undefined;
|
|
310
|
+
accept?: MimeTypes | undefined;
|
|
311
|
+
timeout?: number | undefined;
|
|
312
|
+
}>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
139
313
|
};
|
|
140
314
|
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/Witness/Config.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EACV,QAAQ,EAAE,WAAW,EAAE,mBAAmB,EAAE,SAAS,EACtD,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAA;AAEzD,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC;IACpD,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAA;IAC5C,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAA;IAC7B,MAAM,EAAE,2BAA2B,CAAA;IACnC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;CACxB,CAAC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAClD,yBAAyB,GAAG;IAC1B,GAAG,EAAE,WAAW,CAAC,KAAK,CAAC,CAAA;CACxB,CACF,CAAA;AAED,MAAM,MAAM,gCAAgC,GAAG,aAAa,CAC1D,yBAAyB,GAAG;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,WAAW,EAAE,mBAAmB,CAAC,aAAa,CAAC,CAAA;CAChD,CACF,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,wBAAwB,GAAG,gCAAgC,GAAG,yBAAyB,CAAA;AAE3H,eAAO,MAAM,uBAAuB,oDAA4E,CAAA;AAChH,eAAO,MAAM,uBAAuB;
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/Witness/Config.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EACV,QAAQ,EAAE,WAAW,EAAE,mBAAmB,EAAE,SAAS,EACtD,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAA;AAEzD,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC;IACpD,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAA;IAC5C,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAA;IAC7B,MAAM,EAAE,2BAA2B,CAAA;IACnC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;CACxB,CAAC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAClD,yBAAyB,GAAG;IAC1B,GAAG,EAAE,WAAW,CAAC,KAAK,CAAC,CAAA;CACxB,CACF,CAAA;AAED,MAAM,MAAM,gCAAgC,GAAG,aAAa,CAC1D,yBAAyB,GAAG;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,WAAW,EAAE,mBAAmB,CAAC,aAAa,CAAC,CAAA;CAChD,CACF,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,wBAAwB,GAAG,gCAAgC,GAAG,yBAAyB,CAAA;AAE3H,eAAO,MAAM,uBAAuB,oDAA4E,CAAA;AAChH,eAAO,MAAM,uBAAuB;wDA7BmB,sDACxC,iCACI,gBAAoB;wDAGpC,sDAAiB,gHAGJ,gBAAoB;CAqBkD,CAAA;AAEtF,eAAO,MAAM,0BAA0B,WAAY,OAAO,KAAG,KAAK,IAAI,wBACO,CAAA;AAC7E,eAAO,MAAM,0BAA0B;;;;;;;;;;aAlB9B,WAAW,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAVhB,SAAS;kBAIR,MAAM;sBATqC,sDACxC,iCACI,gBAAoB;;;;;;;;;;aAa9B,WAAW,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAVhB,SAAS;kBAIR,MAAM;sBAJf,sDAAiB;;;;;;;;;aAUX,WAAW,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAVhB,SAAS;kBAIR,MAAM;yBADF,gBAAoB;CAyBwD,CAAA;AAE5F,eAAO,MAAM,kCAAkC,WAAY,OAAO,KAAG,KAAK,IAAI,gCACe,CAAA;AAC7F,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;qBAf9B,mBAAmB,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAjBxC,SAAS;kBAIR,MAAM;sBATqC,sDACxC,iCACI,gBAAoB;;;;;;;;;;;;;qBAoBtB,mBAAmB,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAjBxC,SAAS;kBAIR,MAAM;sBAJf,sDAAiB;;;;;;;;;;;;qBAiBH,mBAAmB,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAjBxC,SAAS;kBAIR,MAAM;yBADF,gBAAoB;CA6BwE,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/http-call-witness",
|
|
3
|
-
"version": "3.2.0-rc.
|
|
3
|
+
"version": "3.2.0-rc.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,29 +29,29 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.4.
|
|
33
|
-
"@xylabs/axios": "^4.4.
|
|
34
|
-
"@xylabs/hex": "^4.4.
|
|
35
|
-
"@xylabs/object": "^4.4.
|
|
36
|
-
"@xylabs/url": "^4.4.
|
|
37
|
-
"@xyo-network/abstract-witness": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/hash": "^3.6.0-rc.
|
|
39
|
-
"@xyo-network/payload-builder": "^3.6.0-rc.
|
|
40
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
41
|
-
"@xyo-network/witness-model": "^3.6.0-rc.
|
|
32
|
+
"@xylabs/assert": "^4.4.24",
|
|
33
|
+
"@xylabs/axios": "^4.4.24",
|
|
34
|
+
"@xylabs/hex": "^4.4.24",
|
|
35
|
+
"@xylabs/object": "^4.4.24",
|
|
36
|
+
"@xylabs/url": "^4.4.24",
|
|
37
|
+
"@xyo-network/abstract-witness": "^3.6.0-rc.11",
|
|
38
|
+
"@xyo-network/hash": "^3.6.0-rc.11",
|
|
39
|
+
"@xyo-network/payload-builder": "^3.6.0-rc.11",
|
|
40
|
+
"@xyo-network/payload-model": "^3.6.0-rc.11",
|
|
41
|
+
"@xyo-network/witness-model": "^3.6.0-rc.11",
|
|
42
42
|
"axios": "^1.7.9",
|
|
43
43
|
"base64-js": "^1.5.1",
|
|
44
44
|
"es6-dynamic-template": "^2.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
48
|
-
"@xylabs/tsconfig": "^4.2.
|
|
49
|
-
"@xylabs/vitest-extended": "^4.4.
|
|
50
|
-
"@xyo-network/account": "^3.6.0-rc.
|
|
51
|
-
"@xyo-network/manifest": "^3.6.0-rc.
|
|
52
|
-
"@xyo-network/module-factory-locator": "^3.6.0-rc.
|
|
53
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
54
|
-
"@xyo-network/sentinel-model": "^3.6.0-rc.
|
|
47
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
48
|
+
"@xylabs/tsconfig": "^4.2.6",
|
|
49
|
+
"@xylabs/vitest-extended": "^4.4.24",
|
|
50
|
+
"@xyo-network/account": "^3.6.0-rc.11",
|
|
51
|
+
"@xyo-network/manifest": "^3.6.0-rc.11",
|
|
52
|
+
"@xyo-network/module-factory-locator": "^3.6.0-rc.11",
|
|
53
|
+
"@xyo-network/module-model": "^3.6.0-rc.11",
|
|
54
|
+
"@xyo-network/sentinel-model": "^3.6.0-rc.11",
|
|
55
55
|
"ethers": "^6.13.4",
|
|
56
56
|
"typescript": "^5.7.2",
|
|
57
57
|
"vitest": "^2.1.8"
|