@botpress/client 1.18.0 → 1.19.0
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5509,6 +5509,7 @@ interface CreateBotResponse$1 {
|
|
|
5509
5509
|
interfaces?: {
|
|
5510
5510
|
[k: string]: {
|
|
5511
5511
|
integrationId: string;
|
|
5512
|
+
interfaceId: string;
|
|
5512
5513
|
};
|
|
5513
5514
|
};
|
|
5514
5515
|
/**
|
|
@@ -6134,6 +6135,7 @@ interface UpdateBotResponse$1 {
|
|
|
6134
6135
|
interfaces?: {
|
|
6135
6136
|
[k: string]: {
|
|
6136
6137
|
integrationId: string;
|
|
6138
|
+
interfaceId: string;
|
|
6137
6139
|
};
|
|
6138
6140
|
};
|
|
6139
6141
|
/**
|
|
@@ -6591,6 +6593,7 @@ interface GetBotResponse$1 {
|
|
|
6591
6593
|
interfaces?: {
|
|
6592
6594
|
[k: string]: {
|
|
6593
6595
|
integrationId: string;
|
|
6596
|
+
interfaceId: string;
|
|
6594
6597
|
};
|
|
6595
6598
|
};
|
|
6596
6599
|
/**
|
|
@@ -22266,6 +22269,7 @@ interface CreateBotResponse {
|
|
|
22266
22269
|
interfaces?: {
|
|
22267
22270
|
[k: string]: {
|
|
22268
22271
|
integrationId: string;
|
|
22272
|
+
interfaceId: string;
|
|
22269
22273
|
};
|
|
22270
22274
|
};
|
|
22271
22275
|
/**
|
|
@@ -22891,6 +22895,7 @@ interface UpdateBotResponse {
|
|
|
22891
22895
|
interfaces?: {
|
|
22892
22896
|
[k: string]: {
|
|
22893
22897
|
integrationId: string;
|
|
22898
|
+
interfaceId: string;
|
|
22894
22899
|
};
|
|
22895
22900
|
};
|
|
22896
22901
|
/**
|
|
@@ -23348,6 +23353,7 @@ interface GetBotResponse {
|
|
|
23348
23353
|
interfaces?: {
|
|
23349
23354
|
[k: string]: {
|
|
23350
23355
|
integrationId: string;
|
|
23356
|
+
interfaceId: string;
|
|
23351
23357
|
};
|
|
23352
23358
|
};
|
|
23353
23359
|
/**
|
|
@@ -33378,6 +33384,7 @@ interface Bot {
|
|
|
33378
33384
|
interfaces?: {
|
|
33379
33385
|
[k: string]: {
|
|
33380
33386
|
integrationId: string;
|
|
33387
|
+
interfaceId: string;
|
|
33381
33388
|
};
|
|
33382
33389
|
};
|
|
33383
33390
|
/**
|