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 7f885c4fd7..443acc83b8 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": [ @@ -105203,7 +105209,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -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" @@ -133675,7 +133692,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -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", @@ -283575,11 +283607,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -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": { @@ -308190,11 +308224,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } 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 29234c89c0..7e4baac57a 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 @@ -76232,7 +76238,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -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 @@ -96858,7 +96873,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -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 @@ -209355,11 +209382,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -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: @@ -230421,11 +230450,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 7f885c4fd7..443acc83b8 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": [ @@ -105203,7 +105209,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -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" @@ -133675,7 +133692,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -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", @@ -283575,11 +283607,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -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": { @@ -308190,11 +308224,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 29234c89c0..7e4baac57a 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 @@ -76232,7 +76238,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -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 @@ -96858,7 +96873,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -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 @@ -209355,11 +209382,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -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: @@ -230421,11 +230450,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: 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 14d4ff63bc..79676a6a0e 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": [ @@ -59563,7 +59566,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -59619,11 +59622,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -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": [ @@ -645921,7 +646005,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -645972,11 +646056,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -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 e39e689a78..f6842c27bc 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 @@ -16563,7 +16564,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16604,11 +16605,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -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: @@ -102972,7 +102989,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -103009,11 +103026,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 @@ -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 14d4ff63bc..79676a6a0e 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": [ @@ -59563,7 +59566,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -59619,11 +59622,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -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": [ @@ -645921,7 +646005,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -645972,11 +646056,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -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 e39e689a78..f6842c27bc 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 @@ -16563,7 +16564,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16604,11 +16605,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -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: @@ -102972,7 +102989,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -103009,11 +103026,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 @@ -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 af8c5f9060..290e536f7b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -58987,7 +58987,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -59043,11 +59043,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -60188,6 +60188,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "{"code":"deadline_exceeded","msg":"operation timed out"}