@omnia/fx-models 8.0.547-dev → 8.0.548-dev
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/Enums.tooling.d.ts +2 -2
- package/Exposes.d.ts +1 -0
- package/Exposes.js +1 -0
- package/OmniaDocumentationUrlBuilder.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/http/Http.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/Activity.d.ts +80 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/Activity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityDefinition.d.ts +20 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityDefinition.js +24 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityFeed.d.ts +29 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityFeed.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityHubServiceId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/{OmniaHub.js → activity-hub/activities/ActivityHubServiceId.js} +1 -3
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRenderer.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRendererLoadingReferences.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivitySubscription.d.ts +16 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivitySubscription.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActorActivity.d.ts +52 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/index.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/index.js +11 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ActivityActorIdBag.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ActivityActorIdBag.js +19 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/Actor.d.ts +31 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ExternalActorId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ExternalActorId.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/ActivityChannel.d.ts +31 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/ActivityChannel.js +13 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/UpdateActivityChannelRequest.d.ts +37 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/UpdateActivityChannelRequest.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/Base64Image.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/Base64Image.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/FileOwnerId.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/TemporaryFileId.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/index.d.ts +9 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/index.js +12 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/Realtime.d.ts +28 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/Realtime.js +19 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/ActivityHubEndpoints.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/ActivityHubEndpoints.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/EmojiReaction.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/EmojiReaction.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Reaction.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Reaction.js +12 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Social.d.ts +15 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Social.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/ExternalIdentityProperty.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/ExternalIdentityProperty.js +19 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/HubSource.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/HubSource.js +8 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/FlowContent.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/FlowContent.js +2 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/index.js +2 -2
- package/internal-do-not-import-from-here/shared/providers/DefineHubClientProvider.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/providers/DefineHubCurrentActorProvider.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/providers/DefineRealtimeProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/shared/providers/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/services/index.d.ts +1 -0
- package/package.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaHub.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -13
- /package/{internal-do-not-import-from-here/shared/models/Realtime.js → OmniaDocumentationUrlBuilder.js} +0 -0
package/Enums.tooling.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LanguageTags, OmniaMimeType, guid } from "@omnia/fx-models";
|
|
2
|
-
declare const mimeTypes: Record<"c" | "x" | "map" | "html" | "s" | "
|
|
2
|
+
declare const mimeTypes: Record<"c" | "x" | "map" | "html" | "s" | "rgb" | "z" | "class" | "settings" | "js" | "css" | "aa" | "cd" | "cc" | "cab" | "cdf" | "i" | "ins" | "tr" | "jpeg" | "jpg" | "png" | "bmp" | "gif" | "svg" | "ico" | "pdf" | "dotx" | "docx" | "doc" | "dot" | "pptx" | "potx" | "ppt" | "pot" | "xlsx" | "xltx" | "xls" | "xlt" | "ms" | "dir" | "def" | "filters" | "user" | "src" | "one" | "ac3" | "323" | "caf" | "fdf" | "group" | "atom" | "h" | "rtf" | "3g2" | "3gp" | "3gp2" | "3gpp" | "7z" | "AAC" | "aaf" | "aax" | "aca" | "accda" | "accdb" | "accdc" | "accde" | "accdr" | "accdt" | "accdw" | "accft" | "acx" | "AddIn" | "ade" | "adobebridge" | "adp" | "ADT" | "ADTS" | "afm" | "ai" | "aif" | "aifc" | "aiff" | "air" | "amc" | "application" | "art" | "asa" | "asax" | "ascx" | "asd" | "asf" | "ashx" | "asi" | "asm" | "asmx" | "aspx" | "asr" | "asx" | "au" | "avi" | "axs" | "bas" | "bcpio" | "bin" | "calx" | "cat" | "cdda" | "cer" | "chm" | "clp" | "cmx" | "cnf" | "cod" | "config" | "contact" | "coverage" | "cpio" | "cpp" | "crd" | "crl" | "crt" | "cs" | "csdproj" | "csh" | "csproj" | "csv" | "cur" | "cxx" | "dat" | "datasource" | "dbproj" | "dcr" | "deploy" | "der" | "dgml" | "dib" | "dif" | "disco" | "dll" | "dll.config" | "dlm" | "docm" | "dotm" | "dsp" | "dsw" | "dtd" | "dtsConfig" | "dv" | "dvi" | "dwf" | "dwp" | "dxr" | "eml" | "emz" | "eot" | "eps" | "etl" | "etx" | "evy" | "exe" | "exe.config" | "fif" | "fla" | "flr" | "flv" | "fsscript" | "fsx" | "generictest" | "gsm" | "gtar" | "gz" | "hdf" | "hdml" | "hhc" | "hhk" | "hhp" | "hlp" | "hpp" | "hqx" | "hta" | "htc" | "htm" | "htt" | "hxa" | "hxc" | "hxd" | "hxe" | "hxf" | "hxh" | "hxi" | "hxk" | "hxq" | "hxr" | "hxs" | "hxt" | "hxv" | "hxw" | "hxx" | "ics" | "idl" | "ief" | "iii" | "inc" | "inf" | "inl" | "ipa" | "ipg" | "ipproj" | "ipsw" | "iqy" | "isp" | "ite" | "itlp" | "itms" | "itpc" | "IVF" | "jar" | "java" | "jck" | "jcz" | "jfif" | "jnlp" | "jpb" | "jpe" | "jsx" | "jsxbin" | "latex" | "library-ms" | "lit" | "loadtest" | "lpk" | "lsf" | "lst" | "lsx" | "lzh" | "m13" | "m14" | "m1v" | "m2t" | "m2ts" | "m2v" | "m3u" | "m3u8" | "m4a" | "m4b" | "m4p" | "m4r" | "m4v" | "mac" | "mak" | "man" | "manifest" | "master" | "mda" | "mdb" | "mde" | "mdp" | "me" | "mfp" | "mht" | "mhtml" | "mid" | "midi" | "mix" | "mk" | "mmf" | "mno" | "mny" | "mod" | "mov" | "movie" | "mp2" | "mp2v" | "mp3" | "mp4" | "mp4v" | "mpa" | "mpe" | "mpeg" | "mpf" | "mpg" | "mpp" | "mpv2" | "mqv" | "msi" | "mso" | "mts" | "mtx" | "mvb" | "mvc" | "mxp" | "nc" | "nsc" | "nws" | "ocx" | "oda" | "odc" | "odh" | "odl" | "odp" | "ods" | "odt" | "onea" | "onepkg" | "onetmp" | "onetoc" | "onetoc2" | "orderedtest" | "osdx" | "p10" | "p12" | "p7b" | "p7c" | "p7m" | "p7r" | "p7s" | "pbm" | "pcast" | "pct" | "pcx" | "pcz" | "pfb" | "pfm" | "pfx" | "pgm" | "pic" | "pict" | "pkgdef" | "pkgundef" | "pko" | "pls" | "pma" | "pmc" | "pml" | "pmr" | "pmw" | "pnm" | "pnt" | "pntg" | "pnz" | "potm" | "ppa" | "ppam" | "ppm" | "pps" | "ppsm" | "ppsx" | "pptm" | "prf" | "prm" | "prx" | "ps" | "psc1" | "psd" | "psess" | "psm" | "psp" | "pub" | "pwz" | "qht" | "qhtm" | "qt" | "qti" | "qtif" | "qtl" | "qxd" | "ra" | "ram" | "rar" | "ras" | "rat" | "rc" | "rc2" | "rct" | "rdlc" | "resx" | "rf" | "rgs" | "rm" | "rmi" | "rmp" | "roff" | "rpm" | "rqy" | "rtx" | "ruleset" | "safariextz" | "scd" | "sct" | "sd2" | "sdp" | "sea" | "searchConnector-ms" | "setpay" | "setreg" | "sgimb" | "sgml" | "sh" | "shar" | "shtml" | "sit" | "sitemap" | "skin" | "sldm" | "sldx" | "slk" | "sln" | "slupkg-ms" | "smd" | "smi" | "smx" | "smz" | "snd" | "snippet" | "snp" | "sol" | "sor" | "spc" | "spl" | "srf" | "SSISDeploymentManifest" | "ssm" | "sst" | "stl" | "sv4cpio" | "sv4crc" | "svc" | "swf" | "t" | "tar" | "tcl" | "testrunconfig" | "testsettings" | "tex" | "texi" | "texinfo" | "tgz" | "thmx" | "thn" | "tif" | "tiff" | "tlh" | "tli" | "toc" | "trm" | "trx" | "ts" | "tsv" | "ttf" | "tts" | "txt" | "u32" | "uls" | "ustar" | "vb" | "vbdproj" | "vbk" | "vbproj" | "vbs" | "vcf" | "vcproj" | "vcs" | "vcxproj" | "vddproj" | "vdp" | "vdproj" | "vdx" | "vml" | "vscontent" | "vsct" | "vsd" | "vsi" | "vsix" | "vsixlangpack" | "vsixmanifest" | "vsmdi" | "vspscc" | "vss" | "vsscc" | "vssettings" | "vssscc" | "vst" | "vstemplate" | "vsto" | "vsw" | "vsx" | "vtx" | "wav" | "wave" | "wax" | "wbk" | "wbmp" | "wcm" | "wdb" | "wdp" | "webarchive" | "webtest" | "wiq" | "wiz" | "wks" | "WLMP" | "wlpginstall" | "wlpginstall3" | "wm" | "wma" | "wmd" | "wmf" | "wml" | "wmlc" | "wmls" | "wmlsc" | "wmp" | "wmv" | "wmx" | "wmz" | "wpl" | "wps" | "wri" | "wrl" | "wrz" | "wsc" | "wsdl" | "wvx" | "xaf" | "xaml" | "xap" | "xbap" | "xbm" | "xdr" | "xht" | "xhtml" | "xla" | "xlam" | "xlc" | "xld" | "xlk" | "xll" | "xlm" | "xlsb" | "xlsm" | "xltm" | "xlw" | "xml" | "xmta" | "xof" | "XOML" | "xpm" | "xps" | "xrm-ms" | "xsc" | "xsd" | "xsf" | "xsl" | "xslt" | "xsn" | "xss" | "xtp" | "xwd" | "zip" | "woff" | "woff2", OmniaMimeType>;
|
|
3
3
|
declare const languageTags: Record<"ArSa" | "BgBg" | "CaEs" | "ZhTw" | "CsCz" | "DaDk" | "DeDe" | "ElGr" | "EnUs" | "FiFi" | "FrFr" | "HeIl" | "HuHu" | "IsIs" | "ItIt" | "JaJp" | "KoKr" | "NlNl" | "NbNo" | "PlPl" | "PtBr" | "RoRo" | "RuRu" | "HrHr" | "SkSk" | "SqAl" | "SvSe" | "ThTh" | "TrTr" | "UrPk" | "IdId" | "UkUa" | "BeBy" | "SlSi" | "EtEe" | "LvLv" | "LtLt" | "FaIr" | "ViVn" | "HyAm" | "EuEs" | "MkMk" | "AfZa" | "KaGe" | "FoFo" | "HiIn" | "MsMy" | "KkKz" | "KyKg" | "SwKe" | "TtRu" | "PaIn" | "GuIn" | "TaIn" | "TeIn" | "KnIn" | "MrIn" | "SaIn" | "MnMn" | "GlEs" | "DvMv" | "ArIq" | "ZhCn" | "DeCh" | "EnGb" | "EsMx" | "FrBe" | "ItCh" | "NlBe" | "NnNo" | "PtPt" | "SvFi" | "MsBn" | "ArEg" | "ZhHk" | "DeAt" | "EnAu" | "EnEs" | "FrCa" | "ArLy" | "ZhSg" | "DeLu" | "EnCa" | "EsGt" | "FrCh" | "ArDz" | "ZhMo" | "DeLi" | "EnNz" | "EsCr" | "FrLu" | "ArMa" | "EnIe" | "EsPa" | "FrMc" | "ArTn" | "EnZa" | "EsDo" | "ArOm" | "EnJm" | "EsVe" | "ArYe" | "EsCo" | "ArSy" | "EnBz" | "EsPe" | "ArJo" | "EnTt" | "EsAr" | "ArLb" | "EnZw" | "EsEc" | "EsEs" | "ArKw" | "EnPh" | "EsCl" | "ArAe" | "EsUy" | "ArBh" | "EsPy" | "ArQa" | "EsBo" | "EsSv" | "EsHn" | "EsPr" | "ZuZa" | "XhZa" | "FyNl" | "TnZa" | "SeSe" | "SeFi" | "CyGb" | "HrBa" | "MiNz" | "GaIe" | "RmCh" | "LbLu" | "NsZa" | "SeNo" | "MtMt", LanguageTags>;
|
|
4
4
|
declare const omniaGroupManifests: Record<"FxUxBootstrapper" | "Fx" | "FxConsole" | "FxUxCommonComponents" | "FxUxRichTextEditor" | "Header" | "ChromeGroup" | "LayoutCanvasGroup", guid>;
|
|
5
5
|
declare const omniaResourceManifests: Record<"AppCore" | "VelcronCore" | "VelcronSetup" | "FxServiceWorker" | "SplitPaneLib" | "ProsemirrorPackage" | "AuthSetupCore" | "LayoutCanvasShared" | "AwesomeProFont" | "FxUxBootstrapper" | "FxUxVuetifyCore" | "DynamicPlaceholderApis" | "AppPlaceHolderApis" | "FxUxMonacoEditor" | "FxUxAutocomplete" | "ClientBoot" | "FxUxVuetifyBottomnav" | "ConsoleCommands" | "FxUxVRating" | "FxUxVuetifyStepper" | "FxUxVuetifyColorPicker" | "FxUxVuetifyCombobox" | "FxUxVuetifySlider" | "FxUxVuetifyDatatable" | "FxUxVuetifyDatePicker" | "FxUxVuetifyTimePicker" | "FxUxVuetifySnackbar" | "FxUxVuetifyPagination" | "FxUxVuetifyTimeline" | "FxUxVuetifyFooter" | "FxUxVuetifyCalendar" | "FxUxVuetifyVList" | "FxUxVuetifyNavigation" | "FxUxVuetifyAlert" | "FxUxVuetifyCard" | "FxUxVuetifyTab" | "FxUxVuetifyExpansionPanel" | "FxUxVuetifyCarousel" | "FxContexts" | "FxCoreBoot" | "FxCore" | "FxShared" | "FxWorkersBootstrapper" | "OmniaHubWorker" | "FxWorkers" | "Fx" | "FxSpContexts" | "FxUxVuetifyTextinput" | "FxUxVuetifyNumberinput" | "FxUxVuetifySelect" | "FxUxVuetifyTextarea" | "LocalhostingCommands" | "FxUxVuetifyBreadcrumbs" | "FxUxVuetifySelection" | "FxSp" | "FxSpfx" | "SpfxCustomizer" | "SpfxWebpart" | "SpfxStandaloneWebpart" | "FxSpfxWpStandalone" | "FxSpfxWpStandaloneInstanceHandler" | "FxUxVuetifySwitch" | "FxUx" | "FxUxEditor" | "FxUxAdmin" | "FxUxAdminTokenRouter" | "FxUxLibs" | "FxUxVDialog" | "FxUxVTreeView" | "Vendor" | "PhoneNumberLib" | "FxTenantLanguage" | "FxUxAppProvisioningShared" | "FxUxRichTextEditorExtension" | "MicrosoftTeamsSDK" | "MicrosoftTeamsSDKLoader" | "TeamsSSOScript" | "MediaPickerProviderRegistration" | "FxUxRichTextEditorCore" | "ActionApi" | "ActionHandlerEvents" | "LikeTopicIdProviderRegistration" | "LinkHandlerRegistration" | "EnterpriseGlossaryRegistrationApi" | "AppProvisioningValidatorApi" | "SidePanelRegistrationApi" | "GraphClientRegistrationApi" | "SharepointClientRegistrationApi" | "FilterEngineRegistrationApi" | "TaxonomyFilterEngineRegistrationApi" | "EnterpriseKeywordsFilterEngineRegistrationApi" | "ExtendedTaxonomyFilterEngineRegistrationApi" | "PersonFilterEngineRegistrationApi" | "TagsFilterEngineRegistrationApi" | "BooleanFilterEngineRegistrationApi" | "TextFilterEngineRegistrationApi" | "NumberFilterEngineRegistrationApi" | "DateTimeFilterEngineRegistrationApi" | "ExtendedIdentityFilterEngineRegistrationApi" | "ExtendedBooleanFilterEngineRegistrationApi" | "ExtendedTextFilterEngineRegistrationApi" | "ExtendedIntegerFilterEngineRegistrationApi" | "ExtendedDateTimeFilterEngineRegistrationApi" | "ExtendedDateFilterEngineRegistrationApi" | "ExtendedEmailFilterEngineRegistrationApi" | "ExtendedHtmlFilterEngineRegistrationApi" | "ExtendedLinkFilterEngineRegistrationApi" | "ExtendedMultilineTextFilterEngineRegistrationApi" | "ExtendedMultilingualTextFilterEngineRegistrationApi" | "ExtendedPhoneNumberFilterEngineRegistrationApi" | "ExtendedBirthdayFilterEngineRegistrationApi" | "AppInstanceRollupViewRegistrationApi" | "AppInstanceRollupViewBase" | "UserProfileActionHandlerApi" | "AppInstanceTokenProvider" | "AppPropertiesProvider" | "FxUxEnterprisePropertiesDataSourceApi" | "FxUxPropertiesProviderApi" | "UserPropertiesProvider" | "UserPropertiesByMicrosoftGraphProvider" | "UserPropertiesBySharePointProvider" | "UserTokenProvider" | "FxUxPropertyDataSourceApi" | "IdentityPropertyApi" | "BuiltinExtendedPropertiesRegistration" | "FxUxCommentDialog" | "FeaturesActivation" | "FxUxFilterEngineCore" | "FxUxBooleanFilterEngineCore" | "FxUxDateFilterEngineCore" | "FxUxNumberFilterEngineCore" | "FxUxPersonFilterEngineCore" | "FxUxTextFilterEngineCore" | "FxUxTaxonomyFilterEngineCore" | "IdentitySyncProviderApi" | "BuiltinSyncProvidersRegistration" | "SharePointIntegrationExternalMapping" | "TextCompletionTenantFeature" | "DallESecretComponent" | "DallESecretRegistrations" | "DallELocalization" | "DallETenantFeature" | "DallEMediaProviderFeature" | "DefaultNotFoundLayout" | "DefaultUnauthorizedLayout" | "StatusCodeLayoutRegistration" | "BuiltinPropertyBindingProviders" | "ExtendedEnterprisePropertyBindingProvider" | "BusinessProfilePropertyBindingProvider" | "UserPropertyBindingProvider" | "MagicLinkCore" | "AdminSystemCore" | "ScopedPermissionApi" | "SecretsCore" | "BusinessProfilesCore" | "BusinessProfileAdminLanguage" | "TenantAdminMediaPickerRegistrations" | "TenantGeneralSettingsRegistration" | "TenantRegionalRegistrations" | "TenantAdminSettingsCore" | "SystemLayoutRegistration" | "SystemLayoutResource" | "BusinessProfileApi" | "AppSettingsCore" | "UserManagementApi" | "UnsplashTenantFeature", guid>;
|
|
6
6
|
declare const omniaWebComponentManifests: Record<"Header" | "Chrome" | "MetricRenderer" | "JourneyBladeComponent" | "JourneySelectComponentBase" | "JourneySelectComponent" | "JourneySelectListComponent" | "AuthSetup" | "AuthenticationBlock" | "AuthenticationCore" | "LoginOmniaView" | "LoginOmniaRenderer" | "LoginIdentityCreationRequestRenderer" | "Logout" | "MagicLinkLogin" | "MagicLinkSuccess" | "MagicLinkFailure" | "LayoutRendererCanvas" | "VersionedLayoutBladeBuilder" | "VersionedLayoutCreationBlade" | "VersionedLayoutListBladeBuilder" | "VersionedLayoutCheckedOutByOtherMessage" | "VersionedLayoutRenderer" | "VersionedLayoutEditor" | "VersionHistory" | "VersionHistoryPanel" | "UserTypeLayoutRenderer" | "VersionedLayoutController" | "VersionedLayoutEditorChrome" | "BladeHeader" | "OAppBar" | "OAlert" | "OSlidePanel" | "OSlidePanelSettings" | "OSlide" | "OInfiniteScroll" | "OAvatar" | "OLazy" | "OBadge" | "OBreadcrumbs" | "OHover" | "OActionMenu" | "OBtn" | "OBtnGroup" | "OCard" | "OChart" | "OCheckBox" | "OChip" | "ONotification" | "OOmniaLogo" | "OColumn" | "OColumnGrid" | "ORow" | "ODataTable" | "ODataTableServer" | "ODialog" | "ODivider" | "ODraggable" | "ODatePicker" | "OExpansionpanels" | "OExpansionpanel" | "OForm" | "OHostProvider" | "OFieldContainer" | "OIcon" | "OImage" | "OLayout" | "OList" | "OListItem" | "OMain" | "OMenu" | "ONavigationDrawer" | "OPanel" | "OPicker" | "OPickerSelection" | "OFlex" | "OScrollContainer" | "OStickyContainer" | "OProgress" | "OQRCode" | "ORadio" | "ORadioGroup" | "ORating" | "OSplitpane" | "OSplitpaneItem" | "OSelect" | "OSelection" | "OInputSelect" | "OSkeletonLoader" | "OSlider" | "ORangeSlider" | "OSnackbar" | "OSpeedial" | "OSpacer" | "OStepper" | "OStepperStep" | "OSwitch" | "OSwitchSlider" | "OSwitchGrouping" | "OTable" | "OTab" | "OTabs" | "OTabsResources" | "OText" | "OLabeledText" | "OLink" | "OTextArea" | "OTextField" | "OToolbar" | "OColorPicker" | "OTooltip" | "OTreeView" | "OValidation" | "OPagination" | "OMotion" | "Admin" | "AdminShortcut" | "Bladestest" | "Welcome" | "AuthenticationChecker" | "FxUxColorpicker" | "FxUxIframe" | "FxUxDateTimePicker" | "FxSizeContainer" | "Console" | "DevSocketMessage" | "FxUxDialog" | "FxUxConfirmDialog" | "FxUxDocumenticon" | "FxUxStatusMessageOverlay" | "FxUxHeading" | "FxUxSelection" | "FxUxInputToken" | "FxUxIconpicker" | "FxUxJourney" | "FxUxMenuBlade" | "FxUxWizard" | "FxUxPeoplePicker" | "FxUxIcon" | "FxUxButton" | "FxUxDatatable" | "FxUxShapeDivider" | "FxUxShapeDividerSettings" | "FxUxEnterprisePropertiesRichTextFieldDisplay" | "FxUxEnterprisePropertiesTextFieldDisplay" | "FxUxEnterprisePropertiesDateTimeFieldDisplay" | "FxUxEnterprisePropertiesUserFieldDisplay" | "FxUxEnterprisePropertiesBooleanFieldDisplay" | "FxUxEnterprisePropertiesNumberFieldDisplay" | "FxUxEnterprisePropertiesTaxonomyFieldDisplay" | "FxUxEnterprisePropertiesLanguageFieldDisplay" | "FxUxEnterprisePropertiesTagsPropertyDisplay" | "FxUxEnterprisePropertyPicker" | "FxUxEnterprisePropertyListingPicker" | "FxUxEnterprisePropertySettingPicker" | "FxUxEnterprisePropertySetPicker" | "FxUxEnterprisePropertyDataTypeProviderDisplay" | "FxUxSharePointTermItem" | "FxUxLimitedLabel" | "FxSpTermGlossaryMapping" | "FxSpfxWpSetting" | "FxSpfxWp" | "FxUxSettingspane" | "FxUxRollupEmpty" | "FxUxRollupFilter" | "FxUxRollupFilterPicker" | "Signout" | "FxUxTermpicker" | "FxUxTemplatePicker" | "FxUxMediapicker" | "FxUxMediapickerImage" | "FxUxMediapickerVideo" | "FxUxImageGrid" | "FxUxPexelProvider" | "FxUxUnsplashProvider" | "FxUxMediaflowProvider" | "FxUxMediaflowProviderVideoPlayer" | "FxUxMyComputerProvider" | "FxUxFileUploader" | "FxUxBingProvider" | "FxUxCentralImageLocationProvider" | "FxUxSharePointVideoSettings" | "FxUxMicrosoftStreamProvider" | "FxUxYoutubeProvider" | "FxUxVimeoProvider" | "FxUxDallEProvider" | "FxUxImageTransformer" | "FxUxThemeDefinitionEditor" | "FxUxImageEditor" | "FxUxImageTransformEditor" | "SharepointVideoComponent" | "FxUxFieldValidation" | "FxUxLetterAvatar" | "FxUxLanguagePicker" | "FxUxContextLanguagePicker" | "FxUxTimeZonePicker" | "FxUxSiteLogoIcon" | "FxUxTimePeriodPicker" | "FxUxDateTimeZonePicker" | "FxUxDateTimeZoneRenderer" | "FxUxDateTimeFilterQuery" | "FxUxAppProvisioningRenderer" | "FxUxAppProvisioningValidatorWrapper" | "FxUxAppRouteInput" | "FxUxAppTitleInput" | "FxUxAppDescriptionInput" | "FxUxAppShowInPublicListingsInput" | "FxUxAppImageInput" | "FxUxAppPropertiesInput" | "SpUxAppWithSharePointAliasInput" | "FxUxAppPropertyNamingPolicyInput" | "FxUxVersionedLayoutUrlInput" | "FxUxAppInstanceEditingJourney" | "FxUxAppInstancePermissionBlade" | "FxUxAppInstanceRoutePathBlade" | "FxUxAppInstanceDeleteBlade" | "FxUxAppProvisioningWizard" | "FxUxAppInstanceInformationStep" | "FxUxAppInstanceUsersStep" | "FxUxAppInstanceEnterpriseStep" | "FxUxAppInstanceProvisioningSummaryStep" | "FxUxAppInstanceProgressBlade" | "FxUxAppInstanceRollup" | "FxUxAppInstanceRollupSettings" | "FxUxAppInstanceRollupListView" | "FxUxAppInstanceRollupRenderer" | "FxUxAppInstanceRollupMetricDetail" | "FxUxAppInstanceRollupListViewSettings" | "FxUxAppInstanceRollupCardView" | "FxUxAppInstanceRollupCardViewSettings" | "FxUxQueryablePropertiesJourney" | "FxUxDateTimeFieldEdit" | "FxUxPersonFieldEdit" | "FxUxBooleanFieldEdit" | "FxUxTextFieldEdit" | "FxUxRichTextFieldEdit" | "FxUxRichTextEditorSettingsComponent" | "FxUxRichTextEditorComponent" | "FxUxRichTextEditorRendererCore" | "FxUxRichTextEditorRendererComponent" | "FxUxNumberFieldEdit" | "FxUxLanguageFieldEdit" | "FxUxTagsPropertyEdit" | "FxUxDataFieldEdit" | "FxUxPersonFieldValueDefinition" | "FxUxRichTextFieldValueDefinition" | "FxUxBooleanFieldValueDefinition" | "FxUxDataFieldValueDefinition" | "FxUxDateTimeFieldValueDefinition" | "FxUxMediaFieldValueDefinition" | "FxUxNumberFieldValueDefinition" | "FxUxTextFieldValueDefinition" | "FxUxLanguageFieldValueDefinition" | "FxUxTagsPropertyValueDefinition" | "FxUxTestFeaturesComponent" | "FxUxCommentComponent" | "FxUxPeopleTaggingComponent" | "FxUxCommentLikeTemplate" | "FxUxContentDialog" | "FxUxLikeComponent" | "FxUxReactionStyle" | "FxUxReactionsComponent" | "FxUxReactionsStyle" | "FxUxLikeListingTemplate" | "FxUxPostLikeListingTemplate" | "FxUxPermissionInput" | "FxUxTenantAdminPermissionInput" | "FxUxSecurityTrimmer" | "FxUxSpacingPicker" | "FxUxFilterPicker" | "FxUxPickerWrapper" | "FxUxFilterEngineSettings" | "FxUxFilterEngineDialogContent" | "FxUxFilterEnginePersonPropertySettings" | "FxUxFilterEngineTagsPropertySettings" | "FxUxFilterEnginePersonPropertyDefaultValueInput" | "FxUxFilterEngineTagsPropertyDefaultValueInput" | "FxUxFilterEngineBooleanPropertySettings" | "FxUxFilterEngineBooleanPropertyDefaultValueInput" | "FxUxFilterEngineTextPropertySettings" | "FxUxFilterEngineTextPropertyDefaultValueInput" | "FxUxFilterEngineDateTimePropertySettings" | "FxUxFilterEngineDateTimePropertyDefaultValueInput" | "FxUxFilterEngineTaxonomyPropertySettings" | "FxUxFilterEngineTaxonomyPropertyDefaultValueInput" | "FxUxFilterEngineExtendedTaxonomyPropertyDefaultValueInput" | "FxUxFilterEngineNumberPropertySettings" | "FxUxFilterEngineNumberPropertyDefaultValueInput" | "FxUxFilterEngineRenderer" | "FxUxTaxonomyFilterEngineRenderer" | "FxUxPersonFilterEngineRenderer" | "FxUxTagsFilterEngineRenderer" | "FxUxTextFilterEngineRenderer" | "FxUxBooleanFilterEngineRenderer" | "FxUxDateFilterEngineRenderer" | "FxUxDateFilterEnginePeriodSlider" | "FxUxNumberFilterEngineRenderer" | "FxUxFilterEngineSelectionsArea" | "FxUxFilterEngineSelectionsAreaTaxonomyProperty" | "FxUxFilterEngineSelectionsAreaPersonProperty" | "FxUxFilterEngineSelectionsAreaTagsProperty" | "FxUxFilterEngineSelectionsAreaBooleanProperty" | "FxUxFilterEngineSelectionsAreaTextProperty" | "FxUxFilterEngineSelectionsAreaDateTimeProperty" | "FxUxFilterEngineSelectionsAreaNumberProperty" | "FxUxFilterEnginePropertyDropdown" | "FxUxFilterEnginePropertyList" | "SpTermSetPicker" | "SpTermPicker" | "SpTermPickerTree" | "SpTermPickerSearch" | "SpTaxonomyFieldEdit" | "SpTaxonomyFieldSettings" | "SpTaxonomyFieldValueDefinition" | "SpEnterprisekeywordsFieldEdit" | "SpEnterpriseKeywordsFieldValueDefinition" | "SpEnterpriseKeywordsFieldSettings" | "SpEnterpriseKeywordsFieldDisplay" | "SpQueryFilterBuilder" | "TargetingFilter" | "FxUxCommentDialogComponent" | "FxUxMultilingualInput" | "FxUxMultiTextInput" | "FxUxTextTranslator" | "FxUxErrorMessage" | "FxUxInputLanguagePicker" | "FxUxDashboardNumericIndicator" | "FxUxDashboardBarChartIndicator" | "FeaturesJourney" | "FeaturesJourneyTenant" | "FeaturesJourneyAppInstance" | "FeaturesJourneyApp" | "MentionComponent" | "EmoticonComponent" | "UrlInputComponent" | "FxUxProfileCardRenderer" | "FxUxProfileCardComponent" | "FxUxProfileCardDialogComponent" | "FxUxProfileCardCore" | "FxUxProfileAboutUser" | "FxUxProfilePersona" | "FxUxReportees" | "FxUxOrganizationTree" | "FxUxEditorChrome" | "LikeActionHandler" | "LikeActionRegistration" | "LikeActionSettings" | "FxUxEnterpriseGlossaryPicker" | "FxUxEnterprisePropertiesDataSourcePicker" | "FxUxPropertyPicker" | "FxUxPropertyRenderer" | "FxUxPropertyDefintionRenderer" | "FxUxPropertyDefintionConfiguration" | "FxUxPropertyDefintionCover" | "FxUxPropertyConfigurationBaseRenderer" | "FxUxLabelOptionsRenderer" | "FxUxPropertyLocking" | "UserPropertyConfigurationRenderer" | "FxUxPropertyDatasourceRenderer" | "FxUxPropertyInput" | "FxUxPostTemplate" | "FxUxPostComponent" | "AppManagement" | "TabsManagement" | "AppManagementInstanceTab" | "AppManagementTemplateTab" | "AppManagementLayoutTab" | "AppManagementNamingPolicyTab" | "TermPropertyDisplay" | "TermPropertyEditor" | "TermPropertyConfiguration" | "FxUxFileUploaderMyComputerProvider" | "LinkHandlerDeepLinkDialog" | "PreSetupWizard" | "LanguagePropertyDisplay" | "LanguagePropertyEditor" | "IdentityPropertyDisplay" | "IdentityPropertyEditor" | "SPFxUxLanguagePicker" | "FxUxUserPropertyEditorRenderer" | "FxUxGroupPropertyEditorRenderer" | "FxUxDynamicGroupPropertyEditorRenderer" | "HashTagList" | "BuiltinUserPropertyProviderDisplay" | "BuiltinUserPropertyProviderEditor" | "MSGraphUserPropertyProviderDisplay" | "MSGraphUserPropertyProviderEditor" | "SharePointUserPropertyProviderDisplay" | "SharePointUserPropertyProviderEditor" | "FxUxConnectedTenantPicker" | "FxUxSidePanel" | "FeaturesJourneyProperties" | "SpUxListTree" | "FxPhotoWallProvider" | "FxSliderDialogProvider" | "FxUxStatusCodeRenderer" | "DateTimePropertyDisplay" | "DateTimePropertyEditor" | "DateTimePropertyConfiguration" | "BirthdayPropertyConfiguration" | "AdminSystemJourney" | "CustomEmailJourney" | "AuthenticationScreenBlade" | "AuthenticationScreenChrome" | "TenantUserManagementJourney" | "BusinessProfileUserManagementJourney" | "UserManagementCore" | "UserManagementUserTypeListingBlade" | "UserManagementSyncProviderListingBlade" | "UserManagementSyncProviderLogsBlade" | "UserManagementUserJourney" | "UserManagementUserPropertiesJourney" | "UserManagementUserActiveJourney" | "UserManagementIdentityCreationRequestPendingApprovalListing" | "BusinessProfileAuthenticationBlade" | "UserManagementDeletedUserListing" | "UserManagementGroupListingBlade" | "UserManagementActiveGroupListing" | "UserManagementDeletedGroupListing" | "UserManagementUserTypeCreateDialog" | "UserManagementUserTypeDetailBlade" | "UserManagementActiveUserListing" | "UserManagementUserDetailBlade" | "UserManagementUserAuthenticationBlade" | "UserManagementGroupDetailBlade" | "UserManagementGroupMembershipListing" | "UserManagementAuthenticationSettingsBlade" | "UserManagementDynamicGroupListingBlade" | "UserManagementUserPropertyListingBlade" | "UserManagementUserPropertyDetailBlade" | "UserManagementUserDetailBladeAuthenticationTab" | "UserManagementUserDetailBladePropertiesTab" | "UserManagementBulkImportBlade" | "UserManagementLoginLogBlade" | "UserManagementSelfService" | "UserManagementIdentityCreationRequestUserTypeBlade" | "UserManagementIdentityCreationRequestUserTypePropertyBlade" | "TenantAdministratorPermissionJourney" | "BusinessProfileAdministratorPermissionJourney" | "TenantSecretsJourney" | "BusinessProfileSecretsJourney" | "SystemAccountForm" | "BusinessProfileJourney" | "BusinessProfileSettings" | "BusinessProfileLanguage" | "TenantMediaPickerCore" | "TenantMediaPicker" | "MediaPickerCropRatios" | "MediaPickerFileSizeLimitSettings" | "MediaPickerScalingSettingsListing" | "TenantGeneralSettings" | "TenantRegional" | "TenantAdminSetting" | "SystemLayoutJourney" | "OmniaSearchUserLogsBlade" | "AppSettingsEditAppInstanceBlade" | "AppSettingsEditAppInstanceBladeRegistration" | "AppSettingsSwitchingTemplateJourney" | "AppSettingsSwitchingTemplateJourneyRegistration" | "AppSettingsJourney" | "AppSettingsSwitchingTemplateBlade" | "CommandPalette" | "RecurrenceSetting" | "RecurrenceStatus" | "FxUxProfileSwtichingBtn" | "FxUxConditionControl" | "JourneyFilterDialog", guid>;
|
|
7
|
-
declare const flowPlugins: Record<"
|
|
7
|
+
declare const flowPlugins: Record<"text" | "link" | "color" | "spacing" | "typography" | "velcron" | "bold" | "source" | "italic" | "element" | "textAlignment" | "testdata" | "keyboardEvents" | "editorEvents" | "context", guid>;
|
|
8
8
|
declare module "./Tooling" {
|
|
9
9
|
interface IEnums$ {
|
|
10
10
|
omniaResourceManifests: typeof omniaResourceManifests;
|
package/Exposes.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ export * from "./Refiner";
|
|
|
101
101
|
export * from "./IUserManagementApi";
|
|
102
102
|
export * from "./StringWithOptions";
|
|
103
103
|
export * from "./AzureAdEnvironment";
|
|
104
|
+
export * from "./OmniaDocumentationUrlBuilder";
|
|
104
105
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
105
106
|
export * from "./shared-mobile";
|
|
106
107
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/velcron/core/models";
|
package/Exposes.js
CHANGED
|
@@ -107,6 +107,7 @@ tslib_1.__exportStar(require("./Refiner"), exports);
|
|
|
107
107
|
tslib_1.__exportStar(require("./IUserManagementApi"), exports);
|
|
108
108
|
tslib_1.__exportStar(require("./StringWithOptions"), exports);
|
|
109
109
|
tslib_1.__exportStar(require("./AzureAdEnvironment"), exports);
|
|
110
|
+
tslib_1.__exportStar(require("./OmniaDocumentationUrlBuilder"), exports);
|
|
110
111
|
//************************************************************************************ */
|
|
111
112
|
// End of file exports
|
|
112
113
|
//************************************************************************************ */
|
|
@@ -152,6 +152,8 @@ export declare class Http {
|
|
|
152
152
|
options<TReturnType>(url: string, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
|
|
153
153
|
private createRequest;
|
|
154
154
|
private buildRequestInit;
|
|
155
|
+
private buildRequestInitAsync;
|
|
156
|
+
private buildRequestInitSync;
|
|
155
157
|
private appendQueryParamsToUrl;
|
|
156
158
|
}
|
|
157
159
|
export declare function http(omniaServiceId: guid, executeOnWorker?: boolean): Http;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { guid } from "./Guid";
|
|
2
|
+
import { Future } from "./Future";
|
|
2
3
|
export type HttpMethods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
3
4
|
export type HttpCacheOptions = "no-cache" | "reload" | "force-cache" | "only-if-cached";
|
|
4
5
|
export type HttpCredentials = "include" | "omit" | "same-origin";
|
|
5
6
|
export interface HttpInterceptOptions {
|
|
6
|
-
beforeRequest?: (request: HttpConfig) => HttpConfig
|
|
7
|
-
afterRequest?: <T>(response: HttpResponse<T>, request: HttpConfig) => HttpResponse<T
|
|
7
|
+
beforeRequest?: (request: HttpConfig) => HttpConfig | Future<HttpConfig> | Promise<HttpConfig>;
|
|
8
|
+
afterRequest?: <T>(response: HttpResponse<T>, request: HttpConfig) => HttpResponse<T> | Future<HttpResponse<T>> | Promise<HttpResponse<T>>;
|
|
8
9
|
}
|
|
9
10
|
export interface HttpConfig {
|
|
10
11
|
baseUrl?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OmniaToken } from "./Tokens";
|
|
2
2
|
import { guid } from "./Guid";
|
|
3
3
|
import { TenantIdentifier } from "./Tenant";
|
|
4
|
-
import { ActorId } from "./OmniaHub";
|
|
5
4
|
import { OmniaBackendRuntimes, OmniaClientRuntimes } from "./Enums";
|
|
5
|
+
import { ActorId } from "./activity-hub";
|
|
6
6
|
export interface OmniaSharedBootstrapData {
|
|
7
7
|
uiThreadId: guid;
|
|
8
8
|
workerThreadId: guid;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { ChannelId } from "../channels/ActivityChannel";
|
|
2
|
+
import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
|
|
3
|
+
import { ActorActivityCategory } from "./ActorActivity";
|
|
4
|
+
import { TemporaryFileId } from "../fileupload";
|
|
5
|
+
import { ActivityReactionType } from "../social/Reaction";
|
|
6
|
+
import { Id } from "../../Id";
|
|
7
|
+
import { guid } from "../../Guid";
|
|
8
|
+
import { DynamicState } from "../../DynamicState";
|
|
9
|
+
import { ActorId } from "../actors";
|
|
10
|
+
export type ActivityId = Id<string, "ActivityId">;
|
|
11
|
+
export declare function ActivityId(id: string): ActivityId;
|
|
12
|
+
export type ActivityTypeId = Id<guid, "ActivityTypeId">;
|
|
13
|
+
export declare function ActivityTypeId(id: guid): ActivityTypeId;
|
|
14
|
+
export interface Activity<TRenderState = DynamicState> extends ActivityBase {
|
|
15
|
+
id: ActivityId;
|
|
16
|
+
state: TRenderState;
|
|
17
|
+
renderer: ActivityRenderer | ActivityRendererReference;
|
|
18
|
+
createdBy: ActorId;
|
|
19
|
+
}
|
|
20
|
+
export interface ActivityWithJson extends ActivityBase {
|
|
21
|
+
id: ActivityId;
|
|
22
|
+
createdBy: ActorId;
|
|
23
|
+
stateJson: string;
|
|
24
|
+
rendererJson: string;
|
|
25
|
+
}
|
|
26
|
+
export interface ActivityBase {
|
|
27
|
+
channelId: ChannelId;
|
|
28
|
+
activityTypeId: ActivityTypeId;
|
|
29
|
+
targeting: Array<Array<SourceRelatedHubProperty>>;
|
|
30
|
+
notificationTeaser: NotificationTeaser;
|
|
31
|
+
expires?: Date;
|
|
32
|
+
createdAt: Date;
|
|
33
|
+
reactionCount: {
|
|
34
|
+
[K in ActivityReactionType]: number;
|
|
35
|
+
};
|
|
36
|
+
commentCount: number;
|
|
37
|
+
}
|
|
38
|
+
export interface ActivityRenderState<TActivityState = DynamicState, TIdentityState = DynamicState> {
|
|
39
|
+
activity: TActivityState & {
|
|
40
|
+
showDetails: boolean;
|
|
41
|
+
id: ActivityId;
|
|
42
|
+
};
|
|
43
|
+
identity: TIdentityState;
|
|
44
|
+
}
|
|
45
|
+
export interface SourceRelatedHubProperty extends HubProperty {
|
|
46
|
+
propertySourceId: guid;
|
|
47
|
+
}
|
|
48
|
+
export interface HubProperty {
|
|
49
|
+
name: string;
|
|
50
|
+
values: Array<string>;
|
|
51
|
+
}
|
|
52
|
+
export interface NotificationTeaser {
|
|
53
|
+
title: string;
|
|
54
|
+
description: string;
|
|
55
|
+
url: string;
|
|
56
|
+
}
|
|
57
|
+
export declare enum PrivacyLevel {
|
|
58
|
+
Private = 0,
|
|
59
|
+
Public = 1,
|
|
60
|
+
Followers = 2
|
|
61
|
+
}
|
|
62
|
+
export interface CreateActivityRequest {
|
|
63
|
+
channelId: ChannelId;
|
|
64
|
+
activityTypeId: ActivityTypeId;
|
|
65
|
+
createdBy: ActorId;
|
|
66
|
+
stateJson: string;
|
|
67
|
+
rendererJson: string;
|
|
68
|
+
notificationTeaser: NotificationTeaser;
|
|
69
|
+
targeting: Array<Array<HubProperty>>;
|
|
70
|
+
addToActors?: Record<ActorId, PrivacyLevel>;
|
|
71
|
+
category: ActorActivityCategory;
|
|
72
|
+
mentions?: Array<ActorId>;
|
|
73
|
+
activityIdPlaceHolder?: TemporaryFileId;
|
|
74
|
+
expires?: Date;
|
|
75
|
+
createdAt?: Date;
|
|
76
|
+
}
|
|
77
|
+
export interface CreateActivityResult {
|
|
78
|
+
id: ActivityId;
|
|
79
|
+
createdAt: Date;
|
|
80
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrivacyLevel = void 0;
|
|
4
|
+
exports.ActivityId = ActivityId;
|
|
5
|
+
exports.ActivityTypeId = ActivityTypeId;
|
|
6
|
+
function ActivityId(id) {
|
|
7
|
+
return id;
|
|
8
|
+
}
|
|
9
|
+
function ActivityTypeId(id) {
|
|
10
|
+
return id;
|
|
11
|
+
}
|
|
12
|
+
var PrivacyLevel;
|
|
13
|
+
(function (PrivacyLevel) {
|
|
14
|
+
PrivacyLevel[PrivacyLevel["Private"] = 0] = "Private";
|
|
15
|
+
PrivacyLevel[PrivacyLevel["Public"] = 1] = "Public";
|
|
16
|
+
PrivacyLevel[PrivacyLevel["Followers"] = 2] = "Followers";
|
|
17
|
+
})(PrivacyLevel || (exports.PrivacyLevel = PrivacyLevel = {}));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { DynamicState } from "../../DynamicState";
|
|
2
|
+
import { ActivityTypeId } from "./Activity";
|
|
3
|
+
import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
|
|
4
|
+
export declare abstract class FeedActivityDefinition<TFeedItemState> implements ActivityDefinition<TFeedItemState> {
|
|
5
|
+
state: TFeedItemState;
|
|
6
|
+
renderer: ActivityRenderer | ActivityRendererReference;
|
|
7
|
+
activityTypeId: ActivityTypeId;
|
|
8
|
+
constructor(state: TFeedItemState, renderer: ActivityRenderer | ActivityRendererReference, activityTypeId: ActivityTypeId);
|
|
9
|
+
}
|
|
10
|
+
export declare abstract class ChatActivityDefinition<TFeedItemState> implements ActivityDefinition<TFeedItemState> {
|
|
11
|
+
state: TFeedItemState;
|
|
12
|
+
renderer: ActivityRenderer | ActivityRendererReference;
|
|
13
|
+
activityTypeId: ActivityTypeId;
|
|
14
|
+
constructor(state: TFeedItemState, renderer: ActivityRenderer | ActivityRendererReference, activityTypeId: ActivityTypeId);
|
|
15
|
+
}
|
|
16
|
+
export declare abstract class ActivityDefinition<TRenderState = DynamicState> {
|
|
17
|
+
state: TRenderState;
|
|
18
|
+
renderer: ActivityRenderer | ActivityRendererReference;
|
|
19
|
+
abstract activityTypeId: ActivityTypeId;
|
|
20
|
+
}
|
package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityDefinition.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActivityDefinition = exports.ChatActivityDefinition = exports.FeedActivityDefinition = void 0;
|
|
4
|
+
class FeedActivityDefinition {
|
|
5
|
+
constructor(state, renderer, activityTypeId) {
|
|
6
|
+
this.state = state;
|
|
7
|
+
this.renderer = renderer;
|
|
8
|
+
this.activityTypeId = activityTypeId;
|
|
9
|
+
this.activityTypeId = activityTypeId;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.FeedActivityDefinition = FeedActivityDefinition;
|
|
13
|
+
class ChatActivityDefinition {
|
|
14
|
+
constructor(state, renderer, activityTypeId) {
|
|
15
|
+
this.state = state;
|
|
16
|
+
this.renderer = renderer;
|
|
17
|
+
this.activityTypeId = activityTypeId;
|
|
18
|
+
this.activityTypeId = activityTypeId;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.ChatActivityDefinition = ChatActivityDefinition;
|
|
22
|
+
class ActivityDefinition {
|
|
23
|
+
}
|
|
24
|
+
exports.ActivityDefinition = ActivityDefinition;
|
package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityFeed.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActorId } from "../actors";
|
|
2
|
+
import { Activity, ActivityId, ActivityWithJson } from "./Activity";
|
|
3
|
+
import { ActivityRenderer, ActivityRendererId } from "./ActivityRenderer";
|
|
4
|
+
import { ActivityCategoryCount, ActorActivity, ActorActivityCategory, ActorActivityWithJson, NewActivitiesByCreatorBase, RecentActorActivities } from "./ActorActivity";
|
|
5
|
+
export interface ActivityFeed extends ActivityFeedBase {
|
|
6
|
+
renderers: Record<ActivityRendererId, Array<ActivityRenderer>>;
|
|
7
|
+
actorActivities: Array<ActorActivity<object, object>>;
|
|
8
|
+
activities: Array<Activity>;
|
|
9
|
+
}
|
|
10
|
+
export interface ActivityFeedResult extends ActivityFeedBase {
|
|
11
|
+
actorActivities: Array<ActorActivityWithJson>;
|
|
12
|
+
activities: Array<ActivityWithJson>;
|
|
13
|
+
loadStateHash: string;
|
|
14
|
+
}
|
|
15
|
+
export interface ActivityFeedBase {
|
|
16
|
+
newActivities: Array<NewActivitiesByCreatorBase>;
|
|
17
|
+
nextStartingFromId: ActivityId;
|
|
18
|
+
recentCreators: Array<RecentActorActivities>;
|
|
19
|
+
categories: Array<ActivityCategoryCount>;
|
|
20
|
+
}
|
|
21
|
+
export interface FeedQuery {
|
|
22
|
+
forActorId?: ActorId;
|
|
23
|
+
newerThenId?: ActivityId;
|
|
24
|
+
olderThenId?: ActivityId;
|
|
25
|
+
filterByCreator?: ActorId;
|
|
26
|
+
filterByCategory?: ActorActivityCategory;
|
|
27
|
+
includeRecentCreators?: number;
|
|
28
|
+
includeCategories?: boolean;
|
|
29
|
+
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ActivityHubServiceId = void 0;
|
|
4
|
-
|
|
5
|
-
const Guid_1 = require("./Guid");
|
|
6
|
-
function ActorId(id) { return id; }
|
|
4
|
+
const Guid_1 = require("../../Guid");
|
|
7
5
|
exports.ActivityHubServiceId = (0, Guid_1.guid)("92fab26a-90c4-45e2-9b5e-9bdf0e26ea14");
|
package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRenderer.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FlowContent } from "../../content-flow";
|
|
2
|
+
import { guid } from "../../Guid";
|
|
3
|
+
import { Id } from "../../Id";
|
|
4
|
+
import { VelcronAppDefinition } from "../../velcron";
|
|
5
|
+
export type ActivityRendererId = Id<guid, "ActivityRendererId">;
|
|
6
|
+
export declare function ActivityRendererId(id: guid): ActivityRendererId;
|
|
7
|
+
export interface ActivityRendererReference {
|
|
8
|
+
id: ActivityRendererId;
|
|
9
|
+
version: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ActivityRendererWithJson extends ActivityRendererReference {
|
|
12
|
+
definition: string;
|
|
13
|
+
}
|
|
14
|
+
export interface ActivityRenderer extends ActivityRendererReference {
|
|
15
|
+
definition: FlowContent | VelcronAppDefinition;
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ActivityRendererReference } from "./ActivityRenderer";
|
|
2
|
+
export interface ActivityRendererLoadReference extends ActivityRendererReference {
|
|
3
|
+
versionHash: string;
|
|
4
|
+
}
|
|
5
|
+
export interface ActivityRendererLoadingReferences {
|
|
6
|
+
stateHash: string;
|
|
7
|
+
loadReferences: Array<ActivityRendererLoadReference>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ActorId } from "../actors";
|
|
2
|
+
import { Id } from "../../Id";
|
|
3
|
+
export type SubscriptionId = Id<string, "SubscriptionId">;
|
|
4
|
+
export declare function SubscriptionId(id: string): SubscriptionId;
|
|
5
|
+
export interface SubscriptionInformation extends ActorSubscription {
|
|
6
|
+
title: Record<string, string>;
|
|
7
|
+
description: Record<string, string>;
|
|
8
|
+
clientId: string;
|
|
9
|
+
}
|
|
10
|
+
export interface ActorSubscription {
|
|
11
|
+
id: SubscriptionId;
|
|
12
|
+
subscriptionOwner: ActorId;
|
|
13
|
+
}
|
|
14
|
+
export interface Subscription extends ActorSubscription {
|
|
15
|
+
subscriber: ActorId;
|
|
16
|
+
}
|
package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActorActivity.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Actor, ActorId } from "../actors";
|
|
2
|
+
import { Activity, ActivityId } from "./Activity";
|
|
3
|
+
import { ChannelId } from "../channels/ActivityChannel";
|
|
4
|
+
import { DynamicState } from "../../DynamicState";
|
|
5
|
+
export declare enum ActorActivityStatus {
|
|
6
|
+
new = 0,
|
|
7
|
+
read = 1,
|
|
8
|
+
completed = 2
|
|
9
|
+
}
|
|
10
|
+
export declare enum ActorActivityCategory {
|
|
11
|
+
none = 0,
|
|
12
|
+
important = 1,
|
|
13
|
+
todo = 2,
|
|
14
|
+
snoozed = 3,
|
|
15
|
+
bookmarked = 4
|
|
16
|
+
}
|
|
17
|
+
export interface ActivitySettings {
|
|
18
|
+
category: ActorActivityCategory;
|
|
19
|
+
social: ActivitySocialSettings;
|
|
20
|
+
}
|
|
21
|
+
export interface ActivitySocialSettings {
|
|
22
|
+
comments: boolean;
|
|
23
|
+
reactions: boolean;
|
|
24
|
+
}
|
|
25
|
+
export interface ActorActivityBase {
|
|
26
|
+
activityId: ActivityId;
|
|
27
|
+
status: ActorActivityStatus;
|
|
28
|
+
category: ActorActivityCategory;
|
|
29
|
+
}
|
|
30
|
+
export interface ActorActivity<TRenderState extends DynamicState, TState extends DynamicState> extends ActorActivityBase {
|
|
31
|
+
activity: Activity<TRenderState>;
|
|
32
|
+
state?: TState;
|
|
33
|
+
}
|
|
34
|
+
export interface ActorActivityWithJson extends ActorActivityBase {
|
|
35
|
+
stateJson: string;
|
|
36
|
+
}
|
|
37
|
+
export interface NewActivitiesByCreatorBase {
|
|
38
|
+
count: number;
|
|
39
|
+
creator: ActorId;
|
|
40
|
+
}
|
|
41
|
+
export interface NewActivitiesByActor extends NewActivitiesByCreatorBase {
|
|
42
|
+
actor: Actor;
|
|
43
|
+
channelId: ChannelId;
|
|
44
|
+
}
|
|
45
|
+
export interface ActivityCategoryCount {
|
|
46
|
+
category: ActorActivityCategory;
|
|
47
|
+
count: number;
|
|
48
|
+
}
|
|
49
|
+
export interface RecentActorActivities {
|
|
50
|
+
createdBy: ActorId;
|
|
51
|
+
activityId: ActivityId;
|
|
52
|
+
}
|
package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActorActivity.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActorActivityCategory = exports.ActorActivityStatus = void 0;
|
|
4
|
+
var ActorActivityStatus;
|
|
5
|
+
(function (ActorActivityStatus) {
|
|
6
|
+
ActorActivityStatus[ActorActivityStatus["new"] = 0] = "new";
|
|
7
|
+
ActorActivityStatus[ActorActivityStatus["read"] = 1] = "read";
|
|
8
|
+
ActorActivityStatus[ActorActivityStatus["completed"] = 2] = "completed";
|
|
9
|
+
})(ActorActivityStatus || (exports.ActorActivityStatus = ActorActivityStatus = {}));
|
|
10
|
+
var ActorActivityCategory;
|
|
11
|
+
(function (ActorActivityCategory) {
|
|
12
|
+
ActorActivityCategory[ActorActivityCategory["none"] = 0] = "none";
|
|
13
|
+
ActorActivityCategory[ActorActivityCategory["important"] = 1] = "important";
|
|
14
|
+
ActorActivityCategory[ActorActivityCategory["todo"] = 2] = "todo";
|
|
15
|
+
ActorActivityCategory[ActorActivityCategory["snoozed"] = 3] = "snoozed";
|
|
16
|
+
ActorActivityCategory[ActorActivityCategory["bookmarked"] = 4] = "bookmarked";
|
|
17
|
+
})(ActorActivityCategory || (exports.ActorActivityCategory = ActorActivityCategory = {}));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./Activity";
|
|
2
|
+
export * from "./ActorActivity";
|
|
3
|
+
export * from "./ActivityRenderer";
|
|
4
|
+
export * from "./ActivityFeed";
|
|
5
|
+
export * from "./ActivityDefinition";
|
|
6
|
+
export * from "./ActivityRendererLoadingReferences";
|
|
7
|
+
export * from "./ActivitySubscription";
|
|
8
|
+
export * from "./ActivityHubServiceId";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Activity"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ActorActivity"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ActivityRenderer"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ActivityFeed"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ActivityDefinition"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ActivityRendererLoadingReferences"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ActivitySubscription"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ActivityHubServiceId"), exports);
|
package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ActivityActorIdBag.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { guid } from "../../Guid";
|
|
2
|
+
declare class UserPropertyBagModel {
|
|
3
|
+
id: guid;
|
|
4
|
+
name: string;
|
|
5
|
+
constructor(id: guid, name: string);
|
|
6
|
+
}
|
|
7
|
+
export declare class ActivityActorIdBag extends UserPropertyBagModel {
|
|
8
|
+
actorId: number;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
11
|
+
export {};
|
package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ActivityActorIdBag.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//import { OmniaService, UserPropetyBagModel } from "@omnia/mobile";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ActivityActorIdBag = void 0;
|
|
5
|
+
const Guid_1 = require("../../Guid");
|
|
6
|
+
class UserPropertyBagModel {
|
|
7
|
+
constructor(id, name) {
|
|
8
|
+
this.id = id;
|
|
9
|
+
this.name = name;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
class ActivityActorIdBag extends UserPropertyBagModel {
|
|
13
|
+
constructor() {
|
|
14
|
+
//TODO: Change to actorid when hub fx is refactored
|
|
15
|
+
super((0, Guid_1.guid)("bb000000-0000-bbbb-0000-0000000000bb"), "hubactorid");
|
|
16
|
+
this.actorId = 0;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.ActivityActorIdBag = ActivityActorIdBag;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ExternalActorId } from "./ExternalActorId";
|
|
2
|
+
import { HubProperty } from "../activities";
|
|
3
|
+
import { Base64Image } from "../fileupload";
|
|
4
|
+
import { Id } from "../../Id";
|
|
5
|
+
export type ActorId = Id<number, "ActorId">;
|
|
6
|
+
export declare function ActorId(id: number): ActorId;
|
|
7
|
+
export interface ActorWithBag<TBag> extends Actor {
|
|
8
|
+
bag: TBag;
|
|
9
|
+
}
|
|
10
|
+
export interface Actor extends ActorBase {
|
|
11
|
+
imageUrl: string;
|
|
12
|
+
name: Record<string, string>;
|
|
13
|
+
description: Record<string, string>;
|
|
14
|
+
type: ActorTypes;
|
|
15
|
+
}
|
|
16
|
+
export interface ActorBase {
|
|
17
|
+
id: ActorId;
|
|
18
|
+
externalId: ExternalActorId;
|
|
19
|
+
}
|
|
20
|
+
export declare enum ActorTypes {
|
|
21
|
+
user = 0,
|
|
22
|
+
app = 1
|
|
23
|
+
}
|
|
24
|
+
export interface UpsertAppActorRequest {
|
|
25
|
+
actorId?: ActorId;
|
|
26
|
+
externalActorId?: ExternalActorId;
|
|
27
|
+
image: Base64Image;
|
|
28
|
+
name: Record<string, string>;
|
|
29
|
+
description: Record<string, string>;
|
|
30
|
+
readPermissions: Array<Array<HubProperty>>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActorTypes = void 0;
|
|
4
|
+
exports.ActorId = ActorId;
|
|
5
|
+
function ActorId(id) { return id; }
|
|
6
|
+
var ActorTypes;
|
|
7
|
+
(function (ActorTypes) {
|
|
8
|
+
ActorTypes[ActorTypes["user"] = 0] = "user";
|
|
9
|
+
ActorTypes[ActorTypes["app"] = 1] = "app";
|
|
10
|
+
})(ActorTypes || (exports.ActorTypes = ActorTypes = {}));
|