@synsci/sdk 2.0.60 → 2.0.61

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.
@@ -7405,6 +7405,8 @@ export type SettingsWalletGetResponses = {
7405
7405
  200: {
7406
7406
  signedIn: boolean;
7407
7407
  balanceUsd: number | null;
7408
+ balanceRedacted?: boolean;
7409
+ accessVerified?: boolean;
7408
7410
  billingMode: "managed" | "byok" | null;
7409
7411
  managedSupported: boolean;
7410
7412
  managedUnlocked: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.60",
4
+ "version": "2.0.61",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {