Skip to content

Commit 29a2028

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b8f0eb7 of spec repo (#838)
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>
1 parent 2f6eb58 commit 29a2028

File tree

9 files changed

+74
-120
lines changed

9 files changed

+74
-120
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-02-16 09:18:25.263838",
8-
"spec_repo_commit": "0047b09"
7+
"regenerated": "2022-02-16 12:30:43.178322",
8+
"spec_repo_commit": "b8f0eb7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-02-16 09:18:25.277189",
13-
"spec_repo_commit": "0047b09"
12+
"regenerated": "2022-02-16 12:30:43.192820",
13+
"spec_repo_commit": "b8f0eb7"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 30 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,33 @@ components:
16861686
oneOf:
16871687
- $ref: '#/components/schemas/User'
16881688
type: object
1689+
IncidentResponseMeta:
1690+
description: The metadata object containing pagination metadata.
1691+
properties:
1692+
pagination:
1693+
$ref: '#/components/schemas/IncidentResponseMetaPagination'
1694+
readOnly: true
1695+
type: object
1696+
IncidentResponseMetaPagination:
1697+
description: Pagination properties.
1698+
properties:
1699+
next_offset:
1700+
description: The index of the first element in the next page of results.
1701+
Equal to page size added to the current offset.
1702+
example: 1000
1703+
format: int64
1704+
type: integer
1705+
offset:
1706+
description: The index of the first element in the results.
1707+
example: 10
1708+
format: int64
1709+
type: integer
1710+
size:
1711+
description: Maximum size of pages to return.
1712+
example: 1000
1713+
format: int64
1714+
type: integer
1715+
type: object
16891716
IncidentResponseRelationships:
16901717
description: The incident's relationships from a response.
16911718
properties:
@@ -1855,30 +1882,7 @@ components:
18551882
readOnly: true
18561883
type: array
18571884
meta:
1858-
description: The metadata object containing pagination metadata.
1859-
properties:
1860-
pagination:
1861-
description: Pagination properties.
1862-
properties:
1863-
next_offset:
1864-
description: The index of the first element in the next page of
1865-
results. Equal to page size added to the current offset.
1866-
example: 1000
1867-
format: int64
1868-
type: integer
1869-
offset:
1870-
description: The index of the first element in the results.
1871-
example: 10
1872-
format: int64
1873-
type: integer
1874-
size:
1875-
description: Maximum size of pages to return.
1876-
example: 1000
1877-
format: int64
1878-
type: integer
1879-
type: object
1880-
readOnly: true
1881-
type: object
1885+
$ref: '#/components/schemas/IncidentResponseMeta'
18821886
required:
18831887
- data
18841888
type: object
@@ -2036,30 +2040,7 @@ components:
20362040
readOnly: true
20372041
type: array
20382042
meta:
2039-
description: The metadata object containing pagination metadata.
2040-
properties:
2041-
pagination:
2042-
description: Pagination properties.
2043-
properties:
2044-
next_offset:
2045-
description: The index of the first element in the next page of
2046-
results. Equal to page size added to the current offset.
2047-
example: 1000
2048-
format: int64
2049-
type: integer
2050-
offset:
2051-
description: The index of the first element in the results.
2052-
example: 10
2053-
format: int64
2054-
type: integer
2055-
size:
2056-
description: Maximum size of pages to return.
2057-
example: 1000
2058-
format: int64
2059-
type: integer
2060-
type: object
2061-
readOnly: true
2062-
type: object
2043+
$ref: '#/components/schemas/IncidentResponseMeta'
20632044
required:
20642045
- data
20652046
type: object
@@ -2305,30 +2286,7 @@ components:
23052286
readOnly: true
23062287
type: array
23072288
meta:
2308-
description: The metadata object containing pagination metadata.
2309-
properties:
2310-
pagination:
2311-
description: Pagination properties.
2312-
properties:
2313-
next_offset:
2314-
description: The index of the first element in the next page of
2315-
results. Equal to page size added to the current offset.
2316-
example: 1000
2317-
format: int64
2318-
type: integer
2319-
offset:
2320-
description: The index of the first element in the results.
2321-
example: 10
2322-
format: int64
2323-
type: integer
2324-
size:
2325-
description: Maximum size of pages to return.
2326-
example: 1000
2327-
format: int64
2328-
type: integer
2329-
type: object
2330-
readOnly: true
2331-
type: object
2289+
$ref: '#/components/schemas/IncidentResponseMeta'
23322290
required:
23332291
- data
23342292
type: object

docs/datadog_api_client.v2.model.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,22 @@ incident\_response\_included\_item
729729
:undoc-members:
730730
:show-inheritance:
731731

732+
incident\_response\_meta
733+
------------------------
734+
735+
.. automodule:: datadog_api_client.v2.model.incident_response_meta
736+
:members:
737+
:undoc-members:
738+
:show-inheritance:
739+
740+
incident\_response\_meta\_pagination
741+
------------------------------------
742+
743+
.. automodule:: datadog_api_client.v2.model.incident_response_meta_pagination
744+
:members:
745+
:undoc-members:
746+
:show-inheritance:
747+
732748
incident\_response\_relationships
733749
---------------------------------
734750

@@ -841,22 +857,6 @@ incident\_services\_response
841857
:undoc-members:
842858
:show-inheritance:
843859

844-
incident\_services\_response\_meta
845-
----------------------------------
846-
847-
.. automodule:: datadog_api_client.v2.model.incident_services_response_meta
848-
:members:
849-
:undoc-members:
850-
:show-inheritance:
851-
852-
incident\_services\_response\_meta\_pagination
853-
----------------------------------------------
854-
855-
.. automodule:: datadog_api_client.v2.model.incident_services_response_meta_pagination
856-
:members:
857-
:undoc-members:
858-
:show-inheritance:
859-
860860
incident\_team\_create\_attributes
861861
----------------------------------
862862

src/datadog_api_client/v2/model/incident_services_response_meta.py renamed to src/datadog_api_client/v2/model/incident_response_meta.py

Lines changed: 7 additions & 9 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/incident_services_response_meta_pagination.py renamed to src/datadog_api_client/v2/model/incident_response_meta_pagination.py

Lines changed: 3 additions & 3 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/incident_services_response.py

Lines changed: 4 additions & 4 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/incident_teams_response.py

Lines changed: 4 additions & 4 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/incidents_response.py

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

src/datadog_api_client/v2/models/__init__.py

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

0 commit comments

Comments
 (0)