Skip to content

Commit 4bae128

Browse files
committed
whitespace
1 parent 8e7ec64 commit 4bae128

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

utils/entity-update-command-builder/readme.MD

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ src/
1111
│ └── UpdateCommandBuilder.ts
1212
├── domain/
1313
│ └── EntityUpdateBuilder.ts
14-
├── RequestItemPlanUpdateBuilder.ts
15-
└── RequestItemUpdateBuilder.ts
14+
└── TemplateUpdateBuilder.ts
1615
```
1716

1817
## Base Classes
1918

2019
- `ConditionBuilder<Entity>` - Class for building ConditionModel[] objects which are utilised by the `UpdateCommandBuilder<Entity>` for creating the UpdateCommand's ConditionExpression
21-
- `or` - Appends a condition with an OR operator if no condition has been specified previously
22-
- `and` - Appends a condition with an AND operator if no condition has been specified previously
20+
- `or` - Appends a condition with an OR operator if no condition has been specified previously
21+
- `and` - Appends a condition with an AND operator if no condition has been specified previously
2322
- `in` - Appends a condition with operator provided or AND if not.
2423
- `build` - Returns an object with type ConditionModel[] with conditions specified by previous calls to the available condition methods.
2524

0 commit comments

Comments
 (0)