aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rocie-client/docs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 02:43:20 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 02:43:20 +0100
commit9514d8e13730b99d9a5ead588561adeec070848b (patch)
treee535de2fb2f41bf164281eb1f91e8e231cc8df3b /crates/rocie-client/docs
parentfeat(rocie-server): Provide default units (and other changes) (diff)
downloadserver-9514d8e13730b99d9a5ead588561adeec070848b.zip
chore(rocie-client): Re-generate
Diffstat (limited to '')
-rw-r--r--crates/rocie-client/docs/ApiSetNoAuthUserApi.md4
-rw-r--r--crates/rocie-client/docs/ContentOneOf.md3
-rw-r--r--crates/rocie-client/docs/ContentOneOf1.md3
-rw-r--r--crates/rocie-client/docs/ItemOneOf.md3
-rw-r--r--crates/rocie-client/docs/ItemOneOf1.md3
-rw-r--r--crates/rocie-client/docs/ItemOneOf1Ingredient.md11
-rw-r--r--crates/rocie-client/docs/ItemOneOf2.md3
-rw-r--r--crates/rocie-client/docs/ItemOneOf3.md3
-rw-r--r--crates/rocie-client/docs/ItemOneOf4.md3
-rw-r--r--crates/rocie-client/docs/ItemOneOfText.md11
-rw-r--r--crates/rocie-client/docs/ProvisionInfo.md12
-rw-r--r--crates/rocie-client/docs/Timer.md2
12 files changed, 44 insertions, 17 deletions
diff --git a/crates/rocie-client/docs/ApiSetNoAuthUserApi.md b/crates/rocie-client/docs/ApiSetNoAuthUserApi.md
index f532533..9a877d0 100644
--- a/crates/rocie-client/docs/ApiSetNoAuthUserApi.md
+++ b/crates/rocie-client/docs/ApiSetNoAuthUserApi.md
@@ -65,7 +65,7 @@ No authorization required
## provision
-> models::UserId provision(user_stub)
+> models::UserId provision(provision_info)
Provision this instance.
This only works, if no users exist yet.
@@ -75,7 +75,7 @@ This only works, if no users exist yet.
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
-**user_stub** | [**UserStub**](UserStub.md) | | [required] |
+**provision_info** | [**ProvisionInfo**](ProvisionInfo.md) | | [required] |
### Return type
diff --git a/crates/rocie-client/docs/ContentOneOf.md b/crates/rocie-client/docs/ContentOneOf.md
index 61ea868..212daf7 100644
--- a/crates/rocie-client/docs/ContentOneOf.md
+++ b/crates/rocie-client/docs/ContentOneOf.md
@@ -4,8 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**r#type** | **String** | |
-**value** | [**models::Step**](Step.md) | A step |
+**step** | [**models::Step**](Step.md) | A step |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/crates/rocie-client/docs/ContentOneOf1.md b/crates/rocie-client/docs/ContentOneOf1.md
index eef8337..a351585 100644
--- a/crates/rocie-client/docs/ContentOneOf1.md
+++ b/crates/rocie-client/docs/ContentOneOf1.md
@@ -4,8 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**r#type** | **String** | |
-**value** | **String** | A paragraph of just text, no instructions |
+**text** | **String** | A paragraph of just text, no instructions |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/crates/rocie-client/docs/ItemOneOf.md b/crates/rocie-client/docs/ItemOneOf.md
index 5009d60..4616a71 100644
--- a/crates/rocie-client/docs/ItemOneOf.md
+++ b/crates/rocie-client/docs/ItemOneOf.md
@@ -4,8 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**r#type** | **String** | |
-**value** | **String** | |
+**text** | [**models::ItemOneOfText**](Item_oneOf_Text.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/crates/rocie-client/docs/ItemOneOf1.md b/crates/rocie-client/docs/ItemOneOf1.md
index 8160228..70a5640 100644
--- a/crates/rocie-client/docs/ItemOneOf1.md
+++ b/crates/rocie-client/docs/ItemOneOf1.md
@@ -4,8 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**index** | **u32** | |
-**r#type** | **String** | |
+**ingredient** | [**models::ItemOneOf1Ingredient**](Item_oneOf_1_Ingredient.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/crates/rocie-client/docs/ItemOneOf1Ingredient.md b/crates/rocie-client/docs/ItemOneOf1Ingredient.md
new file mode 100644
index 0000000..db20b10
--- /dev/null
+++ b/crates/rocie-client/docs/ItemOneOf1Ingredient.md
@@ -0,0 +1,11 @@
+# ItemOneOf1Ingredient
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**index** | **u32** | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
+
diff --git a/crates/rocie-client/docs/ItemOneOf2.md b/crates/rocie-client/docs/ItemOneOf2.md
index 8cfe0f3..aa7ee14 100644
--- a/crates/rocie-client/docs/ItemOneOf2.md
+++ b/crates/rocie-client/docs/ItemOneOf2.md
@@ -4,8 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**index** | **u32** | |
-**r#type** | **String** | |
+**cookware** | [**models::ItemOneOf1Ingredient**](Item_oneOf_1_Ingredient.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/crates/rocie-client/docs/ItemOneOf3.md b/crates/rocie-client/docs/ItemOneOf3.md
index 2fd7331..669e1d5 100644
--- a/crates/rocie-client/docs/ItemOneOf3.md
+++ b/crates/rocie-client/docs/ItemOneOf3.md
@@ -4,8 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**index** | **u32** | |
-**r#type** | **String** | |
+**timer** | [**models::ItemOneOf1Ingredient**](Item_oneOf_1_Ingredient.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/crates/rocie-client/docs/ItemOneOf4.md b/crates/rocie-client/docs/ItemOneOf4.md
index f50a058..4206c21 100644
--- a/crates/rocie-client/docs/ItemOneOf4.md
+++ b/crates/rocie-client/docs/ItemOneOf4.md
@@ -4,8 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**index** | **u32** | |
-**r#type** | **String** | |
+**inline_quantity** | [**models::ItemOneOf1Ingredient**](Item_oneOf_1_Ingredient.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/crates/rocie-client/docs/ItemOneOfText.md b/crates/rocie-client/docs/ItemOneOfText.md
new file mode 100644
index 0000000..fa23caf
--- /dev/null
+++ b/crates/rocie-client/docs/ItemOneOfText.md
@@ -0,0 +1,11 @@
+# ItemOneOfText
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**value** | **String** | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
+
diff --git a/crates/rocie-client/docs/ProvisionInfo.md b/crates/rocie-client/docs/ProvisionInfo.md
new file mode 100644
index 0000000..7c2805e
--- /dev/null
+++ b/crates/rocie-client/docs/ProvisionInfo.md
@@ -0,0 +1,12 @@
+# ProvisionInfo
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**use_defaults** | **bool** | Whether we should apply the default configuration. |
+**user** | [**models::UserStub**](UserStub.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
+
diff --git a/crates/rocie-client/docs/Timer.md b/crates/rocie-client/docs/Timer.md
index 0e65ee7..5dcb8a5 100644
--- a/crates/rocie-client/docs/Timer.md
+++ b/crates/rocie-client/docs/Timer.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Name | [optional]
-**quantity** | [**models::UnitAmount**](UnitAmount.md) | Time quantity |
+**quantity** | Option<[**models::UnitAmount**](UnitAmount.md)> | Time quantity | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)