@botpress/client
Advanced tools
Comparing version 0.6.0 to 0.6.1
import { ClientProps, ClientConfig } from './config'; | ||
import { ApiClient as AutoGeneratedClient } from './gen/client'; | ||
export * as axios from 'axios'; | ||
export type { Message, Conversation, User, State, Event, ModelFile as File, Bot, Integration } from './gen'; | ||
export type { Message, Conversation, User, State, Event, ModelFile as File, Bot, Integration, Issue, IssueEvent, } from './gen'; | ||
export * from './gen/errors'; | ||
@@ -6,0 +6,0 @@ export declare class Client extends AutoGeneratedClient { |
{ | ||
"name": "@botpress/client", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Botpress Client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2419290