botframework-webchat-core 4.18.1 → 4.19.0
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/LICENSE +21 -0
- package/activity.js +3 -0
- package/boot/deprecated/activity.js +7 -0
- package/boot/deprecated/activity.mjs +5 -0
- package/boot/deprecated/graph.js +7 -0
- package/boot/deprecated/graph.mjs +5 -0
- package/boot/deprecated/internal.js +7 -0
- package/boot/deprecated/internal.mjs +5 -0
- package/dist/WebChatActivity-CYqxBG_4.d.mts +271 -0
- package/dist/WebChatActivity-CYqxBG_4.d.ts +271 -0
- package/dist/_dtsroll-chunks/B7Whm73Q-tagged.d.ts +71 -0
- package/dist/_dtsroll-chunks/C-MxR98A-botframework-webchat-core-debug-api.d.ts +135 -0
- package/dist/_dtsroll-chunks/CAquHfZK-botframework-webchat-base.utils.d.ts +17 -0
- package/dist/_dtsroll-chunks/CDVed0Q--botframework-webchat-core.org-schema.d.ts +601 -0
- package/dist/_dtsroll-chunks/vlDgTKWF-botframework-webchat-core-graph.d.ts +239 -0
- package/dist/botframework-webchat-core.activity.d.mts +23 -0
- package/dist/botframework-webchat-core.activity.d.ts +23 -0
- package/dist/botframework-webchat-core.activity.js +2 -0
- package/dist/botframework-webchat-core.activity.js.map +1 -0
- package/dist/botframework-webchat-core.activity.mjs +2 -0
- package/dist/botframework-webchat-core.activity.mjs.map +1 -0
- package/dist/botframework-webchat-core.d.mts +267 -662
- package/dist/botframework-webchat-core.d.ts +556 -0
- package/dist/botframework-webchat-core.graph.d.mts +9 -0
- package/dist/botframework-webchat-core.graph.d.ts +9 -0
- package/dist/botframework-webchat-core.graph.js +2 -0
- package/dist/botframework-webchat-core.graph.js.map +1 -0
- package/dist/botframework-webchat-core.graph.mjs +2 -0
- package/dist/botframework-webchat-core.graph.mjs.map +1 -0
- package/dist/botframework-webchat-core.internal.d.mts +61 -0
- package/dist/botframework-webchat-core.internal.d.ts +61 -0
- package/dist/botframework-webchat-core.internal.js +2 -0
- package/dist/botframework-webchat-core.internal.js.map +1 -0
- package/dist/botframework-webchat-core.internal.mjs +2 -0
- package/dist/botframework-webchat-core.internal.mjs.map +1 -0
- package/dist/botframework-webchat-core.js +2 -0
- package/dist/botframework-webchat-core.js.map +1 -0
- package/dist/botframework-webchat-core.json-ld.d.mts +2 -0
- package/dist/botframework-webchat-core.json-ld.d.ts +2 -0
- package/dist/botframework-webchat-core.json-ld.js +2 -0
- package/dist/botframework-webchat-core.json-ld.js.map +1 -0
- package/dist/botframework-webchat-core.json-ld.mjs +2 -0
- package/dist/botframework-webchat-core.json-ld.mjs.map +1 -0
- package/dist/botframework-webchat-core.mjs +1 -2
- package/dist/botframework-webchat-core.mjs.map +1 -1
- package/dist/botframework-webchat-core.org-schema.d.mts +2 -0
- package/dist/botframework-webchat-core.org-schema.d.ts +2 -0
- package/dist/botframework-webchat-core.org-schema.js +2 -0
- package/dist/botframework-webchat-core.org-schema.js.map +1 -0
- package/dist/botframework-webchat-core.org-schema.mjs +2 -0
- package/dist/botframework-webchat-core.org-schema.mjs.map +1 -0
- package/dist/chunk-A4GEFYZJ.mjs +2 -0
- package/dist/chunk-A4GEFYZJ.mjs.map +1 -0
- package/dist/chunk-HZWWJL43.mjs +2 -0
- package/dist/chunk-HZWWJL43.mjs.map +1 -0
- package/dist/chunk-ICNZKQJW.mjs +2 -0
- package/dist/chunk-ICNZKQJW.mjs.map +1 -0
- package/dist/chunk-K6E6QQMQ.js +2 -0
- package/dist/chunk-K6E6QQMQ.js.map +1 -0
- package/dist/chunk-KPT5FBH2.mjs +2 -0
- package/dist/chunk-KPT5FBH2.mjs.map +1 -0
- package/dist/chunk-LO5BZSVE.js +2 -0
- package/dist/chunk-LO5BZSVE.js.map +1 -0
- package/dist/chunk-LP2X2JTR.js +2 -0
- package/dist/chunk-LP2X2JTR.js.map +1 -0
- package/dist/chunk-RUERYYZO.js +2 -0
- package/dist/chunk-RUERYYZO.js.map +1 -0
- package/dist/chunk-XOE3AOSM.js +2 -0
- package/dist/chunk-XOE3AOSM.js.map +1 -0
- package/dist/chunk-Y6ZDNVRT.mjs +2 -0
- package/dist/chunk-Y6ZDNVRT.mjs.map +1 -0
- package/{lib/createStore.d.ts → dist/createStore-CcvouBrW.d.mts} +29 -7
- package/dist/createStore-CcvouBrW.d.ts +65 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/metafile-esm.json +1 -1
- package/graph.js +3 -0
- package/internal.js +3 -0
- package/json-ld.js +3 -0
- package/org-schema.js +3 -0
- package/package.json +147 -73
- package/src/__tests__/activityFromBot.spec.js +2 -0
- package/src/__tests__/addMetaTag.spec.js +8 -0
- package/src/__tests__/addMetaTag.spec.mjs +8 -0
- package/src/__tests__/connectSaga.spec.js +2 -0
- package/src/__tests__/deleteKey.spec.js +2 -0
- package/src/__tests__/detectSlowConnectionSaga.spec.js +3 -1
- package/src/__tests__/observeOnce.spec.js +2 -0
- package/src/__tests__/speakableActivity.spec.js +2 -0
- package/src/__tests__/uniqueID.spec.js +2 -0
- package/src/actions/clearSuggestedActions.ts +20 -0
- package/src/actions/{connect.js → connect.ts} +9 -1
- package/src/actions/muteVoiceRecording.ts +17 -0
- package/src/actions/postVoiceActivity.ts +21 -0
- package/src/actions/registerActionSink.ts +29 -0
- package/src/actions/registerVoiceHandler.ts +24 -0
- package/src/actions/{sendEvent.js → sendEvent.ts} +1 -1
- package/src/actions/{sendMessageBack.js → sendMessageBack.ts} +1 -1
- package/src/actions/{sendPostBack.js → sendPostBack.ts} +1 -1
- package/src/actions/{setDictateInterims.js → setDictateInterims.ts} +1 -1
- package/src/actions/{setDictateState.js → setDictateState.ts} +1 -1
- package/src/actions/{setLanguage.js → setLanguage.ts} +1 -1
- package/src/actions/{setSendBox.js → setSendBox.ts} +1 -1
- package/src/actions/{setSendTimeout.js → setSendTimeout.ts} +1 -1
- package/src/actions/setSendTypingIndicator.ts +1 -1
- package/src/actions/setSuggestedActions.ts +35 -0
- package/src/actions/setVoiceState.ts +21 -0
- package/src/actions/startVoiceRecording.ts +17 -0
- package/src/actions/stopVoiceRecording.ts +17 -0
- package/src/actions/{submitSendBox.js → submitSendBox.ts} +1 -1
- package/src/actions/unmuteVoiceRecording.ts +17 -0
- package/src/actions/unregisterActionSink.ts +29 -0
- package/src/actions/unregisterVoiceHandler.ts +19 -0
- package/src/boot/activity.ts +19 -0
- package/src/boot/graph.ts +18 -0
- package/src/boot/internal.ts +11 -0
- package/src/boot/json-ld.ts +6 -0
- package/src/boot/org-schema.ts +29 -0
- package/src/buildInfo.ts +9 -0
- package/src/constants/{ActivityClientState.js → ActivityClientState.ts} +3 -3
- package/src/constants/DictateState.ts +10 -0
- package/src/createPromiseQueue.js +8 -6
- package/src/createReducer.ts +28 -20
- package/src/createSagas.ts +6 -3
- package/src/createStore.ts +26 -10
- package/src/env.d.ts +12 -0
- package/src/graph/createGraphFromStore.ts +121 -0
- package/src/index.ts +62 -45
- package/src/internal/StoreDebugAPIRegistry.ts +4 -0
- package/src/internal/actions/setRawState.ts +48 -0
- package/src/internal/types/suggestedActions.ts +11 -0
- package/src/internal/types/suggestedActionsOriginActivity.ts +16 -0
- package/src/reducers/activities/combineActivitiesReducer.ts +58 -0
- package/src/reducers/activities/createGroupedActivitiesReducer.ts +297 -0
- package/src/reducers/activities/patchActivity.ts +37 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.activity.spec.ts +144 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.howTo.spec.ts +148 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.howToWithLivestream.spec.ts +248 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.livestream.spec.ts +156 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.ts +177 -0
- package/src/reducers/activities/sort/private/computePartListTimestamp.ts +9 -0
- package/src/reducers/activities/sort/private/computeSortedActivities.ts +51 -0
- package/src/reducers/activities/sort/private/getLogicalTimestamp.spec.ts +49 -0
- package/src/reducers/activities/sort/private/getLogicalTimestamp.ts +33 -0
- package/src/reducers/activities/sort/private/getPartGroupingMetadataMap.spec.ts +92 -0
- package/src/reducers/activities/sort/private/getPartGroupingMetadataMap.ts +37 -0
- package/src/reducers/activities/sort/private/insertSorted.spec.ts +106 -0
- package/src/reducers/activities/sort/private/insertSorted.ts +18 -0
- package/src/reducers/activities/sort/property/LocalId.ts +60 -0
- package/src/reducers/activities/sort/property/Position.ts +39 -0
- package/src/reducers/activities/sort/property/ReceivedAt.ts +45 -0
- package/src/reducers/activities/sort/property/SendStatus.ts +51 -0
- package/src/reducers/activities/sort/queryLocalIdByActivityId.ts +6 -0
- package/src/reducers/activities/sort/queryLocalIdByClientActivityId.ts +6 -0
- package/src/reducers/activities/sort/types.ts +80 -0
- package/src/reducers/activities/sort/updateActivityChannelData.ts +101 -0
- package/src/reducers/activities/sort/updateSendState.ts +22 -0
- package/src/reducers/activities/sort/upsert.activity.spec.ts +500 -0
- package/src/reducers/activities/sort/upsert.howTo.spec.ts +368 -0
- package/src/reducers/activities/sort/upsert.howToWithLivestream.spec.ts +384 -0
- package/src/reducers/activities/sort/upsert.livestream.spec.ts +418 -0
- package/src/reducers/activities/sort/upsert.ts +498 -0
- package/src/reducers/activities/tsconfig.json +4 -0
- package/src/reducers/createNotificationsReducer.ts +4 -4
- package/src/reducers/suggestedActions.ts +21 -0
- package/src/reducers/suggestedActionsOriginActivity.ts +24 -0
- package/src/reducers/voiceActivity.ts +102 -0
- package/src/sagas/actionSinkSaga.ts +39 -0
- package/src/sagas/observeActivitySaga.ts +51 -1
- package/src/sagas/postActivitySaga.ts +17 -10
- package/src/sagas/postVoiceActivitySaga.ts +76 -0
- package/src/sagas/queueIncomingActivitySaga.ts +10 -4
- package/src/sagas/sendMessageToPostActivitySaga.ts +4 -1
- package/src/sagas/speakActivityAndStartDictateOnIncomingActivityFromOthersSaga.js +10 -4
- package/src/sagas/startDictateOnSpeakCompleteSaga.js +3 -3
- package/src/sagas/startSpeakActivityOnPostActivitySaga.js +15 -5
- package/src/sagas/stopDictateOnCardActionSaga.js +11 -3
- package/src/sagas/stopSpeakingActivityOnInputSaga.js +22 -4
- package/src/selectors/combineSelectors.ts +1 -1
- package/src/tsconfig.json +3 -15
- package/src/types/StoreDebugAPI.ts +25 -0
- package/src/types/WebChatActivity.ts +31 -14
- package/src/types/external/DirectLineActivity.ts +1 -1
- package/src/types/external/Observable.ts +4 -1
- package/src/types/internal/GlobalScopeClock.ts +10 -10
- package/src/types/internal/ReduxState.ts +2 -0
- package/src/types/internal/WebChatOutgoingActivity.ts +1 -1
- package/src/utils/dateToLocaleISOString.chatham.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.japan.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.newfoundland.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.pacific.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.utc.spec.js +1 -3
- package/src/utils/deleteKey.ts +1 -1
- package/src/utils/getActivityLivestreamingMetadata.spec.ts +297 -0
- package/src/utils/getActivityLivestreamingMetadata.ts +197 -0
- package/src/utils/getOrgSchemaMessage.spec.ts +4 -1
- package/src/utils/getOrgSchemaMessage.ts +16 -16
- package/src/utils/onErrorResumeNext.ts +1 -1
- package/src/utils/voiceActivity/getVoiceActivityRole.spec.ts +150 -0
- package/src/utils/voiceActivity/getVoiceActivityRole.ts +16 -0
- package/src/utils/voiceActivity/getVoiceActivityText.spec.ts +100 -0
- package/src/utils/voiceActivity/getVoiceActivityText.ts +11 -0
- package/src/utils/voiceActivity/isVoiceActivity.spec.ts +202 -0
- package/src/utils/voiceActivity/isVoiceActivity.ts +21 -0
- package/src/utils/voiceActivity/isVoiceTranscriptActivity.spec.ts +224 -0
- package/src/utils/voiceActivity/isVoiceTranscriptActivity.ts +24 -0
- package/dist/botframework-webchat-core.mjs.LEGAL.txt +0 -0
- package/lib/actions/clearSuggestedActions.js +0 -15
- package/lib/actions/connect.js +0 -33
- package/lib/actions/connectionStatusUpdate.js +0 -20
- package/lib/actions/deleteActivity.d.ts +0 -13
- package/lib/actions/deleteActivity.d.ts.map +0 -1
- package/lib/actions/deleteActivity.js +0 -19
- package/lib/actions/disconnect.js +0 -21
- package/lib/actions/dismissNotification.d.ts +0 -12
- package/lib/actions/dismissNotification.d.ts.map +0 -1
- package/lib/actions/dismissNotification.js +0 -19
- package/lib/actions/emitTypingIndicator.js +0 -15
- package/lib/actions/incomingActivity.d.ts +0 -14
- package/lib/actions/incomingActivity.d.ts.map +0 -1
- package/lib/actions/incomingActivity.js +0 -19
- package/lib/actions/markActivity.d.ts +0 -17
- package/lib/actions/markActivity.d.ts.map +0 -1
- package/lib/actions/markActivity.js +0 -22
- package/lib/actions/postActivity.d.ts +0 -64
- package/lib/actions/postActivity.d.ts.map +0 -1
- package/lib/actions/postActivity.js +0 -31
- package/lib/actions/queueIncomingActivity.js +0 -18
- package/lib/actions/reconnect.js +0 -17
- package/lib/actions/sagaError.d.ts +0 -8
- package/lib/actions/sagaError.d.ts.map +0 -1
- package/lib/actions/sagaError.js +0 -15
- package/lib/actions/sendEvent.js +0 -19
- package/lib/actions/sendFiles.d.ts +0 -19
- package/lib/actions/sendFiles.d.ts.map +0 -1
- package/lib/actions/sendFiles.js +0 -20
- package/lib/actions/sendMessage.d.ts +0 -19
- package/lib/actions/sendMessage.d.ts.map +0 -1
- package/lib/actions/sendMessage.js +0 -24
- package/lib/actions/sendMessageBack.js +0 -20
- package/lib/actions/sendPostBack.js +0 -18
- package/lib/actions/setClockSkewAdjustment.js +0 -12
- package/lib/actions/setDictateInterims.js +0 -18
- package/lib/actions/setDictateState.js +0 -18
- package/lib/actions/setLanguage.js +0 -18
- package/lib/actions/setNotification.d.ts +0 -10
- package/lib/actions/setNotification.d.ts.map +0 -1
- package/lib/actions/setNotification.js +0 -37
- package/lib/actions/setReferenceGrammarID.js +0 -18
- package/lib/actions/setSendBox.js +0 -18
- package/lib/actions/setSendBoxAttachments.d.ts +0 -13
- package/lib/actions/setSendBoxAttachments.d.ts.map +0 -1
- package/lib/actions/setSendBoxAttachments.js +0 -18
- package/lib/actions/setSendTimeout.js +0 -18
- package/lib/actions/setSendTypingIndicator.d.ts +0 -11
- package/lib/actions/setSendTypingIndicator.d.ts.map +0 -1
- package/lib/actions/setSendTypingIndicator.js +0 -18
- package/lib/actions/setSuggestedActions.js +0 -20
- package/lib/actions/startDictate.js +0 -15
- package/lib/actions/startSpeakingActivity.js +0 -15
- package/lib/actions/stopDictate.js +0 -15
- package/lib/actions/stopSpeakingActivity.js +0 -15
- package/lib/actions/submitSendBox.js +0 -22
- package/lib/actions/updateConnectionStatus.js +0 -18
- package/lib/constants/ActivityClientState.js +0 -16
- package/lib/constants/DictateState.js +0 -17
- package/lib/createPromiseQueue.js +0 -30
- package/lib/createReducer.d.ts +0 -60
- package/lib/createReducer.d.ts.map +0 -1
- package/lib/createReducer.js +0 -45
- package/lib/createSagas.d.ts +0 -8
- package/lib/createSagas.d.ts.map +0 -1
- package/lib/createSagas.js +0 -112
- package/lib/createStore.d.ts.map +0 -1
- package/lib/createStore.js +0 -131
- package/lib/definitions/activityFromBot.js +0 -11
- package/lib/definitions/speakableActivity.js +0 -10
- package/lib/definitions/speakingActivity.js +0 -13
- package/lib/index.d.ts +0 -76
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -309
- package/lib/reducers/connectivityStatus.js +0 -49
- package/lib/reducers/createActivitiesReducer.d.ts +0 -12
- package/lib/reducers/createActivitiesReducer.d.ts.map +0 -1
- package/lib/reducers/createActivitiesReducer.js +0 -267
- package/lib/reducers/createInternalReducer.d.ts +0 -10
- package/lib/reducers/createInternalReducer.d.ts.map +0 -1
- package/lib/reducers/createInternalReducer.js +0 -19
- package/lib/reducers/createNotificationsReducer.d.ts +0 -11
- package/lib/reducers/createNotificationsReducer.d.ts.map +0 -1
- package/lib/reducers/createNotificationsReducer.js +0 -55
- package/lib/reducers/createTypingReducer.d.ts +0 -14
- package/lib/reducers/createTypingReducer.d.ts.map +0 -1
- package/lib/reducers/createTypingReducer.js +0 -50
- package/lib/reducers/dictateInterims.js +0 -23
- package/lib/reducers/dictateState.js +0 -38
- package/lib/reducers/language.js +0 -23
- package/lib/reducers/private/findBeforeAfter.d.ts +0 -4
- package/lib/reducers/private/findBeforeAfter.d.ts.map +0 -1
- package/lib/reducers/private/findBeforeAfter.js +0 -24
- package/lib/reducers/readyState.js +0 -23
- package/lib/reducers/referenceGrammarID.js +0 -23
- package/lib/reducers/sendBoxAttachments.d.ts +0 -9
- package/lib/reducers/sendBoxAttachments.d.ts.map +0 -1
- package/lib/reducers/sendBoxAttachments.js +0 -23
- package/lib/reducers/sendBoxValue.js +0 -23
- package/lib/reducers/sendTimeout.js +0 -23
- package/lib/reducers/sendTypingIndicator.js +0 -23
- package/lib/reducers/shouldSpeakIncomingActivity.js +0 -25
- package/lib/reducers/suggestedActions.js +0 -32
- package/lib/sagas/clearSuggestedActionsOnPostActivitySaga.js +0 -62
- package/lib/sagas/connectSaga.js +0 -445
- package/lib/sagas/connectionStatusToNotificationSaga.js +0 -107
- package/lib/sagas/connectionStatusUpdateSaga.js +0 -63
- package/lib/sagas/detectSlowConnectionSaga.d.ts +0 -5
- package/lib/sagas/detectSlowConnectionSaga.d.ts.map +0 -1
- package/lib/sagas/detectSlowConnectionSaga.js +0 -50
- package/lib/sagas/effects/forever.js +0 -19
- package/lib/sagas/effects/forkPut.js +0 -51
- package/lib/sagas/effects/observeEach.js +0 -45
- package/lib/sagas/effects/observeOnce.d.ts +0 -3
- package/lib/sagas/effects/observeOnce.d.ts.map +0 -1
- package/lib/sagas/effects/observeOnce.js +0 -42
- package/lib/sagas/effects/whileConnected.d.ts +0 -7
- package/lib/sagas/effects/whileConnected.d.ts.map +0 -1
- package/lib/sagas/effects/whileConnected.js +0 -55
- package/lib/sagas/emitTypingIndicatorToPostActivitySaga.js +0 -63
- package/lib/sagas/markAllAsSpokenOnStopSpeakActivitySaga.js +0 -78
- package/lib/sagas/observeActivitySaga.d.ts +0 -2
- package/lib/sagas/observeActivitySaga.d.ts.map +0 -1
- package/lib/sagas/observeActivitySaga.js +0 -117
- package/lib/sagas/postActivitySaga.d.ts +0 -3
- package/lib/sagas/postActivitySaga.d.ts.map +0 -1
- package/lib/sagas/postActivitySaga.js +0 -264
- package/lib/sagas/queueIncomingActivitySaga.d.ts +0 -3
- package/lib/sagas/queueIncomingActivitySaga.d.ts.map +0 -1
- package/lib/sagas/queueIncomingActivitySaga.js +0 -197
- package/lib/sagas/sendEventToPostActivitySaga.js +0 -68
- package/lib/sagas/sendFilesToPostActivitySaga.js +0 -85
- package/lib/sagas/sendMessageBackToPostActivitySaga.js +0 -70
- package/lib/sagas/sendMessageToPostActivitySaga.d.ts +0 -2
- package/lib/sagas/sendMessageToPostActivitySaga.d.ts.map +0 -1
- package/lib/sagas/sendMessageToPostActivitySaga.js +0 -91
- package/lib/sagas/sendPostBackToPostActivitySaga.js +0 -69
- package/lib/sagas/sendTypingIndicatorOnSetSendBoxSaga.d.ts +0 -3
- package/lib/sagas/sendTypingIndicatorOnSetSendBoxSaga.d.ts.map +0 -1
- package/lib/sagas/sendTypingIndicatorOnSetSendBoxSaga.js +0 -145
- package/lib/sagas/speakActivityAndStartDictateOnIncomingActivityFromOthersSaga.js +0 -106
- package/lib/sagas/startDictateOnSpeakCompleteSaga.js +0 -65
- package/lib/sagas/startSpeakActivityOnPostActivitySaga.js +0 -62
- package/lib/sagas/stopDictateOnCardActionSaga.js +0 -65
- package/lib/sagas/stopSpeakingActivityOnInputSaga.js +0 -68
- package/lib/sagas/submitSendBoxSaga.js +0 -84
- package/lib/selectors/activities.d.ts +0 -9
- package/lib/selectors/activities.d.ts.map +0 -1
- package/lib/selectors/activities.js +0 -33
- package/lib/selectors/combineSelectors.js +0 -31
- package/lib/selectors/dictateState.js +0 -12
- package/lib/selectors/language.d.ts +0 -4
- package/lib/selectors/language.d.ts.map +0 -1
- package/lib/selectors/language.js +0 -12
- package/lib/selectors/notifications.js +0 -13
- package/lib/selectors/sendBoxAttachments.js +0 -11
- package/lib/selectors/sendBoxValue.js +0 -12
- package/lib/selectors/sendTimeout.d.ts +0 -4
- package/lib/selectors/sendTimeout.d.ts.map +0 -1
- package/lib/selectors/sendTimeout.js +0 -12
- package/lib/selectors/sendTypingIndicator.d.ts +0 -4
- package/lib/selectors/sendTypingIndicator.d.ts.map +0 -1
- package/lib/selectors/sendTypingIndicator.js +0 -12
- package/lib/selectors/shouldSpeakIncomingActivity.js +0 -12
- package/lib/types/AnyAnd.d.ts +0 -2
- package/lib/types/AnyAnd.d.ts.map +0 -1
- package/lib/types/AnyAnd.js +0 -6
- package/lib/types/GlobalScopePonyfill.d.ts +0 -8
- package/lib/types/GlobalScopePonyfill.d.ts.map +0 -1
- package/lib/types/GlobalScopePonyfill.js +0 -6
- package/lib/types/OneOrMany.d.ts +0 -3
- package/lib/types/OneOrMany.d.ts.map +0 -1
- package/lib/types/OneOrMany.js +0 -6
- package/lib/types/SendBoxAttachment.d.ts +0 -5
- package/lib/types/SendBoxAttachment.d.ts.map +0 -1
- package/lib/types/SendBoxAttachment.js +0 -6
- package/lib/types/WebChatActivity.d.ts +0 -128
- package/lib/types/WebChatActivity.d.ts.map +0 -1
- package/lib/types/WebChatActivity.js +0 -6
- package/lib/types/external/DirectLineActivity.d.ts +0 -3
- package/lib/types/external/DirectLineActivity.d.ts.map +0 -1
- package/lib/types/external/DirectLineActivity.js +0 -6
- package/lib/types/external/DirectLineAnimationCard.d.ts +0 -6
- package/lib/types/external/DirectLineAnimationCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineAnimationCard.js +0 -6
- package/lib/types/external/DirectLineAttachment.d.ts +0 -9
- package/lib/types/external/DirectLineAttachment.d.ts.map +0 -1
- package/lib/types/external/DirectLineAttachment.js +0 -6
- package/lib/types/external/DirectLineAudioCard.d.ts +0 -6
- package/lib/types/external/DirectLineAudioCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineAudioCard.js +0 -6
- package/lib/types/external/DirectLineBasicCardEssence.d.ts +0 -12
- package/lib/types/external/DirectLineBasicCardEssence.d.ts.map +0 -1
- package/lib/types/external/DirectLineBasicCardEssence.js +0 -6
- package/lib/types/external/DirectLineCardAction.d.ts +0 -110
- package/lib/types/external/DirectLineCardAction.d.ts.map +0 -1
- package/lib/types/external/DirectLineCardAction.js +0 -6
- package/lib/types/external/DirectLineCardImage.d.ts +0 -8
- package/lib/types/external/DirectLineCardImage.d.ts.map +0 -1
- package/lib/types/external/DirectLineCardImage.js +0 -6
- package/lib/types/external/DirectLineHeroCard.d.ts +0 -6
- package/lib/types/external/DirectLineHeroCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineHeroCard.js +0 -6
- package/lib/types/external/DirectLineJSBotConnection.d.ts +0 -3
- package/lib/types/external/DirectLineJSBotConnection.d.ts.map +0 -1
- package/lib/types/external/DirectLineJSBotConnection.js +0 -6
- package/lib/types/external/DirectLineMediaCardEssence.d.ts +0 -21
- package/lib/types/external/DirectLineMediaCardEssence.d.ts.map +0 -1
- package/lib/types/external/DirectLineMediaCardEssence.js +0 -6
- package/lib/types/external/DirectLineOAuthCard.d.ts +0 -8
- package/lib/types/external/DirectLineOAuthCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineOAuthCard.js +0 -6
- package/lib/types/external/DirectLineReceiptCard.d.ts +0 -28
- package/lib/types/external/DirectLineReceiptCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineReceiptCard.js +0 -6
- package/lib/types/external/DirectLineSignInCard.d.ts +0 -8
- package/lib/types/external/DirectLineSignInCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineSignInCard.js +0 -6
- package/lib/types/external/DirectLineSuggestedAction.d.ts +0 -7
- package/lib/types/external/DirectLineSuggestedAction.d.ts.map +0 -1
- package/lib/types/external/DirectLineSuggestedAction.js +0 -6
- package/lib/types/external/DirectLineThumbnailCard.d.ts +0 -6
- package/lib/types/external/DirectLineThumbnailCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineThumbnailCard.js +0 -6
- package/lib/types/external/DirectLineVideoCard.d.ts +0 -6
- package/lib/types/external/DirectLineVideoCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineVideoCard.js +0 -6
- package/lib/types/external/Observable.d.ts +0 -49
- package/lib/types/external/Observable.d.ts.map +0 -1
- package/lib/types/external/Observable.js +0 -6
- package/lib/types/external/OrgSchema/Action.d.ts +0 -29
- package/lib/types/external/OrgSchema/Action.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Action.js +0 -38
- package/lib/types/external/OrgSchema/Claim.d.ts +0 -35
- package/lib/types/external/OrgSchema/Claim.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Claim.js +0 -41
- package/lib/types/external/OrgSchema/CreativeWork.d.ts +0 -57
- package/lib/types/external/OrgSchema/CreativeWork.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/CreativeWork.js +0 -52
- package/lib/types/external/OrgSchema/DefinedTerm.d.ts +0 -26
- package/lib/types/external/OrgSchema/DefinedTerm.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/DefinedTerm.js +0 -33
- package/lib/types/external/OrgSchema/Project.d.ts +0 -20
- package/lib/types/external/OrgSchema/Project.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Project.js +0 -32
- package/lib/types/external/OrgSchema/Thing.d.ts +0 -53
- package/lib/types/external/OrgSchema/Thing.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Thing.js +0 -54
- package/lib/types/external/OrgSchema/VoteAction.d.ts +0 -22
- package/lib/types/external/OrgSchema/VoteAction.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/VoteAction.js +0 -34
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.d.ts +0 -3
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.js +0 -22
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.d.ts +0 -4
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.js +0 -15
- package/lib/types/internal/GlobalScopeClock.d.ts +0 -15
- package/lib/types/internal/GlobalScopeClock.d.ts.map +0 -1
- package/lib/types/internal/GlobalScopeClock.js +0 -6
- package/lib/types/internal/Notification.d.ts +0 -10
- package/lib/types/internal/Notification.d.ts.map +0 -1
- package/lib/types/internal/Notification.js +0 -6
- package/lib/types/internal/ReduxState.d.ts +0 -19
- package/lib/types/internal/ReduxState.d.ts.map +0 -1
- package/lib/types/internal/ReduxState.js +0 -6
- package/lib/types/internal/SendStatus.d.ts +0 -7
- package/lib/types/internal/SendStatus.d.ts.map +0 -1
- package/lib/types/internal/SendStatus.js +0 -19
- package/lib/types/internal/WebChatOutgoingActivity.d.ts +0 -49
- package/lib/types/internal/WebChatOutgoingActivity.d.ts.map +0 -1
- package/lib/types/internal/WebChatOutgoingActivity.js +0 -6
- package/lib/utils/dateToLocaleISOString.d.ts +0 -2
- package/lib/utils/dateToLocaleISOString.d.ts.map +0 -1
- package/lib/utils/dateToLocaleISOString.js +0 -52
- package/lib/utils/deleteKey.d.ts +0 -2
- package/lib/utils/deleteKey.d.ts.map +0 -1
- package/lib/utils/deleteKey.js +0 -30
- package/lib/utils/getOrgSchemaMessage.d.ts +0 -4
- package/lib/utils/getOrgSchemaMessage.d.ts.map +0 -1
- package/lib/utils/getOrgSchemaMessage.js +0 -21
- package/lib/utils/isForbiddenPropertyName.d.ts +0 -2
- package/lib/utils/isForbiddenPropertyName.d.ts.map +0 -1
- package/lib/utils/isForbiddenPropertyName.js +0 -16
- package/lib/utils/onErrorResumeNext.d.ts +0 -3
- package/lib/utils/onErrorResumeNext.d.ts.map +0 -1
- package/lib/utils/onErrorResumeNext.js +0 -19
- package/lib/utils/once.d.ts +0 -2
- package/lib/utils/once.d.ts.map +0 -1
- package/lib/utils/once.js +0 -16
- package/lib/utils/singleToArray.d.ts +0 -2
- package/lib/utils/singleToArray.d.ts.map +0 -1
- package/lib/utils/singleToArray.js +0 -10
- package/lib/utils/sleep.d.ts +0 -3
- package/lib/utils/sleep.d.ts.map +0 -1
- package/lib/utils/sleep.js +0 -12
- package/lib/utils/uniqueID.d.ts +0 -2
- package/lib/utils/uniqueID.d.ts.map +0 -1
- package/lib/utils/uniqueID.js +0 -14
- package/lib/utils/warnOnce.d.ts +0 -2
- package/lib/utils/warnOnce.d.ts.map +0 -1
- package/lib/utils/warnOnce.js +0 -14
- package/src/actions/clearSuggestedActions.js +0 -9
- package/src/actions/setSuggestedActions.js +0 -12
- package/src/constants/DictateState.js +0 -7
- package/src/reducers/createActivitiesReducer.ts +0 -304
- package/src/reducers/private/findBeforeAfter.spec.ts +0 -90
- package/src/reducers/private/findBeforeAfter.ts +0 -30
- package/src/reducers/suggestedActions.js +0 -23
- package/src/types/OneOrMany.ts +0 -3
- package/src/types/external/OrgSchema/Action.spec.ts +0 -35
- package/src/types/external/OrgSchema/Action.ts +0 -52
- package/src/types/external/OrgSchema/Claim.spec.ts +0 -45
- package/src/types/external/OrgSchema/Claim.ts +0 -48
- package/src/types/external/OrgSchema/CreativeWork.parseCreativeWork.spec.ts +0 -51
- package/src/types/external/OrgSchema/CreativeWork.ts +0 -83
- package/src/types/external/OrgSchema/DefinedTerm.ts +0 -37
- package/src/types/external/OrgSchema/Project.parseProject.spec.ts +0 -17
- package/src/types/external/OrgSchema/Project.ts +0 -29
- package/src/types/external/OrgSchema/Thing.parseThing.spec.ts +0 -54
- package/src/types/external/OrgSchema/Thing.ts +0 -94
- package/src/types/external/OrgSchema/VoteAction.spec.ts +0 -35
- package/src/types/external/OrgSchema/VoteAction.ts +0 -31
- package/src/types/external/OrgSchema/private/orgSchemaProperties.spec.ts +0 -41
- package/src/types/external/OrgSchema/private/orgSchemaProperties.ts +0 -23
- package/src/types/external/OrgSchema/private/orgSchemaProperty.spec.ts +0 -21
- package/src/types/external/OrgSchema/private/orgSchemaProperty.ts +0 -6
- package/src/utils/isForbiddenPropertyName.spec.js +0 -6
- package/src/utils/isForbiddenPropertyName.ts +0 -33
- package/src/utils/singleToArray.ts +0 -3
- package/src/utils/warnOnce.ts +0 -5
- /package/src/actions/{connectionStatusUpdate.js → connectionStatusUpdate.ts} +0 -0
- /package/src/actions/{disconnect.js → disconnect.ts} +0 -0
- /package/src/actions/{emitTypingIndicator.js → emitTypingIndicator.ts} +0 -0
- /package/src/actions/{queueIncomingActivity.js → queueIncomingActivity.ts} +0 -0
- /package/src/actions/{reconnect.js → reconnect.ts} +0 -0
- /package/src/actions/{startDictate.js → startDictate.ts} +0 -0
- /package/src/actions/{startSpeakingActivity.js → startSpeakingActivity.ts} +0 -0
- /package/src/actions/{stopDictate.js → stopDictate.ts} +0 -0
- /package/src/actions/{stopSpeakingActivity.js → stopSpeakingActivity.ts} +0 -0
- /package/src/actions/{updateConnectionStatus.js → updateConnectionStatus.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-webchat-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.0",
|
|
4
4
|
"description": "Core of botframework-webchat",
|
|
5
|
-
"main": "./
|
|
6
|
-
"types": "./
|
|
5
|
+
"main": "./dist/botframework-webchat-core.js",
|
|
6
|
+
"types": "./dist/botframework-webchat-core.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": {
|
|
@@ -11,8 +11,82 @@
|
|
|
11
11
|
"default": "./dist/botframework-webchat-core.mjs"
|
|
12
12
|
},
|
|
13
13
|
"require": {
|
|
14
|
-
"types": "./
|
|
15
|
-
"default": "./
|
|
14
|
+
"types": "./dist/botframework-webchat-core.d.ts",
|
|
15
|
+
"default": "./dist/botframework-webchat-core.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"./activity": {
|
|
19
|
+
"import": {
|
|
20
|
+
"default": "./boot/deprecated/activity.mjs"
|
|
21
|
+
},
|
|
22
|
+
"require": {
|
|
23
|
+
"default": "./boot/deprecated/activity.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"./activity.js": {
|
|
27
|
+
"import": {
|
|
28
|
+
"types": "./dist/botframework-webchat-core.activity.d.mts",
|
|
29
|
+
"default": "./dist/botframework-webchat-core.activity.mjs"
|
|
30
|
+
},
|
|
31
|
+
"require": {
|
|
32
|
+
"types": "./dist/botframework-webchat-core.activity.d.ts",
|
|
33
|
+
"default": "./dist/botframework-webchat-core.activity.js"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"./graph": {
|
|
37
|
+
"import": {
|
|
38
|
+
"default": "./boot/deprecated/graph.mjs"
|
|
39
|
+
},
|
|
40
|
+
"require": {
|
|
41
|
+
"default": "./boot/deprecated/graph.js"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"./graph.js": {
|
|
45
|
+
"import": {
|
|
46
|
+
"types": "./dist/botframework-webchat-core.graph.d.mts",
|
|
47
|
+
"default": "./dist/botframework-webchat-core.graph.mjs"
|
|
48
|
+
},
|
|
49
|
+
"require": {
|
|
50
|
+
"types": "./dist/botframework-webchat-core.graph.d.ts",
|
|
51
|
+
"default": "./dist/botframework-webchat-core.graph.js"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"./internal": {
|
|
55
|
+
"import": {
|
|
56
|
+
"default": "./boot/deprecated/internal.mjs"
|
|
57
|
+
},
|
|
58
|
+
"require": {
|
|
59
|
+
"default": "./boot/deprecated/internal.js"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"./internal.js": {
|
|
63
|
+
"import": {
|
|
64
|
+
"types": "./dist/botframework-webchat-core.internal.d.mts",
|
|
65
|
+
"default": "./dist/botframework-webchat-core.internal.mjs"
|
|
66
|
+
},
|
|
67
|
+
"require": {
|
|
68
|
+
"types": "./dist/botframework-webchat-core.internal.d.ts",
|
|
69
|
+
"default": "./dist/botframework-webchat-core.internal.js"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"./json-ld.js": {
|
|
73
|
+
"import": {
|
|
74
|
+
"types": "./dist/botframework-webchat-core.json-ld.d.mts",
|
|
75
|
+
"default": "./dist/botframework-webchat-core.json-ld.mjs"
|
|
76
|
+
},
|
|
77
|
+
"require": {
|
|
78
|
+
"types": "./dist/botframework-webchat-core.json-ld.d.ts",
|
|
79
|
+
"default": "./dist/botframework-webchat-core.json-ld.js"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"./org-schema.js": {
|
|
83
|
+
"import": {
|
|
84
|
+
"types": "./dist/botframework-webchat-core.org-schema.d.mts",
|
|
85
|
+
"default": "./dist/botframework-webchat-core.org-schema.mjs"
|
|
86
|
+
},
|
|
87
|
+
"require": {
|
|
88
|
+
"types": "./dist/botframework-webchat-core.org-schema.d.ts",
|
|
89
|
+
"default": "./dist/botframework-webchat-core.org-schema.js"
|
|
16
90
|
}
|
|
17
91
|
}
|
|
18
92
|
},
|
|
@@ -29,8 +103,9 @@
|
|
|
29
103
|
"url": "https://github.com/microsoft/BotFramework-WebChat/issues"
|
|
30
104
|
},
|
|
31
105
|
"files": [
|
|
106
|
+
"./*.js",
|
|
107
|
+
"./boot/**/*",
|
|
32
108
|
"./dist/**/*",
|
|
33
|
-
"./lib/**/*",
|
|
34
109
|
"./src/**/*"
|
|
35
110
|
],
|
|
36
111
|
"homepage": "https://github.com/microsoft/BotFramework-WebChat/packages/core#readme",
|
|
@@ -39,6 +114,7 @@
|
|
|
39
114
|
"allowSyntheticDefaultImports": true,
|
|
40
115
|
"downlevelIteration": true,
|
|
41
116
|
"jsx": "react",
|
|
117
|
+
"module": "NodeNext",
|
|
42
118
|
"noImplicitAny": false,
|
|
43
119
|
"resolveJsonModule": true,
|
|
44
120
|
"skipLibCheck": true,
|
|
@@ -46,85 +122,83 @@
|
|
|
46
122
|
}
|
|
47
123
|
},
|
|
48
124
|
"scripts": {
|
|
49
|
-
"
|
|
50
|
-
"build": "npm run build:
|
|
51
|
-
"build:
|
|
52
|
-
"build:
|
|
53
|
-
"build:
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"bump
|
|
125
|
+
"build": "npm run --if-present build:pre && npm run build:run && npm run --if-present build:post",
|
|
126
|
+
"build:post": "npm run build:post:dtsroll && npm run build:post:validate:dts",
|
|
127
|
+
"build:post:dtsroll": "dtsroll ./dist/*.d.* && sed -E -i 's/^([[:space:]]*export[[:space:]]+)type[[:space:]]+(\\{[[:space:]]+type[[:space:]]+)/\\1\\2/' ./dist/*.d.ts",
|
|
128
|
+
"build:post:validate:dts": "vg ast-check dist-types ./dist/*.d.*",
|
|
129
|
+
"build:pre": "npm run build:pre:local-dependencies && npm run build:pre:watch",
|
|
130
|
+
"build:pre:local-dependencies": "../../scripts/npm/build-local-dependencies.sh",
|
|
131
|
+
"build:pre:watch": "../../scripts/npm/build-watch.sh",
|
|
132
|
+
"build:run": "tsup",
|
|
133
|
+
"bump": "vg bump prod && vg bump dev && (npm audit fix || exit 0)",
|
|
58
134
|
"eslint": "npm run precommit",
|
|
59
|
-
"
|
|
60
|
-
"postbump": "cat package.json | jq '. + (.dependencies = ((.dependencies + (.localPeerDependencies // {})) | to_entries | sort_by(.key) | from_entries)) | (.devDependencies = ((.devDependencies + (.localPeerDevDependencies // {})) | to_entries | sort_by(.key) | from_entries))' > package-temp.json && mv package-temp.json package.json",
|
|
61
|
-
"preauditfix": "npm run prebump",
|
|
62
|
-
"prebump": "cat package.json | jq '(((.localPeerDependencies // {}) | keys | map([\"dependencies\", .])) + ((.localPeerDevDependencies // {}) | keys | map([\"devDependencies\", .]))) as $localPeerPaths | delpaths($localPeerPaths)' > package-temp.json && mv package-temp.json package.json",
|
|
135
|
+
"postversion": "../../scripts/npm/postversion.sh",
|
|
63
136
|
"precommit": "npm run precommit:eslint -- src && npm run precommit:typecheck",
|
|
64
137
|
"precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
|
|
65
138
|
"precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
|
|
66
|
-
"
|
|
67
|
-
"start": "
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
139
|
+
"preversion": "../../scripts/npm/preversion.sh",
|
|
140
|
+
"start": "../../scripts/npm/notify-build.sh \"src\" \"../core-debug-api/package.json\" \"../core-graph/package.json\" \"../core-json-ld/package.json\"",
|
|
141
|
+
"test:tsd": "tsd"
|
|
142
|
+
},
|
|
143
|
+
"engines": {
|
|
144
|
+
"node": ">=12.0.0"
|
|
145
|
+
},
|
|
146
|
+
"pinDependencies": {
|
|
147
|
+
"@types/jest": [
|
|
148
|
+
"29",
|
|
149
|
+
"pinned jest@29"
|
|
150
|
+
],
|
|
151
|
+
"@types/uuid": [
|
|
152
|
+
"8",
|
|
153
|
+
"uuid@9 emit non-ES5 build because of default parameters"
|
|
154
|
+
],
|
|
155
|
+
"uuid": [
|
|
156
|
+
"8",
|
|
157
|
+
"uuid@9 emit non-ES5 build because of default parameters"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"localDependencies": {
|
|
161
|
+
"@msinternal/botframework-webchat-base": "development",
|
|
162
|
+
"@msinternal/botframework-webchat-core-debug-api": "development",
|
|
163
|
+
"@msinternal/botframework-webchat-core-graph": "development",
|
|
164
|
+
"@msinternal/botframework-webchat-core-json-ld": "development",
|
|
165
|
+
"@msinternal/botframework-webchat-tsconfig": "development"
|
|
71
166
|
},
|
|
72
167
|
"devDependencies": {
|
|
73
|
-
"@babel/
|
|
74
|
-
"@babel/
|
|
75
|
-
"@babel/plugin-transform-
|
|
76
|
-
"@babel/
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"
|
|
168
|
+
"@babel/core": "^7.29.0",
|
|
169
|
+
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
170
|
+
"@babel/plugin-transform-typescript": "^7.28.6",
|
|
171
|
+
"@babel/preset-env": "^7.29.2",
|
|
172
|
+
"@msinternal/botframework-webchat-base": "4.19.0",
|
|
173
|
+
"@msinternal/botframework-webchat-core-debug-api": "4.19.0",
|
|
174
|
+
"@msinternal/botframework-webchat-core-graph": "4.19.0",
|
|
175
|
+
"@msinternal/botframework-webchat-core-json-ld": "4.19.0",
|
|
176
|
+
"@msinternal/botframework-webchat-tsconfig": "4.19.0",
|
|
177
|
+
"@testduet/given-when-then": "^0.1.0",
|
|
178
|
+
"@types/jest": "^29.5.14",
|
|
179
|
+
"@types/node": "^25.6.0",
|
|
180
|
+
"@types/uuid": "^8.3.4",
|
|
181
|
+
"babel-plugin-istanbul": "^8.0.0",
|
|
80
182
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
81
|
-
"botframework-directlinejs": "^0.15.
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"typescript": "^5.4.5"
|
|
183
|
+
"botframework-directlinejs": "^0.15.8",
|
|
184
|
+
"cross-env": "^10.1.0",
|
|
185
|
+
"tsd": "^0.33.0",
|
|
186
|
+
"type-fest": "^5.6.0",
|
|
187
|
+
"typescript": "^6.0.3"
|
|
87
188
|
},
|
|
88
189
|
"dependencies": {
|
|
89
|
-
"@babel/runtime": "7.
|
|
190
|
+
"@babel/runtime": "7.29.2",
|
|
191
|
+
"@redux-devtools/extension": "4.0.0",
|
|
192
|
+
"core-js-pure": "3.49.0",
|
|
193
|
+
"iter-fest": "0.3.1",
|
|
90
194
|
"jwt-decode": "4.0.0",
|
|
91
195
|
"math-random": "2.0.1",
|
|
92
|
-
"mime": "4.0
|
|
93
|
-
"p-defer": "4.0.1",
|
|
94
|
-
"p-defer-es5": "2.0.1",
|
|
196
|
+
"mime": "4.1.0",
|
|
95
197
|
"redux": "5.0.1",
|
|
96
|
-
"redux-
|
|
97
|
-
"redux-saga": "1.3.0",
|
|
198
|
+
"redux-saga": "1.4.2",
|
|
98
199
|
"simple-update-in": "2.2.0",
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
"engines": {
|
|
102
|
-
"node": ">=12.0.0"
|
|
200
|
+
"uuid": "8.3.2",
|
|
201
|
+
"valibot": "1.3.1"
|
|
103
202
|
},
|
|
104
|
-
"
|
|
105
|
-
"@babel/cli": [
|
|
106
|
-
"7.18.10",
|
|
107
|
-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
|
|
108
|
-
],
|
|
109
|
-
"@babel/core": [
|
|
110
|
-
"7.19.1",
|
|
111
|
-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
|
|
112
|
-
],
|
|
113
|
-
"@babel/plugin-transform-runtime": [
|
|
114
|
-
"7.19.1",
|
|
115
|
-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
|
|
116
|
-
],
|
|
117
|
-
"@babel/plugin-transform-typescript": [
|
|
118
|
-
"7.19.1",
|
|
119
|
-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
|
|
120
|
-
],
|
|
121
|
-
"@babel/preset-env": [
|
|
122
|
-
"7.19.1",
|
|
123
|
-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
|
|
124
|
-
],
|
|
125
|
-
"@babel/runtime": [
|
|
126
|
-
"7.19.0",
|
|
127
|
-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
|
|
128
|
-
]
|
|
129
|
-
}
|
|
203
|
+
"peerDependencies": {}
|
|
130
204
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="jest" />
|
|
2
|
+
|
|
3
|
+
test('CommonJS should export matching buildInfo', () => {
|
|
4
|
+
const { buildInfo } = jest.requireActual('../../dist/botframework-webchat-core.js');
|
|
5
|
+
|
|
6
|
+
expect(buildInfo).toHaveProperty('buildTool', 'tsup');
|
|
7
|
+
expect(buildInfo).toHaveProperty('moduleFormat', 'commonjs');
|
|
8
|
+
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="jest" />
|
|
2
|
+
|
|
3
|
+
test('ESModules should export matching buildInfo', () => {
|
|
4
|
+
const { buildInfo } = jest.requireActual('../../dist/botframework-webchat-core.mjs');
|
|
5
|
+
|
|
6
|
+
expect(buildInfo).toHaveProperty('buildTool', 'tsup');
|
|
7
|
+
expect(buildInfo).toHaveProperty('moduleFormat', 'esmodules');
|
|
8
|
+
});
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/// <reference types="jest" />
|
|
2
|
+
|
|
1
3
|
/* eslint no-magic-numbers: "off" */
|
|
2
4
|
|
|
3
5
|
import { applyMiddleware, combineReducers, createStore } from 'redux';
|
|
@@ -82,7 +84,7 @@ beforeEach(() => {
|
|
|
82
84
|
jest.setTimeout(2000);
|
|
83
85
|
|
|
84
86
|
beforeEach(() => {
|
|
85
|
-
jest.useFakeTimers();
|
|
87
|
+
jest.useFakeTimers({ doNotFake: ['performance'] });
|
|
86
88
|
});
|
|
87
89
|
|
|
88
90
|
afterEach(() => {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { literal, object, pipe, readonly, type InferOutput } from 'valibot';
|
|
2
|
+
|
|
3
|
+
const CLEAR_SUGGESTED_ACTIONS = 'WEB_CHAT/CLEAR_SUGGESTED_ACTIONS' as const;
|
|
4
|
+
|
|
5
|
+
const clearSuggestedActionsActionSchema = pipe(
|
|
6
|
+
object({
|
|
7
|
+
type: literal(CLEAR_SUGGESTED_ACTIONS)
|
|
8
|
+
}),
|
|
9
|
+
readonly()
|
|
10
|
+
);
|
|
11
|
+
|
|
12
|
+
type ClearSuggestedActionsAction = InferOutput<typeof clearSuggestedActionsActionSchema>;
|
|
13
|
+
|
|
14
|
+
export default function clearSuggestedActions(): ClearSuggestedActionsAction {
|
|
15
|
+
return {
|
|
16
|
+
type: CLEAR_SUGGESTED_ACTIONS
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { CLEAR_SUGGESTED_ACTIONS, clearSuggestedActionsActionSchema, type ClearSuggestedActionsAction };
|
|
@@ -5,7 +5,15 @@ const CONNECT_PENDING = `${CONNECT}_PENDING`;
|
|
|
5
5
|
const CONNECT_REJECTED = `${CONNECT}_REJECTED`;
|
|
6
6
|
const CONNECT_STILL_PENDING = `${CONNECT}_STILL_PENDING`;
|
|
7
7
|
|
|
8
|
-
export default function connect({
|
|
8
|
+
export default function connect({
|
|
9
|
+
directLine,
|
|
10
|
+
userID,
|
|
11
|
+
username
|
|
12
|
+
}: {
|
|
13
|
+
readonly directLine: any;
|
|
14
|
+
readonly userID: string;
|
|
15
|
+
readonly username: string;
|
|
16
|
+
}) {
|
|
9
17
|
return {
|
|
10
18
|
type: CONNECT,
|
|
11
19
|
payload: {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const VOICE_MUTE_RECORDING = 'WEB_CHAT/VOICE_MUTE_RECORDING' as const;
|
|
2
|
+
|
|
3
|
+
type VoiceMuteRecordingAction = {
|
|
4
|
+
type: typeof VOICE_MUTE_RECORDING;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
function muteVoiceRecording(): VoiceMuteRecordingAction {
|
|
8
|
+
return {
|
|
9
|
+
type: VOICE_MUTE_RECORDING
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export default muteVoiceRecording;
|
|
14
|
+
|
|
15
|
+
export { VOICE_MUTE_RECORDING };
|
|
16
|
+
|
|
17
|
+
export type { VoiceMuteRecordingAction };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { WebChatActivity } from '../types/WebChatActivity';
|
|
2
|
+
|
|
3
|
+
const VOICE_POST_ACTIVITY = 'WEB_CHAT/VOICE_POST_ACTIVITY' as const;
|
|
4
|
+
|
|
5
|
+
type VoicePostActivityAction = {
|
|
6
|
+
type: typeof VOICE_POST_ACTIVITY;
|
|
7
|
+
payload: { activity: WebChatActivity };
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
function postVoiceActivity(activity: WebChatActivity): VoicePostActivityAction {
|
|
11
|
+
return {
|
|
12
|
+
type: VOICE_POST_ACTIVITY,
|
|
13
|
+
payload: { activity }
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export default postVoiceActivity;
|
|
18
|
+
|
|
19
|
+
export { VOICE_POST_ACTIVITY };
|
|
20
|
+
|
|
21
|
+
export type { VoicePostActivityAction };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type Action } from 'redux';
|
|
2
|
+
import { custom, function_, is, literal, object, pipe, readonly, type InferOutput } from 'valibot';
|
|
3
|
+
|
|
4
|
+
const REGISTER_ACTION_SINK = 'WEB_CHAT_INTERNAL/REGISTER_ACTION_SINK' as const;
|
|
5
|
+
|
|
6
|
+
const registerActionSinkActionSchema = pipe(
|
|
7
|
+
object({
|
|
8
|
+
payload: pipe(
|
|
9
|
+
object({
|
|
10
|
+
sink: custom<(action: Action) => void>(value => is(function_(), value))
|
|
11
|
+
}),
|
|
12
|
+
readonly()
|
|
13
|
+
),
|
|
14
|
+
type: literal(REGISTER_ACTION_SINK)
|
|
15
|
+
}),
|
|
16
|
+
readonly()
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
type RegisterActionSinkAction = InferOutput<typeof registerActionSinkActionSchema>;
|
|
20
|
+
|
|
21
|
+
function registerActionSink(sink: (action: Action) => void): RegisterActionSinkAction {
|
|
22
|
+
return {
|
|
23
|
+
payload: { sink },
|
|
24
|
+
type: REGISTER_ACTION_SINK
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export default registerActionSink;
|
|
29
|
+
export { REGISTER_ACTION_SINK, registerActionSinkActionSchema, type RegisterActionSinkAction };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const VOICE_REGISTER_HANDLER = 'WEB_CHAT/VOICE_REGISTER_HANDLER' as const;
|
|
2
|
+
|
|
3
|
+
type VoiceHandler = {
|
|
4
|
+
queueAudio: (base64: string) => void;
|
|
5
|
+
stopAllAudio: () => void;
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
type VoiceRegisterHandlerAction = {
|
|
9
|
+
type: typeof VOICE_REGISTER_HANDLER;
|
|
10
|
+
payload: { id: string; voiceHandler: VoiceHandler };
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
function registerVoiceHandler(id: string, voiceHandler: VoiceHandler): VoiceRegisterHandlerAction {
|
|
14
|
+
return {
|
|
15
|
+
type: VOICE_REGISTER_HANDLER,
|
|
16
|
+
payload: { id, voiceHandler }
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default registerVoiceHandler;
|
|
21
|
+
|
|
22
|
+
export { VOICE_REGISTER_HANDLER };
|
|
23
|
+
|
|
24
|
+
export type { VoiceHandler, VoiceRegisterHandlerAction };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const SEND_MESSAGE_BACK = 'WEB_CHAT/SEND_MESSAGE_BACK';
|
|
2
2
|
|
|
3
|
-
export default function sendMessageback(value, text, displayText) {
|
|
3
|
+
export default function sendMessageback(value: any, text: string | undefined, displayText: string | undefined) {
|
|
4
4
|
return {
|
|
5
5
|
type: SEND_MESSAGE_BACK,
|
|
6
6
|
payload: { displayText, text, value }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const SET_DICTATE_INTERIMS = 'WEB_CHAT/SET_DICTATE_INTERIMS';
|
|
2
2
|
|
|
3
|
-
export default function setDictateInterims(dictateInterims) {
|
|
3
|
+
export default function setDictateInterims(dictateInterims: readonly string[]) {
|
|
4
4
|
return {
|
|
5
5
|
type: SET_DICTATE_INTERIMS,
|
|
6
6
|
payload: { dictateInterims }
|
|
@@ -5,7 +5,7 @@ type SetSendTypingIndicatorAction = {
|
|
|
5
5
|
type: typeof SET_SEND_TYPING_INDICATOR;
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
export default function setSendTypingIndicator(value): SetSendTypingIndicatorAction {
|
|
8
|
+
export default function setSendTypingIndicator(value: boolean): SetSendTypingIndicatorAction {
|
|
9
9
|
return {
|
|
10
10
|
payload: { sendTypingIndicator: !!value },
|
|
11
11
|
type: SET_SEND_TYPING_INDICATOR
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { array, custom, is, literal, object, optional, pipe, readonly, type InferOutput } from 'valibot';
|
|
2
|
+
import { type DirectLineCardAction } from '../types/external/DirectLineCardAction';
|
|
3
|
+
import { type WebChatActivity } from '../types/WebChatActivity';
|
|
4
|
+
|
|
5
|
+
const EMPTY_ARRAY: readonly DirectLineCardAction[] = Object.freeze([]);
|
|
6
|
+
|
|
7
|
+
const SET_SUGGESTED_ACTIONS = 'WEB_CHAT/SET_SUGGESTED_ACTIONS' as const;
|
|
8
|
+
|
|
9
|
+
const setSuggestedActionsActionSchema = pipe(
|
|
10
|
+
object({
|
|
11
|
+
payload: pipe(
|
|
12
|
+
object({
|
|
13
|
+
originActivity: optional(custom<WebChatActivity>(value => is(object({}), value))),
|
|
14
|
+
suggestedActions: pipe(array(custom<DirectLineCardAction>(value => is(object({}), value))), readonly())
|
|
15
|
+
}),
|
|
16
|
+
readonly()
|
|
17
|
+
),
|
|
18
|
+
type: literal(SET_SUGGESTED_ACTIONS)
|
|
19
|
+
}),
|
|
20
|
+
readonly()
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
type SetSuggestedActionsAction = InferOutput<typeof setSuggestedActionsActionSchema>;
|
|
24
|
+
|
|
25
|
+
export default function setSuggestedActions(
|
|
26
|
+
suggestedActions: readonly DirectLineCardAction[] = EMPTY_ARRAY,
|
|
27
|
+
originActivity: undefined | WebChatActivity = undefined
|
|
28
|
+
): SetSuggestedActionsAction {
|
|
29
|
+
return {
|
|
30
|
+
type: SET_SUGGESTED_ACTIONS,
|
|
31
|
+
payload: { originActivity, suggestedActions }
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { SET_SUGGESTED_ACTIONS, setSuggestedActionsActionSchema, type SetSuggestedActionsAction };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const VOICE_SET_STATE = 'WEB_CHAT/VOICE_SET_STATE' as const;
|
|
2
|
+
|
|
3
|
+
type VoiceState = 'idle' | 'listening' | 'user_speaking' | 'processing' | 'bot_speaking';
|
|
4
|
+
|
|
5
|
+
type VoiceSetStateAction = {
|
|
6
|
+
type: typeof VOICE_SET_STATE;
|
|
7
|
+
payload: { voiceState: VoiceState };
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
function setVoiceState(voiceState: VoiceState): VoiceSetStateAction {
|
|
11
|
+
return {
|
|
12
|
+
type: VOICE_SET_STATE,
|
|
13
|
+
payload: { voiceState }
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export default setVoiceState;
|
|
18
|
+
|
|
19
|
+
export { VOICE_SET_STATE };
|
|
20
|
+
|
|
21
|
+
export type { VoiceState, VoiceSetStateAction };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const VOICE_START_RECORDING = 'WEB_CHAT/VOICE_START_RECORDING' as const;
|
|
2
|
+
|
|
3
|
+
type VoiceStartRecordingAction = {
|
|
4
|
+
type: typeof VOICE_START_RECORDING;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
function startVoiceRecording(): VoiceStartRecordingAction {
|
|
8
|
+
return {
|
|
9
|
+
type: VOICE_START_RECORDING
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export default startVoiceRecording;
|
|
14
|
+
|
|
15
|
+
export { VOICE_START_RECORDING };
|
|
16
|
+
|
|
17
|
+
export type { VoiceStartRecordingAction };
|