@0xsequence/api 0.42.5 → 0.42.6

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-api v0.4.0 9f7a841e9b1655d80084cda01db665c0dada48c9
30
+ // sequence-api v0.4.0 fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211
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 = "9f7a841e9b1655d80084cda01db665c0dada48c9"; //
39
+ const WebRPCSchemaHash = "fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211"; //
40
40
  // Types
41
41
  //
42
42
 
@@ -27,7 +27,7 @@ function _extends() {
27
27
  }
28
28
 
29
29
  /* eslint-disable */
30
- // sequence-api v0.4.0 9f7a841e9b1655d80084cda01db665c0dada48c9
30
+ // sequence-api v0.4.0 fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211
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 = "9f7a841e9b1655d80084cda01db665c0dada48c9"; //
39
+ const WebRPCSchemaHash = "fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211"; //
40
40
  // Types
41
41
  //
42
42
 
@@ -19,7 +19,7 @@ function _extends() {
19
19
  }
20
20
 
21
21
  /* eslint-disable */
22
- // sequence-api v0.4.0 9f7a841e9b1655d80084cda01db665c0dada48c9
22
+ // sequence-api v0.4.0 fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211
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 = "9f7a841e9b1655d80084cda01db665c0dada48c9"; //
31
+ const WebRPCSchemaHash = "fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211"; //
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 = "9f7a841e9b1655d80084cda01db665c0dada48c9";
3
+ export declare const WebRPCSchemaHash = "fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211";
4
4
  export declare enum SmartRampOrderStatus {
5
5
  UNKNOWN = "UNKNOWN",
6
6
  RUNNING_CHECKS = "RUNNING_CHECKS",
@@ -176,6 +176,7 @@ export interface SmartRampQuoteDetails {
176
176
  purchaseTotal: number;
177
177
  sourceCurrency: string;
178
178
  destCurrency: string;
179
+ countryIsSupported: boolean;
179
180
  createdAt: string;
180
181
  expiresAt: string;
181
182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/api",
3
- "version": "0.42.5",
3
+ "version": "0.42.6",
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 9f7a841e9b1655d80084cda01db665c0dada48c9
2
+ // sequence-api v0.4.0 fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211
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 = "9f7a841e9b1655d80084cda01db665c0dada48c9"
14
+ export const WebRPCSchemaHash = "fa198c3e3a7ffc3ce59fa84c1f962aae3a3dd211"
15
15
 
16
16
 
17
17
  //
@@ -220,6 +220,7 @@ export interface SmartRampQuoteDetails {
220
220
  purchaseTotal: number
221
221
  sourceCurrency: string
222
222
  destCurrency: string
223
+ countryIsSupported: boolean
223
224
  createdAt: string
224
225
  expiresAt: string
225
226
  }