@1claw/sdk 0.61.15 → 0.61.16

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.
@@ -14591,6 +14591,13 @@ export interface components {
14591
14591
  * @enum {string}
14592
14592
  */
14593
14593
  custody?: "server" | "client_tss";
14594
+ /**
14595
+ * @description `client_tss` only (list responses). Wraps of the customer's share under
14596
+ * their own credentials — passkey PRF or recovery code; runtime holder
14597
+ * wraps are not counted. Below 2 the wallet should not be funded: one
14598
+ * lost credential would lose the share.
14599
+ */
14600
+ owner_wraps?: number;
14594
14601
  };
14595
14602
  TreasuryWalletListResponse: {
14596
14603
  wallets?: components["schemas"]["TreasuryWalletResponse"][];