diff --git a/api-docs/openapi/v3_0/aggregated.json b/api-docs/openapi/v3_0/aggregated.json index 69471b6ad..7abeab4db 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.17.0-SNAPSHOT" + "version": "2.18.0-SNAPSHOT" }, "servers": [ { @@ -19726,12 +19726,12 @@ }, "visible": { "type": "string", + "default": "PUBLIC", "enum": [ "PUBLIC", "INTERNAL", "PRIVATE" - ], - "default": "PUBLIC" + ] } } }, @@ -19861,6 +19861,15 @@ } } }, + "ReasonAttributes": { + "type": "object", + "properties": { + "empty": { + "type": "boolean" + } + }, + "description": "Attributes used to transfer data" + }, "ReasonList": { "required": [ "first", @@ -19971,13 +19980,7 @@ "type": "object", "properties": { "attributes": { - "type": "object", - "properties": { - "empty": { - "type": "boolean" - } - }, - "description": "Attributes used to transfer data" + "$ref": "#/components/schemas/ReasonAttributes" }, "author": { "type": "string" @@ -21207,11 +21210,8 @@ "data": { "type": "object", "additionalProperties": { - "type": "array", - "items": { - "type": "string", - "format": "byte" - } + "type": "string", + "format": "byte" } }, "kind": { @@ -21626,12 +21626,12 @@ }, "visible": { "type": "string", + "default": "PUBLIC", "enum": [ "PUBLIC", "INTERNAL", "PRIVATE" - ], - "default": "PUBLIC" + ] } } }, 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 1bbc00b77..b0f3f8fa6 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.17.0-SNAPSHOT" + "version": "2.18.0-SNAPSHOT" }, "servers": [ { @@ -5141,12 +5141,12 @@ }, "visible": { "type": "string", + "default": "PUBLIC", "enum": [ "PUBLIC", "INTERNAL", "PRIVATE" - ], - "default": "PUBLIC" + ] } } }, @@ -5652,12 +5652,12 @@ }, "visible": { "type": "string", + "default": "PUBLIC", "enum": [ "PUBLIC", "INTERNAL", "PRIVATE" - ], - "default": "PUBLIC" + ] } } }, 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 14c0fad33..51e114dfe 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.17.0-SNAPSHOT" + "version": "2.18.0-SNAPSHOT" }, "servers": [ { @@ -10668,12 +10668,12 @@ }, "visible": { "type": "string", + "default": "PUBLIC", "enum": [ "PUBLIC", "INTERNAL", "PRIVATE" - ], - "default": "PUBLIC" + ] } } }, @@ -11475,11 +11475,8 @@ "data": { "type": "object", "additionalProperties": { - "type": "array", - "items": { - "type": "string", - "format": "byte" - } + "type": "string", + "format": "byte" } }, "kind": { @@ -11858,12 +11855,12 @@ }, "visible": { "type": "string", + "default": "PUBLIC", "enum": [ "PUBLIC", "INTERNAL", "PRIVATE" - ], - "default": "PUBLIC" + ] } } }, 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 63b39890d..04096210e 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.17.0-SNAPSHOT" + "version": "2.18.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 3a286abf1..3b155af75 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.17.0-SNAPSHOT" + "version": "2.18.0-SNAPSHOT" }, "servers": [ { @@ -1582,12 +1582,12 @@ }, "visible": { "type": "string", + "default": "PUBLIC", "enum": [ "PUBLIC", "INTERNAL", "PRIVATE" - ], - "default": "PUBLIC" + ] } } }, diff --git a/ui/packages/api-client/src/.openapi-generator/FILES b/ui/packages/api-client/src/.openapi-generator/FILES index b3d314aa7..264c9d145 100644 --- a/ui/packages/api-client/src/.openapi-generator/FILES +++ b/ui/packages/api-client/src/.openapi-generator/FILES @@ -232,10 +232,10 @@ models/post-status.ts models/post-vo.ts models/post.ts models/public-key-response.ts +models/reason-attributes.ts models/reason-list.ts models/reason-property.ts models/reason-selector.ts -models/reason-spec-attributes.ts models/reason-spec.ts models/reason-subject.ts models/reason-type-info.ts diff --git a/ui/packages/api-client/src/api.ts b/ui/packages/api-client/src/api.ts index b69fa9690..e3286d83f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 463903f23..9218acad9 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 269f1e6a1..9295d120c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2d2e40245..09da21010 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 09aee7b5e..3c62d6310 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 781956932..c601b5ad1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 5f62453be..c9341a4d1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4f05aed22..c3b239da7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 0af07669c..775941db8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 33f8726c0..cd6c09518 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d3e8b1b0f..2ea2d4a9b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 69d5ccbc4..8c688efa4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 95af8a37a..3a63e6944 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 961cdd621..5f5fab3ec 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 912c5a468..7f4dd74bd 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 190c12d57..551e16bda 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9736fdbfa..d7187a049 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 61c5668b9..5e3af8278 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 12becf22e..3c3900be4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6d7ff5668..a5b3858dc 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 78dc7859d..2d5dcbef9 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 7dce33483..300c89684 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3d5a6d242..c7a06a500 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b553eb045..429ca497c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ed2159f20..578ec5d99 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a4ec27175..c273cddae 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6abac762e..96a1a85d6 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4f07db7c4..3a1f496b5 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 08e2a5364..f38c57f53 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 cb0b70526..d9305739b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 221d3f70e..8eeccc385 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 bf42345da..b8d1547b2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ec2387ffd..2f7719488 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 529b32c3c..b3d1b6aa5 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 7f44eab76..80cc0d9a9 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9f2ae8656..603ea9a01 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ec50ce267..e4238f75f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8c3ca96ad..43ebc008d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 48832ed39..1a87b1191 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 e0d38dbb1..7710ee2a1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 51665b71e..536db8a77 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 af4994145..84b5fea5a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 e477ffb79..47ffb62be 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 959e92043..4315ad8c2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 918215949..90b7c018b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 aa6b03bac..2dda2bb76 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 438dcdbdc..cf2b77cdb 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a15408e3b..fb388ef4a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 194d85bea..17be9287b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 fbc167638..c8224369d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 25300a842..c44f27ddf 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6ba1208d2..3038f2dd4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4d0ec8ba2..2ffa24d0e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 e402d0672..e2204a32d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f8c61bae1..a81eb1acb 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3f5a8c56f..37837ff56 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 1c58289c8..0e9c33812 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 46a138e26..85e4d0fcf 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c9e19574a..3b772f421 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6acc5b2bd..6d029e011 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f6fde9e17..759ebb191 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 22c55b56a..748b87e2c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9cb447744..37aa6623a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 77a351469..bd0d44cac 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3adf983a2..cfd961984 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 14e63ee29..a9ea0c735 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3edab283c..a72df880e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9788946d2..610c30eb1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 0aa4f32d9..d38a61b8f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 17afaa20f..dc7088285 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). 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 d4b57a608..ac6d2031b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9bc45ac56..0b1f0584d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9cc1fc246..0e5fb1534 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 5cef46e1c..1ddfe7bc6 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ac27b9749..7ffd2f31a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 946c9f388..b46aed3a5 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 896f4fdfc..c5f5d5ee3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2844c018e..95690d427 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a4aa278a7..1ff9df783 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 924d506a4..1a76dc4bb 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 72f9ec440..505ae69fa 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 0a47ab698..350e21134 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b40987ea2..fb5edec01 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 068eb9687..36a324c82 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4a413818f..30263e81d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 27d7a665e..0c1cbd2fd 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 68c93fdf9..216dfb66d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 5ee363f41..220f62aa0 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8d3bed6a4..e6ee1fb07 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2aa7a9064..3195e60d0 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9d5778846..158c07b51 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d3669185b..cca44465b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 280de4a2e..12a18dbe3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 142381b10..a324aeebc 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 efffcab71..a17d9ffc9 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4f97b6bbc..9480e5365 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b066b64bc..5356ec788 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 7c73d86d7..e590d01f3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 629fd5805..47642476c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6cc423697..9db192278 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9a7684cdd..cd6a2da71 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ab28badf5..99e56b328 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2f72d6c1d..9d8a9aba7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 78f06c28a..3219d2ed7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 137a164c6..721701327 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b63889223..a59731791 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8705687d2..2b5702337 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f86e439ae..56ad2f005 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d617106a8..ea01e0bb8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8f3015c1c..720806c22 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d351301ba..27c5ee542 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 80f7ac024..007a4ff73 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d4ff850e7..74b734e77 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d422ce872..e31a75f88 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2d95c36cb..b68b8f616 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 052a64976..5afed68ef 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4a1ffe559..42810b094 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 99cc04607..21047b4ae 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 56e723046..d5dcac04e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 942979119..bf02b1faf 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 969ec0ed2..be3f79ec1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6ffac971a..730ef52d1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 fe806f806..faf40a94b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b529b54c3..ad0c7e393 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 422ad6961..949a7bb5b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 698e161db..0c867d9b4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 1b2ac7a5b..1dfa835e7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2ead1137d..95a92b160 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8018c7a3c..590528e61 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 54dfcf62f..03f643af7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 7759697aa..a4229ed3e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d64f6eed3..cfa022d1f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 969d1c3b0..f08b56dc3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 71545a72f..80dd5e78c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 631da5cae..331622c81 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b6b92adff..ccd41f1e3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f1b6522cd..20c6b53ea 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 561191190..eaa1c0bcb 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 deb5069e7..2b2e6671c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8e2c9d1b5..96f828084 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2a2eb6323..fa067699b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 123aba1cb..487dbfedc 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 99e375a6e..65046c956 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 63f9e8f84..9d09a3e5d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ca1f1fc2b..11e83cd7d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 bc950032f..2ed81e4c1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3643b9895..97d7c46b2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a81c19a40..7436dcbe3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 35a5a59be..1600007f7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 88496b07f..d5b7ffff2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9c6ac459a..147be9a68 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c6fba6373..772add1c8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 372ce50fb..d9ddadeb1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 30c4f5152..3d4a558ba 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 64e444123..6e8d8fac6 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 78d0a7431..5fc83a5bb 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ui/packages/api-client/src/models/index.ts b/ui/packages/api-client/src/models/index.ts index a7e4a24a4..f479b7721 100644 --- a/ui/packages/api-client/src/models/index.ts +++ b/ui/packages/api-client/src/models/index.ts @@ -149,11 +149,11 @@ export * from './post-status'; export * from './post-vo'; export * from './public-key-response'; export * from './reason'; +export * from './reason-attributes'; export * from './reason-list'; export * from './reason-property'; export * from './reason-selector'; export * from './reason-spec'; -export * from './reason-spec-attributes'; export * from './reason-subject'; export * from './reason-type'; export * from './reason-type-info'; 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 79b6b8390..ce9fe9195 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ffacba8b9..0ef4eb831 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9e9aafb3e..867b128a6 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 405224d8b..fd4ec5722 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 55e04dcc9..9baecb92f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 cca9e8d7e..e66c1473a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 333fa8f88..12d4fce96 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b1011a249..9cfec02e5 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 e535a063d..4b706cbe4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f44b71722..5639bd892 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a3637a537..5993a81a0 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 65434b518..af00b7c9a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 208e6acec..e1453ab13 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a4092cbce..7afbd7180 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b98442437..3b45b7acd 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8b0c070ae..42b5078de 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 983047150..3567c350e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 099b7e13d..9d3b20e27 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c6ab11365..1dd9e0bd8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 68316ee53..2e3b8cd1b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4ba38aa90..1a55ee9cc 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9429c970f..6f0966f04 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d21a2c4bc..72778f33d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 45a62a2de..0d97e9b0e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 0637cd64e..022bf2935 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f09fee591..b0864e166 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 414cacbcc..bac18f013 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c73d473b1..998bb6bb1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 afa19932a..6117d96cc 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 05d7b84fb..dad7b4695 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 7d08eb35e..69190a50a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f3fab4073..e15533a26 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f8d2a2815..a0a0d6b14 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 16fe9bd97..112628c79 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4b731ab22..0f3f07820 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 122cd1b62..f3d8717e7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6a0239876..a3aea8b32 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 299cd36dc..350616aff 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 fc8aa480e..94f80ef88 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 0be3cf908..af8cf75c1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b28cc6f26..f66f4db61 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 969066fdd..921ed7dd7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 12cc2df10..dd252d738 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2e3f018fe..93aa62327 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f71142c75..28734afb7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 addd1814c..b470f6efd 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b2d7ddd49..b8bcf4d2f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 55d608918..747827153 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 11f550219..808211874 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 fb1ce912d..ddfdbe696 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 e1ee7c093..ad5f92288 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c2fd86993..25af6b35f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b420dec26..b0bb57dc4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 0dd352973..bd32452fd 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2e5bc8eb0..aae0e0ffb 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d51df33a9..3747f5129 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 529214952..01e2d82b2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d1704de45..86b77a1e6 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 808725244..5dfea4b21 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c85063184..1ca783764 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d543a911e..ec24c226d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4f502c320..dfa00c4f2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 eeca8a0f5..01602bc45 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 13a8a853a..ee817f225 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 7cf3b685d..89a3df2e9 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9e864062e..abc1f998d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3b24e2f6f..b858f41df 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d07487260..77425edc5 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 af35f1319..b85f9f15a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 8d6b02274..334bce796 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2223a6991..64c001029 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 0e9334d61..37d7f8516 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 999f1933e..4b6245727 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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-attributes.ts b/ui/packages/api-client/src/models/reason-attributes.ts similarity index 73% rename from ui/packages/api-client/src/models/reason-spec-attributes.ts rename to ui/packages/api-client/src/models/reason-attributes.ts index ef88c5cfc..f4003d077 100644 --- a/ui/packages/api-client/src/models/reason-spec-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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,13 +17,13 @@ /** * Attributes used to transfer data * @export - * @interface ReasonSpecAttributes + * @interface ReasonAttributes */ -export interface ReasonSpecAttributes { +export interface ReasonAttributes { /** * * @type {boolean} - * @memberof ReasonSpecAttributes + * @memberof ReasonAttributes */ 'empty'?: boolean; } diff --git a/ui/packages/api-client/src/models/reason-list.ts b/ui/packages/api-client/src/models/reason-list.ts index 87c48b51b..23093b9aa 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 967070965..b34161ab7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b32f5e489..c263a0069 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d27dc27c5..4a5f776a3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -15,7 +15,7 @@ // May contain unused imports in some cases // @ts-ignore -import { ReasonSpecAttributes } from './reason-spec-attributes'; +import { ReasonAttributes } from './reason-attributes'; // May contain unused imports in some cases // @ts-ignore import { ReasonSubject } from './reason-subject'; @@ -28,10 +28,10 @@ import { ReasonSubject } from './reason-subject'; export interface ReasonSpec { /** * - * @type {ReasonSpecAttributes} + * @type {ReasonAttributes} * @memberof ReasonSpec */ - 'attributes'?: ReasonSpecAttributes; + 'attributes'?: ReasonAttributes; /** * * @type {string} diff --git a/ui/packages/api-client/src/models/reason-subject.ts b/ui/packages/api-client/src/models/reason-subject.ts index e6401d9be..5588cae56 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 88971c31c..b39255922 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 204ae8103..c1a40b295 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 216995ce6..0bc2d7838 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3d83e7477..6a3984b79 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2ca7dc5be..9389473da 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b69fef15d..46bd5013a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2cce4a0a1..5b9b325fc 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 fdfc54fc3..897c41875 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 186ff03aa..64cb41750 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 232732fb9..4b80bfc9c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9be9f0128..386cf18ef 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c9cc8e92b..646c1a80e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 264ed7f32..663b51502 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 357e9efa6..e9a8f311a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2538a60ae..7a40242d1 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 66487553d..24d196be4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 30e52ab81..c46cc42e8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 376efbf9d..bcae74d00 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 84fc798c9..42cac8694 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 78f9a91aa..3adc93197 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d7f611df9..74317a27b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 f30391dd8..a01f44261 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 144fae501..412223366 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3edc38eaf..8a8d53e62 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d2d32c852..c8ca6d4e7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 553f52aae..a809aa56b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 b3e1e5942..764e7fb3e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3602f9a49..9d20445e7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 7df416520..130980ec4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 564b8e472..30d86f481 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6dcdfb821..7a842d377 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d31b3e506..e42bba617 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d4cd1b7f1..86b13af80 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 02894fb71..1c5e636f8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d15d8a722..61ede7a9c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 5481e4bdb..6e8539231 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 55790b828..ff34b3559 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 458a5a0d4..ec9902155 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 e04601375..dadb94bc8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 058e69706..9d4249210 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,10 +31,10 @@ export interface Secret { 'apiVersion': string; /** * - * @type {{ [key: string]: Array; }} + * @type {{ [key: string]: string; }} * @memberof Secret */ - 'data'?: { [key: string]: Array; }; + 'data'?: { [key: string]: string; }; /** * * @type {string} diff --git a/ui/packages/api-client/src/models/setting-form.ts b/ui/packages/api-client/src/models/setting-form.ts index 88b44ca91..ae69da9cf 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a28952440..5f675008a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 49f70e8ae..279173ea3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ca682cf0b..4a194d14f 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d79453928..3538e3f1b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 961bc2997..dba4faeca 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 537ecb91d..22117b557 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 814f93974..80e732441 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 bd57e6ee5..5061a1a5b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3329d3f59..e89735fc7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 5b61f96f7..3c40a6562 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9eff85e7c..8cf1a8454 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d3ee5907d..48a28f5ae 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c1cd871d2..85289c00b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d141c4637..b7bde709d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 fb1cf710a..e05ae2bce 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 9816020c2..3ca93b7ef 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ccea9b0a2..c1592ee06 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d66fdd680..f125568b6 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4372fe8ed..cb15f91fa 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 98a1af753..b6a741851 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3fe8a9afa..5fc311ce3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 15dda4425..c82687764 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 369bf0571..975c47c8a 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 cdbd60aa7..8176b58b2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 1329f8466..3f7abc3e7 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 a73cc90d7..e6e2410cf 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 26a8e0101..537d430e8 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 4f299dfc0..ee01f59ba 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 76b4af697..30f8f2eec 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 aef7e8c83..9ea88061c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 18bf50897..c20a28c3b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 434d9454d..385bbfd82 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d4dba47e1..6a6d2595c 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 88ef9c001..d528bc36e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6a8f2da46..538bf07b5 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 3b51d7715..5a5c4d5a2 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 e15f92ec3..f74fdfb5d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 51e5f1b2a..c50dfc040 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 2fa956f11..438f7def3 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 318682aac..ef38070b4 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 cf35360b8..32484d959 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 fae3a8812..b7f64c7cd 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 c178e87d6..0cec5b164 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 27e7c7bc7..3b3fcdfcc 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d32d6901d..1324c06bf 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 6dac43c3a..a63abda26 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 86cb473ff..6471cdcf6 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 554a06f79..966b51393 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 bef08e3a7..c374a211d 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 96d0272c5..78d1ccecf 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 d11e080fb..108c4bd8e 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.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 ae6352a8b..8a247861b 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.17.0-SNAPSHOT + * The version of the OpenAPI document: 2.18.0-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).