@brighterly/lib-core-types 0.9.3 → 0.9.5

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.
@@ -47,5 +47,6 @@ export declare enum Step {
47
47
  Schedule = "Schedule",
48
48
  StartDate = "StartDate",
49
49
  Personalization = "Personalization",
50
+ TutorType = "TutorType",
50
51
  Summary = "Summary"
51
52
  }
@@ -45,5 +45,6 @@ export var Step;
45
45
  Step["Schedule"] = "Schedule";
46
46
  Step["StartDate"] = "StartDate";
47
47
  Step["Personalization"] = "Personalization";
48
+ Step["TutorType"] = "TutorType";
48
49
  Step["Summary"] = "Summary";
49
50
  })(Step || (Step = {}));
@@ -12,5 +12,6 @@ export declare enum DateFormat {
12
12
  SlotTime = "hA",
13
13
  FileDate = "MMM DD, YYYY",
14
14
  DateCalendar = "ddd D MMM, h:mm A",
15
- SummaryDate = "ddd, DD MMM h A"
15
+ SummaryDate = "ddd, DD MMM h A",
16
+ KanbanDate = "MMM DD, YYYY HH:mm"
16
17
  }
@@ -14,4 +14,5 @@ export var DateFormat;
14
14
  DateFormat["FileDate"] = "MMM DD, YYYY";
15
15
  DateFormat["DateCalendar"] = "ddd D MMM, h:mm A";
16
16
  DateFormat["SummaryDate"] = "ddd, DD MMM h A";
17
+ DateFormat["KanbanDate"] = "MMM DD, YYYY HH:mm";
17
18
  })(DateFormat || (DateFormat = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brighterly/lib-core-types",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "Official Brighterly lib-core-types",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",