This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IVR | |
Welcome & Select Date | |
digit entered -> Select Time | |
Select Time | |
digit entered -> Enter Guests | |
Enter Guests | |
digists entered -> Finished | |
Finished |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from 'react'; | |
import { ComponentType } from 'react'; | |
import { AdminProps } from 'ra-core/esm/CoreAdmin'; | |
/** Declaration file generated by dts-gen */ | |
export class AppBar extends React.Component<any, any> {} | |
export class AppBarMobile extends React.Component<any, any> {} | |
export class ArrayField extends React.Component<any, any> {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MerchantNumber | |
Offboarded | |
onboard -> Onboarded | |
Onboarded | |
offboard-complete -> Offboarded | |
offboard-start -> OffboardingStarted | |
OffboardingStarted | |
offboard-complete -> Offboarded | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MerchantNumber | |
Offboarded | |
onboard -> Onboarded | |
Onboarded | |
offboard-complete -> Offboarded | |
offboard-start -> OffboardingStarted | |
OffboardingStarted | |
offboard-complete -> Onboarded | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
incomingCallSaga | |
createSessionForIncomingCall | |
incomingCallSessionSaga | |
ivrSaga | |
welcome | |
callRestaurant | |
bookingSaga | |
bookingGuests | |
bookingDay | |
bookingTime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#source | |
incomingCallSaga | |
error -> sendErrorToLastResponse | |
createSessionForIncomingCall | |
done -> incomingCallSessionSaga | |
incomingCallSessionSaga | |
ivrSaga | |
isCallDroppedAction -> sendSMS | |
welcome | |
isCriticalFailAction -> callRestaurant |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IVR | |
Initial | |
incoming call -> Ongoing call | |
Ongoing call | |
Welcome | |
gathered digits -> Guests | |
Guests | |
gathered digits -> Date | |
Date | |
gathered digits -> Time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IVR | |
Initial | |
incoming call -> Ongoing call | |
Ongoing call | |
Welcome | |
Gather Guests | |
Gather Date | |
Gather Time | |
Gather Name | |
Verify Name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IVR | |
Initial | |
incoming call -> Ongoing call | |
Ongoing call | |
call completed -> Wrapping up | |
Wrapping up | |
sms sent -> Completed | |
Completed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sirius admin portal | |
Preview | |
start lesson -> Waiting | |
Lesson | |
stop lesson -> Preview | |
Waiting | |
student joined -> Chatting | |
Chatting | |
start presentation -> Presenting | |
Presenting |
NewerOlder