Skip to content

Commit 2a1d6e4

Browse files
Commit via running ake Sources/repos
1 parent f4d81c6 commit 2a1d6e4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Sources/repos/Client.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6766,6 +6766,7 @@ public struct Client: APIProtocol {
67666766
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
67676767
/// | `signature` | `string` | The signature that was extracted from the commit. |
67686768
/// | `payload` | `string` | The value that was signed. |
6769+
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
67696770
///
67706771
/// These are the possible values for `reason` in the `verification` object:
67716772
///
@@ -7485,6 +7486,7 @@ public struct Client: APIProtocol {
74857486
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
74867487
/// | `signature` | `string` | The signature that was extracted from the commit. |
74877488
/// | `payload` | `string` | The value that was signed. |
7489+
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
74887490
///
74897491
/// These are the possible values for `reason` in the `verification` object:
74907492
///
@@ -8020,6 +8022,7 @@ public struct Client: APIProtocol {
80208022
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
80218023
/// | `signature` | `string` | The signature that was extracted from the commit. |
80228024
/// | `payload` | `string` | The value that was signed. |
8025+
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
80238026
///
80248027
/// These are the possible values for `reason` in the `verification` object:
80258028
///

Sources/repos/Types.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)