From 9951e61126d87a2c2a2ad7e06fb7bddf6c84f040 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 15:31:30 +0000 Subject: [PATCH] Release 0.2.5 --- openapi.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openapi.yml b/openapi.yml index 9ee764d..592af4b 100644 --- a/openapi.yml +++ b/openapi.yml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: api - version: 0.2.4 + version: 0.2.5 paths: /auth/v1/method/kubernetes/serviceaccount: post: @@ -1152,6 +1152,7 @@ components: - STRING_COMPARISON_TYPE - NUMBER_COMPARISON_TYPE - BOOLEAN_COMPARISON_TYPE + - DATETIME_COMPARISON_TYPE description: The default is UNKNOWN_COMPARISON_TYPE Constraintsconstraint: type: object @@ -1168,6 +1169,8 @@ components: type: string value: type: string + description: + type: string createdAt: type: string format: date-time @@ -1181,6 +1184,7 @@ components: - property - operator - value + - description - createdAt - updatedAt ConstraintsconstraintCreateRequest: @@ -1194,6 +1198,8 @@ components: type: string value: type: string + description: + type: string required: - type - property @@ -1209,6 +1215,8 @@ components: type: string value: type: string + description: + type: string required: - type - property