@botpress/api 0.5.0 → 0.5.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.
@@ -2499,6 +2499,11 @@ export declare const state: {
2499
2499
  method: "get";
2500
2500
  path: string;
2501
2501
  parameters: {
2502
+ nextToken: {
2503
+ in: "query";
2504
+ description: string;
2505
+ type: "string";
2506
+ };
2502
2507
  id: {
2503
2508
  type: "string";
2504
2509
  description: string;
package/dist/index.d.ts CHANGED
@@ -2,6 +2,7 @@ export declare const api: {
2
2
  getModelRef: (name: "Bot" | "Integration" | "Workspace" | "User" | "Conversation" | "Event" | "Message" | "State" | "File") => import("@bpinternal/opapi").OpenApiZodAny;
3
3
  addOperation: <Path extends string>(operationProps: import("@bpinternal/opapi").Operation<"x-workspace-id", "user" | "conversation" | "event" | "message" | "file" | "state" | "hub" | "action" | "bot" | "integration" | "workspace", Path, "zod-schema">) => void;
4
4
  exportClient: (dir: string | undefined, openapiGeneratorEndpoint: string, postProcessors?: import("@bpinternal/opapi").OpenApiPostProcessors | undefined) => Promise<void>;
5
+ exportTypesBySection: (dir?: string | undefined) => Promise<void>;
5
6
  exportServer: (dir: string | undefined, useExpressTypes: boolean) => Promise<void>;
6
7
  exportOpenapi: (dir?: string | undefined) => void;
7
8
  exportState: (dir?: string | undefined) => void;