Skip to content

Commit 017a800

Browse files
Commit via running ake Sources/git
1 parent cc17fa2 commit 017a800

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Sources/git/Client.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ public struct Client: APIProtocol {
383383
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
384384
/// | `signature` | `string` | The signature that was extracted from the commit. |
385385
/// | `payload` | `string` | The value that was signed. |
386+
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
386387
///
387388
/// These are the possible values for `reason` in the `verification` object:
388389
///
@@ -562,6 +563,7 @@ public struct Client: APIProtocol {
562563
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
563564
/// | `signature` | `string` | The signature that was extracted from the commit. |
564565
/// | `payload` | `string` | The value that was signed. |
566+
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
565567
///
566568
/// These are the possible values for `reason` in the `verification` object:
567569
///
@@ -1252,6 +1254,7 @@ public struct Client: APIProtocol {
12521254
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
12531255
/// | `signature` | `string` | The signature that was extracted from the commit. |
12541256
/// | `payload` | `string` | The value that was signed. |
1257+
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
12551258
///
12561259
/// These are the possible values for `reason` in the `verification` object:
12571260
///
@@ -1405,6 +1408,7 @@ public struct Client: APIProtocol {
14051408
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
14061409
/// | `signature` | `string` | The signature that was extracted from the commit. |
14071410
/// | `payload` | `string` | The value that was signed. |
1411+
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
14081412
///
14091413
/// These are the possible values for `reason` in the `verification` object:
14101414
///

Sources/git/Types.swift

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

Comments
 (0)