@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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
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: {
|