1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-07-30 19:29:57 +00:00 committed by Vitaly the Alpaca (bot)
parent 1ffa72b3cf
commit a298e43709
4 changed files with 4554 additions and 4554 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3638,7 +3638,7 @@ EndFunction
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url // URL - String - URL of webhook or a Bitrix24 domain, when token used - url
// UserID - String, Number - User ID for sending the notification - user // UserID - String, Number - User ID for sending the notification - user
// Text - String - Notification text - text // Text - String - Notification text - text
// Tag - String - - tag // Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
// Attachments - Array of Structure - Array of attachments - blocks // Attachments - Array of Structure - Array of attachments - blocks
// Token - String - Access token, when app auth method used - token // Token - String - Access token, when app auth method used - token
// //
@ -3674,7 +3674,7 @@ EndFunction
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url // URL - String - URL of webhook or a Bitrix24 domain, when token used - url
// UserID - String, Number - User ID for sending the notification - user // UserID - String, Number - User ID for sending the notification - user
// Text - String - Notification text - text // Text - String - Notification text - text
// Tag - String - - tag // Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
// Attachments - Array of Structure - Array of attachments - blocks // Attachments - Array of Structure - Array of attachments - blocks
// Token - String - Access token, when app auth method used - token // Token - String - Access token, when app auth method used - token
// //

View File

@ -3638,7 +3638,7 @@ EndFunction
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url // URL - String - URL of webhook or a Bitrix24 domain, when token used - url
// UserID - String, Number - User ID for sending the notification - user // UserID - String, Number - User ID for sending the notification - user
// Text - String - Notification text - text // Text - String - Notification text - text
// Tag - String - - tag // Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
// Attachments - Array of Structure - Array of attachments - blocks // Attachments - Array of Structure - Array of attachments - blocks
// Token - String - Access token, when app auth method used - token // Token - String - Access token, when app auth method used - token
// //
@ -3674,7 +3674,7 @@ EndFunction
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url // URL - String - URL of webhook or a Bitrix24 domain, when token used - url
// UserID - String, Number - User ID for sending the notification - user // UserID - String, Number - User ID for sending the notification - user
// Text - String - Notification text - text // Text - String - Notification text - text
// Tag - String - - tag // Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
// Attachments - Array of Structure - Array of attachments - blocks // Attachments - Array of Structure - Array of attachments - blocks
// Token - String - Access token, when app auth method used - token // Token - String - Access token, when app auth method used - token
// //

View File

@ -4928,7 +4928,7 @@
NewLine.Метод = "CreatePersonalNotification"; NewLine.Метод = "CreatePersonalNotification";
NewLine.МетодПоиска = "CREATEPERSONALNOTIFICATION"; NewLine.МетодПоиска = "CREATEPERSONALNOTIFICATION";
NewLine.Параметр = "--tag"; NewLine.Параметр = "--tag";
NewLine.Описание = " (optional, def. val. - Empty value)"; NewLine.Описание = "Uniqueness Tag. If already exist, other notif. will be deleted (optional, def. val. - Empty value)";
NewLine.Область = "Notifications managment"; NewLine.Область = "Notifications managment";
@ -4989,7 +4989,7 @@
NewLine.Метод = "CreateSystemNotification"; NewLine.Метод = "CreateSystemNotification";
NewLine.МетодПоиска = "CREATESYSTEMNOTIFICATION"; NewLine.МетодПоиска = "CREATESYSTEMNOTIFICATION";
NewLine.Параметр = "--tag"; NewLine.Параметр = "--tag";
NewLine.Описание = " (optional, def. val. - Empty value)"; NewLine.Описание = "Uniqueness Tag. If already exist, other notif. will be deleted (optional, def. val. - Empty value)";
NewLine.Область = "Notifications managment"; NewLine.Область = "Notifications managment";