@chatbotkit/sdk 1.21.9 → 1.21.10
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/report.d.ts +0 -12
- package/dist/esm/types/report.d.ts +0 -12
- package/package.json +4 -4
|
@@ -96,17 +96,14 @@ export interface ReportRegistry {
|
|
|
96
96
|
|
|
97
97
|
// Input and Output Types for each report
|
|
98
98
|
export type TotalRatingsInput = {
|
|
99
|
-
userId: string
|
|
100
99
|
periodDays?: number
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
export type ThumbsUpInput = {
|
|
104
|
-
userId: string
|
|
105
103
|
periodDays?: number
|
|
106
104
|
}
|
|
107
105
|
|
|
108
106
|
export type ThumbsDownInput = {
|
|
109
|
-
userId: string
|
|
110
107
|
periodDays?: number
|
|
111
108
|
}
|
|
112
109
|
|
|
@@ -115,47 +112,38 @@ export type TotalContactsInput = {
|
|
|
115
112
|
}
|
|
116
113
|
|
|
117
114
|
export type ActiveContactsInput = {
|
|
118
|
-
userId: string
|
|
119
115
|
periodDays?: number
|
|
120
116
|
}
|
|
121
117
|
|
|
122
118
|
export type TotalConversationsInput = {
|
|
123
|
-
userId: string
|
|
124
119
|
periodDays?: number
|
|
125
120
|
}
|
|
126
121
|
|
|
127
122
|
export type TotalMessagesInput = {
|
|
128
|
-
userId: string
|
|
129
123
|
periodDays?: number
|
|
130
124
|
}
|
|
131
125
|
|
|
132
126
|
export type UserMessagesInput = {
|
|
133
|
-
userId: string
|
|
134
127
|
periodDays?: number
|
|
135
128
|
}
|
|
136
129
|
|
|
137
130
|
export type BotMessagesInput = {
|
|
138
|
-
userId: string
|
|
139
131
|
periodDays?: number
|
|
140
132
|
}
|
|
141
133
|
|
|
142
134
|
export type ActivityMessagesInput = {
|
|
143
|
-
userId: string
|
|
144
135
|
periodDays?: number
|
|
145
136
|
}
|
|
146
137
|
|
|
147
138
|
export type AverageUserMessagesPerConversationInput = {
|
|
148
|
-
userId: string
|
|
149
139
|
periodDays?: number
|
|
150
140
|
}
|
|
151
141
|
|
|
152
142
|
export type AverageBotMessagesPerConversationInput = {
|
|
153
|
-
userId: string
|
|
154
143
|
periodDays?: number
|
|
155
144
|
}
|
|
156
145
|
|
|
157
146
|
export type AverageActionsPerConversationInput = {
|
|
158
|
-
userId: string
|
|
159
147
|
periodDays?: number
|
|
160
148
|
}
|
|
161
149
|
|
|
@@ -96,17 +96,14 @@ export interface ReportRegistry {
|
|
|
96
96
|
|
|
97
97
|
// Input and Output Types for each report
|
|
98
98
|
export type TotalRatingsInput = {
|
|
99
|
-
userId: string
|
|
100
99
|
periodDays?: number
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
export type ThumbsUpInput = {
|
|
104
|
-
userId: string
|
|
105
103
|
periodDays?: number
|
|
106
104
|
}
|
|
107
105
|
|
|
108
106
|
export type ThumbsDownInput = {
|
|
109
|
-
userId: string
|
|
110
107
|
periodDays?: number
|
|
111
108
|
}
|
|
112
109
|
|
|
@@ -115,47 +112,38 @@ export type TotalContactsInput = {
|
|
|
115
112
|
}
|
|
116
113
|
|
|
117
114
|
export type ActiveContactsInput = {
|
|
118
|
-
userId: string
|
|
119
115
|
periodDays?: number
|
|
120
116
|
}
|
|
121
117
|
|
|
122
118
|
export type TotalConversationsInput = {
|
|
123
|
-
userId: string
|
|
124
119
|
periodDays?: number
|
|
125
120
|
}
|
|
126
121
|
|
|
127
122
|
export type TotalMessagesInput = {
|
|
128
|
-
userId: string
|
|
129
123
|
periodDays?: number
|
|
130
124
|
}
|
|
131
125
|
|
|
132
126
|
export type UserMessagesInput = {
|
|
133
|
-
userId: string
|
|
134
127
|
periodDays?: number
|
|
135
128
|
}
|
|
136
129
|
|
|
137
130
|
export type BotMessagesInput = {
|
|
138
|
-
userId: string
|
|
139
131
|
periodDays?: number
|
|
140
132
|
}
|
|
141
133
|
|
|
142
134
|
export type ActivityMessagesInput = {
|
|
143
|
-
userId: string
|
|
144
135
|
periodDays?: number
|
|
145
136
|
}
|
|
146
137
|
|
|
147
138
|
export type AverageUserMessagesPerConversationInput = {
|
|
148
|
-
userId: string
|
|
149
139
|
periodDays?: number
|
|
150
140
|
}
|
|
151
141
|
|
|
152
142
|
export type AverageBotMessagesPerConversationInput = {
|
|
153
|
-
userId: string
|
|
154
143
|
periodDays?: number
|
|
155
144
|
}
|
|
156
145
|
|
|
157
146
|
export type AverageActionsPerConversationInput = {
|
|
158
|
-
userId: string
|
|
159
147
|
periodDays?: number
|
|
160
148
|
}
|
|
161
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatbotkit/sdk",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.10",
|
|
4
4
|
"description": "The fastest way to build advanced AI chat bots",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"engines": {
|
|
@@ -3097,9 +3097,9 @@
|
|
|
3097
3097
|
},
|
|
3098
3098
|
"devDependencies": {
|
|
3099
3099
|
"npm-run-all": "^4.1.5",
|
|
3100
|
-
"typedoc": "^0.
|
|
3101
|
-
"typedoc-plugin-markdown": "^
|
|
3102
|
-
"typedoc-plugin-mdn-links": "^
|
|
3100
|
+
"typedoc": "^0.28.14",
|
|
3101
|
+
"typedoc-plugin-markdown": "^4.9.0",
|
|
3102
|
+
"typedoc-plugin-mdn-links": "^5.0.10",
|
|
3103
3103
|
"typescript": "^5.9",
|
|
3104
3104
|
"openapi-typescript": "7.4.4",
|
|
3105
3105
|
"swagger-client": "^3.24.5"
|