Skip to content

Commit c8dff5b

Browse files
authored
feat(sdk): automated oas update
1 parent 03e4483 commit c8dff5b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

api-specs/Konnect/control-planes-config/control-planes-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5303,6 +5303,7 @@ components:
53035303
nullable: true
53045304
key:
53055305
type: string
5306+
nullable: true
53065307
tags:
53075308
type: array
53085309
items:
@@ -5317,8 +5318,6 @@ components:
53175318
id: b2f34145-0343-41a4-9602-4c69dec2f269
53185319
key: IL1deIyHyQA40WpeLeA1bIUXuvTwlGjo
53195320
additionalProperties: false
5320-
required:
5321-
- key
53225321
KeyAuthWithoutParents:
53235322
type: object
53245323
properties:
@@ -5338,6 +5337,7 @@ components:
53385337
nullable: true
53395338
key:
53405339
type: string
5340+
nullable: true
53415341
tags:
53425342
type: array
53435343
items:
@@ -5350,8 +5350,6 @@ components:
53505350
id: b2f34145-0343-41a4-9602-4c69dec2f269
53515351
key: IL1deIyHyQA40WpeLeA1bIUXuvTwlGjo
53525352
additionalProperties: false
5353-
required:
5354-
- key
53555353
KeySet:
53565354
type: object
53575355
properties:

api-specs/Konnect/v1/yaml/ksearch.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ components:
210210
attributes:
211211
description: Attributes for the entity.
212212
type: object
213+
match:
214+
description: The matched text from the record.
215+
type: string
213216
required:
214217
- id
215218
- type

api-specs/Konnect/v2/yaml/application-auth-strategies.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,9 @@ components:
13161316
type: object
13171317
discriminator:
13181318
propertyName: strategy_type
1319+
mapping:
1320+
key_auth: '#/components/schemas/AppAuthStrategyKeyAuthRequest'
1321+
openid_connect: '#/components/schemas/AppAuthStrategyOpenIDConnectRequest'
13191322
oneOf:
13201323
- $ref: '#/components/schemas/AppAuthStrategyKeyAuthRequest'
13211324
- $ref: '#/components/schemas/AppAuthStrategyOpenIDConnectRequest'
@@ -1327,6 +1330,9 @@ components:
13271330
type: object
13281331
discriminator:
13291332
propertyName: strategy_type
1333+
mapping:
1334+
key_auth: '#/components/schemas/AppAuthStrategyKeyAuthResponse'
1335+
openid_connect: '#/components/schemas/AppAuthStrategyOpenIDConnectResponse'
13301336
oneOf:
13311337
- $ref: '#/components/schemas/AppAuthStrategyKeyAuthResponse'
13321338
- $ref: '#/components/schemas/AppAuthStrategyOpenIDConnectResponse'

0 commit comments

Comments
 (0)