[][src]Module kapitalist_types::request

Requests that are sent to the backend

All requests derive both serde::Serialize and serde::Deserialize to allow conversion from and to JSON in both backend and frontends.

Structs

CategoryCreationRequest

Request to create a new transaction category

CategoryUpdateRequest

Request to update an existing transaction category

TokenRequest

Request for an authentication token

TransactionCreationRequest

Request to create a new transaction in the given wallet

TransactionUpdateRequest

Request to update an existing transaction

UserCreationRequest

Request to create a new user account

UserUpdateRequest

Request to update an existing user account

WalletCreationRequest

Request to create a new wallet

WalletUpdateRequest

Request to update an existing wallet