@burgan-tech/morph-touch-runtime 0.0.3 → 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.
- package/burgan-tech-morph-touch-runtime-0.0.4.tgz +0 -0
- package/{touch → morph-touch}/Functions/check-livekit-room-access.1.0.0.json +2 -2
- package/{touch → morph-touch}/Functions/check-livekit-room-access.http +1 -1
- package/{touch → morph-touch}/Functions/get-absence-entry.1.0.0.json +2 -2
- package/{touch → morph-touch}/Functions/get-advisor-stats.1.0.0.json +2 -2
- package/morph-touch/Functions/get-available-slots.1.0.0.json +30 -0
- package/{touch → morph-touch}/Functions/get-available-slots.http +4 -2
- package/morph-touch/Functions/get-chat-rooms.1.0.0.json +28 -0
- package/{touch → morph-touch}/Functions/get-chat-rooms.http +2 -2
- package/{touch → morph-touch}/Functions/get-customer-info.1.0.0.json +2 -2
- package/{touch → morph-touch}/Functions/get-matrix-sync.1.0.0.json +2 -2
- package/morph-touch/Functions/get-rezervations.1.0.0.json +26 -0
- package/{touch → morph-touch}/Functions/get-rezervations.http +2 -2
- package/{touch → morph-touch}/Functions/get-room-messages.1.0.0.json +2 -2
- package/{touch → morph-touch}/Functions/get-room-messages.http +1 -1
- package/{touch → morph-touch}/Functions/rezervation-transfer.http +1 -1
- package/{touch → morph-touch}/Functions/send-room-message.1.0.0.json +2 -2
- package/{touch → morph-touch}/Functions/src/GetAvailableSlotsMapping.csx +125 -1
- package/{touch → morph-touch}/Functions/src/GetChatRoomsMapping.csx +6 -7
- package/{touch → morph-touch}/Functions/src/GetRezervationsMapping.csx +12 -5
- package/{touch → morph-touch}/Schemas/absence-entry.1.0.0.json +3 -3
- package/{touch → morph-touch}/Schemas/advisor-chat-rooms.1.0.0.json +2 -2
- package/{touch → morph-touch}/Schemas/chat-room.1.0.0.json +2 -2
- package/morph-touch/Schemas/chat-room.1.1.0.json +132 -0
- package/morph-touch/Schemas/chat-room.1.2.0.json +174 -0
- package/{touch → morph-touch}/Schemas/notification-sender.1.0.0.json +2 -2
- package/{touch → morph-touch}/Schemas/portfolio-manager.1.0.0.json +2 -2
- package/{touch → morph-touch}/Schemas/rezervation.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/cancel-absence-entry-for-rezervation.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/check-already-completed-chat-room.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/check-duplicate-portfolio-manager.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/check-duplicate-rezervation.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/check-existing-permanent-chat-room.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/check-randevu-time.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/create-permanent-chat-room.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/determine-transfer-type.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/enrich-rezervations-for-transfer.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/execute-permanent-chatroom-update.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/execute-rez-chatroom-transfer.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/execute-rezervation-transfer.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/fetch-absence-entries-for-transfer.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/fetch-advisors-for-transfer.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/fetch-permanent-chatrooms-for-transfer.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/fetch-rez-chatrooms-for-transfer.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/fetch-rezervations-for-transfer.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/get-absence-entry-task.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/get-available-slots-http.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/get-available-slots.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/get-chat-room-data-for-rezervation.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/get-chat-token.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/get-matrix-room-messages.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/get-matrix-sync.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/get-rezervation-data-task.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/get-rezervation-state-task.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/get-rezervations-task.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/get-user-info-for-rezervation.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/get-video-call-url.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/invite-user-to-rezervation-room.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/join-chat-room-for-rezervation.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/join-matrix-room.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/join-user-to-room.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/merge-invited-user.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/merge-rezervation-update.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/merge-target-advisor-for-transfer.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/merge-update-body-for-randevu-update.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/merge-video-call-urls.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/query-chat-room-instances.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/remove-member-from-room.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/send-matrix-room-message.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/send-push-notification.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/send-sms-notification.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/set-chat-room-status-active.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/set-chat-room-status-deactive.1.0.0.json +1 -1
- package/morph-touch/Tasks/set-matrix-room-history-visibility.1.0.0.json +26 -0
- package/{touch → morph-touch}/Tasks/set-previous-advisor.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/set-user-from-headers-for-rezervation.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/start-absence-entry-for-rezervation.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/start-chat-room-for-rezervation.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/start-notification-sender.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/start-permanent-chat-room.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/start-transfer-from-absence-entry.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/start-video-call.1.0.0.json +2 -2
- package/morph-touch/Tasks/summarize-chat-openai.1.0.0.json +27 -0
- package/morph-touch/Tasks/test-get-rezervation-count-by-advisor.1.0.0.json +22 -0
- package/morph-touch/Tasks/test-get-rezervation-instances-after-date.1.0.0.json +24 -0
- package/{touch → morph-touch}/Tasks/trigger-chat-room-deactivate.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/trigger-chat-room-transfer.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/trigger-chat-room-update.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/trigger-rezervation-add-invited-participant.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/trigger-rezervation-apply-update.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/trigger-rezervation-to-in-meet.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/trigger-rezervation-video-call-update.1.0.0.json +2 -2
- package/{touch → morph-touch}/Tasks/validate-date-for-rezervation.1.0.0.json +1 -1
- package/{touch → morph-touch}/Tasks/validate-slot-for-rezervation.1.0.0.json +3 -3
- package/{touch → morph-touch}/Tasks/validate-transfer-availability.1.0.0.json +3 -3
- package/{touch → morph-touch}/Workflows/absence-entry.http +21 -21
- package/{touch → morph-touch}/Workflows/absence-entry.json +3 -3
- package/{touch → morph-touch}/Workflows/add-participant-to-rezervation.http +3 -3
- package/{touch → morph-touch}/Workflows/add-participant-to-rezervation.json +23 -24
- package/{touch → morph-touch}/Workflows/chat-room.http +10 -8
- package/{touch → morph-touch}/Workflows/chat-room.json +37 -24
- package/{touch → morph-touch}/Workflows/investment-advisor.json +2 -2
- package/{touch → morph-touch}/Workflows/notification-sender.http +13 -13
- package/{touch → morph-touch}/Workflows/notification-sender.json +5 -5
- package/{touch → morph-touch}/Workflows/portfolio-manager.json +2 -2
- package/{touch → morph-touch}/Workflows/randevu-update.http +6 -6
- package/{touch → morph-touch}/Workflows/rezervation-start.json +16 -16
- package/{touch → morph-touch}/Workflows/rezervation-transfer.json +125 -22
- package/{touch → morph-touch}/Workflows/rezervation-update.http +6 -6
- package/{touch → morph-touch}/Workflows/rezervation-update.json +19 -19
- package/{touch → morph-touch}/Workflows/rezervation.http +6 -6
- package/{touch → morph-touch}/Workflows/rezervation.json +121 -180
- package/{touch → morph-touch}/Workflows/src/CancelAbsenceEntryForRezervationMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/CancelAbsenceForRandevuUpdateMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/ChatRoomRemoveMapping.csx +22 -1
- package/{touch → morph-touch}/Workflows/src/ChatRoomTransferInviteMapping.csx +21 -0
- package/{touch → morph-touch}/Workflows/src/ChatRoomUpdateMapping.csx +21 -0
- package/{touch → morph-touch}/Workflows/src/CreateAbsenceEntryForRezervationMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/CreateAbsenceForRandevuUpdateMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/CreateChatRoomForRezervationMapping.csx +12 -2
- package/{touch → morph-touch}/Workflows/src/CreatePermanentChatRoomMapping.csx +50 -9
- package/morph-touch/Workflows/src/DeactivatePermanentChatRoomFromTransferMapping.csx +133 -0
- package/{touch → morph-touch}/Workflows/src/EnrichRezervationsForTransferMapping.csx +16 -3
- package/{touch → morph-touch}/Workflows/src/ExecutePermanentChatRoomUpdateMapping.csx +23 -18
- package/{touch → morph-touch}/Workflows/src/ExecuteRezChatRoomTransferMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/ExecuteTransferMapping.csx +15 -12
- package/{touch → morph-touch}/Workflows/src/FetchAdvisorsForTransferMapping.csx +55 -7
- package/{touch → morph-touch}/Workflows/src/FetchPermanentChatRoomsMapping.csx +65 -2
- package/morph-touch/Workflows/src/FetchRoomMessagesForSummaryMapping.csx +182 -0
- package/{touch → morph-touch}/Workflows/src/GetChatRoomDataForRezervationMapping.csx +2 -2
- package/{touch → morph-touch}/Workflows/src/GetRezervationDataForAddParticipantMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/GetRezervationDataForRandevuUpdateMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/GetRezervationDataMapping.csx +2 -2
- package/{touch → morph-touch}/Workflows/src/GetRezervationStateForRandevuUpdateMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/GetRezervationStateMapping.csx +2 -2
- package/{touch → morph-touch}/Workflows/src/InvitedUserNotAllowedRule.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/JoinUserToRoomMapping.csx +22 -1
- package/morph-touch/Workflows/src/NoOpGetInstancesTestMapping.csx +19 -0
- package/morph-touch/Workflows/src/PermanentProcessNextTerminationRule.csx +51 -0
- package/{touch → morph-touch}/Workflows/src/SendPushNotificationMapping.csx +2 -2
- package/{touch → morph-touch}/Workflows/src/SendSmsNotificationMapping.csx +1 -1
- package/morph-touch/Workflows/src/SendSummaryToNewRoomMapping.csx +178 -0
- package/morph-touch/Workflows/src/SetRoomHistoryVisibilityMapping.csx +109 -0
- package/{touch → morph-touch}/Workflows/src/StartChatRoomForRezervationMapping.csx +4 -3
- package/{touch → morph-touch}/Workflows/src/StartGetChatTokenForRezervationMapping.csx +1 -1
- package/morph-touch/Workflows/src/StartNewPermanentChatRoomFromTransferMapping.csx +197 -0
- package/{touch → morph-touch}/Workflows/src/StartNotificationForAdvisorMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/StartNotificationForRezervationFromUserInfoMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/StartNotificationForUserMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/StartPermanentChatRoomMapping.csx +5 -2
- package/{touch → morph-touch}/Workflows/src/StartTransferFromAbsenceEntryMapping.csx +6 -14
- package/{touch → morph-touch}/Workflows/src/StateInMeetRule.csx +1 -1
- package/morph-touch/Workflows/src/SummarizeChatWithOpenAIMapping.csx +172 -0
- package/{touch → morph-touch}/Workflows/src/TriggerChatRoomDeactivateMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/TriggerChatRoomTransferMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/TriggerChatRoomUpdateMapping.csx +3 -3
- package/{touch → morph-touch}/Workflows/src/TriggerRezervationAddInvitedParticipantMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/TriggerRezervationApplyUpdateMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/TriggerRezervationToInMeetMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/TriggerRezervationVideoCallUpdateMapping.csx +1 -1
- package/{touch → morph-touch}/Workflows/src/ValidateSlotForRandevuUpdateMapping.csx +29 -1
- package/{touch → morph-touch}/Workflows/src/ValidateSlotForRezervationMapping.csx +29 -1
- package/{touch → morph-touch}/Workflows/src/ValidateTransferMapping.csx +2 -2
- package/{touch → morph-touch}/Workflows/start-chat.json +6 -6
- package/{touch → morph-touch}/Workflows/start-video-call.http +3 -3
- package/{touch → morph-touch}/Workflows/start-video-call.json +4 -4
- package/package.json +1 -1
- package/vnext.config.json +6 -6
- package/burgan-tech-morph-touch-runtime-0.0.3.tgz +0 -0
- package/touch/Functions/get-available-slots.1.0.0.json +0 -30
- package/touch/Functions/get-chat-rooms.1.0.0.json +0 -28
- package/touch/Functions/get-rezervations.1.0.0.json +0 -26
- /package/{touch → morph-touch}/Extensions/.gitkeep +0 -0
- /package/{touch → morph-touch}/Functions/.gitkeep +0 -0
- /package/{touch → morph-touch}/Functions/src/CheckLivekitRoomAccessMapping.csx +0 -0
- /package/{touch → morph-touch}/Functions/src/GetAbsenceEntryMapping.csx +0 -0
- /package/{touch → morph-touch}/Functions/src/GetAdvisorStatsMapping.csx +0 -0
- /package/{touch → morph-touch}/Functions/src/GetCustomerInfoMapping.csx +0 -0
- /package/{touch → morph-touch}/Functions/src/GetMatrixSyncMapping.csx +0 -0
- /package/{touch → morph-touch}/Functions/src/GetRoomMessagesMapping.csx +0 -0
- /package/{touch → morph-touch}/Functions/src/SendCancelNotificationMapping.csx +0 -0
- /package/{touch → morph-touch}/Functions/src/SendRoomMessageMapping.csx +0 -0
- /package/{touch → morph-touch}/Schemas/.gitkeep +0 -0
- /package/{touch → morph-touch}/Tasks/.gitkeep +0 -0
- /package/{touch → morph-touch}/Views/.gitkeep +0 -0
- /package/{touch → morph-touch}/Workflows/.gitkeep +0 -0
- /package/{touch → morph-touch}/Workflows/src/AllChatRoomsSuccessRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/AlwaysTrueRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/AnyChatRoomFailedRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/AutoProcessRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/BuildRezChatRoomPlanMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CanStartRezervationTimerMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CanStartTransferMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/ChatRoomCreatedFailedRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/ChatRoomCreatedSuccessRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/ChatRoomTransferRemoveMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CheckAlreadyCompletedChatRoomMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CheckDuplicatePortfolioManagerMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CheckDuplicateRezervationMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CheckExistingPermanentChatRoomMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CheckRandevuTimeMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CheckRezervationStateActiveOrInMeetRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/CustomerControlToEndRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/DetermineTransferTypeMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/FetchAbsenceEntriesForTransferMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/FetchRezervationsForTransferMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/GetChatTokenMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/GetUserInfoForRezervationMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/GetVideoCallUrlMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/HasChangedAdvisorRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/HasChatIntegrationRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/HasExistingPermanentRoomRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/InviteAdvisorForRandevuUpdateMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/InviteNewAdvisorToRezervationRoomMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/InviteNewParticipantToRandevuRoomMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/InvitedUserMergeMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/InvitedUserNotInMeetRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/IsNotfSentRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/JoinChatRoomForAddParticipantMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/JoinChatRoomForRandevuStartMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/JoinChatRoomForRezervationMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/JoinMatrixRoomMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/LoginForAddParticipantChatMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/LoginForRandevuStartChatMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/MergeRezervationUpdateMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/MergeTargetAdvisorForTransferMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/MergeUpdateBodyForRandevuUpdateMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/NoExistingPermanentRoomRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/NotificationCompleteAlwaysRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/NotificationCompleteFromPendingRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/NotificationCompleteFromSmsRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/NotificationPushFromPendingRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/NotificationPushFromSmsRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/NotificationSmsPendingRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/PermanentDoneRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/PermanentProcessNextRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/RezChatRoomProcessNextRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/RezChatRoomsDoneRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/SetChatRoomStatusActiveMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/SetChatRoomStatusDeactiveMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/SetPreviousAdvisorMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/SetUserFromHeadersForRezervationMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/SlotAvailableRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/SlotUnavailableRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StartVideoCallCustomerSubFlowMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StartVideoCallForInvitedParticipantMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StartVideoCallForRandevuStartMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StartVideoCallStaffSubFlowMapping.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StateActiveForUpdateRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StateActiveRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StateNotActiveForUpdateRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StateNotActiveOrInMeetRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StatusCustomerEnterRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/StatusStaffEnterRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/SyncWorkingHoursRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/TokenSuccessRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/TransferAllDoneRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/TransferHasInvalidRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/TransferProcessNextRule.csx +0 -0
- /package/{touch → morph-touch}/Workflows/src/ValidateDateForRezervationMapping.csx +0 -0
- /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.
|
|
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": "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": "
|
|
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
|
}
|