@octokit/openapi 17.1.0 → 17.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -70656,12 +70656,35 @@
70656
70656
  "schema": {
70657
70657
  "type": "array",
70658
70658
  "items": {
70659
- "$ref": "#/components/schemas/organization-fine-grained-permission"
70659
+ "title": "Organization Fine-Grained Permission",
70660
+ "description": "A fine-grained permission that protects organization resources.",
70661
+ "type": "object",
70662
+ "properties": {
70663
+ "name": {
70664
+ "type": "string"
70665
+ },
70666
+ "description": {
70667
+ "type": "string"
70668
+ }
70669
+ },
70670
+ "required": [
70671
+ "name",
70672
+ "description"
70673
+ ]
70660
70674
  }
70661
70675
  },
70662
70676
  "examples": {
70663
70677
  "default": {
70664
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
70678
+ "value": [
70679
+ {
70680
+ "name": "read_organization_custom_org_role",
70681
+ "description": "View organization roles"
70682
+ },
70683
+ {
70684
+ "name": "write_organization_custom_org_role",
70685
+ "description": "Manage custom organization roles"
70686
+ }
70687
+ ]
70665
70688
  }
70666
70689
  }
70667
70690
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -63757,12 +63757,35 @@
63757
63757
  "schema": {
63758
63758
  "type": "array",
63759
63759
  "items": {
63760
- "$ref": "#/components/schemas/organization-fine-grained-permission"
63760
+ "title": "Organization Fine-Grained Permission",
63761
+ "description": "A fine-grained permission that protects organization resources.",
63762
+ "type": "object",
63763
+ "properties": {
63764
+ "name": {
63765
+ "type": "string"
63766
+ },
63767
+ "description": {
63768
+ "type": "string"
63769
+ }
63770
+ },
63771
+ "required": [
63772
+ "name",
63773
+ "description"
63774
+ ]
63761
63775
  }
63762
63776
  },
63763
63777
  "examples": {
63764
63778
  "default": {
63765
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
63779
+ "value": [
63780
+ {
63781
+ "name": "read_organization_custom_org_role",
63782
+ "description": "View organization roles"
63783
+ },
63784
+ {
63785
+ "name": "write_organization_custom_org_role",
63786
+ "description": "Manage custom organization roles"
63787
+ }
63788
+ ]
63766
63789
  }
63767
63790
  }
63768
63791
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -65260,12 +65260,35 @@
65260
65260
  "schema": {
65261
65261
  "type": "array",
65262
65262
  "items": {
65263
- "$ref": "#/components/schemas/organization-fine-grained-permission"
65263
+ "title": "Organization Fine-Grained Permission",
65264
+ "description": "A fine-grained permission that protects organization resources.",
65265
+ "type": "object",
65266
+ "properties": {
65267
+ "name": {
65268
+ "type": "string"
65269
+ },
65270
+ "description": {
65271
+ "type": "string"
65272
+ }
65273
+ },
65274
+ "required": [
65275
+ "name",
65276
+ "description"
65277
+ ]
65264
65278
  }
65265
65279
  },
65266
65280
  "examples": {
65267
65281
  "default": {
65268
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
65282
+ "value": [
65283
+ {
65284
+ "name": "read_organization_custom_org_role",
65285
+ "description": "View organization roles"
65286
+ },
65287
+ {
65288
+ "name": "write_organization_custom_org_role",
65289
+ "description": "Manage custom organization roles"
65290
+ }
65291
+ ]
65269
65292
  }
65270
65293
  }
65271
65294
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -66595,12 +66595,35 @@
66595
66595
  "schema": {
66596
66596
  "type": "array",
66597
66597
  "items": {
66598
- "$ref": "#/components/schemas/organization-fine-grained-permission"
66598
+ "title": "Organization Fine-Grained Permission",
66599
+ "description": "A fine-grained permission that protects organization resources.",
66600
+ "type": "object",
66601
+ "properties": {
66602
+ "name": {
66603
+ "type": "string"
66604
+ },
66605
+ "description": {
66606
+ "type": "string"
66607
+ }
66608
+ },
66609
+ "required": [
66610
+ "name",
66611
+ "description"
66612
+ ]
66599
66613
  }
66600
66614
  },
66601
66615
  "examples": {
66602
66616
  "default": {
66603
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
66617
+ "value": [
66618
+ {
66619
+ "name": "read_organization_custom_org_role",
66620
+ "description": "View organization roles"
66621
+ },
66622
+ {
66623
+ "name": "write_organization_custom_org_role",
66624
+ "description": "Manage custom organization roles"
66625
+ }
66626
+ ]
66604
66627
  }
66605
66628
  }
66606
66629
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -67302,12 +67302,35 @@
67302
67302
  "schema": {
67303
67303
  "type": "array",
67304
67304
  "items": {
67305
- "$ref": "#/components/schemas/organization-fine-grained-permission"
67305
+ "title": "Organization Fine-Grained Permission",
67306
+ "description": "A fine-grained permission that protects organization resources.",
67307
+ "type": "object",
67308
+ "properties": {
67309
+ "name": {
67310
+ "type": "string"
67311
+ },
67312
+ "description": {
67313
+ "type": "string"
67314
+ }
67315
+ },
67316
+ "required": [
67317
+ "name",
67318
+ "description"
67319
+ ]
67306
67320
  }
67307
67321
  },
67308
67322
  "examples": {
67309
67323
  "default": {
67310
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
67324
+ "value": [
67325
+ {
67326
+ "name": "read_organization_custom_org_role",
67327
+ "description": "View organization roles"
67328
+ },
67329
+ {
67330
+ "name": "write_organization_custom_org_role",
67331
+ "description": "Manage custom organization roles"
67332
+ }
67333
+ ]
67311
67334
  }
67312
67335
  }
67313
67336
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "17.1.0",
4
+ "version": "17.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "provenance": true
6
6
  },
7
- "version": "17.1.0",
7
+ "version": "17.1.1",
8
8
  "description": "GitHub's official OpenAPI spec with Octokit extensions",
9
9
  "main": "index.js",
10
10
  "files": [