@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.
- package/dist/gen/state.d.ts +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +240867 -40648
- package/package.json +3 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +9 -2
package/src/gen/state.ts
CHANGED
|
@@ -2683,10 +2683,17 @@ export const state = {
|
|
|
2683
2683
|
},
|
|
2684
2684
|
getAuditRecords: {
|
|
2685
2685
|
name: "getAuditRecords",
|
|
2686
|
-
description:
|
|
2686
|
+
description:
|
|
2687
|
+
"Get the audit records of a workspace, sorted from most recent to oldest.",
|
|
2687
2688
|
method: "get",
|
|
2688
2689
|
path: "/v1/admin/workspaces/{id}/audit-records",
|
|
2689
2690
|
parameters: {
|
|
2691
|
+
nextToken: {
|
|
2692
|
+
in: "query",
|
|
2693
|
+
description:
|
|
2694
|
+
"Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
2695
|
+
type: "string",
|
|
2696
|
+
},
|
|
2690
2697
|
id: {
|
|
2691
2698
|
type: "string",
|
|
2692
2699
|
description: "Workspace ID",
|
|
@@ -4141,7 +4148,7 @@ export const state = {
|
|
|
4141
4148
|
title: "Botpress API",
|
|
4142
4149
|
description: "API for Botpress Cloud",
|
|
4143
4150
|
server: "https://api.botpress.cloud",
|
|
4144
|
-
version: "0.5.
|
|
4151
|
+
version: "0.5.1",
|
|
4145
4152
|
prefix: "v1",
|
|
4146
4153
|
},
|
|
4147
4154
|
errors: [
|