Skip to content

Commit

Permalink
Revert "[APITL-1060] Merge membership changes" (#1831)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Sep 25, 2024
1 parent de482dc commit 970ea6d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 476 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-25 14:32:11.589758",
"spec_repo_commit": "0d76884c"
"regenerated": "2024-09-25 18:39:30.798176",
"spec_repo_commit": "1fa8186c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-25 14:32:11.604468",
"spec_repo_commit": "0d76884c"
"regenerated": "2024-09-25 18:39:30.813037",
"spec_repo_commit": "1fa8186c"
}
}
}
97 changes: 0 additions & 97 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -950,64 +950,6 @@ components:
$ref: '#/components/schemas/AWSRelatedAccount'
type: array
type: object
AbbreviatedTeam:
description: The definition of `AbbreviatedTeam` object.
properties:
attributes:
$ref: '#/components/schemas/AbbreviatedTeamAttributes'
id:
description: ID of the team
type: string
type:
$ref: '#/components/schemas/AbbreviatedTeamType'
required:
- attributes
- type
type: object
AbbreviatedTeamAttributes:
description: The definition of `AbbreviatedTeamAttributes` object.
properties:
avatar:
description: Unicode representation of the avatar for the team, limited
to a single grapheme
nullable: true
type: string
banner:
description: Banner selection for the team
format: int64
type: integer
handle:
description: The team's identifier
example: ''
type: string
handles:
description: The `AbbreviatedTeamAttributes` `handles`.
type: string
is_open_membership:
description: The `AbbreviatedTeamAttributes` `is_open_membership`.
readOnly: true
type: boolean
name:
description: The name of the team
example: ''
type: string
summary:
description: A brief summary of the team
readOnly: true
type: string
required:
- handle
- name
type: object
AbbreviatedTeamType:
default: team
description: The definition of `AbbreviatedTeamType` object.
enum:
- team
example: team
type: string
x-enum-varnames:
- TEAM
ActiveBillingDimensionsAttributes:
description: List of active billing dimensions.
properties:
Expand Down Expand Up @@ -24872,8 +24814,6 @@ components:
oneOf:
- $ref: '#/components/schemas/User'
- $ref: '#/components/schemas/Team'
- $ref: '#/components/schemas/AbbreviatedTeam'
- $ref: '#/components/schemas/UserTeamUser'
UserTeamPermission:
description: A user's permissions for a given team
properties:
Expand Down Expand Up @@ -24978,42 +24918,6 @@ components:
required:
- data
type: object
UserTeamUser:
description: The definition of `UserTeamUser` object.
properties:
attributes:
$ref: '#/components/schemas/UserTeamUserAttributes'
id:
description: The `UserTeamUser` ID.
type: string
type:
$ref: '#/components/schemas/UserTeamUserType'
required:
- type
type: object
UserTeamUserAttributes:
description: The definition of `UserTeamUserAttributes` object.
properties:
disabled:
description: The `UserTeamUserAttributes` `disabled`.
type: boolean
email:
description: The `UserTeamUserAttributes` `email`.
type: string
handle:
description: The `UserTeamUserAttributes` `handle`.
type: string
icon:
description: The `UserTeamUserAttributes` `icon`.
type: string
name:
description: The `UserTeamUserAttributes` `name`.
nullable: true
type: string
service_account:
description: The `UserTeamUserAttributes` `service_account`.
type: boolean
type: object
UserTeamUserType:
default: users
description: User team user type
Expand Down Expand Up @@ -38986,7 +38890,6 @@ paths:
name: filter[keyword]
required: false
schema:
description: Search query, can be user email or name.
type: string
responses:
'200':
Expand Down
5 changes: 0 additions & 5 deletions packages/datadog-api-client-v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,6 @@ export {
WorkflowAutomationApi,
} from "./apis/WorkflowAutomationApi";

export { AbbreviatedTeam } from "./models/AbbreviatedTeam";
export { AbbreviatedTeamAttributes } from "./models/AbbreviatedTeamAttributes";
export { AbbreviatedTeamType } from "./models/AbbreviatedTeamType";
export { ActiveBillingDimensionsAttributes } from "./models/ActiveBillingDimensionsAttributes";
export { ActiveBillingDimensionsBody } from "./models/ActiveBillingDimensionsBody";
export { ActiveBillingDimensionsResponse } from "./models/ActiveBillingDimensionsResponse";
Expand Down Expand Up @@ -2114,8 +2111,6 @@ export { UserTeamTeamType } from "./models/UserTeamTeamType";
export { UserTeamType } from "./models/UserTeamType";
export { UserTeamUpdate } from "./models/UserTeamUpdate";
export { UserTeamUpdateRequest } from "./models/UserTeamUpdateRequest";
export { UserTeamUser } from "./models/UserTeamUser";
export { UserTeamUserAttributes } from "./models/UserTeamUserAttributes";
export { UserTeamUserType } from "./models/UserTeamUserType";
export { UserUpdateAttributes } from "./models/UserUpdateAttributes";
export { UserUpdateData } from "./models/UserUpdateData";
Expand Down
72 changes: 0 additions & 72 deletions packages/datadog-api-client-v2/models/AbbreviatedTeam.ts

This file was deleted.

103 changes: 0 additions & 103 deletions packages/datadog-api-client-v2/models/AbbreviatedTeamAttributes.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/datadog-api-client-v2/models/AbbreviatedTeamType.ts

This file was deleted.

Loading

0 comments on commit 970ea6d

Please sign in to comment.