@periskope/types 0.6.318 → 0.6.319
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/rules.types.js +15 -15
- package/package.json +1 -1
- package/src/rules.types.ts +15 -15
- package/tsconfig.tsbuildinfo +1 -1
package/dist/rules.types.js
CHANGED
|
@@ -1074,19 +1074,19 @@ exports.ActionNameMap = {
|
|
|
1074
1074
|
label: 'Consider shift timings',
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
1077
|
-
id: '
|
|
1078
|
-
value: '
|
|
1077
|
+
id: 'user_status',
|
|
1078
|
+
value: 'user_status',
|
|
1079
1079
|
label: 'Exclude users manually marked as offline',
|
|
1080
1080
|
},
|
|
1081
1081
|
{
|
|
1082
|
-
id: '
|
|
1083
|
-
value: '
|
|
1082
|
+
id: 'user_status_offline',
|
|
1083
|
+
value: 'user_status_offline',
|
|
1084
1084
|
label: 'Exclude users marked as offline or away',
|
|
1085
1085
|
},
|
|
1086
1086
|
{
|
|
1087
1087
|
id: 'shift_time user_status',
|
|
1088
1088
|
value: 'shift_time user_status',
|
|
1089
|
-
label: 'Consider both shift timings and user status (excludes
|
|
1089
|
+
label: 'Consider both shift timings and user status (excludes only manually marked offline users)',
|
|
1090
1090
|
},
|
|
1091
1091
|
],
|
|
1092
1092
|
label: 'Check Assignee status for (Round Robin)',
|
|
@@ -1171,19 +1171,19 @@ exports.ActionNameMap = {
|
|
|
1171
1171
|
label: 'Consider shift timings',
|
|
1172
1172
|
},
|
|
1173
1173
|
{
|
|
1174
|
-
id: '
|
|
1175
|
-
value: '
|
|
1174
|
+
id: 'user_status',
|
|
1175
|
+
value: 'user_status',
|
|
1176
1176
|
label: 'Exclude users manually marked as offline',
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
|
-
id: '
|
|
1180
|
-
value: '
|
|
1179
|
+
id: 'user_status_offline',
|
|
1180
|
+
value: 'user_status_offline',
|
|
1181
1181
|
label: 'Exclude users marked as offline or away',
|
|
1182
1182
|
},
|
|
1183
1183
|
{
|
|
1184
1184
|
id: 'shift_time user_status',
|
|
1185
1185
|
value: 'shift_time user_status',
|
|
1186
|
-
label: 'Consider both shift timings and user status (excludes
|
|
1186
|
+
label: 'Consider both shift timings and user status (excludes only manually marked offline users)',
|
|
1187
1187
|
},
|
|
1188
1188
|
],
|
|
1189
1189
|
label: 'Check Assignee status for (Round Robin)',
|
|
@@ -1338,19 +1338,19 @@ exports.ActionNameMap = {
|
|
|
1338
1338
|
label: 'Consider shift timings',
|
|
1339
1339
|
},
|
|
1340
1340
|
{
|
|
1341
|
-
id: '
|
|
1342
|
-
value: '
|
|
1341
|
+
id: 'user_status',
|
|
1342
|
+
value: 'user_status',
|
|
1343
1343
|
label: 'Exclude users manually marked as offline',
|
|
1344
1344
|
},
|
|
1345
1345
|
{
|
|
1346
|
-
id: '
|
|
1347
|
-
value: '
|
|
1346
|
+
id: 'user_status_offline',
|
|
1347
|
+
value: 'user_status_offline',
|
|
1348
1348
|
label: 'Exclude users marked as offline or away',
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
id: 'shift_time user_status',
|
|
1352
1352
|
value: 'shift_time user_status',
|
|
1353
|
-
label: 'Consider both shift timings and user status (excludes
|
|
1353
|
+
label: 'Consider both shift timings and user status (excludes only manually marked offline users)',
|
|
1354
1354
|
},
|
|
1355
1355
|
],
|
|
1356
1356
|
label: 'Check Assignee status for (Round Robin)',
|
package/package.json
CHANGED
package/src/rules.types.ts
CHANGED
|
@@ -1647,20 +1647,20 @@ export const ActionNameMap: ActionNameMapType = {
|
|
|
1647
1647
|
label: 'Consider shift timings',
|
|
1648
1648
|
},
|
|
1649
1649
|
{
|
|
1650
|
-
id: '
|
|
1651
|
-
value: '
|
|
1650
|
+
id: 'user_status',
|
|
1651
|
+
value: 'user_status',
|
|
1652
1652
|
label: 'Exclude users manually marked as offline',
|
|
1653
1653
|
},
|
|
1654
1654
|
{
|
|
1655
|
-
id: '
|
|
1656
|
-
value: '
|
|
1655
|
+
id: 'user_status_offline',
|
|
1656
|
+
value: 'user_status_offline',
|
|
1657
1657
|
label: 'Exclude users marked as offline or away',
|
|
1658
1658
|
},
|
|
1659
1659
|
{
|
|
1660
1660
|
id: 'shift_time user_status',
|
|
1661
1661
|
value: 'shift_time user_status',
|
|
1662
1662
|
label:
|
|
1663
|
-
'Consider both shift timings and user status (excludes
|
|
1663
|
+
'Consider both shift timings and user status (excludes only manually marked offline users)',
|
|
1664
1664
|
},
|
|
1665
1665
|
],
|
|
1666
1666
|
label: 'Check Assignee status for (Round Robin)',
|
|
@@ -1745,20 +1745,20 @@ export const ActionNameMap: ActionNameMapType = {
|
|
|
1745
1745
|
label: 'Consider shift timings',
|
|
1746
1746
|
},
|
|
1747
1747
|
{
|
|
1748
|
-
id: '
|
|
1749
|
-
value: '
|
|
1748
|
+
id: 'user_status',
|
|
1749
|
+
value: 'user_status',
|
|
1750
1750
|
label: 'Exclude users manually marked as offline',
|
|
1751
1751
|
},
|
|
1752
1752
|
{
|
|
1753
|
-
id: '
|
|
1754
|
-
value: '
|
|
1753
|
+
id: 'user_status_offline',
|
|
1754
|
+
value: 'user_status_offline',
|
|
1755
1755
|
label: 'Exclude users marked as offline or away',
|
|
1756
1756
|
},
|
|
1757
1757
|
{
|
|
1758
1758
|
id: 'shift_time user_status',
|
|
1759
1759
|
value: 'shift_time user_status',
|
|
1760
1760
|
label:
|
|
1761
|
-
'Consider both shift timings and user status (excludes
|
|
1761
|
+
'Consider both shift timings and user status (excludes only manually marked offline users)',
|
|
1762
1762
|
},
|
|
1763
1763
|
],
|
|
1764
1764
|
label: 'Check Assignee status for (Round Robin)',
|
|
@@ -1913,20 +1913,20 @@ export const ActionNameMap: ActionNameMapType = {
|
|
|
1913
1913
|
label: 'Consider shift timings',
|
|
1914
1914
|
},
|
|
1915
1915
|
{
|
|
1916
|
-
id: '
|
|
1917
|
-
value: '
|
|
1916
|
+
id: 'user_status',
|
|
1917
|
+
value: 'user_status',
|
|
1918
1918
|
label: 'Exclude users manually marked as offline',
|
|
1919
1919
|
},
|
|
1920
1920
|
{
|
|
1921
|
-
id: '
|
|
1922
|
-
value: '
|
|
1921
|
+
id: 'user_status_offline',
|
|
1922
|
+
value: 'user_status_offline',
|
|
1923
1923
|
label: 'Exclude users marked as offline or away',
|
|
1924
1924
|
},
|
|
1925
1925
|
{
|
|
1926
1926
|
id: 'shift_time user_status',
|
|
1927
1927
|
value: 'shift_time user_status',
|
|
1928
1928
|
label:
|
|
1929
|
-
'Consider both shift timings and user status (excludes
|
|
1929
|
+
'Consider both shift timings and user status (excludes only manually marked offline users)',
|
|
1930
1930
|
},
|
|
1931
1931
|
],
|
|
1932
1932
|
label: 'Check Assignee status for (Round Robin)',
|