swoop-common 2.2.202 → 2.2.204
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.
|
@@ -6,5 +6,6 @@ export var UrgencyCTA;
|
|
|
6
6
|
(function (UrgencyCTA) {
|
|
7
7
|
UrgencyCTA["LIMITED_AVAILABILITY"] = "Limited Availability";
|
|
8
8
|
UrgencyCTA["YOUR_CABIN_IS_ON_HOLD_FOR_24_HOURS"] = "Your Cabin is on hold for 24 hours";
|
|
9
|
+
UrgencyCTA["YOUR_CABIN_IS_ON_HOLD_FOR_48_HOURS"] = "Your Cabin is on hold for 48 hours";
|
|
9
10
|
UrgencyCTA["NO_URGENCY"] = "No Urgency";
|
|
10
11
|
})(UrgencyCTA || (UrgencyCTA = {}));
|
|
@@ -162,5 +162,6 @@ registerType("person", "Person (Swooper)", { type: "string" }, {
|
|
|
162
162
|
},
|
|
163
163
|
}, false);
|
|
164
164
|
registerType("multiline", "Multiline", { type: "string" }, {}, false);
|
|
165
|
+
registerType("wysiwyg-editor", "WYSIWYG Editor", { type: "string" }, {}, false);
|
|
165
166
|
registerType("inspection", "Inspections", { type: "array" }, {}, false);
|
|
166
167
|
registerType("testComp", "Test Component", { type: "object" }, {}, false);
|