@synsci/sdk 2.0.36 → 2.0.37

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.
@@ -6191,6 +6191,7 @@ export type SettingsWalletGetResponses = {
6191
6191
  balanceUsd: number | null;
6192
6192
  billingMode: "managed" | "byok" | null;
6193
6193
  managedSupported: boolean;
6194
+ aceEnabled: boolean;
6194
6195
  lifetimeSpentUsd: number | null;
6195
6196
  transactions: Array<{
6196
6197
  id: string;
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.36",
4
+ "version": "2.0.37",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {