@lovrabet/sdk 1.1.21 → 1.1.22

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.
@@ -15,11 +15,6 @@ export declare class OpenApiModel extends AbstractBaseModel {
15
15
  * 请求体只包含业务数据
16
16
  */
17
17
  protected buildRequestBody(method: string, data: any, sortList?: SortList): any;
18
- /**
19
- * OpenAPI 模式暂不支持 filter 操作
20
- * @throws Error 当尝试调用 filter 时抛出错误
21
- */
22
- filter(): Promise<any>;
23
18
  /**
24
19
  * OpenAPI 模式暂不支持 delete 操作
25
20
  * @throws Error 当尝试调用 delete 时抛出错误
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/sdk",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",