@0xsequence/metadata 0.35.10 → 0.36.1
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.
|
@@ -27,7 +27,7 @@ function _extends() {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/* eslint-disable */
|
|
30
|
-
// sequence-metadata v0.4.0
|
|
30
|
+
// sequence-metadata v0.4.0 eaaa99d70565871556a53333df1c49d28c8be767
|
|
31
31
|
// --
|
|
32
32
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
33
33
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -36,7 +36,7 @@ const WebRPCVersion = "v1"; // Schema version of your RIDL schema
|
|
|
36
36
|
|
|
37
37
|
const WebRPCSchemaVersion = "v0.4.0"; // Schema hash generated from your RIDL schema
|
|
38
38
|
|
|
39
|
-
const WebRPCSchemaHash = "
|
|
39
|
+
const WebRPCSchemaHash = "eaaa99d70565871556a53333df1c49d28c8be767"; //
|
|
40
40
|
// Types
|
|
41
41
|
//
|
|
42
42
|
|
|
@@ -27,7 +27,7 @@ function _extends() {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/* eslint-disable */
|
|
30
|
-
// sequence-metadata v0.4.0
|
|
30
|
+
// sequence-metadata v0.4.0 eaaa99d70565871556a53333df1c49d28c8be767
|
|
31
31
|
// --
|
|
32
32
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
33
33
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -36,7 +36,7 @@ const WebRPCVersion = "v1"; // Schema version of your RIDL schema
|
|
|
36
36
|
|
|
37
37
|
const WebRPCSchemaVersion = "v0.4.0"; // Schema hash generated from your RIDL schema
|
|
38
38
|
|
|
39
|
-
const WebRPCSchemaHash = "
|
|
39
|
+
const WebRPCSchemaHash = "eaaa99d70565871556a53333df1c49d28c8be767"; //
|
|
40
40
|
// Types
|
|
41
41
|
//
|
|
42
42
|
|
|
@@ -19,7 +19,7 @@ function _extends() {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/* eslint-disable */
|
|
22
|
-
// sequence-metadata v0.4.0
|
|
22
|
+
// sequence-metadata v0.4.0 eaaa99d70565871556a53333df1c49d28c8be767
|
|
23
23
|
// --
|
|
24
24
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
25
25
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -28,7 +28,7 @@ const WebRPCVersion = "v1"; // Schema version of your RIDL schema
|
|
|
28
28
|
|
|
29
29
|
const WebRPCSchemaVersion = "v0.4.0"; // Schema hash generated from your RIDL schema
|
|
30
30
|
|
|
31
|
-
const WebRPCSchemaHash = "
|
|
31
|
+
const WebRPCSchemaHash = "eaaa99d70565871556a53333df1c49d28c8be767"; //
|
|
32
32
|
// Types
|
|
33
33
|
//
|
|
34
34
|
|
|
@@ -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 = "
|
|
3
|
+
export declare const WebRPCSchemaHash = "eaaa99d70565871556a53333df1c49d28c8be767";
|
|
4
4
|
export declare enum SwapType {
|
|
5
5
|
UNKNOWN = "UNKNOWN",
|
|
6
6
|
BUY = "BUY",
|
|
@@ -51,9 +51,12 @@ export interface TokenMetadata {
|
|
|
51
51
|
properties: {
|
|
52
52
|
[key: string]: any;
|
|
53
53
|
};
|
|
54
|
+
video: string;
|
|
55
|
+
audio: string;
|
|
54
56
|
image_data: string;
|
|
55
57
|
external_url: string;
|
|
56
58
|
background_color: string;
|
|
59
|
+
animation_url: string;
|
|
57
60
|
attributes: Array<{
|
|
58
61
|
[key: string]: any;
|
|
59
62
|
}>;
|
package/package.json
CHANGED
package/src/metadata.gen.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// sequence-metadata v0.4.0
|
|
2
|
+
// sequence-metadata v0.4.0 eaaa99d70565871556a53333df1c49d28c8be767
|
|
3
3
|
// --
|
|
4
4
|
// This file has been generated by https://github.com/webrpc/webrpc using gen/typescript
|
|
5
5
|
// Do not edit by hand. Update your webrpc schema and re-generate.
|
|
@@ -11,7 +11,7 @@ export const WebRPCVersion = "v1"
|
|
|
11
11
|
export const WebRPCSchemaVersion = "v0.4.0"
|
|
12
12
|
|
|
13
13
|
// Schema hash generated from your RIDL schema
|
|
14
|
-
export const WebRPCSchemaHash = "
|
|
14
|
+
export const WebRPCSchemaHash = "eaaa99d70565871556a53333df1c49d28c8be767"
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
//
|
|
@@ -71,9 +71,12 @@ export interface TokenMetadata {
|
|
|
71
71
|
image: string
|
|
72
72
|
decimals: number
|
|
73
73
|
properties: {[key: string]: any}
|
|
74
|
+
video: string
|
|
75
|
+
audio: string
|
|
74
76
|
image_data: string
|
|
75
77
|
external_url: string
|
|
76
78
|
background_color: string
|
|
79
|
+
animation_url: string
|
|
77
80
|
attributes: Array<{[key: string]: any}>
|
|
78
81
|
}
|
|
79
82
|
|