@aepstore-dev/contracts 1.74.0 → 1.75.0
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/gen/support.d.ts +0 -1
- package/gen/support.ts +0 -1
- package/package.json +1 -1
- package/proto/support.proto +2 -1
package/gen/support.d.ts
CHANGED
package/gen/support.ts
CHANGED
package/package.json
CHANGED
package/proto/support.proto
CHANGED
|
@@ -65,7 +65,8 @@ message Ticket {
|
|
|
65
65
|
|
|
66
66
|
message TicketAssignee {
|
|
67
67
|
string id = 1;
|
|
68
|
-
|
|
68
|
+
reserved 2;
|
|
69
|
+
reserved "username";
|
|
69
70
|
// Same display format as TicketMessage.author_name for staff:
|
|
70
71
|
// short fullName (John D.) with username fallback.
|
|
71
72
|
string author_name = 3;
|