@tonguetoquill/collection 0.2.1 → 0.2.2
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.
package/package.json
CHANGED
|
@@ -13,30 +13,22 @@ fields:
|
|
|
13
13
|
title: Name (Last, First, MI)
|
|
14
14
|
type: string
|
|
15
15
|
required: true
|
|
16
|
-
ui:
|
|
17
|
-
group: Personnel
|
|
18
16
|
description: Full name in Last, First, Middle Initial format.
|
|
19
17
|
|
|
20
18
|
unit:
|
|
21
19
|
title: Unit of Assignment
|
|
22
20
|
type: string
|
|
23
21
|
required: true
|
|
24
|
-
ui:
|
|
25
|
-
group: Personnel
|
|
26
22
|
description: Unit or organization of assignment.
|
|
27
23
|
|
|
28
24
|
grade:
|
|
29
25
|
title: Grade/CCC Level
|
|
30
26
|
type: string
|
|
31
|
-
ui:
|
|
32
|
-
group: Personnel
|
|
33
27
|
description: Current grade or CCC level.
|
|
34
28
|
|
|
35
29
|
commanders_auth:
|
|
36
30
|
title: Commander's Record of Authentication
|
|
37
31
|
type: string
|
|
38
|
-
ui:
|
|
39
|
-
group: Personnel
|
|
40
32
|
description: Commander's authentication entry on page 1.
|
|
41
33
|
|
|
42
34
|
cards:
|