diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index 4262bdd..c6cc1ee 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -36,7 +36,7 @@ jobs: repo: speakeasy cli_name: speakeasy package_type: zip - version: 1.455.7 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy + version: 1.456.0 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/generate_on_pr.yaml b/.github/workflows/generate_on_pr.yaml index 9e04045..dd619b0 100644 --- a/.github/workflows/generate_on_pr.yaml +++ b/.github/workflows/generate_on_pr.yaml @@ -47,7 +47,7 @@ jobs: repo: speakeasy cli_name: speakeasy package_type: zip - version: 1.455.7 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy + version: 1.456.0 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy - name: Checkout current repo uses: actions/checkout@v4 diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index e65b5e0..4a09183 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: b81e5def-5b1e-4753-ae7c-0efccc2e6f61 management: docChecksum: e7f0997368d05f4181c30c542b81c1b8 docVersion: 0.0.1 - speakeasyVersion: 1.455.7 - generationVersion: 2.480.1 - releaseVersion: 0.1.13 - configChecksum: 2eb0a814765f2c0824d21f551f48825e + speakeasyVersion: 1.456.0 + generationVersion: 2.481.0 + releaseVersion: 0.1.14 + configChecksum: dfdd25813314f765054f9b4f0b36e1f3 features: go: additionalDependencies: 0.1.0 @@ -2508,6 +2508,9 @@ examples: path: pluginName: "" controlPlaneId: "9524ec7d-36d9-465d-a8c5-83a3c9390458" + responses: + "200": + application/json: {} list-plugin-with-service: "": parameters: @@ -2932,17 +2935,26 @@ examples: query: page[size]: 10 page[after]: "ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ" + responses: + "200": + application/json: {} create-dataplane-certificate: speakeasy-default-create-dataplane-certificate: parameters: path: controlPlaneId: "9524ec7d-36d9-465d-a8c5-83a3c9390458" + responses: + "201": + application/json: {} get-dataplane-certificate: speakeasy-default-get-dataplane-certificate: parameters: path: controlPlaneId: "9524ec7d-36d9-465d-a8c5-83a3c9390458" certificateId: "" + responses: + "200": + application/json: {} delete-dataplane-certificate: speakeasy-default-delete-dataplane-certificate: parameters: @@ -2965,6 +2977,9 @@ examples: query: page[size]: 10 page[after]: "ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ" + responses: + "200": + application/json: {} get-nodes-node_id: "": parameters: @@ -2987,6 +3002,9 @@ examples: query: page[size]: 10 page[after]: "ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ" + responses: + "200": + application/json: {} get-control-planes-id-group-member-status: speakeasy-default-get-control-planes-id-group-member-status: parameters: @@ -3065,7 +3083,7 @@ examples: id: "" responses: "200": - application/json: {"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7", "created_at": "2022-11-04T20:10:06.927Z", "updated_at": "2022-11-04T20:10:06.927Z", "conflicts": [], "state": "CONFLICT"} + application/json: {} "400": application/problem+json: {"status": 801860, "title": "", "instance": "", "detail": "", "invalid_parameters": []} "401": diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index f746954..8afb2c9 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false go: - version: 0.1.13 + version: 0.1.14 additionalDependencies: {} allowUnknownFieldsInWeakUnions: false clientServerStatusCodesAsErrors: true diff --git a/sdk.go b/sdk.go index 569ec79..d8c9163 100644 --- a/sdk.go +++ b/sdk.go @@ -261,9 +261,9 @@ func New(opts ...SDKOption) *SDK { sdkConfiguration: sdkConfiguration{ Language: "go", OpenAPIDocVersion: "0.0.1", - SDKVersion: "0.1.13", - GenVersion: "2.480.1", - UserAgent: "speakeasy-sdk/go 0.1.13 2.480.1 0.0.1 github.com/Kong/sdk-konnect-go", + SDKVersion: "0.1.14", + GenVersion: "2.481.0", + UserAgent: "speakeasy-sdk/go 0.1.14 2.481.0 0.0.1 github.com/Kong/sdk-konnect-go", Hooks: hooks.New(), }, }