File tree Expand file tree Collapse file tree 8 files changed +64
-16
lines changed
tests/mockserver/internal/sdk/models/components Expand file tree Collapse file tree 8 files changed +64
-16
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 2858c6d9-f946-4185-ae68-3b8e708830fb
3
3
management:
4
- docChecksum: 3dbd165cb83aaf90203b78ec02c2a141
4
+ docChecksum: 17684e14e65fca2909aaf49de5c6b935
5
5
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
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.456 .0
1
+ speakeasyVersion: 1.457 .0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:6365903cff4208be088f1055c6ec1dadd68ae208da1287abeeabcf8275a18255
6
- sourceBlobDigest: sha256:ee4e1c74ebb80bf3690713051d38bee7fa0793818cd6fd2840b4b2dc9a082d0c
5
+ sourceRevisionDigest: sha256:29c64fc9225aba541e6145dd3bdcedd4c4485f8eb66037285244a13d73961e9e
6
+ sourceBlobDigest: sha256:2b1030ee3c1d82bb205f4230146d4632dcd59cc07c2eb266d5f294390b1188c3
7
7
tags:
8
8
- latest
9
9
- main
@@ -12,10 +12,10 @@ targets:
12
12
speakeasy-client-sdk-go:
13
13
source: my-source
14
14
sourceNamespace: my-source
15
- sourceRevisionDigest: sha256:6365903cff4208be088f1055c6ec1dadd68ae208da1287abeeabcf8275a18255
16
- sourceBlobDigest: sha256:ee4e1c74ebb80bf3690713051d38bee7fa0793818cd6fd2840b4b2dc9a082d0c
15
+ sourceRevisionDigest: sha256:29c64fc9225aba541e6145dd3bdcedd4c4485f8eb66037285244a13d73961e9e
16
+ sourceBlobDigest: sha256:2b1030ee3c1d82bb205f4230146d4632dcd59cc07c2eb266d5f294390b1188c3
17
17
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18
- codeSamplesRevisionDigest: sha256:7bc40136d5d76597231691ea355b7e8c7d8517462687b9a95051a107fc4a142e
18
+ codeSamplesRevisionDigest: sha256:d4bc7236d9864a4639ad71a6e7331be630ba15755c57241c1b161d85d533b4e9
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1506,4 +1506,14 @@ Based on:
1506
1506
### Generated
1507
1507
- [ go v3.18.0] .
1508
1508
### 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 - .
Original file line number Diff line number Diff line change 35
35
| ` LastEventCreatedAt ` | [ time.Time] ( https://pkg.go.dev/time#Time ) | :heavy_check_mark : | Timestamp when the event was created in the database. |
36
36
| ` LastEventID ` | * string* | :heavy_check_mark : | Unique identifier of the last event for the target |
37
37
| ` 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. |
38
40
| ` PublishPackageName ` | ** string* | :heavy_minus_sign : | Name of the published package. |
39
41
| ` PublishPackageRegistryName ` | ** string* | :heavy_minus_sign : | Name of the registry where the package was published. |
40
42
| ` PublishPackageURL ` | ** string* | :heavy_minus_sign : | URL of the published package. |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
18
18
tests :
19
19
generateNewTests : true
20
20
go :
21
- version : 3.18.0
21
+ version : 3.18.1
22
22
additionalDependencies : {}
23
23
allowUnknownFieldsInWeakUnions : false
24
24
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ type TargetSDK struct {
68
68
LastEventID string `json:"last_event_id"`
69
69
// Type of interaction.
70
70
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"`
71
75
// Name of the published package.
72
76
PublishPackageName * string `json:"publish_package_name,omitempty"`
73
77
// Name of the registry where the package was published.
@@ -317,6 +321,20 @@ func (o *TargetSDK) GetLastEventInteractionType() InteractionType {
317
321
return o .LastEventInteractionType
318
322
}
319
323
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
+
320
338
func (o * TargetSDK ) GetPublishPackageName () * string {
321
339
if o == nil {
322
340
return nil
Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ func New(opts ...SDKOption) *Speakeasy {
190
190
sdkConfiguration : sdkConfiguration {
191
191
Language : "go" ,
192
192
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" ,
196
196
Globals : globals.Globals {},
197
197
Hooks : hooks .New (),
198
198
},
Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ type TargetSDK struct {
68
68
LastEventID string `json:"last_event_id"`
69
69
// Type of interaction.
70
70
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"`
71
75
// Name of the published package.
72
76
PublishPackageName * string `json:"publish_package_name,omitempty"`
73
77
// Name of the registry where the package was published.
@@ -317,6 +321,20 @@ func (o *TargetSDK) GetLastEventInteractionType() InteractionType {
317
321
return o .LastEventInteractionType
318
322
}
319
323
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
+
320
338
func (o * TargetSDK ) GetPublishPackageName () * string {
321
339
if o == nil {
322
340
return nil
You can’t perform that action at this time.
0 commit comments