@burgan-tech/morph-touch-runtime 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/burgan-tech-morph-touch-runtime-0.0.4.tgz +0 -0
  2. package/{touch → morph-touch}/Functions/check-livekit-room-access.1.0.0.json +2 -2
  3. package/{touch → morph-touch}/Functions/check-livekit-room-access.http +1 -1
  4. package/{touch → morph-touch}/Functions/get-absence-entry.1.0.0.json +2 -2
  5. package/{touch → morph-touch}/Functions/get-advisor-stats.1.0.0.json +2 -2
  6. package/morph-touch/Functions/get-available-slots.1.0.0.json +30 -0
  7. package/{touch → morph-touch}/Functions/get-available-slots.http +4 -2
  8. package/morph-touch/Functions/get-chat-rooms.1.0.0.json +28 -0
  9. package/{touch → morph-touch}/Functions/get-chat-rooms.http +2 -2
  10. package/{touch → morph-touch}/Functions/get-customer-info.1.0.0.json +2 -2
  11. package/{touch → morph-touch}/Functions/get-matrix-sync.1.0.0.json +2 -2
  12. package/morph-touch/Functions/get-rezervations.1.0.0.json +26 -0
  13. package/{touch → morph-touch}/Functions/get-rezervations.http +2 -2
  14. package/{touch → morph-touch}/Functions/get-room-messages.1.0.0.json +2 -2
  15. package/{touch → morph-touch}/Functions/get-room-messages.http +1 -1
  16. package/{touch → morph-touch}/Functions/rezervation-transfer.http +1 -1
  17. package/{touch → morph-touch}/Functions/send-room-message.1.0.0.json +2 -2
  18. package/{touch → morph-touch}/Functions/src/GetAvailableSlotsMapping.csx +125 -1
  19. package/{touch → morph-touch}/Functions/src/GetChatRoomsMapping.csx +6 -7
  20. package/{touch → morph-touch}/Functions/src/GetRezervationsMapping.csx +12 -5
  21. package/{touch → morph-touch}/Schemas/absence-entry.1.0.0.json +3 -3
  22. package/{touch → morph-touch}/Schemas/advisor-chat-rooms.1.0.0.json +2 -2
  23. package/{touch → morph-touch}/Schemas/chat-room.1.0.0.json +2 -2
  24. package/morph-touch/Schemas/chat-room.1.1.0.json +132 -0
  25. package/morph-touch/Schemas/chat-room.1.2.0.json +174 -0
  26. package/{touch → morph-touch}/Schemas/notification-sender.1.0.0.json +2 -2
  27. package/{touch → morph-touch}/Schemas/portfolio-manager.1.0.0.json +2 -2
  28. package/{touch → morph-touch}/Schemas/rezervation.1.0.0.json +2 -2
  29. package/{touch → morph-touch}/Tasks/cancel-absence-entry-for-rezervation.1.0.0.json +2 -2
  30. package/{touch → morph-touch}/Tasks/check-already-completed-chat-room.1.0.0.json +3 -3
  31. package/{touch → morph-touch}/Tasks/check-duplicate-portfolio-manager.1.0.0.json +3 -3
  32. package/{touch → morph-touch}/Tasks/check-duplicate-rezervation.1.0.0.json +3 -3
  33. package/{touch → morph-touch}/Tasks/check-existing-permanent-chat-room.1.0.0.json +3 -3
  34. package/{touch → morph-touch}/Tasks/check-randevu-time.1.0.0.json +1 -1
  35. package/{touch → morph-touch}/Tasks/create-permanent-chat-room.1.0.0.json +1 -1
  36. package/{touch → morph-touch}/Tasks/determine-transfer-type.1.0.0.json +1 -1
  37. package/{touch → morph-touch}/Tasks/enrich-rezervations-for-transfer.1.0.0.json +3 -3
  38. package/{touch → morph-touch}/Tasks/execute-permanent-chatroom-update.1.0.0.json +3 -3
  39. package/{touch → morph-touch}/Tasks/execute-rez-chatroom-transfer.1.0.0.json +2 -2
  40. package/{touch → morph-touch}/Tasks/execute-rezervation-transfer.1.0.0.json +2 -2
  41. package/{touch → morph-touch}/Tasks/fetch-absence-entries-for-transfer.1.0.0.json +3 -3
  42. package/{touch → morph-touch}/Tasks/fetch-advisors-for-transfer.1.0.0.json +3 -3
  43. package/{touch → morph-touch}/Tasks/fetch-permanent-chatrooms-for-transfer.1.0.0.json +3 -3
  44. package/{touch → morph-touch}/Tasks/fetch-rez-chatrooms-for-transfer.1.0.0.json +3 -3
  45. package/{touch → morph-touch}/Tasks/fetch-rezervations-for-transfer.1.0.0.json +3 -3
  46. package/{touch → morph-touch}/Tasks/get-absence-entry-task.1.0.0.json +3 -3
  47. package/{touch → morph-touch}/Tasks/get-available-slots-http.1.0.0.json +2 -2
  48. package/{touch → morph-touch}/Tasks/get-available-slots.1.0.0.json +3 -3
  49. package/{touch → morph-touch}/Tasks/get-chat-room-data-for-rezervation.1.0.0.json +3 -3
  50. package/{touch → morph-touch}/Tasks/get-chat-token.1.0.0.json +1 -1
  51. package/{touch → morph-touch}/Tasks/get-matrix-room-messages.1.0.0.json +1 -1
  52. package/{touch → morph-touch}/Tasks/get-matrix-sync.1.0.0.json +1 -1
  53. package/{touch → morph-touch}/Tasks/get-rezervation-data-task.1.0.0.json +3 -3
  54. package/{touch → morph-touch}/Tasks/get-rezervation-state-task.1.0.0.json +3 -3
  55. package/{touch → morph-touch}/Tasks/get-rezervations-task.1.0.0.json +3 -3
  56. package/{touch → morph-touch}/Tasks/get-user-info-for-rezervation.1.0.0.json +1 -1
  57. package/{touch → morph-touch}/Tasks/get-video-call-url.1.0.0.json +1 -1
  58. package/{touch → morph-touch}/Tasks/invite-user-to-rezervation-room.1.0.0.json +1 -1
  59. package/{touch → morph-touch}/Tasks/join-chat-room-for-rezervation.1.0.0.json +1 -1
  60. package/{touch → morph-touch}/Tasks/join-matrix-room.1.0.0.json +1 -1
  61. package/{touch → morph-touch}/Tasks/join-user-to-room.1.0.0.json +1 -1
  62. package/{touch → morph-touch}/Tasks/merge-invited-user.1.0.0.json +1 -1
  63. package/{touch → morph-touch}/Tasks/merge-rezervation-update.1.0.0.json +1 -1
  64. package/{touch → morph-touch}/Tasks/merge-target-advisor-for-transfer.1.0.0.json +1 -1
  65. package/{touch → morph-touch}/Tasks/merge-update-body-for-randevu-update.1.0.0.json +1 -1
  66. package/{touch → morph-touch}/Tasks/merge-video-call-urls.1.0.0.json +1 -1
  67. package/{touch → morph-touch}/Tasks/query-chat-room-instances.1.0.0.json +3 -3
  68. package/{touch → morph-touch}/Tasks/remove-member-from-room.1.0.0.json +1 -1
  69. package/{touch → morph-touch}/Tasks/send-matrix-room-message.1.0.0.json +1 -1
  70. package/{touch → morph-touch}/Tasks/send-push-notification.1.0.0.json +1 -1
  71. package/{touch → morph-touch}/Tasks/send-sms-notification.1.0.0.json +1 -1
  72. package/{touch → morph-touch}/Tasks/set-chat-room-status-active.1.0.0.json +1 -1
  73. package/{touch → morph-touch}/Tasks/set-chat-room-status-deactive.1.0.0.json +1 -1
  74. package/morph-touch/Tasks/set-matrix-room-history-visibility.1.0.0.json +26 -0
  75. package/{touch → morph-touch}/Tasks/set-previous-advisor.1.0.0.json +1 -1
  76. package/{touch → morph-touch}/Tasks/set-user-from-headers-for-rezervation.1.0.0.json +1 -1
  77. package/{touch → morph-touch}/Tasks/start-absence-entry-for-rezervation.1.0.0.json +2 -2
  78. package/{touch → morph-touch}/Tasks/start-chat-room-for-rezervation.1.0.0.json +2 -2
  79. package/{touch → morph-touch}/Tasks/start-notification-sender.1.0.0.json +2 -2
  80. package/{touch → morph-touch}/Tasks/start-permanent-chat-room.1.0.0.json +2 -2
  81. package/{touch → morph-touch}/Tasks/start-transfer-from-absence-entry.1.0.0.json +2 -2
  82. package/{touch → morph-touch}/Tasks/start-video-call.1.0.0.json +2 -2
  83. package/morph-touch/Tasks/summarize-chat-openai.1.0.0.json +27 -0
  84. package/morph-touch/Tasks/test-get-rezervation-count-by-advisor.1.0.0.json +22 -0
  85. package/morph-touch/Tasks/test-get-rezervation-instances-after-date.1.0.0.json +24 -0
  86. package/{touch → morph-touch}/Tasks/trigger-chat-room-deactivate.1.0.0.json +2 -2
  87. package/{touch → morph-touch}/Tasks/trigger-chat-room-transfer.1.0.0.json +2 -2
  88. package/{touch → morph-touch}/Tasks/trigger-chat-room-update.1.0.0.json +2 -2
  89. package/{touch → morph-touch}/Tasks/trigger-rezervation-add-invited-participant.1.0.0.json +2 -2
  90. package/{touch → morph-touch}/Tasks/trigger-rezervation-apply-update.1.0.0.json +2 -2
  91. package/{touch → morph-touch}/Tasks/trigger-rezervation-to-in-meet.1.0.0.json +2 -2
  92. package/{touch → morph-touch}/Tasks/trigger-rezervation-video-call-update.1.0.0.json +2 -2
  93. package/{touch → morph-touch}/Tasks/validate-date-for-rezervation.1.0.0.json +1 -1
  94. package/{touch → morph-touch}/Tasks/validate-slot-for-rezervation.1.0.0.json +3 -3
  95. package/{touch → morph-touch}/Tasks/validate-transfer-availability.1.0.0.json +3 -3
  96. package/{touch → morph-touch}/Workflows/absence-entry.http +21 -21
  97. package/{touch → morph-touch}/Workflows/absence-entry.json +3 -3
  98. package/{touch → morph-touch}/Workflows/add-participant-to-rezervation.http +3 -3
  99. package/{touch → morph-touch}/Workflows/add-participant-to-rezervation.json +23 -24
  100. package/{touch → morph-touch}/Workflows/chat-room.http +10 -8
  101. package/{touch → morph-touch}/Workflows/chat-room.json +37 -24
  102. package/{touch → morph-touch}/Workflows/investment-advisor.json +2 -2
  103. package/{touch → morph-touch}/Workflows/notification-sender.http +13 -13
  104. package/{touch → morph-touch}/Workflows/notification-sender.json +5 -5
  105. package/{touch → morph-touch}/Workflows/portfolio-manager.json +2 -2
  106. package/{touch → morph-touch}/Workflows/randevu-update.http +6 -6
  107. package/{touch → morph-touch}/Workflows/rezervation-start.json +16 -16
  108. package/{touch → morph-touch}/Workflows/rezervation-transfer.json +125 -22
  109. package/{touch → morph-touch}/Workflows/rezervation-update.http +6 -6
  110. package/{touch → morph-touch}/Workflows/rezervation-update.json +19 -19
  111. package/{touch → morph-touch}/Workflows/rezervation.http +6 -6
  112. package/{touch → morph-touch}/Workflows/rezervation.json +121 -180
  113. package/{touch → morph-touch}/Workflows/src/CancelAbsenceEntryForRezervationMapping.csx +1 -1
  114. package/{touch → morph-touch}/Workflows/src/CancelAbsenceForRandevuUpdateMapping.csx +1 -1
  115. package/{touch → morph-touch}/Workflows/src/ChatRoomRemoveMapping.csx +22 -1
  116. package/{touch → morph-touch}/Workflows/src/ChatRoomTransferInviteMapping.csx +21 -0
  117. package/{touch → morph-touch}/Workflows/src/ChatRoomUpdateMapping.csx +21 -0
  118. package/{touch → morph-touch}/Workflows/src/CreateAbsenceEntryForRezervationMapping.csx +1 -1
  119. package/{touch → morph-touch}/Workflows/src/CreateAbsenceForRandevuUpdateMapping.csx +1 -1
  120. package/{touch → morph-touch}/Workflows/src/CreateChatRoomForRezervationMapping.csx +12 -2
  121. package/{touch → morph-touch}/Workflows/src/CreatePermanentChatRoomMapping.csx +50 -9
  122. package/morph-touch/Workflows/src/DeactivatePermanentChatRoomFromTransferMapping.csx +133 -0
  123. package/{touch → morph-touch}/Workflows/src/EnrichRezervationsForTransferMapping.csx +16 -3
  124. package/{touch → morph-touch}/Workflows/src/ExecutePermanentChatRoomUpdateMapping.csx +23 -18
  125. package/{touch → morph-touch}/Workflows/src/ExecuteRezChatRoomTransferMapping.csx +1 -1
  126. package/{touch → morph-touch}/Workflows/src/ExecuteTransferMapping.csx +15 -12
  127. package/{touch → morph-touch}/Workflows/src/FetchAdvisorsForTransferMapping.csx +55 -7
  128. package/{touch → morph-touch}/Workflows/src/FetchPermanentChatRoomsMapping.csx +65 -2
  129. package/morph-touch/Workflows/src/FetchRoomMessagesForSummaryMapping.csx +182 -0
  130. package/{touch → morph-touch}/Workflows/src/GetChatRoomDataForRezervationMapping.csx +2 -2
  131. package/{touch → morph-touch}/Workflows/src/GetRezervationDataForAddParticipantMapping.csx +1 -1
  132. package/{touch → morph-touch}/Workflows/src/GetRezervationDataForRandevuUpdateMapping.csx +1 -1
  133. package/{touch → morph-touch}/Workflows/src/GetRezervationDataMapping.csx +2 -2
  134. package/{touch → morph-touch}/Workflows/src/GetRezervationStateForRandevuUpdateMapping.csx +1 -1
  135. package/{touch → morph-touch}/Workflows/src/GetRezervationStateMapping.csx +2 -2
  136. package/{touch → morph-touch}/Workflows/src/InvitedUserNotAllowedRule.csx +1 -1
  137. package/{touch → morph-touch}/Workflows/src/JoinUserToRoomMapping.csx +22 -1
  138. package/morph-touch/Workflows/src/NoOpGetInstancesTestMapping.csx +19 -0
  139. package/morph-touch/Workflows/src/PermanentProcessNextTerminationRule.csx +51 -0
  140. package/{touch → morph-touch}/Workflows/src/SendPushNotificationMapping.csx +2 -2
  141. package/{touch → morph-touch}/Workflows/src/SendSmsNotificationMapping.csx +1 -1
  142. package/morph-touch/Workflows/src/SendSummaryToNewRoomMapping.csx +178 -0
  143. package/morph-touch/Workflows/src/SetRoomHistoryVisibilityMapping.csx +109 -0
  144. package/{touch → morph-touch}/Workflows/src/StartChatRoomForRezervationMapping.csx +4 -3
  145. package/{touch → morph-touch}/Workflows/src/StartGetChatTokenForRezervationMapping.csx +1 -1
  146. package/morph-touch/Workflows/src/StartNewPermanentChatRoomFromTransferMapping.csx +197 -0
  147. package/{touch → morph-touch}/Workflows/src/StartNotificationForAdvisorMapping.csx +1 -1
  148. package/{touch → morph-touch}/Workflows/src/StartNotificationForRezervationFromUserInfoMapping.csx +1 -1
  149. package/{touch → morph-touch}/Workflows/src/StartNotificationForUserMapping.csx +1 -1
  150. package/{touch → morph-touch}/Workflows/src/StartPermanentChatRoomMapping.csx +5 -2
  151. package/{touch → morph-touch}/Workflows/src/StartTransferFromAbsenceEntryMapping.csx +6 -14
  152. package/{touch → morph-touch}/Workflows/src/StateInMeetRule.csx +1 -1
  153. package/morph-touch/Workflows/src/SummarizeChatWithOpenAIMapping.csx +172 -0
  154. package/{touch → morph-touch}/Workflows/src/TriggerChatRoomDeactivateMapping.csx +1 -1
  155. package/{touch → morph-touch}/Workflows/src/TriggerChatRoomTransferMapping.csx +1 -1
  156. package/{touch → morph-touch}/Workflows/src/TriggerChatRoomUpdateMapping.csx +3 -3
  157. package/{touch → morph-touch}/Workflows/src/TriggerRezervationAddInvitedParticipantMapping.csx +1 -1
  158. package/{touch → morph-touch}/Workflows/src/TriggerRezervationApplyUpdateMapping.csx +1 -1
  159. package/{touch → morph-touch}/Workflows/src/TriggerRezervationToInMeetMapping.csx +1 -1
  160. package/{touch → morph-touch}/Workflows/src/TriggerRezervationVideoCallUpdateMapping.csx +1 -1
  161. package/{touch → morph-touch}/Workflows/src/ValidateSlotForRandevuUpdateMapping.csx +29 -1
  162. package/{touch → morph-touch}/Workflows/src/ValidateSlotForRezervationMapping.csx +29 -1
  163. package/{touch → morph-touch}/Workflows/src/ValidateTransferMapping.csx +2 -2
  164. package/{touch → morph-touch}/Workflows/start-chat.json +6 -6
  165. package/{touch → morph-touch}/Workflows/start-video-call.http +3 -3
  166. package/{touch → morph-touch}/Workflows/start-video-call.json +4 -4
  167. package/package.json +1 -1
  168. package/vnext.config.json +6 -6
  169. package/burgan-tech-morph-touch-runtime-0.0.2.tgz +0 -0
  170. package/touch/Functions/get-available-slots.1.0.0.json +0 -30
  171. package/touch/Functions/get-chat-rooms.1.0.0.json +0 -28
  172. package/touch/Functions/get-rezervations.1.0.0.json +0 -26
  173. /package/{touch → morph-touch}/Extensions/.gitkeep +0 -0
  174. /package/{touch → morph-touch}/Functions/.gitkeep +0 -0
  175. /package/{touch → morph-touch}/Functions/src/CheckLivekitRoomAccessMapping.csx +0 -0
  176. /package/{touch → morph-touch}/Functions/src/GetAbsenceEntryMapping.csx +0 -0
  177. /package/{touch → morph-touch}/Functions/src/GetAdvisorStatsMapping.csx +0 -0
  178. /package/{touch → morph-touch}/Functions/src/GetCustomerInfoMapping.csx +0 -0
  179. /package/{touch → morph-touch}/Functions/src/GetMatrixSyncMapping.csx +0 -0
  180. /package/{touch → morph-touch}/Functions/src/GetRoomMessagesMapping.csx +0 -0
  181. /package/{touch → morph-touch}/Functions/src/SendCancelNotificationMapping.csx +0 -0
  182. /package/{touch → morph-touch}/Functions/src/SendRoomMessageMapping.csx +0 -0
  183. /package/{touch → morph-touch}/Schemas/.gitkeep +0 -0
  184. /package/{touch → morph-touch}/Tasks/.gitkeep +0 -0
  185. /package/{touch → morph-touch}/Views/.gitkeep +0 -0
  186. /package/{touch → morph-touch}/Workflows/.gitkeep +0 -0
  187. /package/{touch → morph-touch}/Workflows/src/AllChatRoomsSuccessRule.csx +0 -0
  188. /package/{touch → morph-touch}/Workflows/src/AlwaysTrueRule.csx +0 -0
  189. /package/{touch → morph-touch}/Workflows/src/AnyChatRoomFailedRule.csx +0 -0
  190. /package/{touch → morph-touch}/Workflows/src/AutoProcessRule.csx +0 -0
  191. /package/{touch → morph-touch}/Workflows/src/BuildRezChatRoomPlanMapping.csx +0 -0
  192. /package/{touch → morph-touch}/Workflows/src/CanStartRezervationTimerMapping.csx +0 -0
  193. /package/{touch → morph-touch}/Workflows/src/CanStartTransferMapping.csx +0 -0
  194. /package/{touch → morph-touch}/Workflows/src/ChatRoomCreatedFailedRule.csx +0 -0
  195. /package/{touch → morph-touch}/Workflows/src/ChatRoomCreatedSuccessRule.csx +0 -0
  196. /package/{touch → morph-touch}/Workflows/src/ChatRoomTransferRemoveMapping.csx +0 -0
  197. /package/{touch → morph-touch}/Workflows/src/CheckAlreadyCompletedChatRoomMapping.csx +0 -0
  198. /package/{touch → morph-touch}/Workflows/src/CheckDuplicatePortfolioManagerMapping.csx +0 -0
  199. /package/{touch → morph-touch}/Workflows/src/CheckDuplicateRezervationMapping.csx +0 -0
  200. /package/{touch → morph-touch}/Workflows/src/CheckExistingPermanentChatRoomMapping.csx +0 -0
  201. /package/{touch → morph-touch}/Workflows/src/CheckRandevuTimeMapping.csx +0 -0
  202. /package/{touch → morph-touch}/Workflows/src/CheckRezervationStateActiveOrInMeetRule.csx +0 -0
  203. /package/{touch → morph-touch}/Workflows/src/CustomerControlToEndRule.csx +0 -0
  204. /package/{touch → morph-touch}/Workflows/src/DetermineTransferTypeMapping.csx +0 -0
  205. /package/{touch → morph-touch}/Workflows/src/FetchAbsenceEntriesForTransferMapping.csx +0 -0
  206. /package/{touch → morph-touch}/Workflows/src/FetchRezervationsForTransferMapping.csx +0 -0
  207. /package/{touch → morph-touch}/Workflows/src/GetChatTokenMapping.csx +0 -0
  208. /package/{touch → morph-touch}/Workflows/src/GetUserInfoForRezervationMapping.csx +0 -0
  209. /package/{touch → morph-touch}/Workflows/src/GetVideoCallUrlMapping.csx +0 -0
  210. /package/{touch → morph-touch}/Workflows/src/HasChangedAdvisorRule.csx +0 -0
  211. /package/{touch → morph-touch}/Workflows/src/HasChatIntegrationRule.csx +0 -0
  212. /package/{touch → morph-touch}/Workflows/src/HasExistingPermanentRoomRule.csx +0 -0
  213. /package/{touch → morph-touch}/Workflows/src/InviteAdvisorForRandevuUpdateMapping.csx +0 -0
  214. /package/{touch → morph-touch}/Workflows/src/InviteNewAdvisorToRezervationRoomMapping.csx +0 -0
  215. /package/{touch → morph-touch}/Workflows/src/InviteNewParticipantToRandevuRoomMapping.csx +0 -0
  216. /package/{touch → morph-touch}/Workflows/src/InvitedUserMergeMapping.csx +0 -0
  217. /package/{touch → morph-touch}/Workflows/src/InvitedUserNotInMeetRule.csx +0 -0
  218. /package/{touch → morph-touch}/Workflows/src/IsNotfSentRule.csx +0 -0
  219. /package/{touch → morph-touch}/Workflows/src/JoinChatRoomForAddParticipantMapping.csx +0 -0
  220. /package/{touch → morph-touch}/Workflows/src/JoinChatRoomForRandevuStartMapping.csx +0 -0
  221. /package/{touch → morph-touch}/Workflows/src/JoinChatRoomForRezervationMapping.csx +0 -0
  222. /package/{touch → morph-touch}/Workflows/src/JoinMatrixRoomMapping.csx +0 -0
  223. /package/{touch → morph-touch}/Workflows/src/LoginForAddParticipantChatMapping.csx +0 -0
  224. /package/{touch → morph-touch}/Workflows/src/LoginForRandevuStartChatMapping.csx +0 -0
  225. /package/{touch → morph-touch}/Workflows/src/MergeRezervationUpdateMapping.csx +0 -0
  226. /package/{touch → morph-touch}/Workflows/src/MergeTargetAdvisorForTransferMapping.csx +0 -0
  227. /package/{touch → morph-touch}/Workflows/src/MergeUpdateBodyForRandevuUpdateMapping.csx +0 -0
  228. /package/{touch → morph-touch}/Workflows/src/NoExistingPermanentRoomRule.csx +0 -0
  229. /package/{touch → morph-touch}/Workflows/src/NotificationCompleteAlwaysRule.csx +0 -0
  230. /package/{touch → morph-touch}/Workflows/src/NotificationCompleteFromPendingRule.csx +0 -0
  231. /package/{touch → morph-touch}/Workflows/src/NotificationCompleteFromSmsRule.csx +0 -0
  232. /package/{touch → morph-touch}/Workflows/src/NotificationPushFromPendingRule.csx +0 -0
  233. /package/{touch → morph-touch}/Workflows/src/NotificationPushFromSmsRule.csx +0 -0
  234. /package/{touch → morph-touch}/Workflows/src/NotificationSmsPendingRule.csx +0 -0
  235. /package/{touch → morph-touch}/Workflows/src/PermanentDoneRule.csx +0 -0
  236. /package/{touch → morph-touch}/Workflows/src/PermanentProcessNextRule.csx +0 -0
  237. /package/{touch → morph-touch}/Workflows/src/RezChatRoomProcessNextRule.csx +0 -0
  238. /package/{touch → morph-touch}/Workflows/src/RezChatRoomsDoneRule.csx +0 -0
  239. /package/{touch → morph-touch}/Workflows/src/SetChatRoomStatusActiveMapping.csx +0 -0
  240. /package/{touch → morph-touch}/Workflows/src/SetChatRoomStatusDeactiveMapping.csx +0 -0
  241. /package/{touch → morph-touch}/Workflows/src/SetPreviousAdvisorMapping.csx +0 -0
  242. /package/{touch → morph-touch}/Workflows/src/SetUserFromHeadersForRezervationMapping.csx +0 -0
  243. /package/{touch → morph-touch}/Workflows/src/SlotAvailableRule.csx +0 -0
  244. /package/{touch → morph-touch}/Workflows/src/SlotUnavailableRule.csx +0 -0
  245. /package/{touch → morph-touch}/Workflows/src/StartVideoCallCustomerSubFlowMapping.csx +0 -0
  246. /package/{touch → morph-touch}/Workflows/src/StartVideoCallForInvitedParticipantMapping.csx +0 -0
  247. /package/{touch → morph-touch}/Workflows/src/StartVideoCallForRandevuStartMapping.csx +0 -0
  248. /package/{touch → morph-touch}/Workflows/src/StartVideoCallStaffSubFlowMapping.csx +0 -0
  249. /package/{touch → morph-touch}/Workflows/src/StateActiveForUpdateRule.csx +0 -0
  250. /package/{touch → morph-touch}/Workflows/src/StateActiveRule.csx +0 -0
  251. /package/{touch → morph-touch}/Workflows/src/StateNotActiveForUpdateRule.csx +0 -0
  252. /package/{touch → morph-touch}/Workflows/src/StateNotActiveOrInMeetRule.csx +0 -0
  253. /package/{touch → morph-touch}/Workflows/src/StatusCustomerEnterRule.csx +0 -0
  254. /package/{touch → morph-touch}/Workflows/src/StatusStaffEnterRule.csx +0 -0
  255. /package/{touch → morph-touch}/Workflows/src/SyncWorkingHoursRule.csx +0 -0
  256. /package/{touch → morph-touch}/Workflows/src/TokenSuccessRule.csx +0 -0
  257. /package/{touch → morph-touch}/Workflows/src/TransferAllDoneRule.csx +0 -0
  258. /package/{touch → morph-touch}/Workflows/src/TransferHasInvalidRule.csx +0 -0
  259. /package/{touch → morph-touch}/Workflows/src/TransferProcessNextRule.csx +0 -0
  260. /package/{touch → morph-touch}/Workflows/src/ValidateDateForRezervationMapping.csx +0 -0
  261. /package/{touch → morph-touch}/Workflows/src/VideoCallUrlUpdateMergeMapping.csx +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "absence-entry",
3
3
  "version": "1.0.0",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "flow": "sys-schemas",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -11,14 +11,14 @@
11
11
  "type": "schema",
12
12
  "schema": {
13
13
  "$schema": "https://json-schema.org/draft/2020-12/schema",
14
- "$id": "https://schemas.touch.domain/absence-entry",
14
+ "$id": "https://schemas.morph-touch.domain/absence-entry",
15
15
  "title": "Absence Entry",
16
16
  "type": "object",
17
17
  "description": "Absence entry schema for advisor's calendar. Supports personal leave, working hours changes, and public holidays.",
18
18
  "properties": {
19
19
  "advisor": {
20
20
  "type": "string",
21
- "description": "Reference to Advisor. Required for personal-leave. Optional for working-hours-change (null = company-wide working hours). Not used for public-holiday. (format: touch.portfolio-manager.{key} or touch.investment-advisor.{key})"
21
+ "description": "Reference to Advisor by key (e.g. pm003). Required for personal-leave. Optional for working-hours-change (null = company-wide working hours). Not used for public-holiday."
22
22
  },
23
23
  "absenceType": {
24
24
  "type": "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "advisor-chat-rooms",
3
3
  "version": "1.0.0",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "flow": "sys-schemas",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -13,7 +13,7 @@
13
13
  "type": "schema",
14
14
  "schema": {
15
15
  "$schema": "https://json-schema.org/draft/2020-12/schema",
16
- "$id": "https://schemas.touch.domain/advisor-chat-rooms",
16
+ "$id": "https://schemas.morph-touch.domain/advisor-chat-rooms",
17
17
  "title": "Advisor Chat Rooms",
18
18
  "type": "object",
19
19
  "description": "Schema for flow that creates two persistent Matrix chat rooms (PM and IA) for a user.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "chat-room",
3
3
  "version": "1.0.0",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "flow": "sys-schemas",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -13,7 +13,7 @@
13
13
  "type": "schema",
14
14
  "schema": {
15
15
  "$schema": "https://json-schema.org/draft/2020-12/schema",
16
- "$id": "https://schemas.touch.domain/chat-room",
16
+ "$id": "https://schemas.morph-touch.domain/chat-room",
17
17
  "title": "Chat Room",
18
18
  "type": "object",
19
19
  "description": "Schema for chat room management. Supports permanent advisor rooms (PM/IA) and rezervation meeting rooms. Each instance manages a single Matrix room.",
@@ -0,0 +1,132 @@
1
+ {
2
+ "key": "chat-room",
3
+ "version": "1.1.0",
4
+ "domain": "morph-touch",
5
+ "flow": "sys-schemas",
6
+ "flowVersion": "1.0.0",
7
+ "tags": [
8
+ "advisor",
9
+ "chat",
10
+ "matrix"
11
+ ],
12
+ "attributes": {
13
+ "type": "schema",
14
+ "schema": {
15
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
16
+ "$id": "https://schemas.morph-touch.domain/chat-room-1.1.0",
17
+ "title": "Chat Room",
18
+ "type": "object",
19
+ "description": "Schema for chat room management. Supports permanent advisor rooms (PM/IA) and rezervation meeting rooms. Each instance manages a single Matrix room.",
20
+ "properties": {
21
+ "user": {
22
+ "type": "string",
23
+ "description": "Reference to User entity (customer); used for chat login."
24
+ },
25
+ "advisorType": {
26
+ "type": "string",
27
+ "description": "Type of advisor room to manage.",
28
+ "oneOf": [
29
+ {
30
+ "const": "PM",
31
+ "description": "Portfolio Manager room"
32
+ },
33
+ {
34
+ "const": "IA",
35
+ "description": "Investment Advisor room"
36
+ }
37
+ ]
38
+ },
39
+ "advisorId": {
40
+ "type": "string",
41
+ "description": "Current advisor assigned to this room."
42
+ },
43
+ "roomType": {
44
+ "type": "string",
45
+ "description": "Type of chat room.",
46
+ "oneOf": [
47
+ {
48
+ "const": "permanent",
49
+ "description": "Permanent advisor room (PM/IA)"
50
+ },
51
+ {
52
+ "const": "rezervation",
53
+ "description": "Reservation meeting room"
54
+ }
55
+ ]
56
+ },
57
+ "startDateTime": {
58
+ "type": "string",
59
+ "format": "date-time",
60
+ "description": "Meeting start time (rezervation rooms only)."
61
+ },
62
+ "endDateTime": {
63
+ "type": "string",
64
+ "format": "date-time",
65
+ "description": "Meeting end time (rezervation rooms only)."
66
+ },
67
+ "chatIntegration": {
68
+ "type": "object",
69
+ "description": "Chat integration output: room info from Matrix Synapse API via APISIX.",
70
+ "properties": {
71
+ "roomId": {
72
+ "type": "string",
73
+ "description": "Matrix room ID."
74
+ },
75
+ "error": {
76
+ "type": "string",
77
+ "description": "Last error message."
78
+ },
79
+ "errorCode": {
80
+ "type": "string",
81
+ "description": "Last error code."
82
+ }
83
+ }
84
+ },
85
+ "lastMessageAt": {
86
+ "type": "string",
87
+ "format": "date-time",
88
+ "description": "Timestamp of the last message in this chat room. Updated on each new message for SLA tracking."
89
+ },
90
+ "lastReadAt": {
91
+ "type": "string",
92
+ "format": "date-time",
93
+ "description": "Timestamp of when the advisor last read messages in this room. Used with lastMessageAt to calculate SLA."
94
+ },
95
+ "slaBreached": {
96
+ "type": "boolean",
97
+ "description": "Whether the SLA response time has been breached for this room.",
98
+ "default": false
99
+ },
100
+ "historyVisibility": {
101
+ "type": "string",
102
+ "description": "Matrix m.room.history_visibility for new members (optional; often set only on update transition when adding a member).",
103
+ "oneOf": [
104
+ {
105
+ "const": "shared",
106
+ "description": "New members see full history before they joined."
107
+ },
108
+ {
109
+ "const": "invited",
110
+ "description": "History visible from invite onward."
111
+ },
112
+ {
113
+ "const": "joined",
114
+ "description": "History visible only from join onward."
115
+ },
116
+ {
117
+ "const": "world_readable",
118
+ "description": "World-readable history (unusual for private chats)."
119
+ }
120
+ ]
121
+ }
122
+ },
123
+ "required": [
124
+ "user",
125
+ "advisorType",
126
+ "advisorId",
127
+ "roomType"
128
+ ],
129
+ "additionalProperties": false
130
+ }
131
+ }
132
+ }
@@ -0,0 +1,174 @@
1
+ {
2
+ "key": "chat-room",
3
+ "version": "1.2.0",
4
+ "domain": "morph-touch",
5
+ "flow": "sys-schemas",
6
+ "flowVersion": "1.0.0",
7
+ "tags": [
8
+ "advisor",
9
+ "chat",
10
+ "matrix"
11
+ ],
12
+ "attributes": {
13
+ "type": "schema",
14
+ "schema": {
15
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
16
+ "$id": "https://schemas.morph-touch.domain/chat-room-1.2.0",
17
+ "title": "Chat Room",
18
+ "type": "object",
19
+ "description": "Schema for chat room management. Supports permanent advisor rooms (PM/IA) and rezervation meeting rooms. Each instance manages a single Matrix room. v1.2.0 adds members and memberWithoutArray for participant indexing.",
20
+ "properties": {
21
+ "user": {
22
+ "type": "string",
23
+ "description": "Reference to User entity (customer); used for chat login."
24
+ },
25
+ "advisorType": {
26
+ "type": "string",
27
+ "description": "Type of advisor room to manage.",
28
+ "oneOf": [
29
+ {
30
+ "const": "PM",
31
+ "description": "Portfolio Manager room"
32
+ },
33
+ {
34
+ "const": "IA",
35
+ "description": "Investment Advisor room"
36
+ }
37
+ ]
38
+ },
39
+ "advisorId": {
40
+ "type": "string",
41
+ "description": "Current advisor assigned to this room."
42
+ },
43
+ "roomType": {
44
+ "type": "string",
45
+ "description": "Type of chat room.",
46
+ "oneOf": [
47
+ {
48
+ "const": "permanent",
49
+ "description": "Permanent advisor room (PM/IA)"
50
+ },
51
+ {
52
+ "const": "rezervation",
53
+ "description": "Reservation meeting room"
54
+ }
55
+ ]
56
+ },
57
+ "startDateTime": {
58
+ "type": "string",
59
+ "format": "date-time",
60
+ "description": "Meeting start time (rezervation rooms only)."
61
+ },
62
+ "endDateTime": {
63
+ "type": "string",
64
+ "format": "date-time",
65
+ "description": "Meeting end time (rezervation rooms only)."
66
+ },
67
+ "chatIntegration": {
68
+ "type": "object",
69
+ "description": "Chat integration output: room info from Matrix Synapse API via APISIX.",
70
+ "properties": {
71
+ "roomId": {
72
+ "type": "string",
73
+ "description": "Matrix room ID."
74
+ },
75
+ "error": {
76
+ "type": "string",
77
+ "description": "Last error message."
78
+ },
79
+ "errorCode": {
80
+ "type": "string",
81
+ "description": "Last error code."
82
+ }
83
+ }
84
+ },
85
+ "lastMessageAt": {
86
+ "type": "string",
87
+ "format": "date-time",
88
+ "description": "Timestamp of the last message in this chat room. Updated on each new message for SLA tracking."
89
+ },
90
+ "lastReadAt": {
91
+ "type": "string",
92
+ "format": "date-time",
93
+ "description": "Timestamp of when the advisor last read messages in this room. Used with lastMessageAt to calculate SLA."
94
+ },
95
+ "slaBreached": {
96
+ "type": "boolean",
97
+ "description": "Whether the SLA response time has been breached for this room.",
98
+ "default": false
99
+ },
100
+ "historyVisibility": {
101
+ "type": "string",
102
+ "description": "Matrix m.room.history_visibility for new members (optional; often set only on update transition when adding a member).",
103
+ "oneOf": [
104
+ {
105
+ "const": "shared",
106
+ "description": "New members see full history before they joined."
107
+ },
108
+ {
109
+ "const": "invited",
110
+ "description": "History visible from invite onward."
111
+ },
112
+ {
113
+ "const": "joined",
114
+ "description": "History visible only from join onward."
115
+ },
116
+ {
117
+ "const": "world_readable",
118
+ "description": "World-readable history (unusual for private chats)."
119
+ }
120
+ ]
121
+ },
122
+ "members": {
123
+ "type": "array",
124
+ "description": "Room participants with roles; kept in sync with memberWithoutArray for queries.",
125
+ "items": {
126
+ "type": "object",
127
+ "properties": {
128
+ "memberId": {
129
+ "type": "string",
130
+ "description": "Participant id (e.g. user or advisor id)."
131
+ },
132
+ "advisorId": {
133
+ "type": "string",
134
+ "description": "Legacy alternate field for participant id."
135
+ },
136
+ "role": {
137
+ "type": "string",
138
+ "description": "Participant role in the room.",
139
+ "oneOf": [
140
+ {
141
+ "const": "owner",
142
+ "description": "Room owner (customer)."
143
+ },
144
+ {
145
+ "const": "advisor",
146
+ "description": "Primary advisor."
147
+ },
148
+ {
149
+ "const": "member",
150
+ "description": "Additional participant."
151
+ }
152
+ ]
153
+ }
154
+ }
155
+ }
156
+ },
157
+ "memberWithoutArray": {
158
+ "type": "object",
159
+ "description": "Map of memberId to role; used for instance filters such as memberWithoutArray.{id} isNull false.",
160
+ "additionalProperties": {
161
+ "type": "string"
162
+ }
163
+ }
164
+ },
165
+ "required": [
166
+ "user",
167
+ "advisorType",
168
+ "advisorId",
169
+ "roomType"
170
+ ],
171
+ "additionalProperties": false
172
+ }
173
+ }
174
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "notification-sender",
3
3
  "version": "1.0.0",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "flow": "sys-schemas",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -11,7 +11,7 @@
11
11
  "type": "schema",
12
12
  "schema": {
13
13
  "$schema": "https://json-schema.org/draft/2020-12/schema",
14
- "$id": "https://schemas.touch.domain/notification-sender",
14
+ "$id": "https://schemas.morph-touch.domain/notification-sender",
15
15
  "title": "Notification Sender",
16
16
  "type": "object",
17
17
  "description": "Schema for notification-sender subprocess. Sends SMS and/or Push notifications to a single recipient (advisor or user) after reservation confirmation.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "portfolio-manager",
3
3
  "version": "1.0.0",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "flow": "sys-schemas",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -11,7 +11,7 @@
11
11
  "type": "schema",
12
12
  "schema": {
13
13
  "$schema": "https://json-schema.org/draft/2020-12/schema",
14
- "$id": "https://schemas.touch.domain/portfolio-manager",
14
+ "$id": "https://schemas.morph-touch.domain/portfolio-manager",
15
15
  "title": "Portfolio Manager",
16
16
  "type": "object",
17
17
  "description": "Portfolio Manager master schema",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "rezervation",
3
3
  "version": "1.0.0",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "flow": "sys-schemas",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -11,7 +11,7 @@
11
11
  "type": "schema",
12
12
  "schema": {
13
13
  "$schema": "https://json-schema.org/draft/2020-12/schema",
14
- "$id": "https://schemas.touch.domain/rezervation",
14
+ "$id": "https://schemas.morph-touch.domain/rezervation",
15
15
  "title": "Reservation",
16
16
  "type": "object",
17
17
  "description": "Reservation schema for appointments between customers and advisors (Portfolio Manager or Investment Advisor)",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "cancel-absence-entry-for-rezervation",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -13,7 +13,7 @@
13
13
  "attributes": {
14
14
  "type": "12",
15
15
  "config": {
16
- "domain": "touch",
16
+ "domain": "morph-touch",
17
17
  "flow": "absence-entry",
18
18
  "transitionName": "cancel"
19
19
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "check-already-completed-chat-room",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -15,8 +15,8 @@
15
15
  "attributes": {
16
16
  "type": "3",
17
17
  "config": {
18
- "appId": "vnext-app-touch",
19
- "methodName": "api/v1/touch/workflows/chat-room/instances",
18
+ "appId": "vnext-app-morph-touch",
19
+ "methodName": "api/v1/morph-touch/workflows/chat-room/instances",
20
20
  "httpVerb": "GET",
21
21
  "timeoutSeconds": 30
22
22
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "check-duplicate-portfolio-manager",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -14,8 +14,8 @@
14
14
  "attributes": {
15
15
  "type": "3",
16
16
  "config": {
17
- "appId": "vnext-app-touch",
18
- "methodName": "api/v1/touch/workflows/portfolio-manager/instances",
17
+ "appId": "vnext-app-morph-touch",
18
+ "methodName": "api/v1/morph-touch/workflows/portfolio-manager/instances",
19
19
  "httpVerb": "GET",
20
20
  "timeoutSeconds": 30
21
21
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "check-duplicate-rezervation",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -14,8 +14,8 @@
14
14
  "attributes": {
15
15
  "type": "3",
16
16
  "config": {
17
- "appId": "vnext-app-touch",
18
- "methodName": "api/v1/touch/workflows/rezervation/instances",
17
+ "appId": "vnext-app-morph-touch",
18
+ "methodName": "api/v1/morph-touch/workflows/rezervation/instances",
19
19
  "httpVerb": "GET",
20
20
  "timeoutSeconds": 30
21
21
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "check-existing-permanent-chat-room",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -12,8 +12,8 @@
12
12
  "attributes": {
13
13
  "type": "3",
14
14
  "config": {
15
- "appId": "vnext-app-touch",
16
- "methodName": "api/v1/touch/workflows/chat-room/functions/get-chat-rooms",
15
+ "appId": "vnext-app-morph-touch",
16
+ "methodName": "api/v1/morph-touch/workflows/chat-room/functions/get-chat-rooms",
17
17
  "httpVerb": "GET",
18
18
  "timeoutSeconds": 30
19
19
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "check-randevu-time",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "create-permanent-chat-room",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "determine-transfer-type",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "enrich-rezervations-for-transfer",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -14,8 +14,8 @@
14
14
  "attributes": {
15
15
  "type": "3",
16
16
  "config": {
17
- "appId": "vnext-app-touch",
18
- "methodName": "api/v1/touch/workflows/rezervation/instances",
17
+ "appId": "vnext-app-morph-touch",
18
+ "methodName": "api/v1/morph-touch/workflows/rezervation/instances",
19
19
  "httpVerb": "GET",
20
20
  "timeoutSeconds": 30
21
21
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "execute-permanent-chatroom-update",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -13,9 +13,9 @@
13
13
  "attributes": {
14
14
  "type": "12",
15
15
  "config": {
16
- "domain": "touch",
16
+ "domain": "morph-touch",
17
17
  "flow": "chat-room",
18
- "transitionName": "transfer"
18
+ "transitionName": "update"
19
19
  }
20
20
  }
21
21
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "execute-rez-chatroom-transfer",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -13,7 +13,7 @@
13
13
  "attributes": {
14
14
  "type": "12",
15
15
  "config": {
16
- "domain": "touch",
16
+ "domain": "morph-touch",
17
17
  "flow": "chat-room",
18
18
  "transitionName": "transfer"
19
19
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "execute-rezervation-transfer",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -12,7 +12,7 @@
12
12
  "attributes": {
13
13
  "type": "11",
14
14
  "config": {
15
- "domain": "touch",
15
+ "domain": "morph-touch",
16
16
  "flow": "rezervation-update"
17
17
  }
18
18
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "key": "fetch-absence-entries-for-transfer",
3
3
  "flow": "sys-tasks",
4
- "domain": "touch",
4
+ "domain": "morph-touch",
5
5
  "version": "1.0.0",
6
6
  "flowVersion": "1.0.0",
7
7
  "tags": [
@@ -14,8 +14,8 @@
14
14
  "attributes": {
15
15
  "type": "3",
16
16
  "config": {
17
- "appId": "vnext-app-touch",
18
- "methodName": "api/v1/touch/workflows/absence-entry/instances",
17
+ "appId": "vnext-app-morph-touch",
18
+ "methodName": "api/v1/morph-touch/workflows/absence-entry/instances",
19
19
  "httpVerb": "GET",
20
20
  "timeoutSeconds": 30
21
21
  }