Skip to content

Commit 385674c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spectherve
authored
Regenerate client from commit 4797abcd of spec repo (#1006)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: Thomas Hervé <[email protected]>
1 parent 5f58bf5 commit 385674c

9 files changed

+41
-53
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.2",
7-
"regenerated": "2022-05-20 17:09:27.185404",
8-
"spec_repo_commit": "37954eaf"
7+
"regenerated": "2022-05-23 07:09:50.387461",
8+
"spec_repo_commit": "4797abcd"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-05-20 17:09:27.202969",
13-
"spec_repo_commit": "37954eaf"
12+
"regenerated": "2022-05-23 07:09:50.399835",
13+
"spec_repo_commit": "4797abcd"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -850,11 +850,6 @@ components:
850850
description: ID of the AuthN Mapping.
851851
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
852852
type: string
853-
included:
854-
description: Included data in the AuthN Mapping response.
855-
items:
856-
$ref: '#/components/schemas/AuthNMappingIncluded'
857-
type: array
858853
relationships:
859854
$ref: '#/components/schemas/AuthNMappingRelationships'
860855
type:
@@ -888,10 +883,8 @@ components:
888883
type: string
889884
saml_assertion_attribute_id:
890885
description: The ID of the SAML assertion attribute.
891-
example: 0
892-
format: int32
893-
maximum: 2147483647
894-
type: integer
886+
example: '0'
887+
type: string
895888
type: object
896889
AuthNMappingCreateAttributes:
897890
description: Key/Value pair of attributes used for create request.
@@ -953,6 +946,11 @@ components:
953946
properties:
954947
data:
955948
$ref: '#/components/schemas/AuthNMapping'
949+
included:
950+
description: Included data in the AuthN Mapping response.
951+
items:
952+
$ref: '#/components/schemas/AuthNMappingIncluded'
953+
type: array
956954
type: object
957955
AuthNMappingUpdateAttributes:
958956
description: Key/Value pair of attributes used for update request.
@@ -1007,6 +1005,11 @@ components:
10071005
items:
10081006
$ref: '#/components/schemas/AuthNMapping'
10091007
type: array
1008+
included:
1009+
description: Included data in the AuthN Mapping response.
1010+
items:
1011+
$ref: '#/components/schemas/AuthNMappingIncluded'
1012+
type: array
10101013
meta:
10111014
$ref: '#/components/schemas/ResponseMetaAttributes'
10121015
type: object
@@ -5473,10 +5476,8 @@ components:
54735476
properties:
54745477
id:
54755478
description: The ID of the SAML assertion attribute.
5476-
example: 0
5477-
format: int32
5478-
maximum: 2147483647
5479-
type: integer
5479+
example: '0'
5480+
type: string
54805481
type:
54815482
$ref: '#/components/schemas/SAMLAssertionAttributesType'
54825483
required:
@@ -5778,10 +5779,8 @@ components:
57785779
$ref: '#/components/schemas/SAMLAssertionAttributeAttributes'
57795780
id:
57805781
description: The ID of the SAML assertion attribute.
5781-
example: 0
5782-
format: int32
5783-
maximum: 2147483647
5784-
type: integer
5782+
example: '0'
5783+
type: string
57855784
type:
57865785
$ref: '#/components/schemas/SAMLAssertionAttributesType'
57875786
required:

src/datadog_api_client/v2/model/authn_mapping.py

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/model/authn_mapping_attributes.py

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/model/authn_mapping_included.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/model/authn_mapping_response.py

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/model/authn_mappings_response.py

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/model/relationship_to_saml_assertion_attribute_data.py

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/model/saml_assertion_attribute.py

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)