evo360-types 1.3.350 → 1.3.352

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.
@@ -37,6 +37,8 @@ export interface ThreadAggregateCurrentOpenTicket {
37
37
  last_message_at?: string;
38
38
  waiting_since?: string;
39
39
  unread_count?: number;
40
+ /** ISO timestamp; presente quando o ticket está adiado e o alvo ainda no futuro. */
41
+ postponed_until?: string | null;
40
42
  open_count_match: boolean;
41
43
  }
42
44
  export interface ThreadAggregate {
@@ -48,6 +48,8 @@ export interface ThreadAggregateCurrentOpenTicket {
48
48
  last_message_at?: string;
49
49
  waiting_since?: string;
50
50
  unread_count?: number;
51
+ /** ISO timestamp; presente quando o ticket está adiado e o alvo ainda no futuro. */
52
+ postponed_until?: string | null;
51
53
  open_count_match: boolean;
52
54
  }
53
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.350",
3
+ "version": "1.3.352",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",