@hautechai/sdk 2.27.0 → 2.28.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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12987,6 +12987,7 @@ declare const ShareWithEveryoneControllerParamsDtoAccess: {
|
|
|
12987
12987
|
|
|
12988
12988
|
interface ShareWithEveryoneControllerParamsDto {
|
|
12989
12989
|
access: ShareWithEveryoneControllerParamsDtoAccess;
|
|
12990
|
+
customExecutionPrice: string;
|
|
12990
12991
|
}
|
|
12991
12992
|
|
|
12992
12993
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -12987,6 +12987,7 @@ declare const ShareWithEveryoneControllerParamsDtoAccess: {
|
|
|
12987
12987
|
|
|
12988
12988
|
interface ShareWithEveryoneControllerParamsDto {
|
|
12989
12989
|
access: ShareWithEveryoneControllerParamsDtoAccess;
|
|
12990
|
+
customExecutionPrice: string;
|
|
12990
12991
|
}
|
|
12991
12992
|
|
|
12992
12993
|
/**
|