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.
@@ -1,5 +1,6 @@
1
1
  export declare enum UrgencyCTA {
2
2
  LIMITED_AVAILABILITY = "Limited Availability",
3
3
  YOUR_CABIN_IS_ON_HOLD_FOR_24_HOURS = "Your Cabin is on hold for 24 hours",
4
+ YOUR_CABIN_IS_ON_HOLD_FOR_48_HOURS = "Your Cabin is on hold for 48 hours",
4
5
  NO_URGENCY = "No Urgency"
5
6
  }
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swoop-common",
3
- "version": "2.2.202",
3
+ "version": "2.2.204",
4
4
  "main": "dist/api/index.js",
5
5
  "types": "dist/api/index.d.ts",
6
6
  "exports": {