@0xsequence/api 0.41.2 → 0.42.0
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
|
|
30
|
+
// sequence-api v0.4.0 447750c9589d35e725a9a0dd440ae6f7809898f1
|
|
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 = "447750c9589d35e725a9a0dd440ae6f7809898f1"; //
|
|
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
|
|
30
|
+
// sequence-api v0.4.0 447750c9589d35e725a9a0dd440ae6f7809898f1
|
|
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 = "447750c9589d35e725a9a0dd440ae6f7809898f1"; //
|
|
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
|
|
22
|
+
// sequence-api v0.4.0 447750c9589d35e725a9a0dd440ae6f7809898f1
|
|
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 = "447750c9589d35e725a9a0dd440ae6f7809898f1"; //
|
|
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 = "447750c9589d35e725a9a0dd440ae6f7809898f1";
|
|
4
4
|
export declare enum SmartRampOrderStatus {
|
|
5
5
|
UNKNOWN = "UNKNOWN",
|
|
6
6
|
RUNNING_CHECKS = "RUNNING_CHECKS",
|
|
@@ -140,8 +140,8 @@ export interface PayCard {
|
|
|
140
140
|
id: number;
|
|
141
141
|
userAddress: string;
|
|
142
142
|
cardType: string;
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
cardFirstNameToken: string;
|
|
144
|
+
cardLastNameToken: string;
|
|
145
145
|
cardNumberLastFourDigits: string;
|
|
146
146
|
cardNumberToken: string;
|
|
147
147
|
cardCVCToken: string;
|
|
@@ -151,8 +151,8 @@ export interface PayCard {
|
|
|
151
151
|
contactCityToken: string;
|
|
152
152
|
contactProvinceToken: string;
|
|
153
153
|
contactPostalCodeToken: string;
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
contactCountryCodeToken: string;
|
|
155
|
+
contactEmailToken: string;
|
|
156
156
|
contactPhoneToken: string;
|
|
157
157
|
updatedAt?: string;
|
|
158
158
|
createdAt?: string;
|
package/package.json
CHANGED
package/src/api.gen.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// sequence-api v0.4.0
|
|
2
|
+
// sequence-api v0.4.0 447750c9589d35e725a9a0dd440ae6f7809898f1
|
|
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 = "447750c9589d35e725a9a0dd440ae6f7809898f1"
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
//
|
|
@@ -182,8 +182,8 @@ export interface PayCard {
|
|
|
182
182
|
id: number
|
|
183
183
|
userAddress: string
|
|
184
184
|
cardType: string
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
cardFirstNameToken: string
|
|
186
|
+
cardLastNameToken: string
|
|
187
187
|
cardNumberLastFourDigits: string
|
|
188
188
|
cardNumberToken: string
|
|
189
189
|
cardCVCToken: string
|
|
@@ -193,8 +193,8 @@ export interface PayCard {
|
|
|
193
193
|
contactCityToken: string
|
|
194
194
|
contactProvinceToken: string
|
|
195
195
|
contactPostalCodeToken: string
|
|
196
|
-
|
|
197
|
-
|
|
196
|
+
contactCountryCodeToken: string
|
|
197
|
+
contactEmailToken: string
|
|
198
198
|
contactPhoneToken: string
|
|
199
199
|
updatedAt?: string
|
|
200
200
|
createdAt?: string
|