@periskope/types 0.6.238 → 0.6.239

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.
@@ -893,15 +893,6 @@ exports.ActionNameMap = {
893
893
  info: 'If enabled, the ticket will be assigned to the next available agent in the list',
894
894
  required: false,
895
895
  },
896
- assignee: {
897
- id: 'assignee',
898
- type: 'dynamic',
899
- value: 'org.members',
900
- label: 'Assignee (New Ticket)',
901
- placeholder: 'Select assignee',
902
- info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
903
- required: false,
904
- },
905
896
  rr_check_for: {
906
897
  id: 'rr_check_for',
907
898
  type: 'dropdown',
@@ -923,11 +914,20 @@ exports.ActionNameMap = {
923
914
  label: 'Consider both shift and status',
924
915
  },
925
916
  ],
926
- label: 'Round Robin Config',
917
+ label: 'Round robin assignee check',
927
918
  placeholder: 'Select...',
928
919
  info: 'Criteria for assigning the next available agent',
929
920
  required: false,
930
921
  },
922
+ assignee: {
923
+ id: 'assignee',
924
+ type: 'dynamic',
925
+ value: 'org.members',
926
+ label: 'Assignee (New Ticket)',
927
+ placeholder: 'Select assignee',
928
+ info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
929
+ required: false,
930
+ },
931
931
  },
932
932
  validTriggers: [
933
933
  'message.created',
@@ -977,15 +977,6 @@ exports.ActionNameMap = {
977
977
  info: 'If enabled, the ticket will be assigned to the next available agent in the list',
978
978
  required: false,
979
979
  },
980
- assignee: {
981
- id: 'assignee',
982
- type: 'dynamic',
983
- value: 'org.members',
984
- label: 'Assignee',
985
- placeholder: 'Select assignee',
986
- info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
987
- required: true,
988
- },
989
980
  rr_check_for: {
990
981
  id: 'rr_check_for',
991
982
  type: 'dropdown',
@@ -1007,11 +998,20 @@ exports.ActionNameMap = {
1007
998
  label: 'Consider both shift and status',
1008
999
  },
1009
1000
  ],
1010
- label: 'Round Robin Config',
1001
+ label: 'Round robin assignee check',
1011
1002
  placeholder: 'Select...',
1012
1003
  info: 'Criteria for assigning the next available agent',
1013
1004
  required: false,
1014
1005
  },
1006
+ assignee: {
1007
+ id: 'assignee',
1008
+ type: 'dynamic',
1009
+ value: 'org.members',
1010
+ label: 'Assignee',
1011
+ placeholder: 'Select assignee',
1012
+ info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
1013
+ required: true,
1014
+ },
1015
1015
  },
1016
1016
  validTriggers: ['ticket.updated', 'ticket.created'],
1017
1017
  },
@@ -1118,14 +1118,6 @@ exports.ActionNameMap = {
1118
1118
  info: 'If enabled, the chat will be assigned to the next available agent in the list',
1119
1119
  required: false,
1120
1120
  },
1121
- assignee: {
1122
- id: 'assignee',
1123
- type: 'dynamic',
1124
- value: 'org.members',
1125
- label: 'Assignee',
1126
- placeholder: 'Select assignee',
1127
- required: true,
1128
- },
1129
1121
  rr_check_for: {
1130
1122
  id: 'rr_check_for',
1131
1123
  type: 'dropdown',
@@ -1147,11 +1139,19 @@ exports.ActionNameMap = {
1147
1139
  label: 'Consider both shift and status',
1148
1140
  },
1149
1141
  ],
1150
- label: 'Round Robin Config',
1142
+ label: 'Round robin assignee check',
1151
1143
  placeholder: 'Select...',
1152
1144
  info: 'Criteria for assigning the next available agent',
1153
1145
  required: false,
1154
1146
  },
1147
+ assignee: {
1148
+ id: 'assignee',
1149
+ type: 'dynamic',
1150
+ value: 'org.members',
1151
+ label: 'Assignee',
1152
+ placeholder: 'Select assignee',
1153
+ required: true,
1154
+ },
1155
1155
  },
1156
1156
  validTriggers: [
1157
1157
  'message.created',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.238",
3
+ "version": "0.6.239",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1390,15 +1390,6 @@ export const ActionNameMap: Record<
1390
1390
  info: 'If enabled, the ticket will be assigned to the next available agent in the list',
1391
1391
  required: false,
1392
1392
  },
1393
- assignee: {
1394
- id: 'assignee',
1395
- type: 'dynamic',
1396
- value: 'org.members',
1397
- label: 'Assignee (New Ticket)',
1398
- placeholder: 'Select assignee',
1399
- info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
1400
- required: false,
1401
- },
1402
1393
  rr_check_for: {
1403
1394
  id: 'rr_check_for',
1404
1395
  type: 'dropdown',
@@ -1420,11 +1411,20 @@ export const ActionNameMap: Record<
1420
1411
  label: 'Consider both shift and status',
1421
1412
  },
1422
1413
  ],
1423
- label: 'Round Robin Config',
1414
+ label: 'Round robin assignee check',
1424
1415
  placeholder: 'Select...',
1425
1416
  info: 'Criteria for assigning the next available agent',
1426
1417
  required: false,
1427
1418
  },
1419
+ assignee: {
1420
+ id: 'assignee',
1421
+ type: 'dynamic',
1422
+ value: 'org.members',
1423
+ label: 'Assignee (New Ticket)',
1424
+ placeholder: 'Select assignee',
1425
+ info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
1426
+ required: false,
1427
+ },
1428
1428
  },
1429
1429
  validTriggers: [
1430
1430
  'message.created',
@@ -1474,15 +1474,6 @@ export const ActionNameMap: Record<
1474
1474
  info: 'If enabled, the ticket will be assigned to the next available agent in the list',
1475
1475
  required: false,
1476
1476
  },
1477
- assignee: {
1478
- id: 'assignee',
1479
- type: 'dynamic',
1480
- value: 'org.members',
1481
- label: 'Assignee',
1482
- placeholder: 'Select assignee',
1483
- info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
1484
- required: true,
1485
- },
1486
1477
  rr_check_for: {
1487
1478
  id: 'rr_check_for',
1488
1479
  type: 'dropdown',
@@ -1504,11 +1495,20 @@ export const ActionNameMap: Record<
1504
1495
  label: 'Consider both shift and status',
1505
1496
  },
1506
1497
  ],
1507
- label: 'Round Robin Config',
1498
+ label: 'Round robin assignee check',
1508
1499
  placeholder: 'Select...',
1509
1500
  info: 'Criteria for assigning the next available agent',
1510
1501
  required: false,
1511
1502
  },
1503
+ assignee: {
1504
+ id: 'assignee',
1505
+ type: 'dynamic',
1506
+ value: 'org.members',
1507
+ label: 'Assignee',
1508
+ placeholder: 'Select assignee',
1509
+ info: "If round robin is enabled, the ticket will be assigned to the next available agent in the list else it'll be assigned to the selected agent",
1510
+ required: true,
1511
+ },
1512
1512
  },
1513
1513
  validTriggers: ['ticket.updated', 'ticket.created'],
1514
1514
  },
@@ -1615,14 +1615,6 @@ export const ActionNameMap: Record<
1615
1615
  info: 'If enabled, the chat will be assigned to the next available agent in the list',
1616
1616
  required: false,
1617
1617
  },
1618
- assignee: {
1619
- id: 'assignee',
1620
- type: 'dynamic',
1621
- value: 'org.members',
1622
- label: 'Assignee',
1623
- placeholder: 'Select assignee',
1624
- required: true,
1625
- },
1626
1618
  rr_check_for: {
1627
1619
  id: 'rr_check_for',
1628
1620
  type: 'dropdown',
@@ -1644,11 +1636,19 @@ export const ActionNameMap: Record<
1644
1636
  label: 'Consider both shift and status',
1645
1637
  },
1646
1638
  ],
1647
- label: 'Round Robin Config',
1639
+ label: 'Round robin assignee check',
1648
1640
  placeholder: 'Select...',
1649
1641
  info: 'Criteria for assigning the next available agent',
1650
1642
  required: false,
1651
1643
  },
1644
+ assignee: {
1645
+ id: 'assignee',
1646
+ type: 'dynamic',
1647
+ value: 'org.members',
1648
+ label: 'Assignee',
1649
+ placeholder: 'Select assignee',
1650
+ required: true,
1651
+ },
1652
1652
  },
1653
1653
  validTriggers: [
1654
1654
  'message.created',