@tec.pet/tecpet-sdk 0.0.45 → 0.0.47
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.
|
@@ -23,6 +23,7 @@ export interface Service {
|
|
|
23
23
|
}
|
|
24
24
|
export interface PaChatbotSettingsResponse {
|
|
25
25
|
newClientMessage?: string;
|
|
26
|
+
aiInstruction?: string;
|
|
26
27
|
registeredClientMessage?: string;
|
|
27
28
|
onComercialTimeMessage?: string;
|
|
28
29
|
outOfComercialTimeMessage?: string;
|
|
@@ -130,35 +131,43 @@ export interface InfoCollectionMenuJson {
|
|
|
130
131
|
petName: {
|
|
131
132
|
enabled: boolean;
|
|
132
133
|
message: string;
|
|
134
|
+
aiInstruction?: string;
|
|
133
135
|
};
|
|
134
136
|
petSpecie: {
|
|
135
137
|
enabled: boolean;
|
|
136
138
|
message: string;
|
|
139
|
+
aiInstruction?: string;
|
|
137
140
|
};
|
|
138
141
|
petBreed: {
|
|
139
142
|
enabled?: boolean;
|
|
140
143
|
message: string;
|
|
144
|
+
aiInstruction?: string;
|
|
141
145
|
};
|
|
142
146
|
petSize: {
|
|
143
147
|
enabled?: boolean;
|
|
144
148
|
message: string;
|
|
149
|
+
aiInstruction?: string;
|
|
145
150
|
sizeDisplayMode: ChatbotSizeDisplayModeEnum;
|
|
146
151
|
};
|
|
147
152
|
petFur: {
|
|
148
153
|
enabled?: boolean;
|
|
149
154
|
message: string;
|
|
155
|
+
aiInstruction?: string;
|
|
156
|
+
sizeDisplayMode: ChatbotSizeDisplayModeEnum;
|
|
150
157
|
};
|
|
151
158
|
};
|
|
152
159
|
adaptionService?: {
|
|
153
160
|
allowAdaptionService: {
|
|
154
161
|
enabled: boolean;
|
|
155
162
|
message: string;
|
|
163
|
+
aiInstruction?: string;
|
|
156
164
|
service: Service;
|
|
157
165
|
};
|
|
158
166
|
};
|
|
159
167
|
serviceSelection?: {
|
|
160
168
|
service: {
|
|
161
169
|
message: string;
|
|
170
|
+
aiInstruction?: string;
|
|
162
171
|
};
|
|
163
172
|
showServiceValues: {
|
|
164
173
|
enabled: boolean;
|
|
@@ -167,6 +176,7 @@ export interface InfoCollectionMenuJson {
|
|
|
167
176
|
serviceAddons: {
|
|
168
177
|
enabled: boolean;
|
|
169
178
|
message: string;
|
|
179
|
+
aiInstruction?: string;
|
|
170
180
|
};
|
|
171
181
|
serviceProfessionalChoice: {
|
|
172
182
|
enabled: boolean;
|
|
@@ -179,12 +189,14 @@ export interface InfoCollectionMenuJson {
|
|
|
179
189
|
allowTakeAndBring: {
|
|
180
190
|
enabled: boolean;
|
|
181
191
|
message: string;
|
|
192
|
+
aiInstruction?: string;
|
|
182
193
|
minAdvanceHours: number;
|
|
183
194
|
};
|
|
184
195
|
};
|
|
185
196
|
timeSelection?: {
|
|
186
197
|
timeSelectionBehavior: {
|
|
187
198
|
message: string;
|
|
199
|
+
aiInstruction?: string;
|
|
188
200
|
behavior: ChatbotInfoCollectionBehaviorEnum;
|
|
189
201
|
timeDisplayMode: ChatbotTimeDisplayModeEnum;
|
|
190
202
|
minAdvanceHours: number;
|
|
@@ -201,19 +213,23 @@ export interface InfoCollectionMenuJson {
|
|
|
201
213
|
guidance?: {
|
|
202
214
|
guidanceMessage: {
|
|
203
215
|
message: string;
|
|
216
|
+
aiInstruction?: string;
|
|
204
217
|
};
|
|
205
218
|
};
|
|
206
219
|
responseMessage?: {
|
|
207
220
|
onCommercialTime: {
|
|
208
221
|
message: string;
|
|
222
|
+
aiInstruction?: string;
|
|
209
223
|
};
|
|
210
224
|
outOfCommercialTime: {
|
|
211
225
|
message: string;
|
|
226
|
+
aiInstruction?: string;
|
|
212
227
|
};
|
|
213
228
|
};
|
|
214
229
|
healthPlan?: {
|
|
215
230
|
askForHealthPlan: {
|
|
216
231
|
message: string;
|
|
232
|
+
aiInstruction?: string;
|
|
217
233
|
enabled: boolean;
|
|
218
234
|
};
|
|
219
235
|
transferToAttendantIfHealthPlan: {
|
|
@@ -225,34 +241,42 @@ export interface InfoCollectionMenuJson {
|
|
|
225
241
|
confirmClientName: {
|
|
226
242
|
enabled: boolean;
|
|
227
243
|
message: string;
|
|
244
|
+
aiInstruction?: string;
|
|
228
245
|
};
|
|
229
246
|
clientCpf: {
|
|
230
247
|
enabled: boolean;
|
|
231
248
|
message: string;
|
|
249
|
+
aiInstruction?: string;
|
|
232
250
|
};
|
|
233
251
|
scheduleToAnotherPet: {
|
|
234
252
|
enabled: boolean;
|
|
235
253
|
message: string;
|
|
254
|
+
aiInstruction?: string;
|
|
236
255
|
};
|
|
237
256
|
clientAddress: {
|
|
238
257
|
enabled: boolean;
|
|
239
258
|
message: string;
|
|
259
|
+
aiInstruction?: string;
|
|
240
260
|
};
|
|
241
261
|
petGender: {
|
|
242
262
|
enabled: boolean;
|
|
243
263
|
message: string;
|
|
264
|
+
aiInstruction?: string;
|
|
244
265
|
};
|
|
245
266
|
petBirthDate: {
|
|
246
267
|
enabled: boolean;
|
|
247
268
|
message: string;
|
|
269
|
+
aiInstruction?: string;
|
|
248
270
|
};
|
|
249
271
|
petWeight: {
|
|
250
272
|
enabled: boolean;
|
|
251
273
|
message: string;
|
|
274
|
+
aiInstruction?: string;
|
|
252
275
|
};
|
|
253
276
|
petDefaultChecklist: {
|
|
254
277
|
enabled: boolean;
|
|
255
278
|
message: string;
|
|
279
|
+
aiInstruction?: string;
|
|
256
280
|
};
|
|
257
281
|
};
|
|
258
282
|
}
|