Skip to content

Commit

Permalink
chore(release): v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvelabs committed Mar 8, 2024
1 parent b9b6187 commit f39aa72
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions docs/action.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
# Action

The action to perform on the destination.

## Properties

| Property | Type | Required | Enum | Default | Description |
| -------- | ---- | -------- | ---- | ------- | ----------- |
| [`merge`](#merge) | string ||| `"concat"` | <p>Determines merge behavior for arrays - either when modifying them directly or when recursively merging objects containing arrays. |
| [`type`](#type) | string ||| `"replace"` | <p>Determines what type of modification to perform. |

### `merge`

| Type | Required | Enum | Default |
| ---- | -------- | ---- | ------- |
| string ||| `"concat"` |

Determines merge behavior for arrays - either when modifying them directly
or when recursively merging objects containing arrays.

Allowed Values:

- `"concat"`: Concatenate source and destination arrays.
- `"upsert"`: Add source array items if not present in the destination.
- `"replace"`: Replace the destination with the source.

### `type`

| Type | Required | Enum | Default |
| ---- | -------- | ---- | ------- |
| string ||| `"replace"` |

Determines what type of modification to perform.

The append/prepend behavior differs slightly depending on
Expand Down

0 comments on commit f39aa72

Please sign in to comment.