Skip to content

Commit

Permalink
relaunch (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco authored Nov 29, 2024
1 parent c8eb6f3 commit 77974bf
Show file tree
Hide file tree
Showing 80 changed files with 145 additions and 160 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: 521ba242bd19c52892bee6ddeba835d1
docChecksum: 9fbeac5295c06c5aebf73b2de10091d9
docVersion: "1.0"
speakeasyVersion: 1.448.2
generationVersion: 2.467.4
releaseVersion: 0.0.1-alpha.36
configChecksum: 31360af4543679f0170fe1607b4d89d3
releaseVersion: 0.0.1-alpha.37
configChecksum: f7632291a8b267806b13242b8a57add3
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.36
version: 0.0.1-alpha.37
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.448.2
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:1d224698d57287adfc285d6f4b6c236c016e31ac5007df66059212d923496b7c
sourceBlobDigest: sha256:702b2bffb885fd912bf9fdb0b9c3bb5b0e777581b345e500d2545899476b6bd8
sourceRevisionDigest: sha256:32dae999db5a389c1af04ef890902252380e554a4a8ce42c14a7b8b481bb614b
sourceBlobDigest: sha256:f9087abf97f0666f7ca7db48ad69816004da9adcce98f1aaa4d94e516d8d0068
tags:
- latest
- "1.0"
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:1d224698d57287adfc285d6f4b6c236c016e31ac5007df66059212d923496b7c
sourceBlobDigest: sha256:702b2bffb885fd912bf9fdb0b9c3bb5b0e777581b345e500d2545899476b6bd8
sourceRevisionDigest: sha256:32dae999db5a389c1af04ef890902252380e554a4a8ce42c14a7b8b481bb614b
sourceBlobDigest: sha256:f9087abf97f0666f7ca7db48ad69816004da9adcce98f1aaa4d94e516d8d0068
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:5fe84120bbc81e6e10384a51fcfbf80e9639908cc2b7e5bc100dd82e47284e7b
codeSamplesRevisionDigest: sha256:09ab5ee17b21f8aa80c7ab2439d90272cd7e817e70114cad8e53585cd7cb0ad5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/activitiesresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let value: ActivitiesResponseDto = {
transactionId: "<id>",
},
],
pageSize: 9767.61,
page: 6048.46,
pageSize: 9764.59,
page: 4686.51,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/activitygraphstatesresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ActivityGraphStatesResponse } from "@novu/api/models/components";

let value: ActivityGraphStatesResponse = {
id: "<id>",
count: 2961.40,
count: 2828.07,
templates: [
"<value>",
],
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/activitystatsresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import { ActivityStatsResponseDto } from "@novu/api/models/components";

let value: ActivityStatsResponseDto = {
weeklySent: 391.88,
monthlySent: 2828.07,
weeklySent: 6048.46,
monthlySent: 7392.64,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/backoffunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { BackoffUnit } from "@novu/api/models/components";

let value: BackoffUnit = "weeks";
let value: BackoffUnit = "months";
```

## Values
Expand Down
3 changes: 1 addition & 2 deletions docs/models/components/bulktriggereventdto.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ let value: BulkTriggerEventDto = {
overrides: {},
to: [
{
topicKey: "<value>",
type: "Topic",
subscriberId: "<id>",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Channel } from "@novu/api/models/components";

let value: Channel = "delay";
let value: Channel = "email";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/channelcredentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { ChannelCredentials } from "@novu/api/models/components";

let value: ChannelCredentials = {
webhookUrl: "https://finished-receptor.org",
webhookUrl: "https://accomplished-planula.biz",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/channelpreferencetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The type of channel that is enabled or not
```typescript
import { ChannelPreferenceType } from "@novu/api/models/components";

let value: ChannelPreferenceType = "sms";
let value: ChannelPreferenceType = "email";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Channels } from "@novu/api/models/components";

let value: Channels = "trigger";
let value: Channels = "custom";
```

## Values
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/channelsettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import { ChannelSettings } from "@novu/api/models/components";

let value: ChannelSettings = {
providerId: "mattermost",
providerId: "expo",
credentials: {
webhookUrl: "https://ajar-solvency.com",
webhookUrl: "https://dental-morbidity.com/",
},
integrationId: "<id>",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { CreateIntegrationRequestDtoChannel } from "@novu/api/models/components";

let value: CreateIntegrationRequestDtoChannel = "in_app";
let value: CreateIntegrationRequestDtoChannel = "email";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/delayregularmetadataunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { DelayRegularMetadataUnit } from "@novu/api/models/components";

let value: DelayRegularMetadataUnit = "hours";
let value: DelayRegularMetadataUnit = "minutes";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/emailblockstyles.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { EmailBlockStyles } from "@novu/api/models/components";

let value: EmailBlockStyles = {
textAlign: "center",
textAlign: "left",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/executiondetailsresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let value: ExecutionDetailsResponseDto = {
channel: "in_app",
detail: "<value>",
source: "Webhook",
status: "Failed",
status: "Success",
isTest: false,
isRetry: false,
};
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/feedresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let value: FeedResponseDto = {
data: [
"<value>",
],
pageSize: 6994.79,
page: 2974.37,
pageSize: 4471.25,
page: 8464.09,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/fieldfilterpart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FieldFilterPart } from "@novu/api/models/components";
let value: FieldFilterPart = {
field: "<value>",
value: "<value>",
operator: "EQUAL",
operator: "NOT_IN",
on: "payload",
};
```
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/filtertopicsresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ let value: FilterTopicsResponseDto = {
],
},
],
page: 580.29,
pageSize: 4344.17,
totalCount: 3117.96,
page: 2239.25,
pageSize: 3453.52,
totalCount: 9280.81,
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/integrationresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let value: IntegrationResponseDto = {
name: "<value>",
identifier: "<value>",
providerId: "<id>",
channel: "sms",
channel: "in_app",
credentials: {},
active: false,
deleted: false,
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/markmessageactionasseendto.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { MarkMessageActionAsSeenDto } from "@novu/api/models/components";

let value: MarkMessageActionAsSeenDto = {
status: "pending",
status: "done",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/messageactionresulttype.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { MessageActionResultType } from "@novu/api/models/components";

let value: MessageActionResultType = "primary";
let value: MessageActionResultType = "secondary";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/messagebuttontype.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { MessageButtonType } from "@novu/api/models/components";

let value: MessageButtonType = "secondary";
let value: MessageButtonType = "primary";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/messagemarkasrequestdto.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let value: MessageMarkAsRequestDto = {
messageId: [
"<id>",
],
markAs: "unread",
markAs: "seen",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/messageresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let value: MessageResponseDto = {
createdAt: "<value>",
content: "<value>",
transactionId: "<id>",
channel: "sms",
channel: "push",
read: false,
seen: false,
cta: {
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/messageresponsedtochannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { MessageResponseDtoChannel } from "@novu/api/models/components";

let value: MessageResponseDtoChannel = "sms";
let value: MessageResponseDtoChannel = "chat";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```typescript
const value: components.DigestRegularMetadata = {
type: "backoff",
type: "regular",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/monthlytype.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { MonthlyType } from "@novu/api/models/components";

let value: MonthlyType = "on";
let value: MonthlyType = "each";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/on.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { On } from "@novu/api/models/components";

let value: On = "payload";
let value: On = "subscriber";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Operator } from "@novu/api/models/components";

let value: Operator = "NOT_IN";
let value: Operator = "ANY_IN";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/ordinalvalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { OrdinalValue } from "@novu/api/models/components";

let value: OrdinalValue = "saturday";
let value: OrdinalValue = "tuesday";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/providerid.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The provider identifier for the credentials
```typescript
import { ProviderId } from "@novu/api/models/components";

let value: ProviderId = "ryver";
let value: ProviderId = "msteams";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Source } from "@novu/api/models/components";

let value: Source = "Credentials";
let value: Source = "Internal";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { Status } from "@novu/api/models/components";

let value: Status = "ReadConfirmation";
let value: Status = "Queued";
```

## Values
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/stepfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { StepFilter } from "@novu/api/models/components";

let value: StepFilter = {
isNegated: false,
type: "STATEMENT",
value: "AND",
type: "BOOLEAN",
value: "OR",
children: [
{
field: "<value>",
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/stepfiltertype.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { StepFilterType } from "@novu/api/models/components";

let value: StepFilterType = "BOOLEAN";
let value: StepFilterType = "DATE";
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/textalign.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { TextAlign } from "@novu/api/models/components";

let value: TextAlign = "center";
let value: TextAlign = "left";
```

## Values
Expand Down
3 changes: 2 additions & 1 deletion docs/models/components/triggereventrequestdto.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ let value: TriggerEventRequestDto = {
overrides: {},
to: [
{
subscriberId: "<id>",
topicKey: "<value>",
type: "Topic",
},
],
};
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/triggereventresponsedtostatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Status for trigger
```typescript
import { TriggerEventResponseDtoStatus } from "@novu/api/models/components";

let value: TriggerEventResponseDtoStatus = "processed";
let value: TriggerEventResponseDtoStatus = "trigger_not_active";
```

## Values
Expand Down
Loading

0 comments on commit 77974bf

Please sign in to comment.