docs/LinkResponse.md in moneykit-0.1.5 vs docs/LinkResponse.md in moneykit-0.1.6
- old
+ new
@@ -11,10 +11,11 @@
| **state** | [**LinkState**](LinkState.md) | | |
| **error_code** | [**LinkError**](LinkError.md) | | [optional] |
| **last_synced_at** | **Time** | An ISO-8601 timestamp indicating the last time that the account was updated. | [optional] |
| **tags** | **Array<String>** | | [optional] |
| **products** | [**LinkProducts**](LinkProducts.md) | | |
+| **available_products** | [**Array<Product>**](Product.md) | | |
| **provider** | [**Provider**](Provider.md) | | |
| **webhook** | **String** | The webhook url assigned to this link. | [optional] |
## Example
@@ -29,9 +30,10 @@
state: null,
error_code: null,
last_synced_at: 2023-02-16T09:14:11,
tags: null,
products: null,
+ available_products: null,
provider: null,
webhook: https://example.com/webhook
)
```