Skip to content

Commit

Permalink
New CoManaged variables (#47)
Browse files Browse the repository at this point in the history
* Added new vars

New vars added: $isAssignedToComanaged & $isVisibleToComanaged

* Add missing var $isInternalNotesVisibleToComanaged
  • Loading branch information
alexwbaumann authored Sep 22, 2021
1 parent 24f2da6 commit 4836d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/API/Tickets/TicketEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ class TicketEntity extends DataTransferObject
public ?float $hoursToBeScheduled;
public $id;
public ?int $impersonatorCreatorResourceID;
public ?bool $isAssignedToComanaged;
public ?int $issueType;
public ?bool $isVisibleToComanaged;
public ?Carbon $lastActivityDate;
public ?int $lastActivityPersonType;
public ?int $lastActivityResourceID;
Expand Down
1 change: 1 addition & 0 deletions src/API/TimeEntries/TimeEntryEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class TimeEntryEntity extends DataTransferObject
public ?int $impersonatorUpdaterResourceID;
public ?int $internalBillingCodeID;
public ?string $internalNotes;
public ?bool $isInternalNotesVisibleToComanaged;
public ?bool $isNonBillable;
public ?Carbon $lastModifiedDateTime;
public ?int $lastModifiedUserID;
Expand Down

0 comments on commit 4836d3e

Please sign in to comment.