Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ g: generate

[group('generate')]
generate-deploy-server-client:
@cd internal/deployserverclient && speakeasy run --skip-versioning
@cd internal/deployserverclient && speakeasy run --skip-versioning --frozen-workflow-lockfile

generate-membership-client:
@cd internal/membershipclient && speakeasy run --skip-versioning
@cd internal/membershipclient && speakeasy run --skip-versioning --frozen-workflow-lockfile


tests:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/containerd/console v1.0.5 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/go-chi/chi/v5 v5.2.3 // indirect
github.com/go-chi/chi/v5 v5.2.4 // indirect
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ github.com/formancehq/go-libs v1.7.2 h1:zPLkMVigMxcdPQiA8Q0HLPgA/al/hKmLxLw9muDP
github.com/formancehq/go-libs v1.7.2/go.mod h1:3+crp7AA/Rllpo9M/ZQslaHkYt9EtXtbE4qYasV201Q=
github.com/formancehq/go-libs/v3 v3.4.0 h1:/hk51xOL++qRItlrZEhYlPQX+o9ePz/eBc3KiLK03Dc=
github.com/formancehq/go-libs/v3 v3.4.0/go.mod h1:Lr0qE3ioCTFlm+BuXSwB7qpGF12/IfKYOpFvszTFRJk=
github.com/go-chi/chi/v5 v5.2.3 h1:WQIt9uxdsAbgIYgid+BpYc+liqQZGMHRaUwp0JUcvdE=
github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
github.com/go-chi/chi/v5 v5.2.4 h1:WtFKPHwlywe8Srng8j2BhOD9312j9cGUxG1SP4V2cR4=
github.com/go-chi/chi/v5 v5.2.4/go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0=
github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=
github.com/go-jose/go-jose/v4 v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
Expand Down
4 changes: 2 additions & 2 deletions internal/deployserverclient/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 12df0dd4-09cf-49f5-8116-53c77b28ba01
management:
docChecksum: c7e98d8b5bc9be6f81f0eeed1f3a5870
docVersion: 0.1.0
speakeasyVersion: 1.696.0
speakeasyVersion: 1.697.5
generationVersion: 2.799.0
releaseVersion: 0.0.1
configChecksum: 7e40a20032c51e5c98f4a8002f1b6e5d
configChecksum: a487585e540fe4bf00ef54c113512a47
persistentEdits:
generation_id: 53ae6319-3673-48bc-91a0-19998c8752c0
pristine_commit_hash: 93fed012f60be2d5afa1998b7cd2c682b0671247
Expand Down
2 changes: 2 additions & 0 deletions internal/deployserverclient/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ go:
allowUnknownFieldsInWeakUnions: false
baseErrorName: DeployServerError
clientServerStatusCodesAsErrors: true
codeSamples:
output: false
defaultErrorName: APIError
envVarPrefix: DEPLOYSERVER
flattenGlobalSecurity: true
Expand Down
4 changes: 1 addition & 3 deletions internal/deployserverclient/.speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.696.0
speakeasyVersion: 1.697.5
sources:
Terraform HCP Proxy API:
sourceNamespace: terraform-hcp-proxy-api
Expand All @@ -13,8 +13,6 @@ targets:
sourceNamespace: terraform-hcp-proxy-api
sourceRevisionDigest: sha256:10ee0ae3168b95a47c78a3128b465abd28a4beb6b99ab2e27735455138465b20
sourceBlobDigest: sha256:4e4bf80a183fb2ae17d4ae27d2a6de867db0654fe28483c80ec25e9530e3a967
codeSamplesNamespace: terraform-hcp-proxy-api-go-code-samples
codeSamplesRevisionDigest: sha256:448370fe35bf23ea8d1e22bce2ddbb8fb398634fb8fb31e0757e93969cc7b5b9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions internal/membershipclient/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 52f53439-fdea-4ef5-bb75-64ae4249026d
management:
docChecksum: 2261488416352a021f4f1e4aee627d0a
docVersion: 0.1.0
speakeasyVersion: 1.696.0
speakeasyVersion: 1.697.5
generationVersion: 2.799.0
releaseVersion: 0.1.0
configChecksum: 0c3d950e6bfddfac8d0b49b213ad98c5
configChecksum: fa7f40ea90d295b423ace405bba25bbb
persistentEdits:
generation_id: bc396be0-6fa1-4573-9450-61f83538e76b
pristine_commit_hash: 321680762afe21b33872598522463d9db2f15916
Expand Down
2 changes: 2 additions & 0 deletions internal/membershipclient/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ go:
additionalDependencies: {}
baseErrorName: SDKError
clientServerStatusCodesAsErrors: true
codeSamples:
output: false
defaultErrorName: APIError
flattenGlobalSecurity: true
forwardCompatibleEnumsByDefault: true
Expand Down
4 changes: 1 addition & 3 deletions internal/membershipclient/.speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.696.0
speakeasyVersion: 1.697.5
sources:
membership:
sourceNamespace: membership
Expand All @@ -13,8 +13,6 @@ targets:
sourceNamespace: membership
sourceRevisionDigest: sha256:43d2b208ac1a3492602f5ebe5ee335548bc06ecf07f8e8047c86ae807b1b1354
sourceBlobDigest: sha256:cc9d8d2f899357b7a2062c6d771067ca22ce09546f07087e255c7096e2830e48
codeSamplesNamespace: membership-go-code-samples
codeSamplesRevisionDigest: sha256:c653804052565e57fe938f5c02c747263f680561ac4f3c7a1c306d1d0bef4f16
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading