Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"com.google.code.gson" % "gson" % "2.9.1",
"org.apache.commons" % "commons-lang3" % "3.17.0",
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
"org.openapitools" % "jackson-databind-nullable" % "0.2.10",
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
Expand Down
24 changes: 24 additions & 0 deletions docs/AddMicrosoftTeamsChatTabTaskParams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@


# AddMicrosoftTeamsChatTabTaskParams


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**taskType** | [**TaskTypeEnum**](#TaskTypeEnum) | | [optional] |
|**chat** | [**AddActionItemTaskParamsPostToSlackChannelsInner**](AddActionItemTaskParamsPostToSlackChannelsInner.md) | | |
|**title** | **String** | The tab title | |
|**link** | **String** | The tab link | |



## Enum: TaskTypeEnum

| Name | Value |
|---- | -----|
| ADD_MICROSOFT_TEAMS_CHAT_TAB | "add_microsoft_teams_chat_tab" |



24 changes: 24 additions & 0 deletions docs/AlertTriggerParamsAlertPayloadConditions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@


# AlertTriggerParamsAlertPayloadConditions


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**logic** | [**LogicEnum**](#LogicEnum) | | [optional] |
|**conditions** | [**List<AlertTriggerParamsAlertPayloadConditionsConditionsInner>**](AlertTriggerParamsAlertPayloadConditionsConditionsInner.md) | | [optional] |



## Enum: LogicEnum

| Name | Value |
|---- | -----|
| ALL | "ALL" |
| ANY | "ANY" |
| NONE | "NONE" |



32 changes: 32 additions & 0 deletions docs/AlertTriggerParamsAlertPayloadConditionsConditionsInner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@


# AlertTriggerParamsAlertPayloadConditionsConditionsInner


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**query** | **String** | | |
|**operator** | [**OperatorEnum**](#OperatorEnum) | | |
|**values** | **List<String>** | | [optional] |
|**useRegexp** | **Boolean** | | [optional] |



## Enum: OperatorEnum

| Name | Value |
|---- | -----|
| IS | "IS" |
| IS_NOT | "IS NOT" |
| ANY | "ANY" |
| CONTAINS | "CONTAINS" |
| CONTAINS_ALL | "CONTAINS_ALL" |
| CONTAINS_NONE | "CONTAINS_NONE" |
| NONE | "NONE" |
| SET | "SET" |
| UNSET | "UNSET" |



32 changes: 32 additions & 0 deletions docs/ApiKey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@


# ApiKey


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | The name of the API key | |
|**description** | **String** | A description of the API key | [optional] |
|**kind** | [**KindEnum**](#KindEnum) | The kind of the API key | |
|**roleId** | **String** | The role ID | [optional] |
|**onCallRoleId** | **String** | The on-call role ID | [optional] |
|**createdAt** | **String** | Date of creation | |
|**updatedAt** | **String** | Date of last update | |
|**expiresAt** | **String** | Expiration date | [optional] |
|**lastUsedAt** | **String** | Date of last use | [optional] |
|**gracePeriodEndsAt** | **String** | Grace period end date | [optional] |



## Enum: KindEnum

| Name | Value |
|---- | -----|
| PERSONAL | "personal" |
| TEAM | "team" |
| ORGANIZATION | "organization" |



15 changes: 15 additions & 0 deletions docs/ApiKeyList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# ApiKeyList


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**List<ApiKeyResponseData>**](ApiKeyResponseData.md) | | |
|**links** | [**Links**](Links.md) | | |
|**meta** | [**Meta**](Meta.md) | | |



13 changes: 13 additions & 0 deletions docs/ApiKeyResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# ApiKeyResponse


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**ApiKeyResponseData**](ApiKeyResponseData.md) | | |



23 changes: 23 additions & 0 deletions docs/ApiKeyResponseData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@


# ApiKeyResponseData


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | Unique ID of the API key | |
|**type** | [**TypeEnum**](#TypeEnum) | | |
|**attributes** | [**ApiKey**](ApiKey.md) | | |



## Enum: TypeEnum

| Name | Value |
|---- | -----|
| API_KEYS | "api_keys" |



13 changes: 13 additions & 0 deletions docs/ApiKeyWithTokenResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# ApiKeyWithTokenResponse


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**ApiKeyWithTokenResponseData**](ApiKeyWithTokenResponseData.md) | | |



23 changes: 23 additions & 0 deletions docs/ApiKeyWithTokenResponseData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@


# ApiKeyWithTokenResponseData


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | Unique ID of the API key | |
|**type** | [**TypeEnum**](#TypeEnum) | | |
|**attributes** | [**ApiKeyWithTokenResponseDataAttributes**](ApiKeyWithTokenResponseDataAttributes.md) | | |



## Enum: TypeEnum

| Name | Value |
|---- | -----|
| API_KEYS | "api_keys" |



33 changes: 33 additions & 0 deletions docs/ApiKeyWithTokenResponseDataAttributes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@


# ApiKeyWithTokenResponseDataAttributes


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | The name of the API key | |
|**description** | **String** | A description of the API key | [optional] |
|**kind** | [**KindEnum**](#KindEnum) | The kind of the API key | |
|**roleId** | **String** | The role ID | [optional] |
|**onCallRoleId** | **String** | The on-call role ID | [optional] |
|**createdAt** | **String** | Date of creation | |
|**updatedAt** | **String** | Date of last update | |
|**expiresAt** | **String** | Expiration date | [optional] |
|**lastUsedAt** | **String** | Date of last use | [optional] |
|**gracePeriodEndsAt** | **String** | Grace period end date | [optional] |
|**token** | **String** | The API key token (only shown once) | |



## Enum: KindEnum

| Name | Value |
|---- | -----|
| PERSONAL | "personal" |
| TEAM | "team" |
| ORGANIZATION | "organization" |



Loading