Add 'syncedHash' field to CAIKnowledge and CAdvowareAkten entities; update API documentation and configuration timestamps
This commit is contained in:
@@ -104,6 +104,11 @@
|
||||
"notStorable": true,
|
||||
"utility": true
|
||||
},
|
||||
"dokumenteSyncedHash": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"utility": true
|
||||
},
|
||||
"dokumentes": {
|
||||
"type": "linkMultiple",
|
||||
"layoutDetailDisabled": false,
|
||||
@@ -116,7 +121,8 @@
|
||||
"columns": {
|
||||
"aiDocumentId": "aiKnowledgeAiDocumentId",
|
||||
"syncstatus": "aiKnowledgeSyncstatus",
|
||||
"lastSync": "aiKnowledgeLastSync"
|
||||
"lastSync": "aiKnowledgeLastSync",
|
||||
"syncedHash": "aiKnowledgeSyncedHash"
|
||||
},
|
||||
"additionalAttributeList": [
|
||||
"columns"
|
||||
|
||||
Reference in New Issue
Block a user