@0xsequence/api 2.0.17 → 2.0.18
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/dist/0xsequence-api.cjs.dev.js +3 -3
- package/dist/0xsequence-api.cjs.prod.js +3 -3
- package/dist/0xsequence-api.esm.js +3 -3
- package/package.json +1 -1
- package/src/api.gen.ts +1202 -982
|
@@ -25,13 +25,13 @@ function _extends() {
|
|
|
25
25
|
// webrpc-gen -schema=api.ridl -target=typescript -client -out=./clients/api.gen.ts
|
|
26
26
|
|
|
27
27
|
// WebRPC description and code-gen version
|
|
28
|
-
const WebRPCVersion =
|
|
28
|
+
const WebRPCVersion = 'v1';
|
|
29
29
|
|
|
30
30
|
// Schema version of your RIDL schema
|
|
31
|
-
const WebRPCSchemaVersion =
|
|
31
|
+
const WebRPCSchemaVersion = 'v0.4.0';
|
|
32
32
|
|
|
33
33
|
// Schema hash generated from your RIDL schema
|
|
34
|
-
const WebRPCSchemaHash =
|
|
34
|
+
const WebRPCSchemaHash = '470a0f88ea399c2a57ff8c22da54358c033ed5f0';
|
|
35
35
|
|
|
36
36
|
//
|
|
37
37
|
// Types
|
|
@@ -25,13 +25,13 @@ function _extends() {
|
|
|
25
25
|
// webrpc-gen -schema=api.ridl -target=typescript -client -out=./clients/api.gen.ts
|
|
26
26
|
|
|
27
27
|
// WebRPC description and code-gen version
|
|
28
|
-
const WebRPCVersion =
|
|
28
|
+
const WebRPCVersion = 'v1';
|
|
29
29
|
|
|
30
30
|
// Schema version of your RIDL schema
|
|
31
|
-
const WebRPCSchemaVersion =
|
|
31
|
+
const WebRPCSchemaVersion = 'v0.4.0';
|
|
32
32
|
|
|
33
33
|
// Schema hash generated from your RIDL schema
|
|
34
|
-
const WebRPCSchemaHash =
|
|
34
|
+
const WebRPCSchemaHash = '470a0f88ea399c2a57ff8c22da54358c033ed5f0';
|
|
35
35
|
|
|
36
36
|
//
|
|
37
37
|
// Types
|
|
@@ -21,13 +21,13 @@ function _extends() {
|
|
|
21
21
|
// webrpc-gen -schema=api.ridl -target=typescript -client -out=./clients/api.gen.ts
|
|
22
22
|
|
|
23
23
|
// WebRPC description and code-gen version
|
|
24
|
-
const WebRPCVersion =
|
|
24
|
+
const WebRPCVersion = 'v1';
|
|
25
25
|
|
|
26
26
|
// Schema version of your RIDL schema
|
|
27
|
-
const WebRPCSchemaVersion =
|
|
27
|
+
const WebRPCSchemaVersion = 'v0.4.0';
|
|
28
28
|
|
|
29
29
|
// Schema hash generated from your RIDL schema
|
|
30
|
-
const WebRPCSchemaHash =
|
|
30
|
+
const WebRPCSchemaHash = '470a0f88ea399c2a57ff8c22da54358c033ed5f0';
|
|
31
31
|
|
|
32
32
|
//
|
|
33
33
|
// Types
|
package/package.json
CHANGED