@0xsequence/metadata 2.3.5 → 2.3.7

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.
@@ -13,7 +13,7 @@ function _extends() {
13
13
  }
14
14
 
15
15
  /* eslint-disable */
16
- // sequence-metadata v0.4.0 272de60a6f0132e30ec4f29e8aa384109bc880e0
16
+ // sequence-metadata v0.4.0 e3c00d11d576dac323d3413e444171880a3bc078
17
17
  // --
18
18
  // Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
19
19
  //
@@ -29,7 +29,7 @@ const WebRPCVersion = 'v1';
29
29
  const WebRPCSchemaVersion = 'v0.4.0';
30
30
 
31
31
  // Schema hash generated from your RIDL schema
32
- const WebRPCSchemaHash = '272de60a6f0132e30ec4f29e8aa384109bc880e0';
32
+ const WebRPCSchemaHash = 'e3c00d11d576dac323d3413e444171880a3bc078';
33
33
  function VersionFromHeader(headers) {
34
34
  const headerValue = headers.get(WebrpcHeader);
35
35
  if (!headerValue) {
@@ -13,7 +13,7 @@ function _extends() {
13
13
  }
14
14
 
15
15
  /* eslint-disable */
16
- // sequence-metadata v0.4.0 272de60a6f0132e30ec4f29e8aa384109bc880e0
16
+ // sequence-metadata v0.4.0 e3c00d11d576dac323d3413e444171880a3bc078
17
17
  // --
18
18
  // Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
19
19
  //
@@ -29,7 +29,7 @@ const WebRPCVersion = 'v1';
29
29
  const WebRPCSchemaVersion = 'v0.4.0';
30
30
 
31
31
  // Schema hash generated from your RIDL schema
32
- const WebRPCSchemaHash = '272de60a6f0132e30ec4f29e8aa384109bc880e0';
32
+ const WebRPCSchemaHash = 'e3c00d11d576dac323d3413e444171880a3bc078';
33
33
  function VersionFromHeader(headers) {
34
34
  const headerValue = headers.get(WebrpcHeader);
35
35
  if (!headerValue) {
@@ -9,7 +9,7 @@ function _extends() {
9
9
  }
10
10
 
11
11
  /* eslint-disable */
12
- // sequence-metadata v0.4.0 272de60a6f0132e30ec4f29e8aa384109bc880e0
12
+ // sequence-metadata v0.4.0 e3c00d11d576dac323d3413e444171880a3bc078
13
13
  // --
14
14
  // Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
15
15
  //
@@ -25,7 +25,7 @@ const WebRPCVersion = 'v1';
25
25
  const WebRPCSchemaVersion = 'v0.4.0';
26
26
 
27
27
  // Schema hash generated from your RIDL schema
28
- const WebRPCSchemaHash = '272de60a6f0132e30ec4f29e8aa384109bc880e0';
28
+ const WebRPCSchemaHash = 'e3c00d11d576dac323d3413e444171880a3bc078';
29
29
  function VersionFromHeader(headers) {
30
30
  const headerValue = headers.get(WebrpcHeader);
31
31
  if (!headerValue) {
@@ -2,7 +2,7 @@ export declare const WebrpcHeader = "Webrpc";
2
2
  export declare const WebrpcHeaderValue = "webrpc@v0.25.3;gen-typescript@v0.17.0;sequence-metadata@v0.4.0";
3
3
  export declare const WebRPCVersion = "v1";
4
4
  export declare const WebRPCSchemaVersion = "v0.4.0";
5
- export declare const WebRPCSchemaHash = "272de60a6f0132e30ec4f29e8aa384109bc880e0";
5
+ export declare const WebRPCSchemaHash = "e3c00d11d576dac323d3413e444171880a3bc078";
6
6
  type WebrpcGenVersions = {
7
7
  webrpcGenVersion: string;
8
8
  codeGenName: string;
@@ -491,6 +491,7 @@ export interface RefreshTokenMetadataReturn {
491
491
  export interface SearchTokenMetadataByQueryArgs {
492
492
  q: string;
493
493
  chainID?: string;
494
+ contractAddress?: string;
494
495
  page?: Page;
495
496
  }
496
497
  export interface SearchTokenMetadataByQueryReturn {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/metadata",
3
- "version": "2.3.5",
3
+ "version": "2.3.7",
4
4
  "description": "metadata sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/metadata",
6
6
  "source": "src/index.ts",
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable */
2
- // sequence-metadata v0.4.0 272de60a6f0132e30ec4f29e8aa384109bc880e0
2
+ // sequence-metadata v0.4.0 e3c00d11d576dac323d3413e444171880a3bc078
3
3
  // --
4
4
  // Code generated by webrpc-gen@v0.25.3 with typescript generator. DO NOT EDIT.
5
5
  //
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
16
16
  export const WebRPCSchemaVersion = 'v0.4.0'
17
17
 
18
18
  // Schema hash generated from your RIDL schema
19
- export const WebRPCSchemaHash = '272de60a6f0132e30ec4f29e8aa384109bc880e0'
19
+ export const WebRPCSchemaHash = 'e3c00d11d576dac323d3413e444171880a3bc078'
20
20
 
21
21
  type WebrpcGenVersions = {
22
22
  webrpcGenVersion: string
@@ -625,6 +625,7 @@ export interface RefreshTokenMetadataReturn {
625
625
  export interface SearchTokenMetadataByQueryArgs {
626
626
  q: string
627
627
  chainID?: string
628
+ contractAddress?: string
628
629
  page?: Page
629
630
  }
630
631