okx-api 1.4.1 → 1.4.2

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.
@@ -114,6 +114,8 @@ export interface OrderHistoryRequest {
114
114
  category?: string;
115
115
  after?: string;
116
116
  before?: string;
117
+ begin?: string;
118
+ end?: string;
117
119
  limit?: string;
118
120
  }
119
121
  export interface OrderRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "okx-api",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Complete & robust Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -72,4 +72,4 @@
72
72
  "url": "https://github.com/tiagosiebler/okx-api/issues"
73
73
  },
74
74
  "homepage": "https://github.com/tiagosiebler/okx-api#readme"
75
- }
75
+ }