Skip to content

Commit cb25c95

Browse files
authored
feat(sdk): automated oas update
1 parent 6ebeb5b commit cb25c95

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

api-specs/konnect/event-gateway/v1/openapi.yaml

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ info:
2121
contact:
2222
name: Kong
2323
url: 'https://cloud.konghq.com'
24-
x-oas-source: kong/platform-api@98c4f5c08ae8686225051759c1d9cffed8b2fb87
25-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/98c4f5c08ae8686225051759c1d9cffed8b2fb87'
24+
x-oas-source: kong/platform-api@b0852934fe6d461ff6ea7b8e818446fed2f2e81f
25+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/b0852934fe6d461ff6ea7b8e818446fed2f2e81f'
2626
servers:
2727
- url: 'https://us.api.konghq.com/v1'
2828
description: United-States Production region
@@ -204,7 +204,7 @@ paths:
204204
parameters:
205205
- $ref: '#/components/parameters/PageSize'
206206
- $ref: '#/components/parameters/PageAfter'
207-
- $ref: '#/components/parameters/EventGatewayCommonFilter'
207+
- $ref: '#/components/parameters/EventGatewayListenersFilter'
208208
responses:
209209
'200':
210210
$ref: '#/components/responses/ListEventGatewayListenersResponse'
@@ -1711,6 +1711,19 @@ components:
17111711
in: path
17121712
required: true
17131713
description: The ID of the Event Gateway Listener.
1714+
EventGatewayListenersFilter:
1715+
schema:
1716+
type: object
1717+
properties:
1718+
name:
1719+
$ref: '#/components/schemas/StringFieldContainsFilter'
1720+
virtual_cluster_id:
1721+
$ref: '#/components/schemas/StringFieldEqualsFilter'
1722+
in: query
1723+
name: filter
1724+
description: Filter listeners returned in the response.
1725+
required: false
1726+
style: deepObject
17141727
eventGatewayNodeId:
17151728
schema:
17161729
type: string
@@ -4986,6 +4999,16 @@ components:
49864999
title: Labels
49875000
additionalProperties: false
49885001
title: PatchGatewayRequest
5002+
StringFieldEqualsFilter:
5003+
description: Filters on the given string field value by exact match.
5004+
properties:
5005+
eq:
5006+
type: string
5007+
title: StringFieldEqualsFilter
5008+
x-examples:
5009+
example-1: equals-some-value
5010+
example-2:
5011+
eq: some-value
49895012
CreatedAt:
49905013
description: An ISO-8601 timestamp representation of entity creation date.
49915014
type: string
@@ -4998,16 +5021,6 @@ components:
49985021
format: date-time
49995022
example: '2022-11-04T20:10:06.927Z'
50005023
readOnly: true
5001-
StringFieldEqualsFilter:
5002-
description: Filters on the given string field value by exact match.
5003-
properties:
5004-
eq:
5005-
type: string
5006-
title: StringFieldEqualsFilter
5007-
x-examples:
5008-
example-1: equals-some-value
5009-
example-2:
5010-
eq: some-value
50115024
GatewaySecretReferenceOrLiteral:
50125025
description: |
50135026
A literal value or a reference to an existing secret as a template string expression.

api-specs/konnect/organizations/v3/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://konghq.com'
9-
x-oas-source: kong/platform-api@7351c73c5fe06b95e1de3a07c48b35355b21bf29
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/7351c73c5fe06b95e1de3a07c48b35355b21bf29'
9+
x-oas-source: kong/platform-api@cc1cf0cbab829ef3fd6fdd3470407154e5d36962
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/cc1cf0cbab829ef3fd6fdd3470407154e5d36962'
1111
servers:
1212
- url: 'https://global.api.konghq.com/v3'
1313
description: Global Base URL
@@ -626,7 +626,7 @@ components:
626626
example:
627627
- 192.168.1.1
628628
- 192.168.1.0/22
629-
maxItems: 100
629+
maxItems: 1000
630630
minItems: 1
631631
uniqueItems: true
632632
OrganizationSourceIPRestriction:

api-specs/konnect/portal-management/v3/openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://konghq.com'
9-
x-oas-source: kong/platform-api@8aa8b05155491eef5f0d51a705ffef615fd2ba72
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/8aa8b05155491eef5f0d51a705ffef615fd2ba72'
9+
x-oas-source: kong/platform-api@2248a72f824c251b88107b5645fc03ad0a8dec0b
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/2248a72f824c251b88107b5645fc03ad0a8dec0b'
1111
servers:
1212
- url: 'https://us.api.konghq.com/v3'
1313
description: United-States Production region
@@ -3781,6 +3781,7 @@ components:
37813781
- profile
37823782
claim_mappings:
37833783
$ref: '#/components/schemas/PortalClaimMappings'
3784+
readOnly: true
37843785
required:
37853786
- issuer
37863787
- client_id

0 commit comments

Comments
 (0)