diff --git a/openapi/api-docs.yaml b/openapi/api-docs.yaml index 4432163..ac8f452 100644 --- a/openapi/api-docs.yaml +++ b/openapi/api-docs.yaml @@ -1917,6 +1917,9 @@ components: items: type: string nullable: true + commitId: + type: string + nullable: true rejected: type: array nullable: true diff --git a/openapi/doc-config.json b/openapi/doc-config.json index bfd0fa2..5b6c607 100644 --- a/openapi/doc-config.json +++ b/openapi/doc-config.json @@ -3,5 +3,5 @@ "invokerPackage": "org.openmbee.mms", "groupId": "org.openmbee.mms", "artifactId": "mms-client", - "artifactVersion": "4.0.17" + "artifactVersion": "4.0.18" } diff --git a/openapi/java-config.json b/openapi/java-config.json index 9d729bf..b97c50b 100644 --- a/openapi/java-config.json +++ b/openapi/java-config.json @@ -1,7 +1,7 @@ { "groupId": "org.openmbee.mms", "artifactId": "mms-java-client", - "artifactVersion": "4.0.17", + "artifactVersion": "4.0.18", "artifactUrl": "https://github.com/Open-MBEE/mms", "artifactDescription": "Java OpenAPI Client for MMS", "library": "jersey2", diff --git a/openapi/python-config.json b/openapi/python-config.json index 19ce5a8..51cef45 100644 --- a/openapi/python-config.json +++ b/openapi/python-config.json @@ -1,5 +1,5 @@ { "packageName": "mms_python_client", "projectName": "mms-python-client", - "packageVersion": "4.0.17" + "packageVersion": "4.0.18" }