1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-31 03:10:45 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-10-04 09:22:07 +03:00
parent 6b5399d28b
commit 46ee6f0ef9
8 changed files with 68 additions and 0 deletions

Binary file not shown.

View File

@ -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>"
}

View File

@ -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>"
}

View File

@ -0,0 +1,6 @@
 {
"FILE": {
"NAME": "Image",
"LINK": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"
}
}

View File

@ -0,0 +1,6 @@
 {
"IMAGE": {
"NAME": "Image",
"LINK": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
}
}

View File

@ -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>"
}

View File

@ -0,0 +1,7 @@
 {
"NAME": "<name>",
"LAST_NAME": "<surname>",
"WORK_POSITION": "<position>",
"UF_DEPARTMENT_NAME": "<department name>",
"USER_TYPE": "<type: employee, extranet, email>"
}

View File

@ -0,0 +1,3 @@
 {
".tag": "complete"
}