@koralabs/kora-labs-common 6.3.2 → 6.3.3

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.
@@ -72,12 +72,12 @@ export interface IApiMetrics {
72
72
  firstSlot?: number;
73
73
  lastSlot?: number;
74
74
  currentSlot?: number;
75
- firstMemoryUsage?: number;
76
75
  currentBlockHash?: string;
77
76
  tipBlockHash?: string;
78
77
  memorySize?: number;
79
78
  networkSync?: number;
80
- count?: number;
79
+ handleCount?: number;
80
+ holderCount?: number;
81
81
  schemaVersion?: number;
82
82
  startTimestamp?: number;
83
83
  }
@@ -167,18 +167,6 @@ export interface ICip68Handle extends IHandle {
167
167
  export interface IPersonalizedHandle extends ICip68Handle {
168
168
  personalization?: IPersonalization;
169
169
  }
170
- export interface IApiMetricsViewModel {
171
- percentage_complete: string;
172
- current_memory_used: number;
173
- ogmios_elapsed: string;
174
- building_elapsed: string;
175
- handle_count: number;
176
- slot_date: Date;
177
- memory_size: number;
178
- current_slot: number;
179
- current_block_hash: string;
180
- schema_version: number;
181
- }
182
170
  export declare enum HandleType {
183
171
  VIRTUAL_SUBHANDLE = "virtual_subhandle",
184
172
  NFT_SUBHANDLE = "nft_subhandle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "6.3.2",
3
+ "version": "6.3.3",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",