-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate new library from updated openapi file
- Loading branch information
Showing
10 changed files
with
526 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# NotehubJs.Slack | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| -------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | | ||
| **fleets** | **[String]** | list of Fleet UIDs to apply route to, if any. If empty, applies to all Fleets | [optional] | | ||
| **filter** | [**HttpFilter**](HttpFilter.md) | | [optional] | | ||
| **transform** | [**SnowflakeTransform**](SnowflakeTransform.md) | | [optional] | | ||
| **throttleMs** | **Number** | Minimum time between requests in Miliseconds | [optional] | | ||
| **timeout** | **Number** | Timeout in seconds for each request | [optional] [default to 15] | | ||
| **slackType** | **String** | The type of Slack message. Must be one of \"slack-bearer\" for Bearer Token or \"slack-webhook\" for Webhook messages | [optional] | | ||
| **bearer** | **String** | The Bearer Token for Slack messaging, if the \"slack-bearer\" type is selected | [optional] | | ||
| **channel** | **String** | The Channel ID for Bearer Token method, if the \"slack-bearer\" type is selected | [optional] | | ||
| **webhookUrl** | **String** | The Webhook URL for Slack Messaging if the \"slack-webhook\" type is selected | [optional] | | ||
| **text** | **String** | The simple text message to be sent, if the blocks message field is not in use. Placeholders are available for this field. | [optional] | | ||
| **blocks** | **String** | The Blocks message to be sent. If populated, this field overrides the text field within the Slack Messaging API. Placeholders are available for this field. | [optional] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.