@bslau/hmm_prisma_schema 1.21.2 → 1.21.3
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 +1 -1
- package/prisma/seed.ts +5 -0
package/package.json
CHANGED
package/prisma/seed.ts
CHANGED
|
@@ -530,6 +530,11 @@ async function main() {
|
|
|
530
530
|
label: "Popup Torpedo Reject",
|
|
531
531
|
description: "Appears as modal dialog, requires user acknowledgement.",
|
|
532
532
|
},
|
|
533
|
+
{
|
|
534
|
+
name: "POPUP_TIMER_SWAP",
|
|
535
|
+
label: "Popup 6-Pit Swap Timer",
|
|
536
|
+
description: "Appears as modal dialog, permits user to extend Timer duration.",
|
|
537
|
+
},
|
|
533
538
|
],
|
|
534
539
|
});
|
|
535
540
|
|