✨ Introducing Radar, fraud detection
This commit is contained in:
@ -15003,6 +15003,10 @@
|
||||
"whatsAppCredentialsId": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"riskLevel": {
|
||||
"type": "number",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@ -15026,7 +15030,8 @@
|
||||
"resultsTablePreferences",
|
||||
"isArchived",
|
||||
"isClosed",
|
||||
"whatsAppCredentialsId"
|
||||
"whatsAppCredentialsId",
|
||||
"riskLevel"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
@ -18922,6 +18927,10 @@
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"riskLevel": {
|
||||
"type": "number",
|
||||
"nullable": true
|
||||
},
|
||||
"events": {
|
||||
"enum": [
|
||||
"null"
|
||||
@ -22591,6 +22600,10 @@
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"riskLevel": {
|
||||
"type": "number",
|
||||
"nullable": true
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
@ -26396,6 +26409,10 @@
|
||||
"whatsAppCredentialsId": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"riskLevel": {
|
||||
"type": "number",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@ -26419,7 +26436,8 @@
|
||||
"resultsTablePreferences",
|
||||
"isArchived",
|
||||
"isClosed",
|
||||
"whatsAppCredentialsId"
|
||||
"whatsAppCredentialsId",
|
||||
"riskLevel"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
@ -30276,6 +30294,10 @@
|
||||
"whatsAppCredentialsId": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"riskLevel": {
|
||||
"type": "number",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@ -30298,7 +30320,8 @@
|
||||
"resultsTablePreferences",
|
||||
"isArchived",
|
||||
"isClosed",
|
||||
"whatsAppCredentialsId"
|
||||
"whatsAppCredentialsId",
|
||||
"riskLevel"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
@ -34024,6 +34047,10 @@
|
||||
"whatsAppCredentialsId": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"riskLevel": {
|
||||
"type": "number",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@ -34047,7 +34074,8 @@
|
||||
"resultsTablePreferences",
|
||||
"isArchived",
|
||||
"isClosed",
|
||||
"whatsAppCredentialsId"
|
||||
"whatsAppCredentialsId",
|
||||
"riskLevel"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
@ -52980,6 +53008,10 @@
|
||||
"whatsAppCredentialsId": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"riskLevel": {
|
||||
"type": "number",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@ -53003,7 +53035,8 @@
|
||||
"resultsTablePreferences",
|
||||
"isArchived",
|
||||
"isClosed",
|
||||
"whatsAppCredentialsId"
|
||||
"whatsAppCredentialsId",
|
||||
"riskLevel"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user