Skip to content

Commit a8d69c7

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.457.0
1 parent 5617159 commit a8d69c7

File tree

8 files changed

+64
-16
lines changed

8 files changed

+64
-16
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2858c6d9-f946-4185-ae68-3b8e708830fb
33
management:
4-
docChecksum: 3dbd165cb83aaf90203b78ec02c2a141
4+
docChecksum: 17684e14e65fca2909aaf49de5c6b935
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.456.0
7-
generationVersion: 2.481.0
8-
releaseVersion: 3.18.0
9-
configChecksum: 354718fd35427d9148d0975794a62853
6+
speakeasyVersion: 1.457.0
7+
generationVersion: 2.483.1
8+
releaseVersion: 3.18.1
9+
configChecksum: c1ece8608c364281f0a827bef08de74f
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.456.0
1+
speakeasyVersion: 1.457.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:6365903cff4208be088f1055c6ec1dadd68ae208da1287abeeabcf8275a18255
6-
sourceBlobDigest: sha256:ee4e1c74ebb80bf3690713051d38bee7fa0793818cd6fd2840b4b2dc9a082d0c
5+
sourceRevisionDigest: sha256:29c64fc9225aba541e6145dd3bdcedd4c4485f8eb66037285244a13d73961e9e
6+
sourceBlobDigest: sha256:2b1030ee3c1d82bb205f4230146d4632dcd59cc07c2eb266d5f294390b1188c3
77
tags:
88
- latest
99
- main
@@ -12,10 +12,10 @@ targets:
1212
speakeasy-client-sdk-go:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:6365903cff4208be088f1055c6ec1dadd68ae208da1287abeeabcf8275a18255
16-
sourceBlobDigest: sha256:ee4e1c74ebb80bf3690713051d38bee7fa0793818cd6fd2840b4b2dc9a082d0c
15+
sourceRevisionDigest: sha256:29c64fc9225aba541e6145dd3bdcedd4c4485f8eb66037285244a13d73961e9e
16+
sourceBlobDigest: sha256:2b1030ee3c1d82bb205f4230146d4632dcd59cc07c2eb266d5f294390b1188c3
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:7bc40136d5d76597231691ea355b7e8c7d8517462687b9a95051a107fc4a142e
18+
codeSamplesRevisionDigest: sha256:d4bc7236d9864a4639ad71a6e7331be630ba15755c57241c1b161d85d533b4e9
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,4 +1506,14 @@ Based on:
15061506
### Generated
15071507
- [go v3.18.0] .
15081508
### Releases
1509-
- [Go v3.18.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.18.0 - .
1509+
- [Go v3.18.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.18.0 - .
1510+
1511+
## 2024-12-20 17:02:00
1512+
### Changes
1513+
Based on:
1514+
- OpenAPI Doc
1515+
- Speakeasy CLI 1.457.0 (2.483.1) https://github.com/speakeasy-api/speakeasy
1516+
### Generated
1517+
- [go v3.18.1] .
1518+
### Releases
1519+
- [Go v3.18.1] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.18.1 - .

docs/pkg/models/shared/targetsdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
| `LastEventCreatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | Timestamp when the event was created in the database. |
3636
| `LastEventID` | *string* | :heavy_check_mark: | Unique identifier of the last event for the target |
3737
| `LastEventInteractionType` | [shared.InteractionType](../../../pkg/models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |
38+
| `LastPublishCreatedAt` | [*time.Time](https://pkg.go.dev/time#Time) | :heavy_minus_sign: | Timestamp when the last publishing event was created. |
39+
| `LastPublishGhActionRunLink` | **string* | :heavy_minus_sign: | Link to the GitHub action run for the last publishing event. |
3840
| `PublishPackageName` | **string* | :heavy_minus_sign: | Name of the published package. |
3941
| `PublishPackageRegistryName` | **string* | :heavy_minus_sign: | Name of the registry where the package was published. |
4042
| `PublishPackageURL` | **string* | :heavy_minus_sign: | URL of the published package. |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
tests:
1919
generateNewTests: true
2020
go:
21-
version: 3.18.0
21+
version: 3.18.1
2222
additionalDependencies: {}
2323
allowUnknownFieldsInWeakUnions: false
2424
clientServerStatusCodesAsErrors: true

pkg/models/shared/targetsdk.go

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ type TargetSDK struct {
6868
LastEventID string `json:"last_event_id"`
6969
// Type of interaction.
7070
LastEventInteractionType InteractionType `json:"last_event_interaction_type"`
71+
// Timestamp when the last publishing event was created.
72+
LastPublishCreatedAt *time.Time `json:"last_publish_created_at,omitempty"`
73+
// Link to the GitHub action run for the last publishing event.
74+
LastPublishGhActionRunLink *string `json:"last_publish_gh_action_run_link,omitempty"`
7175
// Name of the published package.
7276
PublishPackageName *string `json:"publish_package_name,omitempty"`
7377
// Name of the registry where the package was published.
@@ -317,6 +321,20 @@ func (o *TargetSDK) GetLastEventInteractionType() InteractionType {
317321
return o.LastEventInteractionType
318322
}
319323

324+
func (o *TargetSDK) GetLastPublishCreatedAt() *time.Time {
325+
if o == nil {
326+
return nil
327+
}
328+
return o.LastPublishCreatedAt
329+
}
330+
331+
func (o *TargetSDK) GetLastPublishGhActionRunLink() *string {
332+
if o == nil {
333+
return nil
334+
}
335+
return o.LastPublishGhActionRunLink
336+
}
337+
320338
func (o *TargetSDK) GetPublishPackageName() *string {
321339
if o == nil {
322340
return nil

speakeasy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ func New(opts ...SDKOption) *Speakeasy {
190190
sdkConfiguration: sdkConfiguration{
191191
Language: "go",
192192
OpenAPIDocVersion: "0.4.0",
193-
SDKVersion: "3.18.0",
194-
GenVersion: "2.481.0",
195-
UserAgent: "speakeasy-sdk/go 3.18.0 2.481.0 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
193+
SDKVersion: "3.18.1",
194+
GenVersion: "2.483.1",
195+
UserAgent: "speakeasy-sdk/go 3.18.1 2.483.1 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
196196
Globals: globals.Globals{},
197197
Hooks: hooks.New(),
198198
},

tests/mockserver/internal/sdk/models/components/targetsdk.go

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ type TargetSDK struct {
6868
LastEventID string `json:"last_event_id"`
6969
// Type of interaction.
7070
LastEventInteractionType InteractionType `json:"last_event_interaction_type"`
71+
// Timestamp when the last publishing event was created.
72+
LastPublishCreatedAt *time.Time `json:"last_publish_created_at,omitempty"`
73+
// Link to the GitHub action run for the last publishing event.
74+
LastPublishGhActionRunLink *string `json:"last_publish_gh_action_run_link,omitempty"`
7175
// Name of the published package.
7276
PublishPackageName *string `json:"publish_package_name,omitempty"`
7377
// Name of the registry where the package was published.
@@ -317,6 +321,20 @@ func (o *TargetSDK) GetLastEventInteractionType() InteractionType {
317321
return o.LastEventInteractionType
318322
}
319323

324+
func (o *TargetSDK) GetLastPublishCreatedAt() *time.Time {
325+
if o == nil {
326+
return nil
327+
}
328+
return o.LastPublishCreatedAt
329+
}
330+
331+
func (o *TargetSDK) GetLastPublishGhActionRunLink() *string {
332+
if o == nil {
333+
return nil
334+
}
335+
return o.LastPublishGhActionRunLink
336+
}
337+
320338
func (o *TargetSDK) GetPublishPackageName() *string {
321339
if o == nil {
322340
return nil

0 commit comments

Comments
 (0)