Skip to content

Commit b6eb681

Browse files
speakeasybotunclesp1d3r
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.348.1
1 parent b5b6fc3 commit b6eb681

Some content is hidden

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

77 files changed

+597
-141
lines changed

.speakeasy/gen.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
lockVersion: 2.0.0
22
id: 11fa8266-8454-49fd-ba7b-d5f8744980cc
33
management:
4-
docChecksum: 4f728fefb6d3bc4a3331bcf2a2dad6a0
4+
docChecksum: e2bae62cd19e38c86351424f287fb7ea
55
docVersion: "1.3"
6-
speakeasyVersion: 1.331.0
7-
generationVersion: 2.365.0
8-
releaseVersion: 0.6.0
9-
configChecksum: c349820837324f5ec68751c8c5ba4b9b
6+
speakeasyVersion: 1.348.1
7+
generationVersion: 2.380.1
8+
releaseVersion: 0.7.0
9+
configChecksum: cf090c9c452654109f57cc3ecdb0b7aa
1010
repoURL: https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go.git
1111
installationURL: https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go
1212
features:
1313
go:
1414
additionalDependencies: 0.1.0
1515
constsAndDefaults: 0.1.4
16-
core: 3.4.15
16+
core: 3.5.2
1717
defaultEnabledRetries: 0.2.0
1818
downloadStreams: 0.1.1
19+
envVarSecurityUsage: 0.2.1
1920
flattening: 2.81.1
2021
globalSecurity: 2.82.9
2122
globalSecurityCallbacks: 0.1.0
@@ -67,6 +68,7 @@ generatedFiles:
6768
- /models/operations/settaskaccepted.go
6869
- /models/operations/settaskexhausted.go
6970
- /models/operations/settaskabandoned.go
71+
- /models/operations/gettaskzaps.go
7072
- /models/operations/getconfiguration.go
7173
- /models/operations/authenticate.go
7274
- /models/components/agent.go
@@ -119,6 +121,8 @@ generatedFiles:
119121
- docs/models/operations/settaskexhaustedresponse.md
120122
- docs/models/operations/settaskabandonedrequest.md
121123
- docs/models/operations/settaskabandonedresponse.md
124+
- docs/models/operations/gettaskzapsrequest.md
125+
- docs/models/operations/gettaskzapsresponse.md
122126
- docs/models/operations/getconfigurationresponse.md
123127
- docs/models/operations/authenticateresponse.md
124128
- docs/models/components/state.md
@@ -157,3 +161,4 @@ generatedFiles:
157161
- models/operations/options.go
158162
- .gitattributes
159163
- internal/hooks/hooks.go
164+
- CONTRIBUTING.md

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
go:
15-
version: 0.6.0
15+
version: 0.7.0
1616
additionalDependencies: {}
1717
allowUnknownFieldsInWeakUnions: false
1818
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.331.0
1+
speakeasyVersion: 1.348.1
22
sources:
33
CipherSwarm_agent_api:
44
sourceNamespace: cipher-swarm-agent-api
5-
sourceRevisionDigest: sha256:cdd03cc7830e50a6c5179264b899606b575587c335906a465b83378d7ae052fe
6-
sourceBlobDigest: sha256:170ff52a6a51d8d42511f411476e5e72d3c481ba33cb4df82c22f1d214b3fbff
5+
sourceRevisionDigest: sha256:5ed855a34cf9f1791eb784f9623e79df08508dc4dc8a04c9f2241905ce87e875
6+
sourceBlobDigest: sha256:1635d1c112ed51dd58062a41a8ffc1265645254059be6b24dfc24e8d44f00d7d
77
tags:
88
- latest
99
- main
1010
targets:
1111
golang-sdk:
1212
source: CipherSwarm_agent_api
1313
sourceNamespace: cipher-swarm-agent-api
14-
sourceRevisionDigest: sha256:cdd03cc7830e50a6c5179264b899606b575587c335906a465b83378d7ae052fe
15-
sourceBlobDigest: sha256:170ff52a6a51d8d42511f411476e5e72d3c481ba33cb4df82c22f1d214b3fbff
14+
sourceRevisionDigest: sha256:5ed855a34cf9f1791eb784f9623e79df08508dc4dc8a04c9f2241905ce87e875
15+
sourceBlobDigest: sha256:1635d1c112ed51dd58062a41a8ffc1265645254059be6b24dfc24e8d44f00d7d
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

CONTRIBUTING.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4+
5+
## How to Report Issues
6+
7+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ import (
4040
"context"
4141
cipherswarmagentsdkgo "github.com/unclesp1d3r/cipherswarm-agent-sdk-go"
4242
"log"
43+
"os"
4344
)
4445

4546
func main() {
4647
s := cipherswarmagentsdkgo.New(
47-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
48+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
4849
)
4950
var id int64 = 135003
5051
ctx := context.Background()
@@ -90,6 +91,7 @@ func main() {
9091
* [SetTaskAccepted](docs/sdks/tasks/README.md#settaskaccepted) - Accept Task
9192
* [SetTaskExhausted](docs/sdks/tasks/README.md#settaskexhausted) - Notify of Exhausted Task
9293
* [SetTaskAbandoned](docs/sdks/tasks/README.md#settaskabandoned) - Abandon Task
94+
* [GetTaskZaps](docs/sdks/tasks/README.md#gettaskzaps) - Get Completed Hashes
9395

9496
### [Client](docs/sdks/client/README.md)
9597

@@ -118,11 +120,12 @@ import (
118120
cipherswarmagentsdkgo "github.com/unclesp1d3r/cipherswarm-agent-sdk-go"
119121
"github.com/unclesp1d3r/cipherswarm-agent-sdk-go/models/sdkerrors"
120122
"log"
123+
"os"
121124
)
122125

123126
func main() {
124127
s := cipherswarmagentsdkgo.New(
125-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
128+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
126129
)
127130
var id int64 = 135003
128131
ctx := context.Background()
@@ -167,12 +170,13 @@ import (
167170
"context"
168171
cipherswarmagentsdkgo "github.com/unclesp1d3r/cipherswarm-agent-sdk-go"
169172
"log"
173+
"os"
170174
)
171175

172176
func main() {
173177
s := cipherswarmagentsdkgo.New(
174178
cipherswarmagentsdkgo.WithServerIndex(1),
175-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
179+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
176180
)
177181
var id int64 = 135003
178182
ctx := context.Background()
@@ -204,12 +208,13 @@ import (
204208
"context"
205209
cipherswarmagentsdkgo "github.com/unclesp1d3r/cipherswarm-agent-sdk-go"
206210
"log"
211+
"os"
207212
)
208213

209214
func main() {
210215
s := cipherswarmagentsdkgo.New(
211216
cipherswarmagentsdkgo.WithServerURL("https://{defaultHost}"),
212-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
217+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
213218
)
214219
var id int64 = 135003
215220
ctx := context.Background()
@@ -273,11 +278,12 @@ import (
273278
"context"
274279
cipherswarmagentsdkgo "github.com/unclesp1d3r/cipherswarm-agent-sdk-go"
275280
"log"
281+
"os"
276282
)
277283

278284
func main() {
279285
s := cipherswarmagentsdkgo.New(
280-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
286+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
281287
)
282288
var id int64 = 135003
283289
ctx := context.Background()
@@ -314,11 +320,12 @@ import (
314320
"github.com/unclesp1d3r/cipherswarm-agent-sdk-go/retry"
315321
"log"
316322
"models/operations"
323+
"os"
317324
)
318325

319326
func main() {
320327
s := cipherswarmagentsdkgo.New(
321-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
328+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
322329
)
323330
var id int64 = 135003
324331
ctx := context.Background()
@@ -352,6 +359,7 @@ import (
352359
cipherswarmagentsdkgo "github.com/unclesp1d3r/cipherswarm-agent-sdk-go"
353360
"github.com/unclesp1d3r/cipherswarm-agent-sdk-go/retry"
354361
"log"
362+
"os"
355363
)
356364

357365
func main() {
@@ -367,7 +375,7 @@ func main() {
367375
},
368376
RetryConnectionErrors: false,
369377
}),
370-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
378+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
371379
)
372380
var id int64 = 135003
373381
ctx := context.Background()

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [go v0.6.0] .
200200
### Releases
201-
- [Go v0.6.0] https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go/releases/tag/v0.6.0 - .
201+
- [Go v0.6.0] https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go/releases/tag/v0.6.0 - .
202+
203+
## 2024-07-29 23:18:08
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.348.1 (2.380.1) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [go v0.7.0] .
210+
### Releases
211+
- [Go v0.7.0] https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go/releases/tag/v0.7.0 - .

USAGE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ import (
66
"context"
77
cipherswarmagentsdkgo "github.com/unclesp1d3r/cipherswarm-agent-sdk-go"
88
"log"
9+
"os"
910
)
1011

1112
func main() {
1213
s := cipherswarmagentsdkgo.New(
13-
cipherswarmagentsdkgo.WithSecurity("<YOUR_BEARER_TOKEN_HERE>"),
14+
cipherswarmagentsdkgo.WithSecurity(os.Getenv("BEARER_AUTH")),
1415
)
1516
var id int64 = 135003
1617
ctx := context.Background()

agents.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
1+
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
22

33
package cipherswarmagentsdkgo
44

attacks.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
1+
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
22

33
package cipherswarmagentsdkgo
44

cipherswarmagentsdk.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
1+
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
22

33
package cipherswarmagentsdkgo
44

@@ -197,9 +197,9 @@ func New(opts ...SDKOption) *CipherSwarmAgentSDK {
197197
sdkConfiguration: sdkConfiguration{
198198
Language: "go",
199199
OpenAPIDocVersion: "1.3",
200-
SDKVersion: "0.6.0",
201-
GenVersion: "2.365.0",
202-
UserAgent: "speakeasy-sdk/go 0.6.0 2.365.0 1.3 github.com/unclesp1d3r/cipherswarm-agent-sdk-go",
200+
SDKVersion: "0.7.0",
201+
GenVersion: "2.380.1",
202+
UserAgent: "speakeasy-sdk/go 0.7.0 2.380.1 1.3 github.com/unclesp1d3r/cipherswarm-agent-sdk-go",
203203
ServerDefaults: []map[string]string{
204204
{
205205
"defaultHost": "www.example.com",

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
1+
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
22

33
package cipherswarmagentsdkgo
44

crackers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
1+
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
22

33
package cipherswarmagentsdkgo
44

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GetTaskZapsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `ID` | *int64* | :heavy_check_mark: | id |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetTaskZapsResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `RawResponse` | [*http.Response](https://pkg.go.dev/net/http#Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `ResponseStream` | *io.ReadCloser* | :heavy_minus_sign: | successful |

0 commit comments

Comments
 (0)