@kl1/contracts 1.1.44-uat → 1.1.45-uat
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.js +23 -20
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -20
- package/dist/index.mjs.map +1 -1
- package/dist/src/botpress/index.d.ts +14 -14
- package/dist/src/botpress/validation.d.ts +14 -14
- package/dist/src/botpress/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +168 -159
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/dashboard/index.d.ts +156 -146
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +207 -207
- package/dist/src/dashboard/validation.d.ts +10 -0
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/export/index.d.ts +43 -0
- package/dist/src/export/index.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/src/contract.d.ts
CHANGED
@@ -9900,163 +9900,163 @@ export declare const apiContract: {
|
|
9900
9900
|
requestId: import("zod").ZodString;
|
9901
9901
|
queuecallDashboard: import("zod").ZodObject<{
|
9902
9902
|
totalTelephonyQueueCallCountList: import("zod").ZodObject<{
|
9903
|
-
totalQueueCall: import("zod").
|
9904
|
-
totalMissedQueueCall: import("zod").
|
9905
|
-
totalAnsweredQueueCall: import("zod").
|
9906
|
-
totalAbandonedQueueCall: import("zod").
|
9907
|
-
totalAverageRingDuration: import("zod").
|
9908
|
-
totalAverageTalkDuration: import("zod").
|
9909
|
-
totalAverageCallDuration: import("zod").
|
9910
|
-
totalSla: import("zod").
|
9903
|
+
totalQueueCall: import("zod").ZodNumber;
|
9904
|
+
totalMissedQueueCall: import("zod").ZodNumber;
|
9905
|
+
totalAnsweredQueueCall: import("zod").ZodNumber;
|
9906
|
+
totalAbandonedQueueCall: import("zod").ZodNumber;
|
9907
|
+
totalAverageRingDuration: import("zod").ZodNumber;
|
9908
|
+
totalAverageTalkDuration: import("zod").ZodNumber;
|
9909
|
+
totalAverageCallDuration: import("zod").ZodNumber;
|
9910
|
+
totalSla: import("zod").ZodNumber;
|
9911
9911
|
totalMissedCallPercent: import("zod").ZodString;
|
9912
|
-
totalMaximumRingDuration: import("zod").
|
9912
|
+
totalMaximumRingDuration: import("zod").ZodNumber;
|
9913
9913
|
}, "strip", import("zod").ZodTypeAny, {
|
9914
|
-
totalQueueCall:
|
9915
|
-
totalMissedQueueCall:
|
9916
|
-
totalAnsweredQueueCall:
|
9917
|
-
totalAbandonedQueueCall:
|
9918
|
-
totalAverageRingDuration:
|
9919
|
-
totalAverageTalkDuration:
|
9920
|
-
totalAverageCallDuration:
|
9921
|
-
totalSla:
|
9914
|
+
totalQueueCall: number;
|
9915
|
+
totalMissedQueueCall: number;
|
9916
|
+
totalAnsweredQueueCall: number;
|
9917
|
+
totalAbandonedQueueCall: number;
|
9918
|
+
totalAverageRingDuration: number;
|
9919
|
+
totalAverageTalkDuration: number;
|
9920
|
+
totalAverageCallDuration: number;
|
9921
|
+
totalSla: number;
|
9922
9922
|
totalMissedCallPercent: string;
|
9923
|
-
totalMaximumRingDuration:
|
9923
|
+
totalMaximumRingDuration: number;
|
9924
9924
|
}, {
|
9925
|
-
totalQueueCall:
|
9926
|
-
totalMissedQueueCall:
|
9927
|
-
totalAnsweredQueueCall:
|
9928
|
-
totalAbandonedQueueCall:
|
9929
|
-
totalAverageRingDuration:
|
9930
|
-
totalAverageTalkDuration:
|
9931
|
-
totalAverageCallDuration:
|
9932
|
-
totalSla:
|
9925
|
+
totalQueueCall: number;
|
9926
|
+
totalMissedQueueCall: number;
|
9927
|
+
totalAnsweredQueueCall: number;
|
9928
|
+
totalAbandonedQueueCall: number;
|
9929
|
+
totalAverageRingDuration: number;
|
9930
|
+
totalAverageTalkDuration: number;
|
9931
|
+
totalAverageCallDuration: number;
|
9932
|
+
totalSla: number;
|
9933
9933
|
totalMissedCallPercent: string;
|
9934
|
-
totalMaximumRingDuration:
|
9934
|
+
totalMaximumRingDuration: number;
|
9935
9935
|
}>;
|
9936
9936
|
telephonyQueueCallCountListByQueueNumber: import("zod").ZodArray<import("zod").ZodObject<{
|
9937
9937
|
queueNumber: import("zod").ZodString;
|
9938
9938
|
queueName: import("zod").ZodString;
|
9939
9939
|
yeastarQueueCallCountList: import("zod").ZodObject<{
|
9940
|
-
totalQueueCall: import("zod").
|
9941
|
-
totalMissedQueueCall: import("zod").
|
9942
|
-
totalAnsweredQueueCall: import("zod").
|
9943
|
-
totalAbandonedQueueCall: import("zod").
|
9944
|
-
totalAverageTalkDuration: import("zod").
|
9945
|
-
totalAverageCallDuration: import("zod").
|
9946
|
-
totalAverageRingDuration: import("zod").
|
9947
|
-
totalSla: import("zod").
|
9940
|
+
totalQueueCall: import("zod").ZodNumber;
|
9941
|
+
totalMissedQueueCall: import("zod").ZodNumber;
|
9942
|
+
totalAnsweredQueueCall: import("zod").ZodNumber;
|
9943
|
+
totalAbandonedQueueCall: import("zod").ZodNumber;
|
9944
|
+
totalAverageTalkDuration: import("zod").ZodNumber;
|
9945
|
+
totalAverageCallDuration: import("zod").ZodNumber;
|
9946
|
+
totalAverageRingDuration: import("zod").ZodNumber;
|
9947
|
+
totalSla: import("zod").ZodNumber;
|
9948
9948
|
totalMissedCallPercent: import("zod").ZodString;
|
9949
|
-
totalMaximumRingDuration: import("zod").
|
9949
|
+
totalMaximumRingDuration: import("zod").ZodNumber;
|
9950
9950
|
}, "strip", import("zod").ZodTypeAny, {
|
9951
|
-
totalQueueCall:
|
9952
|
-
totalMissedQueueCall:
|
9953
|
-
totalAnsweredQueueCall:
|
9954
|
-
totalAbandonedQueueCall:
|
9955
|
-
totalAverageRingDuration:
|
9956
|
-
totalAverageTalkDuration:
|
9957
|
-
totalAverageCallDuration:
|
9958
|
-
totalSla:
|
9951
|
+
totalQueueCall: number;
|
9952
|
+
totalMissedQueueCall: number;
|
9953
|
+
totalAnsweredQueueCall: number;
|
9954
|
+
totalAbandonedQueueCall: number;
|
9955
|
+
totalAverageRingDuration: number;
|
9956
|
+
totalAverageTalkDuration: number;
|
9957
|
+
totalAverageCallDuration: number;
|
9958
|
+
totalSla: number;
|
9959
9959
|
totalMissedCallPercent: string;
|
9960
|
-
totalMaximumRingDuration:
|
9960
|
+
totalMaximumRingDuration: number;
|
9961
9961
|
}, {
|
9962
|
-
totalQueueCall:
|
9963
|
-
totalMissedQueueCall:
|
9964
|
-
totalAnsweredQueueCall:
|
9965
|
-
totalAbandonedQueueCall:
|
9966
|
-
totalAverageRingDuration:
|
9967
|
-
totalAverageTalkDuration:
|
9968
|
-
totalAverageCallDuration:
|
9969
|
-
totalSla:
|
9962
|
+
totalQueueCall: number;
|
9963
|
+
totalMissedQueueCall: number;
|
9964
|
+
totalAnsweredQueueCall: number;
|
9965
|
+
totalAbandonedQueueCall: number;
|
9966
|
+
totalAverageRingDuration: number;
|
9967
|
+
totalAverageTalkDuration: number;
|
9968
|
+
totalAverageCallDuration: number;
|
9969
|
+
totalSla: number;
|
9970
9970
|
totalMissedCallPercent: string;
|
9971
|
-
totalMaximumRingDuration:
|
9971
|
+
totalMaximumRingDuration: number;
|
9972
9972
|
}>;
|
9973
9973
|
}, "strip", import("zod").ZodTypeAny, {
|
9974
9974
|
queueName: string;
|
9975
9975
|
queueNumber: string;
|
9976
9976
|
yeastarQueueCallCountList: {
|
9977
|
-
totalQueueCall:
|
9978
|
-
totalMissedQueueCall:
|
9979
|
-
totalAnsweredQueueCall:
|
9980
|
-
totalAbandonedQueueCall:
|
9981
|
-
totalAverageRingDuration:
|
9982
|
-
totalAverageTalkDuration:
|
9983
|
-
totalAverageCallDuration:
|
9984
|
-
totalSla:
|
9977
|
+
totalQueueCall: number;
|
9978
|
+
totalMissedQueueCall: number;
|
9979
|
+
totalAnsweredQueueCall: number;
|
9980
|
+
totalAbandonedQueueCall: number;
|
9981
|
+
totalAverageRingDuration: number;
|
9982
|
+
totalAverageTalkDuration: number;
|
9983
|
+
totalAverageCallDuration: number;
|
9984
|
+
totalSla: number;
|
9985
9985
|
totalMissedCallPercent: string;
|
9986
|
-
totalMaximumRingDuration:
|
9986
|
+
totalMaximumRingDuration: number;
|
9987
9987
|
};
|
9988
9988
|
}, {
|
9989
9989
|
queueName: string;
|
9990
9990
|
queueNumber: string;
|
9991
9991
|
yeastarQueueCallCountList: {
|
9992
|
-
totalQueueCall:
|
9993
|
-
totalMissedQueueCall:
|
9994
|
-
totalAnsweredQueueCall:
|
9995
|
-
totalAbandonedQueueCall:
|
9996
|
-
totalAverageRingDuration:
|
9997
|
-
totalAverageTalkDuration:
|
9998
|
-
totalAverageCallDuration:
|
9999
|
-
totalSla:
|
9992
|
+
totalQueueCall: number;
|
9993
|
+
totalMissedQueueCall: number;
|
9994
|
+
totalAnsweredQueueCall: number;
|
9995
|
+
totalAbandonedQueueCall: number;
|
9996
|
+
totalAverageRingDuration: number;
|
9997
|
+
totalAverageTalkDuration: number;
|
9998
|
+
totalAverageCallDuration: number;
|
9999
|
+
totalSla: number;
|
10000
10000
|
totalMissedCallPercent: string;
|
10001
|
-
totalMaximumRingDuration:
|
10001
|
+
totalMaximumRingDuration: number;
|
10002
10002
|
};
|
10003
10003
|
}>, "many">;
|
10004
10004
|
}, "strip", import("zod").ZodTypeAny, {
|
10005
10005
|
totalTelephonyQueueCallCountList: {
|
10006
|
-
totalQueueCall:
|
10007
|
-
totalMissedQueueCall:
|
10008
|
-
totalAnsweredQueueCall:
|
10009
|
-
totalAbandonedQueueCall:
|
10010
|
-
totalAverageRingDuration:
|
10011
|
-
totalAverageTalkDuration:
|
10012
|
-
totalAverageCallDuration:
|
10013
|
-
totalSla:
|
10006
|
+
totalQueueCall: number;
|
10007
|
+
totalMissedQueueCall: number;
|
10008
|
+
totalAnsweredQueueCall: number;
|
10009
|
+
totalAbandonedQueueCall: number;
|
10010
|
+
totalAverageRingDuration: number;
|
10011
|
+
totalAverageTalkDuration: number;
|
10012
|
+
totalAverageCallDuration: number;
|
10013
|
+
totalSla: number;
|
10014
10014
|
totalMissedCallPercent: string;
|
10015
|
-
totalMaximumRingDuration:
|
10015
|
+
totalMaximumRingDuration: number;
|
10016
10016
|
};
|
10017
10017
|
telephonyQueueCallCountListByQueueNumber: {
|
10018
10018
|
queueName: string;
|
10019
10019
|
queueNumber: string;
|
10020
10020
|
yeastarQueueCallCountList: {
|
10021
|
-
totalQueueCall:
|
10022
|
-
totalMissedQueueCall:
|
10023
|
-
totalAnsweredQueueCall:
|
10024
|
-
totalAbandonedQueueCall:
|
10025
|
-
totalAverageRingDuration:
|
10026
|
-
totalAverageTalkDuration:
|
10027
|
-
totalAverageCallDuration:
|
10028
|
-
totalSla:
|
10021
|
+
totalQueueCall: number;
|
10022
|
+
totalMissedQueueCall: number;
|
10023
|
+
totalAnsweredQueueCall: number;
|
10024
|
+
totalAbandonedQueueCall: number;
|
10025
|
+
totalAverageRingDuration: number;
|
10026
|
+
totalAverageTalkDuration: number;
|
10027
|
+
totalAverageCallDuration: number;
|
10028
|
+
totalSla: number;
|
10029
10029
|
totalMissedCallPercent: string;
|
10030
|
-
totalMaximumRingDuration:
|
10030
|
+
totalMaximumRingDuration: number;
|
10031
10031
|
};
|
10032
10032
|
}[];
|
10033
10033
|
}, {
|
10034
10034
|
totalTelephonyQueueCallCountList: {
|
10035
|
-
totalQueueCall:
|
10036
|
-
totalMissedQueueCall:
|
10037
|
-
totalAnsweredQueueCall:
|
10038
|
-
totalAbandonedQueueCall:
|
10039
|
-
totalAverageRingDuration:
|
10040
|
-
totalAverageTalkDuration:
|
10041
|
-
totalAverageCallDuration:
|
10042
|
-
totalSla:
|
10035
|
+
totalQueueCall: number;
|
10036
|
+
totalMissedQueueCall: number;
|
10037
|
+
totalAnsweredQueueCall: number;
|
10038
|
+
totalAbandonedQueueCall: number;
|
10039
|
+
totalAverageRingDuration: number;
|
10040
|
+
totalAverageTalkDuration: number;
|
10041
|
+
totalAverageCallDuration: number;
|
10042
|
+
totalSla: number;
|
10043
10043
|
totalMissedCallPercent: string;
|
10044
|
-
totalMaximumRingDuration:
|
10044
|
+
totalMaximumRingDuration: number;
|
10045
10045
|
};
|
10046
10046
|
telephonyQueueCallCountListByQueueNumber: {
|
10047
10047
|
queueName: string;
|
10048
10048
|
queueNumber: string;
|
10049
10049
|
yeastarQueueCallCountList: {
|
10050
|
-
totalQueueCall:
|
10051
|
-
totalMissedQueueCall:
|
10052
|
-
totalAnsweredQueueCall:
|
10053
|
-
totalAbandonedQueueCall:
|
10054
|
-
totalAverageRingDuration:
|
10055
|
-
totalAverageTalkDuration:
|
10056
|
-
totalAverageCallDuration:
|
10057
|
-
totalSla:
|
10050
|
+
totalQueueCall: number;
|
10051
|
+
totalMissedQueueCall: number;
|
10052
|
+
totalAnsweredQueueCall: number;
|
10053
|
+
totalAbandonedQueueCall: number;
|
10054
|
+
totalAverageRingDuration: number;
|
10055
|
+
totalAverageTalkDuration: number;
|
10056
|
+
totalAverageCallDuration: number;
|
10057
|
+
totalSla: number;
|
10058
10058
|
totalMissedCallPercent: string;
|
10059
|
-
totalMaximumRingDuration:
|
10059
|
+
totalMaximumRingDuration: number;
|
10060
10060
|
};
|
10061
10061
|
}[];
|
10062
10062
|
}>;
|
@@ -10064,31 +10064,31 @@ export declare const apiContract: {
|
|
10064
10064
|
requestId: string;
|
10065
10065
|
queuecallDashboard: {
|
10066
10066
|
totalTelephonyQueueCallCountList: {
|
10067
|
-
totalQueueCall:
|
10068
|
-
totalMissedQueueCall:
|
10069
|
-
totalAnsweredQueueCall:
|
10070
|
-
totalAbandonedQueueCall:
|
10071
|
-
totalAverageRingDuration:
|
10072
|
-
totalAverageTalkDuration:
|
10073
|
-
totalAverageCallDuration:
|
10074
|
-
totalSla:
|
10067
|
+
totalQueueCall: number;
|
10068
|
+
totalMissedQueueCall: number;
|
10069
|
+
totalAnsweredQueueCall: number;
|
10070
|
+
totalAbandonedQueueCall: number;
|
10071
|
+
totalAverageRingDuration: number;
|
10072
|
+
totalAverageTalkDuration: number;
|
10073
|
+
totalAverageCallDuration: number;
|
10074
|
+
totalSla: number;
|
10075
10075
|
totalMissedCallPercent: string;
|
10076
|
-
totalMaximumRingDuration:
|
10076
|
+
totalMaximumRingDuration: number;
|
10077
10077
|
};
|
10078
10078
|
telephonyQueueCallCountListByQueueNumber: {
|
10079
10079
|
queueName: string;
|
10080
10080
|
queueNumber: string;
|
10081
10081
|
yeastarQueueCallCountList: {
|
10082
|
-
totalQueueCall:
|
10083
|
-
totalMissedQueueCall:
|
10084
|
-
totalAnsweredQueueCall:
|
10085
|
-
totalAbandonedQueueCall:
|
10086
|
-
totalAverageRingDuration:
|
10087
|
-
totalAverageTalkDuration:
|
10088
|
-
totalAverageCallDuration:
|
10089
|
-
totalSla:
|
10082
|
+
totalQueueCall: number;
|
10083
|
+
totalMissedQueueCall: number;
|
10084
|
+
totalAnsweredQueueCall: number;
|
10085
|
+
totalAbandonedQueueCall: number;
|
10086
|
+
totalAverageRingDuration: number;
|
10087
|
+
totalAverageTalkDuration: number;
|
10088
|
+
totalAverageCallDuration: number;
|
10089
|
+
totalSla: number;
|
10090
10090
|
totalMissedCallPercent: string;
|
10091
|
-
totalMaximumRingDuration:
|
10091
|
+
totalMaximumRingDuration: number;
|
10092
10092
|
};
|
10093
10093
|
}[];
|
10094
10094
|
};
|
@@ -10096,31 +10096,31 @@ export declare const apiContract: {
|
|
10096
10096
|
requestId: string;
|
10097
10097
|
queuecallDashboard: {
|
10098
10098
|
totalTelephonyQueueCallCountList: {
|
10099
|
-
totalQueueCall:
|
10100
|
-
totalMissedQueueCall:
|
10101
|
-
totalAnsweredQueueCall:
|
10102
|
-
totalAbandonedQueueCall:
|
10103
|
-
totalAverageRingDuration:
|
10104
|
-
totalAverageTalkDuration:
|
10105
|
-
totalAverageCallDuration:
|
10106
|
-
totalSla:
|
10099
|
+
totalQueueCall: number;
|
10100
|
+
totalMissedQueueCall: number;
|
10101
|
+
totalAnsweredQueueCall: number;
|
10102
|
+
totalAbandonedQueueCall: number;
|
10103
|
+
totalAverageRingDuration: number;
|
10104
|
+
totalAverageTalkDuration: number;
|
10105
|
+
totalAverageCallDuration: number;
|
10106
|
+
totalSla: number;
|
10107
10107
|
totalMissedCallPercent: string;
|
10108
|
-
totalMaximumRingDuration:
|
10108
|
+
totalMaximumRingDuration: number;
|
10109
10109
|
};
|
10110
10110
|
telephonyQueueCallCountListByQueueNumber: {
|
10111
10111
|
queueName: string;
|
10112
10112
|
queueNumber: string;
|
10113
10113
|
yeastarQueueCallCountList: {
|
10114
|
-
totalQueueCall:
|
10115
|
-
totalMissedQueueCall:
|
10116
|
-
totalAnsweredQueueCall:
|
10117
|
-
totalAbandonedQueueCall:
|
10118
|
-
totalAverageRingDuration:
|
10119
|
-
totalAverageTalkDuration:
|
10120
|
-
totalAverageCallDuration:
|
10121
|
-
totalSla:
|
10114
|
+
totalQueueCall: number;
|
10115
|
+
totalMissedQueueCall: number;
|
10116
|
+
totalAnsweredQueueCall: number;
|
10117
|
+
totalAbandonedQueueCall: number;
|
10118
|
+
totalAverageRingDuration: number;
|
10119
|
+
totalAverageTalkDuration: number;
|
10120
|
+
totalAverageCallDuration: number;
|
10121
|
+
totalSla: number;
|
10122
10122
|
totalMissedCallPercent: string;
|
10123
|
-
totalMaximumRingDuration:
|
10123
|
+
totalMaximumRingDuration: number;
|
10124
10124
|
};
|
10125
10125
|
}[];
|
10126
10126
|
};
|
@@ -10725,7 +10725,16 @@ export declare const apiContract: {
|
|
10725
10725
|
getMessageChannelData: {
|
10726
10726
|
summary: "Get message channel data";
|
10727
10727
|
method: "GET";
|
10728
|
-
query:
|
10728
|
+
query: import("zod").ZodObject<{
|
10729
|
+
selectedDate: import("zod").ZodString;
|
10730
|
+
time: import("zod").ZodEnum<["byDay", "byMonth"]>;
|
10731
|
+
}, "strip", import("zod").ZodTypeAny, {
|
10732
|
+
time: "byDay" | "byMonth";
|
10733
|
+
selectedDate: string;
|
10734
|
+
}, {
|
10735
|
+
time: "byDay" | "byMonth";
|
10736
|
+
selectedDate: string;
|
10737
|
+
}>;
|
10729
10738
|
responses: {
|
10730
10739
|
200: import("zod").ZodObject<{
|
10731
10740
|
requestId: import("zod").ZodString;
|
@@ -113688,7 +113697,7 @@ export declare const platformBotpressContract: {
|
|
113688
113697
|
}, {
|
113689
113698
|
name: string;
|
113690
113699
|
}>;
|
113691
|
-
botpressUserMetadata: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
113700
|
+
botpressUserMetadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
113692
113701
|
botpressBotId: import("zod").ZodString;
|
113693
113702
|
id: import("zod").ZodString;
|
113694
113703
|
name: import("zod").ZodString;
|
@@ -113700,29 +113709,29 @@ export declare const platformBotpressContract: {
|
|
113700
113709
|
id: string;
|
113701
113710
|
name: string;
|
113702
113711
|
botpressBotId: string;
|
113703
|
-
}>, "many"
|
113712
|
+
}>, "many">>>;
|
113704
113713
|
}, "strip", import("zod").ZodTypeAny, {
|
113705
113714
|
id: string;
|
113706
113715
|
contact: {
|
113707
113716
|
name: string;
|
113708
113717
|
};
|
113709
113718
|
socialPlatformId: string;
|
113710
|
-
botpressUserMetadata
|
113719
|
+
botpressUserMetadata?: {
|
113711
113720
|
id: string;
|
113712
113721
|
name: string;
|
113713
113722
|
botpressBotId: string;
|
113714
|
-
}[] | null;
|
113723
|
+
}[] | null | undefined;
|
113715
113724
|
}, {
|
113716
113725
|
id: string;
|
113717
113726
|
contact: {
|
113718
113727
|
name: string;
|
113719
113728
|
};
|
113720
113729
|
socialPlatformId: string;
|
113721
|
-
botpressUserMetadata
|
113730
|
+
botpressUserMetadata?: {
|
113722
113731
|
id: string;
|
113723
113732
|
name: string;
|
113724
113733
|
botpressBotId: string;
|
113725
|
-
}[] | null;
|
113734
|
+
}[] | null | undefined;
|
113726
113735
|
}>;
|
113727
113736
|
}, "strip", import("zod").ZodTypeAny, {
|
113728
113737
|
id: string;
|
@@ -113740,11 +113749,11 @@ export declare const platformBotpressContract: {
|
|
113740
113749
|
name: string;
|
113741
113750
|
};
|
113742
113751
|
socialPlatformId: string;
|
113743
|
-
botpressUserMetadata
|
113752
|
+
botpressUserMetadata?: {
|
113744
113753
|
id: string;
|
113745
113754
|
name: string;
|
113746
113755
|
botpressBotId: string;
|
113747
|
-
}[] | null;
|
113756
|
+
}[] | null | undefined;
|
113748
113757
|
};
|
113749
113758
|
botpressConversationMetadata?: {
|
113750
113759
|
id: string;
|
@@ -113765,11 +113774,11 @@ export declare const platformBotpressContract: {
|
|
113765
113774
|
name: string;
|
113766
113775
|
};
|
113767
113776
|
socialPlatformId: string;
|
113768
|
-
botpressUserMetadata
|
113777
|
+
botpressUserMetadata?: {
|
113769
113778
|
id: string;
|
113770
113779
|
name: string;
|
113771
113780
|
botpressBotId: string;
|
113772
|
-
}[] | null;
|
113781
|
+
}[] | null | undefined;
|
113773
113782
|
};
|
113774
113783
|
botpressConversationMetadata?: {
|
113775
113784
|
id: string;
|
@@ -113793,11 +113802,11 @@ export declare const platformBotpressContract: {
|
|
113793
113802
|
name: string;
|
113794
113803
|
};
|
113795
113804
|
socialPlatformId: string;
|
113796
|
-
botpressUserMetadata
|
113805
|
+
botpressUserMetadata?: {
|
113797
113806
|
id: string;
|
113798
113807
|
name: string;
|
113799
113808
|
botpressBotId: string;
|
113800
|
-
}[] | null;
|
113809
|
+
}[] | null | undefined;
|
113801
113810
|
};
|
113802
113811
|
botpressConversationMetadata?: {
|
113803
113812
|
id: string;
|
@@ -113822,11 +113831,11 @@ export declare const platformBotpressContract: {
|
|
113822
113831
|
name: string;
|
113823
113832
|
};
|
113824
113833
|
socialPlatformId: string;
|
113825
|
-
botpressUserMetadata
|
113834
|
+
botpressUserMetadata?: {
|
113826
113835
|
id: string;
|
113827
113836
|
name: string;
|
113828
113837
|
botpressBotId: string;
|
113829
|
-
}[] | null;
|
113838
|
+
}[] | null | undefined;
|
113830
113839
|
};
|
113831
113840
|
botpressConversationMetadata?: {
|
113832
113841
|
id: string;
|