Skip to content

Commit d251001

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Revert "[APITL-1060] Merge membership changes" (#2176)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 09b4ea4 commit d251001

12 files changed

+6
-491
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.6",
7-
"regenerated": "2024-09-25 14:32:15.820167",
8-
"spec_repo_commit": "0d76884c"
7+
"regenerated": "2024-09-25 18:52:40.246446",
8+
"spec_repo_commit": "1fa8186c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-25 14:32:15.835778",
13-
"spec_repo_commit": "0d76884c"
12+
"regenerated": "2024-09-25 18:52:40.260078",
13+
"spec_repo_commit": "1fa8186c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -950,64 +950,6 @@ components:
950950
$ref: '#/components/schemas/AWSRelatedAccount'
951951
type: array
952952
type: object
953-
AbbreviatedTeam:
954-
description: The definition of `AbbreviatedTeam` object.
955-
properties:
956-
attributes:
957-
$ref: '#/components/schemas/AbbreviatedTeamAttributes'
958-
id:
959-
description: ID of the team
960-
type: string
961-
type:
962-
$ref: '#/components/schemas/AbbreviatedTeamType'
963-
required:
964-
- attributes
965-
- type
966-
type: object
967-
AbbreviatedTeamAttributes:
968-
description: The definition of `AbbreviatedTeamAttributes` object.
969-
properties:
970-
avatar:
971-
description: Unicode representation of the avatar for the team, limited
972-
to a single grapheme
973-
nullable: true
974-
type: string
975-
banner:
976-
description: Banner selection for the team
977-
format: int64
978-
type: integer
979-
handle:
980-
description: The team's identifier
981-
example: ''
982-
type: string
983-
handles:
984-
description: The `AbbreviatedTeamAttributes` `handles`.
985-
type: string
986-
is_open_membership:
987-
description: The `AbbreviatedTeamAttributes` `is_open_membership`.
988-
readOnly: true
989-
type: boolean
990-
name:
991-
description: The name of the team
992-
example: ''
993-
type: string
994-
summary:
995-
description: A brief summary of the team
996-
readOnly: true
997-
type: string
998-
required:
999-
- handle
1000-
- name
1001-
type: object
1002-
AbbreviatedTeamType:
1003-
default: team
1004-
description: The definition of `AbbreviatedTeamType` object.
1005-
enum:
1006-
- team
1007-
example: team
1008-
type: string
1009-
x-enum-varnames:
1010-
- TEAM
1011953
ActiveBillingDimensionsAttributes:
1012954
description: List of active billing dimensions.
1013955
properties:
@@ -24872,8 +24814,6 @@ components:
2487224814
oneOf:
2487324815
- $ref: '#/components/schemas/User'
2487424816
- $ref: '#/components/schemas/Team'
24875-
- $ref: '#/components/schemas/AbbreviatedTeam'
24876-
- $ref: '#/components/schemas/UserTeamUser'
2487724817
UserTeamPermission:
2487824818
description: A user's permissions for a given team
2487924819
properties:
@@ -24978,42 +24918,6 @@ components:
2497824918
required:
2497924919
- data
2498024920
type: object
24981-
UserTeamUser:
24982-
description: The definition of `UserTeamUser` object.
24983-
properties:
24984-
attributes:
24985-
$ref: '#/components/schemas/UserTeamUserAttributes'
24986-
id:
24987-
description: The `UserTeamUser` ID.
24988-
type: string
24989-
type:
24990-
$ref: '#/components/schemas/UserTeamUserType'
24991-
required:
24992-
- type
24993-
type: object
24994-
UserTeamUserAttributes:
24995-
description: The definition of `UserTeamUserAttributes` object.
24996-
properties:
24997-
disabled:
24998-
description: The `UserTeamUserAttributes` `disabled`.
24999-
type: boolean
25000-
email:
25001-
description: The `UserTeamUserAttributes` `email`.
25002-
type: string
25003-
handle:
25004-
description: The `UserTeamUserAttributes` `handle`.
25005-
type: string
25006-
icon:
25007-
description: The `UserTeamUserAttributes` `icon`.
25008-
type: string
25009-
name:
25010-
description: The `UserTeamUserAttributes` `name`.
25011-
nullable: true
25012-
type: string
25013-
service_account:
25014-
description: The `UserTeamUserAttributes` `service_account`.
25015-
type: boolean
25016-
type: object
2501724921
UserTeamUserType:
2501824922
default: users
2501924923
description: User team user type
@@ -38986,7 +38890,6 @@ paths:
3898638890
name: filter[keyword]
3898738891
required: false
3898838892
schema:
38989-
description: Search query, can be user email or name.
3899038893
type: string
3899138894
responses:
3899238895
'200':

docs/datadog_api_client.v2.model.rst

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,6 @@ datadog\_api\_client.v2.model package
44
Submodules
55
----------
66

7-
datadog\_api\_client.v2.model.abbreviated\_team module
8-
------------------------------------------------------
9-
10-
.. automodule:: datadog_api_client.v2.model.abbreviated_team
11-
:members:
12-
:show-inheritance:
13-
14-
datadog\_api\_client.v2.model.abbreviated\_team\_attributes module
15-
------------------------------------------------------------------
16-
17-
.. automodule:: datadog_api_client.v2.model.abbreviated_team_attributes
18-
:members:
19-
:show-inheritance:
20-
21-
datadog\_api\_client.v2.model.abbreviated\_team\_type module
22-
------------------------------------------------------------
23-
24-
.. automodule:: datadog_api_client.v2.model.abbreviated_team_type
25-
:members:
26-
:show-inheritance:
27-
287
datadog\_api\_client.v2.model.active\_billing\_dimensions\_attributes module
298
----------------------------------------------------------------------------
309

@@ -11176,20 +11155,6 @@ datadog\_api\_client.v2.model.user\_team\_update\_request module
1117611155
:members:
1117711156
:show-inheritance:
1117811157

11179-
datadog\_api\_client.v2.model.user\_team\_user module
11180-
-----------------------------------------------------
11181-
11182-
.. automodule:: datadog_api_client.v2.model.user_team_user
11183-
:members:
11184-
:show-inheritance:
11185-
11186-
datadog\_api\_client.v2.model.user\_team\_user\_attributes module
11187-
-----------------------------------------------------------------
11188-
11189-
.. automodule:: datadog_api_client.v2.model.user_team_user_attributes
11190-
:members:
11191-
:show-inheritance:
11192-
1119311158
datadog\_api\_client.v2.model.user\_team\_user\_type module
1119411159
-----------------------------------------------------------
1119511160

src/datadog_api_client/v2/model/abbreviated_team.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/datadog_api_client/v2/model/abbreviated_team_attributes.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/datadog_api_client/v2/model/abbreviated_team_type.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)