@botpress/client 0.6.0 → 0.6.1

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.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { ClientProps, ClientConfig } from './config';
2
2
  import { ApiClient as AutoGeneratedClient } from './gen/client';
3
3
  export * as axios from 'axios';
4
- export type { Message, Conversation, User, State, Event, ModelFile as File, Bot, Integration } from './gen';
4
+ export type { Message, Conversation, User, State, Event, ModelFile as File, Bot, Integration, Issue, IssueEvent, } from './gen';
5
5
  export * from './gen/errors';
6
6
  export declare class Client extends AutoGeneratedClient {
7
7
  readonly config: Readonly<ClientConfig>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/client",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Botpress Client",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",