@chatbotkit/sdk 1.26.3 → 1.26.5
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/cjs/types/api/v1.d.ts +37 -0
- package/dist/esm/types/api/v1.d.ts +37 -0
- package/package.json +1 -1
|
@@ -4896,6 +4896,11 @@ export interface components {
|
|
|
4896
4896
|
/** @description The ID of the blueprint */
|
|
4897
4897
|
blueprintId?: string;
|
|
4898
4898
|
};
|
|
4899
|
+
/** @description Instance reference properties */
|
|
4900
|
+
InstanceRefProperties: {
|
|
4901
|
+
/** @description The unique alias for the instance */
|
|
4902
|
+
alias?: string;
|
|
4903
|
+
};
|
|
4899
4904
|
/** @description Instance list properties */
|
|
4900
4905
|
InstanceMetaProps: {
|
|
4901
4906
|
/** @description The instance ID */
|
|
@@ -5549,6 +5554,8 @@ export interface operations {
|
|
|
5549
5554
|
requestBody: {
|
|
5550
5555
|
content: {
|
|
5551
5556
|
"application/json": {
|
|
5557
|
+
/** @description The unique alias for the instance */
|
|
5558
|
+
alias?: string;
|
|
5552
5559
|
/** @description The associated name */
|
|
5553
5560
|
name?: string;
|
|
5554
5561
|
/** @description The associated description */
|
|
@@ -5597,6 +5604,8 @@ export interface operations {
|
|
|
5597
5604
|
requestBody: {
|
|
5598
5605
|
content: {
|
|
5599
5606
|
"application/json": {
|
|
5607
|
+
/** @description The unique alias for the instance */
|
|
5608
|
+
alias?: string;
|
|
5600
5609
|
/** @description The associated name */
|
|
5601
5610
|
name?: string;
|
|
5602
5611
|
/** @description The associated description */
|
|
@@ -6026,6 +6035,8 @@ export interface operations {
|
|
|
6026
6035
|
requestBody: {
|
|
6027
6036
|
content: {
|
|
6028
6037
|
"application/json": {
|
|
6038
|
+
/** @description The unique alias for the instance */
|
|
6039
|
+
alias?: string;
|
|
6029
6040
|
/** @description The associated name */
|
|
6030
6041
|
name?: string;
|
|
6031
6042
|
/** @description The associated description */
|
|
@@ -6174,6 +6185,8 @@ export interface operations {
|
|
|
6174
6185
|
requestBody: {
|
|
6175
6186
|
content: {
|
|
6176
6187
|
"application/json": {
|
|
6188
|
+
/** @description The unique alias for the instance */
|
|
6189
|
+
alias?: string;
|
|
6177
6190
|
/** @description The associated name */
|
|
6178
6191
|
name?: string;
|
|
6179
6192
|
/** @description The associated description */
|
|
@@ -10944,6 +10957,8 @@ export interface operations {
|
|
|
10944
10957
|
requestBody: {
|
|
10945
10958
|
content: {
|
|
10946
10959
|
"application/json": {
|
|
10960
|
+
/** @description The unique alias for the instance */
|
|
10961
|
+
alias?: string;
|
|
10947
10962
|
/** @description The associated name */
|
|
10948
10963
|
name?: string;
|
|
10949
10964
|
/** @description The associated description */
|
|
@@ -11010,6 +11025,8 @@ export interface operations {
|
|
|
11010
11025
|
requestBody: {
|
|
11011
11026
|
content: {
|
|
11012
11027
|
"application/json": {
|
|
11028
|
+
/** @description The unique alias for the instance */
|
|
11029
|
+
alias?: string;
|
|
11013
11030
|
/** @description The associated name */
|
|
11014
11031
|
name?: string;
|
|
11015
11032
|
/** @description The associated description */
|
|
@@ -11845,6 +11862,8 @@ export interface operations {
|
|
|
11845
11862
|
requestBody: {
|
|
11846
11863
|
content: {
|
|
11847
11864
|
"application/json": {
|
|
11865
|
+
/** @description The unique alias for the instance */
|
|
11866
|
+
alias?: string;
|
|
11848
11867
|
/** @description The associated name */
|
|
11849
11868
|
name?: string;
|
|
11850
11869
|
/** @description The associated description */
|
|
@@ -11961,6 +11980,8 @@ export interface operations {
|
|
|
11961
11980
|
requestBody: {
|
|
11962
11981
|
content: {
|
|
11963
11982
|
"application/json": {
|
|
11983
|
+
/** @description The unique alias for the instance */
|
|
11984
|
+
alias?: string;
|
|
11964
11985
|
/** @description The associated name */
|
|
11965
11986
|
name?: string;
|
|
11966
11987
|
/** @description The associated description */
|
|
@@ -20416,6 +20437,8 @@ export interface operations {
|
|
|
20416
20437
|
requestBody: {
|
|
20417
20438
|
content: {
|
|
20418
20439
|
"application/json": {
|
|
20440
|
+
/** @description The unique alias for the instance */
|
|
20441
|
+
alias?: string;
|
|
20419
20442
|
/** @description The associated name */
|
|
20420
20443
|
name?: string;
|
|
20421
20444
|
/** @description The associated description */
|
|
@@ -20467,6 +20490,8 @@ export interface operations {
|
|
|
20467
20490
|
requestBody: {
|
|
20468
20491
|
content: {
|
|
20469
20492
|
"application/json": {
|
|
20493
|
+
/** @description The unique alias for the instance */
|
|
20494
|
+
alias?: string;
|
|
20470
20495
|
/** @description The associated name */
|
|
20471
20496
|
name?: string;
|
|
20472
20497
|
/** @description The associated description */
|
|
@@ -20786,6 +20811,8 @@ export interface operations {
|
|
|
20786
20811
|
requestBody: {
|
|
20787
20812
|
content: {
|
|
20788
20813
|
"application/json": {
|
|
20814
|
+
/** @description The unique alias for the instance */
|
|
20815
|
+
alias?: string;
|
|
20789
20816
|
/** @description The associated name */
|
|
20790
20817
|
name?: string;
|
|
20791
20818
|
/** @description The associated description */
|
|
@@ -20902,6 +20929,8 @@ export interface operations {
|
|
|
20902
20929
|
requestBody: {
|
|
20903
20930
|
content: {
|
|
20904
20931
|
"application/json": {
|
|
20932
|
+
/** @description The unique alias for the instance */
|
|
20933
|
+
alias?: string;
|
|
20905
20934
|
/** @description The associated name */
|
|
20906
20935
|
name?: string;
|
|
20907
20936
|
/** @description The associated description */
|
|
@@ -21784,6 +21813,8 @@ export interface operations {
|
|
|
21784
21813
|
requestBody: {
|
|
21785
21814
|
content: {
|
|
21786
21815
|
"application/json": {
|
|
21816
|
+
/** @description The unique alias for the instance */
|
|
21817
|
+
alias?: string;
|
|
21787
21818
|
/** @description The associated name */
|
|
21788
21819
|
name?: string;
|
|
21789
21820
|
/** @description The associated description */
|
|
@@ -21834,6 +21865,8 @@ export interface operations {
|
|
|
21834
21865
|
requestBody: {
|
|
21835
21866
|
content: {
|
|
21836
21867
|
"application/json": {
|
|
21868
|
+
/** @description The unique alias for the instance */
|
|
21869
|
+
alias?: string;
|
|
21837
21870
|
/** @description The associated name */
|
|
21838
21871
|
name?: string;
|
|
21839
21872
|
/** @description The associated description */
|
|
@@ -22023,6 +22056,8 @@ export interface operations {
|
|
|
22023
22056
|
requestBody: {
|
|
22024
22057
|
content: {
|
|
22025
22058
|
"application/json": {
|
|
22059
|
+
/** @description The unique alias for the instance */
|
|
22060
|
+
alias?: string;
|
|
22026
22061
|
/** @description The associated name */
|
|
22027
22062
|
name?: string;
|
|
22028
22063
|
/** @description The associated description */
|
|
@@ -22070,6 +22105,8 @@ export interface operations {
|
|
|
22070
22105
|
requestBody: {
|
|
22071
22106
|
content: {
|
|
22072
22107
|
"application/json": {
|
|
22108
|
+
/** @description The unique alias for the instance */
|
|
22109
|
+
alias?: string;
|
|
22073
22110
|
/** @description The associated name */
|
|
22074
22111
|
name?: string;
|
|
22075
22112
|
/** @description The associated description */
|
|
@@ -4896,6 +4896,11 @@ export interface components {
|
|
|
4896
4896
|
/** @description The ID of the blueprint */
|
|
4897
4897
|
blueprintId?: string;
|
|
4898
4898
|
};
|
|
4899
|
+
/** @description Instance reference properties */
|
|
4900
|
+
InstanceRefProperties: {
|
|
4901
|
+
/** @description The unique alias for the instance */
|
|
4902
|
+
alias?: string;
|
|
4903
|
+
};
|
|
4899
4904
|
/** @description Instance list properties */
|
|
4900
4905
|
InstanceMetaProps: {
|
|
4901
4906
|
/** @description The instance ID */
|
|
@@ -5549,6 +5554,8 @@ export interface operations {
|
|
|
5549
5554
|
requestBody: {
|
|
5550
5555
|
content: {
|
|
5551
5556
|
"application/json": {
|
|
5557
|
+
/** @description The unique alias for the instance */
|
|
5558
|
+
alias?: string;
|
|
5552
5559
|
/** @description The associated name */
|
|
5553
5560
|
name?: string;
|
|
5554
5561
|
/** @description The associated description */
|
|
@@ -5597,6 +5604,8 @@ export interface operations {
|
|
|
5597
5604
|
requestBody: {
|
|
5598
5605
|
content: {
|
|
5599
5606
|
"application/json": {
|
|
5607
|
+
/** @description The unique alias for the instance */
|
|
5608
|
+
alias?: string;
|
|
5600
5609
|
/** @description The associated name */
|
|
5601
5610
|
name?: string;
|
|
5602
5611
|
/** @description The associated description */
|
|
@@ -6026,6 +6035,8 @@ export interface operations {
|
|
|
6026
6035
|
requestBody: {
|
|
6027
6036
|
content: {
|
|
6028
6037
|
"application/json": {
|
|
6038
|
+
/** @description The unique alias for the instance */
|
|
6039
|
+
alias?: string;
|
|
6029
6040
|
/** @description The associated name */
|
|
6030
6041
|
name?: string;
|
|
6031
6042
|
/** @description The associated description */
|
|
@@ -6174,6 +6185,8 @@ export interface operations {
|
|
|
6174
6185
|
requestBody: {
|
|
6175
6186
|
content: {
|
|
6176
6187
|
"application/json": {
|
|
6188
|
+
/** @description The unique alias for the instance */
|
|
6189
|
+
alias?: string;
|
|
6177
6190
|
/** @description The associated name */
|
|
6178
6191
|
name?: string;
|
|
6179
6192
|
/** @description The associated description */
|
|
@@ -10944,6 +10957,8 @@ export interface operations {
|
|
|
10944
10957
|
requestBody: {
|
|
10945
10958
|
content: {
|
|
10946
10959
|
"application/json": {
|
|
10960
|
+
/** @description The unique alias for the instance */
|
|
10961
|
+
alias?: string;
|
|
10947
10962
|
/** @description The associated name */
|
|
10948
10963
|
name?: string;
|
|
10949
10964
|
/** @description The associated description */
|
|
@@ -11010,6 +11025,8 @@ export interface operations {
|
|
|
11010
11025
|
requestBody: {
|
|
11011
11026
|
content: {
|
|
11012
11027
|
"application/json": {
|
|
11028
|
+
/** @description The unique alias for the instance */
|
|
11029
|
+
alias?: string;
|
|
11013
11030
|
/** @description The associated name */
|
|
11014
11031
|
name?: string;
|
|
11015
11032
|
/** @description The associated description */
|
|
@@ -11845,6 +11862,8 @@ export interface operations {
|
|
|
11845
11862
|
requestBody: {
|
|
11846
11863
|
content: {
|
|
11847
11864
|
"application/json": {
|
|
11865
|
+
/** @description The unique alias for the instance */
|
|
11866
|
+
alias?: string;
|
|
11848
11867
|
/** @description The associated name */
|
|
11849
11868
|
name?: string;
|
|
11850
11869
|
/** @description The associated description */
|
|
@@ -11961,6 +11980,8 @@ export interface operations {
|
|
|
11961
11980
|
requestBody: {
|
|
11962
11981
|
content: {
|
|
11963
11982
|
"application/json": {
|
|
11983
|
+
/** @description The unique alias for the instance */
|
|
11984
|
+
alias?: string;
|
|
11964
11985
|
/** @description The associated name */
|
|
11965
11986
|
name?: string;
|
|
11966
11987
|
/** @description The associated description */
|
|
@@ -20416,6 +20437,8 @@ export interface operations {
|
|
|
20416
20437
|
requestBody: {
|
|
20417
20438
|
content: {
|
|
20418
20439
|
"application/json": {
|
|
20440
|
+
/** @description The unique alias for the instance */
|
|
20441
|
+
alias?: string;
|
|
20419
20442
|
/** @description The associated name */
|
|
20420
20443
|
name?: string;
|
|
20421
20444
|
/** @description The associated description */
|
|
@@ -20467,6 +20490,8 @@ export interface operations {
|
|
|
20467
20490
|
requestBody: {
|
|
20468
20491
|
content: {
|
|
20469
20492
|
"application/json": {
|
|
20493
|
+
/** @description The unique alias for the instance */
|
|
20494
|
+
alias?: string;
|
|
20470
20495
|
/** @description The associated name */
|
|
20471
20496
|
name?: string;
|
|
20472
20497
|
/** @description The associated description */
|
|
@@ -20786,6 +20811,8 @@ export interface operations {
|
|
|
20786
20811
|
requestBody: {
|
|
20787
20812
|
content: {
|
|
20788
20813
|
"application/json": {
|
|
20814
|
+
/** @description The unique alias for the instance */
|
|
20815
|
+
alias?: string;
|
|
20789
20816
|
/** @description The associated name */
|
|
20790
20817
|
name?: string;
|
|
20791
20818
|
/** @description The associated description */
|
|
@@ -20902,6 +20929,8 @@ export interface operations {
|
|
|
20902
20929
|
requestBody: {
|
|
20903
20930
|
content: {
|
|
20904
20931
|
"application/json": {
|
|
20932
|
+
/** @description The unique alias for the instance */
|
|
20933
|
+
alias?: string;
|
|
20905
20934
|
/** @description The associated name */
|
|
20906
20935
|
name?: string;
|
|
20907
20936
|
/** @description The associated description */
|
|
@@ -21784,6 +21813,8 @@ export interface operations {
|
|
|
21784
21813
|
requestBody: {
|
|
21785
21814
|
content: {
|
|
21786
21815
|
"application/json": {
|
|
21816
|
+
/** @description The unique alias for the instance */
|
|
21817
|
+
alias?: string;
|
|
21787
21818
|
/** @description The associated name */
|
|
21788
21819
|
name?: string;
|
|
21789
21820
|
/** @description The associated description */
|
|
@@ -21834,6 +21865,8 @@ export interface operations {
|
|
|
21834
21865
|
requestBody: {
|
|
21835
21866
|
content: {
|
|
21836
21867
|
"application/json": {
|
|
21868
|
+
/** @description The unique alias for the instance */
|
|
21869
|
+
alias?: string;
|
|
21837
21870
|
/** @description The associated name */
|
|
21838
21871
|
name?: string;
|
|
21839
21872
|
/** @description The associated description */
|
|
@@ -22023,6 +22056,8 @@ export interface operations {
|
|
|
22023
22056
|
requestBody: {
|
|
22024
22057
|
content: {
|
|
22025
22058
|
"application/json": {
|
|
22059
|
+
/** @description The unique alias for the instance */
|
|
22060
|
+
alias?: string;
|
|
22026
22061
|
/** @description The associated name */
|
|
22027
22062
|
name?: string;
|
|
22028
22063
|
/** @description The associated description */
|
|
@@ -22070,6 +22105,8 @@ export interface operations {
|
|
|
22070
22105
|
requestBody: {
|
|
22071
22106
|
content: {
|
|
22072
22107
|
"application/json": {
|
|
22108
|
+
/** @description The unique alias for the instance */
|
|
22109
|
+
alias?: string;
|
|
22073
22110
|
/** @description The associated name */
|
|
22074
22111
|
name?: string;
|
|
22075
22112
|
/** @description The associated description */
|