@0xsequence/builder 2.2.6 → 2.2.8

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,7 +18,7 @@ function _extends() {
18
18
  //
19
19
  // In the future we can include additional interfaces as needed.
20
20
  const WebrpcHeader = 'Webrpc';
21
- const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0';
21
+ const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0';
22
22
 
23
23
  // WebRPC description and code-gen version
24
24
  const WebRPCVersion = 'v1';
@@ -27,7 +27,7 @@ const WebRPCVersion = 'v1';
27
27
  const WebRPCSchemaVersion = 'v0.1.0';
28
28
 
29
29
  // Schema hash generated from your RIDL schema
30
- const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa';
30
+ const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e';
31
31
  function VersionFromHeader(headers) {
32
32
  const headerValue = headers.get(WebrpcHeader);
33
33
  if (!headerValue) {
@@ -18,7 +18,7 @@ function _extends() {
18
18
  //
19
19
  // In the future we can include additional interfaces as needed.
20
20
  const WebrpcHeader = 'Webrpc';
21
- const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0';
21
+ const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0';
22
22
 
23
23
  // WebRPC description and code-gen version
24
24
  const WebRPCVersion = 'v1';
@@ -27,7 +27,7 @@ const WebRPCVersion = 'v1';
27
27
  const WebRPCSchemaVersion = 'v0.1.0';
28
28
 
29
29
  // Schema hash generated from your RIDL schema
30
- const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa';
30
+ const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e';
31
31
  function VersionFromHeader(headers) {
32
32
  const headerValue = headers.get(WebrpcHeader);
33
33
  if (!headerValue) {
@@ -14,7 +14,7 @@ function _extends() {
14
14
  //
15
15
  // In the future we can include additional interfaces as needed.
16
16
  const WebrpcHeader = 'Webrpc';
17
- const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0';
17
+ const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0';
18
18
 
19
19
  // WebRPC description and code-gen version
20
20
  const WebRPCVersion = 'v1';
@@ -23,7 +23,7 @@ const WebRPCVersion = 'v1';
23
23
  const WebRPCSchemaVersion = 'v0.1.0';
24
24
 
25
25
  // Schema hash generated from your RIDL schema
26
- const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa';
26
+ const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e';
27
27
  function VersionFromHeader(headers) {
28
28
  const headerValue = headers.get(WebrpcHeader);
29
29
  if (!headerValue) {
@@ -1,8 +1,8 @@
1
1
  export declare const WebrpcHeader = "Webrpc";
2
- export declare const WebrpcHeaderValue = "webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0";
2
+ export declare const WebrpcHeaderValue = "webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0";
3
3
  export declare const WebRPCVersion = "v1";
4
4
  export declare const WebRPCSchemaVersion = "v0.1.0";
5
- export declare const WebRPCSchemaHash = "5b580e1afeb26e0b4a8ee026271e2466760da0aa";
5
+ export declare const WebRPCSchemaHash = "461bc324d241f4df14fbf63268fde2cfe4873e3e";
6
6
  type WebrpcGenVersions = {
7
7
  webrpcGenVersion: string;
8
8
  codeGenName: string;
@@ -19,6 +19,7 @@ export interface AudienceContact {
19
19
  email?: string;
20
20
  userIp?: string;
21
21
  stage?: number;
22
+ provider?: string;
22
23
  createdAt?: string;
23
24
  updatedAt?: string;
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/builder",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
4
4
  "description": "builder sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/builder",
6
6
  "source": "src/index.ts",
@@ -5,7 +5,7 @@
5
5
  // In the future we can include additional interfaces as needed.
6
6
  export const WebrpcHeader = 'Webrpc'
7
7
 
8
- export const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0'
8
+ export const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0'
9
9
 
10
10
  // WebRPC description and code-gen version
11
11
  export const WebRPCVersion = 'v1'
@@ -14,7 +14,7 @@ export const WebRPCVersion = 'v1'
14
14
  export const WebRPCSchemaVersion = 'v0.1.0'
15
15
 
16
16
  // Schema hash generated from your RIDL schema
17
- export const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa'
17
+ export const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e'
18
18
 
19
19
  type WebrpcGenVersions = {
20
20
  webrpcGenVersion: string
@@ -76,6 +76,7 @@ export interface AudienceContact {
76
76
  email?: string
77
77
  userIp?: string
78
78
  stage?: number
79
+ provider?: string
79
80
  createdAt?: string
80
81
  updatedAt?: string
81
82
  }