Skip to content

Commit d1b336b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.449.0
1 parent 4e3255b commit d1b336b

17 files changed

+126
-79
lines changed

.speakeasy/gen.lock

Lines changed: 8 additions & 6 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: 89aa27989b46cb5f5c46967f9ea73f58
4+
docChecksum: 867e0698f3110dba472ddc490d9dcf87
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.448.2
6+
speakeasyVersion: 1.449.0
77
generationVersion: 2.467.4
8-
releaseVersion: 3.16.1
9-
configChecksum: ec9452d3a155f5dafbcd8c2610fde848
8+
releaseVersion: 3.16.2
9+
configChecksum: caa0c0c75765c43110111ce978e5d333
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
@@ -185,6 +185,7 @@ generatedFiles:
185185
- /pkg/models/shared/registrysubscription.go
186186
- /pkg/models/shared/remotedocument.go
187187
- /pkg/models/shared/remotesource.go
188+
- /pkg/models/shared/remotesourcesubscriptionsettings.go
188189
- /pkg/models/shared/report.go
189190
- /pkg/models/shared/requestmetadata.go
190191
- /pkg/models/shared/revision.go
@@ -294,7 +295,6 @@ generatedFiles:
294295
- docs/pkg/models/operations/getlintingreportsignedurlsignedaccess.md
295296
- docs/pkg/models/operations/getmanifestrequest.md
296297
- docs/pkg/models/operations/getmanifestresponse.md
297-
- docs/pkg/models/operations/getnamespacesrequest.md
298298
- docs/pkg/models/operations/getnamespacesresponse.md
299299
- docs/pkg/models/operations/getorganizationrequest.md
300300
- docs/pkg/models/operations/getorganizationresponse.md
@@ -434,6 +434,7 @@ generatedFiles:
434434
- docs/pkg/models/shared/clievent.md
435435
- docs/pkg/models/shared/codesampleschemainput.md
436436
- docs/pkg/models/shared/codesamplesjobstatus.md
437+
- docs/pkg/models/shared/compositespecmetadata.md
437438
- docs/pkg/models/shared/diagnostic.md
438439
- docs/pkg/models/shared/embedaccesstokenresponse.md
439440
- docs/pkg/models/shared/embedtoken.md
@@ -474,6 +475,7 @@ generatedFiles:
474475
- docs/pkg/models/shared/relationship.md
475476
- docs/pkg/models/shared/remotedocument.md
476477
- docs/pkg/models/shared/remotesource.md
478+
- docs/pkg/models/shared/remotesourcesubscriptionsettings.md
477479
- docs/pkg/models/shared/report.md
478480
- docs/pkg/models/shared/requestmetadata.md
479481
- docs/pkg/models/shared/revision.md
@@ -984,7 +986,7 @@ examples:
984986
default:
985987
application/json: {"message": "<value>", "status_code": 284614}
986988
2XX:
987-
application/json: {"is_composite_spec": true, "items": [{"created_at": "2024-09-16T19:17:04.361Z", "digest": "sha256:6d1ef012b5674ad8a127ecfa9b5e6f5178d171b90ee462846974177fd9bdd39f", "id": "<id>", "namespace_name": "<value>", "tags": ["<value>"], "updated_at": "2023-12-06T05:58:38.953Z"}], "next_page_token": "<value>", "public": false}
989+
application/json: {"items": [{"created_at": "2024-09-16T19:17:04.361Z", "digest": "sha256:6d1ef012b5674ad8a127ecfa9b5e6f5178d171b90ee462846974177fd9bdd39f", "id": "<id>", "namespace_name": "<value>", "tags": ["<value>"], "updated_at": "2023-12-06T05:58:38.953Z"}], "next_page_token": "<value>"}
988990
4XX:
989991
application/json: {"message": "<value>", "status_code": 414389}
990992
getTags:

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.448.2
1+
speakeasyVersion: 1.449.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:1a6f6ba67927d69b85f3ba3a4819008c85fa0dc208569483c368f718975c5ad5
6-
sourceBlobDigest: sha256:79c7d7e46224294fa2c7d414e065a08e86c6e63b0096dcc79903de0890463082
5+
sourceRevisionDigest: sha256:becf85ef20487cd4a05d9cdf80228d064b7335b78ef92de98eab52ac4c830acd
6+
sourceBlobDigest: sha256:2b12b4979b9b8f79ebbb3f572fc5b00c9d70a15d984bd726523934adc07c4951
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:1a6f6ba67927d69b85f3ba3a4819008c85fa0dc208569483c368f718975c5ad5
16-
sourceBlobDigest: sha256:79c7d7e46224294fa2c7d414e065a08e86c6e63b0096dcc79903de0890463082
15+
sourceRevisionDigest: sha256:becf85ef20487cd4a05d9cdf80228d064b7335b78ef92de98eab52ac4c830acd
16+
sourceBlobDigest: sha256:2b12b4979b9b8f79ebbb3f572fc5b00c9d70a15d984bd726523934adc07c4951
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:961a321d459275cf4995a4e0c489eed993d81fd0627df6b738b3cac29483fae8
18+
codeSamplesRevisionDigest: sha256:c6b2f1b458fc861cf0c7985e5f3eecebce4ff7a7a249e727d2b39fc0454ccb63
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
@@ -1446,4 +1446,14 @@ Based on:
14461446
### Generated
14471447
- [go v3.16.1] .
14481448
### Releases
1449-
- [Go v3.16.1] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.1 - .
1449+
- [Go v3.16.1] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.1 - .
1450+
1451+
## 2024-12-02 22:02:35
1452+
### Changes
1453+
Based on:
1454+
- OpenAPI Doc
1455+
- Speakeasy CLI 1.449.0 (2.467.4) https://github.com/speakeasy-api/speakeasy
1456+
### Generated
1457+
- [go v3.16.2] .
1458+
### Releases
1459+
- [Go v3.16.2] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.2 - .

artifacts.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ func (s *Artifacts) GetManifest(ctx context.Context, request operations.GetManif
621621
}
622622

623623
// GetNamespaces - Each namespace contains many revisions.
624-
func (s *Artifacts) GetNamespaces(ctx context.Context, request operations.GetNamespacesRequest, opts ...operations.Option) (*operations.GetNamespacesResponse, error) {
624+
func (s *Artifacts) GetNamespaces(ctx context.Context, opts ...operations.Option) (*operations.GetNamespacesResponse, error) {
625625
hookCtx := hooks.HookContext{
626626
Context: ctx,
627627
OperationID: "getNamespaces",
@@ -665,10 +665,6 @@ func (s *Artifacts) GetNamespaces(ctx context.Context, request operations.GetNam
665665
req.Header.Set("Accept", "application/json")
666666
req.Header.Set("User-Agent", s.sdkConfiguration.UserAgent)
667667

668-
if err := utils.PopulateQueryParams(ctx, req, request, nil); err != nil {
669-
return nil, fmt.Errorf("error populating query params: %w", err)
670-
}
671-
672668
if err := utils.PopulateSecurity(ctx, req, s.sdkConfiguration.Security); err != nil {
673669
return nil, err
674670
}

codeSamples.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,6 @@ actions:
925925
import(
926926
speakeasyclientsdkgo "github.com/speakeasy-api/speakeasy-client-sdk-go/v3"
927927
"github.com/speakeasy-api/speakeasy-client-sdk-go/v3/pkg/models/shared"
928-
"github.com/speakeasy-api/speakeasy-client-sdk-go/v3/pkg/models/operations"
929928
"context"
930929
"log"
931930
)
@@ -938,7 +937,7 @@ actions:
938937
)
939938
940939
ctx := context.Background()
941-
res, err := s.Artifacts.GetNamespaces(ctx, operations.GetNamespacesRequest{})
940+
res, err := s.Artifacts.GetNamespaces(ctx)
942941
if err != nil {
943942
log.Fatal(err)
944943
}

docs/pkg/models/operations/getnamespacesrequest.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CompositeSpecMetadata
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `SubscriptionID` | *string* | :heavy_check_mark: | The subscription ID for the remote source subscription, if applicable. This indicates that the namespace is created by a remote source and thus is composite. |
9+
| `SubscriptionSettings` | [shared.RemoteSourceSubscriptionSettings](../../../pkg/models/shared/remotesourcesubscriptionsettings.md) | :heavy_check_mark: | N/A |

docs/pkg/models/shared/getrevisionsresponse.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
8-
| `IsCompositeSpec` | *bool* | :heavy_check_mark: | N/A |
98
| `Items` | [][shared.Revision](../../../pkg/models/shared/revision.md) | :heavy_check_mark: | N/A |
10-
| `NextPageToken` | *string* | :heavy_check_mark: | N/A |
11-
| `Public` | *bool* | :heavy_check_mark: | N/A |
9+
| `NextPageToken` | *string* | :heavy_check_mark: | N/A |

docs/pkg/models/shared/namespace.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ A namespace contains many revisions.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
10-
| `CreatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A |
11-
| `ID` | *string* | :heavy_check_mark: | {organization_slug}/{workspace_slug}/{namespace_name} |
12-
| `Name` | *string* | :heavy_check_mark: | A human-readable name for the namespace. |
13-
| `Public` | **bool* | :heavy_minus_sign: | N/A |
14-
| `UpdatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A |
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
10+
| `CompositeSpecMetadata` | [*shared.CompositeSpecMetadata](../../../pkg/models/shared/compositespecmetadata.md) | :heavy_minus_sign: | N/A |
11+
| `CreatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A |
12+
| `ID` | *string* | :heavy_check_mark: | {organization_slug}/{workspace_slug}/{namespace_name} |
13+
| `Name` | *string* | :heavy_check_mark: | A human-readable name for the namespace. |
14+
| `Public` | **bool* | :heavy_minus_sign: | Indicates whether the namespace is publicly accessible |
15+
| `UpdatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# RemoteSourceSubscriptionSettings
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------- | -------------------- | -------------------- | -------------------- |
8+
| `BaseSpecNamespaces` | []*string* | :heavy_check_mark: | N/A |
9+
| `OutputNamespace` | *string* | :heavy_check_mark: | N/A |
10+
| `OverlayNamespaces` | []*string* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)