Skip to content

Commit 7d56f06

Browse files
author
Octokit Bot
committed
WIP: schema updates
1 parent c241cb7 commit 7d56f06

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

cache/api.github.com.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24895,11 +24895,21 @@
2489524895
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
2489624896
"enum": ["allow", "block", "unconfigured", "unknown"]
2489724897
},
24898-
"copilot_chat": {
24898+
"ide_chat": {
2489924899
"type": "string",
2490024900
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
2490124901
"enum": ["enabled", "disabled", "unconfigured"]
2490224902
},
24903+
"platform_chat": {
24904+
"type": "string",
24905+
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
24906+
"enum": ["enabled", "disabled", "unconfigured"]
24907+
},
24908+
"cli": {
24909+
"type": "string",
24910+
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
24911+
"enum": ["enabled", "disabled", "unconfigured"]
24912+
},
2490324913
"seat_management_setting": {
2490424914
"type": "string",
2490524915
"description": "The mode of assigning new seats.",

cache/ghec.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25744,11 +25744,21 @@
2574425744
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
2574525745
"enum": ["allow", "block", "unconfigured", "unknown"]
2574625746
},
25747-
"copilot_chat": {
25747+
"ide_chat": {
2574825748
"type": "string",
2574925749
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
2575025750
"enum": ["enabled", "disabled", "unconfigured"]
2575125751
},
25752+
"platform_chat": {
25753+
"type": "string",
25754+
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
25755+
"enum": ["enabled", "disabled", "unconfigured"]
25756+
},
25757+
"cli": {
25758+
"type": "string",
25759+
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
25760+
"enum": ["enabled", "disabled", "unconfigured"]
25761+
},
2575225762
"seat_management_setting": {
2575325763
"type": "string",
2575425764
"description": "The mode of assigning new seats.",

0 commit comments

Comments
 (0)