@fairmint/canton-fairmint-sdk 0.0.9 → 0.0.11

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.
@@ -420,7 +420,7 @@ class CantonDbClient {
420
420
  WITH data AS (
421
421
  SELECT
422
422
  unnest($1::bigint[]) AS transaction_id,
423
- unnest($2::text[]) AS kind,
423
+ unnest($2::text[])::canton_transaction_event_kind AS kind,
424
424
  unnest($3::bigint[]) AS contract_id,
425
425
  unnest($4::bigint[]) AS package_id
426
426
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairmint/canton-fairmint-sdk",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Shared SDK utilities for Canton blockchain integration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",