Skip to content

Commit 402b51f

Browse files
kong-apiopsgithub-actions[bot]pmalek
authored
feat(sdk): automated oas update (#298)
* feat(sdk): automated oas update * Bump .speakeasy/gen.yaml based on label * feat(sdk): automated oas update * chore: reset version * Bump .speakeasy/gen.yaml based on label * chore: generate SDK (broken) * chore: regenerate field tests (route type field) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
1 parent 50cc9fa commit 402b51f

180 files changed

Lines changed: 11960 additions & 1628 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 249 additions & 168 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
go:
32-
version: 0.31.2
32+
version: 0.32.0
3333
additionalDependencies: {}
3434
allowUnknownFieldsInWeakUnions: false
3535
baseErrorName: SDKBaseError

.speakeasy/generated-files-b81e5def-5b1e-4753-ae7c-0efccc2e6f61.lock

Lines changed: 4885 additions & 0 deletions
Large diffs are not rendered by default.

docs/models/components/addonsfilterparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Filter parameters for add-ons list operation.
77

88
| Field | Type | Required | Description |
99
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
10-
| `Name` | [*components.CloudGatewaysStringFieldFilterOverride](../../models/components/cloudgatewaysstringfieldfilteroverride.md) | :heavy_minus_sign: | N/A |
10+
| `Name` | [*components.CloudGatewaysStringFieldFilterOverride](../../models/components/cloudgatewaysstringfieldfilteroverride.md) | :heavy_minus_sign: | Filter using **one** of the following operators: `eq`, `oeq`, `neq`, `contains`, `ocontains` |
1111
| `State` | [*components.AddOnStateFieldFilter](../../models/components/addonstatefieldfilter.md) | :heavy_minus_sign: | N/A |
1212
| `ConfigKind` | [*components.AddOnConfigKindFieldFilter](../../models/components/addonconfigkindfieldfilter.md) | :heavy_minus_sign: | Filter for add-on config kind field. |
1313
| `OwnerControlPlaneID` | [*components.UUIDFieldFilter](../../models/components/uuidfieldfilter.md) | :heavy_minus_sign: | Filter using **one** of the following operators: `eq`, `oeq`, `neq` |

docs/models/components/apipackagepublicationresponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ An API Package publication in a portal
1010
| `AutoApproveRegistrations` | `*bool` | :heavy_minus_sign: | Whether the application registration auto approval on this portal for the api is enabled. If set to false, fallbacks on portal's auto_approve_applications value. | |
1111
| `AuthStrategyIds` | []`string` | :heavy_check_mark: | The auth strategy the API enforces for applications in the portal.<br/>Omitting this property means the portal's default application auth strategy will be used.<br/>Setting to null means the API will not require application authentication.<br/>DCR support for application registration is currently in development.<br/> | |
1212
| `Visibility` | [*components.APIPublicationVisibility](../../models/components/apipublicationvisibility.md) | :heavy_minus_sign: | The visibility of the API in the portal.<br/>Public API publications do not require authentication to view and retrieve information about them.<br/>Private API publications require authentication to retrieve information about them.<br/> | |
13+
| `Warnings` | []`string` | :heavy_minus_sign: | Informational warnings (e.g. incompatible fields stripped for ACE). Empty if none. | |
1314
| `CreatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | An ISO-8601 timestamp representation of entity creation date. | 2022-11-04T20:10:06.927Z |
1415
| `UpdatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | An ISO-8601 timestamp representation of entity update date. | 2022-11-04T20:10:06.927Z |

0 commit comments

Comments
 (0)