@botpress/client 0.14.1 → 0.14.2
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/bundle.cjs.map +2 -2
- package/dist/gen/api.d.ts +9 -1
- package/dist/gen/base.d.ts +1 -1
- package/dist/gen/common.d.ts +1 -1
- package/dist/gen/configuration.d.ts +1 -1
- package/dist/gen/index.d.ts +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs.map +2 -2
- package/package.json +2 -2
package/dist/gen/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Botpress API
|
|
3
3
|
* API for Botpress Cloud
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.26.
|
|
5
|
+
* The version of the OpenAPI document: 0.26.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2805,6 +2805,14 @@ export interface GetBotAnalyticsResponseRecordsInner {
|
|
|
2805
2805
|
'eventTypes': {
|
|
2806
2806
|
[key: string]: number;
|
|
2807
2807
|
};
|
|
2808
|
+
/**
|
|
2809
|
+
*
|
|
2810
|
+
* @type {{ [key: string]: number; }}
|
|
2811
|
+
* @memberof GetBotAnalyticsResponseRecordsInner
|
|
2812
|
+
*/
|
|
2813
|
+
'customEvents': {
|
|
2814
|
+
[key: string]: number;
|
|
2815
|
+
};
|
|
2808
2816
|
}
|
|
2809
2817
|
/**
|
|
2810
2818
|
*
|
package/dist/gen/base.d.ts
CHANGED
package/dist/gen/common.d.ts
CHANGED
package/dist/gen/index.d.ts
CHANGED