@@ -46,6 +46,7 @@ public protocol APIProtocol: Sendable {
4646 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
4747 /// | `signature` | `string` | The signature that was extracted from the commit. |
4848 /// | `payload` | `string` | The value that was signed. |
49+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
4950 ///
5051 /// These are the possible values for `reason` in the `verification` object:
5152 ///
@@ -84,6 +85,7 @@ public protocol APIProtocol: Sendable {
8485 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
8586 /// | `signature` | `string` | The signature that was extracted from the commit. |
8687 /// | `payload` | `string` | The value that was signed. |
88+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
8789 ///
8890 /// These are the possible values for `reason` in the `verification` object:
8991 ///
@@ -165,6 +167,7 @@ public protocol APIProtocol: Sendable {
165167 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
166168 /// | `signature` | `string` | The signature that was extracted from the commit. |
167169 /// | `payload` | `string` | The value that was signed. |
170+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
168171 ///
169172 /// These are the possible values for `reason` in the `verification` object:
170173 ///
@@ -199,6 +202,7 @@ public protocol APIProtocol: Sendable {
199202 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
200203 /// | `signature` | `string` | The signature that was extracted from the commit. |
201204 /// | `payload` | `string` | The value that was signed. |
205+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
202206 ///
203207 /// These are the possible values for `reason` in the `verification` object:
204208 ///
@@ -301,6 +305,7 @@ extension APIProtocol {
301305 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
302306 /// | `signature` | `string` | The signature that was extracted from the commit. |
303307 /// | `payload` | `string` | The value that was signed. |
308+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
304309 ///
305310 /// These are the possible values for `reason` in the `verification` object:
306311 ///
@@ -349,6 +354,7 @@ extension APIProtocol {
349354 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
350355 /// | `signature` | `string` | The signature that was extracted from the commit. |
351356 /// | `payload` | `string` | The value that was signed. |
357+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
352358 ///
353359 /// These are the possible values for `reason` in the `verification` object:
354360 ///
@@ -482,6 +488,7 @@ extension APIProtocol {
482488 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
483489 /// | `signature` | `string` | The signature that was extracted from the commit. |
484490 /// | `payload` | `string` | The value that was signed. |
491+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
485492 ///
486493 /// These are the possible values for `reason` in the `verification` object:
487494 ///
@@ -526,6 +533,7 @@ extension APIProtocol {
526533 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
527534 /// | `signature` | `string` | The signature that was extracted from the commit. |
528535 /// | `payload` | `string` | The value that was signed. |
536+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
529537 ///
530538 /// These are the possible values for `reason` in the `verification` object:
531539 ///
@@ -2287,6 +2295,7 @@ public enum Operations {
22872295 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
22882296 /// | `signature` | `string` | The signature that was extracted from the commit. |
22892297 /// | `payload` | `string` | The value that was signed. |
2298+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
22902299 ///
22912300 /// These are the possible values for `reason` in the `verification` object:
22922301 ///
@@ -2689,6 +2698,7 @@ public enum Operations {
26892698 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
26902699 /// | `signature` | `string` | The signature that was extracted from the commit. |
26912700 /// | `payload` | `string` | The value that was signed. |
2701+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
26922702 ///
26932703 /// These are the possible values for `reason` in the `verification` object:
26942704 ///
@@ -3948,6 +3958,7 @@ public enum Operations {
39483958 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
39493959 /// | `signature` | `string` | The signature that was extracted from the commit. |
39503960 /// | `payload` | `string` | The value that was signed. |
3961+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
39513962 ///
39523963 /// These are the possible values for `reason` in the `verification` object:
39533964 ///
@@ -4286,6 +4297,7 @@ public enum Operations {
42864297 /// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
42874298 /// | `signature` | `string` | The signature that was extracted from the commit. |
42884299 /// | `payload` | `string` | The value that was signed. |
4300+ /// | `verified_at` | `string` | The date the signature was verified by GitHub. |
42894301 ///
42904302 /// These are the possible values for `reason` in the `verification` object:
42914303 ///
0 commit comments