Skip to content

Commit d247e95

Browse files
author
Adrien Maret
authored
7.10.2 - Expose ResponsePayload (#710)
Expose the ResponsePayload type
1 parent c396767 commit d247e95

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <support@kuzzle.io>",
66
"repository": {

src/types/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ export * from "./KDocument";
2424

2525
export * from "./RequestPayload";
2626

27+
export * from "./ResponsePayload";
28+
2729
export * from "./BaseRequest";

0 commit comments

Comments
 (0)