@omnia/fx 8.0.460-dev → 8.0.461-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.
Files changed (103) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/identities/index.d.ts +0 -1
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/shared-mobile/models/IPagingable.d.ts +5 -0
  6. package/internal-do-not-import-from-here/shared-mobile/models/ItemQuery.d.ts +10 -0
  7. package/internal-do-not-import-from-here/shared-mobile/models/NamedProperty.d.ts +38 -0
  8. package/internal-do-not-import-from-here/shared-mobile/models/SharedConstants.d.ts +3 -0
  9. package/internal-do-not-import-from-here/shared-mobile/models/SharedMobileEnums.d.ts +189 -0
  10. package/internal-do-not-import-from-here/shared-mobile/models/identities/BuiltInIdentityProvider.d.ts +7 -0
  11. package/internal-do-not-import-from-here/shared-mobile/models/identities/GroupIdentity.d.ts +54 -0
  12. package/internal-do-not-import-from-here/shared-mobile/models/identities/GroupMembers.d.ts +6 -0
  13. package/internal-do-not-import-from-here/shared-mobile/models/identities/Identity.d.ts +37 -0
  14. package/internal-do-not-import-from-here/shared-mobile/models/identities/IdentityQuery.d.ts +26 -0
  15. package/internal-do-not-import-from-here/shared-mobile/models/identities/IdentityTypes.d.ts +8 -0
  16. package/internal-do-not-import-from-here/shared-mobile/models/identities/ScopeTypes.d.ts +5 -0
  17. package/internal-do-not-import-from-here/shared-mobile/models/identities/UserIdentity.d.ts +107 -0
  18. package/internal-do-not-import-from-here/shared-mobile/models/identities/UserIdentityQuery.d.ts +26 -0
  19. package/internal-do-not-import-from-here/shared-mobile/models/identities/index.d.ts +9 -0
  20. package/internal-do-not-import-from-here/shared-mobile/models/index.d.ts +8 -0
  21. package/internal-do-not-import-from-here/shared-mobile/models/media-picker/MediaPickerMedia.d.ts +33 -0
  22. package/internal-do-not-import-from-here/shared-mobile/models/media-picker/index.d.ts +1 -0
  23. package/internal-do-not-import-from-here/shared-mobile/models/oxide/OSizeTypes.d.ts +2 -0
  24. package/internal-do-not-import-from-here/shared-mobile/models/oxide/index.d.ts +1 -0
  25. package/internal-do-not-import-from-here/shared-mobile/models/properties/PropertySettingsLock.d.ts +13 -0
  26. package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/EmailPropertyDefinition.d.ts +12 -0
  27. package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/ImagePropertyDefinition.d.ts +24 -0
  28. package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/LanguagePropertyDefinition.d.ts +14 -0
  29. package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/TextPropertyDefinition.d.ts +16 -0
  30. package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/index.d.ts +4 -0
  31. package/internal-do-not-import-from-here/shared-mobile/models/properties/index.d.ts +3 -0
  32. package/internal-do-not-import-from-here/shared-mobile/models/properties/values/EmailPropertyValue.d.ts +6 -0
  33. package/internal-do-not-import-from-here/shared-mobile/models/properties/values/ImagePropertyValue.d.ts +8 -0
  34. package/internal-do-not-import-from-here/shared-mobile/models/properties/values/LanguagePropertyValue.d.ts +7 -0
  35. package/internal-do-not-import-from-here/shared-mobile/models/properties/values/PhoneNumberPropertyValue.d.ts +6 -0
  36. package/internal-do-not-import-from-here/shared-mobile/models/properties/values/TextPropertyValue.d.ts +6 -0
  37. package/internal-do-not-import-from-here/shared-mobile/models/properties/values/index.d.ts +5 -0
  38. package/internal-do-not-import-from-here/shared-mobile/services/IdentityService.d.ts +30 -0
  39. package/internal-do-not-import-from-here/shared-mobile/services/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/shared-mobile/stores/IdentityStore.d.ts +20 -0
  41. package/internal-do-not-import-from-here/shared-mobile/stores/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +4 -23
  43. package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -2
  44. package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +1 -21
  45. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +11 -20
  46. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/enterprisepropertysets/Picker.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +5 -5
  62. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddCondition.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +9 -9
  64. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +16 -9
  65. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +3 -3
  66. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  67. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +9 -9
  68. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
  73. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +4 -4
  74. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +4 -4
  75. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/properties/models/{PropertySettingsLock.d.ts → PropertySettingsLockHelper.d.ts} +1 -13
  88. package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -2
  90. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -2
  91. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -2
  92. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/selection/SelectionComponent.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
  101. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +1 -1
  102. package/package.json +2 -2
  103. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +0 -32
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticService","OmniaService"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","http","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticService","OmniaService"]},"./node_modules/@omnia/fx/shared-mobile/models/index.js":{"id":"./node_modules/@omnia/fx/shared-mobile/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ArchiveSortColumn","BoolFilter","BuiltInIdentityProviderIds","DocumentDirectionSettings","EmailDisplaySettings","EmailEditorSettings","EmailPropertyDefinition","EmailPropertyDefinitionId","EmailPropertyValue","GroupIdentity","GroupSortColumn","Identity","IdentityQuery","IdentityTypes","ImageDisplaySettings","ImageEditorSettings","ImagePropertyDefinition","ImagePropertyValue","ItemQuery","LanguageDisplaySettings","LanguageEditorSettings","LanguagePropertyDefinition","LanguagePropertyDefinitionId","LanguagePropertyValue","LanguageTags","MediaPickerEnums","OSizeTypeDefinitions","OmniaBackendRuntimes","OmniaNamedModel","PhoneNumberPropertyValue","PropertyLockStatus","ResolvedGroupIdentity","ResolvedUserIdentity","ScopeTypes","SecurityIdentities","TextDisplaySettings","TextEditorSettings","TextPropertyDefinition","TextPropertyValue","UserAccessibilitySettings","UserIdentity","UserIdentityQuery","UserPropertyBagModel","UserSortColumn","UserThemeManager","imagePropertyDefinitionId","textPropertyDefinitionId"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","http","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","ArchivedIdentityStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useCommandStore","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useGalleryStore","useLocalizationStore","useMediaPickerCommonStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useProfileCardHandlerStore","useProviderStore","useSizeContainerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","getVueMixins","getVueOptionsHooks","getVuePlugins","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AIEngineSetupService","AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SemanticSearchService","ServiceLocator","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","defineService","themeService"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useArchivedIdentityStore","useCommandStore","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useGalleryStore","useIdentityStore","useLocalizationStore","useMediaPickerCommonStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useProfileCardHandlerStore","useProviderStore","useSizeContainerStore","useUserTypeIdentityPickerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","getVueMixins","getVueOptionsHooks","getVuePlugins","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AIEngineSetupService","AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SemanticSearchService","ServiceLocator","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","defineService","themeService","useIdentityService"]}}}
@@ -1,5 +1,4 @@
1
1
  export * from "./UserTypeService";
2
- export * from "./IdentityService";
3
2
  export * from "./UserIdentityService";
4
3
  export * from "./GroupIdentityService";
5
4
  export * from "./IdentitySyncProviderService";
@@ -51,3 +51,4 @@ export * from "./properties";
51
51
  export * from "./ThemeService";
52
52
  export * from "./SemanticSearchService";
53
53
  export * from "./AIEngineSetupService";
54
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared-mobile/services";
@@ -0,0 +1,5 @@
1
+ export interface IPagingable {
2
+ includeTotal?: boolean;
3
+ itemLimit?: number;
4
+ skip?: number;
5
+ }
@@ -0,0 +1,10 @@
1
+ import { IPagingable } from "./IPagingable";
2
+ export interface ItemQueryResult<T> {
3
+ total: number;
4
+ items: Array<T>;
5
+ }
6
+ export declare class ItemQuery implements IPagingable {
7
+ includeTotal?: boolean;
8
+ itemLimit?: number;
9
+ skip?: number;
10
+ }
@@ -0,0 +1,38 @@
1
+ import { guid, IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ export interface NamedPropertyIdentifier {
3
+ serviceId: string;
4
+ name: string;
5
+ }
6
+ export interface NamedProperty<T> extends NamedPropertyIdentifier {
7
+ value: T;
8
+ }
9
+ export interface TypedNamedProperty<T> extends NamedPropertyIdentifier {
10
+ }
11
+ export interface INamedPropertiesOperations {
12
+ /**
13
+ * Gets a property or null if not found
14
+ * */
15
+ getProperty: <T>(typedPropertyDefinition: TypedNamedProperty<T>) => T;
16
+ }
17
+ export type NamedPropertyCollection = Array<NamedProperty<string>>;
18
+ export interface IOmniaPropertyBag<T extends OmniaNamedModel> {
19
+ /**
20
+ * Get a model from current values, i.e. assumes that the propertybag has been either initialized by calling getAllValues or initialized with values
21
+ * Returns an instance of the the model with model values populated or null if not found (or if no values have been loaded for this bag)
22
+ * */
23
+ getModel: <Model extends T>(model: new () => Model) => Model;
24
+ addOrUpdate: (...args: Array<T>) => Promise<Array<T>>;
25
+ getAllValues: (forceGetFromServer?: boolean) => Promise<Array<T>>;
26
+ removeValues: (...args: Array<T>) => Promise<void>;
27
+ removeAllValues: () => Promise<void>;
28
+ removeOmniaServiceValues: (omniaServiceId: guid) => Promise<void>;
29
+ onChanged: () => IMessageBusTopicSubscription<void>;
30
+ }
31
+ /**
32
+ * This is the new base for omnia named typed properties
33
+ * */
34
+ export declare abstract class OmniaNamedModel {
35
+ readonly omniaServiceId: guid;
36
+ readonly uniqueModelName: string;
37
+ constructor(omniaServiceId: guid, uniqueModelName: string);
38
+ }
@@ -0,0 +1,3 @@
1
+ export declare const SharedConstants: {
2
+ identityQueryItemLimit: number;
3
+ };
@@ -0,0 +1,189 @@
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ export declare enum BoolFilter {
3
+ Both = 0,
4
+ True = 1,
5
+ False = 2
6
+ }
7
+ export declare namespace MediaPickerEnums {
8
+ enum ScalingFormatTypes {
9
+ KeepFormat = 0,
10
+ Jpeg = 1
11
+ }
12
+ enum ImageRatioTypes {
13
+ Landscape = 0,
14
+ Square = 1,
15
+ Portrait = 2,
16
+ Wide = 3
17
+ }
18
+ enum MediaPickerTransformationTypes {
19
+ Crop = 0,
20
+ Flip = 1,
21
+ Filter = 2
22
+ }
23
+ enum OmniaMediaTypes {
24
+ Image = 0,
25
+ Video = 1
26
+ }
27
+ enum LoadingStyle {
28
+ overlay = 0,
29
+ noOverlay = 1
30
+ }
31
+ enum MediaSearchStatus {
32
+ Initial = 0,
33
+ Searching = 1,
34
+ Finish = 2,
35
+ Error = 3
36
+ }
37
+ }
38
+ export declare enum OmniaBackendRuntimes {
39
+ /**Omnia server for Sharepoint Online */
40
+ M365 = "sponline",
41
+ /**Omnia server for Sharepoint OnPrem */
42
+ SharePointServer = "sponprem"
43
+ }
44
+ export declare enum LanguageTags {
45
+ ArSa = "ar-sa",
46
+ BgBg = "bg-bg",
47
+ CaEs = "ca-es",
48
+ ZhTw = "zh-tw",
49
+ CsCz = "cs-cz",
50
+ DaDk = "da-dk",
51
+ DeDe = "de-de",
52
+ ElGr = "el-gr",
53
+ EnUs = "en-us",
54
+ FiFi = "fi-fi",
55
+ FrFr = "fr-fr",
56
+ HeIl = "he-il",
57
+ HuHu = "hu-hu",
58
+ IsIs = "is-is",
59
+ ItIt = "it-it",
60
+ JaJp = "ja-jp",
61
+ KoKr = "ko-kr",
62
+ NlNl = "nl-nl",
63
+ NbNo = "nb-no",
64
+ PlPl = "pl-pl",
65
+ PtBr = "pt-br",
66
+ RoRo = "ro-ro",
67
+ RuRu = "ru-ru",
68
+ HrHr = "hr-hr",
69
+ SkSk = "sk-sk",
70
+ SqAl = "sq-al",
71
+ SvSe = "sv-se",
72
+ ThTh = "th-th",
73
+ TrTr = "tr-tr",
74
+ UrPk = "ur-pk",
75
+ IdId = "id-id",
76
+ UkUa = "uk-ua",
77
+ BeBy = "be-by",
78
+ SlSi = "sl-si",
79
+ EtEe = "et-ee",
80
+ LvLv = "lv-lv",
81
+ LtLt = "lt-lt",
82
+ FaIr = "fa-ir",
83
+ ViVn = "vi-vn",
84
+ HyAm = "hy-am",
85
+ EuEs = "eu-es",
86
+ MkMk = "mk-mk",
87
+ AfZa = "af-za",
88
+ KaGe = "ka-ge",
89
+ FoFo = "fo-fo",
90
+ HiIn = "hi-in",
91
+ MsMy = "ms-my",
92
+ KkKz = "kk-kz",
93
+ KyKg = "ky-kg",
94
+ SwKe = "sw-ke",
95
+ TtRu = "tt-ru",
96
+ PaIn = "pa-in",
97
+ GuIn = "gu-in",
98
+ TaIn = "ta-in",
99
+ TeIn = "te-in",
100
+ KnIn = "kn-in",
101
+ MrIn = "mr-in",
102
+ SaIn = "sa-in",
103
+ MnMn = "mn-mn",
104
+ GlEs = "gl-es",
105
+ DvMv = "dv-mv",
106
+ ArIq = "ar-iq",
107
+ ZhCn = "zh-cn",
108
+ DeCh = "de-ch",
109
+ EnGb = "en-gb",
110
+ EsMx = "es-mx",
111
+ FrBe = "fr-be",
112
+ ItCh = "it-ch",
113
+ NlBe = "nl-be",
114
+ NnNo = "nn-no",
115
+ PtPt = "pt-pt",
116
+ SvFi = "sv-fi",
117
+ MsBn = "ms-bn",
118
+ ArEg = "ar-eg",
119
+ ZhHk = "zh-hk",
120
+ DeAt = "de-at",
121
+ EnAu = "en-au",
122
+ EnEs = "en-es",
123
+ FrCa = "fr-ca",
124
+ ArLy = "ar-ly",
125
+ ZhSg = "zh-sg",
126
+ DeLu = "de-lu",
127
+ EnCa = "en-ca",
128
+ EsGt = "es-gt",
129
+ FrCh = "fr-ch",
130
+ ArDz = "ar-dz",
131
+ ZhMo = "zh-mo",
132
+ DeLi = "de-li",
133
+ EnNz = "en-nz",
134
+ EsCr = "es-cr",
135
+ FrLu = "fr-lu",
136
+ ArMa = "ar-ma",
137
+ EnIe = "en-ie",
138
+ EsPa = "es-pa",
139
+ FrMc = "fr-mc",
140
+ ArTn = "ar-tn",
141
+ EnZa = "en-za",
142
+ EsDo = "es-do",
143
+ ArOm = "ar-om",
144
+ EnJm = "en-jm",
145
+ EsVe = "es-ve",
146
+ ArYe = "ar-ye",
147
+ EsCo = "es-co",
148
+ ArSy = "ar-sy",
149
+ EnBz = "en-bz",
150
+ EsPe = "es-pe",
151
+ ArJo = "ar-jo",
152
+ EnTt = "en-tt",
153
+ EsAr = "es-ar",
154
+ ArLb = "ar-lb",
155
+ EnZw = "en-zw",
156
+ EsEc = "es-ec",
157
+ EsEs = "es-es",
158
+ ArKw = "ar-kw",
159
+ EnPh = "en-ph",
160
+ EsCl = "es-cl",
161
+ ArAe = "ar-ae",
162
+ EsUy = "es-uy",
163
+ ArBh = "ar-bh",
164
+ EsPy = "es-py",
165
+ ArQa = "ar-qa",
166
+ EsBo = "es-bo",
167
+ EsSv = "es-sv",
168
+ EsHn = "es-hn",
169
+ EsPr = "es-pr",
170
+ ZuZa = "zu-za",
171
+ XhZa = "xh-za",
172
+ FyNl = "fy-nl",
173
+ TnZa = "tn-za",
174
+ SeSe = "se-se",
175
+ SeFi = "se-fi",
176
+ CyGb = "cy-gb",
177
+ HrBa = "hr-ba",
178
+ MiNz = "mi-nz",
179
+ GaIe = "ga-ie",
180
+ RmCh = "rm-ch",
181
+ LbLu = "lb-lu",
182
+ NsZa = "ns-za",
183
+ SeNo = "se-no",
184
+ MtMt = "mt-mt"
185
+ }
186
+ export declare const SecurityIdentities: {
187
+ OverridenRulesBindingIdentityId: guid;
188
+ AnonymousIdentity: guid;
189
+ };
@@ -0,0 +1,7 @@
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ export declare class BuiltInIdentityProviderIds {
3
+ static get azureAd(): guid;
4
+ static get omnia(): guid;
5
+ static get ldap(): guid;
6
+ static get defaultAd(): guid;
7
+ }
@@ -0,0 +1,54 @@
1
+ import { guid, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ import { Identity, IResolvedIdentity } from "./Identity";
3
+ import { IdentityTypes } from "./IdentityTypes";
4
+ import { EmailPropertyDefinition, ImagePropertyDefinition, TextPropertyDefinition } from "../properties";
5
+ import { ScopeTypes } from "./ScopeTypes";
6
+ import { UserIdentity } from "./UserIdentity";
7
+ export declare class GroupIdentity extends Identity {
8
+ type: IdentityTypes;
9
+ }
10
+ export declare class ResolvedGroupIdentity extends GroupIdentity implements IResolvedIdentity {
11
+ groupTypeId: guid;
12
+ providerId: guid;
13
+ propertyValues: PropertyValueBinding<any>[];
14
+ displayName: PropertyValueBinding<TextPropertyDefinition>;
15
+ email: PropertyValueBinding<EmailPropertyDefinition>;
16
+ image: PropertyValueBinding<TextPropertyDefinition>;
17
+ description: PropertyValueBinding<TextPropertyDefinition>;
18
+ scope: string;
19
+ scopeType: ScopeTypes;
20
+ isRemoved: boolean;
21
+ groupOwnerIds: Identity[];
22
+ static getDisplayName(group: ResolvedGroupIdentity, deletedGroupText: string): string;
23
+ }
24
+ export declare enum GroupSortColumn {
25
+ DisplayName = 1,
26
+ Description = 2,
27
+ ProviderId = 3,
28
+ GroupTypeId = 4
29
+ }
30
+ export interface GroupIdentityAddOrUpdateRequest {
31
+ id: guid;
32
+ providerId: guid;
33
+ displayName: PropertyValueBinding<TextPropertyDefinition>;
34
+ description: PropertyValueBinding<TextPropertyDefinition>;
35
+ email: PropertyValueBinding<EmailPropertyDefinition>;
36
+ icon: PropertyValueBinding<ImagePropertyDefinition>;
37
+ propertyValues: Array<PropertyValueBinding<any>>;
38
+ scope: string;
39
+ scopeType: ScopeTypes;
40
+ groupOwnerIds: Identity[];
41
+ }
42
+ export interface GroupMembershipUpdateRequest {
43
+ group: GroupIdentity;
44
+ users: UserIdentity[];
45
+ groups: GroupIdentity[];
46
+ }
47
+ export interface GroupIdentityAddOrUpdateWithMembershipRequest {
48
+ groupInformation: GroupIdentityAddOrUpdateRequest;
49
+ membership: GroupMembershipUpdateRequest;
50
+ }
51
+ export interface GroupIdentityAddOrUpdateWithMembershipResponse {
52
+ group: ResolvedGroupIdentity;
53
+ membership: Identity[];
54
+ }
@@ -0,0 +1,6 @@
1
+ import { GroupIdentity } from "./GroupIdentity";
2
+ import { UserIdentity } from "./UserIdentity";
3
+ export interface GroupMembers {
4
+ users: UserIdentity[];
5
+ groups: GroupIdentity[];
6
+ }
@@ -0,0 +1,37 @@
1
+ import { guid, IEquals, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ import { IdentityTypes } from "./IdentityTypes";
3
+ interface IIdentityEqual extends IEquals<{
4
+ identity(value: Identity): boolean;
5
+ }> {
6
+ }
7
+ export interface IResolvedIdentity extends Partial<IIdentityEqual> {
8
+ id: guid;
9
+ type: IdentityTypes;
10
+ providerId: guid;
11
+ isRemoved: boolean;
12
+ propertyValues: PropertyValueBinding<any>[];
13
+ toIdString?: () => string;
14
+ }
15
+ export declare abstract class Identity implements IIdentityEqual {
16
+ readonly id: guid;
17
+ abstract readonly type: IdentityTypes;
18
+ constructor(id: guid);
19
+ toIdString(): string;
20
+ get equals(): {
21
+ identity: (value: Identity) => boolean;
22
+ };
23
+ static parse(identity: Identity | IResolvedIdentity | string): Identity;
24
+ static isValid(identity: Identity): boolean;
25
+ static createFromString(idAndType: string): Identity;
26
+ private static getguid;
27
+ private static getIdAsString;
28
+ }
29
+ export declare enum ArchiveSortColumn {
30
+ DisplayName = 1,
31
+ Email = 2,
32
+ Username = 3,
33
+ IdentityType = 4,
34
+ ProviderId = 5,
35
+ TypeId = 6
36
+ }
37
+ export {};
@@ -0,0 +1,26 @@
1
+ import { IdentityTypes } from "./IdentityTypes";
2
+ import { ItemQuery } from "../ItemQuery";
3
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
+ import { BoolFilter } from "../SharedMobileEnums";
5
+ import { ScopeTypes } from "./ScopeTypes";
6
+ export declare class IdentityQuery extends ItemQuery {
7
+ readonly types: IdentityTypes[];
8
+ searchText?: string;
9
+ /**
10
+ * This is user type id or group type id value.
11
+ */
12
+ typeIds?: guid[];
13
+ providerIds?: guid[];
14
+ excludeTypeIds?: guid[];
15
+ emailEnabled?: BoolFilter;
16
+ permissionEnabled?: BoolFilter;
17
+ scope?: string;
18
+ tenantIdentityOnly?: boolean;
19
+ businessProfileId?: guid;
20
+ scopeType?: ScopeTypes;
21
+ constructor(types: IdentityTypes[], searchText?: string,
22
+ /**
23
+ * This is user type id or group type id value.
24
+ */
25
+ typeIds?: guid[], providerIds?: guid[], excludeTypeIds?: guid[], emailEnabled?: BoolFilter, permissionEnabled?: BoolFilter, scope?: string, tenantIdentityOnly?: boolean, businessProfileId?: guid, scopeType?: ScopeTypes);
26
+ }
@@ -0,0 +1,8 @@
1
+ export declare enum IdentityTypes {
2
+ User = 1,
3
+ Group = 2,
4
+ Role = 3,
5
+ Extension = 4,
6
+ DynamicGroup = 5,
7
+ Anonymous = 6
8
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum ScopeTypes {
2
+ Tenant = 1,
3
+ BusinessProfile = 2,
4
+ Group = 3
5
+ }
@@ -0,0 +1,107 @@
1
+ import { guid, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ import { IResolvedIdentity, Identity } from "./Identity";
3
+ import { IdentityTypes } from "./IdentityTypes";
4
+ import { ScopeTypes } from "./ScopeTypes";
5
+ import { EmailPropertyDefinition, EmailPropertyValue, ImagePropertyDefinition, LanguagePropertyDefinition, PhoneNumberPropertyValue, TextPropertyDefinition } from "../properties";
6
+ import { IOmniaPropertyBag, OmniaNamedModel } from "../NamedProperty";
7
+ declare class AzureAdUserPropertyValues {
8
+ private resolvedUser;
9
+ objectId: guid;
10
+ profileUrl: string;
11
+ constructor(resolvedUser: ResolvedUserIdentity);
12
+ }
13
+ export declare class UserIdentity extends Identity {
14
+ type: IdentityTypes;
15
+ }
16
+ export declare class ResolvedUserIdentity extends UserIdentity implements IResolvedIdentity {
17
+ userTypeId: guid;
18
+ providerId: guid;
19
+ propertyValues: Array<PropertyValueBinding<any>>;
20
+ displayName: PropertyValueBinding<TextPropertyDefinition>;
21
+ username: PropertyValueBinding<TextPropertyDefinition>;
22
+ image: PropertyValueBinding<ImagePropertyDefinition>;
23
+ email: PropertyValueBinding<EmailPropertyDefinition>;
24
+ preferredLanguage: PropertyValueBinding<LanguagePropertyDefinition>;
25
+ uiLanguage: PropertyValueBinding<LanguagePropertyDefinition>;
26
+ providerIdentity: string;
27
+ scope: string;
28
+ isRemoved: boolean;
29
+ firstLogin: Date;
30
+ lastLogin: Date;
31
+ replacedByIdentity: Identity;
32
+ replacesIdentity: Identity;
33
+ scopeType: ScopeTypes;
34
+ static create(options: Partial<ResolvedUserIdentity>): ResolvedUserIdentity;
35
+ static isAzureAdUser(resolvedUser: ResolvedUserIdentity): boolean;
36
+ static isOmniaUser(resolvedUser: ResolvedUserIdentity): boolean;
37
+ static tryToGetAzureAdProperties(resolvedUser: ResolvedUserIdentity): AzureAdUserPropertyValues;
38
+ static safeGetUiLanguage(resolvedUser: ResolvedUserIdentity): PropertyValueBinding<LanguagePropertyDefinition>;
39
+ static isAnonymousUser(resolvedUser: ResolvedUserIdentity): boolean;
40
+ static getDisplayName(user: ResolvedUserIdentity, deletedUserText: string): string;
41
+ }
42
+ export declare abstract class UserPropertyBagModel extends OmniaNamedModel {
43
+ }
44
+ export interface UserWithProperties extends ResolvedUserIdentity {
45
+ properties: Array<UserPropertyBagModel>;
46
+ }
47
+ export interface UserWithPropertyBag extends ResolvedUserIdentity {
48
+ propertyBag: IOmniaPropertyBag<UserPropertyBagModel>;
49
+ }
50
+ export declare class UserAccessibilitySettings extends UserPropertyBagModel {
51
+ useContrastTheme: boolean;
52
+ useAccessibilityFeature: boolean;
53
+ constructor();
54
+ }
55
+ export declare class DocumentDirectionSettings extends UserPropertyBagModel {
56
+ useContrastTheme: boolean;
57
+ isRTLDocument: boolean;
58
+ constructor();
59
+ }
60
+ export declare enum UserSortColumn {
61
+ DisplayName = 1,
62
+ Email = 2,
63
+ Username = 3,
64
+ ProviderId = 4,
65
+ UserTypeId = 5
66
+ }
67
+ export interface UserIdentityAddRequest {
68
+ id: guid;
69
+ providerId: guid;
70
+ userTypeId: guid;
71
+ displayName: PropertyValueBinding<TextPropertyDefinition>;
72
+ username: PropertyValueBinding<TextPropertyDefinition>;
73
+ image: PropertyValueBinding<ImagePropertyDefinition>;
74
+ email: PropertyValueBinding<EmailPropertyDefinition>;
75
+ preferredLanguage: PropertyValueBinding<LanguagePropertyDefinition>;
76
+ uiLanguage: PropertyValueBinding<LanguagePropertyDefinition>;
77
+ propertyValues: Array<PropertyValueBinding<any>>;
78
+ scope: string;
79
+ scopeType: ScopeTypes;
80
+ }
81
+ export interface UserIdentityAddOrUpdateRequestWithPassword extends UserIdentityAddRequest {
82
+ password: string;
83
+ }
84
+ export interface UserIdentityAddOrUpdateWithAuthInformation extends UserIdentityAddRequest {
85
+ authenticationInformation: UserAuthenticationInformation;
86
+ }
87
+ export interface UserAuthenticationInformation {
88
+ authenticationEmail: EmailPropertyValue;
89
+ authenticationMobile: PhoneNumberPropertyValue;
90
+ disabled?: boolean;
91
+ validFrom?: Date;
92
+ validTo?: Date;
93
+ }
94
+ export interface UserAddWithAuthInfoReponse {
95
+ user: ResolvedUserIdentity;
96
+ setupAuthLink: string;
97
+ emailSent: boolean;
98
+ }
99
+ export interface ResetAccountRequest {
100
+ sendAuthSetupLinkByEmail: boolean;
101
+ redirectUrl: string;
102
+ }
103
+ export declare class UserThemeManager extends UserPropertyBagModel {
104
+ constructor();
105
+ selectedAdminThemeId: guid;
106
+ }
107
+ export {};
@@ -0,0 +1,26 @@
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ import { ItemQuery } from "../ItemQuery";
3
+ import { Identity } from "./Identity";
4
+ import { ScopeTypes } from "./ScopeTypes";
5
+ import { BoolFilter } from "../SharedMobileEnums";
6
+ export declare class UserIdentityQuery extends ItemQuery {
7
+ limitedToIdentities: Identity[];
8
+ includeTransitiveUsers: boolean;
9
+ searchText?: string;
10
+ /**
11
+ * This is user type id or group type id value.
12
+ */
13
+ typeIds?: guid[];
14
+ providerIds?: guid[];
15
+ excludeTypeIds?: guid[];
16
+ emailEnabled?: BoolFilter;
17
+ permissionEnabled?: BoolFilter;
18
+ scope?: string;
19
+ tenantIdentityOnly?: boolean;
20
+ scopeType?: ScopeTypes;
21
+ constructor(limitedToIdentities: Identity[], includeTransitiveUsers: boolean, searchText?: string,
22
+ /**
23
+ * This is user type id or group type id value.
24
+ */
25
+ typeIds?: guid[], providerIds?: guid[], excludeTypeIds?: guid[], emailEnabled?: BoolFilter, permissionEnabled?: BoolFilter, scope?: string, tenantIdentityOnly?: boolean, scopeType?: ScopeTypes);
26
+ }
@@ -0,0 +1,9 @@
1
+ export * from "./Identity";
2
+ export * from "./IdentityTypes";
3
+ export * from "./IdentityQuery";
4
+ export * from "./ScopeTypes";
5
+ export * from "./GroupIdentity";
6
+ export * from "./GroupMembers";
7
+ export * from "./UserIdentity";
8
+ export * from "./UserIdentityQuery";
9
+ export * from "./BuiltInIdentityProvider";
@@ -0,0 +1,8 @@
1
+ export * from "./properties";
2
+ export * from "./SharedMobileEnums";
3
+ export * from "./IPagingable";
4
+ export * from "./ItemQuery";
5
+ export * from "./identities";
6
+ export * from "./NamedProperty";
7
+ export * from "./media-picker";
8
+ export * from "./oxide";