Skip to content

Commit

Permalink
relaunch (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco authored Dec 4, 2024
1 parent 4937e93 commit c8aeba6
Show file tree
Hide file tree
Showing 21 changed files with 200 additions and 86 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 6bff3a53-3f0b-40b4-942f-ff70dc583ae5
management:
docChecksum: 2a33d35247d51232358748887d9299e4
docChecksum: 4319bdc134de052ed8efacb8a45133b7
docVersion: "1.0"
speakeasyVersion: 1.451.1
generationVersion: 2.470.1
releaseVersion: 0.0.1-alpha.52
configChecksum: cc14c44f9250c3d888d290f3dde23c4d
releaseVersion: 0.0.1-alpha.53
configChecksum: 4277a522b4a168bf16da21fc54ee84d2
published: true
features:
typescript:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.0.1-alpha.52
version: 0.0.1-alpha.53
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.451.1
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:e472acc81eb7b4d03ee2c0fa726efcf60109d54acd9277db8b224ae5e8b5b8ba
sourceBlobDigest: sha256:2ffbb8e00b6b5f35302ba1cdab48dee0005dd09bc14b6009c89c85d2ad6f7365
sourceRevisionDigest: sha256:b6542e2c34db289aec63d002cedcdb0e524ece75d43358be772c72b23e027e40
sourceBlobDigest: sha256:ed573b40e6d8f3e22a080406c94f02d7b9cffddee3015a1d54f94022fc80075a
tags:
- latest
- "1.0"
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:e472acc81eb7b4d03ee2c0fa726efcf60109d54acd9277db8b224ae5e8b5b8ba
sourceBlobDigest: sha256:2ffbb8e00b6b5f35302ba1cdab48dee0005dd09bc14b6009c89c85d2ad6f7365
sourceRevisionDigest: sha256:b6542e2c34db289aec63d002cedcdb0e524ece75d43358be772c72b23e027e40
sourceBlobDigest: sha256:ed573b40e6d8f3e22a080406c94f02d7b9cffddee3015a1d54f94022fc80075a
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:6dd37d5b3150f1fc39cd9c52b535bf2c14b107c625300ad2728fb6241069a824
codeSamplesRevisionDigest: sha256:44600a90357a3d0e340972b84bb5aa6d23db541aa469e4dc15b31a2d0c4c6f1c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
17 changes: 17 additions & 0 deletions docs/models/components/channelsettingsproviderid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ChannelSettingsProviderId

The provider identifier for the credentials

## Example Usage

```typescript
import { ChannelSettingsProviderId } from "@novu/api/models/components";

let value: ChannelSettingsProviderId = "mattermost";
```

## Values

```typescript
"slack" | "discord" | "msteams" | "mattermost" | "ryver" | "zulip" | "grafana-on-call" | "getstream" | "rocket-chat" | "whatsapp-business" | "fcm" | "apns" | "expo" | "one-signal" | "pushpad" | "push-webhook" | "pusher-beams"
```
18 changes: 9 additions & 9 deletions docs/models/components/createintegrationrequestdto.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ let value: CreateIntegrationRequestDto = {

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `name` | *string* | :heavy_minus_sign: | N/A |
| `identifier` | *string* | :heavy_minus_sign: | N/A |
| `environmentId` | *string* | :heavy_minus_sign: | N/A |
| `providerId` | *string* | :heavy_check_mark: | N/A |
| `channel` | [components.CreateIntegrationRequestDtoChannel](../../models/components/createintegrationrequestdtochannel.md) | :heavy_check_mark: | N/A |
| `credentials` | [components.CredentialsDto](../../models/components/credentialsdto.md) | :heavy_minus_sign: | N/A |
| `active` | *boolean* | :heavy_minus_sign: | If the integration is active the validation on the credentials field will run |
| `check` | *boolean* | :heavy_minus_sign: | N/A |
| `conditions` | [components.StepFilter](../../models/components/stepfilter.md)[] | :heavy_minus_sign: | N/A |
| `name` | *string* | :heavy_minus_sign: | The name of the integration |
| `identifier` | *string* | :heavy_minus_sign: | The unique identifier for the integration |
| `environmentId` | *string* | :heavy_minus_sign: | The ID of the associated environment |
| `providerId` | *string* | :heavy_check_mark: | The provider ID for the integration |
| `channel` | [components.CreateIntegrationRequestDtoChannel](../../models/components/createintegrationrequestdtochannel.md) | :heavy_check_mark: | The channel type for the integration |
| `credentials` | [components.CredentialsDto](../../models/components/credentialsdto.md) | :heavy_minus_sign: | The credentials for the integration |
| `active` | *boolean* | :heavy_minus_sign: | If the integration is active, the validation on the credentials field will run |
| `check` | *boolean* | :heavy_minus_sign: | Flag to check the integration status |
| `conditions` | [components.StepFilter](../../models/components/stepfilter.md)[] | :heavy_minus_sign: | Conditions for the integration |
2 changes: 2 additions & 0 deletions docs/models/components/createintegrationrequestdtochannel.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CreateIntegrationRequestDtoChannel

The channel type for the integration

## Example Usage

```typescript
Expand Down
Loading

0 comments on commit c8aeba6

Please sign in to comment.