Adopt restserver to new collective-id

This commit is contained in:
eikek
2022-08-04 12:44:09 +02:00
parent 53d92c4a26
commit eabcffe71a
48 changed files with 539 additions and 293 deletions

View File

@ -21,7 +21,7 @@ import io.circe.{Decoder, Encoder}
* the json data of the corresponding task.
*/
final case class PeriodicDueItemsArgs(
account: AccountId,
account: AccountInfo,
channels: NonEmptyList[ChannelRef],
remindDays: Int,
daysBack: Option[Int],

View File

@ -14,7 +14,7 @@ import io.circe.generic.semiauto
import io.circe.{Decoder, Encoder}
final case class PeriodicQueryArgs(
account: AccountId,
account: AccountInfo,
channels: NonEmptyList[ChannelRef],
query: Option[ItemQueryString],
bookmark: Option[String],