diff --git a/README.md b/README.md index 737e67fb22..82c1ab2988 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ## 快速开始 ```bash -docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.18 +docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.19 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/api-docs/openapi/v3_0/aggregated.json b/api-docs/openapi/v3_0/aggregated.json index b491544c22..7006547132 100644 --- a/api-docs/openapi/v3_0/aggregated.json +++ b/api-docs/openapi/v3_0/aggregated.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Halo", - "version": "2.19.0-SNAPSHOT" + "version": "2.20.0-SNAPSHOT" }, "servers": [ { @@ -6933,9 +6933,9 @@ } }, { - "description": "The width of the thumbnail", + "description": "The size of the thumbnail,available values are s,m,l,xl", "in": "query", - "name": "width", + "name": "size", "required": true, "schema": { "type": "string" diff --git a/api-docs/openapi/v3_0/apis_console.api_v1alpha1.json b/api-docs/openapi/v3_0/apis_console.api_v1alpha1.json index 8483de34f7..9ff6d788c3 100644 --- a/api-docs/openapi/v3_0/apis_console.api_v1alpha1.json +++ b/api-docs/openapi/v3_0/apis_console.api_v1alpha1.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Halo", - "version": "2.19.0-SNAPSHOT" + "version": "2.20.0-SNAPSHOT" }, "servers": [ { diff --git a/api-docs/openapi/v3_0/apis_extension.api_v1alpha1.json b/api-docs/openapi/v3_0/apis_extension.api_v1alpha1.json index 92018c3729..342a5684a0 100644 --- a/api-docs/openapi/v3_0/apis_extension.api_v1alpha1.json +++ b/api-docs/openapi/v3_0/apis_extension.api_v1alpha1.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Halo", - "version": "2.19.0-SNAPSHOT" + "version": "2.20.0-SNAPSHOT" }, "servers": [ { diff --git a/api-docs/openapi/v3_0/apis_public.api_v1alpha1.json b/api-docs/openapi/v3_0/apis_public.api_v1alpha1.json index 92502e8c59..daa70428a1 100644 --- a/api-docs/openapi/v3_0/apis_public.api_v1alpha1.json +++ b/api-docs/openapi/v3_0/apis_public.api_v1alpha1.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Halo", - "version": "2.19.0-SNAPSHOT" + "version": "2.20.0-SNAPSHOT" }, "servers": [ { diff --git a/api-docs/openapi/v3_0/apis_uc.api_v1alpha1.json b/api-docs/openapi/v3_0/apis_uc.api_v1alpha1.json index 7b39276dac..eece516c04 100644 --- a/api-docs/openapi/v3_0/apis_uc.api_v1alpha1.json +++ b/api-docs/openapi/v3_0/apis_uc.api_v1alpha1.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Halo", - "version": "2.19.0-SNAPSHOT" + "version": "2.20.0-SNAPSHOT" }, "servers": [ { diff --git a/gradle.properties b/gradle.properties index 3e7456fdba..ad074883b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1 @@ -version=2.19.0-SNAPSHOT -r2dbc-mariadb.version=1.2.1 +version=2.20.0-SNAPSHOT diff --git a/ui/packages/api-client/package.json b/ui/packages/api-client/package.json index f7a3be8c0e..7e781c6849 100644 --- a/ui/packages/api-client/package.json +++ b/ui/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/api-client", - "version": "2.19.0", + "version": "2.20.0", "description": "API Client for Halo 2", "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme", "bugs": { diff --git a/ui/packages/api-client/src/api.ts b/ui/packages/api-client/src/api.ts index 677cc9efd8..a91ddcf6cf 100644 --- a/ui/packages/api-client/src/api.ts +++ b/ui/packages/api-client/src/api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/annotation-setting-v1alpha1-api.ts b/ui/packages/api-client/src/api/annotation-setting-v1alpha1-api.ts index 430b114cc6..dcfdec0146 100644 --- a/ui/packages/api-client/src/api/annotation-setting-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/annotation-setting-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/api-notification-halo-run-v1alpha1-subscription-api.ts b/ui/packages/api-client/src/api/api-notification-halo-run-v1alpha1-subscription-api.ts index ee4aa928ef..5b1612ed7c 100644 --- a/ui/packages/api-client/src/api/api-notification-halo-run-v1alpha1-subscription-api.ts +++ b/ui/packages/api-client/src/api/api-notification-halo-run-v1alpha1-subscription-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/attachment-v1alpha1-api.ts b/ui/packages/api-client/src/api/attachment-v1alpha1-api.ts index 3d37986b06..87e48dac0e 100644 --- a/ui/packages/api-client/src/api/attachment-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/attachment-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/attachment-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/attachment-v1alpha1-console-api.ts index 48687de8c7..d789d94d88 100644 --- a/ui/packages/api-client/src/api/attachment-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/attachment-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/attachment-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/attachment-v1alpha1-uc-api.ts index 202fb651ca..109d280a7f 100644 --- a/ui/packages/api-client/src/api/attachment-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/attachment-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/auth-provider-v1alpha1-api.ts b/ui/packages/api-client/src/api/auth-provider-v1alpha1-api.ts index ee62661127..b82eb4b1c0 100644 --- a/ui/packages/api-client/src/api/auth-provider-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/auth-provider-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/auth-provider-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/auth-provider-v1alpha1-console-api.ts index 4461cdf80f..35da375733 100644 --- a/ui/packages/api-client/src/api/auth-provider-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/auth-provider-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/backup-v1alpha1-api.ts b/ui/packages/api-client/src/api/backup-v1alpha1-api.ts index 4a83063e53..73c9ea9e55 100644 --- a/ui/packages/api-client/src/api/backup-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/backup-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/category-v1alpha1-api.ts b/ui/packages/api-client/src/api/category-v1alpha1-api.ts index 63b7984258..b8a297fa8c 100644 --- a/ui/packages/api-client/src/api/category-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/category-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/category-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/category-v1alpha1-public-api.ts index 0438eb52bb..5ac227ce24 100644 --- a/ui/packages/api-client/src/api/category-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/category-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/comment-v1alpha1-api.ts b/ui/packages/api-client/src/api/comment-v1alpha1-api.ts index 55086259f4..13c5c8e1c2 100644 --- a/ui/packages/api-client/src/api/comment-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/comment-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/comment-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/comment-v1alpha1-console-api.ts index 26c6f4cc99..5f73bca47e 100644 --- a/ui/packages/api-client/src/api/comment-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/comment-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/comment-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/comment-v1alpha1-public-api.ts index 4cc3f4b301..fd4ff89115 100644 --- a/ui/packages/api-client/src/api/comment-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/comment-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/config-map-v1alpha1-api.ts b/ui/packages/api-client/src/api/config-map-v1alpha1-api.ts index e7452bd329..033147b754 100644 --- a/ui/packages/api-client/src/api/config-map-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/config-map-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/counter-v1alpha1-api.ts b/ui/packages/api-client/src/api/counter-v1alpha1-api.ts index 5954b64771..e8433e6b33 100644 --- a/ui/packages/api-client/src/api/counter-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/counter-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/device-v1alpha1-api.ts b/ui/packages/api-client/src/api/device-v1alpha1-api.ts index 1d2b9cabf6..30709f4bcb 100644 --- a/ui/packages/api-client/src/api/device-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/device-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/device-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/device-v1alpha1-uc-api.ts index 68837e3c18..bf0a425b2e 100644 --- a/ui/packages/api-client/src/api/device-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/device-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/extension-definition-v1alpha1-api.ts b/ui/packages/api-client/src/api/extension-definition-v1alpha1-api.ts index 7a8ba213ab..d043391d00 100644 --- a/ui/packages/api-client/src/api/extension-definition-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/extension-definition-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/extension-point-definition-v1alpha1-api.ts b/ui/packages/api-client/src/api/extension-point-definition-v1alpha1-api.ts index ec831d55d2..46a69ed480 100644 --- a/ui/packages/api-client/src/api/extension-point-definition-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/extension-point-definition-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/group-v1alpha1-api.ts b/ui/packages/api-client/src/api/group-v1alpha1-api.ts index b7363a8c50..c7ae3ef8c6 100644 --- a/ui/packages/api-client/src/api/group-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/group-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/index-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/index-v1alpha1-public-api.ts index 4e140ec918..4d807f12da 100644 --- a/ui/packages/api-client/src/api/index-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/index-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/indices-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/indices-v1alpha1-console-api.ts index cfbc8b4f17..c4f48d4a3a 100644 --- a/ui/packages/api-client/src/api/indices-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/indices-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/local-thumbnail-v1alpha1-api.ts b/ui/packages/api-client/src/api/local-thumbnail-v1alpha1-api.ts index 46291201f7..2b35d87bdd 100644 --- a/ui/packages/api-client/src/api/local-thumbnail-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/local-thumbnail-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/login-api.ts b/ui/packages/api-client/src/api/login-api.ts index 9c40f13976..ad409be6b9 100644 --- a/ui/packages/api-client/src/api/login-api.ts +++ b/ui/packages/api-client/src/api/login-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/menu-item-v1alpha1-api.ts b/ui/packages/api-client/src/api/menu-item-v1alpha1-api.ts index 46b5ef2724..9b13aa3cca 100644 --- a/ui/packages/api-client/src/api/menu-item-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/menu-item-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/menu-v1alpha1-api.ts b/ui/packages/api-client/src/api/menu-v1alpha1-api.ts index dd2006daef..7e631ebf63 100644 --- a/ui/packages/api-client/src/api/menu-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/menu-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/menu-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/menu-v1alpha1-public-api.ts index ebf176315f..66ddc3b1e2 100644 --- a/ui/packages/api-client/src/api/menu-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/menu-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/metrics-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/metrics-v1alpha1-public-api.ts index 8eb9bdfa4b..087c88771e 100644 --- a/ui/packages/api-client/src/api/metrics-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/metrics-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/migration-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/migration-v1alpha1-console-api.ts index dfc0989676..dede413fe9 100644 --- a/ui/packages/api-client/src/api/migration-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/migration-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/notification-template-v1alpha1-api.ts b/ui/packages/api-client/src/api/notification-template-v1alpha1-api.ts index 3022af127c..965da81cac 100644 --- a/ui/packages/api-client/src/api/notification-template-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/notification-template-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/notification-v1alpha1-api.ts b/ui/packages/api-client/src/api/notification-v1alpha1-api.ts index 97840511d0..3ebb906b39 100644 --- a/ui/packages/api-client/src/api/notification-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/notification-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/notification-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/notification-v1alpha1-uc-api.ts index e06c404020..dcdeb19a85 100644 --- a/ui/packages/api-client/src/api/notification-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/notification-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/notifier-descriptor-v1alpha1-api.ts b/ui/packages/api-client/src/api/notifier-descriptor-v1alpha1-api.ts index 337f7b9bae..efbb3b2cc7 100644 --- a/ui/packages/api-client/src/api/notifier-descriptor-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/notifier-descriptor-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/notifier-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/notifier-v1alpha1-console-api.ts index ab0f309d65..c795866a05 100644 --- a/ui/packages/api-client/src/api/notifier-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/notifier-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/notifier-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/notifier-v1alpha1-uc-api.ts index 6f34db0f7a..020bc6674a 100644 --- a/ui/packages/api-client/src/api/notifier-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/notifier-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/personal-access-token-v1alpha1-api.ts b/ui/packages/api-client/src/api/personal-access-token-v1alpha1-api.ts index 74b583715f..40235503cc 100644 --- a/ui/packages/api-client/src/api/personal-access-token-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/personal-access-token-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/personal-access-token-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/personal-access-token-v1alpha1-uc-api.ts index 10902a77bf..40b3bbb968 100644 --- a/ui/packages/api-client/src/api/personal-access-token-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/personal-access-token-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/plugin-v1alpha1-api.ts b/ui/packages/api-client/src/api/plugin-v1alpha1-api.ts index b77704fbbd..18e4cc433c 100644 --- a/ui/packages/api-client/src/api/plugin-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/plugin-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/plugin-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/plugin-v1alpha1-console-api.ts index f9491aedbe..efde5318e8 100644 --- a/ui/packages/api-client/src/api/plugin-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/plugin-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/plugin-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/plugin-v1alpha1-public-api.ts index c05b38d660..d24b8ae9ee 100644 --- a/ui/packages/api-client/src/api/plugin-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/plugin-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/policy-template-v1alpha1-api.ts b/ui/packages/api-client/src/api/policy-template-v1alpha1-api.ts index a8a8bfcc17..d7e6de580c 100644 --- a/ui/packages/api-client/src/api/policy-template-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/policy-template-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/policy-v1alpha1-api.ts b/ui/packages/api-client/src/api/policy-v1alpha1-api.ts index f38a122ae6..0ccf526fd0 100644 --- a/ui/packages/api-client/src/api/policy-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/policy-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/post-v1alpha1-api.ts b/ui/packages/api-client/src/api/post-v1alpha1-api.ts index fd6ae90985..8e7b3e9354 100644 --- a/ui/packages/api-client/src/api/post-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/post-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/post-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/post-v1alpha1-console-api.ts index 6848e40565..9e501c4012 100644 --- a/ui/packages/api-client/src/api/post-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/post-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/post-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/post-v1alpha1-public-api.ts index bff18642de..5886c90e82 100644 --- a/ui/packages/api-client/src/api/post-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/post-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/post-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/post-v1alpha1-uc-api.ts index 63e44f280e..1a2d08f138 100644 --- a/ui/packages/api-client/src/api/post-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/post-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/reason-type-v1alpha1-api.ts b/ui/packages/api-client/src/api/reason-type-v1alpha1-api.ts index 0782d023b0..2f59300f7d 100644 --- a/ui/packages/api-client/src/api/reason-type-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/reason-type-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/reason-v1alpha1-api.ts b/ui/packages/api-client/src/api/reason-v1alpha1-api.ts index 9e822434b7..553ba04c47 100644 --- a/ui/packages/api-client/src/api/reason-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/reason-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/remember-me-token-v1alpha1-api.ts b/ui/packages/api-client/src/api/remember-me-token-v1alpha1-api.ts index 1808d628de..192f7830b8 100644 --- a/ui/packages/api-client/src/api/remember-me-token-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/remember-me-token-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/reply-v1alpha1-api.ts b/ui/packages/api-client/src/api/reply-v1alpha1-api.ts index c22a86555e..f81ea47e1a 100644 --- a/ui/packages/api-client/src/api/reply-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/reply-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/reply-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/reply-v1alpha1-console-api.ts index ed9ecddc8f..3411ed97e4 100644 --- a/ui/packages/api-client/src/api/reply-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/reply-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/reverse-proxy-v1alpha1-api.ts b/ui/packages/api-client/src/api/reverse-proxy-v1alpha1-api.ts index 1b0d7cbf79..647a884cbd 100644 --- a/ui/packages/api-client/src/api/reverse-proxy-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/reverse-proxy-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/role-binding-v1alpha1-api.ts b/ui/packages/api-client/src/api/role-binding-v1alpha1-api.ts index 44651c679f..60f60a5b7f 100644 --- a/ui/packages/api-client/src/api/role-binding-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/role-binding-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/role-v1alpha1-api.ts b/ui/packages/api-client/src/api/role-v1alpha1-api.ts index 0851d54220..da4ab29bb4 100644 --- a/ui/packages/api-client/src/api/role-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/role-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/search-engine-v1alpha1-api.ts b/ui/packages/api-client/src/api/search-engine-v1alpha1-api.ts index 1ecc20a26a..981ba68dc9 100644 --- a/ui/packages/api-client/src/api/search-engine-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/search-engine-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/secret-v1alpha1-api.ts b/ui/packages/api-client/src/api/secret-v1alpha1-api.ts index 5acecb3693..c9f505c747 100644 --- a/ui/packages/api-client/src/api/secret-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/secret-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/setting-v1alpha1-api.ts b/ui/packages/api-client/src/api/setting-v1alpha1-api.ts index 4528642df9..a2bae067da 100644 --- a/ui/packages/api-client/src/api/setting-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/setting-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/single-page-v1alpha1-api.ts b/ui/packages/api-client/src/api/single-page-v1alpha1-api.ts index e1be61f3f7..2171e10731 100644 --- a/ui/packages/api-client/src/api/single-page-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/single-page-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/single-page-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/single-page-v1alpha1-console-api.ts index 91dfc64823..57f3c91559 100644 --- a/ui/packages/api-client/src/api/single-page-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/single-page-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/single-page-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/single-page-v1alpha1-public-api.ts index 3f77e6908c..c7e954ad2a 100644 --- a/ui/packages/api-client/src/api/single-page-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/single-page-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/snapshot-v1alpha1-api.ts b/ui/packages/api-client/src/api/snapshot-v1alpha1-api.ts index 438efcb2c5..411c2ccff1 100644 --- a/ui/packages/api-client/src/api/snapshot-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/snapshot-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/snapshot-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/snapshot-v1alpha1-uc-api.ts index e087c78f65..929dc7c032 100644 --- a/ui/packages/api-client/src/api/snapshot-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/snapshot-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/subscription-v1alpha1-api.ts b/ui/packages/api-client/src/api/subscription-v1alpha1-api.ts index 74d2271c2e..a1968a2e06 100644 --- a/ui/packages/api-client/src/api/subscription-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/subscription-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/system-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/system-v1alpha1-console-api.ts index 8cbfbe461d..098ce7f1af 100644 --- a/ui/packages/api-client/src/api/system-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/system-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/system-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/system-v1alpha1-public-api.ts index 2d675bfd5e..f6367f2c5a 100644 --- a/ui/packages/api-client/src/api/system-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/system-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/tag-v1alpha1-api.ts b/ui/packages/api-client/src/api/tag-v1alpha1-api.ts index 617010b117..43dc9b6667 100644 --- a/ui/packages/api-client/src/api/tag-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/tag-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/tag-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/tag-v1alpha1-console-api.ts index c821c865d5..efc94f47be 100644 --- a/ui/packages/api-client/src/api/tag-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/tag-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/tag-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/tag-v1alpha1-public-api.ts index bff22af6a2..22f93f30d9 100644 --- a/ui/packages/api-client/src/api/tag-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/tag-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/theme-v1alpha1-api.ts b/ui/packages/api-client/src/api/theme-v1alpha1-api.ts index aa549ac221..bc4b94212f 100644 --- a/ui/packages/api-client/src/api/theme-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/theme-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/theme-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/theme-v1alpha1-console-api.ts index c07493b266..2e1fa3df53 100644 --- a/ui/packages/api-client/src/api/theme-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/theme-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/thumbnail-v1alpha1-api.ts b/ui/packages/api-client/src/api/thumbnail-v1alpha1-api.ts index 0407b9442a..4c1ecb264c 100644 --- a/ui/packages/api-client/src/api/thumbnail-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/thumbnail-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/thumbnail-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/thumbnail-v1alpha1-public-api.ts index abe31e623d..b2b8344182 100644 --- a/ui/packages/api-client/src/api/thumbnail-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/thumbnail-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,15 +30,15 @@ export const ThumbnailV1alpha1PublicApiAxiosParamCreator = function (configurati /** * Get thumbnail by URI * @param {string} uri The URI of the image - * @param {string} width The width of the thumbnail + * @param {string} size The size of the thumbnail,available values are s,m,l,xl * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getThumbnailByUri: async (uri: string, width: string, options: RawAxiosRequestConfig = {}): Promise => { + getThumbnailByUri: async (uri: string, size: string, options: RawAxiosRequestConfig = {}): Promise => { // verify required parameter 'uri' is not null or undefined assertParamExists('getThumbnailByUri', 'uri', uri) - // verify required parameter 'width' is not null or undefined - assertParamExists('getThumbnailByUri', 'width', width) + // verify required parameter 'size' is not null or undefined + assertParamExists('getThumbnailByUri', 'size', size) const localVarPath = `/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); @@ -63,8 +63,8 @@ export const ThumbnailV1alpha1PublicApiAxiosParamCreator = function (configurati localVarQueryParameter['uri'] = uri; } - if (width !== undefined) { - localVarQueryParameter['width'] = width; + if (size !== undefined) { + localVarQueryParameter['size'] = size; } @@ -91,12 +91,12 @@ export const ThumbnailV1alpha1PublicApiFp = function(configuration?: Configurati /** * Get thumbnail by URI * @param {string} uri The URI of the image - * @param {string} width The width of the thumbnail + * @param {string} size The size of the thumbnail,available values are s,m,l,xl * @param {*} [options] Override http request option. * @throws {RequiredError} */ - async getThumbnailByUri(uri: string, width: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { - const localVarAxiosArgs = await localVarAxiosParamCreator.getThumbnailByUri(uri, width, options); + async getThumbnailByUri(uri: string, size: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.getThumbnailByUri(uri, size, options); const localVarOperationServerIndex = configuration?.serverIndex ?? 0; const localVarOperationServerBasePath = operationServerMap['ThumbnailV1alpha1PublicApi.getThumbnailByUri']?.[localVarOperationServerIndex]?.url; return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); @@ -118,7 +118,7 @@ export const ThumbnailV1alpha1PublicApiFactory = function (configuration?: Confi * @throws {RequiredError} */ getThumbnailByUri(requestParameters: ThumbnailV1alpha1PublicApiGetThumbnailByUriRequest, options?: RawAxiosRequestConfig): AxiosPromise { - return localVarFp.getThumbnailByUri(requestParameters.uri, requestParameters.width, options).then((request) => request(axios, basePath)); + return localVarFp.getThumbnailByUri(requestParameters.uri, requestParameters.size, options).then((request) => request(axios, basePath)); }, }; }; @@ -137,11 +137,11 @@ export interface ThumbnailV1alpha1PublicApiGetThumbnailByUriRequest { readonly uri: string /** - * The width of the thumbnail + * The size of the thumbnail,available values are s,m,l,xl * @type {string} * @memberof ThumbnailV1alpha1PublicApiGetThumbnailByUri */ - readonly width: string + readonly size: string } /** @@ -159,7 +159,7 @@ export class ThumbnailV1alpha1PublicApi extends BaseAPI { * @memberof ThumbnailV1alpha1PublicApi */ public getThumbnailByUri(requestParameters: ThumbnailV1alpha1PublicApiGetThumbnailByUriRequest, options?: RawAxiosRequestConfig) { - return ThumbnailV1alpha1PublicApiFp(this.configuration).getThumbnailByUri(requestParameters.uri, requestParameters.width, options).then((request) => request(this.axios, this.basePath)); + return ThumbnailV1alpha1PublicApiFp(this.configuration).getThumbnailByUri(requestParameters.uri, requestParameters.size, options).then((request) => request(this.axios, this.basePath)); } } diff --git a/ui/packages/api-client/src/api/two-factor-auth-v1alpha1-uc-api.ts b/ui/packages/api-client/src/api/two-factor-auth-v1alpha1-uc-api.ts index b4ae77c9cf..3004f77ecb 100644 --- a/ui/packages/api-client/src/api/two-factor-auth-v1alpha1-uc-api.ts +++ b/ui/packages/api-client/src/api/two-factor-auth-v1alpha1-uc-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/user-connection-v1alpha1-api.ts b/ui/packages/api-client/src/api/user-connection-v1alpha1-api.ts index ae63b9104a..b1f884a2a3 100644 --- a/ui/packages/api-client/src/api/user-connection-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/user-connection-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/user-v1alpha1-api.ts b/ui/packages/api-client/src/api/user-v1alpha1-api.ts index 3e28231faf..a4d8dbc145 100644 --- a/ui/packages/api-client/src/api/user-v1alpha1-api.ts +++ b/ui/packages/api-client/src/api/user-v1alpha1-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/user-v1alpha1-console-api.ts b/ui/packages/api-client/src/api/user-v1alpha1-console-api.ts index 256d455935..087a7a5b88 100644 --- a/ui/packages/api-client/src/api/user-v1alpha1-console-api.ts +++ b/ui/packages/api-client/src/api/user-v1alpha1-console-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/api/user-v1alpha1-public-api.ts b/ui/packages/api-client/src/api/user-v1alpha1-public-api.ts index eff3ce27d0..ed77275cd9 100644 --- a/ui/packages/api-client/src/api/user-v1alpha1-public-api.ts +++ b/ui/packages/api-client/src/api/user-v1alpha1-public-api.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/base.ts b/ui/packages/api-client/src/base.ts index 2ba5c5adb9..3a6353b744 100644 --- a/ui/packages/api-client/src/base.ts +++ b/ui/packages/api-client/src/base.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/common.ts b/ui/packages/api-client/src/common.ts index d3a42ce376..194b330e43 100644 --- a/ui/packages/api-client/src/common.ts +++ b/ui/packages/api-client/src/common.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/configuration.ts b/ui/packages/api-client/src/configuration.ts index c2e7314a63..a6e9e98c64 100644 --- a/ui/packages/api-client/src/configuration.ts +++ b/ui/packages/api-client/src/configuration.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/index.ts b/ui/packages/api-client/src/index.ts index 004446afb7..84d5c88bef 100644 --- a/ui/packages/api-client/src/index.ts +++ b/ui/packages/api-client/src/index.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/add-operation.ts b/ui/packages/api-client/src/models/add-operation.ts index 771bdf6afa..476162e165 100644 --- a/ui/packages/api-client/src/models/add-operation.ts +++ b/ui/packages/api-client/src/models/add-operation.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/annotation-setting-list.ts b/ui/packages/api-client/src/models/annotation-setting-list.ts index 0e1a6b5626..8a3aae0dc3 100644 --- a/ui/packages/api-client/src/models/annotation-setting-list.ts +++ b/ui/packages/api-client/src/models/annotation-setting-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/annotation-setting-spec.ts b/ui/packages/api-client/src/models/annotation-setting-spec.ts index ed1c9319ac..890e4e55df 100644 --- a/ui/packages/api-client/src/models/annotation-setting-spec.ts +++ b/ui/packages/api-client/src/models/annotation-setting-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/annotation-setting.ts b/ui/packages/api-client/src/models/annotation-setting.ts index 4b9b437344..25a8fbc97b 100644 --- a/ui/packages/api-client/src/models/annotation-setting.ts +++ b/ui/packages/api-client/src/models/annotation-setting.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/attachment-list.ts b/ui/packages/api-client/src/models/attachment-list.ts index da631dacc2..55c00ceab3 100644 --- a/ui/packages/api-client/src/models/attachment-list.ts +++ b/ui/packages/api-client/src/models/attachment-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/attachment-spec.ts b/ui/packages/api-client/src/models/attachment-spec.ts index 4911b05531..d9cca04670 100644 --- a/ui/packages/api-client/src/models/attachment-spec.ts +++ b/ui/packages/api-client/src/models/attachment-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/attachment-status.ts b/ui/packages/api-client/src/models/attachment-status.ts index ae31ac837f..1d1c7eae45 100644 --- a/ui/packages/api-client/src/models/attachment-status.ts +++ b/ui/packages/api-client/src/models/attachment-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/attachment.ts b/ui/packages/api-client/src/models/attachment.ts index 9b258e88d9..f87f8fd525 100644 --- a/ui/packages/api-client/src/models/attachment.ts +++ b/ui/packages/api-client/src/models/attachment.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/auth-provider-list.ts b/ui/packages/api-client/src/models/auth-provider-list.ts index 32d693dc75..f44b27a25d 100644 --- a/ui/packages/api-client/src/models/auth-provider-list.ts +++ b/ui/packages/api-client/src/models/auth-provider-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/auth-provider-spec.ts b/ui/packages/api-client/src/models/auth-provider-spec.ts index 19531ec731..0da332c6f3 100644 --- a/ui/packages/api-client/src/models/auth-provider-spec.ts +++ b/ui/packages/api-client/src/models/auth-provider-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/auth-provider.ts b/ui/packages/api-client/src/models/auth-provider.ts index 8cb6f11fc0..e0715375b4 100644 --- a/ui/packages/api-client/src/models/auth-provider.ts +++ b/ui/packages/api-client/src/models/auth-provider.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/author.ts b/ui/packages/api-client/src/models/author.ts index 9f2054e2ab..bab671a6e7 100644 --- a/ui/packages/api-client/src/models/author.ts +++ b/ui/packages/api-client/src/models/author.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/backup-file.ts b/ui/packages/api-client/src/models/backup-file.ts index 0ced883645..c07424a3a2 100644 --- a/ui/packages/api-client/src/models/backup-file.ts +++ b/ui/packages/api-client/src/models/backup-file.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/backup-list.ts b/ui/packages/api-client/src/models/backup-list.ts index 443e403b30..f43a058242 100644 --- a/ui/packages/api-client/src/models/backup-list.ts +++ b/ui/packages/api-client/src/models/backup-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/backup-spec.ts b/ui/packages/api-client/src/models/backup-spec.ts index 0edd4b2603..1d72d576f6 100644 --- a/ui/packages/api-client/src/models/backup-spec.ts +++ b/ui/packages/api-client/src/models/backup-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/backup-status.ts b/ui/packages/api-client/src/models/backup-status.ts index e6daf02d4c..393aad572f 100644 --- a/ui/packages/api-client/src/models/backup-status.ts +++ b/ui/packages/api-client/src/models/backup-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/backup.ts b/ui/packages/api-client/src/models/backup.ts index a6b46a1ef2..ba516c67c5 100644 --- a/ui/packages/api-client/src/models/backup.ts +++ b/ui/packages/api-client/src/models/backup.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/category-list.ts b/ui/packages/api-client/src/models/category-list.ts index c1d5dfa6ec..30a9a593d0 100644 --- a/ui/packages/api-client/src/models/category-list.ts +++ b/ui/packages/api-client/src/models/category-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/category-spec.ts b/ui/packages/api-client/src/models/category-spec.ts index 93a2a36db8..31b2b32694 100644 --- a/ui/packages/api-client/src/models/category-spec.ts +++ b/ui/packages/api-client/src/models/category-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/category-status.ts b/ui/packages/api-client/src/models/category-status.ts index ec6ae85fd1..746c67fece 100644 --- a/ui/packages/api-client/src/models/category-status.ts +++ b/ui/packages/api-client/src/models/category-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/category-vo-list.ts b/ui/packages/api-client/src/models/category-vo-list.ts index b9f32b5fef..a4847dcfd1 100644 --- a/ui/packages/api-client/src/models/category-vo-list.ts +++ b/ui/packages/api-client/src/models/category-vo-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/category-vo.ts b/ui/packages/api-client/src/models/category-vo.ts index 70ad9b0c74..cbad9505c4 100644 --- a/ui/packages/api-client/src/models/category-vo.ts +++ b/ui/packages/api-client/src/models/category-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/category.ts b/ui/packages/api-client/src/models/category.ts index a52e15449a..911b9ee180 100644 --- a/ui/packages/api-client/src/models/category.ts +++ b/ui/packages/api-client/src/models/category.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/change-own-password-request.ts b/ui/packages/api-client/src/models/change-own-password-request.ts index 82ae4aef7f..0fb1d8f01c 100644 --- a/ui/packages/api-client/src/models/change-own-password-request.ts +++ b/ui/packages/api-client/src/models/change-own-password-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/change-password-request.ts b/ui/packages/api-client/src/models/change-password-request.ts index a9860e8897..6939117458 100644 --- a/ui/packages/api-client/src/models/change-password-request.ts +++ b/ui/packages/api-client/src/models/change-password-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-email-owner.ts b/ui/packages/api-client/src/models/comment-email-owner.ts index 97f812a7e3..88590745db 100644 --- a/ui/packages/api-client/src/models/comment-email-owner.ts +++ b/ui/packages/api-client/src/models/comment-email-owner.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-list.ts b/ui/packages/api-client/src/models/comment-list.ts index e26312ed01..fd526c2ee2 100644 --- a/ui/packages/api-client/src/models/comment-list.ts +++ b/ui/packages/api-client/src/models/comment-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-owner.ts b/ui/packages/api-client/src/models/comment-owner.ts index 670a0c884a..6f0b455775 100644 --- a/ui/packages/api-client/src/models/comment-owner.ts +++ b/ui/packages/api-client/src/models/comment-owner.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-request.ts b/ui/packages/api-client/src/models/comment-request.ts index b4f2cfbd82..18191035c9 100644 --- a/ui/packages/api-client/src/models/comment-request.ts +++ b/ui/packages/api-client/src/models/comment-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-spec.ts b/ui/packages/api-client/src/models/comment-spec.ts index 7a3e45e343..f30dce5d24 100644 --- a/ui/packages/api-client/src/models/comment-spec.ts +++ b/ui/packages/api-client/src/models/comment-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-stats-vo.ts b/ui/packages/api-client/src/models/comment-stats-vo.ts index 829142141c..014c590ec1 100644 --- a/ui/packages/api-client/src/models/comment-stats-vo.ts +++ b/ui/packages/api-client/src/models/comment-stats-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-stats.ts b/ui/packages/api-client/src/models/comment-stats.ts index c8d9ae2521..d4c0efeb16 100644 --- a/ui/packages/api-client/src/models/comment-stats.ts +++ b/ui/packages/api-client/src/models/comment-stats.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-status.ts b/ui/packages/api-client/src/models/comment-status.ts index c17f0b9d1a..60d7575798 100644 --- a/ui/packages/api-client/src/models/comment-status.ts +++ b/ui/packages/api-client/src/models/comment-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-vo-list.ts b/ui/packages/api-client/src/models/comment-vo-list.ts index f8d08125b8..c19c0025f9 100644 --- a/ui/packages/api-client/src/models/comment-vo-list.ts +++ b/ui/packages/api-client/src/models/comment-vo-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-vo.ts b/ui/packages/api-client/src/models/comment-vo.ts index 933923f9b8..b4a325f800 100644 --- a/ui/packages/api-client/src/models/comment-vo.ts +++ b/ui/packages/api-client/src/models/comment-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-with-reply-vo-list.ts b/ui/packages/api-client/src/models/comment-with-reply-vo-list.ts index 290d4801e6..91dec27397 100644 --- a/ui/packages/api-client/src/models/comment-with-reply-vo-list.ts +++ b/ui/packages/api-client/src/models/comment-with-reply-vo-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment-with-reply-vo.ts b/ui/packages/api-client/src/models/comment-with-reply-vo.ts index b54b6634e9..ff96f4209e 100644 --- a/ui/packages/api-client/src/models/comment-with-reply-vo.ts +++ b/ui/packages/api-client/src/models/comment-with-reply-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/comment.ts b/ui/packages/api-client/src/models/comment.ts index e7eb88d0e9..db443b8afc 100644 --- a/ui/packages/api-client/src/models/comment.ts +++ b/ui/packages/api-client/src/models/comment.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/condition.ts b/ui/packages/api-client/src/models/condition.ts index e2b335e5d1..556c8e6b69 100644 --- a/ui/packages/api-client/src/models/condition.ts +++ b/ui/packages/api-client/src/models/condition.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/config-map-list.ts b/ui/packages/api-client/src/models/config-map-list.ts index 4d72e6ab23..b1f7cc0c53 100644 --- a/ui/packages/api-client/src/models/config-map-list.ts +++ b/ui/packages/api-client/src/models/config-map-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/config-map-ref.ts b/ui/packages/api-client/src/models/config-map-ref.ts index f2f4a2a2ed..aff275536b 100644 --- a/ui/packages/api-client/src/models/config-map-ref.ts +++ b/ui/packages/api-client/src/models/config-map-ref.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/config-map.ts b/ui/packages/api-client/src/models/config-map.ts index 08ae94d185..73e91be153 100644 --- a/ui/packages/api-client/src/models/config-map.ts +++ b/ui/packages/api-client/src/models/config-map.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/content-update-param.ts b/ui/packages/api-client/src/models/content-update-param.ts index 91436c8206..b1f289b078 100644 --- a/ui/packages/api-client/src/models/content-update-param.ts +++ b/ui/packages/api-client/src/models/content-update-param.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/content-vo.ts b/ui/packages/api-client/src/models/content-vo.ts index 5abb23a049..e96248b971 100644 --- a/ui/packages/api-client/src/models/content-vo.ts +++ b/ui/packages/api-client/src/models/content-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/content-wrapper.ts b/ui/packages/api-client/src/models/content-wrapper.ts index b4273b948c..19ba3d0b6a 100644 --- a/ui/packages/api-client/src/models/content-wrapper.ts +++ b/ui/packages/api-client/src/models/content-wrapper.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/content.ts b/ui/packages/api-client/src/models/content.ts index ab3db0628c..439cdcdba8 100644 --- a/ui/packages/api-client/src/models/content.ts +++ b/ui/packages/api-client/src/models/content.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/contributor-vo.ts b/ui/packages/api-client/src/models/contributor-vo.ts index 7efaae1f8c..abbdab133b 100644 --- a/ui/packages/api-client/src/models/contributor-vo.ts +++ b/ui/packages/api-client/src/models/contributor-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/contributor.ts b/ui/packages/api-client/src/models/contributor.ts index 50d79c8008..ea45e5af2a 100644 --- a/ui/packages/api-client/src/models/contributor.ts +++ b/ui/packages/api-client/src/models/contributor.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/copy-operation.ts b/ui/packages/api-client/src/models/copy-operation.ts index 59519d7a4c..7b908d49ee 100644 --- a/ui/packages/api-client/src/models/copy-operation.ts +++ b/ui/packages/api-client/src/models/copy-operation.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/counter-list.ts b/ui/packages/api-client/src/models/counter-list.ts index 9cfb8703f0..5a293897a2 100644 --- a/ui/packages/api-client/src/models/counter-list.ts +++ b/ui/packages/api-client/src/models/counter-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/counter-request.ts b/ui/packages/api-client/src/models/counter-request.ts index 549ce3d119..d6da29b770 100644 --- a/ui/packages/api-client/src/models/counter-request.ts +++ b/ui/packages/api-client/src/models/counter-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/counter.ts b/ui/packages/api-client/src/models/counter.ts index 23a9ce41bd..88e82c83d5 100644 --- a/ui/packages/api-client/src/models/counter.ts +++ b/ui/packages/api-client/src/models/counter.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/create-user-request.ts b/ui/packages/api-client/src/models/create-user-request.ts index 4e2236fa46..4a930ebfb2 100644 --- a/ui/packages/api-client/src/models/create-user-request.ts +++ b/ui/packages/api-client/src/models/create-user-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/custom-templates.ts b/ui/packages/api-client/src/models/custom-templates.ts index c08c880549..461027994d 100644 --- a/ui/packages/api-client/src/models/custom-templates.ts +++ b/ui/packages/api-client/src/models/custom-templates.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/dashboard-stats.ts b/ui/packages/api-client/src/models/dashboard-stats.ts index ca1c863283..df7d56c05c 100644 --- a/ui/packages/api-client/src/models/dashboard-stats.ts +++ b/ui/packages/api-client/src/models/dashboard-stats.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/detailed-user.ts b/ui/packages/api-client/src/models/detailed-user.ts index 3f3a68352d..7413755d8a 100644 --- a/ui/packages/api-client/src/models/detailed-user.ts +++ b/ui/packages/api-client/src/models/detailed-user.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/device-list.ts b/ui/packages/api-client/src/models/device-list.ts index 9d31a24829..896da3f081 100644 --- a/ui/packages/api-client/src/models/device-list.ts +++ b/ui/packages/api-client/src/models/device-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/device-spec.ts b/ui/packages/api-client/src/models/device-spec.ts index 2a75ef0391..22d6a0c909 100644 --- a/ui/packages/api-client/src/models/device-spec.ts +++ b/ui/packages/api-client/src/models/device-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/device-status.ts b/ui/packages/api-client/src/models/device-status.ts index 87086212e6..8aea236f98 100644 --- a/ui/packages/api-client/src/models/device-status.ts +++ b/ui/packages/api-client/src/models/device-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/device.ts b/ui/packages/api-client/src/models/device.ts index 798ddde018..97fcc46aa0 100644 --- a/ui/packages/api-client/src/models/device.ts +++ b/ui/packages/api-client/src/models/device.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/email-config-validation-request.ts b/ui/packages/api-client/src/models/email-config-validation-request.ts index 780664967f..95ba565ed7 100644 --- a/ui/packages/api-client/src/models/email-config-validation-request.ts +++ b/ui/packages/api-client/src/models/email-config-validation-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/email-verify-request.ts b/ui/packages/api-client/src/models/email-verify-request.ts index d9656a8366..55463c5ff8 100644 --- a/ui/packages/api-client/src/models/email-verify-request.ts +++ b/ui/packages/api-client/src/models/email-verify-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/excerpt.ts b/ui/packages/api-client/src/models/excerpt.ts index 584cad8bf3..0502d59098 100644 --- a/ui/packages/api-client/src/models/excerpt.ts +++ b/ui/packages/api-client/src/models/excerpt.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/extension-definition-list.ts b/ui/packages/api-client/src/models/extension-definition-list.ts index 6ecb9a6dc9..2f33a40c5f 100644 --- a/ui/packages/api-client/src/models/extension-definition-list.ts +++ b/ui/packages/api-client/src/models/extension-definition-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/extension-definition.ts b/ui/packages/api-client/src/models/extension-definition.ts index 9aa5b6a8f1..c865996e65 100644 --- a/ui/packages/api-client/src/models/extension-definition.ts +++ b/ui/packages/api-client/src/models/extension-definition.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/extension-point-definition-list.ts b/ui/packages/api-client/src/models/extension-point-definition-list.ts index ba92428c58..2b74e3d9f5 100644 --- a/ui/packages/api-client/src/models/extension-point-definition-list.ts +++ b/ui/packages/api-client/src/models/extension-point-definition-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/extension-point-definition.ts b/ui/packages/api-client/src/models/extension-point-definition.ts index 0c843a6afc..25b17b7763 100644 --- a/ui/packages/api-client/src/models/extension-point-definition.ts +++ b/ui/packages/api-client/src/models/extension-point-definition.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/extension-point-spec.ts b/ui/packages/api-client/src/models/extension-point-spec.ts index 2e10c3075f..a624c29ffa 100644 --- a/ui/packages/api-client/src/models/extension-point-spec.ts +++ b/ui/packages/api-client/src/models/extension-point-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/extension-spec.ts b/ui/packages/api-client/src/models/extension-spec.ts index 274b094e1d..1271bee10c 100644 --- a/ui/packages/api-client/src/models/extension-spec.ts +++ b/ui/packages/api-client/src/models/extension-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/extension.ts b/ui/packages/api-client/src/models/extension.ts index fdad183510..a6717c0399 100644 --- a/ui/packages/api-client/src/models/extension.ts +++ b/ui/packages/api-client/src/models/extension.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/file-reverse-proxy-provider.ts b/ui/packages/api-client/src/models/file-reverse-proxy-provider.ts index e9b7267968..8aea86a433 100644 --- a/ui/packages/api-client/src/models/file-reverse-proxy-provider.ts +++ b/ui/packages/api-client/src/models/file-reverse-proxy-provider.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/grant-request.ts b/ui/packages/api-client/src/models/grant-request.ts index a0ab09747c..59f6bb5ba9 100644 --- a/ui/packages/api-client/src/models/grant-request.ts +++ b/ui/packages/api-client/src/models/grant-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/group-kind.ts b/ui/packages/api-client/src/models/group-kind.ts index 226bd241a2..93c1590c7a 100644 --- a/ui/packages/api-client/src/models/group-kind.ts +++ b/ui/packages/api-client/src/models/group-kind.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/group-list.ts b/ui/packages/api-client/src/models/group-list.ts index f0f48518ad..1e0584745f 100644 --- a/ui/packages/api-client/src/models/group-list.ts +++ b/ui/packages/api-client/src/models/group-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/group-spec.ts b/ui/packages/api-client/src/models/group-spec.ts index 52a1105ea2..c123d697c7 100644 --- a/ui/packages/api-client/src/models/group-spec.ts +++ b/ui/packages/api-client/src/models/group-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/group-status.ts b/ui/packages/api-client/src/models/group-status.ts index 402f88dc61..802ddd8ceb 100644 --- a/ui/packages/api-client/src/models/group-status.ts +++ b/ui/packages/api-client/src/models/group-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/group.ts b/ui/packages/api-client/src/models/group.ts index d883c1f40a..2d63f5982b 100644 --- a/ui/packages/api-client/src/models/group.ts +++ b/ui/packages/api-client/src/models/group.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/halo-document.ts b/ui/packages/api-client/src/models/halo-document.ts index 82ca0fd5e6..0e63af16e8 100644 --- a/ui/packages/api-client/src/models/halo-document.ts +++ b/ui/packages/api-client/src/models/halo-document.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/install-from-uri-request.ts b/ui/packages/api-client/src/models/install-from-uri-request.ts index b91095f8ff..73853821e5 100644 --- a/ui/packages/api-client/src/models/install-from-uri-request.ts +++ b/ui/packages/api-client/src/models/install-from-uri-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/interest-reason-subject.ts b/ui/packages/api-client/src/models/interest-reason-subject.ts index d5c93720ff..6eaef714ea 100644 --- a/ui/packages/api-client/src/models/interest-reason-subject.ts +++ b/ui/packages/api-client/src/models/interest-reason-subject.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/interest-reason.ts b/ui/packages/api-client/src/models/interest-reason.ts index 95d9d99ab8..f49a9509ec 100644 --- a/ui/packages/api-client/src/models/interest-reason.ts +++ b/ui/packages/api-client/src/models/interest-reason.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/json-patch-inner.ts b/ui/packages/api-client/src/models/json-patch-inner.ts index 50442b7a70..55b7f0185b 100644 --- a/ui/packages/api-client/src/models/json-patch-inner.ts +++ b/ui/packages/api-client/src/models/json-patch-inner.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/license.ts b/ui/packages/api-client/src/models/license.ts index 6b1dfbb7a1..60a331df2a 100644 --- a/ui/packages/api-client/src/models/license.ts +++ b/ui/packages/api-client/src/models/license.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/list-result-reply-vo.ts b/ui/packages/api-client/src/models/list-result-reply-vo.ts index 0eaf974573..f0e5a38cb0 100644 --- a/ui/packages/api-client/src/models/list-result-reply-vo.ts +++ b/ui/packages/api-client/src/models/list-result-reply-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-auth-provider.ts b/ui/packages/api-client/src/models/listed-auth-provider.ts index a4c31ec893..b684d9b3c5 100644 --- a/ui/packages/api-client/src/models/listed-auth-provider.ts +++ b/ui/packages/api-client/src/models/listed-auth-provider.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-comment-list.ts b/ui/packages/api-client/src/models/listed-comment-list.ts index 2a51c9e01c..f9be33078f 100644 --- a/ui/packages/api-client/src/models/listed-comment-list.ts +++ b/ui/packages/api-client/src/models/listed-comment-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-comment.ts b/ui/packages/api-client/src/models/listed-comment.ts index 8dc24a5b60..ffbac03d69 100644 --- a/ui/packages/api-client/src/models/listed-comment.ts +++ b/ui/packages/api-client/src/models/listed-comment.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-post-list.ts b/ui/packages/api-client/src/models/listed-post-list.ts index 7ecffd9735..28bbaf633f 100644 --- a/ui/packages/api-client/src/models/listed-post-list.ts +++ b/ui/packages/api-client/src/models/listed-post-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-post-vo-list.ts b/ui/packages/api-client/src/models/listed-post-vo-list.ts index 2c9c702d73..1c4196d13e 100644 --- a/ui/packages/api-client/src/models/listed-post-vo-list.ts +++ b/ui/packages/api-client/src/models/listed-post-vo-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-post-vo.ts b/ui/packages/api-client/src/models/listed-post-vo.ts index 346b216d91..476011cb0b 100644 --- a/ui/packages/api-client/src/models/listed-post-vo.ts +++ b/ui/packages/api-client/src/models/listed-post-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-post.ts b/ui/packages/api-client/src/models/listed-post.ts index 4ea04f3066..29c43c53d7 100644 --- a/ui/packages/api-client/src/models/listed-post.ts +++ b/ui/packages/api-client/src/models/listed-post.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-reply-list.ts b/ui/packages/api-client/src/models/listed-reply-list.ts index 3d33de9a42..a21a4d0639 100644 --- a/ui/packages/api-client/src/models/listed-reply-list.ts +++ b/ui/packages/api-client/src/models/listed-reply-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-reply.ts b/ui/packages/api-client/src/models/listed-reply.ts index fe65b5741a..e996ebeb58 100644 --- a/ui/packages/api-client/src/models/listed-reply.ts +++ b/ui/packages/api-client/src/models/listed-reply.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-single-page-list.ts b/ui/packages/api-client/src/models/listed-single-page-list.ts index c6ae2b3bcf..22ad20f389 100644 --- a/ui/packages/api-client/src/models/listed-single-page-list.ts +++ b/ui/packages/api-client/src/models/listed-single-page-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-single-page-vo-list.ts b/ui/packages/api-client/src/models/listed-single-page-vo-list.ts index 48b6718981..b9258117c6 100644 --- a/ui/packages/api-client/src/models/listed-single-page-vo-list.ts +++ b/ui/packages/api-client/src/models/listed-single-page-vo-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-single-page-vo.ts b/ui/packages/api-client/src/models/listed-single-page-vo.ts index b384247cd9..303069e047 100644 --- a/ui/packages/api-client/src/models/listed-single-page-vo.ts +++ b/ui/packages/api-client/src/models/listed-single-page-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-single-page.ts b/ui/packages/api-client/src/models/listed-single-page.ts index 48f5170b94..560ddf04bc 100644 --- a/ui/packages/api-client/src/models/listed-single-page.ts +++ b/ui/packages/api-client/src/models/listed-single-page.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-snapshot-dto.ts b/ui/packages/api-client/src/models/listed-snapshot-dto.ts index 2d99be1b6b..baab002ca4 100644 --- a/ui/packages/api-client/src/models/listed-snapshot-dto.ts +++ b/ui/packages/api-client/src/models/listed-snapshot-dto.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-snapshot-spec.ts b/ui/packages/api-client/src/models/listed-snapshot-spec.ts index ba43e829c0..a5bcb2668c 100644 --- a/ui/packages/api-client/src/models/listed-snapshot-spec.ts +++ b/ui/packages/api-client/src/models/listed-snapshot-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/listed-user.ts b/ui/packages/api-client/src/models/listed-user.ts index 8ae3e5b21d..6f1fe1ea08 100644 --- a/ui/packages/api-client/src/models/listed-user.ts +++ b/ui/packages/api-client/src/models/listed-user.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/local-thumbnail-list.ts b/ui/packages/api-client/src/models/local-thumbnail-list.ts index e944a646a1..459181d52a 100644 --- a/ui/packages/api-client/src/models/local-thumbnail-list.ts +++ b/ui/packages/api-client/src/models/local-thumbnail-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/local-thumbnail-spec.ts b/ui/packages/api-client/src/models/local-thumbnail-spec.ts index 59bc5157ef..32fcf91964 100644 --- a/ui/packages/api-client/src/models/local-thumbnail-spec.ts +++ b/ui/packages/api-client/src/models/local-thumbnail-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/local-thumbnail-status.ts b/ui/packages/api-client/src/models/local-thumbnail-status.ts index ba2cac0c11..acbd77e1e8 100644 --- a/ui/packages/api-client/src/models/local-thumbnail-status.ts +++ b/ui/packages/api-client/src/models/local-thumbnail-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/local-thumbnail.ts b/ui/packages/api-client/src/models/local-thumbnail.ts index 49eec71290..144c86531a 100644 --- a/ui/packages/api-client/src/models/local-thumbnail.ts +++ b/ui/packages/api-client/src/models/local-thumbnail.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/login-history.ts b/ui/packages/api-client/src/models/login-history.ts index 5b99a4a5df..29156a8cfe 100644 --- a/ui/packages/api-client/src/models/login-history.ts +++ b/ui/packages/api-client/src/models/login-history.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/mark-specified-request.ts b/ui/packages/api-client/src/models/mark-specified-request.ts index 791964dd9f..84862792be 100644 --- a/ui/packages/api-client/src/models/mark-specified-request.ts +++ b/ui/packages/api-client/src/models/mark-specified-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-item-list.ts b/ui/packages/api-client/src/models/menu-item-list.ts index 18f8b51502..87fee92126 100644 --- a/ui/packages/api-client/src/models/menu-item-list.ts +++ b/ui/packages/api-client/src/models/menu-item-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-item-spec.ts b/ui/packages/api-client/src/models/menu-item-spec.ts index 06925016b3..a847673d31 100644 --- a/ui/packages/api-client/src/models/menu-item-spec.ts +++ b/ui/packages/api-client/src/models/menu-item-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-item-status.ts b/ui/packages/api-client/src/models/menu-item-status.ts index 2a9b09911b..b239d73cb7 100644 --- a/ui/packages/api-client/src/models/menu-item-status.ts +++ b/ui/packages/api-client/src/models/menu-item-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-item-vo.ts b/ui/packages/api-client/src/models/menu-item-vo.ts index 02980811e3..0502d81388 100644 --- a/ui/packages/api-client/src/models/menu-item-vo.ts +++ b/ui/packages/api-client/src/models/menu-item-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-item.ts b/ui/packages/api-client/src/models/menu-item.ts index 9d9d24fc0b..52774311d8 100644 --- a/ui/packages/api-client/src/models/menu-item.ts +++ b/ui/packages/api-client/src/models/menu-item.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-list.ts b/ui/packages/api-client/src/models/menu-list.ts index 18e6f9647b..d80c9c3478 100644 --- a/ui/packages/api-client/src/models/menu-list.ts +++ b/ui/packages/api-client/src/models/menu-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-spec.ts b/ui/packages/api-client/src/models/menu-spec.ts index 985f100884..c065407b06 100644 --- a/ui/packages/api-client/src/models/menu-spec.ts +++ b/ui/packages/api-client/src/models/menu-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu-vo.ts b/ui/packages/api-client/src/models/menu-vo.ts index a712239fe7..043e49f4db 100644 --- a/ui/packages/api-client/src/models/menu-vo.ts +++ b/ui/packages/api-client/src/models/menu-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/menu.ts b/ui/packages/api-client/src/models/menu.ts index 3c6b83911d..0e0b999e6d 100644 --- a/ui/packages/api-client/src/models/menu.ts +++ b/ui/packages/api-client/src/models/menu.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/metadata.ts b/ui/packages/api-client/src/models/metadata.ts index 22164b5ae0..fd16cd04b0 100644 --- a/ui/packages/api-client/src/models/metadata.ts +++ b/ui/packages/api-client/src/models/metadata.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/move-operation.ts b/ui/packages/api-client/src/models/move-operation.ts index 742bd72e77..b6c3219bf2 100644 --- a/ui/packages/api-client/src/models/move-operation.ts +++ b/ui/packages/api-client/src/models/move-operation.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/navigation-post-vo.ts b/ui/packages/api-client/src/models/navigation-post-vo.ts index d2c3130446..c314cc0299 100644 --- a/ui/packages/api-client/src/models/navigation-post-vo.ts +++ b/ui/packages/api-client/src/models/navigation-post-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notification-list.ts b/ui/packages/api-client/src/models/notification-list.ts index cd0f85e1c1..837997442a 100644 --- a/ui/packages/api-client/src/models/notification-list.ts +++ b/ui/packages/api-client/src/models/notification-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notification-spec.ts b/ui/packages/api-client/src/models/notification-spec.ts index d3c889b21b..7cfae6318f 100644 --- a/ui/packages/api-client/src/models/notification-spec.ts +++ b/ui/packages/api-client/src/models/notification-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notification-template-list.ts b/ui/packages/api-client/src/models/notification-template-list.ts index 5327076b91..77b858f70c 100644 --- a/ui/packages/api-client/src/models/notification-template-list.ts +++ b/ui/packages/api-client/src/models/notification-template-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notification-template-spec.ts b/ui/packages/api-client/src/models/notification-template-spec.ts index d369735911..6d16e95910 100644 --- a/ui/packages/api-client/src/models/notification-template-spec.ts +++ b/ui/packages/api-client/src/models/notification-template-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notification-template.ts b/ui/packages/api-client/src/models/notification-template.ts index 994aa4e52b..729f53e9d9 100644 --- a/ui/packages/api-client/src/models/notification-template.ts +++ b/ui/packages/api-client/src/models/notification-template.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notification.ts b/ui/packages/api-client/src/models/notification.ts index 0e82eaec75..4dbd0ec2db 100644 --- a/ui/packages/api-client/src/models/notification.ts +++ b/ui/packages/api-client/src/models/notification.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notifier-descriptor-list.ts b/ui/packages/api-client/src/models/notifier-descriptor-list.ts index 68aa59783f..605b5970b0 100644 --- a/ui/packages/api-client/src/models/notifier-descriptor-list.ts +++ b/ui/packages/api-client/src/models/notifier-descriptor-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notifier-descriptor-spec.ts b/ui/packages/api-client/src/models/notifier-descriptor-spec.ts index 4409a2699d..1a9bf3a388 100644 --- a/ui/packages/api-client/src/models/notifier-descriptor-spec.ts +++ b/ui/packages/api-client/src/models/notifier-descriptor-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notifier-descriptor.ts b/ui/packages/api-client/src/models/notifier-descriptor.ts index 4774aac027..5e3a5ae17d 100644 --- a/ui/packages/api-client/src/models/notifier-descriptor.ts +++ b/ui/packages/api-client/src/models/notifier-descriptor.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notifier-info.ts b/ui/packages/api-client/src/models/notifier-info.ts index 84397fc097..a5c6f6197b 100644 --- a/ui/packages/api-client/src/models/notifier-info.ts +++ b/ui/packages/api-client/src/models/notifier-info.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/notifier-setting-ref.ts b/ui/packages/api-client/src/models/notifier-setting-ref.ts index 76d2776977..34bf937d2d 100644 --- a/ui/packages/api-client/src/models/notifier-setting-ref.ts +++ b/ui/packages/api-client/src/models/notifier-setting-ref.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/owner-info.ts b/ui/packages/api-client/src/models/owner-info.ts index 890f195319..41592673fa 100644 --- a/ui/packages/api-client/src/models/owner-info.ts +++ b/ui/packages/api-client/src/models/owner-info.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/password-request.ts b/ui/packages/api-client/src/models/password-request.ts index 6af5ae3f47..3fd6937636 100644 --- a/ui/packages/api-client/src/models/password-request.ts +++ b/ui/packages/api-client/src/models/password-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/password-reset-email-request.ts b/ui/packages/api-client/src/models/password-reset-email-request.ts index fa83bec7a5..d6aedbe246 100644 --- a/ui/packages/api-client/src/models/password-reset-email-request.ts +++ b/ui/packages/api-client/src/models/password-reset-email-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/pat-spec.ts b/ui/packages/api-client/src/models/pat-spec.ts index 8373c68759..801f040308 100644 --- a/ui/packages/api-client/src/models/pat-spec.ts +++ b/ui/packages/api-client/src/models/pat-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/personal-access-token-list.ts b/ui/packages/api-client/src/models/personal-access-token-list.ts index 24b79222d9..362d6d716c 100644 --- a/ui/packages/api-client/src/models/personal-access-token-list.ts +++ b/ui/packages/api-client/src/models/personal-access-token-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/personal-access-token.ts b/ui/packages/api-client/src/models/personal-access-token.ts index 55b04f6895..aaa9093162 100644 --- a/ui/packages/api-client/src/models/personal-access-token.ts +++ b/ui/packages/api-client/src/models/personal-access-token.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/plugin-author.ts b/ui/packages/api-client/src/models/plugin-author.ts index ff5b90dc41..62b0843b97 100644 --- a/ui/packages/api-client/src/models/plugin-author.ts +++ b/ui/packages/api-client/src/models/plugin-author.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/plugin-list.ts b/ui/packages/api-client/src/models/plugin-list.ts index b2daa92844..14e1c3c811 100644 --- a/ui/packages/api-client/src/models/plugin-list.ts +++ b/ui/packages/api-client/src/models/plugin-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/plugin-running-state-request.ts b/ui/packages/api-client/src/models/plugin-running-state-request.ts index b771535013..c6f716e667 100644 --- a/ui/packages/api-client/src/models/plugin-running-state-request.ts +++ b/ui/packages/api-client/src/models/plugin-running-state-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/plugin-spec.ts b/ui/packages/api-client/src/models/plugin-spec.ts index 3b317ff606..b267fa3524 100644 --- a/ui/packages/api-client/src/models/plugin-spec.ts +++ b/ui/packages/api-client/src/models/plugin-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/plugin-status.ts b/ui/packages/api-client/src/models/plugin-status.ts index 6b3c9de4e0..f123382941 100644 --- a/ui/packages/api-client/src/models/plugin-status.ts +++ b/ui/packages/api-client/src/models/plugin-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/plugin.ts b/ui/packages/api-client/src/models/plugin.ts index 258a21c50a..bf1f7cffe9 100644 --- a/ui/packages/api-client/src/models/plugin.ts +++ b/ui/packages/api-client/src/models/plugin.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/policy-list.ts b/ui/packages/api-client/src/models/policy-list.ts index 4b89d46926..5acb275e05 100644 --- a/ui/packages/api-client/src/models/policy-list.ts +++ b/ui/packages/api-client/src/models/policy-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/policy-rule.ts b/ui/packages/api-client/src/models/policy-rule.ts index 161d3ad6c1..3845ae9731 100644 --- a/ui/packages/api-client/src/models/policy-rule.ts +++ b/ui/packages/api-client/src/models/policy-rule.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/policy-spec.ts b/ui/packages/api-client/src/models/policy-spec.ts index 831f1c3ce5..66923dbe79 100644 --- a/ui/packages/api-client/src/models/policy-spec.ts +++ b/ui/packages/api-client/src/models/policy-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/policy-template-list.ts b/ui/packages/api-client/src/models/policy-template-list.ts index bbbda53ece..2be03a66d5 100644 --- a/ui/packages/api-client/src/models/policy-template-list.ts +++ b/ui/packages/api-client/src/models/policy-template-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/policy-template-spec.ts b/ui/packages/api-client/src/models/policy-template-spec.ts index 54a594e719..d23530ab55 100644 --- a/ui/packages/api-client/src/models/policy-template-spec.ts +++ b/ui/packages/api-client/src/models/policy-template-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/policy-template.ts b/ui/packages/api-client/src/models/policy-template.ts index 6238cfe361..cc7272cea9 100644 --- a/ui/packages/api-client/src/models/policy-template.ts +++ b/ui/packages/api-client/src/models/policy-template.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/policy.ts b/ui/packages/api-client/src/models/policy.ts index 55e00d8e2f..d10b665f38 100644 --- a/ui/packages/api-client/src/models/policy.ts +++ b/ui/packages/api-client/src/models/policy.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/post-list.ts b/ui/packages/api-client/src/models/post-list.ts index 64ee09565f..fbb27b8b18 100644 --- a/ui/packages/api-client/src/models/post-list.ts +++ b/ui/packages/api-client/src/models/post-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/post-request.ts b/ui/packages/api-client/src/models/post-request.ts index f31b379ff5..ad5c50896b 100644 --- a/ui/packages/api-client/src/models/post-request.ts +++ b/ui/packages/api-client/src/models/post-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/post-spec.ts b/ui/packages/api-client/src/models/post-spec.ts index cb78ecf0dd..3599158cef 100644 --- a/ui/packages/api-client/src/models/post-spec.ts +++ b/ui/packages/api-client/src/models/post-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/post-status.ts b/ui/packages/api-client/src/models/post-status.ts index e07d087e68..41bec331f0 100644 --- a/ui/packages/api-client/src/models/post-status.ts +++ b/ui/packages/api-client/src/models/post-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/post-vo.ts b/ui/packages/api-client/src/models/post-vo.ts index 0ed1935f5b..3275c4926f 100644 --- a/ui/packages/api-client/src/models/post-vo.ts +++ b/ui/packages/api-client/src/models/post-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/post.ts b/ui/packages/api-client/src/models/post.ts index 013d1429f7..695cb0079b 100644 --- a/ui/packages/api-client/src/models/post.ts +++ b/ui/packages/api-client/src/models/post.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/public-key-response.ts b/ui/packages/api-client/src/models/public-key-response.ts index 53f050daf4..1829449314 100644 --- a/ui/packages/api-client/src/models/public-key-response.ts +++ b/ui/packages/api-client/src/models/public-key-response.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-attributes.ts b/ui/packages/api-client/src/models/reason-attributes.ts index cc7692460d..32bed125d1 100644 --- a/ui/packages/api-client/src/models/reason-attributes.ts +++ b/ui/packages/api-client/src/models/reason-attributes.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-list.ts b/ui/packages/api-client/src/models/reason-list.ts index 1024316ffa..a110f72d1f 100644 --- a/ui/packages/api-client/src/models/reason-list.ts +++ b/ui/packages/api-client/src/models/reason-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-property.ts b/ui/packages/api-client/src/models/reason-property.ts index b9bf35c5e6..2830fd155d 100644 --- a/ui/packages/api-client/src/models/reason-property.ts +++ b/ui/packages/api-client/src/models/reason-property.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-selector.ts b/ui/packages/api-client/src/models/reason-selector.ts index f5aa97c375..324041d49d 100644 --- a/ui/packages/api-client/src/models/reason-selector.ts +++ b/ui/packages/api-client/src/models/reason-selector.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-spec.ts b/ui/packages/api-client/src/models/reason-spec.ts index 474a87c504..25229a3743 100644 --- a/ui/packages/api-client/src/models/reason-spec.ts +++ b/ui/packages/api-client/src/models/reason-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-subject.ts b/ui/packages/api-client/src/models/reason-subject.ts index 7abf866d24..0fb66ee863 100644 --- a/ui/packages/api-client/src/models/reason-subject.ts +++ b/ui/packages/api-client/src/models/reason-subject.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-type-info.ts b/ui/packages/api-client/src/models/reason-type-info.ts index b3950ee430..258e6d1188 100644 --- a/ui/packages/api-client/src/models/reason-type-info.ts +++ b/ui/packages/api-client/src/models/reason-type-info.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-type-list.ts b/ui/packages/api-client/src/models/reason-type-list.ts index a4a88b4d04..30c80dd4cc 100644 --- a/ui/packages/api-client/src/models/reason-type-list.ts +++ b/ui/packages/api-client/src/models/reason-type-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-type-notifier-collection-request.ts b/ui/packages/api-client/src/models/reason-type-notifier-collection-request.ts index f75e1ea2f8..67152c2685 100644 --- a/ui/packages/api-client/src/models/reason-type-notifier-collection-request.ts +++ b/ui/packages/api-client/src/models/reason-type-notifier-collection-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-type-notifier-matrix.ts b/ui/packages/api-client/src/models/reason-type-notifier-matrix.ts index 5734d4ba82..134d384f3b 100644 --- a/ui/packages/api-client/src/models/reason-type-notifier-matrix.ts +++ b/ui/packages/api-client/src/models/reason-type-notifier-matrix.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-type-notifier-request.ts b/ui/packages/api-client/src/models/reason-type-notifier-request.ts index 1dc3f8cd43..c04e10f7d6 100644 --- a/ui/packages/api-client/src/models/reason-type-notifier-request.ts +++ b/ui/packages/api-client/src/models/reason-type-notifier-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-type-spec.ts b/ui/packages/api-client/src/models/reason-type-spec.ts index bccab17d97..231fa8f045 100644 --- a/ui/packages/api-client/src/models/reason-type-spec.ts +++ b/ui/packages/api-client/src/models/reason-type-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason-type.ts b/ui/packages/api-client/src/models/reason-type.ts index d15e04d3b1..0fc6e85075 100644 --- a/ui/packages/api-client/src/models/reason-type.ts +++ b/ui/packages/api-client/src/models/reason-type.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reason.ts b/ui/packages/api-client/src/models/reason.ts index 424427e068..7ecfe59e5c 100644 --- a/ui/packages/api-client/src/models/reason.ts +++ b/ui/packages/api-client/src/models/reason.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/ref.ts b/ui/packages/api-client/src/models/ref.ts index c921bfd27e..33d6d08163 100644 --- a/ui/packages/api-client/src/models/ref.ts +++ b/ui/packages/api-client/src/models/ref.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/register-verify-email-request.ts b/ui/packages/api-client/src/models/register-verify-email-request.ts index 0e1c36a150..19f4e0ff20 100644 --- a/ui/packages/api-client/src/models/register-verify-email-request.ts +++ b/ui/packages/api-client/src/models/register-verify-email-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/remember-me-token-list.ts b/ui/packages/api-client/src/models/remember-me-token-list.ts index 429e0a4685..0b387edafd 100644 --- a/ui/packages/api-client/src/models/remember-me-token-list.ts +++ b/ui/packages/api-client/src/models/remember-me-token-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/remember-me-token-spec.ts b/ui/packages/api-client/src/models/remember-me-token-spec.ts index 8060b6801a..4cf96dd32d 100644 --- a/ui/packages/api-client/src/models/remember-me-token-spec.ts +++ b/ui/packages/api-client/src/models/remember-me-token-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/remember-me-token.ts b/ui/packages/api-client/src/models/remember-me-token.ts index cfb604b721..ae0726a8b3 100644 --- a/ui/packages/api-client/src/models/remember-me-token.ts +++ b/ui/packages/api-client/src/models/remember-me-token.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/remove-operation.ts b/ui/packages/api-client/src/models/remove-operation.ts index 8157820c54..f956b435aa 100644 --- a/ui/packages/api-client/src/models/remove-operation.ts +++ b/ui/packages/api-client/src/models/remove-operation.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/replace-operation.ts b/ui/packages/api-client/src/models/replace-operation.ts index 2f9befbdbc..b71ad824c0 100644 --- a/ui/packages/api-client/src/models/replace-operation.ts +++ b/ui/packages/api-client/src/models/replace-operation.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reply-list.ts b/ui/packages/api-client/src/models/reply-list.ts index 401f70a3e4..67bf3dc6b5 100644 --- a/ui/packages/api-client/src/models/reply-list.ts +++ b/ui/packages/api-client/src/models/reply-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reply-request.ts b/ui/packages/api-client/src/models/reply-request.ts index 13d0e501f9..91686636f4 100644 --- a/ui/packages/api-client/src/models/reply-request.ts +++ b/ui/packages/api-client/src/models/reply-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reply-spec.ts b/ui/packages/api-client/src/models/reply-spec.ts index c1d8d1f2e6..65c7b5a5e2 100644 --- a/ui/packages/api-client/src/models/reply-spec.ts +++ b/ui/packages/api-client/src/models/reply-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reply-status.ts b/ui/packages/api-client/src/models/reply-status.ts index bb3cb5101f..f84c2858d6 100644 --- a/ui/packages/api-client/src/models/reply-status.ts +++ b/ui/packages/api-client/src/models/reply-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reply-vo-list.ts b/ui/packages/api-client/src/models/reply-vo-list.ts index d622e55b2f..1e235ea318 100644 --- a/ui/packages/api-client/src/models/reply-vo-list.ts +++ b/ui/packages/api-client/src/models/reply-vo-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reply-vo.ts b/ui/packages/api-client/src/models/reply-vo.ts index 385bb20281..93a1528495 100644 --- a/ui/packages/api-client/src/models/reply-vo.ts +++ b/ui/packages/api-client/src/models/reply-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reply.ts b/ui/packages/api-client/src/models/reply.ts index 525a6e85ce..b6b0bc01eb 100644 --- a/ui/packages/api-client/src/models/reply.ts +++ b/ui/packages/api-client/src/models/reply.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reset-password-request.ts b/ui/packages/api-client/src/models/reset-password-request.ts index 491b5d763a..ebe725ef6f 100644 --- a/ui/packages/api-client/src/models/reset-password-request.ts +++ b/ui/packages/api-client/src/models/reset-password-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reverse-proxy-list.ts b/ui/packages/api-client/src/models/reverse-proxy-list.ts index 78e3bca05d..217cb94ff8 100644 --- a/ui/packages/api-client/src/models/reverse-proxy-list.ts +++ b/ui/packages/api-client/src/models/reverse-proxy-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reverse-proxy-rule.ts b/ui/packages/api-client/src/models/reverse-proxy-rule.ts index d7af266589..9994bbcf17 100644 --- a/ui/packages/api-client/src/models/reverse-proxy-rule.ts +++ b/ui/packages/api-client/src/models/reverse-proxy-rule.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/reverse-proxy.ts b/ui/packages/api-client/src/models/reverse-proxy.ts index 18dd47c939..ad9e99e617 100644 --- a/ui/packages/api-client/src/models/reverse-proxy.ts +++ b/ui/packages/api-client/src/models/reverse-proxy.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/revert-snapshot-for-post-param.ts b/ui/packages/api-client/src/models/revert-snapshot-for-post-param.ts index 4281919699..e3b89bf6db 100644 --- a/ui/packages/api-client/src/models/revert-snapshot-for-post-param.ts +++ b/ui/packages/api-client/src/models/revert-snapshot-for-post-param.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/revert-snapshot-for-single-param.ts b/ui/packages/api-client/src/models/revert-snapshot-for-single-param.ts index d08a8bb0f3..b0a1270194 100644 --- a/ui/packages/api-client/src/models/revert-snapshot-for-single-param.ts +++ b/ui/packages/api-client/src/models/revert-snapshot-for-single-param.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/role-binding-list.ts b/ui/packages/api-client/src/models/role-binding-list.ts index 1f3f8c9956..bde3eb9ce6 100644 --- a/ui/packages/api-client/src/models/role-binding-list.ts +++ b/ui/packages/api-client/src/models/role-binding-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/role-binding.ts b/ui/packages/api-client/src/models/role-binding.ts index 1f97302eeb..dd4ab07133 100644 --- a/ui/packages/api-client/src/models/role-binding.ts +++ b/ui/packages/api-client/src/models/role-binding.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/role-list.ts b/ui/packages/api-client/src/models/role-list.ts index effb5e8e7f..699dee8e12 100644 --- a/ui/packages/api-client/src/models/role-list.ts +++ b/ui/packages/api-client/src/models/role-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/role-ref.ts b/ui/packages/api-client/src/models/role-ref.ts index 89274704d2..baed7ed600 100644 --- a/ui/packages/api-client/src/models/role-ref.ts +++ b/ui/packages/api-client/src/models/role-ref.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/role.ts b/ui/packages/api-client/src/models/role.ts index 3eb29c8922..8e8fed1d82 100644 --- a/ui/packages/api-client/src/models/role.ts +++ b/ui/packages/api-client/src/models/role.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/search-engine-list.ts b/ui/packages/api-client/src/models/search-engine-list.ts index 6df5933bb3..3a24be8488 100644 --- a/ui/packages/api-client/src/models/search-engine-list.ts +++ b/ui/packages/api-client/src/models/search-engine-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/search-engine-spec.ts b/ui/packages/api-client/src/models/search-engine-spec.ts index 4ec7d266c9..491811270a 100644 --- a/ui/packages/api-client/src/models/search-engine-spec.ts +++ b/ui/packages/api-client/src/models/search-engine-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/search-engine.ts b/ui/packages/api-client/src/models/search-engine.ts index 5d65917182..3bfb84f330 100644 --- a/ui/packages/api-client/src/models/search-engine.ts +++ b/ui/packages/api-client/src/models/search-engine.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/search-option.ts b/ui/packages/api-client/src/models/search-option.ts index 99bc1d5be5..a2cc90c527 100644 --- a/ui/packages/api-client/src/models/search-option.ts +++ b/ui/packages/api-client/src/models/search-option.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/search-result.ts b/ui/packages/api-client/src/models/search-result.ts index 5f496cfcda..963e295b3f 100644 --- a/ui/packages/api-client/src/models/search-result.ts +++ b/ui/packages/api-client/src/models/search-result.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/secret-list.ts b/ui/packages/api-client/src/models/secret-list.ts index 16747a8912..2b44031633 100644 --- a/ui/packages/api-client/src/models/secret-list.ts +++ b/ui/packages/api-client/src/models/secret-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/secret.ts b/ui/packages/api-client/src/models/secret.ts index 51c582bb1e..a84ac4e57d 100644 --- a/ui/packages/api-client/src/models/secret.ts +++ b/ui/packages/api-client/src/models/secret.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/setting-form.ts b/ui/packages/api-client/src/models/setting-form.ts index 6371ecdb05..ae69fd51b2 100644 --- a/ui/packages/api-client/src/models/setting-form.ts +++ b/ui/packages/api-client/src/models/setting-form.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/setting-list.ts b/ui/packages/api-client/src/models/setting-list.ts index 98a75b231f..ffcf6786a5 100644 --- a/ui/packages/api-client/src/models/setting-list.ts +++ b/ui/packages/api-client/src/models/setting-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/setting-ref.ts b/ui/packages/api-client/src/models/setting-ref.ts index 3295a112b6..62b65d84c9 100644 --- a/ui/packages/api-client/src/models/setting-ref.ts +++ b/ui/packages/api-client/src/models/setting-ref.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/setting-spec.ts b/ui/packages/api-client/src/models/setting-spec.ts index 57242417c3..2198580661 100644 --- a/ui/packages/api-client/src/models/setting-spec.ts +++ b/ui/packages/api-client/src/models/setting-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/setting.ts b/ui/packages/api-client/src/models/setting.ts index 638fbc797d..afb4d87c72 100644 --- a/ui/packages/api-client/src/models/setting.ts +++ b/ui/packages/api-client/src/models/setting.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/sign-up-request.ts b/ui/packages/api-client/src/models/sign-up-request.ts index 21ea8d9b4e..6db669e86a 100644 --- a/ui/packages/api-client/src/models/sign-up-request.ts +++ b/ui/packages/api-client/src/models/sign-up-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/single-page-list.ts b/ui/packages/api-client/src/models/single-page-list.ts index b77e02bfe8..3150910033 100644 --- a/ui/packages/api-client/src/models/single-page-list.ts +++ b/ui/packages/api-client/src/models/single-page-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/single-page-request.ts b/ui/packages/api-client/src/models/single-page-request.ts index 70e3b5c8ac..865ec10e15 100644 --- a/ui/packages/api-client/src/models/single-page-request.ts +++ b/ui/packages/api-client/src/models/single-page-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/single-page-spec.ts b/ui/packages/api-client/src/models/single-page-spec.ts index 5e433127e4..af133f4687 100644 --- a/ui/packages/api-client/src/models/single-page-spec.ts +++ b/ui/packages/api-client/src/models/single-page-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/single-page-status.ts b/ui/packages/api-client/src/models/single-page-status.ts index d6cad928a1..fff6d27d0e 100644 --- a/ui/packages/api-client/src/models/single-page-status.ts +++ b/ui/packages/api-client/src/models/single-page-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/single-page-vo.ts b/ui/packages/api-client/src/models/single-page-vo.ts index 81319442dc..0d51b33384 100644 --- a/ui/packages/api-client/src/models/single-page-vo.ts +++ b/ui/packages/api-client/src/models/single-page-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/single-page.ts b/ui/packages/api-client/src/models/single-page.ts index b21c669cb0..b0103c8a9e 100644 --- a/ui/packages/api-client/src/models/single-page.ts +++ b/ui/packages/api-client/src/models/single-page.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/site-stats-vo.ts b/ui/packages/api-client/src/models/site-stats-vo.ts index 6f9e10548a..3c9e6ba09e 100644 --- a/ui/packages/api-client/src/models/site-stats-vo.ts +++ b/ui/packages/api-client/src/models/site-stats-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/snap-shot-spec.ts b/ui/packages/api-client/src/models/snap-shot-spec.ts index 82909a5121..4827c964d6 100644 --- a/ui/packages/api-client/src/models/snap-shot-spec.ts +++ b/ui/packages/api-client/src/models/snap-shot-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/snapshot-list.ts b/ui/packages/api-client/src/models/snapshot-list.ts index c6c6830eeb..e3a529b260 100644 --- a/ui/packages/api-client/src/models/snapshot-list.ts +++ b/ui/packages/api-client/src/models/snapshot-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/snapshot.ts b/ui/packages/api-client/src/models/snapshot.ts index 0cd278429b..6c4904adde 100644 --- a/ui/packages/api-client/src/models/snapshot.ts +++ b/ui/packages/api-client/src/models/snapshot.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/stats-vo.ts b/ui/packages/api-client/src/models/stats-vo.ts index 24dc2093a1..abcc0e1e80 100644 --- a/ui/packages/api-client/src/models/stats-vo.ts +++ b/ui/packages/api-client/src/models/stats-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/stats.ts b/ui/packages/api-client/src/models/stats.ts index 01bd0956ce..5929c3a303 100644 --- a/ui/packages/api-client/src/models/stats.ts +++ b/ui/packages/api-client/src/models/stats.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/subject.ts b/ui/packages/api-client/src/models/subject.ts index 40d9d15496..6ae00195ad 100644 --- a/ui/packages/api-client/src/models/subject.ts +++ b/ui/packages/api-client/src/models/subject.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/subscription-list.ts b/ui/packages/api-client/src/models/subscription-list.ts index a535a83fb2..bcf4de0467 100644 --- a/ui/packages/api-client/src/models/subscription-list.ts +++ b/ui/packages/api-client/src/models/subscription-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/subscription-spec.ts b/ui/packages/api-client/src/models/subscription-spec.ts index 501bed1cd6..7f36010d54 100644 --- a/ui/packages/api-client/src/models/subscription-spec.ts +++ b/ui/packages/api-client/src/models/subscription-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/subscription-subscriber.ts b/ui/packages/api-client/src/models/subscription-subscriber.ts index 3d57e2c3fd..1618ef7d78 100644 --- a/ui/packages/api-client/src/models/subscription-subscriber.ts +++ b/ui/packages/api-client/src/models/subscription-subscriber.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/subscription.ts b/ui/packages/api-client/src/models/subscription.ts index 6b096c6430..b2738ce439 100644 --- a/ui/packages/api-client/src/models/subscription.ts +++ b/ui/packages/api-client/src/models/subscription.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/system-initialization-request.ts b/ui/packages/api-client/src/models/system-initialization-request.ts index 7067de5cec..f974ee3a5e 100644 --- a/ui/packages/api-client/src/models/system-initialization-request.ts +++ b/ui/packages/api-client/src/models/system-initialization-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/tag-list.ts b/ui/packages/api-client/src/models/tag-list.ts index a41d112a40..db7a1c021d 100644 --- a/ui/packages/api-client/src/models/tag-list.ts +++ b/ui/packages/api-client/src/models/tag-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/tag-spec.ts b/ui/packages/api-client/src/models/tag-spec.ts index ec78064081..c090d61eb0 100644 --- a/ui/packages/api-client/src/models/tag-spec.ts +++ b/ui/packages/api-client/src/models/tag-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/tag-status.ts b/ui/packages/api-client/src/models/tag-status.ts index 7f13a77bec..3f15793fcd 100644 --- a/ui/packages/api-client/src/models/tag-status.ts +++ b/ui/packages/api-client/src/models/tag-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/tag-vo-list.ts b/ui/packages/api-client/src/models/tag-vo-list.ts index 7327868e4e..c78afb37b0 100644 --- a/ui/packages/api-client/src/models/tag-vo-list.ts +++ b/ui/packages/api-client/src/models/tag-vo-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/tag-vo.ts b/ui/packages/api-client/src/models/tag-vo.ts index 26fe7a8c19..53fa32311f 100644 --- a/ui/packages/api-client/src/models/tag-vo.ts +++ b/ui/packages/api-client/src/models/tag-vo.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/tag.ts b/ui/packages/api-client/src/models/tag.ts index 4b50be05a6..79900f6e83 100644 --- a/ui/packages/api-client/src/models/tag.ts +++ b/ui/packages/api-client/src/models/tag.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/template-content.ts b/ui/packages/api-client/src/models/template-content.ts index e6349205f9..8b451752bd 100644 --- a/ui/packages/api-client/src/models/template-content.ts +++ b/ui/packages/api-client/src/models/template-content.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/template-descriptor.ts b/ui/packages/api-client/src/models/template-descriptor.ts index 41e1b07133..950820c4f2 100644 --- a/ui/packages/api-client/src/models/template-descriptor.ts +++ b/ui/packages/api-client/src/models/template-descriptor.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/test-operation.ts b/ui/packages/api-client/src/models/test-operation.ts index ca4fd1b2e2..aff467e841 100644 --- a/ui/packages/api-client/src/models/test-operation.ts +++ b/ui/packages/api-client/src/models/test-operation.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/theme-list.ts b/ui/packages/api-client/src/models/theme-list.ts index b7a02ee789..4e7d198d51 100644 --- a/ui/packages/api-client/src/models/theme-list.ts +++ b/ui/packages/api-client/src/models/theme-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/theme-spec.ts b/ui/packages/api-client/src/models/theme-spec.ts index 33f92a5b21..f85fcb0fdb 100644 --- a/ui/packages/api-client/src/models/theme-spec.ts +++ b/ui/packages/api-client/src/models/theme-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/theme-status.ts b/ui/packages/api-client/src/models/theme-status.ts index 4cbb28cfff..4a7984124d 100644 --- a/ui/packages/api-client/src/models/theme-status.ts +++ b/ui/packages/api-client/src/models/theme-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/theme.ts b/ui/packages/api-client/src/models/theme.ts index e39b3cf93f..e43ff98434 100644 --- a/ui/packages/api-client/src/models/theme.ts +++ b/ui/packages/api-client/src/models/theme.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/thumbnail-list.ts b/ui/packages/api-client/src/models/thumbnail-list.ts index f789d3aa15..9c1bd3c9a3 100644 --- a/ui/packages/api-client/src/models/thumbnail-list.ts +++ b/ui/packages/api-client/src/models/thumbnail-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/thumbnail-spec.ts b/ui/packages/api-client/src/models/thumbnail-spec.ts index df7f6dcb38..863f99ca96 100644 --- a/ui/packages/api-client/src/models/thumbnail-spec.ts +++ b/ui/packages/api-client/src/models/thumbnail-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/thumbnail.ts b/ui/packages/api-client/src/models/thumbnail.ts index 909c29ca88..6b26f942a5 100644 --- a/ui/packages/api-client/src/models/thumbnail.ts +++ b/ui/packages/api-client/src/models/thumbnail.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/totp-auth-link-response.ts b/ui/packages/api-client/src/models/totp-auth-link-response.ts index 760c37edd3..f7aa619c0a 100644 --- a/ui/packages/api-client/src/models/totp-auth-link-response.ts +++ b/ui/packages/api-client/src/models/totp-auth-link-response.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/totp-request.ts b/ui/packages/api-client/src/models/totp-request.ts index d83f0081c5..b2dac00493 100644 --- a/ui/packages/api-client/src/models/totp-request.ts +++ b/ui/packages/api-client/src/models/totp-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/two-factor-auth-settings.ts b/ui/packages/api-client/src/models/two-factor-auth-settings.ts index 8d289b78d9..89e2e78de4 100644 --- a/ui/packages/api-client/src/models/two-factor-auth-settings.ts +++ b/ui/packages/api-client/src/models/two-factor-auth-settings.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/upgrade-from-uri-request.ts b/ui/packages/api-client/src/models/upgrade-from-uri-request.ts index 629d18e145..6ced3175b5 100644 --- a/ui/packages/api-client/src/models/upgrade-from-uri-request.ts +++ b/ui/packages/api-client/src/models/upgrade-from-uri-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/upload-from-url-request.ts b/ui/packages/api-client/src/models/upload-from-url-request.ts index 7e4be163b6..d2ab8119ae 100644 --- a/ui/packages/api-client/src/models/upload-from-url-request.ts +++ b/ui/packages/api-client/src/models/upload-from-url-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-connection-list.ts b/ui/packages/api-client/src/models/user-connection-list.ts index 3abdf1f4a5..40bf1ab5b5 100644 --- a/ui/packages/api-client/src/models/user-connection-list.ts +++ b/ui/packages/api-client/src/models/user-connection-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-connection-spec.ts b/ui/packages/api-client/src/models/user-connection-spec.ts index 6bbaa2bc99..efb96e7c4d 100644 --- a/ui/packages/api-client/src/models/user-connection-spec.ts +++ b/ui/packages/api-client/src/models/user-connection-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-connection.ts b/ui/packages/api-client/src/models/user-connection.ts index 69f74ca8b7..720cf17666 100644 --- a/ui/packages/api-client/src/models/user-connection.ts +++ b/ui/packages/api-client/src/models/user-connection.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-device.ts b/ui/packages/api-client/src/models/user-device.ts index 950956f9f4..e05819010e 100644 --- a/ui/packages/api-client/src/models/user-device.ts +++ b/ui/packages/api-client/src/models/user-device.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-endpoint-listed-user-list.ts b/ui/packages/api-client/src/models/user-endpoint-listed-user-list.ts index f771d90895..847b590dfe 100644 --- a/ui/packages/api-client/src/models/user-endpoint-listed-user-list.ts +++ b/ui/packages/api-client/src/models/user-endpoint-listed-user-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-list.ts b/ui/packages/api-client/src/models/user-list.ts index d1c5d6ce10..817e175806 100644 --- a/ui/packages/api-client/src/models/user-list.ts +++ b/ui/packages/api-client/src/models/user-list.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-permission.ts b/ui/packages/api-client/src/models/user-permission.ts index 9f644b656b..b7eb5d3a22 100644 --- a/ui/packages/api-client/src/models/user-permission.ts +++ b/ui/packages/api-client/src/models/user-permission.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-spec.ts b/ui/packages/api-client/src/models/user-spec.ts index 417f48f26c..c1180e4b07 100644 --- a/ui/packages/api-client/src/models/user-spec.ts +++ b/ui/packages/api-client/src/models/user-spec.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user-status.ts b/ui/packages/api-client/src/models/user-status.ts index a3e2ead854..0b816a7b1b 100644 --- a/ui/packages/api-client/src/models/user-status.ts +++ b/ui/packages/api-client/src/models/user-status.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/user.ts b/ui/packages/api-client/src/models/user.ts index a0361856ed..f400fca6e9 100644 --- a/ui/packages/api-client/src/models/user.ts +++ b/ui/packages/api-client/src/models/user.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/verify-code-request.ts b/ui/packages/api-client/src/models/verify-code-request.ts index e4d4f08022..5336675935 100644 --- a/ui/packages/api-client/src/models/verify-code-request.ts +++ b/ui/packages/api-client/src/models/verify-code-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/vote-request.ts b/ui/packages/api-client/src/models/vote-request.ts index 09191aa62e..6a63ca7a58 100644 --- a/ui/packages/api-client/src/models/vote-request.ts +++ b/ui/packages/api-client/src/models/vote-request.ts @@ -4,7 +4,7 @@ * Halo * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.19.0-SNAPSHOT + * The version of the OpenAPI document: 2.20.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/components/package.json b/ui/packages/components/package.json index d7c1beaa79..2296e08ced 100644 --- a/ui/packages/components/package.json +++ b/ui/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/components", - "version": "2.19.0", + "version": "2.20.0", "description": "", "files": [ "dist" diff --git a/ui/packages/editor/package.json b/ui/packages/editor/package.json index a9b4b89679..4c36109cde 100644 --- a/ui/packages/editor/package.json +++ b/ui/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/richtext-editor", - "version": "2.19.0", + "version": "2.20.0", "description": "Default editor for Halo", "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme", "bugs": { diff --git a/ui/packages/shared/package.json b/ui/packages/shared/package.json index 18bf080f17..2c9c74f684 100644 --- a/ui/packages/shared/package.json +++ b/ui/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.19.0", + "version": "2.20.0", "description": "", "files": [ "dist" diff --git a/ui/packages/ui-plugin-bundler-kit/package.json b/ui/packages/ui-plugin-bundler-kit/package.json index 162b3d0d11..7f9206fedc 100644 --- a/ui/packages/ui-plugin-bundler-kit/package.json +++ b/ui/packages/ui-plugin-bundler-kit/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/ui-plugin-bundler-kit", - "version": "2.19.0", + "version": "2.20.0", "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme", "bugs": { "url": "https://github.com/halo-dev/halo/issues"