@tonguetoquill/collection 0.2.10 → 0.2.12

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonguetoquill/collection",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
@@ -18,7 +18,7 @@ fields:
18
18
 
19
19
  departure_date:
20
20
  title: Departure Date
21
- type: string
21
+ type: date
22
22
  required: true
23
23
  ui:
24
24
  compact: true
@@ -47,7 +47,7 @@ fields:
47
47
 
48
48
  briefed_date:
49
49
  title: Date Briefed
50
- type: string
50
+ type: date
51
51
  required: true
52
52
  ui:
53
53
  compact: true
@@ -68,20 +68,6 @@ fields:
68
68
  compact: true
69
69
  description: "Grade of the individual receiving the brief."
70
70
 
71
- briefer_name:
72
- title: Briefer / Reviewer Name
73
- type: string
74
- ui:
75
- compact: true
76
- description: "Name (Last, First) of the briefer."
77
-
78
- briefer_grade:
79
- title: Briefer / Reviewer Grade
80
- type: string
81
- ui:
82
- compact: true
83
- description: "Grade of the briefer."
84
-
85
71
  emergency_contact_name:
86
72
  title: Emergency Contact Name
87
73
  type: string