Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -93406,6 +93406,15 @@
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -99605,6 +99614,15 @@
"disabled",
"unconfigured"
]
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -270401,6 +270419,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down Expand Up @@ -274566,7 +274585,8 @@
"ide_chat": "enabled",
"platform_chat": "enabled",
"cli": "enabled",
"public_code_suggestions": "block"
"public_code_suggestions": "block",
"plan_type": "business"
}
},
"organization-dependabot-secret-paginated": {
Expand Down Expand Up @@ -275170,6 +275190,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down
19 changes: 19 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67565,6 +67565,14 @@ components:
format: date-time
description: Timestamp of when the assignee's GitHub Copilot access was
last updated, in ISO 8601 format.
plan_type:
type: string
description: The Copilot plan of the organization, or the parent enterprise,
when applicable.
enum:
- business
- enterprise
- unknown
required:
- assignee
- created_at
Expand Down Expand Up @@ -72210,6 +72218,14 @@ components:
- assign_selected
- disabled
- unconfigured
plan_type:
type: string
description: The Copilot plan of the organization, or the parent enterprise,
when applicable.
enum:
- business
- enterprise
- unknown
required:
- seat_breakdown
- public_code_suggestions
Expand Down Expand Up @@ -199336,6 +199352,7 @@ components:
pending_cancellation_date:
last_activity_at: '2021-10-14T00:53:32-06:00'
last_activity_editor: vscode/1.77.3/copilot/1.86.82
plan_type: business
assignee:
login: octocat
id: 1
Expand Down Expand Up @@ -202921,6 +202938,7 @@ components:
platform_chat: enabled
cli: enabled
public_code_suggestions: block
plan_type: business
organization-dependabot-secret-paginated:
value:
total_count: 3
Expand Down Expand Up @@ -203432,6 +203450,7 @@ components:
pending_cancellation_date:
last_activity_at: '2021-10-14T00:53:32-06:00'
last_activity_editor: vscode/1.77.3/copilot/1.86.82
plan_type: business
assignee:
login: octocat
id: 1
Expand Down
23 changes: 22 additions & 1 deletion descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -93406,6 +93406,15 @@
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -99605,6 +99614,15 @@
"disabled",
"unconfigured"
]
},
"plan_type": {
"type": "string",
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
]
}
},
"required": [
Expand Down Expand Up @@ -270401,6 +270419,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down Expand Up @@ -274566,7 +274585,8 @@
"ide_chat": "enabled",
"platform_chat": "enabled",
"cli": "enabled",
"public_code_suggestions": "block"
"public_code_suggestions": "block",
"plan_type": "business"
}
},
"organization-dependabot-secret-paginated": {
Expand Down Expand Up @@ -275170,6 +275190,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"plan_type": "business",
"assignee": {
"login": "octocat",
"id": 1,
Expand Down
Loading
Loading