@hautechai/sdk 2.27.0 → 2.29.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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -32,6 +32,7 @@ interface CreateUserProfileDto {
|
|
|
32
32
|
interface PublicUserProfileDto {
|
|
33
33
|
/** @pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ */
|
|
34
34
|
id: string;
|
|
35
|
+
externalId: string;
|
|
35
36
|
handle: string;
|
|
36
37
|
name: string;
|
|
37
38
|
/** @nullable */
|
|
@@ -12987,6 +12988,7 @@ declare const ShareWithEveryoneControllerParamsDtoAccess: {
|
|
|
12987
12988
|
|
|
12988
12989
|
interface ShareWithEveryoneControllerParamsDto {
|
|
12989
12990
|
access: ShareWithEveryoneControllerParamsDtoAccess;
|
|
12991
|
+
customExecutionPrice: string;
|
|
12990
12992
|
}
|
|
12991
12993
|
|
|
12992
12994
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ interface CreateUserProfileDto {
|
|
|
32
32
|
interface PublicUserProfileDto {
|
|
33
33
|
/** @pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ */
|
|
34
34
|
id: string;
|
|
35
|
+
externalId: string;
|
|
35
36
|
handle: string;
|
|
36
37
|
name: string;
|
|
37
38
|
/** @nullable */
|
|
@@ -12987,6 +12988,7 @@ declare const ShareWithEveryoneControllerParamsDtoAccess: {
|
|
|
12987
12988
|
|
|
12988
12989
|
interface ShareWithEveryoneControllerParamsDto {
|
|
12989
12990
|
access: ShareWithEveryoneControllerParamsDtoAccess;
|
|
12991
|
+
customExecutionPrice: string;
|
|
12990
12992
|
}
|
|
12991
12993
|
|
|
12992
12994
|
/**
|