diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 07ece2e4e0..232a685116 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -20347,7 +20347,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20606,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -48551,6 +48555,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101191,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -107849,6 +107855,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -108687,7 +108710,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108763,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122253,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126262,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -137284,6 +137317,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -142079,6 +142129,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142238,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142263,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142564,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257605,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257909,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -293746,6 +293811,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -293825,6 +293891,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 57338896b1..9078d39b1b 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -14787,6 +14787,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +14993,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -35542,6 +35546,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73694,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -79009,6 +79015,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -79684,6 +79705,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -79725,6 +79748,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -90239,6 +90264,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -93230,6 +93256,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -101594,6 +101624,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -105263,6 +105308,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -105346,6 +105394,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105418,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105642,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -192282,6 +192335,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192562,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222349,6 +222406,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -222420,6 +222478,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 07ece2e4e0..232a685116 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -20347,7 +20347,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20606,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -48551,6 +48555,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101191,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -107849,6 +107855,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -108687,7 +108710,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108763,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122253,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126262,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -137284,6 +137317,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -142079,6 +142129,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142238,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142263,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142564,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257605,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257909,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -293746,6 +293811,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -293825,6 +293891,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 57338896b1..9078d39b1b 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -14787,6 +14787,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +14993,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -35542,6 +35546,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73694,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -79009,6 +79015,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -79684,6 +79705,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -79725,6 +79748,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -90239,6 +90264,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -93230,6 +93256,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -101594,6 +101624,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -105263,6 +105308,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -105346,6 +105394,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105418,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105642,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -192282,6 +192335,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192562,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222349,6 +222406,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -222420,6 +222478,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index d461afae64..e4d871c816 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -86768,7 +86771,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97724,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -104880,6 +104885,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -105306,6 +105328,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -120002,7 +120041,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120239,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120339,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120669,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120800,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -275839,7 +275888,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -295658,7 +295708,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298281,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304288,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +308008,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +314012,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314155,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316725,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319098,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334610,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337072,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339510,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342047,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352591,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -404946,6 +405010,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -405385,6 +405454,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -405666,6 +405736,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -406104,6 +406179,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407232,6 +407308,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -407670,6 +407751,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407855,6 +407937,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408293,6 +408380,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -408503,6 +408591,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408941,6 +409034,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -409188,6 +409282,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -409626,6 +409725,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -495097,7 +495197,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -498950,6 +499051,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499462,6 +499580,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499878,6 +500013,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -524700,7 +524852,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527833,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530816,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -540003,7 +540158,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -814201,6 +814358,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -815935,6 +816109,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -819531,6 +819722,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -821279,6 +821487,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1021395,6 +1021620,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021729,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023644,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023753,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025721,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025830,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027463,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027767,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029493,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029794,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031796,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1031905,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033540,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033841,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118614,7 +1118874,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121734,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125410,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128270,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1131946,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134806,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138482,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141342,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 6d6e6c8816..9917da8e34 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -29515,6 +29516,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -32715,6 +32731,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -32791,6 +32809,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32902,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33052,6 +33074,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -72621,6 +72645,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82654,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -82750,6 +82779,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -82921,6 +82951,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -142088,6 +142119,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -208273,6 +208319,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -208356,6 +208405,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208709,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +208936,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -209053,6 +209107,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209331,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index d461afae64..e4d871c816 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -86768,7 +86771,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97724,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -104880,6 +104885,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -105306,6 +105328,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -120002,7 +120041,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120239,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120339,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120669,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120800,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -275839,7 +275888,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -295658,7 +295708,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298281,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304288,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +308008,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +314012,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314155,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316725,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319098,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334610,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337072,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339510,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342047,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352591,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -404946,6 +405010,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -405385,6 +405454,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -405666,6 +405736,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -406104,6 +406179,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407232,6 +407308,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -407670,6 +407751,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407855,6 +407937,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408293,6 +408380,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -408503,6 +408591,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408941,6 +409034,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -409188,6 +409282,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -409626,6 +409725,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -495097,7 +495197,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -498950,6 +499051,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499462,6 +499580,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499878,6 +500013,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -524700,7 +524852,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527833,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530816,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -540003,7 +540158,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -814201,6 +814358,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -815935,6 +816109,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -819531,6 +819722,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -821279,6 +821487,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1021395,6 +1021620,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021729,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023644,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023753,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025721,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025830,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027463,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027767,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029493,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029794,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031796,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1031905,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033540,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033841,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118614,7 +1118874,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121734,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125410,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128270,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1131946,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134806,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138482,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141342,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 6d6e6c8816..9917da8e34 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -29515,6 +29516,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -32715,6 +32731,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -32791,6 +32809,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32902,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33052,6 +33074,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -72621,6 +72645,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82654,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -82750,6 +82779,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -82921,6 +82951,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -142088,6 +142119,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -208273,6 +208319,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -208356,6 +208405,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208709,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +208936,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -209053,6 +209107,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209331,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index b066fb8366..e3f08d0e54 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -123763,7 +123766,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142329,6 +142334,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -142755,6 +142777,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -158600,7 +158639,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158837,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +158937,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159267,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159398,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -320088,7 +320137,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339955,7 +340005,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342578,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348585,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352305,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355901,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358452,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +361022,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363395,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378907,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381369,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383807,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386344,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396888,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449386,6 +449450,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -449825,6 +449894,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -450106,6 +450176,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -450544,6 +450619,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -451672,6 +451748,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452110,6 +452191,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452295,6 +452377,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452733,6 +452820,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452943,6 +453031,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -453381,6 +453474,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -453628,6 +453722,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -454066,6 +454165,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -550195,7 +550295,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -554048,6 +554149,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554560,6 +554678,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554976,6 +555111,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -579882,7 +580034,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +583015,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +585998,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -595209,7 +595364,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598347,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -902970,6 +903127,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -904704,6 +904878,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -908300,6 +908491,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -910048,6 +910256,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1110164,6 +1110389,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110498,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112413,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112522,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114490,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114599,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116232,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116536,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118262,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118563,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120565,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120674,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122309,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122610,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1207410,7 +1207670,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210530,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214206,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1217066,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220742,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223602,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227278,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1230138,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 536375a897..676a1ef566 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -39405,6 +39406,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -42892,6 +42908,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -42968,6 +42986,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43079,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -43229,6 +43251,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -82484,6 +82508,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92578,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -92674,6 +92703,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -92845,6 +92875,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -155612,6 +155643,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -221797,6 +221843,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -221880,6 +221929,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222233,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222460,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222577,6 +222631,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222855,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index b066fb8366..e3f08d0e54 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -123763,7 +123766,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142329,6 +142334,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -142755,6 +142777,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -158600,7 +158639,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158837,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +158937,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159267,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159398,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -320088,7 +320137,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339955,7 +340005,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342578,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348585,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352305,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355901,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358452,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +361022,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363395,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378907,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381369,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383807,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386344,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396888,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449386,6 +449450,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -449825,6 +449894,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -450106,6 +450176,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -450544,6 +450619,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -451672,6 +451748,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452110,6 +452191,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452295,6 +452377,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452733,6 +452820,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452943,6 +453031,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -453381,6 +453474,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -453628,6 +453722,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -454066,6 +454165,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -550195,7 +550295,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -554048,6 +554149,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554560,6 +554678,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554976,6 +555111,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -579882,7 +580034,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +583015,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +585998,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -595209,7 +595364,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598347,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -902970,6 +903127,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -904704,6 +904878,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -908300,6 +908491,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -910048,6 +910256,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1110164,6 +1110389,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110498,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112413,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112522,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114490,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114599,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116232,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116536,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118262,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118563,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120565,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120674,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122309,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122610,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1207410,7 +1207670,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210530,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214206,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1217066,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220742,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223602,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227278,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1230138,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 536375a897..676a1ef566 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -39405,6 +39406,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -42892,6 +42908,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -42968,6 +42986,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43079,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -43229,6 +43251,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -82484,6 +82508,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92578,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -92674,6 +92703,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -92845,6 +92875,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -155612,6 +155643,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -221797,6 +221843,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -221880,6 +221929,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222233,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222460,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222577,6 +222631,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222855,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 601ac3804b..057175dfeb 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -28734,7 +28734,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +28993,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -58305,6 +58309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119599,7 +119604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -125522,6 +125528,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -126444,7 +126467,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126520,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138346,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142355,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -154637,6 +154670,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -159432,6 +159482,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159591,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159616,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159917,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275141,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275445,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -312630,6 +312695,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -312709,6 +312775,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index ea98a3765e..9991892a32 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -20753,6 +20753,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +20959,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -42458,6 +42462,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -87097,6 +87102,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -91801,6 +91807,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -92540,6 +92561,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -92581,6 +92604,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -101848,6 +101873,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -104839,6 +104865,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -114127,6 +114157,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -117796,6 +117841,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -117879,6 +117927,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +117951,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118175,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -204941,6 +204994,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205221,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -235978,6 +236035,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -236049,6 +236107,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 601ac3804b..057175dfeb 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -28734,7 +28734,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +28993,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -58305,6 +58309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119599,7 +119604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -125522,6 +125528,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -126444,7 +126467,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126520,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138346,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142355,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -154637,6 +154670,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -159432,6 +159482,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159591,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159616,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159917,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275141,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275445,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -312630,6 +312695,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -312709,6 +312775,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index ea98a3765e..9991892a32 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -20753,6 +20753,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +20959,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -42458,6 +42462,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -87097,6 +87102,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -91801,6 +91807,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -92540,6 +92561,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -92581,6 +92604,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -101848,6 +101873,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -104839,6 +104865,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -114127,6 +114157,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -117796,6 +117841,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -117879,6 +117927,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +117951,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118175,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -204941,6 +204994,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205221,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -235978,6 +236035,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -236049,6 +236107,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 9d66b4de97..4b9a4bd000 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -42178,7 +42178,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -57255,7 +57256,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -63509,7 +63511,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -89226,7 +89229,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -96766,7 +96770,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -99658,6 +99663,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -100084,6 +100106,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -246144,7 +246183,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -263554,7 +263594,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -266122,7 +266163,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -272112,7 +272154,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -275823,7 +275866,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279410,7 +279454,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -281813,6 +281858,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -281955,7 +282001,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -284520,7 +284567,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -286888,7 +286936,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -310338,7 +310387,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -359463,6 +359513,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -359897,6 +359952,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -360174,6 +360230,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -360607,6 +360668,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -361709,6 +361771,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -362142,6 +362209,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -362327,6 +362395,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -362760,6 +362833,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -362970,6 +363044,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -363403,6 +363482,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -363646,6 +363726,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -364079,6 +364164,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -417592,7 +417678,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -420811,6 +420898,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -421323,6 +421427,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -421739,6 +421860,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -443867,7 +444005,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -446839,7 +446978,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449813,7 +449953,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -459058,7 +459199,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -462032,7 +462174,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -710537,6 +710680,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -712287,6 +712447,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -715915,6 +716092,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -717679,6 +717873,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -907936,6 +908147,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -908041,6 +908256,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -909971,6 +910187,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -910076,6 +910296,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -912059,6 +912280,10 @@ "id": { "type": "integer" }, + "immutable": { + "descript{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}