-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem.types.json
123 lines (123 loc) · 2.94 KB
/
item.types.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[
{
"name": "Event Payload",
"key": "event_payload",
"color": "#0d6efd",
"matches": [
"\"entityEventId\"\\s*:\\s*\\d+",
"\"eventDesc\"\\s*:\\s*\"[^\"]*\""
]
},
{
"name": "Event Notification",
"key": "event_notification",
"color": "#084298",
"matches": [
"\"entityEventId\"\\s*:\\s*\\d+"
]
},
{
"name": "PC Folder CL",
"key": "folder_cl",
"color": "#842029",
"matches": [
"<(?:[^:]+:)?Folder\\s[^>]*type=\"CL\""
]
},
{
"name": "PC Folder FS",
"key": "folder_fs",
"color": "#842029",
"matches": [
"<(?:[^:]+:)?Folder\\s[^>]*type=\"FS\""
]
},
{
"name": "PC Folder IDPD",
"key": "folder_idpd",
"color": "#842029",
"matches": [
"<(?:[^:]+:)?Folder\\s[^>]*type=\"IDPD\""
]
},
{
"name": "PC Folder SINGLEPD",
"key": "folder_pd",
"color": "#842029",
"matches": [
"<(?:[^:]+:)?Folder\\s[^>]*type=\"SINGLEPD\""
]
},
{
"name": "SOAP Application Created",
"key": "application_created",
"color": "#984c0c",
"matches": [
"<(?:[^:]+:)?createdApplication\\W"
]
},
{
"name": "SOAP Application Updated",
"key": "application_updated",
"color": "#fd7e14",
"matches": [
"<(?:[^:]+:)?updatedApplication\\W"
]
},
{
"name": "SOAP Certificate Created",
"key": "certificate_created",
"color": "#664d03",
"matches": [
"<(?:[^:]+:)?createdCertificate\\W"
]
},
{
"name": "SOAP Certificate Updated",
"key": "certificate_updated",
"color": "#ffc107",
"matches": [
"<(?:[^:]+:)?updatedCertificate\\W"
]
},
{
"name": "SOAP Selectee Created",
"key": "selectee_created",
"color": "#0f5132",
"matches": [
"<(?:[^:]+:)?createSelecteeRequest\\W"
]
},
{
"name": "SOAP Selectee Updated",
"key": "selectee_updated",
"color": "#198754",
"matches": [
"<(?:[^:]+:)?Update__CompIntfc__Z_USAS_LD_SELECTEE\\W"
]
},
{
"name": "SOAP Status Updated",
"key": "status_updated",
"color": "#13795b",
"matches": [
"<(?:[^:]+:)?(?:Create__CompIntfc__Z_USAS_UPDT_STATUS|updateStatusRequest)\\W"
]
},
{
"name": "SOAP Vacancy Created",
"key": "vacancy_created",
"color": "#087990",
"matches": [
"<(?:[^:]+:)?createdVacancy\\W"
]
},
{
"name": "SOAP Vacancy Updated",
"key": "vacancy_updated",
"color": "#0dcaf0",
"matches": [
"<tns:updatedVacancy\\W"
]
}
]