@platelet-app/types 1.0.8 → 1.1.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.
package/dist/API.js CHANGED
@@ -1,10 +1,7 @@
1
- "use strict";
2
1
  /* tslint:disable */
3
2
  /* eslint-disable */
4
3
  // This file was automatically generated and should not be edited.
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ModelSortDirection = exports.TaskStatus = exports.TimeRelation = exports.DeliverableUnit = exports.DeliverableTypeIcon = exports.Priority = exports.CommentVisibility = exports.Role = exports.ModelAttributeTypes = void 0;
7
- var ModelAttributeTypes;
4
+ export var ModelAttributeTypes;
8
5
  (function (ModelAttributeTypes) {
9
6
  ModelAttributeTypes["binary"] = "binary";
10
7
  ModelAttributeTypes["binarySet"] = "binarySet";
@@ -16,34 +13,34 @@ var ModelAttributeTypes;
16
13
  ModelAttributeTypes["string"] = "string";
17
14
  ModelAttributeTypes["stringSet"] = "stringSet";
18
15
  ModelAttributeTypes["_null"] = "_null";
19
- })(ModelAttributeTypes = exports.ModelAttributeTypes || (exports.ModelAttributeTypes = {}));
20
- var Role;
16
+ })(ModelAttributeTypes || (ModelAttributeTypes = {}));
17
+ export var Role;
21
18
  (function (Role) {
22
19
  Role["USER"] = "USER";
23
20
  Role["COORDINATOR"] = "COORDINATOR";
24
21
  Role["RIDER"] = "RIDER";
25
22
  Role["ADMIN"] = "ADMIN";
26
- })(Role = exports.Role || (exports.Role = {}));
27
- var CommentVisibility;
23
+ })(Role || (Role = {}));
24
+ export var CommentVisibility;
28
25
  (function (CommentVisibility) {
29
26
  CommentVisibility["EVERYONE"] = "EVERYONE";
30
27
  CommentVisibility["ME"] = "ME";
31
- })(CommentVisibility = exports.CommentVisibility || (exports.CommentVisibility = {}));
32
- var Priority;
28
+ })(CommentVisibility || (CommentVisibility = {}));
29
+ export var Priority;
33
30
  (function (Priority) {
34
31
  Priority["HIGH"] = "HIGH";
35
32
  Priority["MEDIUM"] = "MEDIUM";
36
33
  Priority["LOW"] = "LOW";
37
- })(Priority = exports.Priority || (exports.Priority = {}));
38
- var DeliverableTypeIcon;
34
+ })(Priority || (Priority = {}));
35
+ export var DeliverableTypeIcon;
39
36
  (function (DeliverableTypeIcon) {
40
37
  DeliverableTypeIcon["BUG"] = "BUG";
41
38
  DeliverableTypeIcon["CHILD"] = "CHILD";
42
39
  DeliverableTypeIcon["DOCUMENT"] = "DOCUMENT";
43
40
  DeliverableTypeIcon["EQUIPMENT"] = "EQUIPMENT";
44
41
  DeliverableTypeIcon["OTHER"] = "OTHER";
45
- })(DeliverableTypeIcon = exports.DeliverableTypeIcon || (exports.DeliverableTypeIcon = {}));
46
- var DeliverableUnit;
42
+ })(DeliverableTypeIcon || (DeliverableTypeIcon = {}));
43
+ export var DeliverableUnit;
47
44
  (function (DeliverableUnit) {
48
45
  DeliverableUnit["NONE"] = "NONE";
49
46
  DeliverableUnit["LITER"] = "LITER";
@@ -51,16 +48,16 @@ var DeliverableUnit;
51
48
  DeliverableUnit["GRAM"] = "GRAM";
52
49
  DeliverableUnit["ITEM"] = "ITEM";
53
50
  DeliverableUnit["BOX"] = "BOX";
54
- })(DeliverableUnit = exports.DeliverableUnit || (exports.DeliverableUnit = {}));
55
- var TimeRelation;
51
+ })(DeliverableUnit || (DeliverableUnit = {}));
52
+ export var TimeRelation;
56
53
  (function (TimeRelation) {
57
54
  TimeRelation["BEFORE"] = "BEFORE";
58
55
  TimeRelation["AFTER"] = "AFTER";
59
56
  TimeRelation["AT"] = "AT";
60
57
  TimeRelation["ANYTIME"] = "ANYTIME";
61
58
  TimeRelation["BETWEEN"] = "BETWEEN";
62
- })(TimeRelation = exports.TimeRelation || (exports.TimeRelation = {}));
63
- var TaskStatus;
59
+ })(TimeRelation || (TimeRelation = {}));
60
+ export var TaskStatus;
64
61
  (function (TaskStatus) {
65
62
  TaskStatus["NEW"] = "NEW";
66
63
  TaskStatus["ACTIVE"] = "ACTIVE";
@@ -72,9 +69,9 @@ var TaskStatus;
72
69
  TaskStatus["COMPLETED"] = "COMPLETED";
73
70
  TaskStatus["PENDING"] = "PENDING";
74
71
  TaskStatus["FUTURE"] = "FUTURE";
75
- })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
76
- var ModelSortDirection;
72
+ })(TaskStatus || (TaskStatus = {}));
73
+ export var ModelSortDirection;
77
74
  (function (ModelSortDirection) {
78
75
  ModelSortDirection["ASC"] = "ASC";
79
76
  ModelSortDirection["DESC"] = "DESC";
80
- })(ModelSortDirection = exports.ModelSortDirection || (exports.ModelSortDirection = {}));
77
+ })(ModelSortDirection || (ModelSortDirection = {}));