@holocronlab/botruntime-sdk 6.13.3 → 6.13.4
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/integration/definition/types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -71,7 +71,7 @@ export type SecretDefinition = {
|
|
|
71
71
|
export type IntegrationNetworkDefinition = {
|
|
72
72
|
providerHosts?: string[];
|
|
73
73
|
ingressRelayed?: boolean;
|
|
74
|
-
webhookAuthMode?: 'shared_secret' | 'provider_verified';
|
|
74
|
+
webhookAuthMode?: 'shared_secret' | 'provider_verified' | 'handler_verified';
|
|
75
75
|
};
|
|
76
76
|
export type EntityDefinition<TEntity extends BaseEntities[string] = BaseEntities[string]> = SchemaDefinition<TEntity> & {
|
|
77
77
|
title?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holocronlab/botruntime-sdk",
|
|
3
|
-
"version": "6.13.
|
|
3
|
+
"version": "6.13.4",
|
|
4
4
|
"description": "SDK for building bots and integrations on botruntime",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"author": "HolocronLab",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@holocronlab/botruntime-client": "^1.46.
|
|
34
|
+
"@holocronlab/botruntime-client": "^1.46.4",
|
|
35
35
|
"@holocronlab/botruntime-zui": "^2.3.0",
|
|
36
36
|
"browser-or-node": "^2.1.1",
|
|
37
37
|
"semver": "^7.3.8"
|