@xoxno/types 1.0.411 → 1.0.412

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.
@@ -28,7 +28,6 @@ export declare class StellarEventPositionDelta {
28
28
  scaledAmountRay: string;
29
29
  indexRay: string;
30
30
  amount: string;
31
- assetPriceWad?: string;
32
31
  liquidationThresholdBps?: number;
33
32
  liquidationBonusBps?: number;
34
33
  loanToValueBps?: number;
@@ -153,13 +153,6 @@ __decorate([
153
153
  }),
154
154
  __metadata("design:type", String)
155
155
  ], StellarEventPositionDelta.prototype, "amount", void 0);
156
- __decorate([
157
- (0, swagger_1.ApiProperty)({
158
- required: false,
159
- description: 'USD WAD price used for the mutation, decimal string when present',
160
- }),
161
- __metadata("design:type", String)
162
- ], StellarEventPositionDelta.prototype, "assetPriceWad", void 0);
163
156
  __decorate([
164
157
  (0, swagger_1.ApiProperty)({
165
158
  type: 'integer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.411",
3
+ "version": "1.0.412",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {