Skip to content

Commit ffde10e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.470.1
1 parent 63ebc82 commit ffde10e

File tree

68 files changed

+1198
-1106
lines changed

Some content is hidden

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

68 files changed

+1198
-1106
lines changed

.speakeasy/gen.lock

Lines changed: 290 additions & 917 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.469.1
1+
speakeasyVersion: 1.470.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:1061f37e6cab40c394b417d8d91a3a213cc0f6ba425d93f71027862542d223ce
6-
sourceBlobDigest: sha256:89100d40a58b27e5294c921a7c698253b084d037635894f0a7c15ab40e224589
5+
sourceRevisionDigest: sha256:58356604fd3bc2eec1e78ab1923fad54212fb15054e4b846e82ae24363bf6a22
6+
sourceBlobDigest: sha256:fdce65fc06375b5ac8b51a49e68853e76ba820d057de83e9d0c608a25af78b7d
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:1061f37e6cab40c394b417d8d91a3a213cc0f6ba425d93f71027862542d223ce
16-
sourceBlobDigest: sha256:89100d40a58b27e5294c921a7c698253b084d037635894f0a7c15ab40e224589
15+
sourceRevisionDigest: sha256:58356604fd3bc2eec1e78ab1923fad54212fb15054e4b846e82ae24363bf6a22
16+
sourceBlobDigest: sha256:fdce65fc06375b5ac8b51a49e68853e76ba820d057de83e9d0c608a25af78b7d
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:6e4a408a0333f476b976bcefceae2027136eb782f2d7b7e2f40124263b0082eb
18+
codeSamplesRevisionDigest: sha256:538aa712acf8289a9b59f94cfe2c836d4d74b954c09c85d656644f8a42623162
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ func main() {
445445
s := speakeasyclientsdkgo.New()
446446

447447
res, err := s.Auth.GetAccessToken(ctx, operations.GetAccessTokenRequest{
448-
WorkspaceID: "<value>",
448+
WorkspaceID: "<id>",
449449
})
450450
if err != nil {
451451
log.Fatal(err)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,4 +1576,14 @@ Based on:
15761576
### Generated
15771577
- [go v3.20.0] .
15781578
### Releases
1579-
- [Go v3.20.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.20.0 - .
1579+
- [Go v3.20.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.20.0 - .
1580+
1581+
## 2025-01-22 22:02:25
1582+
### Changes
1583+
Based on:
1584+
- OpenAPI Doc
1585+
- Speakeasy CLI 1.470.1 (2.493.34) https://github.com/speakeasy-api/speakeasy
1586+
### Generated
1587+
- [go v3.20.1] .
1588+
### Releases
1589+
- [Go v3.20.1] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.20.1 - .

docs/pkg/models/shared/namespace.md

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

66
## Fields
77

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 |
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+
| `LatestRevisionMetadata` | [*shared.RevisionContentsMetadata](../../../pkg/models/shared/revisioncontentsmetadata.md) | :heavy_minus_sign: | N/A |
14+
| `Name` | *string* | :heavy_check_mark: | A human-readable name for the namespace. |
15+
| `Public` | **bool* | :heavy_minus_sign: | Indicates whether the namespace is publicly accessible |
16+
| `UpdatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A |

docs/pkg/models/shared/revision.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
8-
| `CreatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | |
9-
| `Digest` | *string* | :heavy_check_mark: | N/A | sha256:6d1ef012b5674ad8a127ecfa9b5e6f5178d171b90ee462846974177fd9bdd39f |
10-
| `ID` | *string* | :heavy_check_mark: | Format {namespace_id}/{revision_digest} | |
11-
| `NamespaceName` | *string* | :heavy_check_mark: | N/A | |
12-
| `Tags` | []*string* | :heavy_check_mark: | N/A | |
13-
| `UpdatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
8+
| `ContentsMetadata` | [*shared.RevisionContentsMetadata](../../../pkg/models/shared/revisioncontentsmetadata.md) | :heavy_minus_sign: | N/A | |
9+
| `CreatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | |
10+
| `Digest` | *string* | :heavy_check_mark: | N/A | sha256:6d1ef012b5674ad8a127ecfa9b5e6f5178d171b90ee462846974177fd9bdd39f |
11+
| `ID` | *string* | :heavy_check_mark: | Format {namespace_id}/{revision_digest} | |
12+
| `NamespaceName` | *string* | :heavy_check_mark: | N/A | |
13+
| `Tags` | []*string* | :heavy_check_mark: | N/A | |
14+
| `UpdatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | |

0 commit comments

Comments
 (0)