@0xtrails/api 0.9.0 → 0.9.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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-typecheck.log +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/trails-api.gen.d.ts +3 -3
- package/dist/trails-api.gen.js +4 -4
- package/package.json +1 -1
- package/src/trails-api.gen.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
package/dist/trails-api.gen.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const WebrpcVersion = "v1";
|
|
2
|
-
export declare const WebrpcSchemaVersion = "v1-25.12.
|
|
3
|
-
export declare const WebrpcSchemaHash = "
|
|
2
|
+
export declare const WebrpcSchemaVersion = "v1-25.12.18-0c440420";
|
|
3
|
+
export declare const WebrpcSchemaHash = "09b3975a1dfcfc5531e352d55f6e474f73165f3a";
|
|
4
4
|
export interface TrailsClient {
|
|
5
5
|
ping(headers?: object, signal?: AbortSignal): Promise<PingResponse>;
|
|
6
6
|
runtimeStatus(headers?: object, signal?: AbortSignal): Promise<RuntimeStatusResponse>;
|
|
@@ -936,7 +936,7 @@ export declare const webrpcErrorByCode: {
|
|
|
936
936
|
[code: number]: any;
|
|
937
937
|
};
|
|
938
938
|
export declare const WebrpcHeader = "Webrpc";
|
|
939
|
-
export declare const WebrpcHeaderValue = "webrpc@v0.31.3;gen-typescript@v0.23.1;trails-api@v1-25.12.
|
|
939
|
+
export declare const WebrpcHeaderValue = "webrpc@v0.31.3;gen-typescript@v0.23.1;trails-api@v1-25.12.18-0c440420";
|
|
940
940
|
type WebrpcGenVersions = {
|
|
941
941
|
WebrpcGenVersion: string;
|
|
942
942
|
codeGenName: string;
|
package/dist/trails-api.gen.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// trails-api v1-25.12.
|
|
2
|
+
// trails-api v1-25.12.18-0c440420 09b3975a1dfcfc5531e352d55f6e474f73165f3a
|
|
3
3
|
// --
|
|
4
4
|
// Code generated by Webrpc-gen@v0.31.3 with typescript generator. DO NOT EDIT.
|
|
5
5
|
//
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
// Webrpc description and code-gen version
|
|
8
8
|
export const WebrpcVersion = 'v1';
|
|
9
9
|
// Schema version of your RIDL schema
|
|
10
|
-
export const WebrpcSchemaVersion = 'v1-25.12.
|
|
10
|
+
export const WebrpcSchemaVersion = 'v1-25.12.18-0c440420';
|
|
11
11
|
// Schema hash generated from your RIDL schema
|
|
12
|
-
export const WebrpcSchemaHash = '
|
|
12
|
+
export const WebrpcSchemaHash = '09b3975a1dfcfc5531e352d55f6e474f73165f3a';
|
|
13
13
|
//
|
|
14
14
|
// Schema types
|
|
15
15
|
//
|
|
@@ -1117,7 +1117,7 @@ export const webrpcErrorByCode = {
|
|
|
1117
1117
|
// Webrpc
|
|
1118
1118
|
//
|
|
1119
1119
|
export const WebrpcHeader = 'Webrpc';
|
|
1120
|
-
export const WebrpcHeaderValue = 'webrpc@v0.31.3;gen-typescript@v0.23.1;trails-api@v1-25.12.
|
|
1120
|
+
export const WebrpcHeaderValue = 'webrpc@v0.31.3;gen-typescript@v0.23.1;trails-api@v1-25.12.18-0c440420';
|
|
1121
1121
|
export function VersionFromHeader(headers) {
|
|
1122
1122
|
const headerValue = headers.get(WebrpcHeader);
|
|
1123
1123
|
if (!headerValue) {
|
package/package.json
CHANGED
package/src/trails-api.gen.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// trails-api v1-25.12.
|
|
2
|
+
// trails-api v1-25.12.18-0c440420 09b3975a1dfcfc5531e352d55f6e474f73165f3a
|
|
3
3
|
// --
|
|
4
4
|
// Code generated by Webrpc-gen@v0.31.3 with typescript generator. DO NOT EDIT.
|
|
5
5
|
//
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
export const WebrpcVersion = 'v1'
|
|
10
10
|
|
|
11
11
|
// Schema version of your RIDL schema
|
|
12
|
-
export const WebrpcSchemaVersion = 'v1-25.12.
|
|
12
|
+
export const WebrpcSchemaVersion = 'v1-25.12.18-0c440420'
|
|
13
13
|
|
|
14
14
|
// Schema hash generated from your RIDL schema
|
|
15
|
-
export const WebrpcSchemaHash = '
|
|
15
|
+
export const WebrpcSchemaHash = '09b3975a1dfcfc5531e352d55f6e474f73165f3a'
|
|
16
16
|
|
|
17
17
|
//
|
|
18
18
|
// Client interface
|
|
@@ -1938,7 +1938,7 @@ export const webrpcErrorByCode: { [code: number]: any } = {
|
|
|
1938
1938
|
|
|
1939
1939
|
export const WebrpcHeader = 'Webrpc'
|
|
1940
1940
|
|
|
1941
|
-
export const WebrpcHeaderValue = 'webrpc@v0.31.3;gen-typescript@v0.23.1;trails-api@v1-25.12.
|
|
1941
|
+
export const WebrpcHeaderValue = 'webrpc@v0.31.3;gen-typescript@v0.23.1;trails-api@v1-25.12.18-0c440420'
|
|
1942
1942
|
|
|
1943
1943
|
type WebrpcGenVersions = {
|
|
1944
1944
|
WebrpcGenVersion: string
|