@seal-protocol/backendjs 0.0.131 → 0.0.132
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/lib/codegen/model/index.d.ts +2 -2
- package/lib/codegen/model/index.js +2 -2
- package/lib/codegen/model/seal-order.d.ts +30 -0
- package/lib/codegen/model/{seal-orders-order-by-property.d.ts → types-orders-order-by-property.d.ts} +1 -1
- package/lib/codegen/model/types-orders-order-by-property.js +37 -0
- package/lib/codegen/model/{seal-orders-order-by.d.ts → types-orders-order-by.d.ts} +7 -7
- package/package.json +1 -1
- package/lib/codegen/model/seal-orders-order-by-property.js +0 -37
- /package/lib/codegen/model/{seal-orders-order-by.js → types-orders-order-by.js} +0 -0
|
@@ -54,8 +54,6 @@ export * from './seal-order-reservation';
|
|
|
54
54
|
export * from './seal-order-reservations-order-by';
|
|
55
55
|
export * from './seal-order-reservations-order-by-property';
|
|
56
56
|
export * from './seal-order-settlement-request';
|
|
57
|
-
export * from './seal-orders-order-by';
|
|
58
|
-
export * from './seal-orders-order-by-property';
|
|
59
57
|
export * from './seal-pair';
|
|
60
58
|
export * from './seal-pairs-order-by';
|
|
61
59
|
export * from './seal-pairs-order-by-property';
|
|
@@ -80,6 +78,8 @@ export * from './seal-tokens-order-by-property';
|
|
|
80
78
|
export * from './seal-transfer-permission';
|
|
81
79
|
export * from './types-bool';
|
|
82
80
|
export * from './types-order-activity-type';
|
|
81
|
+
export * from './types-orders-order-by';
|
|
82
|
+
export * from './types-orders-order-by-property';
|
|
83
83
|
export * from './types-pagination';
|
|
84
84
|
export * from './types-rfq-activity-type';
|
|
85
85
|
export * from './types-rfq-commitment-order-by';
|
|
@@ -70,8 +70,6 @@ __exportStar(require("./seal-order-reservation"), exports);
|
|
|
70
70
|
__exportStar(require("./seal-order-reservations-order-by"), exports);
|
|
71
71
|
__exportStar(require("./seal-order-reservations-order-by-property"), exports);
|
|
72
72
|
__exportStar(require("./seal-order-settlement-request"), exports);
|
|
73
|
-
__exportStar(require("./seal-orders-order-by"), exports);
|
|
74
|
-
__exportStar(require("./seal-orders-order-by-property"), exports);
|
|
75
73
|
__exportStar(require("./seal-pair"), exports);
|
|
76
74
|
__exportStar(require("./seal-pairs-order-by"), exports);
|
|
77
75
|
__exportStar(require("./seal-pairs-order-by-property"), exports);
|
|
@@ -96,6 +94,8 @@ __exportStar(require("./seal-tokens-order-by-property"), exports);
|
|
|
96
94
|
__exportStar(require("./seal-transfer-permission"), exports);
|
|
97
95
|
__exportStar(require("./types-bool"), exports);
|
|
98
96
|
__exportStar(require("./types-order-activity-type"), exports);
|
|
97
|
+
__exportStar(require("./types-orders-order-by"), exports);
|
|
98
|
+
__exportStar(require("./types-orders-order-by-property"), exports);
|
|
99
99
|
__exportStar(require("./types-pagination"), exports);
|
|
100
100
|
__exportStar(require("./types-rfq-activity-type"), exports);
|
|
101
101
|
__exportStar(require("./types-rfq-commitment-order-by"), exports);
|
|
@@ -215,4 +215,34 @@ export interface SealOrder {
|
|
|
215
215
|
* @memberof SealOrder
|
|
216
216
|
*/
|
|
217
217
|
'permit'?: SealTokenPermitApproval;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
* @type {string}
|
|
221
|
+
* @memberof SealOrder
|
|
222
|
+
*/
|
|
223
|
+
'priceMargin'?: string;
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @type {string}
|
|
227
|
+
* @memberof SealOrder
|
|
228
|
+
*/
|
|
229
|
+
'tokenInPrice'?: string;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
* @type {TypesTimestamp}
|
|
233
|
+
* @memberof SealOrder
|
|
234
|
+
*/
|
|
235
|
+
'tokenInPriceTime'?: TypesTimestamp;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @type {string}
|
|
239
|
+
* @memberof SealOrder
|
|
240
|
+
*/
|
|
241
|
+
'tokenOutPrice'?: string;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @type {TypesTimestamp}
|
|
245
|
+
* @memberof SealOrder
|
|
246
|
+
*/
|
|
247
|
+
'tokenOutPriceTime'?: TypesTimestamp;
|
|
218
248
|
}
|
package/lib/codegen/model/{seal-orders-order-by-property.d.ts → types-orders-order-by-property.d.ts}
RENAMED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare enum
|
|
17
|
+
export declare enum TypesOrdersOrderByProperty {
|
|
18
18
|
OrdersOrderByPropertyUnspecified = "OrdersOrderByProperty_UNSPECIFIED",
|
|
19
19
|
OrdersOrderByPropertyId = "OrdersOrderByProperty_ID",
|
|
20
20
|
OrdersOrderByPropertyOwner = "OrdersOrderByProperty_OWNER",
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* seal/seal.proto
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: version not set
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.TypesOrdersOrderByProperty = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
var TypesOrdersOrderByProperty;
|
|
23
|
+
(function (TypesOrdersOrderByProperty) {
|
|
24
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyUnspecified"] = "OrdersOrderByProperty_UNSPECIFIED";
|
|
25
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyId"] = "OrdersOrderByProperty_ID";
|
|
26
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyOwner"] = "OrdersOrderByProperty_OWNER";
|
|
27
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyTokenIn"] = "OrdersOrderByProperty_TOKEN_IN";
|
|
28
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyTokenOut"] = "OrdersOrderByProperty_TOKEN_OUT";
|
|
29
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyAmountIn"] = "OrdersOrderByProperty_AMOUNT_IN";
|
|
30
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyPrice"] = "OrdersOrderByProperty_PRICE";
|
|
31
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyDeadline"] = "OrdersOrderByProperty_DEADLINE";
|
|
32
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyReservationDepositToken"] = "OrdersOrderByProperty_RESERVATION_DEPOSIT_TOKEN";
|
|
33
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyMinReservationDepositAmount"] = "OrdersOrderByProperty_MIN_RESERVATION_DEPOSIT_AMOUNT";
|
|
34
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyRemainingAmount"] = "OrdersOrderByProperty_REMAINING_AMOUNT";
|
|
35
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyReservedAmount"] = "OrdersOrderByProperty_RESERVED_AMOUNT";
|
|
36
|
+
TypesOrdersOrderByProperty["OrdersOrderByPropertyFilledAmount"] = "OrdersOrderByProperty_FILLED_AMOUNT";
|
|
37
|
+
})(TypesOrdersOrderByProperty || (exports.TypesOrdersOrderByProperty = TypesOrdersOrderByProperty = {}));
|
|
@@ -9,23 +9,23 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { TypesOrdersOrderByProperty } from './types-orders-order-by-property';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface TypesOrdersOrderBy
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface TypesOrdersOrderBy {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {
|
|
22
|
-
* @memberof
|
|
21
|
+
* @type {TypesOrdersOrderByProperty}
|
|
22
|
+
* @memberof TypesOrdersOrderBy
|
|
23
23
|
*/
|
|
24
|
-
'property'?:
|
|
24
|
+
'property'?: TypesOrdersOrderByProperty;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {boolean}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof TypesOrdersOrderBy
|
|
29
29
|
*/
|
|
30
30
|
'descending'?: boolean;
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seal-protocol/backendjs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.132",
|
|
4
4
|
"description": "Javascript SDK for Seal Backend",
|
|
5
5
|
"author": "amin <amin@refractedlabs.com>",
|
|
6
6
|
"homepage": "https://github.com/seal-protocol/backend/tree/main/ts-client#readme",
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* seal/seal.proto
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: version not set
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.SealOrdersOrderByProperty = void 0;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
var SealOrdersOrderByProperty;
|
|
23
|
-
(function (SealOrdersOrderByProperty) {
|
|
24
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyUnspecified"] = "OrdersOrderByProperty_UNSPECIFIED";
|
|
25
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyId"] = "OrdersOrderByProperty_ID";
|
|
26
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyOwner"] = "OrdersOrderByProperty_OWNER";
|
|
27
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyTokenIn"] = "OrdersOrderByProperty_TOKEN_IN";
|
|
28
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyTokenOut"] = "OrdersOrderByProperty_TOKEN_OUT";
|
|
29
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyAmountIn"] = "OrdersOrderByProperty_AMOUNT_IN";
|
|
30
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyPrice"] = "OrdersOrderByProperty_PRICE";
|
|
31
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyDeadline"] = "OrdersOrderByProperty_DEADLINE";
|
|
32
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyReservationDepositToken"] = "OrdersOrderByProperty_RESERVATION_DEPOSIT_TOKEN";
|
|
33
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyMinReservationDepositAmount"] = "OrdersOrderByProperty_MIN_RESERVATION_DEPOSIT_AMOUNT";
|
|
34
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyRemainingAmount"] = "OrdersOrderByProperty_REMAINING_AMOUNT";
|
|
35
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyReservedAmount"] = "OrdersOrderByProperty_RESERVED_AMOUNT";
|
|
36
|
-
SealOrdersOrderByProperty["OrdersOrderByPropertyFilledAmount"] = "OrdersOrderByProperty_FILLED_AMOUNT";
|
|
37
|
-
})(SealOrdersOrderByProperty || (exports.SealOrdersOrderByProperty = SealOrdersOrderByProperty = {}));
|
|
File without changes
|