Skip to content

Commit

Permalink
Fix schema hints mismatches (demisto#29232)
Browse files Browse the repository at this point in the history
  • Loading branch information
evisochek authored and xsoar-bot committed Oct 5, 2023
1 parent 1eb4fce commit ec7a580
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Expand Up @@ -68,7 +68,11 @@
},"_LOGIN_KEY_": {
"type": "string",
"is_array": false
}
},
"_AUTHENTICATION_METHOD_REFERENCE_": {
"type": "string",
"is_array": false
}
},"salesforce_eventlogfile_raw": {
"_METHOD_": {
"type": "string",
Expand Down
6 changes: 6 additions & 0 deletions Packs/Salesforce/ReleaseNotes/2_0_19.md
@@ -0,0 +1,6 @@

#### Modeling Rules

##### Salesforce Modeling Rule

- Updated the Modeling Rule schema with additional fields.
2 changes: 1 addition & 1 deletion Packs/Salesforce/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Salesforce",
"description": "CRM Services",
"support": "xsoar",
"currentVersion": "2.0.18",
"currentVersion": "2.0.19",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit ec7a580

Please sign in to comment.