@periskope/types 0.6.294 → 0.6.295
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 +2 -2
- package/package.json +1 -1
- package/src/rules.types.ts +2 -2
package/dist/rules.types.js
CHANGED
|
@@ -946,7 +946,7 @@ exports.ActionNameMap = {
|
|
|
946
946
|
{
|
|
947
947
|
id: 'user_status',
|
|
948
948
|
value: 'user_status',
|
|
949
|
-
label: '
|
|
949
|
+
label: 'Exclude users marked as offline',
|
|
950
950
|
},
|
|
951
951
|
{
|
|
952
952
|
id: 'shift_time user_status',
|
|
@@ -1184,7 +1184,7 @@ exports.ActionNameMap = {
|
|
|
1184
1184
|
{
|
|
1185
1185
|
id: 'user_status',
|
|
1186
1186
|
value: 'user_status',
|
|
1187
|
-
label: '
|
|
1187
|
+
label: 'Exclude users marked as offline',
|
|
1188
1188
|
},
|
|
1189
1189
|
{
|
|
1190
1190
|
id: 'shift_time user_status',
|
package/package.json
CHANGED
package/src/rules.types.ts
CHANGED
|
@@ -1436,7 +1436,7 @@ export const ActionNameMap: Record<
|
|
|
1436
1436
|
{
|
|
1437
1437
|
id: 'user_status',
|
|
1438
1438
|
value: 'user_status',
|
|
1439
|
-
label: '
|
|
1439
|
+
label: 'Exclude users marked as offline',
|
|
1440
1440
|
},
|
|
1441
1441
|
{
|
|
1442
1442
|
id: 'shift_time user_status',
|
|
@@ -1674,7 +1674,7 @@ export const ActionNameMap: Record<
|
|
|
1674
1674
|
{
|
|
1675
1675
|
id: 'user_status',
|
|
1676
1676
|
value: 'user_status',
|
|
1677
|
-
label: '
|
|
1677
|
+
label: 'Exclude users marked as offline',
|
|
1678
1678
|
},
|
|
1679
1679
|
{
|
|
1680
1680
|
id: 'shift_time user_status',
|