Skip to content

Commit

Permalink
Merge branch 'release/2021-06'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gomes committed Jul 16, 2021
2 parents ab44377 + c842d9a commit f55d4da
Show file tree
Hide file tree
Showing 44 changed files with 503 additions and 416 deletions.
181 changes: 134 additions & 47 deletions api/openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
apply plugin: 'java'

group = 'org.omg.sysml'
version = '2021-05'
version = '2021-06'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "org.omg.sysml",
name := "sysml-v2-api-client",
version := "2021-05",
version := "2021-06",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion docs/Branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
**head** | [**BranchHead**](BranchHead.md) | | [optional]
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
**id** | [**UUID**](UUID.md) | | [optional]
**name** | **String** | | [optional]


Expand Down
6 changes: 3 additions & 3 deletions docs/BranchApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down Expand Up @@ -134,7 +134,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down Expand Up @@ -200,7 +200,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down
2 changes: 1 addition & 1 deletion docs/BranchHead.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Commit

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**UUID**](UUID.md) | | [optional]
**atId** | [**UUID**](UUID.md) | | [optional]



2 changes: 1 addition & 1 deletion docs/BranchOwningProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**UUID**](UUID.md) | | [optional]
**atId** | [**UUID**](UUID.md) | | [optional]



2 changes: 1 addition & 1 deletion docs/Commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
**change** | [**List<ElementVersion>**](ElementVersion.md) | | [optional]
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
**id** | [**UUID**](UUID.md) | | [optional]
**previousCommit** | [**BranchHead**](BranchHead.md) | | [optional]


Expand Down
6 changes: 3 additions & 3 deletions docs/CommitApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down Expand Up @@ -134,7 +134,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down Expand Up @@ -202,7 +202,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down
2 changes: 1 addition & 1 deletion docs/Element.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atType** | **String** | | [optional]
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | **String** | | [optional]
**identifier** | [**UUID**](UUID.md) | | [optional]


Expand Down
2 changes: 1 addition & 1 deletion docs/ElementIdentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
**id** | [**UUID**](UUID.md) | | [optional]



Expand Down
2 changes: 1 addition & 1 deletion docs/ElementVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
**data** | [**Element**](Element.md) | | [optional]
**id** | [**UUID**](UUID.md) | | [optional]
**identity** | [**ElementIdentity**](ElementIdentity.md) | | [optional]


Expand Down
2 changes: 1 addition & 1 deletion docs/Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
**defaultBranch** | [**ProjectDefaultBranch**](ProjectDefaultBranch.md) | | [optional]
**description** | **String** | | [optional]
**id** | [**UUID**](UUID.md) | | [optional]
**name** | **String** | | [optional]


Expand Down
6 changes: 3 additions & 3 deletions docs/ProjectApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down Expand Up @@ -130,7 +130,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down Expand Up @@ -193,7 +193,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: application/json, application/ld+json

### HTTP response details
| Status code | Description | Response headers |
Expand Down
2 changes: 1 addition & 1 deletion docs/ProjectDefaultBranch.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Branch

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**UUID**](UUID.md) | | [optional]
**atId** | [**UUID**](UUID.md) | | [optional]



2 changes: 1 addition & 1 deletion docs/Query.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
**id** | [**UUID**](UUID.md) | | [optional]
**scope** | [**List<ElementIdentity>**](ElementIdentity.md) | | [optional]
**select** | **List<String>** | | [optional]
**where** | [**Constraint**](Constraint.md) | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/Relationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**atType** | **String** | | [optional]
**atId** | [**UUID**](UUID.md) | | [optional]
**atType** | **String** | | [optional]
**identifier** | [**UUID**](UUID.md) | | [optional]
**source** | [**List<Identified>**](Identified.md) | | [optional]
**target** | [**List<Identified>**](Identified.md) | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>sysml-v2-api-client</artifactId>
<packaging>jar</packaging>
<name>sysml-v2-api-client</name>
<version>2021-05</version>
<version>2021-06</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/omg/sysml/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2021-05/java");
setUserAgent("OpenAPI-Generator/2021-06/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/omg/sysml/api/BranchApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public okhttp3.Call getBranchesByProjectCall(UUID projectId, String pageAfter, S
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down Expand Up @@ -238,7 +238,7 @@ public okhttp3.Call getBranchesByProjectAndIdCall(UUID projectId, UUID branchId,
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down Expand Up @@ -373,7 +373,7 @@ public okhttp3.Call postBranchByProjectCall(UUID projectId, Branch body, final A
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/omg/sysml/api/CommitApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public okhttp3.Call getCommitByProjectAndIdCall(UUID projectId, UUID commitId, f
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down Expand Up @@ -237,7 +237,7 @@ public okhttp3.Call getCommitsByProjectCall(UUID projectId, String pageAfter, St
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down Expand Up @@ -378,7 +378,7 @@ public okhttp3.Call postCommitByProjectCall(UUID projectId, Commit body, UUID br
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/omg/sysml/api/ProjectApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public okhttp3.Call getProjectByIdCall(UUID projectId, final ApiCallback _callba
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down Expand Up @@ -224,7 +224,7 @@ public okhttp3.Call getProjectsCall(String pageAfter, String pageBefore, Integer
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down Expand Up @@ -347,7 +347,7 @@ public okhttp3.Call postProjectCall(Project body, final ApiCallback _callback) t
Map<String, String> localVarCookieParams = new HashMap<String, String>();
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
final String[] localVarAccepts = {
"application/json"
"application/json", "application/ld+json"
};
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
if (localVarAccept != null) {
Expand Down
Loading

0 comments on commit f55d4da

Please sign in to comment.