Skip to content

Commit a5d621b

Browse files
authored
Merge regenerated Java SDK from main into master (#41)
* Merge main into master: regenerated Java SDK Brings regenerated SDK from main into master (default branch). Preserves master's SHA-pinned workflow actions (v6/v5). Includes jackson-databind-nullable 0.2.10 fix and updated Makefile with test stub cleanup. * fix: replace javax.annotation.Generated with jakarta.annotation.Generated New files generated on main used javax.annotation which isn't in the dependency tree. Master uses jakarta.annotation — align all files to match.
1 parent 1ad2075 commit a5d621b

400 files changed

Lines changed: 66433 additions & 1 deletion

File tree

Some content is hidden

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
1515
"com.google.code.gson" % "gson" % "2.9.1",
1616
"org.apache.commons" % "commons-lang3" % "3.17.0",
1717
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
18-
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
18+
"org.openapitools" % "jackson-databind-nullable" % "0.2.10",
1919
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
2020
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
2121
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
3+
# AddMicrosoftTeamsChatTabTaskParams
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**taskType** | [**TaskTypeEnum**](#TaskTypeEnum) | | [optional] |
11+
|**chat** | [**AddActionItemTaskParamsPostToSlackChannelsInner**](AddActionItemTaskParamsPostToSlackChannelsInner.md) | | |
12+
|**title** | **String** | The tab title | |
13+
|**link** | **String** | The tab link | |
14+
15+
16+
17+
## Enum: TaskTypeEnum
18+
19+
| Name | Value |
20+
|---- | -----|
21+
| ADD_MICROSOFT_TEAMS_CHAT_TAB | "add_microsoft_teams_chat_tab" |
22+
23+
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
3+
# AlertTriggerParamsAlertPayloadConditions
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**logic** | [**LogicEnum**](#LogicEnum) | | [optional] |
11+
|**conditions** | [**List<AlertTriggerParamsAlertPayloadConditionsConditionsInner>**](AlertTriggerParamsAlertPayloadConditionsConditionsInner.md) | | [optional] |
12+
13+
14+
15+
## Enum: LogicEnum
16+
17+
| Name | Value |
18+
|---- | -----|
19+
| ALL | "ALL" |
20+
| ANY | "ANY" |
21+
| NONE | "NONE" |
22+
23+
24+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
3+
# AlertTriggerParamsAlertPayloadConditionsConditionsInner
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**query** | **String** | | |
11+
|**operator** | [**OperatorEnum**](#OperatorEnum) | | |
12+
|**values** | **List<String>** | | [optional] |
13+
|**useRegexp** | **Boolean** | | [optional] |
14+
15+
16+
17+
## Enum: OperatorEnum
18+
19+
| Name | Value |
20+
|---- | -----|
21+
| IS | "IS" |
22+
| IS_NOT | "IS NOT" |
23+
| ANY | "ANY" |
24+
| CONTAINS | "CONTAINS" |
25+
| CONTAINS_ALL | "CONTAINS_ALL" |
26+
| CONTAINS_NONE | "CONTAINS_NONE" |
27+
| NONE | "NONE" |
28+
| SET | "SET" |
29+
| UNSET | "UNSET" |
30+
31+
32+

docs/ApiKey.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
3+
# ApiKey
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**name** | **String** | The name of the API key | |
11+
|**description** | **String** | A description of the API key | [optional] |
12+
|**kind** | [**KindEnum**](#KindEnum) | The kind of the API key | |
13+
|**roleId** | **String** | The role ID | [optional] |
14+
|**onCallRoleId** | **String** | The on-call role ID | [optional] |
15+
|**createdAt** | **String** | Date of creation | |
16+
|**updatedAt** | **String** | Date of last update | |
17+
|**expiresAt** | **String** | Expiration date | [optional] |
18+
|**lastUsedAt** | **String** | Date of last use | [optional] |
19+
|**gracePeriodEndsAt** | **String** | Grace period end date | [optional] |
20+
21+
22+
23+
## Enum: KindEnum
24+
25+
| Name | Value |
26+
|---- | -----|
27+
| PERSONAL | "personal" |
28+
| TEAM | "team" |
29+
| ORGANIZATION | "organization" |
30+
31+
32+

docs/ApiKeyList.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# ApiKeyList
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**data** | [**List<ApiKeyResponseData>**](ApiKeyResponseData.md) | | |
11+
|**links** | [**Links**](Links.md) | | |
12+
|**meta** | [**Meta**](Meta.md) | | |
13+
14+
15+

docs/ApiKeyResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# ApiKeyResponse
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**data** | [**ApiKeyResponseData**](ApiKeyResponseData.md) | | |
11+
12+
13+

docs/ApiKeyResponseData.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# ApiKeyResponseData
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**id** | **String** | Unique ID of the API key | |
11+
|**type** | [**TypeEnum**](#TypeEnum) | | |
12+
|**attributes** | [**ApiKey**](ApiKey.md) | | |
13+
14+
15+
16+
## Enum: TypeEnum
17+
18+
| Name | Value |
19+
|---- | -----|
20+
| API_KEYS | "api_keys" |
21+
22+
23+

docs/ApiKeyWithTokenResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# ApiKeyWithTokenResponse
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**data** | [**ApiKeyWithTokenResponseData**](ApiKeyWithTokenResponseData.md) | | |
11+
12+
13+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# ApiKeyWithTokenResponseData
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**id** | **String** | Unique ID of the API key | |
11+
|**type** | [**TypeEnum**](#TypeEnum) | | |
12+
|**attributes** | [**ApiKeyWithTokenResponseDataAttributes**](ApiKeyWithTokenResponseDataAttributes.md) | | |
13+
14+
15+
16+
## Enum: TypeEnum
17+
18+
| Name | Value |
19+
|---- | -----|
20+
| API_KEYS | "api_keys" |
21+
22+
23+

0 commit comments

Comments
 (0)