@@ -697,6 +697,7 @@ public protocol APIProtocol: Sendable {
697697 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
698698 /// | `signature` | `string` | The signature that was extracted from the commit. |
699699 /// | `payload` | `string` | The value that was signed. |
700+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
700701 ///
701702 /// These are the possible values for `reason` in the `verification` object:
702703 ///
@@ -790,6 +791,7 @@ public protocol APIProtocol: Sendable {
790791 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
791792 /// | `signature` | `string` | The signature that was extracted from the commit. |
792793 /// | `payload` | `string` | The value that was signed. |
794+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
793795 ///
794796 /// These are the possible values for `reason` in the `verification` object:
795797 ///
@@ -886,6 +888,7 @@ public protocol APIProtocol: Sendable {
886888 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
887889 /// | `signature` | `string` | The signature that was extracted from the commit. |
888890 /// | `payload` | `string` | The value that was signed. |
891+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
889892 ///
890893 /// These are the possible values for `reason` in the `verification` object:
891894 ///
@@ -3357,6 +3360,7 @@ extension APIProtocol {
33573360 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
33583361 /// | `signature` | `string` | The signature that was extracted from the commit. |
33593362 /// | `payload` | `string` | The value that was signed. |
3363+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
33603364 ///
33613365 /// These are the possible values for `reason` in the `verification` object:
33623366 ///
@@ -3498,6 +3502,7 @@ extension APIProtocol {
34983502 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
34993503 /// | `signature` | `string` | The signature that was extracted from the commit. |
35003504 /// | `payload` | `string` | The value that was signed. |
3505+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
35013506 ///
35023507 /// These are the possible values for `reason` in the `verification` object:
35033508 ///
@@ -3632,6 +3637,7 @@ extension APIProtocol {
36323637 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
36333638 /// | `signature` | `string` | The signature that was extracted from the commit. |
36343639 /// | `payload` | `string` | The value that was signed. |
3640+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
36353641 ///
36363642 /// These are the possible values for `reason` in the `verification` object:
36373643 ///
@@ -37297,6 +37303,7 @@ public enum Operations {
3729737303 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
3729837304 /// | `signature` | `string` | The signature that was extracted from the commit. |
3729937305 /// | `payload` | `string` | The value that was signed. |
37306+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
3730037307 ///
3730137308 /// These are the possible values for `reason` in the `verification` object:
3730237309 ///
@@ -38552,6 +38559,7 @@ public enum Operations {
3855238559 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
3855338560 /// | `signature` | `string` | The signature that was extracted from the commit. |
3855438561 /// | `payload` | `string` | The value that was signed. |
38562+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
3855538563 ///
3855638564 /// These are the possible values for `reason` in the `verification` object:
3855738565 ///
@@ -39466,6 +39474,7 @@ public enum Operations {
3946639474 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
3946739475 /// | `signature` | `string` | The signature that was extracted from the commit. |
3946839476 /// | `payload` | `string` | The value that was signed. |
39477+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
3946939478 ///
3947039479 /// These are the possible values for `reason` in the `verification` object:
3947139480 ///
0 commit comments