@hed-hog/ticket 0.0.295 → 0.0.296
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/hedhog/data/setting_group.yaml +144 -50
- package/hedhog/data/setting_subgroup.yaml +63 -0
- package/package.json +10 -10
- package/src/index.ts +19 -19
- package/src/language/en.json +8 -8
- package/src/language/pt.json +8 -8
- package/src/ticket.module.ts +32 -32
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
- slug: ticket
|
|
1
|
+
- slug: ticket
|
|
2
2
|
icon: settings-2
|
|
3
3
|
name:
|
|
4
|
-
en: Ticket
|
|
5
|
-
pt: Ticket
|
|
4
|
+
en: Ticket
|
|
5
|
+
pt: Ticket
|
|
6
6
|
description:
|
|
7
|
-
en:
|
|
8
|
-
pt:
|
|
7
|
+
en: Omnichannel ticket settings organized by ticket type and channel account.
|
|
8
|
+
pt: Configuracoes de ticket omnichannel organizadas por tipo de ticket e conta de canal.
|
|
9
9
|
relations:
|
|
10
10
|
setting:
|
|
11
11
|
- slug: ticket.enabled
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
pt: Habilita as telas e operacoes do modulo de ticket.
|
|
20
20
|
value: true
|
|
21
21
|
user_override: false
|
|
22
|
+
subgroup_id:
|
|
23
|
+
where:
|
|
24
|
+
slug: ticket-general
|
|
22
25
|
- slug: ticket.code_prefix
|
|
23
26
|
type: string
|
|
24
27
|
component: input-text
|
|
@@ -30,6 +33,9 @@
|
|
|
30
33
|
pt: Prefixo usado para gerar codigos de ticket.
|
|
31
34
|
value: TCK
|
|
32
35
|
user_override: false
|
|
36
|
+
subgroup_id:
|
|
37
|
+
where:
|
|
38
|
+
slug: ticket-general
|
|
33
39
|
- slug: ticket.default_ai_review_mode
|
|
34
40
|
type: string
|
|
35
41
|
component: combobox
|
|
@@ -49,6 +55,9 @@
|
|
|
49
55
|
order: 1
|
|
50
56
|
- value: required
|
|
51
57
|
order: 2
|
|
58
|
+
subgroup_id:
|
|
59
|
+
where:
|
|
60
|
+
slug: ticket-general
|
|
52
61
|
- slug: ticket.default_visibility
|
|
53
62
|
type: string
|
|
54
63
|
component: combobox
|
|
@@ -66,6 +75,9 @@
|
|
|
66
75
|
order: 0
|
|
67
76
|
- value: public
|
|
68
77
|
order: 1
|
|
78
|
+
subgroup_id:
|
|
79
|
+
where:
|
|
80
|
+
slug: ticket-general
|
|
69
81
|
- slug: ticket.auto_assign_enabled
|
|
70
82
|
type: boolean
|
|
71
83
|
component: switch
|
|
@@ -77,6 +89,9 @@
|
|
|
77
89
|
pt: Atribui automaticamente novos tickets para operadores disponiveis.
|
|
78
90
|
value: false
|
|
79
91
|
user_override: false
|
|
92
|
+
subgroup_id:
|
|
93
|
+
where:
|
|
94
|
+
slug: ticket-general
|
|
80
95
|
- slug: ticket.default_owner_person_id
|
|
81
96
|
type: number
|
|
82
97
|
component: input-number
|
|
@@ -88,6 +103,9 @@
|
|
|
88
103
|
pt: Identificador da pessoa responsavel padrao quando atribuicao automatica estiver desligada.
|
|
89
104
|
value: 0
|
|
90
105
|
user_override: false
|
|
106
|
+
subgroup_id:
|
|
107
|
+
where:
|
|
108
|
+
slug: ticket-general
|
|
91
109
|
- slug: ticket.allow_public_reply
|
|
92
110
|
type: boolean
|
|
93
111
|
component: switch
|
|
@@ -99,6 +117,9 @@
|
|
|
99
117
|
pt: Permite que operadores enviem respostas publicas de saida.
|
|
100
118
|
value: true
|
|
101
119
|
user_override: false
|
|
120
|
+
subgroup_id:
|
|
121
|
+
where:
|
|
122
|
+
slug: ticket-general
|
|
102
123
|
- slug: ticket.allow_internal_notes
|
|
103
124
|
type: boolean
|
|
104
125
|
component: switch
|
|
@@ -110,6 +131,9 @@
|
|
|
110
131
|
pt: Habilita notas internas na timeline do ticket.
|
|
111
132
|
value: true
|
|
112
133
|
user_override: false
|
|
134
|
+
subgroup_id:
|
|
135
|
+
where:
|
|
136
|
+
slug: ticket-general
|
|
113
137
|
- slug: ticket.default_reopen_on_customer_reply
|
|
114
138
|
type: boolean
|
|
115
139
|
component: switch
|
|
@@ -121,6 +145,9 @@
|
|
|
121
145
|
pt: Reabre tickets resolvidos ou fechados quando o cliente envia nova mensagem de entrada.
|
|
122
146
|
value: true
|
|
123
147
|
user_override: false
|
|
148
|
+
subgroup_id:
|
|
149
|
+
where:
|
|
150
|
+
slug: ticket-general
|
|
124
151
|
- slug: ticket.default_close_after_days_without_reply
|
|
125
152
|
type: number
|
|
126
153
|
component: input-number
|
|
@@ -132,17 +159,9 @@
|
|
|
132
159
|
pt: Numero de dias sem interacao antes de fechar automaticamente tickets pendentes.
|
|
133
160
|
value: 15
|
|
134
161
|
user_override: false
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
name:
|
|
139
|
-
en: Ticket Email Channel
|
|
140
|
-
pt: Ticket Canal Email
|
|
141
|
-
description:
|
|
142
|
-
en: Email channel behavior and AI policy.
|
|
143
|
-
pt: Comportamento do canal de email e politica de IA.
|
|
144
|
-
relations:
|
|
145
|
-
setting:
|
|
162
|
+
subgroup_id:
|
|
163
|
+
where:
|
|
164
|
+
slug: ticket-general
|
|
146
165
|
- slug: ticket.channel.email.enabled
|
|
147
166
|
type: boolean
|
|
148
167
|
component: switch
|
|
@@ -154,6 +173,9 @@
|
|
|
154
173
|
pt: Habilita ingestao e envio pelo canal de email.
|
|
155
174
|
value: true
|
|
156
175
|
user_override: false
|
|
176
|
+
subgroup_id:
|
|
177
|
+
where:
|
|
178
|
+
slug: ticket-email
|
|
157
179
|
- slug: ticket.channel.email.inbound_enabled
|
|
158
180
|
type: boolean
|
|
159
181
|
component: switch
|
|
@@ -165,6 +187,9 @@
|
|
|
165
187
|
pt: Aceita mensagens de entrada das caixas de suporte configuradas.
|
|
166
188
|
value: true
|
|
167
189
|
user_override: false
|
|
190
|
+
subgroup_id:
|
|
191
|
+
where:
|
|
192
|
+
slug: ticket-email
|
|
168
193
|
- slug: ticket.channel.email.outbound_enabled
|
|
169
194
|
type: boolean
|
|
170
195
|
component: switch
|
|
@@ -176,6 +201,9 @@
|
|
|
176
201
|
pt: Permite respostas de saida por email no composer do ticket.
|
|
177
202
|
value: true
|
|
178
203
|
user_override: false
|
|
204
|
+
subgroup_id:
|
|
205
|
+
where:
|
|
206
|
+
slug: ticket-email
|
|
179
207
|
- slug: ticket.channel.email.ai_enabled
|
|
180
208
|
type: boolean
|
|
181
209
|
component: switch
|
|
@@ -187,6 +215,9 @@
|
|
|
187
215
|
pt: Habilita assistencia de IA para tickets de email.
|
|
188
216
|
value: true
|
|
189
217
|
user_override: false
|
|
218
|
+
subgroup_id:
|
|
219
|
+
where:
|
|
220
|
+
slug: ticket-email
|
|
190
221
|
- slug: ticket.channel.email.ai_model
|
|
191
222
|
type: string
|
|
192
223
|
component: input-text
|
|
@@ -198,6 +229,9 @@
|
|
|
198
229
|
pt: Modelo de IA padrao para sugestoes de rascunho de email.
|
|
199
230
|
value: gpt-5.3-mini
|
|
200
231
|
user_override: false
|
|
232
|
+
subgroup_id:
|
|
233
|
+
where:
|
|
234
|
+
slug: ticket-email
|
|
201
235
|
- slug: ticket.channel.email.ai_auto_send
|
|
202
236
|
type: boolean
|
|
203
237
|
component: switch
|
|
@@ -209,6 +243,9 @@
|
|
|
209
243
|
pt: Envia automaticamente respostas geradas por IA quando permitido.
|
|
210
244
|
value: false
|
|
211
245
|
user_override: false
|
|
246
|
+
subgroup_id:
|
|
247
|
+
where:
|
|
248
|
+
slug: ticket-email
|
|
212
249
|
- slug: ticket.channel.email.ai_require_human_review
|
|
213
250
|
type: boolean
|
|
214
251
|
component: switch
|
|
@@ -220,6 +257,9 @@
|
|
|
220
257
|
pt: Exige aprovacao humana antes de enviar sugestoes de IA.
|
|
221
258
|
value: true
|
|
222
259
|
user_override: false
|
|
260
|
+
subgroup_id:
|
|
261
|
+
where:
|
|
262
|
+
slug: ticket-email
|
|
223
263
|
- slug: ticket.channel.email.append_ticket_code_to_subject
|
|
224
264
|
type: boolean
|
|
225
265
|
component: switch
|
|
@@ -231,6 +271,9 @@
|
|
|
231
271
|
pt: Adiciona o codigo do ticket no assunto de emails de saida para facilitar match de thread.
|
|
232
272
|
value: true
|
|
233
273
|
user_override: false
|
|
274
|
+
subgroup_id:
|
|
275
|
+
where:
|
|
276
|
+
slug: ticket-email
|
|
234
277
|
- slug: ticket.channel.email.create_new_ticket_if_no_match
|
|
235
278
|
type: boolean
|
|
236
279
|
component: switch
|
|
@@ -242,17 +285,9 @@
|
|
|
242
285
|
pt: Cria novo ticket quando email de entrada nao corresponde a uma thread existente.
|
|
243
286
|
value: true
|
|
244
287
|
user_override: false
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
name:
|
|
249
|
-
en: Ticket WhatsApp Channel
|
|
250
|
-
pt: Ticket Canal WhatsApp
|
|
251
|
-
description:
|
|
252
|
-
en: WhatsApp channel behavior and AI policy.
|
|
253
|
-
pt: Comportamento do canal de WhatsApp e politica de IA.
|
|
254
|
-
relations:
|
|
255
|
-
setting:
|
|
288
|
+
subgroup_id:
|
|
289
|
+
where:
|
|
290
|
+
slug: ticket-email
|
|
256
291
|
- slug: ticket.channel.whatsapp.enabled
|
|
257
292
|
type: boolean
|
|
258
293
|
component: switch
|
|
@@ -264,6 +299,9 @@
|
|
|
264
299
|
pt: Habilita o fluxo de atendimento via WhatsApp.
|
|
265
300
|
value: true
|
|
266
301
|
user_override: false
|
|
302
|
+
subgroup_id:
|
|
303
|
+
where:
|
|
304
|
+
slug: ticket-whatsapp
|
|
267
305
|
- slug: ticket.channel.whatsapp.inbound_enabled
|
|
268
306
|
type: boolean
|
|
269
307
|
component: switch
|
|
@@ -275,6 +313,9 @@
|
|
|
275
313
|
pt: Aceita mensagens de entrada do WhatsApp.
|
|
276
314
|
value: true
|
|
277
315
|
user_override: false
|
|
316
|
+
subgroup_id:
|
|
317
|
+
where:
|
|
318
|
+
slug: ticket-whatsapp
|
|
278
319
|
- slug: ticket.channel.whatsapp.outbound_enabled
|
|
279
320
|
type: boolean
|
|
280
321
|
component: switch
|
|
@@ -286,6 +327,9 @@
|
|
|
286
327
|
pt: Permite mensagens de saida no WhatsApp a partir dos tickets.
|
|
287
328
|
value: true
|
|
288
329
|
user_override: false
|
|
330
|
+
subgroup_id:
|
|
331
|
+
where:
|
|
332
|
+
slug: ticket-whatsapp
|
|
289
333
|
- slug: ticket.channel.whatsapp.ai_enabled
|
|
290
334
|
type: boolean
|
|
291
335
|
component: switch
|
|
@@ -297,6 +341,9 @@
|
|
|
297
341
|
pt: Habilita sugestoes de IA para tickets de WhatsApp.
|
|
298
342
|
value: true
|
|
299
343
|
user_override: false
|
|
344
|
+
subgroup_id:
|
|
345
|
+
where:
|
|
346
|
+
slug: ticket-whatsapp
|
|
300
347
|
- slug: ticket.channel.whatsapp.ai_model
|
|
301
348
|
type: string
|
|
302
349
|
component: input-text
|
|
@@ -308,6 +355,9 @@
|
|
|
308
355
|
pt: Modelo de IA padrao para respostas de WhatsApp.
|
|
309
356
|
value: gpt-5.3-mini
|
|
310
357
|
user_override: false
|
|
358
|
+
subgroup_id:
|
|
359
|
+
where:
|
|
360
|
+
slug: ticket-whatsapp
|
|
311
361
|
- slug: ticket.channel.whatsapp.ai_auto_send
|
|
312
362
|
type: boolean
|
|
313
363
|
component: switch
|
|
@@ -319,6 +369,9 @@
|
|
|
319
369
|
pt: Envia respostas de IA no WhatsApp automaticamente quando a politica permite.
|
|
320
370
|
value: false
|
|
321
371
|
user_override: false
|
|
372
|
+
subgroup_id:
|
|
373
|
+
where:
|
|
374
|
+
slug: ticket-whatsapp
|
|
322
375
|
- slug: ticket.channel.whatsapp.ai_require_human_review
|
|
323
376
|
type: boolean
|
|
324
377
|
component: switch
|
|
@@ -330,6 +383,9 @@
|
|
|
330
383
|
pt: Exige revisao antes de enviar mensagens de IA no WhatsApp.
|
|
331
384
|
value: true
|
|
332
385
|
user_override: false
|
|
386
|
+
subgroup_id:
|
|
387
|
+
where:
|
|
388
|
+
slug: ticket-whatsapp
|
|
333
389
|
- slug: ticket.channel.whatsapp.reopen_last_open_ticket
|
|
334
390
|
type: boolean
|
|
335
391
|
component: switch
|
|
@@ -341,6 +397,9 @@
|
|
|
341
397
|
pt: Reutiliza o ultimo ticket aberto do mesmo solicitante quando possivel.
|
|
342
398
|
value: true
|
|
343
399
|
user_override: false
|
|
400
|
+
subgroup_id:
|
|
401
|
+
where:
|
|
402
|
+
slug: ticket-whatsapp
|
|
344
403
|
- slug: ticket.channel.whatsapp.open_new_ticket_after_hours
|
|
345
404
|
type: boolean
|
|
346
405
|
component: switch
|
|
@@ -352,6 +411,9 @@
|
|
|
352
411
|
pt: Abre novo ticket se a inatividade ultrapassar o limite configurado.
|
|
353
412
|
value: true
|
|
354
413
|
user_override: false
|
|
414
|
+
subgroup_id:
|
|
415
|
+
where:
|
|
416
|
+
slug: ticket-whatsapp
|
|
355
417
|
- slug: ticket.channel.whatsapp.window_hours
|
|
356
418
|
type: number
|
|
357
419
|
component: input-number
|
|
@@ -363,17 +425,9 @@
|
|
|
363
425
|
pt: Janela de tempo usada para agrupamento de mensagens e continuidade do ticket.
|
|
364
426
|
value: 24
|
|
365
427
|
user_override: false
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
name:
|
|
370
|
-
en: Ticket Portal Marketplace Social
|
|
371
|
-
pt: Ticket Portal Marketplace Social
|
|
372
|
-
description:
|
|
373
|
-
en: Shared AI controls for portal, marketplace, and social channels.
|
|
374
|
-
pt: Controles compartilhados de IA para portal, marketplace e social.
|
|
375
|
-
relations:
|
|
376
|
-
setting:
|
|
428
|
+
subgroup_id:
|
|
429
|
+
where:
|
|
430
|
+
slug: ticket-whatsapp
|
|
377
431
|
- slug: ticket.channel.portal.enabled
|
|
378
432
|
type: boolean
|
|
379
433
|
component: switch
|
|
@@ -385,6 +439,9 @@
|
|
|
385
439
|
pt: Habilita origens de portal como Hcode Class.
|
|
386
440
|
value: true
|
|
387
441
|
user_override: false
|
|
442
|
+
subgroup_id:
|
|
443
|
+
where:
|
|
444
|
+
slug: ticket-portal
|
|
388
445
|
- slug: ticket.channel.portal.ai_enabled
|
|
389
446
|
type: boolean
|
|
390
447
|
component: switch
|
|
@@ -396,6 +453,9 @@
|
|
|
396
453
|
pt: Habilita sugestoes de IA para tickets do portal.
|
|
397
454
|
value: true
|
|
398
455
|
user_override: false
|
|
456
|
+
subgroup_id:
|
|
457
|
+
where:
|
|
458
|
+
slug: ticket-portal
|
|
399
459
|
- slug: ticket.channel.portal.ai_model
|
|
400
460
|
type: string
|
|
401
461
|
component: input-text
|
|
@@ -407,6 +467,9 @@
|
|
|
407
467
|
pt: Modelo de IA padrao para o canal portal.
|
|
408
468
|
value: gpt-5.3-mini
|
|
409
469
|
user_override: false
|
|
470
|
+
subgroup_id:
|
|
471
|
+
where:
|
|
472
|
+
slug: ticket-portal
|
|
410
473
|
- slug: ticket.channel.marketplace.enabled
|
|
411
474
|
type: boolean
|
|
412
475
|
component: switch
|
|
@@ -418,6 +481,9 @@
|
|
|
418
481
|
pt: Habilita origens de marketplace como Udemy.
|
|
419
482
|
value: true
|
|
420
483
|
user_override: false
|
|
484
|
+
subgroup_id:
|
|
485
|
+
where:
|
|
486
|
+
slug: ticket-marketplace
|
|
421
487
|
- slug: ticket.channel.marketplace.ai_enabled
|
|
422
488
|
type: boolean
|
|
423
489
|
component: switch
|
|
@@ -429,6 +495,9 @@
|
|
|
429
495
|
pt: Habilita sugestoes de IA para tickets de marketplace.
|
|
430
496
|
value: true
|
|
431
497
|
user_override: false
|
|
498
|
+
subgroup_id:
|
|
499
|
+
where:
|
|
500
|
+
slug: ticket-marketplace
|
|
432
501
|
- slug: ticket.channel.marketplace.ai_model
|
|
433
502
|
type: string
|
|
434
503
|
component: input-text
|
|
@@ -440,6 +509,9 @@
|
|
|
440
509
|
pt: Modelo de IA padrao para o canal marketplace.
|
|
441
510
|
value: gpt-5.3-mini
|
|
442
511
|
user_override: false
|
|
512
|
+
subgroup_id:
|
|
513
|
+
where:
|
|
514
|
+
slug: ticket-marketplace
|
|
443
515
|
- slug: ticket.channel.social.enabled
|
|
444
516
|
type: boolean
|
|
445
517
|
component: switch
|
|
@@ -451,6 +523,9 @@
|
|
|
451
523
|
pt: Habilita origens sociais como YouTube.
|
|
452
524
|
value: true
|
|
453
525
|
user_override: false
|
|
526
|
+
subgroup_id:
|
|
527
|
+
where:
|
|
528
|
+
slug: ticket-social
|
|
454
529
|
- slug: ticket.channel.social.ai_enabled
|
|
455
530
|
type: boolean
|
|
456
531
|
component: switch
|
|
@@ -462,6 +537,9 @@
|
|
|
462
537
|
pt: Habilita sugestoes de IA para tickets sociais.
|
|
463
538
|
value: true
|
|
464
539
|
user_override: false
|
|
540
|
+
subgroup_id:
|
|
541
|
+
where:
|
|
542
|
+
slug: ticket-social
|
|
465
543
|
- slug: ticket.channel.social.ai_model
|
|
466
544
|
type: string
|
|
467
545
|
component: input-text
|
|
@@ -473,17 +551,9 @@
|
|
|
473
551
|
pt: Modelo de IA padrao para o canal social.
|
|
474
552
|
value: gpt-5.3-mini
|
|
475
553
|
user_override: false
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
name:
|
|
480
|
-
en: Ticket Channel Account Overrides
|
|
481
|
-
pt: Ticket Overrides por Conta de Canal
|
|
482
|
-
description:
|
|
483
|
-
en: Per account overrides for omnichannel routing and AI behavior.
|
|
484
|
-
pt: Overrides por conta para roteamento omnichannel e comportamento de IA.
|
|
485
|
-
relations:
|
|
486
|
-
setting:
|
|
554
|
+
subgroup_id:
|
|
555
|
+
where:
|
|
556
|
+
slug: ticket-social
|
|
487
557
|
- slug: ticket.channel_account.suporte_hcode_com_br.enabled
|
|
488
558
|
type: boolean
|
|
489
559
|
component: switch
|
|
@@ -495,6 +565,9 @@
|
|
|
495
565
|
pt: Habilita operacao da conta de caixa de suporte.
|
|
496
566
|
value: true
|
|
497
567
|
user_override: false
|
|
568
|
+
subgroup_id:
|
|
569
|
+
where:
|
|
570
|
+
slug: ticket-email-account-overrides
|
|
498
571
|
- slug: ticket.channel_account.suporte_hcode_com_br.ai_enabled
|
|
499
572
|
type: boolean
|
|
500
573
|
component: switch
|
|
@@ -506,6 +579,9 @@
|
|
|
506
579
|
pt: Habilita IA para a conta de caixa de suporte.
|
|
507
580
|
value: true
|
|
508
581
|
user_override: false
|
|
582
|
+
subgroup_id:
|
|
583
|
+
where:
|
|
584
|
+
slug: ticket-email-account-overrides
|
|
509
585
|
- slug: ticket.channel_account.suporte_hcode_com_br.ai_model
|
|
510
586
|
type: string
|
|
511
587
|
component: input-text
|
|
@@ -517,6 +593,9 @@
|
|
|
517
593
|
pt: Override de modelo de IA para a conta de caixa de suporte.
|
|
518
594
|
value: gpt-5.3-mini
|
|
519
595
|
user_override: false
|
|
596
|
+
subgroup_id:
|
|
597
|
+
where:
|
|
598
|
+
slug: ticket-email-account-overrides
|
|
520
599
|
- slug: ticket.channel_account.suporte_hcode_com_br.ai_auto_send
|
|
521
600
|
type: boolean
|
|
522
601
|
component: switch
|
|
@@ -528,6 +607,9 @@
|
|
|
528
607
|
pt: Envio automatico de respostas IA para a conta de caixa de suporte.
|
|
529
608
|
value: false
|
|
530
609
|
user_override: false
|
|
610
|
+
subgroup_id:
|
|
611
|
+
where:
|
|
612
|
+
slug: ticket-email-account-overrides
|
|
531
613
|
- slug: ticket.channel_account.whatsapp_hcode.enabled
|
|
532
614
|
type: boolean
|
|
533
615
|
component: switch
|
|
@@ -539,6 +621,9 @@
|
|
|
539
621
|
pt: Habilita operacao da conta oficial do WhatsApp.
|
|
540
622
|
value: true
|
|
541
623
|
user_override: false
|
|
624
|
+
subgroup_id:
|
|
625
|
+
where:
|
|
626
|
+
slug: ticket-whatsapp-account-overrides
|
|
542
627
|
- slug: ticket.channel_account.whatsapp_hcode.ai_enabled
|
|
543
628
|
type: boolean
|
|
544
629
|
component: switch
|
|
@@ -550,6 +635,9 @@
|
|
|
550
635
|
pt: Habilita IA na conta oficial do WhatsApp.
|
|
551
636
|
value: true
|
|
552
637
|
user_override: false
|
|
638
|
+
subgroup_id:
|
|
639
|
+
where:
|
|
640
|
+
slug: ticket-whatsapp-account-overrides
|
|
553
641
|
- slug: ticket.channel_account.whatsapp_hcode.ai_model
|
|
554
642
|
type: string
|
|
555
643
|
component: input-text
|
|
@@ -561,6 +649,9 @@
|
|
|
561
649
|
pt: Override de modelo de IA para conta oficial do WhatsApp.
|
|
562
650
|
value: gpt-5.3-mini
|
|
563
651
|
user_override: false
|
|
652
|
+
subgroup_id:
|
|
653
|
+
where:
|
|
654
|
+
slug: ticket-whatsapp-account-overrides
|
|
564
655
|
- slug: ticket.channel_account.whatsapp_hcode.ai_auto_send
|
|
565
656
|
type: boolean
|
|
566
657
|
component: switch
|
|
@@ -571,4 +662,7 @@
|
|
|
571
662
|
en: Auto send AI replies for official WhatsApp account.
|
|
572
663
|
pt: Envio automatico de respostas IA para conta oficial do WhatsApp.
|
|
573
664
|
value: false
|
|
574
|
-
user_override: false
|
|
665
|
+
user_override: false
|
|
666
|
+
subgroup_id:
|
|
667
|
+
where:
|
|
668
|
+
slug: ticket-whatsapp-account-overrides
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
- slug: ticket-general
|
|
2
|
+
name:
|
|
3
|
+
en: General
|
|
4
|
+
pt: Geral
|
|
5
|
+
description:
|
|
6
|
+
en: Shared ticket defaults and omnichannel policies.
|
|
7
|
+
pt: Defaults compartilhados e politicas omnichannel dos tickets.
|
|
8
|
+
|
|
9
|
+
- slug: ticket-email
|
|
10
|
+
name:
|
|
11
|
+
en: Email
|
|
12
|
+
pt: Email
|
|
13
|
+
description:
|
|
14
|
+
en: Settings for email ticket behavior and AI assistance.
|
|
15
|
+
pt: Configuracoes do comportamento de tickets de email e assistencia de IA.
|
|
16
|
+
|
|
17
|
+
- slug: ticket-whatsapp
|
|
18
|
+
name:
|
|
19
|
+
en: WhatsApp
|
|
20
|
+
pt: WhatsApp
|
|
21
|
+
description:
|
|
22
|
+
en: Settings for WhatsApp ticket behavior and automation.
|
|
23
|
+
pt: Configuracoes do comportamento de tickets de WhatsApp e automacao.
|
|
24
|
+
|
|
25
|
+
- slug: ticket-portal
|
|
26
|
+
name:
|
|
27
|
+
en: Portal
|
|
28
|
+
pt: Portal
|
|
29
|
+
description:
|
|
30
|
+
en: Settings for portal-originated tickets.
|
|
31
|
+
pt: Configuracoes para tickets originados no portal.
|
|
32
|
+
|
|
33
|
+
- slug: ticket-marketplace
|
|
34
|
+
name:
|
|
35
|
+
en: Marketplace
|
|
36
|
+
pt: Marketplace
|
|
37
|
+
description:
|
|
38
|
+
en: Settings for marketplace-originated tickets.
|
|
39
|
+
pt: Configuracoes para tickets originados em marketplaces.
|
|
40
|
+
|
|
41
|
+
- slug: ticket-social
|
|
42
|
+
name:
|
|
43
|
+
en: Social
|
|
44
|
+
pt: Social
|
|
45
|
+
description:
|
|
46
|
+
en: Settings for social-channel tickets.
|
|
47
|
+
pt: Configuracoes para tickets de canais sociais.
|
|
48
|
+
|
|
49
|
+
- slug: ticket-email-account-overrides
|
|
50
|
+
name:
|
|
51
|
+
en: Email Account Overrides
|
|
52
|
+
pt: Overrides de Conta de Email
|
|
53
|
+
description:
|
|
54
|
+
en: Per-account overrides for email ticket routing and AI behavior.
|
|
55
|
+
pt: Overrides por conta para roteamento e comportamento de IA em tickets de email.
|
|
56
|
+
|
|
57
|
+
- slug: ticket-whatsapp-account-overrides
|
|
58
|
+
name:
|
|
59
|
+
en: WhatsApp Account Overrides
|
|
60
|
+
pt: Overrides de Conta de WhatsApp
|
|
61
|
+
description:
|
|
62
|
+
en: Per-account overrides for WhatsApp ticket routing and AI behavior.
|
|
63
|
+
pt: Overrides por conta para roteamento e comportamento de IA em tickets de WhatsApp.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/ticket",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.296",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"@nestjs/core": "^11",
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
|
-
"@hed-hog/api
|
|
13
|
-
"@hed-hog/
|
|
14
|
-
"@hed-hog/
|
|
15
|
-
"@hed-hog/api-prisma": "0.0.
|
|
16
|
-
"@hed-hog/
|
|
17
|
-
"@hed-hog/api-
|
|
18
|
-
"@hed-hog/
|
|
19
|
-
"@hed-hog/
|
|
12
|
+
"@hed-hog/api": "0.0.6",
|
|
13
|
+
"@hed-hog/category": "0.0.296",
|
|
14
|
+
"@hed-hog/api-pagination": "0.0.7",
|
|
15
|
+
"@hed-hog/api-prisma": "0.0.6",
|
|
16
|
+
"@hed-hog/tag": "0.0.296",
|
|
17
|
+
"@hed-hog/api-types": "0.0.1",
|
|
18
|
+
"@hed-hog/api-locale": "0.0.14",
|
|
19
|
+
"@hed-hog/contact": "0.0.296"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
34
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
|
|
35
|
-
"prebuild": "pnpm exec ts-node
|
|
35
|
+
"prebuild": "pnpm --dir ../.. exec ts-node ./scripts/build-dependencies.ts libraries/ticket",
|
|
36
36
|
"build": "tsc --project tsconfig.production.json",
|
|
37
37
|
"patch": "pnpm exec ts-node ../../scripts/patch.ts libraries/ticket",
|
|
38
38
|
"prod": "pnpm run patch && pnpm run build && pnpm publish --access public --no-git-checks"
|
package/src/index.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export * from './dto/assign-ticket-owner.dto';
|
|
2
|
-
export * from './dto/create-ticket-channel-account.dto';
|
|
3
|
-
export * from './dto/create-ticket-channel.dto';
|
|
4
|
-
export * from './dto/create-ticket-internal-note.dto';
|
|
5
|
-
export * from './dto/create-ticket-reply.dto';
|
|
6
|
-
export * from './dto/update-ticket-channel-account.dto';
|
|
7
|
-
export * from './dto/update-ticket-channel.dto';
|
|
8
|
-
export * from './dto/update-ticket-priority.dto';
|
|
9
|
-
export * from './dto/update-ticket-settings.dto';
|
|
10
|
-
export * from './dto/update-ticket-status.dto';
|
|
11
|
-
export * from './ticket-ai-review.controller';
|
|
12
|
-
export * from './ticket-channel-accounts.controller';
|
|
13
|
-
export * from './ticket-channels.controller';
|
|
14
|
-
export * from './ticket-data.controller';
|
|
15
|
-
export * from './ticket-items.controller';
|
|
16
|
-
export * from './ticket-settings.controller';
|
|
17
|
-
export * from './ticket.module';
|
|
18
|
-
export * from './ticket.service';
|
|
19
|
-
|
|
1
|
+
export * from './dto/assign-ticket-owner.dto';
|
|
2
|
+
export * from './dto/create-ticket-channel-account.dto';
|
|
3
|
+
export * from './dto/create-ticket-channel.dto';
|
|
4
|
+
export * from './dto/create-ticket-internal-note.dto';
|
|
5
|
+
export * from './dto/create-ticket-reply.dto';
|
|
6
|
+
export * from './dto/update-ticket-channel-account.dto';
|
|
7
|
+
export * from './dto/update-ticket-channel.dto';
|
|
8
|
+
export * from './dto/update-ticket-priority.dto';
|
|
9
|
+
export * from './dto/update-ticket-settings.dto';
|
|
10
|
+
export * from './dto/update-ticket-status.dto';
|
|
11
|
+
export * from './ticket-ai-review.controller';
|
|
12
|
+
export * from './ticket-channel-accounts.controller';
|
|
13
|
+
export * from './ticket-channels.controller';
|
|
14
|
+
export * from './ticket-data.controller';
|
|
15
|
+
export * from './ticket-items.controller';
|
|
16
|
+
export * from './ticket-settings.controller';
|
|
17
|
+
export * from './ticket.module';
|
|
18
|
+
export * from './ticket.service';
|
|
19
|
+
|
package/src/language/en.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"HomePage": {
|
|
3
|
-
"title": "Ticket",
|
|
4
|
-
"description": "Manage your ticket.",
|
|
5
|
-
"breadcrumbHome": "Home",
|
|
6
|
-
"breadcrumbCurrent": "Ticket"
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"HomePage": {
|
|
3
|
+
"title": "Ticket",
|
|
4
|
+
"description": "Manage your ticket.",
|
|
5
|
+
"breadcrumbHome": "Home",
|
|
6
|
+
"breadcrumbCurrent": "Ticket"
|
|
7
|
+
}
|
|
8
|
+
}
|
package/src/language/pt.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"HomePage": {
|
|
3
|
-
"title": "Ticket",
|
|
4
|
-
"description": "Gerencie seu ticket.",
|
|
5
|
-
"breadcrumbHome": "Inicio",
|
|
6
|
-
"breadcrumbCurrent": "Ticket"
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"HomePage": {
|
|
3
|
+
"title": "Ticket",
|
|
4
|
+
"description": "Gerencie seu ticket.",
|
|
5
|
+
"breadcrumbHome": "Inicio",
|
|
6
|
+
"breadcrumbCurrent": "Ticket"
|
|
7
|
+
}
|
|
8
|
+
}
|
package/src/ticket.module.ts
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { LocaleModule } from '@hed-hog/api-locale';
|
|
2
|
-
import { PaginationModule } from '@hed-hog/api-pagination';
|
|
3
|
-
import { PrismaModule } from '@hed-hog/api-prisma';
|
|
4
|
-
import { forwardRef, Module } from '@nestjs/common';
|
|
5
|
-
import { ConfigModule } from '@nestjs/config';
|
|
6
|
-
import { TicketAiReviewController } from './ticket-ai-review.controller';
|
|
7
|
-
import { TicketChannelAccountsController } from './ticket-channel-accounts.controller';
|
|
8
|
-
import { TicketChannelsController } from './ticket-channels.controller';
|
|
9
|
-
import { TicketDataController } from './ticket-data.controller';
|
|
10
|
-
import { TicketItemsController } from './ticket-items.controller';
|
|
11
|
-
import { TicketSettingsController } from './ticket-settings.controller';
|
|
12
|
-
import { TicketService } from './ticket.service';
|
|
13
|
-
|
|
14
|
-
@Module({
|
|
15
|
-
imports: [
|
|
16
|
-
ConfigModule.forRoot(),
|
|
17
|
-
forwardRef(() => PaginationModule),
|
|
18
|
-
forwardRef(() => PrismaModule),
|
|
19
|
-
forwardRef(() => LocaleModule)
|
|
20
|
-
],
|
|
21
|
-
controllers: [
|
|
22
|
-
TicketDataController,
|
|
23
|
-
TicketItemsController,
|
|
24
|
-
TicketChannelsController,
|
|
25
|
-
TicketChannelAccountsController,
|
|
26
|
-
TicketSettingsController,
|
|
27
|
-
TicketAiReviewController,
|
|
28
|
-
],
|
|
29
|
-
providers: [TicketService],
|
|
30
|
-
exports: [TicketService],
|
|
31
|
-
})
|
|
32
|
-
export class TicketModule {}
|
|
1
|
+
import { LocaleModule } from '@hed-hog/api-locale';
|
|
2
|
+
import { PaginationModule } from '@hed-hog/api-pagination';
|
|
3
|
+
import { PrismaModule } from '@hed-hog/api-prisma';
|
|
4
|
+
import { forwardRef, Module } from '@nestjs/common';
|
|
5
|
+
import { ConfigModule } from '@nestjs/config';
|
|
6
|
+
import { TicketAiReviewController } from './ticket-ai-review.controller';
|
|
7
|
+
import { TicketChannelAccountsController } from './ticket-channel-accounts.controller';
|
|
8
|
+
import { TicketChannelsController } from './ticket-channels.controller';
|
|
9
|
+
import { TicketDataController } from './ticket-data.controller';
|
|
10
|
+
import { TicketItemsController } from './ticket-items.controller';
|
|
11
|
+
import { TicketSettingsController } from './ticket-settings.controller';
|
|
12
|
+
import { TicketService } from './ticket.service';
|
|
13
|
+
|
|
14
|
+
@Module({
|
|
15
|
+
imports: [
|
|
16
|
+
ConfigModule.forRoot(),
|
|
17
|
+
forwardRef(() => PaginationModule),
|
|
18
|
+
forwardRef(() => PrismaModule),
|
|
19
|
+
forwardRef(() => LocaleModule)
|
|
20
|
+
],
|
|
21
|
+
controllers: [
|
|
22
|
+
TicketDataController,
|
|
23
|
+
TicketItemsController,
|
|
24
|
+
TicketChannelsController,
|
|
25
|
+
TicketChannelAccountsController,
|
|
26
|
+
TicketSettingsController,
|
|
27
|
+
TicketAiReviewController,
|
|
28
|
+
],
|
|
29
|
+
providers: [TicketService],
|
|
30
|
+
exports: [TicketService],
|
|
31
|
+
})
|
|
32
|
+
export class TicketModule {}
|