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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: 6a2d7b70-1321-499a-8677-a99a42c2e4b6
management:
docChecksum: 5f0ec54777c11a6c24136f52886e9b22
docChecksum: a42aa2746a16bea0ef700d5b8dc8a67e
docVersion: 0.0.1
speakeasyVersion: 1.583.0
generationVersion: 2.658.3
releaseVersion: 1.0.5
configChecksum: 233e2a24d390d2d727e55b10845113f4
speakeasyVersion: 1.592.1
generationVersion: 2.667.0
releaseVersion: 1.0.6
configChecksum: 02537cc7bbbfa4dd46d15044c8f2b1dc
repoURL: https://github.com/firehydrant/firehydrant-typescript-sdk.git
installationURL: https://github.com/firehydrant/firehydrant-typescript-sdk
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.12
core: 3.21.14
core: 3.21.16
defaultEnabledRetries: 0.1.0
devContainers: 2.90.0
enumUnions: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 1.0.5
version: 1.0.6
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.583.0
speakeasyVersion: 1.592.1
sources:
firehydrant-oas:
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:fa6c31f30b224a35fe7a012762013c710723e494d22601c441b1a65584ec664a
sourceBlobDigest: sha256:484c7f9b6ce19a105a0794931b98d5f1e1b5fe017ca8a43459a51b5a0d23f1b3
sourceRevisionDigest: sha256:1fd1e67c6e7d9e01e291549a2a32aaa2cecb90b3d58f0a68d9618c93a75b4afb
sourceBlobDigest: sha256:841314665b4dd2299be4b0901b5586ffe8099218249b766ca30a24e2188ee217
tags:
- latest
- speakeasy-sdk-regen-1752624505
- speakeasy-sdk-regen-1753402107
- 0.0.1
firehydrant-typescript-sdk-OAS:
sourceNamespace: firehydrant-typescript-sdk-oas
Expand All @@ -19,10 +19,10 @@ targets:
firehydrant-typescript-sdk:
source: firehydrant-oas
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:fa6c31f30b224a35fe7a012762013c710723e494d22601c441b1a65584ec664a
sourceBlobDigest: sha256:484c7f9b6ce19a105a0794931b98d5f1e1b5fe017ca8a43459a51b5a0d23f1b3
sourceRevisionDigest: sha256:1fd1e67c6e7d9e01e291549a2a32aaa2cecb90b3d58f0a68d9618c93a75b4afb
sourceBlobDigest: sha256:841314665b4dd2299be4b0901b5586ffe8099218249b766ca30a24e2188ee217
codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
codeSamplesRevisionDigest: sha256:7599981dd6b75c7342fb0287f6d315dd8bde2da554ab5ad02ee857ec4c512394
codeSamplesRevisionDigest: sha256:646e1bf733bf4e29412422cd08cead5ed08ba9b85b25d557d0e3d2b1c1494e93
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,14 @@ Based on:
### Generated
- [typescript v1.0.5] .
### Releases
- [NPM v1.0.5] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.5 - .
- [NPM v1.0.5] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.5 - .

## 2025-07-30 00:08:44
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.592.1 (2.667.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.0.6] .
### Releases
- [NPM v1.0.6] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.6 - .
2 changes: 1 addition & 1 deletion docs/models/operations/listalertsrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ let value: ListAlertsRequest = {};
| `services` | *string* | :heavy_minus_sign: | A comma separated list of service IDs. This currently only works for Signals alerts. |
| `tags` | *string* | :heavy_minus_sign: | A comma separated list of tags. This currently only works for Signals alerts. |
| `tagMatchStrategy` | [operations.ListAlertsTagMatchStrategy](../../models/operations/listalertstagmatchstrategy.md) | :heavy_minus_sign: | The strategy to match tags. `any` will return alerts that have at least one of the supplied tags, `match_all` will return only alerts that have all of the supplied tags, and `exclude` will only return alerts that have none of the supplied tags. This currently only works for Signals alerts. |
| `statuses` | *string* | :heavy_minus_sign: | A comma separated list of statuses to filter by. Valid statuses are: opened, acknowledged, resolved, ignored, expired, or linked |
| `statuses` | *string* | :heavy_minus_sign: | A comma separated list of statuses to filter by. Valid statuses are: opened, acknowledged, resolved, ignored, expired, linked, or snoozed |
6 changes: 6 additions & 0 deletions docs/sdks/accountsettings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Simple endpoint to verify your API connection is working

### Example Usage

<!-- UsageSnippet language="typescript" operationID="ping" method="get" path="/v1/ping" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -87,6 +88,7 @@ List the organization's entitlements

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_entitlements" method="get" path="/v1/entitlements" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -155,6 +157,7 @@ Simple endpoint to verify your API connection is working

### Example Usage

<!-- UsageSnippet language="typescript" operationID="ping_noauth" method="get" path="/v1/noauth/ping" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -222,6 +225,7 @@ Get initial application configuration

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_bootstrap" method="get" path="/v1/bootstrap" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -289,6 +293,7 @@ Retrieves the current AI preferences

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_ai_preferences" method="get" path="/v1/ai/preferences" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -356,6 +361,7 @@ Updates the AI preferences

### Example Usage

<!-- UsageSnippet language="typescript" operationID="update_ai_preferences" method="patch" path="/v1/ai/preferences" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down
8 changes: 8 additions & 0 deletions docs/sdks/alerts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ List alerts that have been attached to an incident

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_incident_alerts" method="get" path="/v1/incidents/{incident_id}/alerts" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -94,6 +95,7 @@ Add an alert to an incident. FireHydrant needs to have ingested the alert from a

### Example Usage

<!-- UsageSnippet language="typescript" operationID="create_incident_alert" method="post" path="/v1/incidents/{incident_id}/alerts" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -172,6 +174,7 @@ Setting an alert as primary will overwrite milestone times in the FireHydrant in

### Example Usage

<!-- UsageSnippet language="typescript" operationID="update_incident_alert_primary" method="patch" path="/v1/incidents/{incident_id}/alerts/{incident_alert_id}/primary" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -252,6 +255,7 @@ Remove an alert from an incident

### Example Usage

<!-- UsageSnippet language="typescript" operationID="delete_incident_alert" method="delete" path="/v1/incidents/{incident_id}/alerts/{incident_alert_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -326,6 +330,7 @@ Retrieve all alerts from third parties

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_alerts" method="get" path="/v1/alerts" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -394,6 +399,7 @@ Retrieve a single alert

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_alert" method="get" path="/v1/alerts/{alert_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -466,6 +472,7 @@ Processing Log Entries for a specific alert

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_processing_log_entries" method="get" path="/v1/processing_log_entries" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -534,6 +541,7 @@ Update a Signal alert

### Example Usage

<!-- UsageSnippet language="typescript" operationID="update_signals_alert" method="patch" path="/v1/signals/alerts/{id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down
11 changes: 11 additions & 0 deletions docs/sdks/audiences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ List all audiences

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_audiences" method="get" path="/v1/audiences" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -93,6 +94,7 @@ Create a new audience

### Example Usage

<!-- UsageSnippet language="typescript" operationID="create_audience" method="post" path="/v1/audiences" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -179,6 +181,7 @@ Get audience details

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_audience" method="get" path="/v1/audiences/{audience_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -251,6 +254,7 @@ Archive an audience

### Example Usage

<!-- UsageSnippet language="typescript" operationID="archive_audience" method="delete" path="/v1/audiences/{audience_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -323,6 +327,7 @@ Update an existing audience

### Example Usage

<!-- UsageSnippet language="typescript" operationID="update_audience" method="patch" path="/v1/audiences/{audience_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -395,6 +400,7 @@ Restore a previously archived audience

### Example Usage

<!-- UsageSnippet language="typescript" operationID="restore_audience" method="patch" path="/v1/audiences/{audience_id}/restore" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -467,6 +473,7 @@ Get member's default audience

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_member_default_audience" method="get" path="/v1/audiences/member/{member_id}/default" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -539,6 +546,7 @@ Set member's default audience

### Example Usage

<!-- UsageSnippet language="typescript" operationID="set_member_default_audience" method="put" path="/v1/audiences/member/{member_id}/default" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -617,6 +625,7 @@ Get the latest audience-specific summary for an incident

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_audience_summary" method="get" path="/v1/audiences/{audience_id}/summaries/{incident_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -691,6 +700,7 @@ Generate a new audience-specific summary for an incident

### Example Usage

<!-- UsageSnippet language="typescript" operationID="generate_audience_summary" method="post" path="/v1/audiences/{audience_id}/summaries/{incident_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -765,6 +775,7 @@ List all audience summaries for an incident

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_audience_summaries" method="get" path="/v1/audiences/summaries/{incident_id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down
2 changes: 2 additions & 0 deletions docs/sdks/auditevents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ List audit events

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_audit_events" method="get" path="/v1/audit_events" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -84,6 +85,7 @@ Get a single audit event

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_audit_event" method="get" path="/v1/audit_events/{id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down
6 changes: 6 additions & 0 deletions docs/sdks/callroutes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ List call routes for a team

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_team_call_routes" method="get" path="/v1/teams/{team_id}/call_routes" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -92,6 +93,7 @@ Create a call route for a team

### Example Usage

<!-- UsageSnippet language="typescript" operationID="create_team_call_route" method="post" path="/v1/teams/{team_id}/call_routes" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -174,6 +176,7 @@ List call routes for the organization

### Example Usage

<!-- UsageSnippet language="typescript" operationID="list_call_routes" method="get" path="/v1/signals/call_routes" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -242,6 +245,7 @@ Retrieve a call route by ID

### Example Usage

<!-- UsageSnippet language="typescript" operationID="get_call_route" method="get" path="/v1/signals/call_routes/{id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -314,6 +318,7 @@ Delete a call route by ID

### Example Usage

<!-- UsageSnippet language="typescript" operationID="delete_call_route" method="delete" path="/v1/signals/call_routes/{id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down Expand Up @@ -386,6 +391,7 @@ Update a call route by ID

### Example Usage

<!-- UsageSnippet language="typescript" operationID="update_call_route" method="patch" path="/v1/signals/call_routes/{id}" -->
```typescript
import { Firehydrant } from "firehydrant-typescript-sdk";

Expand Down
Loading