@@ -116,6 +116,7 @@ export default ({ getService }: FtrProviderContext): void => {
116116 updateIncidentUrl : 'http://some.non.existent.com/{{{external.system.id}}}' ,
117117 } ,
118118 isPreconfigured : false ,
119+ isSystemAction : false ,
119120 isDeprecated : false ,
120121 isMissingSecrets : false ,
121122 referencedByCount : 0 ,
@@ -129,6 +130,7 @@ export default ({ getService }: FtrProviderContext): void => {
129130 projectKey : 'pkey' ,
130131 } ,
131132 isPreconfigured : false ,
133+ isSystemAction : false ,
132134 isDeprecated : false ,
133135 isMissingSecrets : false ,
134136 referencedByCount : 0 ,
@@ -141,6 +143,7 @@ export default ({ getService }: FtrProviderContext): void => {
141143 actionTypeId : '.servicenow' ,
142144 id : 'preconfigured-servicenow' ,
143145 isPreconfigured : true ,
146+ isSystemAction : false ,
144147 isDeprecated : false ,
145148 name : 'preconfigured-servicenow' ,
146149 referencedByCount : 0 ,
@@ -154,6 +157,7 @@ export default ({ getService }: FtrProviderContext): void => {
154157 orgId : 'pkey' ,
155158 } ,
156159 isPreconfigured : false ,
160+ isSystemAction : false ,
157161 isDeprecated : false ,
158162 isMissingSecrets : false ,
159163 referencedByCount : 0 ,
@@ -171,6 +175,7 @@ export default ({ getService }: FtrProviderContext): void => {
171175 userIdentifierValue : null ,
172176 } ,
173177 isPreconfigured : false ,
178+ isSystemAction : false ,
174179 isDeprecated : false ,
175180 isMissingSecrets : false ,
176181 referencedByCount : 0 ,
@@ -188,6 +193,7 @@ export default ({ getService }: FtrProviderContext): void => {
188193 jwtKeyId : 'def' ,
189194 } ,
190195 isPreconfigured : false ,
196+ isSystemAction : false ,
191197 isDeprecated : false ,
192198 isMissingSecrets : false ,
193199 referencedByCount : 0 ,
@@ -205,6 +211,7 @@ export default ({ getService }: FtrProviderContext): void => {
205211 userIdentifierValue : null ,
206212 } ,
207213 isPreconfigured : false ,
214+ isSystemAction : false ,
208215 isDeprecated : false ,
209216 isMissingSecrets : false ,
210217 referencedByCount : 0 ,
@@ -270,6 +277,7 @@ export default ({ getService }: FtrProviderContext): void => {
270277 actionTypeId : '.servicenow' ,
271278 id : 'preconfigured-servicenow' ,
272279 isPreconfigured : true ,
280+ isSystemAction : false ,
273281 isDeprecated : false ,
274282 name : 'preconfigured-servicenow' ,
275283 referencedByCount : 0 ,
0 commit comments