@xoxno/types 1.0.248 → 1.0.249

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.
@@ -1,7 +1,3 @@
1
- declare class TransactionCostData {
1
+ export declare class TransactionCostData {
2
2
  txGasUnits: number;
3
3
  }
4
- export declare class TransactionCost {
5
- data: TransactionCostData;
6
- }
7
- export {};
@@ -9,18 +9,12 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.TransactionCost = void 0;
12
+ exports.TransactionCostData = void 0;
13
13
  const swagger_1 = require("@nestjs/swagger");
14
14
  class TransactionCostData {
15
15
  }
16
+ exports.TransactionCostData = TransactionCostData;
16
17
  __decorate([
17
18
  (0, swagger_1.ApiProperty)(),
18
19
  __metadata("design:type", Number)
19
20
  ], TransactionCostData.prototype, "txGasUnits", void 0);
20
- class TransactionCost {
21
- }
22
- exports.TransactionCost = TransactionCost;
23
- __decorate([
24
- (0, swagger_1.ApiProperty)(),
25
- __metadata("design:type", TransactionCostData)
26
- ], TransactionCost.prototype, "data", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.248",
3
+ "version": "1.0.249",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {