@capxul/observability 2.3.1 → 2.3.2

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/index.d.mts CHANGED
@@ -816,8 +816,6 @@ declare const PermissionMirrorVerificationTelemetryEventSchema: Schema.Struct<{
816
816
  readonly outcome: Schema.String;
817
817
  readonly reason: Schema.String;
818
818
  readonly chain_id: Schema.Number;
819
- readonly finality: Schema.String;
820
- readonly lag_blocks: Schema.Number;
821
819
  readonly retry_count: Schema.Number;
822
820
  }>;
823
821
  }>;
@@ -1378,8 +1376,6 @@ declare const TELEMETRY_EVENT_SCHEMAS: {
1378
1376
  readonly outcome: Schema.String;
1379
1377
  readonly reason: Schema.String;
1380
1378
  readonly chain_id: Schema.Number;
1381
- readonly finality: Schema.String;
1382
- readonly lag_blocks: Schema.Number;
1383
1379
  readonly retry_count: Schema.Number;
1384
1380
  }>;
1385
1381
  }>;
package/dist/index.mjs CHANGED
@@ -638,8 +638,6 @@ const PermissionMirrorVerificationProps = Schema.Struct({
638
638
  outcome: Schema.String,
639
639
  reason: Schema.String,
640
640
  chain_id: Schema.Number,
641
- finality: Schema.String,
642
- lag_blocks: Schema.Number,
643
641
  retry_count: Schema.Number
644
642
  });
645
643
  const MovementScanWindowProps = Schema.Struct({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capxul/observability",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",