Skip to content

Commit a3568e8

Browse files
Merge pull request #31 from SquadcastHub/fix/remove-v1-folder-1
Fix/remove v1 folder 1
2 parents b9a07e8 + 0fce8c2 commit a3568e8

File tree

2,547 files changed

+3315
-2530
lines changed

Some content is hidden

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

2,547 files changed

+3315
-2530
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11

2-
<div align="center">
3-
<a href="https://codespaces.new/SquadcastHub/squadcast-sdk-go.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4-
</div>
5-
<br>
6-
72
> **Remember to shutdown a GitHub Codespace when it is not in use!**
83
94
# Dev Containers Quick Start
File renamed without changes.

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
branches:
1111
- main
1212
paths:
13-
- squadcastv1/.speakeasy/gen.lock
13+
- .speakeasy/gen.lock
1414
workflow_dispatch: {}
1515
jobs:
1616
publish:
File renamed without changes.
Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
lockVersion: 2.0.0
2-
id: 5681fcb7-9ba0-45f7-bfe6-07e0ceb77a13
2+
id: 7a7261d5-2250-476e-aec3-fbdbd07e5853
33
management:
44
docChecksum: 769e6824627e79042648a6973d8b77f1
55
docVersion: 1.0.0
66
speakeasyVersion: 1.639.1
77
generationVersion: 2.730.0
88
releaseVersion: 1.3.2
9-
configChecksum: 9b22b697b26d71710abb39dcd58878c8
10-
repoURL: https://github.com/SquadcastHub/squadcast-sdk-go.git
11-
repoSubDirectory: v1
12-
installationURL: https://github.com/SquadcastHub/squadcast-sdk-go/v1
9+
configChecksum: 7b1fad330e4f6f38ac63598902a81b27
1310
features:
1411
go:
1512
additionalDependencies: 0.1.0
@@ -7632,29 +7629,29 @@ examples:
76327629
teamID: "<id>"
76337630
responses:
76347631
"200":
7635-
application/json: {"data": [], "meta": {"totalCount": 172386, "orgTotalCount": 668999}}
7632+
application/json: {"data": [{"id": 621371, "name": "<value>", "isPublic": false, "domainName": "worthless-tuxedo.info", "customDomainName": "<value>", "timezone": "Asia/Almaty", "logoUrl": "https://breakable-operating.biz", "components": [{"id": 619329, "name": "<value>"}], "isCustomDomainEnabled": true, "isCustomARecordVerified": false, "isCustomTxtVerified": false, "txtRecord": "<value>", "aRecord": "<value>", "subscribersCount": 118955, "status": {"id": 317110, "name": "<value>", "color": "tan", "slug": "<value>"}, "underMaintenance": true, "statusMaintenance": {"id": 260383, "name": "<value>", "color": "lavender", "slug": "<value>"}, "ownerType": "<value>", "ownerID": "<id>"}], "meta": {"totalCount": 755127, "orgTotalCount": 412059}}
76367633
"400":
7637-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7634+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76387635
"401":
7639-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7636+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76407637
"402":
7641-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7638+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76427639
"403":
7643-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7640+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76447641
"404":
7645-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7642+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76467643
"409":
7647-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7644+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76487645
"422":
7649-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7646+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76507647
"500":
7651-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7648+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76527649
"502":
7653-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7650+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76547651
"503":
7655-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7652+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76567653
"504":
7657-
application/json: {"meta": {"status": 702343, "error_message": "<value>"}}
7654+
application/json: {"meta": {"status": "<value>", "error_message": "<value>"}}
76587655
StatusPages_createStatusPage:
76597656
speakeasy-default-status-pages-create-status-page:
76607657
requestBody:

.speakeasy/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ go:
4949
inputModelSuffix: input
5050
maxMethodParams: 4
5151
methodArguments: require-security-and-request
52-
modulePath: github.com/SquadcastHub/squadcast-sdk-go/squadcastv1
53-
packageName: github.com/SquadcastHub/squadcast-sdk-go/squadcastv1
52+
modulePath: github.com/SquadcastHub/squadcast-sdk-go/v1
5453
nullableOptionalWrapper: false
5554
outputModelSuffix: output
55+
packageName: github.com/SquadcastHub/squadcast-sdk-go
5656
respectRequiredFields: false
5757
responseFormat: envelope-http
5858
sdkPackageName: SquadcastSdk

.speakeasy/workflow.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sources:
66
sourceBlobDigest: sha256:3cffe56606c933039d1aff60f85362cc68d12c51e3d1d3db3b889296027d8f77
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761290262
109
- 1.0.0
1110
targets:
1211
squadcast-sdk:
@@ -15,7 +14,7 @@ targets:
1514
sourceRevisionDigest: sha256:ed0fcbcd0bbd50e67d4c0cf48618f4ed644cbecbe540b6264abe0c58dae64692
1615
sourceBlobDigest: sha256:3cffe56606c933039d1aff60f85362cc68d12c51e3d1d3db3b889296027d8f77
1716
codeSamplesNamespace: squadcast-go-code-samples
18-
codeSamplesRevisionDigest: sha256:2dfbb74f22080126268abe4cf589e7bae740065be1400633b1b566a5a29f491e
17+
codeSamplesRevisionDigest: sha256:169b3de3af8aad34df45d7872b260ca30064882a38bd9b83e9b6e593ced8c78c
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest
@@ -34,7 +33,7 @@ workflow:
3433
squadcast-sdk:
3534
target: go
3635
source: Squadcast
37-
output: v1
36+
output: .
3837
codeSamples:
3938
registry:
4039
location: registry.speakeasyapi.dev/swo/incident-response/squadcast-go-code-samples

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets:
1515
squadcast-sdk:
1616
target: go
1717
source: Squadcast
18-
output: squadcastv1
18+
output: .
1919
codeSamples:
2020
registry:
2121
location: registry.speakeasyapi.dev/swo/incident-response/squadcast-go-code-samples

0 commit comments

Comments
 (0)