Skip to content

Commit 9bd8dd8

Browse files
speakeasybotunclesp1d3r
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.374.2
1 parent 7a8d914 commit 9bd8dd8

File tree

14 files changed

+94
-25
lines changed

14 files changed

+94
-25
lines changed

.speakeasy/gen.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
lockVersion: 2.0.0
22
id: 11fa8266-8454-49fd-ba7b-d5f8744980cc
33
management:
4-
docChecksum: e8cdc61afbd2d2702a781fb941e4b316
4+
docChecksum: ffd5c78a824ed99edfd2998e6f650e78
55
docVersion: "1.3"
6-
speakeasyVersion: 1.352.2
7-
generationVersion: 2.385.2
8-
releaseVersion: 0.7.2
9-
configChecksum: 2a85ef055c1fc2057a3b4cd0423d47f4
6+
speakeasyVersion: 1.374.2
7+
generationVersion: 2.401.2
8+
releaseVersion: 0.8.0
9+
configChecksum: e474d09e01d994fefca2fc8b685a8d60
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
15-
constsAndDefaults: 0.1.4
16-
core: 3.5.3
15+
constsAndDefaults: 0.1.6
16+
core: 3.5.4
1717
defaultEnabledRetries: 0.2.0
1818
downloadStreams: 0.1.1
19-
envVarSecurityUsage: 0.2.2
19+
envVarSecurityUsage: 0.3.0
2020
flattening: 2.81.1
2121
globalSecurity: 2.82.10
2222
globalSecurityCallbacks: 0.1.0

.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.7.2
15+
version: 0.8.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.352.2
1+
speakeasyVersion: 1.374.2
22
sources:
33
CipherSwarm_agent_api:
44
sourceNamespace: cipher-swarm-agent-api
5-
sourceRevisionDigest: sha256:5bb80e535683ace0c88ede03a4f370d010292ebefb82fbc518aff581c84d5a7e
6-
sourceBlobDigest: sha256:fd8413e001849053099da154c3c8c1a5622c46d685ac624d6e63e302d0d5b212
5+
sourceRevisionDigest: sha256:38ff0ae289040de3e4b516b270eafc9db5efd21a01c9aa794bca1be8a91e2bff
6+
sourceBlobDigest: sha256:70e7c35f151b77a4dae5c9f5cbf35fbb4da1ffcdf7edd074664d6f06f6f2962c
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:5bb80e535683ace0c88ede03a4f370d010292ebefb82fbc518aff581c84d5a7e
15-
sourceBlobDigest: sha256:fd8413e001849053099da154c3c8c1a5622c46d685ac624d6e63e302d0d5b212
14+
sourceRevisionDigest: sha256:38ff0ae289040de3e4b516b270eafc9db5efd21a01c9aa794bca1be8a91e2bff
15+
sourceBlobDigest: sha256:70e7c35f151b77a4dae5c9f5cbf35fbb4da1ffcdf7edd074664d6f06f6f2962c
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,14 @@ Based on:
228228
### Generated
229229
- [go v0.7.2] .
230230
### Releases
231-
- [Go v0.7.2] https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go/releases/tag/v0.7.2 - .
231+
- [Go v0.7.2] https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go/releases/tag/v0.7.2 - .
232+
233+
## 2024-08-18 00:25:40
234+
### Changes
235+
Based on:
236+
- OpenAPI Doc
237+
- Speakeasy CLI 1.374.2 (2.401.2) https://github.com/speakeasy-api/speakeasy
238+
### Generated
239+
- [go v0.8.0] .
240+
### Releases
241+
- [Go v0.8.0] https://github.com/unclesp1d3r/cipherswarm-agent-sdk-go/releases/tag/v0.8.0 - .

cipherswarmagentsdk.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ func New(opts ...SDKOption) *CipherSwarmAgentSDK {
197197
sdkConfiguration: sdkConfiguration{
198198
Language: "go",
199199
OpenAPIDocVersion: "1.3",
200-
SDKVersion: "0.7.2",
201-
GenVersion: "2.385.2",
202-
UserAgent: "speakeasy-sdk/go 0.7.2 2.385.2 1.3 github.com/unclesp1d3r/cipherswarm-agent-sdk-go",
200+
SDKVersion: "0.8.0",
201+
GenVersion: "2.401.2",
202+
UserAgent: "speakeasy-sdk/go 0.8.0 2.401.2 1.3 github.com/unclesp1d3r/cipherswarm-agent-sdk-go",
203203
ServerDefaults: []map[string]string{
204204
{
205205
"defaultHost": "www.example.com",

docs/models/components/attack.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
| `HashListID` | *int64* | :heavy_check_mark: | The id of the hash list |
2828
| `WordLists` | [][components.AttackResourceFile](../../models/components/attackresourcefile.md) | :heavy_minus_sign: | The word lists to use in the attack |
2929
| `RuleLists` | [][components.AttackResourceFile](../../models/components/attackresourcefile.md) | :heavy_minus_sign: | The rule lists to use in the attack |
30+
| `MaskLists` | [][components.AttackResourceFile](../../models/components/attackresourcefile.md) | :heavy_minus_sign: | The mask lists to use in the attack |
3031
| `HashMode` | **int64* | :heavy_minus_sign: | The hashcat hash mode |
3132
| `HashListURL` | *string* | :heavy_check_mark: | The download URL for the hash list |
3233
| `HashListChecksum` | *string* | :heavy_check_mark: | The MD5 checksum of the hash list |

docs/sdks/agents/README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ func main() {
4545
}
4646
```
4747

48+
49+
4850
### Parameters
4951

5052
| Parameter | Type | Required | Description |
@@ -85,9 +87,9 @@ func main() {
8587
var id int64 = 828119
8688

8789
var requestBody *operations.UpdateAgentRequestBody = &operations.UpdateAgentRequestBody{
88-
ID: 22168,
89-
Name: "gleichner",
90-
ClientSignature: "TempleOS, TempleOS 5.03",
90+
ID: 2140,
91+
Name: "lebsack",
92+
ClientSignature: "Windows, Windows Server 2016",
9193
OperatingSystem: "linux",
9294
Devices: []string{
9395
"cpu",
@@ -105,6 +107,8 @@ func main() {
105107
}
106108
```
107109

110+
111+
108112
### Parameters
109113

110114
| Parameter | Type | Required | Description |
@@ -154,6 +158,8 @@ func main() {
154158
}
155159
```
156160

161+
162+
157163
### Parameters
158164

159165
| Parameter | Type | Required | Description |
@@ -215,6 +221,8 @@ func main() {
215221
}
216222
```
217223

224+
225+
218226
### Parameters
219227

220228
| Parameter | Type | Required | Description |
@@ -265,6 +273,8 @@ func main() {
265273
}
266274
```
267275

276+
277+
268278
### Parameters
269279

270280
| Parameter | Type | Required | Description |
@@ -314,6 +324,8 @@ func main() {
314324
}
315325
```
316326

327+
328+
317329
### Parameters
318330

319331
| Parameter | Type | Required | Description |

docs/sdks/attacks/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ func main() {
4141
}
4242
```
4343

44+
45+
4446
### Parameters
4547

4648
| Parameter | Type | Required | Description |
@@ -89,6 +91,8 @@ func main() {
8991
}
9092
```
9193

94+
95+
9296
### Parameters
9397

9498
| Parameter | Type | Required | Description |

docs/sdks/client/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ func main() {
4141
}
4242
```
4343

44+
45+
4446
### Parameters
4547

4648
| Parameter | Type | Required | Description |
@@ -88,6 +90,8 @@ func main() {
8890
}
8991
```
9092

93+
94+
9195
### Parameters
9296

9397
| Parameter | Type | Required | Description |

docs/sdks/crackers/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ func main() {
4040
}
4141
```
4242

43+
44+
4345
### Parameters
4446

4547
| Parameter | Type | Required | Description |

docs/sdks/tasks/README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ func main() {
4747
}
4848
```
4949

50+
51+
5052
### Parameters
5153

5254
| Parameter | Type | Required | Description |
@@ -94,6 +96,8 @@ func main() {
9496
}
9597
```
9698

99+
100+
97101
### Parameters
98102

99103
| Parameter | Type | Required | Description |
@@ -135,7 +139,7 @@ func main() {
135139
var id int64 = 302642
136140

137141
var hashcatResult *components.HashcatResult = &components.HashcatResult{
138-
Timestamp: types.MustTimeFromString("2024-08-05T20:08:12.038-04:00"),
142+
Timestamp: types.MustTimeFromString("2024-08-16T21:45:02.288-04:00"),
139143
Hash: "dummy_hash",
140144
PlainText: "dummy_plain",
141145
}
@@ -150,6 +154,8 @@ func main() {
150154
}
151155
```
152156

157+
158+
153159
### Parameters
154160

155161
| Parameter | Type | Required | Description |
@@ -243,6 +249,8 @@ func main() {
243249
}
244250
```
245251

252+
253+
246254
### Parameters
247255

248256
| Parameter | Type | Required | Description |
@@ -292,6 +300,8 @@ func main() {
292300
}
293301
```
294302

303+
304+
295305
### Parameters
296306

297307
| Parameter | Type | Required | Description |
@@ -340,6 +350,8 @@ func main() {
340350
}
341351
```
342352

353+
354+
343355
### Parameters
344356

345357
| Parameter | Type | Required | Description |
@@ -388,6 +400,8 @@ func main() {
388400
}
389401
```
390402

403+
404+
391405
### Parameters
392406

393407
| Parameter | Type | Required | Description |
@@ -437,6 +451,8 @@ func main() {
437451
}
438452
```
439453

454+
455+
440456
### Parameters
441457

442458
| Parameter | Type | Required | Description |

internal/utils/json.go

+9-3
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,17 @@ func UnmarshalJSON(b []byte, v interface{}, tag reflect.StructTag, topLevel bool
165165
if field.Tag.Get("const") != "" {
166166
if r, ok := unmarhsaled[fieldName]; ok {
167167
val := string(r)
168+
168169
if strings.HasPrefix(val, `"`) && strings.HasSuffix(val, `"`) {
169-
val = val[1 : len(val)-1]
170+
var err error
171+
val, err = strconv.Unquote(val)
172+
if err != nil {
173+
return fmt.Errorf("failed to unquote const field `%s` value `%s`: %w", fieldName, val, err)
174+
}
170175
}
171-
if val != field.Tag.Get("const") {
172-
return fmt.Errorf("const field %s does not match expected value %s", fieldName, field.Tag.Get("const"))
176+
constValue := field.Tag.Get("const")
177+
if val != constValue {
178+
return fmt.Errorf("const field `%s` does not match expected value `%s` got `%s`", fieldName, constValue, val)
173179
}
174180

175181
delete(unmarhsaled, fieldName)

internal/utils/security.go

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ type securityTag struct {
2121
Name string
2222
Type string
2323
SubType string
24+
Env string
2425
}
2526

2627
func PopulateSecurity(ctx context.Context, req *http.Request, securitySource func(context.Context) (interface{}, error)) error {
@@ -227,6 +228,7 @@ func parseSecurityTag(field reflect.StructField) *securityTag {
227228
name := ""
228229
securityType := ""
229230
securitySubType := ""
231+
env := ""
230232

231233
options := strings.Split(tag, ",")
232234
for _, optionConf := range options {
@@ -246,6 +248,8 @@ func parseSecurityTag(field reflect.StructField) *securityTag {
246248
option = true
247249
case "scheme":
248250
scheme = true
251+
case "env":
252+
env = parts[1]
249253
}
250254
}
251255

@@ -257,6 +261,7 @@ func parseSecurityTag(field reflect.StructField) *securityTag {
257261
Name: name,
258262
Type: securityType,
259263
SubType: securitySubType,
264+
Env: env,
260265
}
261266
}
262267

models/components/attack.go

+9
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ type Attack struct {
8989
WordLists []AttackResourceFile `json:"word_lists,omitempty"`
9090
// The rule lists to use in the attack
9191
RuleLists []AttackResourceFile `json:"rule_lists,omitempty"`
92+
// The mask lists to use in the attack
93+
MaskLists []AttackResourceFile `json:"mask_lists,omitempty"`
9294
// The hashcat hash mode
9395
HashMode *int64 `default:"0" json:"hash_mode"`
9496
// The download URL for the hash list
@@ -264,6 +266,13 @@ func (o *Attack) GetRuleLists() []AttackResourceFile {
264266
return o.RuleLists
265267
}
266268

269+
func (o *Attack) GetMaskLists() []AttackResourceFile {
270+
if o == nil {
271+
return nil
272+
}
273+
return o.MaskLists
274+
}
275+
267276
func (o *Attack) GetHashMode() *int64 {
268277
if o == nil {
269278
return nil

0 commit comments

Comments
 (0)