@0xsequence/metadata 0.43.5 → 0.43.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.
@@ -18,9 +18,9 @@ function _extends() {
18
18
  }
19
19
 
20
20
  /* eslint-disable */
21
- // sequence-metadata v0.4.0 bc959039469c0907365b18237ae62c00bdd626e5
21
+ // sequence-metadata v0.4.0 af94302de504695d49c89615d251934712903381
22
22
  // --
23
- // Code generated by webrpc-gen@v0.7.0 with typescript generator. DO NOT EDIT.
23
+ // Code generated by webrpc-gen@v0.8.x-dev with typescript generator. DO NOT EDIT.
24
24
  //
25
25
  // webrpc-gen -schema=metadata.ridl -target=typescript -client -out=./clients/metadata.gen.ts
26
26
 
@@ -31,7 +31,7 @@ const WebRPCVersion = "v1";
31
31
  const WebRPCSchemaVersion = "v0.4.0";
32
32
 
33
33
  // Schema hash generated from your RIDL schema
34
- const WebRPCSchemaHash = "bc959039469c0907365b18237ae62c00bdd626e5";
34
+ const WebRPCSchemaHash = "af94302de504695d49c89615d251934712903381";
35
35
 
36
36
  //
37
37
  // Types
@@ -48,6 +48,7 @@ exports.PropertyType = void 0;
48
48
  PropertyType["INT"] = "INT";
49
49
  PropertyType["STRING"] = "STRING";
50
50
  PropertyType["ARRAY"] = "ARRAY";
51
+ PropertyType["GENERIC"] = "GENERIC";
51
52
  })(exports.PropertyType || (exports.PropertyType = {}));
52
53
  exports.SwapType = void 0;
53
54
  (function (SwapType) {
@@ -18,9 +18,9 @@ function _extends() {
18
18
  }
19
19
 
20
20
  /* eslint-disable */
21
- // sequence-metadata v0.4.0 bc959039469c0907365b18237ae62c00bdd626e5
21
+ // sequence-metadata v0.4.0 af94302de504695d49c89615d251934712903381
22
22
  // --
23
- // Code generated by webrpc-gen@v0.7.0 with typescript generator. DO NOT EDIT.
23
+ // Code generated by webrpc-gen@v0.8.x-dev with typescript generator. DO NOT EDIT.
24
24
  //
25
25
  // webrpc-gen -schema=metadata.ridl -target=typescript -client -out=./clients/metadata.gen.ts
26
26
 
@@ -31,7 +31,7 @@ const WebRPCVersion = "v1";
31
31
  const WebRPCSchemaVersion = "v0.4.0";
32
32
 
33
33
  // Schema hash generated from your RIDL schema
34
- const WebRPCSchemaHash = "bc959039469c0907365b18237ae62c00bdd626e5";
34
+ const WebRPCSchemaHash = "af94302de504695d49c89615d251934712903381";
35
35
 
36
36
  //
37
37
  // Types
@@ -48,6 +48,7 @@ exports.PropertyType = void 0;
48
48
  PropertyType["INT"] = "INT";
49
49
  PropertyType["STRING"] = "STRING";
50
50
  PropertyType["ARRAY"] = "ARRAY";
51
+ PropertyType["GENERIC"] = "GENERIC";
51
52
  })(exports.PropertyType || (exports.PropertyType = {}));
52
53
  exports.SwapType = void 0;
53
54
  (function (SwapType) {
@@ -14,9 +14,9 @@ function _extends() {
14
14
  }
15
15
 
16
16
  /* eslint-disable */
17
- // sequence-metadata v0.4.0 bc959039469c0907365b18237ae62c00bdd626e5
17
+ // sequence-metadata v0.4.0 af94302de504695d49c89615d251934712903381
18
18
  // --
19
- // Code generated by webrpc-gen@v0.7.0 with typescript generator. DO NOT EDIT.
19
+ // Code generated by webrpc-gen@v0.8.x-dev with typescript generator. DO NOT EDIT.
20
20
  //
21
21
  // webrpc-gen -schema=metadata.ridl -target=typescript -client -out=./clients/metadata.gen.ts
22
22
 
@@ -27,7 +27,7 @@ const WebRPCVersion = "v1";
27
27
  const WebRPCSchemaVersion = "v0.4.0";
28
28
 
29
29
  // Schema hash generated from your RIDL schema
30
- const WebRPCSchemaHash = "bc959039469c0907365b18237ae62c00bdd626e5";
30
+ const WebRPCSchemaHash = "af94302de504695d49c89615d251934712903381";
31
31
 
32
32
  //
33
33
  // Types
@@ -44,6 +44,7 @@ let PropertyType;
44
44
  PropertyType["INT"] = "INT";
45
45
  PropertyType["STRING"] = "STRING";
46
46
  PropertyType["ARRAY"] = "ARRAY";
47
+ PropertyType["GENERIC"] = "GENERIC";
47
48
  })(PropertyType || (PropertyType = {}));
48
49
  let SwapType;
49
50
  (function (SwapType) {
@@ -1,6 +1,6 @@
1
1
  export declare const WebRPCVersion = "v1";
2
2
  export declare const WebRPCSchemaVersion = "v0.4.0";
3
- export declare const WebRPCSchemaHash = "bc959039469c0907365b18237ae62c00bdd626e5";
3
+ export declare const WebRPCSchemaHash = "af94302de504695d49c89615d251934712903381";
4
4
  export declare enum ContractType {
5
5
  UNKNOWN = "UNKNOWN",
6
6
  ERC20 = "ERC20",
@@ -10,7 +10,8 @@ export declare enum ContractType {
10
10
  export declare enum PropertyType {
11
11
  INT = "INT",
12
12
  STRING = "STRING",
13
- ARRAY = "ARRAY"
13
+ ARRAY = "ARRAY",
14
+ GENERIC = "GENERIC"
14
15
  }
15
16
  export declare enum SwapType {
16
17
  UNKNOWN = "UNKNOWN",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/metadata",
3
- "version": "0.43.5",
3
+ "version": "0.43.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,7 +1,7 @@
1
1
  /* eslint-disable */
2
- // sequence-metadata v0.4.0 bc959039469c0907365b18237ae62c00bdd626e5
2
+ // sequence-metadata v0.4.0 af94302de504695d49c89615d251934712903381
3
3
  // --
4
- // Code generated by webrpc-gen@v0.7.0 with typescript generator. DO NOT EDIT.
4
+ // Code generated by webrpc-gen@v0.8.x-dev with typescript generator. DO NOT EDIT.
5
5
  //
6
6
  // webrpc-gen -schema=metadata.ridl -target=typescript -client -out=./clients/metadata.gen.ts
7
7
 
@@ -12,7 +12,7 @@ export const WebRPCVersion = "v1"
12
12
  export const WebRPCSchemaVersion = "v0.4.0"
13
13
 
14
14
  // Schema hash generated from your RIDL schema
15
- export const WebRPCSchemaHash = "bc959039469c0907365b18237ae62c00bdd626e5"
15
+ export const WebRPCSchemaHash = "af94302de504695d49c89615d251934712903381"
16
16
 
17
17
  //
18
18
  // Types
@@ -27,7 +27,8 @@ export enum ContractType {
27
27
  export enum PropertyType {
28
28
  INT = 'INT',
29
29
  STRING = 'STRING',
30
- ARRAY = 'ARRAY'
30
+ ARRAY = 'ARRAY',
31
+ GENERIC = 'GENERIC'
31
32
  }
32
33
 
33
34
  export enum SwapType {