@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.
@@ -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").ZodString;
9904
- totalMissedQueueCall: import("zod").ZodString;
9905
- totalAnsweredQueueCall: import("zod").ZodString;
9906
- totalAbandonedQueueCall: import("zod").ZodString;
9907
- totalAverageRingDuration: import("zod").ZodString;
9908
- totalAverageTalkDuration: import("zod").ZodString;
9909
- totalAverageCallDuration: import("zod").ZodString;
9910
- totalSla: import("zod").ZodString;
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").ZodString;
9912
+ totalMaximumRingDuration: import("zod").ZodNumber;
9913
9913
  }, "strip", import("zod").ZodTypeAny, {
9914
- totalQueueCall: string;
9915
- totalMissedQueueCall: string;
9916
- totalAnsweredQueueCall: string;
9917
- totalAbandonedQueueCall: string;
9918
- totalAverageRingDuration: string;
9919
- totalAverageTalkDuration: string;
9920
- totalAverageCallDuration: string;
9921
- totalSla: string;
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: string;
9923
+ totalMaximumRingDuration: number;
9924
9924
  }, {
9925
- totalQueueCall: string;
9926
- totalMissedQueueCall: string;
9927
- totalAnsweredQueueCall: string;
9928
- totalAbandonedQueueCall: string;
9929
- totalAverageRingDuration: string;
9930
- totalAverageTalkDuration: string;
9931
- totalAverageCallDuration: string;
9932
- totalSla: string;
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: string;
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").ZodString;
9941
- totalMissedQueueCall: import("zod").ZodString;
9942
- totalAnsweredQueueCall: import("zod").ZodString;
9943
- totalAbandonedQueueCall: import("zod").ZodString;
9944
- totalAverageTalkDuration: import("zod").ZodString;
9945
- totalAverageCallDuration: import("zod").ZodString;
9946
- totalAverageRingDuration: import("zod").ZodString;
9947
- totalSla: import("zod").ZodString;
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").ZodString;
9949
+ totalMaximumRingDuration: import("zod").ZodNumber;
9950
9950
  }, "strip", import("zod").ZodTypeAny, {
9951
- totalQueueCall: string;
9952
- totalMissedQueueCall: string;
9953
- totalAnsweredQueueCall: string;
9954
- totalAbandonedQueueCall: string;
9955
- totalAverageRingDuration: string;
9956
- totalAverageTalkDuration: string;
9957
- totalAverageCallDuration: string;
9958
- totalSla: string;
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: string;
9960
+ totalMaximumRingDuration: number;
9961
9961
  }, {
9962
- totalQueueCall: string;
9963
- totalMissedQueueCall: string;
9964
- totalAnsweredQueueCall: string;
9965
- totalAbandonedQueueCall: string;
9966
- totalAverageRingDuration: string;
9967
- totalAverageTalkDuration: string;
9968
- totalAverageCallDuration: string;
9969
- totalSla: string;
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: string;
9971
+ totalMaximumRingDuration: number;
9972
9972
  }>;
9973
9973
  }, "strip", import("zod").ZodTypeAny, {
9974
9974
  queueName: string;
9975
9975
  queueNumber: string;
9976
9976
  yeastarQueueCallCountList: {
9977
- totalQueueCall: string;
9978
- totalMissedQueueCall: string;
9979
- totalAnsweredQueueCall: string;
9980
- totalAbandonedQueueCall: string;
9981
- totalAverageRingDuration: string;
9982
- totalAverageTalkDuration: string;
9983
- totalAverageCallDuration: string;
9984
- totalSla: string;
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: string;
9986
+ totalMaximumRingDuration: number;
9987
9987
  };
9988
9988
  }, {
9989
9989
  queueName: string;
9990
9990
  queueNumber: string;
9991
9991
  yeastarQueueCallCountList: {
9992
- totalQueueCall: string;
9993
- totalMissedQueueCall: string;
9994
- totalAnsweredQueueCall: string;
9995
- totalAbandonedQueueCall: string;
9996
- totalAverageRingDuration: string;
9997
- totalAverageTalkDuration: string;
9998
- totalAverageCallDuration: string;
9999
- totalSla: string;
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: string;
10001
+ totalMaximumRingDuration: number;
10002
10002
  };
10003
10003
  }>, "many">;
10004
10004
  }, "strip", import("zod").ZodTypeAny, {
10005
10005
  totalTelephonyQueueCallCountList: {
10006
- totalQueueCall: string;
10007
- totalMissedQueueCall: string;
10008
- totalAnsweredQueueCall: string;
10009
- totalAbandonedQueueCall: string;
10010
- totalAverageRingDuration: string;
10011
- totalAverageTalkDuration: string;
10012
- totalAverageCallDuration: string;
10013
- totalSla: string;
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: string;
10015
+ totalMaximumRingDuration: number;
10016
10016
  };
10017
10017
  telephonyQueueCallCountListByQueueNumber: {
10018
10018
  queueName: string;
10019
10019
  queueNumber: string;
10020
10020
  yeastarQueueCallCountList: {
10021
- totalQueueCall: string;
10022
- totalMissedQueueCall: string;
10023
- totalAnsweredQueueCall: string;
10024
- totalAbandonedQueueCall: string;
10025
- totalAverageRingDuration: string;
10026
- totalAverageTalkDuration: string;
10027
- totalAverageCallDuration: string;
10028
- totalSla: string;
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: string;
10030
+ totalMaximumRingDuration: number;
10031
10031
  };
10032
10032
  }[];
10033
10033
  }, {
10034
10034
  totalTelephonyQueueCallCountList: {
10035
- totalQueueCall: string;
10036
- totalMissedQueueCall: string;
10037
- totalAnsweredQueueCall: string;
10038
- totalAbandonedQueueCall: string;
10039
- totalAverageRingDuration: string;
10040
- totalAverageTalkDuration: string;
10041
- totalAverageCallDuration: string;
10042
- totalSla: string;
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: string;
10044
+ totalMaximumRingDuration: number;
10045
10045
  };
10046
10046
  telephonyQueueCallCountListByQueueNumber: {
10047
10047
  queueName: string;
10048
10048
  queueNumber: string;
10049
10049
  yeastarQueueCallCountList: {
10050
- totalQueueCall: string;
10051
- totalMissedQueueCall: string;
10052
- totalAnsweredQueueCall: string;
10053
- totalAbandonedQueueCall: string;
10054
- totalAverageRingDuration: string;
10055
- totalAverageTalkDuration: string;
10056
- totalAverageCallDuration: string;
10057
- totalSla: string;
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: string;
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: string;
10068
- totalMissedQueueCall: string;
10069
- totalAnsweredQueueCall: string;
10070
- totalAbandonedQueueCall: string;
10071
- totalAverageRingDuration: string;
10072
- totalAverageTalkDuration: string;
10073
- totalAverageCallDuration: string;
10074
- totalSla: string;
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: string;
10076
+ totalMaximumRingDuration: number;
10077
10077
  };
10078
10078
  telephonyQueueCallCountListByQueueNumber: {
10079
10079
  queueName: string;
10080
10080
  queueNumber: string;
10081
10081
  yeastarQueueCallCountList: {
10082
- totalQueueCall: string;
10083
- totalMissedQueueCall: string;
10084
- totalAnsweredQueueCall: string;
10085
- totalAbandonedQueueCall: string;
10086
- totalAverageRingDuration: string;
10087
- totalAverageTalkDuration: string;
10088
- totalAverageCallDuration: string;
10089
- totalSla: string;
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: string;
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: string;
10100
- totalMissedQueueCall: string;
10101
- totalAnsweredQueueCall: string;
10102
- totalAbandonedQueueCall: string;
10103
- totalAverageRingDuration: string;
10104
- totalAverageTalkDuration: string;
10105
- totalAverageCallDuration: string;
10106
- totalSla: string;
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: string;
10108
+ totalMaximumRingDuration: number;
10109
10109
  };
10110
10110
  telephonyQueueCallCountListByQueueNumber: {
10111
10111
  queueName: string;
10112
10112
  queueNumber: string;
10113
10113
  yeastarQueueCallCountList: {
10114
- totalQueueCall: string;
10115
- totalMissedQueueCall: string;
10116
- totalAnsweredQueueCall: string;
10117
- totalAbandonedQueueCall: string;
10118
- totalAverageRingDuration: string;
10119
- totalAverageTalkDuration: string;
10120
- totalAverageCallDuration: string;
10121
- totalSla: string;
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: string;
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: null;
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;