Skip to content

Commit f55d4da

Browse files
committed
Merge branch 'release/2021-06'
2 parents ab44377 + c842d9a commit f55d4da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+503
-416
lines changed

api/openapi.yaml

+134-47
Large diffs are not rendered by default.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'java'
44

55
group = 'org.omg.sysml'
6-
version = '2021-05'
6+
version = '2021-06'
77

88
buildscript {
99
repositories {

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "org.omg.sysml",
44
name := "sysml-v2-api-client",
5-
version := "2021-05",
5+
version := "2021-06",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/Branch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
1011
**head** | [**BranchHead**](BranchHead.md) | | [optional]
1112
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
12-
**id** | [**UUID**](UUID.md) | | [optional]
1313
**name** | **String** | | [optional]
1414

1515

docs/BranchApi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ No authorization required
6868
### HTTP request headers
6969

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

7373
### HTTP response details
7474
| Status code | Description | Response headers |
@@ -134,7 +134,7 @@ No authorization required
134134
### HTTP request headers
135135

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

139139
### HTTP response details
140140
| Status code | Description | Response headers |
@@ -200,7 +200,7 @@ No authorization required
200200
### HTTP request headers
201201

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

205205
### HTTP response details
206206
| Status code | Description | Response headers |

docs/BranchHead.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Commit
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**id** | [**UUID**](UUID.md) | | [optional]
10+
**atId** | [**UUID**](UUID.md) | | [optional]
1111

1212

1313

docs/BranchOwningProject.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**id** | [**UUID**](UUID.md) | | [optional]
10+
**atId** | [**UUID**](UUID.md) | | [optional]
1111

1212

1313

docs/Commit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
1011
**change** | [**List<ElementVersion>**](ElementVersion.md) | | [optional]
1112
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
12-
**id** | [**UUID**](UUID.md) | | [optional]
1313
**previousCommit** | [**BranchHead**](BranchHead.md) | | [optional]
1414

1515

docs/CommitApi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ No authorization required
6464
### HTTP request headers
6565

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

6969
### HTTP response details
7070
| Status code | Description | Response headers |
@@ -134,7 +134,7 @@ No authorization required
134134
### HTTP request headers
135135

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

139139
### HTTP response details
140140
| Status code | Description | Response headers |
@@ -202,7 +202,7 @@ No authorization required
202202
### HTTP request headers
203203

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

207207
### HTTP response details
208208
| Status code | Description | Response headers |

docs/Element.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**atType** | **String** | | [optional]
109
**atId** | [**UUID**](UUID.md) | | [optional]
10+
**atType** | **String** | | [optional]
1111
**identifier** | [**UUID**](UUID.md) | | [optional]
1212

1313

docs/ElementIdentity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
10-
**id** | [**UUID**](UUID.md) | | [optional]
1111

1212

1313

docs/ElementVersion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
1011
**data** | [**Element**](Element.md) | | [optional]
11-
**id** | [**UUID**](UUID.md) | | [optional]
1212
**identity** | [**ElementIdentity**](ElementIdentity.md) | | [optional]
1313

1414

docs/Project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
1011
**defaultBranch** | [**ProjectDefaultBranch**](ProjectDefaultBranch.md) | | [optional]
1112
**description** | **String** | | [optional]
12-
**id** | [**UUID**](UUID.md) | | [optional]
1313
**name** | **String** | | [optional]
1414

1515

docs/ProjectApi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ No authorization required
6262
### HTTP request headers
6363

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

6767
### HTTP response details
6868
| Status code | Description | Response headers |
@@ -130,7 +130,7 @@ No authorization required
130130
### HTTP request headers
131131

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

135135
### HTTP response details
136136
| Status code | Description | Response headers |
@@ -193,7 +193,7 @@ No authorization required
193193
### HTTP request headers
194194

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

198198
### HTTP response details
199199
| Status code | Description | Response headers |

docs/ProjectDefaultBranch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Branch
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**id** | [**UUID**](UUID.md) | | [optional]
10+
**atId** | [**UUID**](UUID.md) | | [optional]
1111

1212

1313

docs/Query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
1011
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
11-
**id** | [**UUID**](UUID.md) | | [optional]
1212
**scope** | [**List<ElementIdentity>**](ElementIdentity.md) | | [optional]
1313
**select** | **List<String>** | | [optional]
1414
**where** | [**Constraint**](Constraint.md) | | [optional]

docs/Relationship.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**atType** | **String** | | [optional]
109
**atId** | [**UUID**](UUID.md) | | [optional]
10+
**atType** | **String** | | [optional]
1111
**identifier** | [**UUID**](UUID.md) | | [optional]
1212
**source** | [**List<Identified>**](Identified.md) | | [optional]
1313
**target** | [**List<Identified>**](Identified.md) | | [optional]

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>sysml-v2-api-client</artifactId>
66
<packaging>jar</packaging>
77
<name>sysml-v2-api-client</name>
8-
<version>2021-05</version>
8+
<version>2021-06</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

src/main/java/org/omg/sysml/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private void init() {
108108
json = new JSON();
109109

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

113113
authentications = new HashMap<String, Authentication>();
114114
}

src/main/java/org/omg/sysml/api/BranchApi.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public okhttp3.Call getBranchesByProjectCall(UUID projectId, String pageAfter, S
100100
Map<String, String> localVarCookieParams = new HashMap<String, String>();
101101
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
102102
final String[] localVarAccepts = {
103-
"application/json"
103+
"application/json", "application/ld+json"
104104
};
105105
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
106106
if (localVarAccept != null) {
@@ -238,7 +238,7 @@ public okhttp3.Call getBranchesByProjectAndIdCall(UUID projectId, UUID branchId,
238238
Map<String, String> localVarCookieParams = new HashMap<String, String>();
239239
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
240240
final String[] localVarAccepts = {
241-
"application/json"
241+
"application/json", "application/ld+json"
242242
};
243243
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
244244
if (localVarAccept != null) {
@@ -373,7 +373,7 @@ public okhttp3.Call postBranchByProjectCall(UUID projectId, Branch body, final A
373373
Map<String, String> localVarCookieParams = new HashMap<String, String>();
374374
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
375375
final String[] localVarAccepts = {
376-
"application/json"
376+
"application/json", "application/ld+json"
377377
};
378378
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
379379
if (localVarAccept != null) {

src/main/java/org/omg/sysml/api/CommitApi.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public okhttp3.Call getCommitByProjectAndIdCall(UUID projectId, UUID commitId, f
8787
Map<String, String> localVarCookieParams = new HashMap<String, String>();
8888
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
8989
final String[] localVarAccepts = {
90-
"application/json"
90+
"application/json", "application/ld+json"
9191
};
9292
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
9393
if (localVarAccept != null) {
@@ -237,7 +237,7 @@ public okhttp3.Call getCommitsByProjectCall(UUID projectId, String pageAfter, St
237237
Map<String, String> localVarCookieParams = new HashMap<String, String>();
238238
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
239239
final String[] localVarAccepts = {
240-
"application/json"
240+
"application/json", "application/ld+json"
241241
};
242242
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
243243
if (localVarAccept != null) {
@@ -378,7 +378,7 @@ public okhttp3.Call postCommitByProjectCall(UUID projectId, Commit body, UUID br
378378
Map<String, String> localVarCookieParams = new HashMap<String, String>();
379379
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
380380
final String[] localVarAccepts = {
381-
"application/json"
381+
"application/json", "application/ld+json"
382382
};
383383
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
384384
if (localVarAccept != null) {

src/main/java/org/omg/sysml/api/ProjectApi.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public okhttp3.Call getProjectByIdCall(UUID projectId, final ApiCallback _callba
8585
Map<String, String> localVarCookieParams = new HashMap<String, String>();
8686
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
8787
final String[] localVarAccepts = {
88-
"application/json"
88+
"application/json", "application/ld+json"
8989
};
9090
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
9191
if (localVarAccept != null) {
@@ -224,7 +224,7 @@ public okhttp3.Call getProjectsCall(String pageAfter, String pageBefore, Integer
224224
Map<String, String> localVarCookieParams = new HashMap<String, String>();
225225
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
226226
final String[] localVarAccepts = {
227-
"application/json"
227+
"application/json", "application/ld+json"
228228
};
229229
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
230230
if (localVarAccept != null) {
@@ -347,7 +347,7 @@ public okhttp3.Call postProjectCall(Project body, final ApiCallback _callback) t
347347
Map<String, String> localVarCookieParams = new HashMap<String, String>();
348348
Map<String, Object> localVarFormParams = new HashMap<String, Object>();
349349
final String[] localVarAccepts = {
350-
"application/json"
350+
"application/json", "application/ld+json"
351351
};
352352
final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
353353
if (localVarAccept != null) {

0 commit comments

Comments
 (0)