diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 07ece2e4e0..0a96a8ca83 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -20347,7 +20347,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20606,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -48551,6 +48555,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101191,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -104031,7 +104037,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -108687,7 +108693,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108746,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122236,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126245,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -129891,7 +129907,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -142079,6 +142095,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142204,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142229,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142530,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257571,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257875,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -274779,11 +274810,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" @@ -293746,6 +293777,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -293825,6 +293857,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": { @@ -299394,11 +299427,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 57338896b1..9e59db5cb6 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -14787,6 +14787,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +14993,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -35542,6 +35546,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73694,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -75892,7 +75898,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -79684,6 +79690,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -79725,6 +79733,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -90239,6 +90249,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -93230,6 +93241,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -95915,7 +95930,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -105263,6 +105278,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -105346,6 +105364,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105388,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105612,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -192282,6 +192305,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192532,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -206130,11 +206157,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 @@ -222349,6 +222376,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -222420,6 +222448,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: @@ -227196,11 +227225,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 07ece2e4e0..0a96a8ca83 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -20347,7 +20347,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20606,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -48551,6 +48555,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101191,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -104031,7 +104037,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -108687,7 +108693,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108746,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122236,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126245,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -129891,7 +129907,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -142079,6 +142095,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142204,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142229,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142530,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257571,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257875,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -274779,11 +274810,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" @@ -293746,6 +293777,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -293825,6 +293857,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": { @@ -299394,11 +299427,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 57338896b1..9e59db5cb6 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -14787,6 +14787,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +14993,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -35542,6 +35546,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73694,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -75892,7 +75898,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -79684,6 +79690,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -79725,6 +79733,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -90239,6 +90249,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -93230,6 +93241,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -95915,7 +95930,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -105263,6 +105278,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -105346,6 +105364,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105388,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105612,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -192282,6 +192305,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192532,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -206130,11 +206157,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 @@ -222349,6 +222376,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -222420,6 +222448,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: @@ -227196,11 +227225,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index d461afae64..3a121fa92b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -51479,7 +51482,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -51535,11 +51538,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" @@ -86768,7 +86771,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97724,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -120002,7 +120007,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120205,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120305,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120635,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120766,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -275839,7 +275854,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -295658,7 +295674,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298247,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304254,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +307974,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311570,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +313978,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314121,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316691,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319064,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334576,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337038,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339476,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342013,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352557,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -404946,6 +404976,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -405385,6 +405420,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -405666,6 +405702,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -406104,6 +406145,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407232,6 +407274,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -407670,6 +407717,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407855,6 +407903,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408293,6 +408346,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -408503,6 +408557,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408941,6 +409000,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -409188,6 +409248,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -409626,6 +409691,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -495097,7 +495163,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -524700,7 +524767,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527748,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530731,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -540003,7 +540073,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543056,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -547041,7 +547113,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -547092,11 +547164,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" } @@ -1021395,6 +1021467,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021576,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023491,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023600,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025568,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025677,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027310,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027614,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029340,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029641,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031643,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1031752,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033387,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033688,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118614,7 +1118721,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121581,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125257,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128117,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1131793,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134653,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138329,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141189,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 6d6e6c8816..0d0004e42e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -15990,7 +15991,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16031,11 +16032,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 @@ -32715,6 +32716,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -32791,6 +32794,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32887,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33052,6 +33059,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -72621,6 +72630,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82639,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -82750,6 +82764,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -82921,6 +82936,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: @@ -100757,7 +100773,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -100794,11 +100810,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 @@ -208273,6 +208289,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -208356,6 +208375,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208679,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +208906,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -209053,6 +209077,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209301,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index d461afae64..3a121fa92b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -51479,7 +51482,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -51535,11 +51538,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" @@ -86768,7 +86771,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97724,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -120002,7 +120007,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120205,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120305,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120635,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120766,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -275839,7 +275854,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -295658,7 +295674,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298247,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304254,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +307974,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311570,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +313978,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314121,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316691,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319064,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334576,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337038,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339476,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342013,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352557,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -404946,6 +404976,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -405385,6 +405420,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -405666,6 +405702,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -406104,6 +406145,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407232,6 +407274,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -407670,6 +407717,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407855,6 +407903,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408293,6 +408346,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -408503,6 +408557,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408941,6 +409000,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -409188,6 +409248,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -409626,6 +409691,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -495097,7 +495163,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -524700,7 +524767,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527748,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530731,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -540003,7 +540073,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543056,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -547041,7 +547113,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -547092,11 +547164,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" } @@ -1021395,6 +1021467,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021576,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023491,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023600,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025568,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025677,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027310,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027614,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029340,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029641,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031643,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1031752,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033387,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033688,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118614,7 +1118721,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121581,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125257,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128117,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1131793,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134653,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138329,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141189,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 6d6e6c8816..0d0004e42e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -15990,7 +15991,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16031,11 +16032,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 @@ -32715,6 +32716,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -32791,6 +32794,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32887,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33052,6 +33059,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -72621,6 +72630,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82639,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -82750,6 +82764,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -82921,6 +82936,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: @@ -100757,7 +100773,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -100794,11 +100810,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 @@ -208273,6 +208289,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -208356,6 +208375,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208679,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +208906,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -209053,6 +209077,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209301,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index b066fb8366..824e9b4bfc 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -54062,7 +54062,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -54118,11 +54118,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" @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -83082,7 +83085,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -83138,11 +83141,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" @@ -123763,7 +123766,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -158600,7 +158605,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158803,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +158903,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159233,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159364,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -320088,7 +320103,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339955,7 +339971,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342544,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348551,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352271,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355867,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358275,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358418,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +360988,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363361,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378873,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381335,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383773,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386310,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396854,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449386,6 +449416,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -449825,6 +449860,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -450106,6 +450142,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -450544,6 +450585,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -451672,6 +451714,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452110,6 +452157,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452295,6 +452343,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452733,6 +452786,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452943,6 +452997,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -453381,6 +453440,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -453628,6 +453688,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -454066,6 +454131,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -550195,7 +550261,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -579882,7 +579949,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +582930,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +585913,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -595209,7 +595279,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598262,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -602259,7 +602331,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -602310,11 +602382,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" } @@ -1110164,6 +1110236,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110345,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112260,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112369,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114337,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114446,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116079,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116383,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118109,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118410,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120412,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120521,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122156,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122457,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1207410,7 +1207517,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210377,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214053,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1216913,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220589,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223449,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227125,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1229985,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 536375a897..2bb3ddb3de 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -19755,7 +19755,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -19796,11 +19796,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 @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -42892,6 +42893,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -42968,6 +42971,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43064,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -43229,6 +43236,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -82484,6 +82493,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92563,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -92674,6 +92688,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -92845,6 +92860,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: @@ -112802,7 +112818,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -112839,11 +112855,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 @@ -221797,6 +221813,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -221880,6 +221899,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222203,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222430,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222577,6 +222601,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222825,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index b066fb8366..824e9b4bfc 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -54062,7 +54062,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -54118,11 +54118,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" @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -83082,7 +83085,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -83138,11 +83141,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" @@ -123763,7 +123766,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -158600,7 +158605,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158803,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +158903,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159233,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159364,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -320088,7 +320103,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339955,7 +339971,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342544,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348551,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352271,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355867,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358275,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358418,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +360988,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363361,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378873,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381335,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383773,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386310,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396854,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449386,6 +449416,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -449825,6 +449860,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -450106,6 +450142,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -450544,6 +450585,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -451672,6 +451714,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452110,6 +452157,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452295,6 +452343,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452733,6 +452786,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452943,6 +452997,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -453381,6 +453440,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -453628,6 +453688,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -454066,6 +454131,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -550195,7 +550261,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -579882,7 +579949,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +582930,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +585913,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -595209,7 +595279,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598262,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -602259,7 +602331,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -602310,11 +602382,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" } @@ -1110164,6 +1110236,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110345,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112260,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112369,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114337,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114446,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116079,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116383,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118109,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118410,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120412,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120521,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122156,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122457,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1207410,7 +1207517,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210377,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214053,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1216913,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220589,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223449,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227125,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1229985,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 536375a897..2bb3ddb3de 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -19755,7 +19755,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -19796,11 +19796,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 @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -42892,6 +42893,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -42968,6 +42971,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43064,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -43229,6 +43236,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -82484,6 +82493,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92563,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -92674,6 +92688,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -92845,6 +92860,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: @@ -112802,7 +112818,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -112839,11 +112855,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 @@ -221797,6 +221813,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -221880,6 +221899,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222203,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222430,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222577,6 +222601,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222825,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 601ac3804b..219355abb6 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -28734,7 +28734,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +28993,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -58305,6 +58309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119086,7 +119091,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -119599,7 +119604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126444,7 +126450,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126503,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138329,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142338,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -146876,7 +146892,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -159432,6 +159448,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159557,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159582,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159883,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275107,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275411,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -292313,11 +292344,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" @@ -312630,6 +312661,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -312709,6 +312741,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": { @@ -318634,11 +318667,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index ea98a3765e..c826875f38 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -20753,6 +20753,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +20959,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -42458,6 +42462,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -86694,7 +86699,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -87097,6 +87102,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -92540,6 +92546,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -92581,6 +92589,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -101848,6 +101858,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -104839,6 +104850,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -108175,7 +108190,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -117796,6 +117811,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -117879,6 +117897,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +117921,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118145,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -204941,6 +204964,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205191,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -218517,11 +218544,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 @@ -235978,6 +236005,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -236049,6 +236077,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: @@ -241067,11 +241096,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 601ac3804b..219355abb6 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -28734,7 +28734,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +28993,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -58305,6 +58309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119086,7 +119091,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -119599,7 +119604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126444,7 +126450,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126503,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138329,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142338,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -146876,7 +146892,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -159432,6 +159448,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159557,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159582,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159883,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275107,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275411,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -292313,11 +292344,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" @@ -312630,6 +312661,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -312709,6 +312741,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": { @@ -318634,11 +318667,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index ea98a3765e..c826875f38 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -20753,6 +20753,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +20959,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -42458,6 +42462,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -86694,7 +86699,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -87097,6 +87102,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -92540,6 +92546,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -92581,6 +92589,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -101848,6 +101858,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -104839,6 +104850,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -108175,7 +108190,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -117796,6 +117811,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -117879,6 +117897,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +117921,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118145,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -204941,6 +204964,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205191,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -218517,11 +218544,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 @@ -235978,6 +236005,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -236049,6 +236077,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: @@ -241067,11 +241096,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/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 9d66b4de97..0b6ab4fc23 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -42178,7 +42178,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -57255,7 +57256,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -63509,7 +63511,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -89226,7 +89229,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -96766,7 +96770,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -246144,7 +246149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -263554,7 +263560,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -266122,7 +266129,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -272112,7 +272120,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -275823,7 +275832,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279410,7 +279420,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -281813,6 +281824,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -281955,7 +281967,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -284520,7 +284533,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -286888,7 +286902,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -310338,7 +310353,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -359463,6 +359479,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -359897,6 +359918,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -360174,6 +360196,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -360607,6 +360634,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -361709,6 +361737,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -362142,6 +362175,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -362327,6 +362361,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -362760,6 +362799,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -362970,6 +363010,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -363403,6 +363448,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -363646,6 +363692,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -364079,6 +364130,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -417592,7 +417644,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -443867,7 +443920,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -446839,7 +446893,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449813,7 +449868,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -459058,7 +459114,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -462032,7 +462089,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -907936,6 +907994,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -908041,6 +908103,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -909971,6 +910034,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}