@we-scrum/enums 1.0.75 → 1.0.76
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.
|
@@ -3,8 +3,10 @@ export declare enum UserResourceType {
|
|
|
3
3
|
PinnedEventIds = "PinnedEventIds",
|
|
4
4
|
DataExplorerQueryHistory = "DataExplorerQueryHistory",
|
|
5
5
|
DataExplorerSavedQuery = "DataExplorerSavedQuery",
|
|
6
|
+
DataExplorerSummaryLineProperties = "DataExplorerSummaryLineProperties",
|
|
6
7
|
EventExplorerQueryHistory = "EventExplorerQueryHistory",
|
|
7
|
-
EventExplorerSavedQuery = "EventExplorerSavedQuery"
|
|
8
|
+
EventExplorerSavedQuery = "EventExplorerSavedQuery",
|
|
9
|
+
EventExplorerSummaryLineProperties = "EventExplorerSummaryLineProperties"
|
|
8
10
|
}
|
|
9
11
|
export declare namespace UserResourceType {
|
|
10
12
|
const helper: any;
|
|
@@ -8,8 +8,10 @@ var UserResourceType;
|
|
|
8
8
|
UserResourceType["PinnedEventIds"] = "PinnedEventIds";
|
|
9
9
|
UserResourceType["DataExplorerQueryHistory"] = "DataExplorerQueryHistory";
|
|
10
10
|
UserResourceType["DataExplorerSavedQuery"] = "DataExplorerSavedQuery";
|
|
11
|
+
UserResourceType["DataExplorerSummaryLineProperties"] = "DataExplorerSummaryLineProperties";
|
|
11
12
|
UserResourceType["EventExplorerQueryHistory"] = "EventExplorerQueryHistory";
|
|
12
13
|
UserResourceType["EventExplorerSavedQuery"] = "EventExplorerSavedQuery";
|
|
14
|
+
UserResourceType["EventExplorerSummaryLineProperties"] = "EventExplorerSummaryLineProperties";
|
|
13
15
|
})(UserResourceType || (exports.UserResourceType = UserResourceType = {}));
|
|
14
16
|
class UserResourceTypeHelper extends core_1.EnumHelper {
|
|
15
17
|
}
|
|
@@ -19,8 +21,10 @@ class UserResourceTypeHelper extends core_1.EnumHelper {
|
|
|
19
21
|
UserResourceType.PinnedEventIds,
|
|
20
22
|
UserResourceType.DataExplorerQueryHistory,
|
|
21
23
|
UserResourceType.DataExplorerSavedQuery,
|
|
24
|
+
UserResourceType.DataExplorerSummaryLineProperties,
|
|
22
25
|
UserResourceType.EventExplorerQueryHistory,
|
|
23
26
|
UserResourceType.EventExplorerSavedQuery,
|
|
27
|
+
UserResourceType.EventExplorerSummaryLineProperties,
|
|
24
28
|
]);
|
|
25
29
|
})(UserResourceType || (exports.UserResourceType = UserResourceType = {}));
|
|
26
30
|
//# sourceMappingURL=user-resource-type-enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-resource-type-enum.js","sourceRoot":"","sources":["../src/user-resource-type-enum.ts"],"names":[],"mappings":";;;AAAA,0CAA6C;AAE7C,IAAY,
|
|
1
|
+
{"version":3,"file":"user-resource-type-enum.js","sourceRoot":"","sources":["../src/user-resource-type-enum.ts"],"names":[],"mappings":";;;AAAA,0CAA6C;AAE7C,IAAY,gBASX;AATD,WAAY,gBAAgB;IACxB,2DAAuC,CAAA;IACvC,qDAAiC,CAAA;IACjC,yEAAqD,CAAA;IACrD,qEAAiD,CAAA;IACjD,2FAAuE,CAAA;IACvE,2EAAuD,CAAA;IACvD,uEAAmD,CAAA;IACnD,6FAAyE,CAAA;AAC7E,CAAC,EATW,gBAAgB,gCAAhB,gBAAgB,QAS3B;AAED,MAAM,sBAAuB,SAAQ,iBAA4B;CAEhE;AAED,WAAiB,gBAAgB;IAChB,uBAAM,GAAG,IAAI,sBAAsB,CAAC,kBAAkB,EAAE;QACjE,gBAAgB,CAAC,iBAAiB;QAClC,gBAAgB,CAAC,cAAc;QAC/B,gBAAgB,CAAC,wBAAwB;QACzC,gBAAgB,CAAC,sBAAsB;QACvC,gBAAgB,CAAC,iCAAiC;QAClD,gBAAgB,CAAC,yBAAyB;QAC1C,gBAAgB,CAAC,uBAAuB;QACxC,gBAAgB,CAAC,kCAAkC;KACtD,CAAC,CAAC;AACP,CAAC,EAXgB,gBAAgB,gCAAhB,gBAAgB,QAWhC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@we-scrum/enums",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.76",
|
|
4
4
|
"description": "We-Scrum enums",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"author": "",
|
|
16
16
|
"license": "ISC",
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@my-devkit/core": "1.0.
|
|
18
|
+
"@my-devkit/core": "1.0.107"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@my-devkit/cli": "2.0.6",
|
|
22
|
-
"@my-devkit/core": "1.0.
|
|
22
|
+
"@my-devkit/core": "1.0.107",
|
|
23
23
|
"typescript": "5.2.2"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -5,8 +5,10 @@ export enum UserResourceType {
|
|
|
5
5
|
PinnedEventIds = 'PinnedEventIds',
|
|
6
6
|
DataExplorerQueryHistory = 'DataExplorerQueryHistory',
|
|
7
7
|
DataExplorerSavedQuery = 'DataExplorerSavedQuery',
|
|
8
|
+
DataExplorerSummaryLineProperties = 'DataExplorerSummaryLineProperties',
|
|
8
9
|
EventExplorerQueryHistory = 'EventExplorerQueryHistory',
|
|
9
10
|
EventExplorerSavedQuery = 'EventExplorerSavedQuery',
|
|
11
|
+
EventExplorerSummaryLineProperties = 'EventExplorerSummaryLineProperties',
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
class UserResourceTypeHelper extends EnumHelper<UserResourceType> {
|
|
@@ -19,7 +21,9 @@ export namespace UserResourceType {
|
|
|
19
21
|
UserResourceType.PinnedEventIds,
|
|
20
22
|
UserResourceType.DataExplorerQueryHistory,
|
|
21
23
|
UserResourceType.DataExplorerSavedQuery,
|
|
24
|
+
UserResourceType.DataExplorerSummaryLineProperties,
|
|
22
25
|
UserResourceType.EventExplorerQueryHistory,
|
|
23
26
|
UserResourceType.EventExplorerSavedQuery,
|
|
27
|
+
UserResourceType.EventExplorerSummaryLineProperties,
|
|
24
28
|
]);
|
|
25
29
|
}
|