Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit c14b7e9

Browse files
Merge pull request #29 from firehydrant/speakeasy-sdk-regen-1751933052
chore: 🐝 Update SDK - Generate 0.2.7
2 parents 5bbb4c9 + e0bb10f commit c14b7e9

File tree

188 files changed

+6511
-1539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+6511
-1539
lines changed

.speakeasy/gen.lock

Lines changed: 98 additions & 6 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
terraform:
27-
version: 0.2.6
27+
version: 0.2.7
2828
additionalDataSources: []
2929
additionalDependencies: {}
3030
additionalEphemeralResources: []

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.575.5
1+
speakeasyVersion: 1.580.1
22
sources:
33
firehydrant-oas:
44
sourceNamespace: firehydrant-oas
5-
sourceRevisionDigest: sha256:8d8cc1e55a80f8e8f0ebc1a9dba987013cfe8ef27dc2c969d24a5187e28600c3
6-
sourceBlobDigest: sha256:24dc8ddb88e3eb35338c2272388bbf7cbe688af0e60b36871008f9c078747916
5+
sourceRevisionDigest: sha256:9849cb15d78e2cbd6a68f0dba8fc081e002621add90567989a7630e9117dafb6
6+
sourceBlobDigest: sha256:164642ee8997c435b94dab11156991a67bb2465cf32055524619066ad0f7bebe
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751557646
9+
- speakeasy-sdk-regen-1751933052
1010
- 0.0.1
1111
firehydrant-terraform-sdk-OAS:
1212
sourceNamespace: firehydrant-terraform-sdk-oas
@@ -19,8 +19,8 @@ targets:
1919
firehydrant-terraform-sdk:
2020
source: firehydrant-oas
2121
sourceNamespace: firehydrant-oas
22-
sourceRevisionDigest: sha256:8d8cc1e55a80f8e8f0ebc1a9dba987013cfe8ef27dc2c969d24a5187e28600c3
23-
sourceBlobDigest: sha256:24dc8ddb88e3eb35338c2272388bbf7cbe688af0e60b36871008f9c078747916
22+
sourceRevisionDigest: sha256:9849cb15d78e2cbd6a68f0dba8fc081e002621add90567989a7630e9117dafb6
23+
sourceBlobDigest: sha256:164642ee8997c435b94dab11156991a67bb2465cf32055524619066ad0f7bebe
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ terraform {
139139
required_providers {
140140
firehydrant = {
141141
source = "firehydrant/firehydrant"
142-
version = "0.2.6"
142+
version = "0.2.7"
143143
}
144144
}
145145
}
@@ -163,6 +163,7 @@ provider "firehydrant" {
163163
* [firehydrant_incident_role_entity](docs/resources/incident_role_entity.md)
164164
* [firehydrant_incident_type_entity](docs/resources/incident_type_entity.md)
165165
* [firehydrant_priority_entity](docs/resources/priority_entity.md)
166+
* [firehydrant_retrospectives_template_entity](docs/resources/retrospectives_template_entity.md)
166167
* [firehydrant_runbook_entity](docs/resources/runbook_entity.md)
167168
* [firehydrant_scheduled_maintenance_entity](docs/resources/scheduled_maintenance_entity.md)
168169
* [firehydrant_service_dependency_entity](docs/resources/service_dependency_entity.md)
@@ -171,7 +172,9 @@ provider "firehydrant" {
171172
* [firehydrant_severity_matrix_condition_entity](docs/resources/severity_matrix_condition_entity.md)
172173
* [firehydrant_signals_api_call_route_entity](docs/resources/signals_api_call_route_entity.md)
173174
* [firehydrant_signals_api_email_target_entity](docs/resources/signals_api_email_target_entity.md)
175+
* [firehydrant_signals_api_escalation_policy_entity](docs/resources/signals_api_escalation_policy_entity.md)
174176
* [firehydrant_signals_api_grouping_entity](docs/resources/signals_api_grouping_entity.md)
177+
* [firehydrant_signals_api_notification_policy_item_entity](docs/resources/signals_api_notification_policy_item_entity.md)
175178
* [firehydrant_signals_api_rule_entity](docs/resources/signals_api_rule_entity.md)
176179
* [firehydrant_signals_api_transposer_entity](docs/resources/signals_api_transposer_entity.md)
177180
* [firehydrant_signals_api_webhook_target_entity](docs/resources/signals_api_webhook_target_entity.md)
@@ -233,6 +236,7 @@ provider "firehydrant" {
233236
* [firehydrant_signals_api_escalation_policy_entity](docs/data-sources/signals_api_escalation_policy_entity.md)
234237
* [firehydrant_signals_api_grouping_entity](docs/data-sources/signals_api_grouping_entity.md)
235238
* [firehydrant_signals_api_groupings_entities](docs/data-sources/signals_api_groupings_entities.md)
239+
* [firehydrant_signals_api_notification_policy_item_entity](docs/data-sources/signals_api_notification_policy_item_entity.md)
236240
* [firehydrant_signals_api_on_call_schedule_entity](docs/data-sources/signals_api_on_call_schedule_entity.md)
237241
* [firehydrant_signals_api_on_call_shift_entity](docs/data-sources/signals_api_on_call_shift_entity.md)
238242
* [firehydrant_signals_api_rule_entity](docs/data-sources/signals_api_rule_entity.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [terraform v0.2.6] .
130130
### Releases
131-
- [Terraform v0.2.6] https://registry.terraform.io/providers/firehydrant/firehydrant/0.2.6 - .
131+
- [Terraform v0.2.6] https://registry.terraform.io/providers/firehydrant/firehydrant/0.2.6 - .
132+
133+
## 2025-07-10 00:04:01
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.580.1 (2.656.3) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [terraform v0.2.7] .
140+
### Releases
141+
- [Terraform v0.2.7] https://registry.terraform.io/providers/firehydrant/firehydrant/0.2.7 - .

docs/data-sources/alerts_alert_entity.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Read-Only:
126126
- `id` (String)
127127
- `is_pageable` (Boolean)
128128
- `name` (String)
129+
- `team_id` (String)
129130
- `type` (String)
130131

131132

@@ -258,6 +259,7 @@ Read-Only:
258259
- `id` (String)
259260
- `is_pageable` (Boolean)
260261
- `name` (String)
262+
- `team_id` (String)
261263
- `type` (String)
262264

263265

@@ -318,6 +320,7 @@ Read-Only:
318320
- `id` (String)
319321
- `is_pageable` (Boolean)
320322
- `name` (String)
323+
- `team_id` (String)
321324
- `type` (String)
322325

323326

@@ -330,4 +333,5 @@ Read-Only:
330333
- `id` (String)
331334
- `is_pageable` (Boolean)
332335
- `name` (String)
336+
- `team_id` (String)
333337
- `type` (String)

docs/data-sources/incident_entity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Read-Only:
8989
- `has_translated_transcripts` (Boolean)
9090
- `id` (String)
9191
- `language_codes` (List of String) A list of language codes that have translated transcripts for this conference bridge
92+
- `previous_host_assignment` (String)
9293
- `transcription_status` (String)
9394
- `transcription_sub_code` (String)
9495

docs/data-sources/incident_type_entity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ Read-Only:
384384
- `has_translated_transcripts` (Boolean)
385385
- `id` (String)
386386
- `language_codes` (List of String) A list of language codes that have translated transcripts for this conference bridge
387+
- `previous_host_assignment` (String)
387388
- `transcription_status` (String)
388389
- `transcription_sub_code` (String)
389390

docs/data-sources/incidents_conference_bridge_entity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ data "firehydrant_incidents_conference_bridge_entity" "my_incidents_conferencebr
3434
- `attachments` (Attributes List) A list of objects attached to this item. Can be one of: LinkEntity, CustomerSupportIssueEntity, or GenericAttachmentEntity (see [below for nested schema](#nestedatt--attachments))
3535
- `has_translated_transcripts` (Boolean)
3636
- `language_codes` (List of String) A list of language codes that have translated transcripts for this conference bridge
37+
- `previous_host_assignment` (String)
3738
- `transcription_status` (String)
3839
- `transcription_sub_code` (String)
3940

docs/data-sources/incidents_conference_bridges_entities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ data "firehydrant_incidents_conference_bridges_entities" "my_incidents_conferenc
3131
- `has_translated_transcripts` (Boolean)
3232
- `id` (String) The ID of this resource.
3333
- `language_codes` (List of String) A list of language codes that have translated transcripts for this conference bridge
34+
- `previous_host_assignment` (String)
3435
- `transcription_status` (String)
3536
- `transcription_sub_code` (String)
3637

0 commit comments

Comments
 (0)