phala 1.0.38 → 1.0.39

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.
@@ -762,10 +762,10 @@ interface TeepodResponse {
762
762
  }
763
763
  interface KmsListItem {
764
764
  id?: string;
765
- slug?: string;
765
+ slug?: string | null;
766
766
  url: string;
767
767
  version: string;
768
- chain_id?: string | null;
768
+ chain_id?: number | null;
769
769
  kms_contract_address?: string | null;
770
770
  gateway_app_id?: string | null;
771
771
  }