@0xsequence/api 2.2.15 → 2.3.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.
@@ -13,7 +13,7 @@ function _extends() {
13
13
  }
14
14
 
15
15
  /* eslint-disable */
16
- // sequence-api v0.4.0 1ac0fac314dfe117706d15f13a63d49bdcec048e
16
+ // sequence-api v0.4.0 2409c101bc62a1b7aa797e099d913b1c4046e9f6
17
17
  // --
18
18
  // Code generated by webrpc-gen@v0.24.0 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 = '1ac0fac314dfe117706d15f13a63d49bdcec048e';
32
+ const WebRPCSchemaHash = '2409c101bc62a1b7aa797e099d913b1c4046e9f6';
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-api v0.4.0 1ac0fac314dfe117706d15f13a63d49bdcec048e
16
+ // sequence-api v0.4.0 2409c101bc62a1b7aa797e099d913b1c4046e9f6
17
17
  // --
18
18
  // Code generated by webrpc-gen@v0.24.0 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 = '1ac0fac314dfe117706d15f13a63d49bdcec048e';
32
+ const WebRPCSchemaHash = '2409c101bc62a1b7aa797e099d913b1c4046e9f6';
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-api v0.4.0 1ac0fac314dfe117706d15f13a63d49bdcec048e
12
+ // sequence-api v0.4.0 2409c101bc62a1b7aa797e099d913b1c4046e9f6
13
13
  // --
14
14
  // Code generated by webrpc-gen@v0.24.0 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 = '1ac0fac314dfe117706d15f13a63d49bdcec048e';
28
+ const WebRPCSchemaHash = '2409c101bc62a1b7aa797e099d913b1c4046e9f6';
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.24.0;gen-typescript@v0.16.3;sequence-api@v0.4.0";
3
3
  export declare const WebRPCVersion = "v1";
4
4
  export declare const WebRPCSchemaVersion = "v0.4.0";
5
- export declare const WebRPCSchemaHash = "1ac0fac314dfe117706d15f13a63d49bdcec048e";
5
+ export declare const WebRPCSchemaHash = "2409c101bc62a1b7aa797e099d913b1c4046e9f6";
6
6
  type WebrpcGenVersions = {
7
7
  webrpcGenVersion: string;
8
8
  codeGenName: string;
@@ -431,6 +431,7 @@ export interface AdoptedChildWallet {
431
431
  address: string;
432
432
  }
433
433
  export interface Pack {
434
+ id: number;
434
435
  chainId: number;
435
436
  projectId: number;
436
437
  contractAddress: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/api",
3
- "version": "2.2.15",
3
+ "version": "2.3.1",
4
4
  "description": "api sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",
6
6
  "source": "src/index.ts",
package/src/api.gen.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable */
2
- // sequence-api v0.4.0 1ac0fac314dfe117706d15f13a63d49bdcec048e
2
+ // sequence-api v0.4.0 2409c101bc62a1b7aa797e099d913b1c4046e9f6
3
3
  // --
4
4
  // Code generated by webrpc-gen@v0.24.0 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 = '1ac0fac314dfe117706d15f13a63d49bdcec048e'
19
+ export const WebRPCSchemaHash = '2409c101bc62a1b7aa797e099d913b1c4046e9f6'
20
20
 
21
21
  type WebrpcGenVersions = {
22
22
  webrpcGenVersion: string
@@ -541,6 +541,7 @@ export interface AdoptedChildWallet {
541
541
  }
542
542
 
543
543
  export interface Pack {
544
+ id: number
544
545
  chainId: number
545
546
  projectId: number
546
547
  contractAddress: string