c2-clinical 1.0.35 → 1.0.36

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.
@@ -11,13 +11,13 @@ export declare enum RecurrencePeriod {
11
11
  YEARLY = "YEARLY"
12
12
  }
13
13
  export declare enum RecurrenceDaysOfWeek {
14
- "SUNDAY" = "sunday",
15
- "MONDAY" = "monday",
16
- "TUESDAY" = "tuesday",
17
- "WEDNESDAY" = "wednesday",
18
- "THURSDAY" = "thursday",
19
- "FRIDAY" = "friday",
20
- "SATURDAY" = "saturday"
14
+ "SUNDAY" = "SUNDAY",
15
+ "MONDAY" = "MONDAY",
16
+ "TUESDAY" = "TUESDAY",
17
+ "WEDNESDAY" = "WEDNESDAY",
18
+ "THURSDAY" = "THURSDAY",
19
+ "FRIDAY" = "FRIDAY",
20
+ "SATURDAY" = "SATURDAY"
21
21
  }
22
22
  export declare enum RecurrenceDaysOfMonth {
23
23
  "_1" = 1,
@@ -49,13 +49,13 @@ var RecurrencePeriod;
49
49
  })(RecurrencePeriod || (exports.RecurrencePeriod = RecurrencePeriod = {}));
50
50
  var RecurrenceDaysOfWeek;
51
51
  (function (RecurrenceDaysOfWeek) {
52
- RecurrenceDaysOfWeek["SUNDAY"] = "sunday";
53
- RecurrenceDaysOfWeek["MONDAY"] = "monday";
54
- RecurrenceDaysOfWeek["TUESDAY"] = "tuesday";
55
- RecurrenceDaysOfWeek["WEDNESDAY"] = "wednesday";
56
- RecurrenceDaysOfWeek["THURSDAY"] = "thursday";
57
- RecurrenceDaysOfWeek["FRIDAY"] = "friday";
58
- RecurrenceDaysOfWeek["SATURDAY"] = "saturday";
52
+ RecurrenceDaysOfWeek["SUNDAY"] = "SUNDAY";
53
+ RecurrenceDaysOfWeek["MONDAY"] = "MONDAY";
54
+ RecurrenceDaysOfWeek["TUESDAY"] = "TUESDAY";
55
+ RecurrenceDaysOfWeek["WEDNESDAY"] = "WEDNESDAY";
56
+ RecurrenceDaysOfWeek["THURSDAY"] = "THURSDAY";
57
+ RecurrenceDaysOfWeek["FRIDAY"] = "FRIDAY";
58
+ RecurrenceDaysOfWeek["SATURDAY"] = "SATURDAY";
59
59
  })(RecurrenceDaysOfWeek || (exports.RecurrenceDaysOfWeek = RecurrenceDaysOfWeek = {}));
60
60
  var RecurrenceDaysOfMonth;
61
61
  (function (RecurrenceDaysOfMonth) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Biblioteca Typescript para API NodeJS",
5
5
  "repository": "https://github.com/cabralsilva/c2-clinical.git",
6
6
  "author": "Daniel Cabral <cabralconsultoriaemsoftware@gmail.com>",