@0xtrails/api 0.9.1 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @0xtrails/api@0.9.1 build /Users/peter/Dev/0xsequence/trails/packages/trails-api
3
+ > @0xtrails/api@0.9.2 build /Users/taylan/Development/Horizon/trails/packages/trails-api
4
4
  > tsc
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @0xtrails/api@0.9.1 typecheck /Users/peter/Dev/0xsequence/trails/packages/trails-api
3
+ > @0xtrails/api@0.9.2 typecheck /Users/taylan/Development/Horizon/trails/packages/trails-api
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @0xsequence/trails-api
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Improvements to deposit handling, edge case error states
8
+
3
9
  ## 0.9.1
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  export declare const WebrpcVersion = "v1";
2
- export declare const WebrpcSchemaVersion = "v1-25.12.16-ee270e57";
3
- export declare const WebrpcSchemaHash = "cd6fea50d2e26fb661de670279f19010f6a3f14a";
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.16-ee270e57";
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;
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable */
2
- // trails-api v1-25.12.16-ee270e57 cd6fea50d2e26fb661de670279f19010f6a3f14a
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.16-ee270e57';
10
+ export const WebrpcSchemaVersion = 'v1-25.12.18-0c440420';
11
11
  // Schema hash generated from your RIDL schema
12
- export const WebrpcSchemaHash = 'cd6fea50d2e26fb661de670279f19010f6a3f14a';
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.16-ee270e57';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xtrails/api",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "type": "module",
5
5
  "description": "Trails API Client SDK",
6
6
  "repository": "https://github.com/0xsequence/trails/tree/master/packages/trails-api",
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable */
2
- // trails-api v1-25.12.16-ee270e57 cd6fea50d2e26fb661de670279f19010f6a3f14a
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.16-ee270e57'
12
+ export const WebrpcSchemaVersion = 'v1-25.12.18-0c440420'
13
13
 
14
14
  // Schema hash generated from your RIDL schema
15
- export const WebrpcSchemaHash = 'cd6fea50d2e26fb661de670279f19010f6a3f14a'
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.16-ee270e57'
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