@lovrabet/sdk 1.2.5-beta.1 → 1.2.8

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/LICENSE CHANGED
@@ -51,7 +51,7 @@
51
51
  如有疑问或需要商业授权,请联系:
52
52
  - 网站:https://www.lovrabet.com
53
53
  - 邮箱:support@lovrabet.com
54
- - 文档:https://docs.lovrabet.com
54
+ - 文档:https://help.lovrabet.com
55
55
 
56
56
  ---
57
57
 
package/dist/index.d.ts CHANGED
@@ -8,6 +8,6 @@ export { ApiNamespace } from "./src/api/index";
8
8
  export { AuthManager, } from "./src/auth/index";
9
9
  export { generateOpenApiToken, TokenGenerator, isTokenExpiring, getTokenRemainingTime, type GenerateTokenParams, type TokenResult } from "./src/auth/index";
10
10
  export type { ClientConfig, LovrabetClient, ModelConfig, ModelsConfig, } from "./src/types/index";
11
- export type { ListParams, ListResponse, FilterParams, WhereCondition, FieldCondition, ConditionOperator, Environment, BaseModelMethods, SortList, SelectOption, SelectOptionsParams, } from "./src/types/index";
11
+ export type { ListParams, ListResponse, FilterParams, WhereCondition, FieldCondition, ConditionOperator, Environment, BaseModelMethods, SortList, SelectOption, SelectOptionsParams, AggregateParams, AggregateField, HavingCondition, } from "./src/types/index";
12
12
  export type { SqlExecuteRequest, SqlExecuteResult, } from "./src/api/types";
13
13
  export { SortOrder, } from "./src/types/index";