Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
47
firefly-iii-api/docs/RuleTriggerKeyword.md
Normal file
47
firefly-iii-api/docs/RuleTriggerKeyword.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# RuleTriggerKeyword
|
||||
|
||||
## Enum Variants
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| FromAccountStarts | from_account_starts |
|
||||
| FromAccountEnds | from_account_ends |
|
||||
| FromAccountIs | from_account_is |
|
||||
| FromAccountContains | from_account_contains |
|
||||
| ToAccountStarts | to_account_starts |
|
||||
| ToAccountEnds | to_account_ends |
|
||||
| ToAccountIs | to_account_is |
|
||||
| ToAccountContains | to_account_contains |
|
||||
| AmountLess | amount_less |
|
||||
| AmountExactly | amount_exactly |
|
||||
| AmountMore | amount_more |
|
||||
| DescriptionStarts | description_starts |
|
||||
| DescriptionEnds | description_ends |
|
||||
| DescriptionContains | description_contains |
|
||||
| DescriptionIs | description_is |
|
||||
| TransactionType | transaction_type |
|
||||
| CategoryIs | category_is |
|
||||
| BudgetIs | budget_is |
|
||||
| TagIs | tag_is |
|
||||
| CurrencyIs | currency_is |
|
||||
| HasAttachments | has_attachments |
|
||||
| HasNoCategory | has_no_category |
|
||||
| HasAnyCategory | has_any_category |
|
||||
| HasNoBudget | has_no_budget |
|
||||
| HasAnyBudget | has_any_budget |
|
||||
| HasNoTag | has_no_tag |
|
||||
| HasAnyTag | has_any_tag |
|
||||
| NotesContains | notes_contains |
|
||||
| NotesStart | notes_start |
|
||||
| NotesEnd | notes_end |
|
||||
| NotesAre | notes_are |
|
||||
| NoNotes | no_notes |
|
||||
| AnyNotes | any_notes |
|
||||
| SourceAccountIs | source_account_is |
|
||||
| DestinationAccountIs | destination_account_is |
|
||||
| SourceAccountStarts | source_account_starts |
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user