@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 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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "2.27.0",
3
+ "version": "2.28.0",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {