You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Test data update (Jenkins)
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"TYPE": "<Chat type OPEN (Public) | CHAT (Private)>",
|
||||||
|
"TITLE": "<Chat title>",
|
||||||
|
"DESCRIPTION": "<Chat description>",
|
||||||
|
"COLOR": "<Chat color: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, ...>",
|
||||||
|
"MESSAGE": "<First chat message>",
|
||||||
|
"USERS": "<Chat members array>",
|
||||||
|
"AVATAR": "<Base64 chat picture>",
|
||||||
|
"OWNER_ID": "<ID of chat owner. Current user by default>"
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"AUTHOR_ID": "<comment author identifier>",
|
||||||
|
"AUTHOR_NAME": "<Users name (optional)>",
|
||||||
|
"AUTHOR_EMAIL": "<Users email (optional)>",
|
||||||
|
"USE_SMILES": "<(Y|N) - parse comments for emoticons or not>",
|
||||||
|
"POST_MESSAGE": "<Message text>",
|
||||||
|
"UF_FORUM_MESSAGE_DOC": "<Array of files from disk to attach>"
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"FILE": {
|
||||||
|
"NAME": "Image",
|
||||||
|
"LINK": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"IMAGE": {
|
||||||
|
"NAME": "Image",
|
||||||
|
"LINK": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"ID": "<task identifier>",
|
||||||
|
"PARENT_ID": "<parent task identifier>",
|
||||||
|
"GROUP_ID": "<workgroup identifier>",
|
||||||
|
"CREATED_BY": "<producer>",
|
||||||
|
"STATUS_CHANGED_BY": "<the user who last changed the task status>",
|
||||||
|
"PRIORITY": "<priority>",
|
||||||
|
"FORUM_TOPIC_ID": "<forum topic identifier>",
|
||||||
|
"RESPONSIBLE_ID": "<performer>",
|
||||||
|
"TITLE": "<task name (can be searched using the template [%_])>",
|
||||||
|
"TAG": "<tag>",
|
||||||
|
"REAL_STATUS": "<task status>",
|
||||||
|
"MARK": "<mark>",
|
||||||
|
"SITE_ID": "<site identifier>",
|
||||||
|
"ADD_IN_REPORT": "<task in the report (Y|N)>",
|
||||||
|
"DATE_START": "<start date>",
|
||||||
|
"DEADLINE": "<deadline>",
|
||||||
|
"CREATED_DATE": "<date of creation>",
|
||||||
|
"CLOSED_DATE": "<completion date>",
|
||||||
|
"CHANGED_DATE": "<date of last modification>",
|
||||||
|
"ACCOMPLICE": "<co-executor identifier>",
|
||||||
|
"AUDITOR": "<auditor identifier>",
|
||||||
|
"DEPENDS_ON": "<previous task identifier>",
|
||||||
|
"ONLY_ROOT_TASKS": "<only tasks that are not subtasks (Y|N)>",
|
||||||
|
"STAGE_ID": "<stage>",
|
||||||
|
"UF_CRM_TASK": "<CRM elements>",
|
||||||
|
"STATUS": "<status for sorting. Similar to REAL_STATUS, but has three additional meta-statuses>"
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"NAME": "<name>",
|
||||||
|
"LAST_NAME": "<surname>",
|
||||||
|
"WORK_POSITION": "<position>",
|
||||||
|
"UF_DEPARTMENT_NAME": "<department name>",
|
||||||
|
"USER_TYPE": "<type: employee, extranet, email>"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
".tag": "complete"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user