diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 7f885c4fd..48b76b9b8 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -20425,7 +20425,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20688,7 +20690,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -48782,6 +48786,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -102238,6 +102243,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -110011,7 +110017,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -110068,7 +110076,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -129430,6 +129440,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -145672,6 +145689,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -145785,6 +145806,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -145809,6 +145831,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -146127,6 +146150,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -265894,6 +265921,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -266215,6 +266243,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -302542,6 +302574,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": { @@ -302621,6 +302654,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 29234c89c..6cf6370cd 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -14824,6 +14824,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -15031,6 +15033,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -35657,6 +35661,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -74123,6 +74128,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -79917,6 +79923,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. @@ -79961,6 +79969,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. @@ -93903,6 +93913,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -105829,6 +105844,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -105916,6 +105934,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105939,6 +105958,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -106171,6 +106191,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -195277,6 +195300,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -195512,6 +195536,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -225574,6 +225601,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: @@ -225645,6 +225673,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 7f885c4fd..48b76b9b8 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -20425,7 +20425,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20688,7 +20690,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -48782,6 +48786,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -102238,6 +102243,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -110011,7 +110017,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -110068,7 +110076,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -129430,6 +129440,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -145672,6 +145689,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -145785,6 +145806,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -145809,6 +145831,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -146127,6 +146150,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -265894,6 +265921,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -266215,6 +266243,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -302542,6 +302574,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": { @@ -302621,6 +302654,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 29234c89c..6cf6370cd 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -14824,6 +14824,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -15031,6 +15033,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -35657,6 +35661,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -74123,6 +74128,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -79917,6 +79923,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. @@ -79961,6 +79969,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. @@ -93903,6 +93913,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -105829,6 +105844,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -105916,6 +105934,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105939,6 +105958,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -106171,6 +106191,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -195277,6 +195300,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -195512,6 +195536,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -225574,6 +225601,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: @@ -225645,6 +225673,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 14d4ff63b..0b0807f86 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -26623,6 +26623,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -44764,6 +44765,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -51538,6 +51540,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -99061,6 +99064,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -111680,6 +111684,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -138034,7 +138039,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138242,7 +138249,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -138344,7 +138353,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138686,7 +138697,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138819,7 +138832,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -319289,6 +319304,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -342369,6 +342385,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -345612,6 +345629,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -353031,6 +353049,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -357830,6 +357849,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -362426,6 +362446,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365487,6 +365508,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -365651,6 +365673,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -368877,6 +368900,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371900,6 +371924,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -391279,6 +391304,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -394399,6 +394425,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -397487,6 +397514,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400680,6 +400708,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -414279,6 +414308,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -477959,6 +477989,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -478500,6 +478537,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": { @@ -478797,6 +478835,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -479337,6 +479382,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": { @@ -480603,6 +480649,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481143,6 +481196,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": { @@ -481344,6 +481398,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481884,6 +481945,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": { @@ -482110,6 +482172,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -482650,6 +482719,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": { @@ -482913,6 +482983,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -483453,6 +483530,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": { @@ -583103,6 +583181,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -618303,6 +618382,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -622105,6 +622185,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -625909,6 +625990,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -637079,6 +637161,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -640883,6 +640966,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1203877,6 +1203961,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1203990,6 +1204078,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1206288,6 +1206377,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1206401,6 +1206494,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1208752,6 +1208846,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1208865,6 +1208963,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1210865,6 +1210964,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1211186,6 +1211286,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1213284,6 +1213388,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1213602,6 +1213707,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1215992,6 +1216101,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1216105,6 +1216218,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1218107,6 +1218221,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1218425,6 +1218540,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1321314,6 +1321433,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1325044,6 +1325164,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1329716,6 +1329837,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1333446,6 +1333568,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1338118,6 +1338241,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1341848,6 +1341972,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1346520,6 +1346645,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1350250,6 +1350376,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index e39e689a7..477b287d1 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10602,6 +10602,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -33616,6 +33617,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -33694,6 +33697,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -33787,6 +33792,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33960,6 +33967,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -74474,6 +74483,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -84618,6 +84628,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -84740,6 +84755,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: @@ -84911,6 +84927,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: @@ -213189,6 +213206,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213276,6 +213296,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -213579,6 +213600,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -213814,6 +213836,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213986,6 +214011,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -214218,6 +214244,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 14d4ff63b..0b0807f86 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -26623,6 +26623,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -44764,6 +44765,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -51538,6 +51540,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -99061,6 +99064,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -111680,6 +111684,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -138034,7 +138039,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138242,7 +138249,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -138344,7 +138353,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138686,7 +138697,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138819,7 +138832,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -319289,6 +319304,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -342369,6 +342385,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -345612,6 +345629,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -353031,6 +353049,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -357830,6 +357849,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -362426,6 +362446,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365487,6 +365508,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -365651,6 +365673,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -368877,6 +368900,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371900,6 +371924,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -391279,6 +391304,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -394399,6 +394425,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -397487,6 +397514,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400680,6 +400708,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -414279,6 +414308,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -477959,6 +477989,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -478500,6 +478537,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": { @@ -478797,6 +478835,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -479337,6 +479382,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": { @@ -480603,6 +480649,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481143,6 +481196,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": { @@ -481344,6 +481398,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481884,6 +481945,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": { @@ -482110,6 +482172,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -482650,6 +482719,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": { @@ -482913,6 +482983,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -483453,6 +483530,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": { @@ -583103,6 +583181,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -618303,6 +618382,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -622105,6 +622185,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -625909,6 +625990,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -637079,6 +637161,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -640883,6 +640966,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1203877,6 +1203961,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1203990,6 +1204078,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1206288,6 +1206377,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1206401,6 +1206494,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1208752,6 +1208846,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1208865,6 +1208963,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1210865,6 +1210964,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1211186,6 +1211286,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1213284,6 +1213388,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1213602,6 +1213707,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1215992,6 +1216101,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1216105,6 +1216218,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1218107,6 +1218221,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1218425,6 +1218540,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1321314,6 +1321433,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1325044,6 +1325164,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1329716,6 +1329837,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1333446,6 +1333568,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1338118,6 +1338241,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1341848,6 +1341972,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1346520,6 +1346645,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1350250,6 +1350376,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index e39e689a7..477b287d1 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -10602,6 +10602,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -33616,6 +33617,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -33694,6 +33697,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -33787,6 +33792,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33960,6 +33967,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -74474,6 +74483,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -84618,6 +84628,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -84740,6 +84755,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: @@ -84911,6 +84927,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: @@ -213189,6 +213206,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213276,6 +213296,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -213579,6 +213600,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -213814,6 +213836,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213986,6 +214011,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -214218,6 +214244,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index af8c5f906..7169943a3 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -60188,6 +60188,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -78329,6 +78330,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -85103,6 +85105,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -138845,6 +138848,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -151918,6 +151922,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -179579,7 +179584,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -179787,7 +179794,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -179889,7 +179898,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -180231,7 +180242,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -180364,7 +180377,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -366707,6 +366722,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -389835,6 +389851,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -393078,6 +393095,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400497,6 +400515,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -405296,6 +405315,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -409892,6 +409912,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -412953,6 +412974,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -413117,6 +413139,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -416343,6 +416366,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -419366,6 +419390,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -438745,6 +438770,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -441865,6 +441891,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -444953,6 +444980,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -448146,6 +448174,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -461745,6 +461774,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -525568,6 +525598,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526109,6 +526146,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": { @@ -526406,6 +526444,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526946,6 +526991,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": { @@ -528212,6 +528258,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -528752,6 +528805,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": { @@ -528953,6 +529007,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -529493,6 +529554,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": { @@ -529719,6 +529781,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -530259,6 +530328,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": { @@ -530522,6 +530592,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -531062,6 +531139,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": { @@ -642848,6 +642926,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -678132,6 +678211,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -681934,6 +682014,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -685738,6 +685819,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -696932,6 +697014,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -700736,6 +700819,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1303801,6 +1303885,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1303914,6 +1304002,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1306212,6 +1306301,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1306325,6 +1306418,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1308676,6 +1308770,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1308789,6 +1308887,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1310789,6 +1310888,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1311110,6 +1311210,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1313208,6 +1313312,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1313526,6 +1313631,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1315916,6 +1316025,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1316029,6 +1316142,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1318031,6 +1318145,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1318349,6 +1318464,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1421265,6 +1421384,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1424995,6 +1425115,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1429667,6 +1429788,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1433397,6 +1433519,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1438069,6 +1438192,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1441799,6 +1441923,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1446471,6 +1446596,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1450201,6 +1450327,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 33e0725e4..d5f660099 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -20670,6 +20670,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -43938,6 +43939,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -44016,6 +44019,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -44109,6 +44114,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -44282,6 +44289,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -84456,6 +84465,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -94661,6 +94671,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -94783,6 +94798,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: @@ -94954,6 +94970,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: @@ -226923,6 +226940,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227010,6 +227030,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -227313,6 +227334,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -227548,6 +227570,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227720,6 +227745,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -227952,6 +227978,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index af8c5f906..7169943a3 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -60188,6 +60188,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -78329,6 +78330,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -85103,6 +85105,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -138845,6 +138848,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -151918,6 +151922,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -179579,7 +179584,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -179787,7 +179794,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -179889,7 +179898,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -180231,7 +180242,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -180364,7 +180377,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -366707,6 +366722,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -389835,6 +389851,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -393078,6 +393095,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400497,6 +400515,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -405296,6 +405315,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -409892,6 +409912,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -412953,6 +412974,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -413117,6 +413139,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -416343,6 +416366,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -419366,6 +419390,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -438745,6 +438770,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -441865,6 +441891,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -444953,6 +444980,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -448146,6 +448174,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -461745,6 +461774,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -525568,6 +525598,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526109,6 +526146,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": { @@ -526406,6 +526444,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526946,6 +526991,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": { @@ -528212,6 +528258,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -528752,6 +528805,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": { @@ -528953,6 +529007,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -529493,6 +529554,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": { @@ -529719,6 +529781,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -530259,6 +530328,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": { @@ -530522,6 +530592,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -531062,6 +531139,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": { @@ -642848,6 +642926,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -678132,6 +678211,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -681934,6 +682014,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -685738,6 +685819,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -696932,6 +697014,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -700736,6 +700819,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1303801,6 +1303885,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1303914,6 +1304002,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1306212,6 +1306301,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1306325,6 +1306418,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1308676,6 +1308770,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1308789,6 +1308887,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1310789,6 +1310888,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1311110,6 +1311210,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1313208,6 +1313312,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1313526,6 +1313631,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1315916,6 +1316025,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1316029,6 +1316142,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1318031,6 +1318145,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1318349,6 +1318464,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1421265,6 +1421384,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1424995,6 +1425115,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1429667,6 +1429788,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1433397,6 +1433519,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1438069,6 +1438192,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1441799,6 +1441923,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1446471,6 +1446596,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1450201,6 +1450327,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 33e0725e4..d5f660099 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -20670,6 +20670,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -43938,6 +43939,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -44016,6 +44019,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -44109,6 +44114,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -44282,6 +44289,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -84456,6 +84465,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -94661,6 +94671,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -94783,6 +94798,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: @@ -94954,6 +94970,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: @@ -226923,6 +226940,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227010,6 +227030,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -227313,6 +227334,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -227548,6 +227570,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227720,6 +227745,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -227952,6 +227978,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 3e9d38e1d..f5df96f9f 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -28826,7 +28826,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -29089,7 +29091,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -58552,6 +58556,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -121024,6 +121029,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -128079,7 +128085,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -128136,7 +128144,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -145787,6 +145797,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -163437,6 +163454,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -163550,6 +163571,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -163574,6 +163596,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -163892,6 +163915,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -283842,6 +283869,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -284163,6 +284191,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -321838,6 +321870,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": { @@ -321917,6 +321950,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-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 67f2b61e9..be6ba021e 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -20797,6 +20797,8 @@ paths: - maven_repository - nuget_feed -{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}