@brighterly/lib-core-types 0.17.0 → 0.17.1

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.
@@ -59,7 +59,8 @@ export declare enum CancelReason {
59
59
  Other = "OTHER",
60
60
  PreferInPersonTutor = "PREFER_IN_PERSON_TUTOR",
61
61
  TooExpensive = "TOO_EXPENSIVE",
62
- TryDifferentTutor = "TRY_DIFFERENT_TUTOR"
62
+ TryDifferentTutor = "TRY_DIFFERENT_TUTOR",
63
+ NoReason = "NO_REASON"
63
64
  }
64
65
  export declare enum CancelSubReason {
65
66
  Cancel = "CANCEL",
@@ -69,6 +69,7 @@ export var CancelReason;
69
69
  CancelReason["PreferInPersonTutor"] = "PREFER_IN_PERSON_TUTOR";
70
70
  CancelReason["TooExpensive"] = "TOO_EXPENSIVE";
71
71
  CancelReason["TryDifferentTutor"] = "TRY_DIFFERENT_TUTOR";
72
+ CancelReason["NoReason"] = "NO_REASON";
72
73
  })(CancelReason || (CancelReason = {}));
73
74
  export var CancelSubReason;
74
75
  (function (CancelSubReason) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brighterly/lib-core-types",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "Official Brighterly lib-core-types",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",