@octokit/openapi 11.0.0 → 11.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.
Files changed (31) hide show
  1. package/generated/api.github.com.deref.json +7867 -1059
  2. package/generated/api.github.com.json +1150 -152
  3. package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
  4. package/generated/ghec-diff-to-api.github.com.json +92 -1
  5. package/generated/ghec.deref.json +7870 -1062
  6. package/generated/ghec.json +1153 -155
  7. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +0 -84
  8. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +292 -4865
  9. package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -675
  10. package/generated/ghes-3.5.deref.json +208 -60
  11. package/generated/ghes-3.5.json +21 -60
  12. package/generated/ghes-3.6-anicca-diff-to-ghes-3.7.deref.json +0 -48
  13. package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -4739
  14. package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -684
  15. package/generated/ghes-3.6.deref.json +44 -60
  16. package/generated/ghes-3.6.json +21 -60
  17. package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
  18. package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
  19. package/generated/ghes-3.7.deref.json +282 -63
  20. package/generated/ghes-3.7.json +133 -63
  21. package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -38
  22. package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -4758
  23. package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
  24. package/generated/ghes-3.8.deref.json +433 -70
  25. package/generated/ghes-3.8.json +284 -70
  26. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -84
  27. package/generated/github.ae-diff-to-api.github.com.deref.json +13247 -12990
  28. package/generated/github.ae-diff-to-api.github.com.json +1351 -1935
  29. package/generated/github.ae.deref.json +5201 -73
  30. package/generated/github.ae.json +424 -73
  31. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "11.0.0",
4
+ "version": "11.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": {
@@ -10362,6 +10362,97 @@
10362
10362
  }
10363
10363
  }
10364
10364
  },
10365
+ "deployment-protection-rule-requested": {
10366
+ "post": {
10367
+ "summary": "This event occurs when there is activity relating to deployment protection rules. For more information, see \"[Using environments for deployment](https://docs.github.com/enterprise-cloud@latest//actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-protection-rules).\" For information about the API to manage deployment protection rules, see [the REST API documentation](https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments).\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Deployments\" repository permission.",
10368
+ "description": "A deployment protection rule was requested for an environment.",
10369
+ "operationId": "deployment-protection-rule/requested",
10370
+ "externalDocs": {
10371
+ "url": "https://docs.github.com/enterprise-cloud@latest//developers/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment_protection_rule"
10372
+ },
10373
+ "parameters": [
10374
+ {
10375
+ "name": "User-Agent",
10376
+ "in": "header",
10377
+ "example": "GitHub-Hookshot/123abc",
10378
+ "schema": {
10379
+ "type": "string"
10380
+ }
10381
+ },
10382
+ {
10383
+ "name": "X-Github-Hook-Id",
10384
+ "in": "header",
10385
+ "example": 12312312,
10386
+ "schema": {
10387
+ "type": "string"
10388
+ }
10389
+ },
10390
+ {
10391
+ "name": "X-Github-Event",
10392
+ "in": "header",
10393
+ "example": "issues",
10394
+ "schema": {
10395
+ "type": "string"
10396
+ }
10397
+ },
10398
+ {
10399
+ "name": "X-Github-Hook-Installation-Target-Id",
10400
+ "in": "header",
10401
+ "example": 123123,
10402
+ "schema": {
10403
+ "type": "string"
10404
+ }
10405
+ },
10406
+ {
10407
+ "name": "X-Github-Hook-Installation-Target-Type",
10408
+ "in": "header",
10409
+ "example": "repository",
10410
+ "schema": {
10411
+ "type": "string"
10412
+ }
10413
+ },
10414
+ {
10415
+ "name": "X-GitHub-Delivery",
10416
+ "in": "header",
10417
+ "example": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
10418
+ "schema": {
10419
+ "type": "string"
10420
+ }
10421
+ },
10422
+ {
10423
+ "name": "X-Hub-Signature-256",
10424
+ "in": "header",
10425
+ "example": "sha256=6dcb09b5b57875f334f61aebed695e2e4193db5e",
10426
+ "schema": {
10427
+ "type": "string"
10428
+ }
10429
+ }
10430
+ ],
10431
+ "requestBody": {
10432
+ "required": true,
10433
+ "content": {
10434
+ "application/json": {
10435
+ "schema": {
10436
+ "$ref": "#/components/schemas/webhook-deployment-protection-rule-requested"
10437
+ }
10438
+ }
10439
+ }
10440
+ },
10441
+ "responses": {
10442
+ "200": {
10443
+ "description": "Return a 200 status to indicate that the data was received successfully"
10444
+ }
10445
+ },
10446
+ "x-github": {
10447
+ "githubCloudOnly": false,
10448
+ "category": "webhooks",
10449
+ "subcategory": "deployment-protection-rule",
10450
+ "supported-webhook-types": [
10451
+ "app"
10452
+ ]
10453
+ }
10454
+ }
10455
+ },
10365
10456
  "deployment-status-created": {
10366
10457
  "post": {
10367
10458
  "summary": "This event occurs when there is activity relating to deployment statuses. For more information, see \"[About deployments](https://docs.github.com/enterprise-cloud@latest//actions/deployment/about-deployments).\" For information about the APIs to manage deployments, see [the GraphQL API documentation](https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#deployment) or \"[Deployments](https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments)\" in the REST API documentation.\n\nFor activity relating to deployment creation, use the `deployment` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Deployments\" repository permission.",