@hautechai/sdk 2.16.2 → 2.17.0

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.
package/dist/index.d.mts CHANGED
@@ -12548,6 +12548,12 @@ type MethodsPermissions = {
12548
12548
  connect: boolean;
12549
12549
  subscribe: boolean;
12550
12550
  };
12551
+ userProfiles: {
12552
+ create: boolean;
12553
+ read: boolean;
12554
+ update: boolean;
12555
+ list: boolean;
12556
+ };
12551
12557
  };
12552
12558
 
12553
12559
  declare const createTokenSigner: (options: {
package/dist/index.d.ts CHANGED
@@ -12548,6 +12548,12 @@ type MethodsPermissions = {
12548
12548
  connect: boolean;
12549
12549
  subscribe: boolean;
12550
12550
  };
12551
+ userProfiles: {
12552
+ create: boolean;
12553
+ read: boolean;
12554
+ update: boolean;
12555
+ list: boolean;
12556
+ };
12551
12557
  };
12552
12558
 
12553
12559
  declare const createTokenSigner: (options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "2.16.2",
3
+ "version": "2.17.0",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {