@tonguetoquill/collection 0.1.8 → 0.1.9
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
|
@@ -193,11 +193,12 @@ cards:
|
|
|
193
193
|
title: Action Decision
|
|
194
194
|
type: string
|
|
195
195
|
enum:
|
|
196
|
+
- undecided
|
|
196
197
|
- approve
|
|
197
198
|
- disapprove
|
|
198
199
|
ui:
|
|
199
|
-
group:
|
|
200
|
-
description: "Action taken by the endorser.
|
|
200
|
+
group: Action
|
|
201
|
+
description: "Action taken by the endorser. Use 'undecided' to display the Approve/Disapprove line with neither option circled, 'approve' or 'disapprove' to circle the selected option."
|
|
201
202
|
attachments:
|
|
202
203
|
title: Attachments for this endorsement
|
|
203
204
|
type: array
|