File tree Expand file tree Collapse file tree 6 files changed +40
-19
lines changed
Expand file tree Collapse file tree 6 files changed +40
-19
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ generation:
3030 generateNewTests : true
3131 skipResponseBodyAssertions : false
3232go :
33- version : 1.3.0
33+ version : 1.3.2
3434 additionalDependencies : {}
3535 allowUnknownFieldsInWeakUnions : false
3636 baseErrorName : SquadcastSDKError
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:3cffe56606c933039d1aff60f85362cc68d12c51e3d1d3db3b889296027d8f77
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1761287149
9+ - speakeasy-sdk-regen-1761290262
1010 - 1.0.0
1111targets:
1212 squadcast-sdk:
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:ed0fcbcd0bbd50e67d4c0cf48618f4ed644cbecbe540b6264abe0c58dae64692
1616 sourceBlobDigest: sha256:3cffe56606c933039d1aff60f85362cc68d12c51e3d1d3db3b889296027d8f77
1717 codeSamplesNamespace: squadcast-go-code-samples
18- codeSamplesRevisionDigest: sha256:71e07cf185d1af567a85af054a79109816c79fa46460220bae5fb37d5d426f6d
18+ codeSamplesRevisionDigest: sha256:2dfbb74f22080126268abe4cf589e7bae740065be1400633b1b566a5a29f491e
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.639.1
77 generationVersion: 2.730.0
8- releaseVersion: 1.3.0
9- configChecksum: 4f8c309f4e379eb2aca50b012fd1d0d5
8+ releaseVersion: 1.3.2
9+ configChecksum: 9b22b697b26d71710abb39dcd58878c8
1010 repoURL: https://github.com/SquadcastHub/squadcast-sdk-go.git
1111 repoSubDirectory: v1
1212 installationURL: https://github.com/SquadcastHub/squadcast-sdk-go/v1
@@ -7626,8 +7626,8 @@ examples:
76267626 speakeasy-default-status-pages-list-status-pages:
76277627 parameters:
76287628 query:
7629- pageSize: null
7630- pageNumber: null
7629+ pageSize: 301790
7630+ pageNumber: 172386
76317631 filters.isPublic: "<value>"
76327632 teamID: "<id>"
76337633 responses:
@@ -8465,12 +8465,3 @@ examples:
84658465 "504":
84668466 application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
84678467examplesVersion: 1.0.2
8468- releaseNotes: |
8469- ## Go SDK Changes Detected:
8470- * `SquadcastSdk.EscalationPolicies.GetByTeam()`: `request` **Changed** **Breaking** :warning:
8471- * `SquadcastSdk.GlobalEventRules.List()`: `request.Request` **Changed** **Breaking** :warning:
8472- * `SquadcastSdk.GlobalEventRules.Rulesets.ListRulesetRules()`: `request.Request` **Changed** **Breaking** :warning:
8473- * `SquadcastSdk.Webforms.GetAll()`: `request` **Changed** **Breaking** :warning:
8474- * `SquadcastSdk.Workflows.List()`: `request.Request` **Changed** **Breaking** :warning:
8475- * `SquadcastSdk.Workflows.GetLogs()`: `request` **Changed** **Breaking** :warning:
8476- * `SquadcastSdk.StatusPages.List()`: `request` **Changed** **Breaking** :warning:
Original file line number Diff line number Diff line change @@ -18,4 +18,14 @@ Based on:
1818### Generated
1919- [ go v1.3.0] v1
2020### Releases
21- - [ Go v1.3.0] https://github.com/SquadcastHub/squadcast-sdk-go/releases/tag/v1/v1.3.0 - v1
21+ - [ Go v1.3.0] https://github.com/SquadcastHub/squadcast-sdk-go/releases/tag/v1/v1.3.0 - v1
22+
23+ ## 2025-10-24 07:17:25
24+ ### Changes
25+ Based on:
26+ - OpenAPI Doc
27+ - Speakeasy CLI 1.639.1 (2.730.0) https://github.com/speakeasy-api/speakeasy
28+ ### Generated
29+ - [ go v1.3.2] v1
30+ ### Releases
31+ - [ Go v1.3.2] https://github.com/SquadcastHub/squadcast-sdk-go/releases/tag/v1/v1.3.2 - v1
Original file line number Diff line number Diff line change @@ -16,6 +16,26 @@ import (
1616 "net/http"
1717)
1818
19+ // Incident Export
20+ // - This endpoint is used to export the incident details into a `csv` or `json` file.
21+ // - Requires `access_token` as a `Bearer {{token}}` in the `Authorization` header.
22+ // - Header field/value: `Content-Type`: `text/csv`
23+ //
24+ // Query Params:
25+ //
26+ // ```
27+ // type: csv or json
28+ // start_time: filter by date range
29+ // end_time: filter by date range
30+ // services: filter by services
31+ // sources: filter by alert sources
32+ // assigned_to: filter by assignee
33+ // status: filter by incident status
34+ // slo_affecting: filetr by slo affected
35+ // slos: filter by slos
36+ // tags: filter by tags key=value
37+ //
38+ // ```
1939type Export struct {
2040 rootSDK * SquadcastSDK
2141 sdkConfiguration config.SDKConfiguration
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ func WithTimeout(timeout time.Duration) SDKOption {
156156// New creates a new instance of the SDK with the provided options
157157func New (opts ... SDKOption ) * SquadcastSDK {
158158 sdk := & SquadcastSDK {
159- SDKVersion : "1.3.0 " ,
159+ SDKVersion : "1.3.2 " ,
160160 sdkConfiguration : config.SDKConfiguration {
161- UserAgent : "speakeasy-sdk/go 1.3.0 2.730.0 1.0.0 github.com/SquadcastHub/squadcast-sdk-go/v1" ,
161+ UserAgent : "speakeasy-sdk/go 1.3.2 2.730.0 1.0.0 github.com/SquadcastHub/squadcast-sdk-go/v1" ,
162162 ServerList : ServerList ,
163163 },
164164 hooks : hooks .New (),
You can’t perform that action at this time.
0 commit comments