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
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import * as valibot from 'valibot';
|
|
2
|
+
import { InferOutput, GenericSchema, ObjectSchema } from 'valibot';
|
|
3
|
+
|
|
4
|
+
type Handler<Result, Request> = (request: Request) => Result;
|
|
5
|
+
type Enhancer<Result, Request> = (next: Handler<Result, Request>) => Handler<Result, Request>;
|
|
6
|
+
type Middleware<Result, Request, Init> = (init: Init) => Enhancer<Result, Request>;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Schema of JSON-LD identifier (`@id`). Must be either IRI or blank node identifier (prefixed with `_:`).
|
|
10
|
+
*
|
|
11
|
+
* @see {@link https://www.w3.org/TR/json-ld11/#node-identifiers JSON-LD 1.1: Node Identifiers}
|
|
12
|
+
*/
|
|
13
|
+
declare const IdentifierSchema: valibot.UnionSchema<[GenericSchema<`_:${string}`>, GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">;
|
|
14
|
+
type Identifier = InferOutput<typeof IdentifierSchema>;
|
|
15
|
+
|
|
16
|
+
type GraphSubscriberRecord = {
|
|
17
|
+
readonly upsertedNodeIdentifiers: ReadonlySet<Identifier>;
|
|
18
|
+
};
|
|
19
|
+
type GraphSubscriber = (event: GraphSubscriberRecord) => void;
|
|
20
|
+
type GraphNode = {
|
|
21
|
+
'@id': Identifier;
|
|
22
|
+
};
|
|
23
|
+
type GraphMiddleware<TInput extends GraphNode, TOutput extends GraphNode> = Middleware<ReadonlyMap<Identifier, TOutput>, ReadonlyMap<Identifier, TInput>, {
|
|
24
|
+
readonly getState: () => GraphState<TOutput>;
|
|
25
|
+
}>;
|
|
26
|
+
type GraphState<T extends GraphNode = GraphNode> = ReadonlyMap<Identifier, T>;
|
|
27
|
+
type ReadableGraph<TInput extends GraphNode, TOutput extends GraphNode> = {
|
|
28
|
+
readonly act: (fn: (graph: WritableGraph<TInput, TOutput>) => void) => void;
|
|
29
|
+
readonly getState: () => GraphState<TOutput>;
|
|
30
|
+
readonly subscribe: (subscriber: GraphSubscriber) => void;
|
|
31
|
+
};
|
|
32
|
+
type WritableGraph<TInput extends GraphNode, TOutput extends GraphNode> = {
|
|
33
|
+
readonly getState: () => GraphState<TOutput>;
|
|
34
|
+
readonly upsert: (...nodes: readonly TInput[]) => void;
|
|
35
|
+
};
|
|
36
|
+
declare class Graph<TInput extends GraphNode, TOutput extends GraphNode = TInput> implements ReadableGraph<TInput, TOutput> {
|
|
37
|
+
#private;
|
|
38
|
+
constructor(firstMiddleware: GraphMiddleware<TInput, TOutput>, ...restMiddleware: readonly GraphMiddleware<TInput, TOutput>[]);
|
|
39
|
+
act(fn: (graph: WritableGraph<TInput, TOutput>) => void): void;
|
|
40
|
+
getState(): GraphState<TOutput>;
|
|
41
|
+
subscribe(subscriber: GraphSubscriber): () => void;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare const SlantNodeSchema: valibot.SchemaWithPipe<readonly [valibot.ObjectWithRestSchema<{
|
|
45
|
+
readonly '@context': valibot.OptionalSchema<valibot.StringSchema<"@context must be an IRI">, undefined>;
|
|
46
|
+
readonly '@id': valibot.UnionSchema<[valibot.GenericSchema<`_:${string}`>, valibot.GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">;
|
|
47
|
+
readonly '@type': valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.StringSchema<"element in @type must be a string">, "@type must be array of string">, valibot.TransformAction<string[], readonly string[]>, valibot.MinLengthAction<readonly string[], 1, "@type must have at least one element">]>;
|
|
48
|
+
readonly hasPart: valibot.OptionalSchema<valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.SchemaWithPipe<readonly [valibot.StrictObjectSchema<{
|
|
49
|
+
readonly '@id': valibot.UnionSchema<[valibot.GenericSchema<`_:${string}`>, valibot.GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">;
|
|
50
|
+
readonly '@type': valibot.OptionalSchema<valibot.UnionSchema<[valibot.StringSchema<undefined>, valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.StringSchema<undefined>, undefined>, valibot.MinLengthAction<string[], 1, undefined>]>], "@type must be string or array of string with at least 1 element">, undefined>;
|
|
51
|
+
}, "NodeReference must only have @id and optional @type">, valibot.TransformAction<{
|
|
52
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
53
|
+
'@type'?: string | string[] | undefined;
|
|
54
|
+
}, Readonly<{
|
|
55
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
56
|
+
'@type'?: string | string[] | undefined;
|
|
57
|
+
}>>]>, "hasPart must be array of NodeReference">, valibot.TransformAction<Readonly<{
|
|
58
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
59
|
+
'@type'?: string | string[] | undefined;
|
|
60
|
+
}>[], readonly Readonly<{
|
|
61
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
62
|
+
'@type'?: string | string[] | undefined;
|
|
63
|
+
}>[]>, valibot.MinLengthAction<readonly Readonly<{
|
|
64
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
65
|
+
'@type'?: string | string[] | undefined;
|
|
66
|
+
}>[], 1, "hasPart, if present, must have at least one element">]>, undefined>;
|
|
67
|
+
readonly isPartOf: valibot.OptionalSchema<valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.SchemaWithPipe<readonly [valibot.StrictObjectSchema<{
|
|
68
|
+
readonly '@id': valibot.UnionSchema<[valibot.GenericSchema<`_:${string}`>, valibot.GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">;
|
|
69
|
+
readonly '@type': valibot.OptionalSchema<valibot.UnionSchema<[valibot.StringSchema<undefined>, valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.StringSchema<undefined>, undefined>, valibot.MinLengthAction<string[], 1, undefined>]>], "@type must be string or array of string with at least 1 element">, undefined>;
|
|
70
|
+
}, "NodeReference must only have @id and optional @type">, valibot.TransformAction<{
|
|
71
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
72
|
+
'@type'?: string | string[] | undefined;
|
|
73
|
+
}, Readonly<{
|
|
74
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
75
|
+
'@type'?: string | string[] | undefined;
|
|
76
|
+
}>>]>, "isPartOf must be array of NodeReference">, valibot.TransformAction<Readonly<{
|
|
77
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
78
|
+
'@type'?: string | string[] | undefined;
|
|
79
|
+
}>[], readonly Readonly<{
|
|
80
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
81
|
+
'@type'?: string | string[] | undefined;
|
|
82
|
+
}>[]>, valibot.MinLengthAction<readonly Readonly<{
|
|
83
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
84
|
+
'@type'?: string | string[] | undefined;
|
|
85
|
+
}>[], 1, "isPartOf, if present, must have at least one element">]>, undefined>;
|
|
86
|
+
}, valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.UnionSchema<[valibot.StrictObjectSchema<{
|
|
87
|
+
readonly '@type': valibot.LiteralSchema<"@json", undefined>;
|
|
88
|
+
readonly '@value': valibot.UnknownSchema;
|
|
89
|
+
}, "JSON literal must only have @type and @value">, valibot.UnionSchema<[valibot.BooleanSchema<undefined>, valibot.NumberSchema<undefined>, valibot.StringSchema<undefined>], "Only boolean, number, and string are allowed for JSON-LD literal">, valibot.SchemaWithPipe<readonly [valibot.StrictObjectSchema<{
|
|
90
|
+
readonly '@id': valibot.UnionSchema<[valibot.GenericSchema<`_:${string}`>, valibot.GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">;
|
|
91
|
+
readonly '@type': valibot.OptionalSchema<valibot.UnionSchema<[valibot.StringSchema<undefined>, valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.StringSchema<undefined>, undefined>, valibot.MinLengthAction<string[], 1, undefined>]>], "@type must be string or array of string with at least 1 element">, undefined>;
|
|
92
|
+
}, "NodeReference must only have @id and optional @type">, valibot.TransformAction<{
|
|
93
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
94
|
+
'@type'?: string | string[] | undefined;
|
|
95
|
+
}, Readonly<{
|
|
96
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
97
|
+
'@type'?: string | string[] | undefined;
|
|
98
|
+
}>>]>], "Properties of slant node must be array of JSON literal, literal or node reference">, undefined>, valibot.MinLengthAction<(string | number | boolean | {
|
|
99
|
+
'@type': "@json";
|
|
100
|
+
'@value': unknown;
|
|
101
|
+
} | Readonly<{
|
|
102
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
103
|
+
'@type'?: string | string[] | undefined;
|
|
104
|
+
}>)[], 1, "Properties of slant node must be an array with at least 1 element">]>, undefined>, valibot.TransformAction<{
|
|
105
|
+
'@context'?: string | undefined;
|
|
106
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
107
|
+
'@type': readonly string[];
|
|
108
|
+
hasPart?: readonly Readonly<{
|
|
109
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
110
|
+
'@type'?: string | string[] | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
isPartOf?: readonly Readonly<{
|
|
113
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
114
|
+
'@type'?: string | string[] | undefined;
|
|
115
|
+
}>[] | undefined;
|
|
116
|
+
} & {
|
|
117
|
+
[key: string]: (string | number | boolean | {
|
|
118
|
+
'@type': "@json";
|
|
119
|
+
'@value': unknown;
|
|
120
|
+
} | Readonly<{
|
|
121
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
122
|
+
'@type'?: string | string[] | undefined;
|
|
123
|
+
}>)[];
|
|
124
|
+
}, Readonly<{
|
|
125
|
+
'@context'?: string | undefined;
|
|
126
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
127
|
+
'@type': readonly string[];
|
|
128
|
+
hasPart?: readonly Readonly<{
|
|
129
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
130
|
+
'@type'?: string | string[] | undefined;
|
|
131
|
+
}>[] | undefined;
|
|
132
|
+
isPartOf?: readonly Readonly<{
|
|
133
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
134
|
+
'@type'?: string | string[] | undefined;
|
|
135
|
+
}>[] | undefined;
|
|
136
|
+
} & {
|
|
137
|
+
[key: string]: (string | number | boolean | {
|
|
138
|
+
'@type': "@json";
|
|
139
|
+
'@value': unknown;
|
|
140
|
+
} | Readonly<{
|
|
141
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
142
|
+
'@type'?: string | string[] | undefined;
|
|
143
|
+
}>)[];
|
|
144
|
+
}>>]>;
|
|
145
|
+
type SlantNode = InferOutput<ObjectSchema<(typeof SlantNodeSchema)['entries'], undefined>> & {
|
|
146
|
+
[key: string]: unknown;
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
declare function isOfType(nodeObject: {
|
|
150
|
+
'@type': readonly string[] | string;
|
|
151
|
+
}, type: string): boolean;
|
|
152
|
+
|
|
153
|
+
declare const MessageNodeSchema: valibot.SchemaWithPipe<readonly [valibot.IntersectSchema<[valibot.SchemaWithPipe<readonly [valibot.ObjectSchema<{
|
|
154
|
+
readonly '@id': valibot.UnionSchema<[valibot.GenericSchema<`_:${string}`>, valibot.GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">;
|
|
155
|
+
readonly '@type': valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.StringSchema<undefined>, undefined>, valibot.IncludesAction<string[], "urn:microsoft:webchat:direct-line-activity", undefined>]>;
|
|
156
|
+
readonly identifier: valibot.OptionalSchema<valibot.ArraySchema<valibot.UnionSchema<[valibot.GenericSchema<`_:${string}`>, valibot.GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">, undefined>, undefined>;
|
|
157
|
+
readonly position: valibot.TupleSchema<[valibot.NumberSchema<undefined>], undefined>;
|
|
158
|
+
readonly sender: valibot.OptionalSchema<valibot.TupleSchema<[valibot.SchemaWithPipe<readonly [valibot.StrictObjectSchema<{
|
|
159
|
+
readonly '@id': valibot.UnionSchema<[valibot.GenericSchema<`_:${string}`>, valibot.GenericSchema<`https://${string}`>], "@id is required and must be an IRI or blank node identifier">;
|
|
160
|
+
readonly '@type': valibot.OptionalSchema<valibot.UnionSchema<[valibot.StringSchema<undefined>, valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.StringSchema<undefined>, undefined>, valibot.MinLengthAction<string[], 1, undefined>]>], "@type must be string or array of string with at least 1 element">, undefined>;
|
|
161
|
+
}, "NodeReference must only have @id and optional @type">, valibot.TransformAction<{
|
|
162
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
163
|
+
'@type'?: string | string[] | undefined;
|
|
164
|
+
}, Readonly<{
|
|
165
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
166
|
+
'@type'?: string | string[] | undefined;
|
|
167
|
+
}>>]>], undefined>, undefined>;
|
|
168
|
+
readonly 'urn:microsoft:webchat:direct-line-activity:raw-json': valibot.TupleSchema<[valibot.StrictObjectSchema<{
|
|
169
|
+
readonly '@type': valibot.LiteralSchema<"@json", undefined>;
|
|
170
|
+
readonly '@value': valibot.UnknownSchema;
|
|
171
|
+
}, "JSON literal must only have @type and @value">], undefined>;
|
|
172
|
+
readonly 'urn:microsoft:webchat:direct-line-activity:type': valibot.TupleSchema<[valibot.StringSchema<undefined>], undefined>;
|
|
173
|
+
}, undefined>, valibot.ReadonlyAction<{
|
|
174
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
175
|
+
'@type': string[];
|
|
176
|
+
identifier?: (`_:${string}` | `https://${string}`)[] | undefined;
|
|
177
|
+
position: [number];
|
|
178
|
+
sender?: [Readonly<{
|
|
179
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
180
|
+
'@type'?: string | string[] | undefined;
|
|
181
|
+
}>] | undefined;
|
|
182
|
+
'urn:microsoft:webchat:direct-line-activity:raw-json': [{
|
|
183
|
+
'@type': "@json";
|
|
184
|
+
'@value': unknown;
|
|
185
|
+
}];
|
|
186
|
+
'urn:microsoft:webchat:direct-line-activity:type': [string];
|
|
187
|
+
}>]>, valibot.ObjectSchema<{
|
|
188
|
+
readonly '@type': valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.StringSchema<undefined>, undefined>, valibot.MinLengthAction<string[], 1, undefined>, valibot.IncludesAction<string[], "Message", undefined>]>;
|
|
189
|
+
readonly encodingFormat: valibot.TupleSchema<[valibot.PicklistSchema<["text/markdown", "text/plain"], undefined>], undefined>;
|
|
190
|
+
readonly text: valibot.OptionalSchema<valibot.TupleSchema<[valibot.StringSchema<undefined>], undefined>, undefined>;
|
|
191
|
+
}, undefined>], undefined>, valibot.TransformAction<Readonly<{
|
|
192
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
193
|
+
'@type': string[];
|
|
194
|
+
identifier?: (`_:${string}` | `https://${string}`)[] | undefined;
|
|
195
|
+
position: [number];
|
|
196
|
+
sender?: [Readonly<{
|
|
197
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
198
|
+
'@type'?: string | string[] | undefined;
|
|
199
|
+
}>] | undefined;
|
|
200
|
+
'urn:microsoft:webchat:direct-line-activity:raw-json': [{
|
|
201
|
+
'@type': "@json";
|
|
202
|
+
'@value': unknown;
|
|
203
|
+
}];
|
|
204
|
+
'urn:microsoft:webchat:direct-line-activity:type': [string];
|
|
205
|
+
}> & {
|
|
206
|
+
'@type': string[];
|
|
207
|
+
encodingFormat: ["text/markdown" | "text/plain"];
|
|
208
|
+
text?: [string] | undefined;
|
|
209
|
+
}, Readonly<Readonly<{
|
|
210
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
211
|
+
'@type': string[];
|
|
212
|
+
identifier?: (`_:${string}` | `https://${string}`)[] | undefined;
|
|
213
|
+
position: [number];
|
|
214
|
+
sender?: [Readonly<{
|
|
215
|
+
'@id': `_:${string}` | `https://${string}`;
|
|
216
|
+
'@type'?: string | string[] | undefined;
|
|
217
|
+
}>] | undefined;
|
|
218
|
+
'urn:microsoft:webchat:direct-line-activity:raw-json': [{
|
|
219
|
+
'@type': "@json";
|
|
220
|
+
'@value': unknown;
|
|
221
|
+
}];
|
|
222
|
+
'urn:microsoft:webchat:direct-line-activity:type': [string];
|
|
223
|
+
}> & {
|
|
224
|
+
'@type': string[];
|
|
225
|
+
encodingFormat: ["text/markdown" | "text/plain"];
|
|
226
|
+
text?: [string] | undefined;
|
|
227
|
+
}>>]>;
|
|
228
|
+
type MessageNode = InferOutput<typeof MessageNodeSchema>;
|
|
229
|
+
|
|
230
|
+
type AnyNode = Record<string, unknown> & {
|
|
231
|
+
readonly '@id': Identifier;
|
|
232
|
+
readonly '@type': string | readonly string[];
|
|
233
|
+
};
|
|
234
|
+
declare class SlantGraph extends Graph<AnyNode, SlantNode> {
|
|
235
|
+
constructor();
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export { SlantGraph as S, IdentifierSchema as e, MessageNodeSchema as f, SlantNodeSchema as h, isOfType as i };
|
|
239
|
+
export type { GraphMiddleware as G, Identifier as I, MessageNode as M, ReadableGraph as R, WritableGraph as W, GraphNode as a, GraphState as b, GraphSubscriber as c, GraphSubscriberRecord as d, SlantNode as g };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { A as Activity } from './WebChatActivity-CYqxBG_4.mjs';
|
|
2
|
+
export { L as LocalId, a as LocalIdSchema, g as getLocalIdFromActivity } from './WebChatActivity-CYqxBG_4.mjs';
|
|
3
|
+
import * as valibot from 'valibot';
|
|
4
|
+
import { InferOutput } from 'valibot';
|
|
5
|
+
import './_dtsroll-chunks/B7Whm73Q-tagged.js';
|
|
6
|
+
|
|
7
|
+
declare const PositionSchema: valibot.NumberSchema<"position must be a number">;
|
|
8
|
+
type Position = InferOutput<typeof PositionSchema>;
|
|
9
|
+
declare function getPositionFromActivity(activity: Readonly<Activity>): Position;
|
|
10
|
+
declare function queryPositionFromActivity(activity: Readonly<Activity>): Position | undefined;
|
|
11
|
+
|
|
12
|
+
declare const ReceivedAtSchema: valibot.NumberSchema<undefined>;
|
|
13
|
+
type ReceivedAt = InferOutput<typeof ReceivedAtSchema>;
|
|
14
|
+
declare function getReceivedAtFromActivity(activity: Readonly<Activity>): ReceivedAt;
|
|
15
|
+
declare function queryReceivedAtFromActivity(activity: Readonly<Activity>): ReceivedAt | undefined;
|
|
16
|
+
|
|
17
|
+
declare const SendStatusSchema: valibot.PicklistSchema<["sending", "send failed", "sent"], "Send status must be either \"sending\", \"send failed\" or \"sent\"">;
|
|
18
|
+
type SendStatus = InferOutput<typeof SendStatusSchema>;
|
|
19
|
+
declare function getSendStatusFromOutgoingActivity(activity: Activity): SendStatus;
|
|
20
|
+
declare function querySendStatusFromOutgoingActivity(activity: Activity): SendStatus | undefined;
|
|
21
|
+
|
|
22
|
+
export { PositionSchema, ReceivedAtSchema, SendStatusSchema, getPositionFromActivity, getReceivedAtFromActivity, getSendStatusFromOutgoingActivity, queryPositionFromActivity, queryReceivedAtFromActivity, querySendStatusFromOutgoingActivity };
|
|
23
|
+
export type { Position, ReceivedAt, SendStatus };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { A as Activity } from './WebChatActivity-CYqxBG_4.js';
|
|
2
|
+
export { L as LocalId, a as LocalIdSchema, g as getLocalIdFromActivity } from './WebChatActivity-CYqxBG_4.js';
|
|
3
|
+
import * as valibot from 'valibot';
|
|
4
|
+
import { InferOutput } from 'valibot';
|
|
5
|
+
import './_dtsroll-chunks/B7Whm73Q-tagged.js';
|
|
6
|
+
|
|
7
|
+
declare const PositionSchema: valibot.NumberSchema<"position must be a number">;
|
|
8
|
+
type Position = InferOutput<typeof PositionSchema>;
|
|
9
|
+
declare function getPositionFromActivity(activity: Readonly<Activity>): Position;
|
|
10
|
+
declare function queryPositionFromActivity(activity: Readonly<Activity>): Position | undefined;
|
|
11
|
+
|
|
12
|
+
declare const ReceivedAtSchema: valibot.NumberSchema<undefined>;
|
|
13
|
+
type ReceivedAt = InferOutput<typeof ReceivedAtSchema>;
|
|
14
|
+
declare function getReceivedAtFromActivity(activity: Readonly<Activity>): ReceivedAt;
|
|
15
|
+
declare function queryReceivedAtFromActivity(activity: Readonly<Activity>): ReceivedAt | undefined;
|
|
16
|
+
|
|
17
|
+
declare const SendStatusSchema: valibot.PicklistSchema<["sending", "send failed", "sent"], "Send status must be either \"sending\", \"send failed\" or \"sent\"">;
|
|
18
|
+
type SendStatus = InferOutput<typeof SendStatusSchema>;
|
|
19
|
+
declare function getSendStatusFromOutgoingActivity(activity: Activity): SendStatus;
|
|
20
|
+
declare function querySendStatusFromOutgoingActivity(activity: Activity): SendStatus | undefined;
|
|
21
|
+
|
|
22
|
+
export { PositionSchema, ReceivedAtSchema, SendStatusSchema, getPositionFromActivity, getReceivedAtFromActivity, getSendStatusFromOutgoingActivity, queryPositionFromActivity, queryReceivedAtFromActivity, querySendStatusFromOutgoingActivity };
|
|
23
|
+
export type { Position, ReceivedAt, SendStatus };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkLP2X2JTRjs = require('./chunk-LP2X2JTR.js');var _chunkRUERYYZOjs = require('./chunk-RUERYYZO.js');require('./chunk-XOE3AOSM.js');exports.LocalIdSchema = _chunkRUERYYZOjs.f; exports.PositionSchema = _chunkRUERYYZOjs.j; exports.ReceivedAtSchema = _chunkLP2X2JTRjs.a; exports.SendStatusSchema = _chunkLP2X2JTRjs.e; exports.getLocalIdFromActivity = _chunkRUERYYZOjs.g; exports.getPositionFromActivity = _chunkRUERYYZOjs.k; exports.getReceivedAtFromActivity = _chunkLP2X2JTRjs.b; exports.getSendStatusFromOutgoingActivity = _chunkLP2X2JTRjs.f; exports.queryPositionFromActivity = _chunkRUERYYZOjs.l; exports.queryReceivedAtFromActivity = _chunkLP2X2JTRjs.c; exports.querySendStatusFromOutgoingActivity = _chunkLP2X2JTRjs.g;
|
|
2
|
+
//# sourceMappingURL=botframework-webchat-core.activity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["/__w/1/s/BotFramework-WebChat/packages/core/dist/botframework-webchat-core.activity.js"],"names":[],"mappings":"AAAA,+HAA0E,sDAAoE,+BAA4B,6kBAAmU","file":"/__w/1/s/BotFramework-WebChat/packages/core/dist/botframework-webchat-core.activity.js"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as t,b as e,c as i,e as S,f as a,g as d}from"./chunk-Y6ZDNVRT.mjs";import{f as o,g as c,j as r,k as m,l as y}from"./chunk-ICNZKQJW.mjs";import"./chunk-HZWWJL43.mjs";export{o as LocalIdSchema,r as PositionSchema,t as ReceivedAtSchema,S as SendStatusSchema,c as getLocalIdFromActivity,m as getPositionFromActivity,e as getReceivedAtFromActivity,a as getSendStatusFromOutgoingActivity,y as queryPositionFromActivity,i as queryReceivedAtFromActivity,d as querySendStatusFromOutgoingActivity};
|
|
2
|
+
//# sourceMappingURL=botframework-webchat-core.activity.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|