@xoxno/types 1.0.260 → 1.0.262
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/dist/cosmos-db/documents/lending/lending-account-pnl.d.ts +10 -0
- package/dist/cosmos-db/documents/lending/lending-account-pnl.js +48 -0
- package/dist/enums/wallet-client-type.enum.d.ts +1 -2
- package/dist/enums/wallet-client-type.enum.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LendingAccountPnl = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
class LendingAccountPnl {
|
|
15
|
+
}
|
|
16
|
+
exports.LendingAccountPnl = LendingAccountPnl;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, swagger_1.ApiProperty)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], LendingAccountPnl.prototype, "Token", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, swagger_1.ApiProperty)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], LendingAccountPnl.prototype, "Identifier", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, swagger_1.ApiProperty)(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], LendingAccountPnl.prototype, "PnlUSD", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, swagger_1.ApiProperty)(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], LendingAccountPnl.prototype, "PnlToken", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, swagger_1.ApiProperty)(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], LendingAccountPnl.prototype, "Debt", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, swagger_1.ApiProperty)(),
|
|
39
|
+
__metadata("design:type", Number)
|
|
40
|
+
], LendingAccountPnl.prototype, "DebtUSD", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, swagger_1.ApiProperty)(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], LendingAccountPnl.prototype, "Interest", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, swagger_1.ApiProperty)(),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], LendingAccountPnl.prototype, "InterestUSD", void 0);
|
|
@@ -12,5 +12,5 @@ var WalletClientType;
|
|
|
12
12
|
WalletClientType["NATIVE"] = "native";
|
|
13
13
|
WalletClientType["ZK_LOGIN"] = "zkLogin";
|
|
14
14
|
WalletClientType["METAMASK"] = "metamask";
|
|
15
|
-
|
|
15
|
+
/* XBOARD = 'xBoard', */
|
|
16
16
|
})(WalletClientType || (exports.WalletClientType = WalletClientType = {}));
|
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export * from './cosmos-db/documents/external-payment/twispay-cart';
|
|
|
38
38
|
export * from './cosmos-db/documents/external-payment/twispay-customer';
|
|
39
39
|
export * from './cosmos-db/documents/external-payment/twispay-payment-form';
|
|
40
40
|
export * from './cosmos-db/documents/external-payment/twispay-transaction';
|
|
41
|
+
export * from './cosmos-db/documents/lending/lending-account-pnl';
|
|
41
42
|
export * from './cosmos-db/documents/lending/lending-account-profile';
|
|
42
43
|
export * from './cosmos-db/documents/lending/lending-account-summary';
|
|
43
44
|
export * from './cosmos-db/documents/lending/lending-emode-category-profile.doc';
|
package/dist/index.js
CHANGED
|
@@ -54,6 +54,7 @@ __exportStar(require("./cosmos-db/documents/external-payment/twispay-cart"), exp
|
|
|
54
54
|
__exportStar(require("./cosmos-db/documents/external-payment/twispay-customer"), exports);
|
|
55
55
|
__exportStar(require("./cosmos-db/documents/external-payment/twispay-payment-form"), exports);
|
|
56
56
|
__exportStar(require("./cosmos-db/documents/external-payment/twispay-transaction"), exports);
|
|
57
|
+
__exportStar(require("./cosmos-db/documents/lending/lending-account-pnl"), exports);
|
|
57
58
|
__exportStar(require("./cosmos-db/documents/lending/lending-account-profile"), exports);
|
|
58
59
|
__exportStar(require("./cosmos-db/documents/lending/lending-account-summary"), exports);
|
|
59
60
|
__exportStar(require("./cosmos-db/documents/lending/lending-emode-category-profile.doc"), exports);
|