@omnia/fx 8.0.191-dev → 8.0.193-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/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +3 -3
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/core/Extend.d.ts +2 -2
- package/internal-do-not-import-from-here/core/Factory.d.ts +2 -2
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/OmniaPropertyBagBase.d.ts +3 -3
- package/internal-do-not-import-from-here/core/services/ServiceLocator.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +6 -6
- package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +3 -3
- package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +6 -6
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +8 -8
- package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +6 -6
- package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppNamingPolicyService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppService.d.ts +25 -25
- package/internal-do-not-import-from-here/services/AzureAdUserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/ConnectedTenantService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/EnterprisePropertyCategoryService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/EnterprisePropertySetService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/FeatureService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/ManifestService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/PostService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/QueueService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SecretsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +11 -10
- package/internal-do-not-import-from-here/services/SecurityService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/SettingsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +8 -8
- package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +9 -9
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +6 -6
- package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +2 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/models/Context.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/AppStore.d.ts +21 -21
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +9 -9
- package/internal-do-not-import-from-here/stores/ConnectedTenantStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/EnterpriseGlossaryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertyCategoryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +11 -11
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/PostStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/PromotedTagStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/Store.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +8 -8
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/BusinessProfileRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +69 -48
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +196 -6
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +55 -33
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +55 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +58 -40
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutTabSettingsRenderer.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +16 -57
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +55 -18
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +59 -38
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +67 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +55 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +49 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +63 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +64 -48
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +64 -48
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +72 -167
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +63 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +66 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +55 -17
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +107 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +49 -24
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +53 -343
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningConstants.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/directives/LinkHandler/registration/DefaultLinkHandlerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +69 -20
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +79 -68
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRegistrationApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/headingconfigurations/Constants.d.ts +10 -9
- package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +80 -74
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +81 -72
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +74 -154
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterRouter.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +68 -406
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming/ThemingFallbackFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +101 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -9
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +22 -22
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/IChrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +71 -26
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +33 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +61 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +0 -62
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +0 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/editlayout/LayoutSettingsComponent.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/EditLayoutStyle.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutListingStyle.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutTabStyle.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/index.d.ts +0 -1
@@ -1,14 +1,14 @@
|
|
1
|
-
import { EnterprisePropertyDataType, EnterprisePropertyDefinition,
|
1
|
+
import { EnterprisePropertyDataType, EnterprisePropertyDefinition, guid, PropertyArchive } from "../models";
|
2
2
|
export declare class EnterprisePropertyService {
|
3
3
|
private httpClient;
|
4
4
|
getEnterprisePropertyDataTypes: (hash?: string) => Promise<Array<EnterprisePropertyDataType>>;
|
5
5
|
getEnterprisePropertyDefinitions: (hash?: string) => Promise<Array<EnterprisePropertyDefinition>>;
|
6
|
-
getEnterprisePropertyDefinitionById: (enterprisePropertyDefinitionId:
|
6
|
+
getEnterprisePropertyDefinitionById: (enterprisePropertyDefinitionId: guid) => Promise<EnterprisePropertyDefinition>;
|
7
7
|
createEnterprisePropertyDefinition: (enterprisePropertyDefinition: EnterprisePropertyDefinition) => Promise<EnterprisePropertyDefinition>;
|
8
8
|
updateEnterprisePropertyDefinition: (enterprisePropertyDefinition: EnterprisePropertyDefinition) => Promise<EnterprisePropertyDefinition>;
|
9
|
-
removeEnterprisePropertyDefinition: (enterprisePropertyDefinition:
|
10
|
-
terminateEnterprisePropertyDefinition: (enterprisePropertyDefinition:
|
11
|
-
restoreEnterprisePropertyDefinition: (enterprisePropertyDefinition:
|
9
|
+
removeEnterprisePropertyDefinition: (enterprisePropertyDefinition: guid) => Promise<void>;
|
10
|
+
terminateEnterprisePropertyDefinition: (enterprisePropertyDefinition: guid) => Promise<void>;
|
11
|
+
restoreEnterprisePropertyDefinition: (enterprisePropertyDefinition: guid) => Promise<EnterprisePropertyDefinition>;
|
12
12
|
getAllArchiveEnterprisePropertyDefinition: () => Promise<Array<PropertyArchive>>;
|
13
13
|
getExtendedEnterprisePropertyDefinitions: () => Promise<Array<EnterprisePropertyDefinition>>;
|
14
14
|
}
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { EnterprisePropertySet,
|
1
|
+
import { EnterprisePropertySet, guid } from "../models";
|
2
2
|
export declare class EnterprisePropertySetService {
|
3
3
|
private httpClient;
|
4
4
|
getEnterprisePropertySets: () => Promise<Array<EnterprisePropertySet>>;
|
5
|
-
getEnterprisePropertySetById: (enterprisePropertySetId:
|
5
|
+
getEnterprisePropertySetById: (enterprisePropertySetId: guid) => Promise<EnterprisePropertySet>;
|
6
6
|
createEnterprisePropertySet: (enterprisePropertySet: EnterprisePropertySet) => Promise<EnterprisePropertySet>;
|
7
7
|
updateEnterprisePropertySet: (enterprisePropertySet: EnterprisePropertySet) => Promise<EnterprisePropertySet>;
|
8
|
-
removeEnterprisePropertySet: (enterprisePropertySetId:
|
9
|
-
terminateEnterprisePropertySet: (enterprisePropertySetId:
|
10
|
-
restoreEnterprisePropertySet: (enterprisePropertySetId:
|
8
|
+
removeEnterprisePropertySet: (enterprisePropertySetId: guid) => Promise<void>;
|
9
|
+
terminateEnterprisePropertySet: (enterprisePropertySetId: guid) => Promise<void>;
|
10
|
+
restoreEnterprisePropertySet: (enterprisePropertySetId: guid) => Promise<EnterprisePropertySet>;
|
11
11
|
}
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import { Feature, FeatureInstance,
|
1
|
+
import { Feature, FeatureInstance, guid, FeatureInstanceProperties } from "../models";
|
2
2
|
export declare class FeatureService {
|
3
3
|
private httpClient;
|
4
4
|
getFeatureDefinitions: () => Promise<Array<Feature>>;
|
5
5
|
getFeatureInstances: (targetResolverType: string, params: {
|
6
6
|
[name: string]: string;
|
7
7
|
}) => Promise<Array<FeatureInstance>>;
|
8
|
-
getFeatureInstanceByFeatureId: (featureId:
|
9
|
-
getFeatureInstancesByDefinitionIds: (featureDefinitionIds:
|
10
|
-
activeFeature: (featureId:
|
11
|
-
requestConsents: (featureIds:
|
12
|
-
upgradeFeature: (featureId:
|
13
|
-
removeFeature: (featureId:
|
8
|
+
getFeatureInstanceByFeatureId: (featureId: guid) => Promise<FeatureInstance>;
|
9
|
+
getFeatureInstancesByDefinitionIds: (featureDefinitionIds: guid[]) => Promise<Array<FeatureInstance>>;
|
10
|
+
activeFeature: (featureId: guid, properties: FeatureInstanceProperties) => Promise<FeatureInstance>;
|
11
|
+
requestConsents: (featureIds: guid[]) => Promise<FeatureInstance[]>;
|
12
|
+
upgradeFeature: (featureId: guid, properties: FeatureInstanceProperties) => Promise<FeatureInstance>;
|
13
|
+
removeFeature: (featureId: guid) => Promise<FeatureInstance>;
|
14
14
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "../models";
|
2
2
|
export declare class ManifestService {
|
3
|
-
loadResourceManifestById(id:
|
3
|
+
loadResourceManifestById(id: guid): void;
|
4
4
|
loadResourceManifestByElementName(elementName: string): void;
|
5
5
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MediaPickerPersistedImage,
|
1
|
+
import { MediaPickerPersistedImage, guid, MediaPickerImageRatio, MediaPickerImageScaling, MediaPickerImageRatioDefinition, MultilingualString, MediaPickerImageScalingDefinition, MediaPickerRenditionData, MediaPickerStorageProviderContext, MediaPickerBase64Image, MediaPickerTransformedBase64Image, MediaPickerImage, MediaPickerImageInformation } from "@omnia/fx/models";
|
2
2
|
export declare class MediaPickerService {
|
3
3
|
private httpClient;
|
4
4
|
private serviceContainerContext;
|
@@ -7,7 +7,7 @@ export declare class MediaPickerService {
|
|
7
7
|
getMediaPickerImage: (mediaPickerImageId: number) => Promise<MediaPickerPersistedImage>;
|
8
8
|
getPersistedImageAsync: (mediaPickerImageId: number) => Promise<MediaPickerPersistedImage>;
|
9
9
|
getImageUrl: (mediapickerImage: MediaPickerImage, imageRatioId?: number, scalingId?: number, useWithToken?: boolean) => string;
|
10
|
-
getOriginalImageUrl: (serviceId:
|
10
|
+
getOriginalImageUrl: (serviceId: guid, mediaPickerImageId: number) => string;
|
11
11
|
getMediaPickerBase64Image: (mediaPickerImage: MediaPickerImage, imageRatioId?: number, scalingId?: number) => Promise<MediaPickerBase64Image>;
|
12
12
|
getMediaPickerBase64OriginalImage: (mediaPickerImage: MediaPickerImage) => Promise<MediaPickerBase64Image>;
|
13
13
|
/**
|
@@ -34,7 +34,7 @@ export declare class MediaPickerService {
|
|
34
34
|
* @param targetProviderContext The target context
|
35
35
|
*/
|
36
36
|
copyImage: (mediaPickerImage: MediaPickerImage, targetProviderContext: MediaPickerStorageProviderContext) => Promise<MediaPickerImage>;
|
37
|
-
ensureRenditions: (omniaServiceId:
|
37
|
+
ensureRenditions: (omniaServiceId: guid, mediaPickerImageId: number) => Promise<void>;
|
38
38
|
private createImageBase64FromImageUrl;
|
39
39
|
removeBase64FormatTags(base64: string): string;
|
40
40
|
ensureBase64String(base64: string, imgFormat: string): string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IPersistedPost, IPostBaseContext, IPostBaseWithContext, IPostReference, ReactionType } from "../models";
|
2
2
|
export declare class PostService<TContextType extends IPostBaseContext> {
|
3
3
|
private serviceContainerContext;
|
4
4
|
private extensionHttpClients;
|
@@ -6,7 +6,7 @@ export declare class PostService<TContextType extends IPostBaseContext> {
|
|
6
6
|
create<TPostType extends IPostBaseWithContext<TContextType>>(postToCreate: TPostType): Promise<IPersistedPost<TPostType>>;
|
7
7
|
delete<TPostType extends IPostBaseWithContext<TContextType>>(postRef: IPostReference): Promise<IPersistedPost<TPostType>>;
|
8
8
|
get<TPostType extends IPostBaseWithContext<TContextType>>(postRef: IPostReference): Promise<IPersistedPost<TPostType>>;
|
9
|
-
getContext<TPostType extends IPostBaseWithContext<TContextType>>(omniaServiceId:
|
9
|
+
getContext<TPostType extends IPostBaseWithContext<TContextType>>(omniaServiceId: guid, postTypeId: guid, topicId: guid): Promise<Array<IPersistedPost<TPostType>>>;
|
10
10
|
toggleLike<TPostType extends IPostBaseWithContext<TContextType>>(postToToggle: IPersistedPost<TPostType>): Promise<IPersistedPost<TPostType>>;
|
11
11
|
socialReacts<TPostType extends IPostBaseWithContext<TContextType>>(postToReact: IPersistedPost<TPostType>, isReacts: boolean, reactionType: ReactionType): Promise<IPersistedPost<TPostType>>;
|
12
12
|
private getHttpClientForServiceId;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { EnterprisePropertyColumnMapping, guid } from "../models";
|
2
2
|
export declare class QueryablePropertiesService {
|
3
3
|
private serviceContainerContext;
|
4
4
|
private httpClient;
|
5
5
|
baseUrl: string;
|
6
6
|
constructor();
|
7
|
-
getQueryableProperties: (tableName?: string, serviceId?:
|
8
|
-
removeQueryableProperties: (property: EnterprisePropertyColumnMapping, serviceId?:
|
9
|
-
addQueryableProperties: (properties: EnterprisePropertyColumnMapping[], serviceId?:
|
7
|
+
getQueryableProperties: (tableName?: string, serviceId?: guid) => Promise<EnterprisePropertyColumnMapping[]>;
|
8
|
+
removeQueryableProperties: (property: EnterprisePropertyColumnMapping, serviceId?: guid) => Promise<EnterprisePropertyColumnMapping>;
|
9
|
+
addQueryableProperties: (properties: EnterprisePropertyColumnMapping[], serviceId?: guid) => Promise<EnterprisePropertyColumnMapping[]>;
|
10
10
|
private createHttpClientFromServiceId;
|
11
11
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, QueueMessageProgress } from "../models";
|
2
2
|
export declare class QueueService {
|
3
3
|
private httpClient;
|
4
|
-
getQueueMessageProgress: (queueMessageId:
|
4
|
+
getQueueMessageProgress: (queueMessageId: guid) => Promise<QueueMessageProgress>;
|
5
5
|
}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { Secret,
|
1
|
+
import { Secret, guid } from "../models";
|
2
2
|
export declare class SecretsService {
|
3
3
|
private httpClient;
|
4
|
-
getSecret: (key: string, serviceId:
|
4
|
+
getSecret: (key: string, serviceId: guid, profileId?: guid) => Promise<Secret>;
|
5
5
|
setTenantSecret: (secret: Secret) => Promise<void>;
|
6
|
-
setBusinessProfileSecret: (secret: Secret, profileId:
|
6
|
+
setBusinessProfileSecret: (secret: Secret, profileId: guid) => Promise<void>;
|
7
7
|
}
|
@@ -1,33 +1,34 @@
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
1
2
|
/**
|
2
3
|
* Built in Omnia security roles
|
3
4
|
* */
|
4
5
|
export declare class SecurityRoles {
|
5
6
|
static Api: {
|
6
7
|
new (): {};
|
7
|
-
FullControl:
|
8
|
+
FullControl: guid;
|
8
9
|
};
|
9
10
|
static Tenant: {
|
10
11
|
new (): {};
|
11
|
-
Admin:
|
12
|
+
Admin: guid;
|
12
13
|
};
|
13
14
|
static SiteCollection: {
|
14
15
|
new (): {};
|
15
|
-
Admin:
|
16
|
+
Admin: guid;
|
16
17
|
};
|
17
18
|
static Site: {
|
18
19
|
new (): {};
|
19
|
-
Admin:
|
20
|
+
Admin: guid;
|
20
21
|
};
|
21
22
|
static BusinessProfile: {
|
22
23
|
new (): {};
|
23
|
-
Admin:
|
24
|
-
Viewer:
|
24
|
+
Admin: guid;
|
25
|
+
Viewer: guid;
|
25
26
|
};
|
26
27
|
static AppInstance: {
|
27
28
|
new (): {};
|
28
|
-
Admin:
|
29
|
-
Contributor:
|
30
|
-
Reader:
|
31
|
-
Viewer:
|
29
|
+
Admin: guid;
|
30
|
+
Contributor: guid;
|
31
|
+
Reader: guid;
|
32
|
+
Viewer: guid;
|
32
33
|
};
|
33
34
|
}
|
@@ -1,22 +1,22 @@
|
|
1
1
|
import { OmniaContext } from "../contexts";
|
2
|
-
import {
|
2
|
+
import { guid, OmniaRole, PermissionBinding, RolePermissionSettingWithContextParam, AzurePermissionResource, AuthenticationSettings, AuthenticationConfiguration } from "../models";
|
3
3
|
export declare class SecurityService {
|
4
4
|
private serviceContainerContext;
|
5
5
|
omniaContext: OmniaContext;
|
6
6
|
private httpClient;
|
7
7
|
constructor();
|
8
|
-
getAppInstancePermissionBindings: (appInstanceId?:
|
8
|
+
getAppInstancePermissionBindings: (appInstanceId?: guid) => Promise<PermissionBinding[]>;
|
9
9
|
getAllOmniaRoles: () => Promise<OmniaRole[]>;
|
10
10
|
getPermissionBindings: (roleIds: Array<string>, contextParams?: {
|
11
11
|
[key: string]: string | number;
|
12
12
|
}) => Promise<{
|
13
13
|
[roleId: string]: PermissionBinding[];
|
14
14
|
}>;
|
15
|
-
addOrUpdatePermissionBindings: (rolePermissionSettingWithParam: RolePermissionSettingWithContextParam, serviceId?:
|
15
|
+
addOrUpdatePermissionBindings: (rolePermissionSettingWithParam: RolePermissionSettingWithContextParam, serviceId?: guid) => Promise<void>;
|
16
16
|
getTenantRequiredAzureAdPermissions: () => Promise<AzurePermissionResource[]>;
|
17
17
|
getConsentUrl: (redirectUrl: string) => Promise<string>;
|
18
18
|
getAuthenticationSettings: () => Promise<AuthenticationSettings>;
|
19
|
-
getAuthenticationSettingsByUserTypeId: (userTypeId:
|
19
|
+
getAuthenticationSettingsByUserTypeId: (userTypeId: guid) => Promise<AuthenticationSettings>;
|
20
20
|
saveAuthenticationSettings: (authConfig: AuthenticationConfiguration) => Promise<void>;
|
21
21
|
validateAzureAdPermissionsSynced: (permissionIds: Array<string>) => Promise<boolean>;
|
22
22
|
syncAzureAdPermissions: () => Promise<void>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IMessageBusTopicSubscription, SettingUpdatedMsg } from "../models";
|
1
|
+
import { IMessageBusTopicSubscription, SettingUpdatedMsg, guid } from "../models";
|
2
2
|
export interface ISuggestedKeyRendererHandler {
|
3
3
|
/**
|
4
4
|
* Return an array of the registered html element name that has been suggested to be able to render this key
|
@@ -61,7 +61,7 @@ export declare class SettingsService<T> implements ISettingsStorage<T>, ISetting
|
|
61
61
|
private httpClient;
|
62
62
|
private permissionService;
|
63
63
|
private settingsLoader;
|
64
|
-
constructor(securityRoleId:
|
64
|
+
constructor(securityRoleId: guid);
|
65
65
|
onKeyValueUpdated: (key: string) => IMessageBusTopicSubscription<T>;
|
66
66
|
onSettingUpdated: () => IMessageBusTopicSubscription<SettingUpdatedMsg>;
|
67
67
|
registerKeyProvider: (key: string, keyProvider: ISettingsKeyProvider) => void;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { TargetingProperty,
|
1
|
+
import { TargetingProperty, guid, TargetingPropertyData, TargetingPropertyResult } from "../models";
|
2
2
|
export declare class TargetingPropertyService {
|
3
3
|
private httpClient;
|
4
4
|
getTargetingProperties: () => Promise<Array<TargetingProperty<TargetingPropertyData>>>;
|
5
|
-
getTargetingPropertyById: (propertyId:
|
5
|
+
getTargetingPropertyById: (propertyId: guid) => Promise<TargetingProperty<TargetingPropertyData>>;
|
6
6
|
createTargetingProperty: (property: TargetingProperty<TargetingPropertyData>) => Promise<TargetingProperty<TargetingPropertyData>>;
|
7
7
|
updateTargetingProperty: (property: TargetingProperty<TargetingPropertyData>) => Promise<TargetingProperty<TargetingPropertyData>>;
|
8
|
-
removeTargetingProperty: (propertyId:
|
8
|
+
removeTargetingProperty: (propertyId: guid) => Promise<void>;
|
9
9
|
getTargetingPropertyResult: () => Promise<Array<TargetingPropertyResult>>;
|
10
|
-
terminateTargetingProperty: (propertyId:
|
11
|
-
restoreTargetingProperty: (propertyId:
|
10
|
+
terminateTargetingProperty: (propertyId: guid) => Promise<void>;
|
11
|
+
restoreTargetingProperty: (propertyId: guid) => Promise<TargetingProperty<TargetingPropertyData>>;
|
12
12
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VersionedAlternateLayout, DisplayBreakpointVersionedAlternateLayoutMapping, VersionedLayout, VersionedLayoutDefinition,
|
1
|
+
import { VersionedAlternateLayout, DisplayBreakpointVersionedAlternateLayoutMapping, VersionedLayout, VersionedLayoutDefinition, guid, ICheckedoutVersionedData, IVersionedData, IVersionedDataIdentifier, IVersionInformation, IVersionReference, LatestReferenceResponse, VersionedLayoutId, AppScopedVersionedLayoutUrlValidationRequest, VersionedLayoutDataWithParentLayout } from "../models";
|
2
2
|
interface VersionedLayoutCreationResponse {
|
3
3
|
checkedOutVersionedData: ICheckedoutVersionedData<VersionedLayoutDefinition>;
|
4
4
|
versionedLayout: VersionedLayout;
|
@@ -16,8 +16,8 @@ export declare class VersionedLayoutService {
|
|
16
16
|
private static readonly AppDefaultLayoutInPublicListingSettingsKeyPrefix;
|
17
17
|
private httpClient;
|
18
18
|
private settingsService;
|
19
|
-
createAppScopedLayout: (appInstanceId:
|
20
|
-
createBusinessProfileScopedLayout: (businessProfileId:
|
19
|
+
createAppScopedLayout: (appInstanceId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => Promise<VersionedLayoutCreationResponse>;
|
20
|
+
createBusinessProfileScopedLayout: (businessProfileId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => Promise<VersionedLayoutCreationResponse>;
|
21
21
|
createTenantScopedLayout: (definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => Promise<VersionedLayoutCreationResponse>;
|
22
22
|
createAlternateLayout: (versionedLayout: VersionedLayout, title: string, definition: VersionedLayoutDefinition) => Promise<VersionedAlternateLayoutCreationResponse>;
|
23
23
|
deleteLayout: (layout: VersionedLayout) => Promise<void>;
|
@@ -33,14 +33,14 @@ export declare class VersionedLayoutService {
|
|
33
33
|
discardLayoutDefinition: (versionedData: ICheckedoutVersionedData<VersionedLayoutDefinition>) => Promise<IVersionedData<VersionedLayoutDefinition>>;
|
34
34
|
getLayoutByIdentifier: (identifier: IVersionedDataIdentifier) => Promise<VersionedLayout>;
|
35
35
|
getLayoutById: (layoutId: number) => Promise<VersionedLayout>;
|
36
|
-
getLayoutsByAppId: (appInstanceId:
|
37
|
-
getLayoutsByProfileAndTypeId: (businessProfileId:
|
38
|
-
getLayoutsByTypeIds: (layoutTypeIds:
|
36
|
+
getLayoutsByAppId: (appInstanceId: guid) => Promise<VersionedLayout[]>;
|
37
|
+
getLayoutsByProfileAndTypeId: (businessProfileId: guid, layoutTypeId: guid) => Promise<VersionedLayout[]>;
|
38
|
+
getLayoutsByTypeIds: (layoutTypeIds: guid[]) => Promise<VersionedLayout[]>;
|
39
39
|
getTenantLayouts: () => Promise<VersionedLayout[]>;
|
40
40
|
getLayoutVersionInformation: (dataIdentifier: IVersionedDataIdentifier) => Promise<IVersionInformation[]>;
|
41
41
|
setDisplayBreakpointAlternateLayoutMapping: (versionedLayoutId: VersionedLayoutId, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => Promise<void>;
|
42
|
-
getDefaultAppLayoutInPublicListing: (appInstanceId:
|
43
|
-
setDefaultAppLayoutInPublicListing: (versionedLayoutId: VersionedLayoutId, appInstanceId:
|
42
|
+
getDefaultAppLayoutInPublicListing: (appInstanceId: guid) => Promise<VersionedLayoutId>;
|
43
|
+
setDefaultAppLayoutInPublicListing: (versionedLayoutId: VersionedLayoutId, appInstanceId: guid) => Promise<void>;
|
44
44
|
getDisplayBreakpointAlternateLayoutMappings: (...versionedLayoutIds: VersionedLayoutId[]) => Promise<{
|
45
45
|
[versionedLayoutId: number]: DisplayBreakpointVersionedAlternateLayoutMapping;
|
46
46
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ResolvedDynamicGroupIdentity, DynamicGroupIdentity, UserType, Future,
|
1
|
+
import { ResolvedDynamicGroupIdentity, DynamicGroupIdentity, UserType, Future, guid, TextPropertyValue, MultilingualTextPropertyValue } from "../../models";
|
2
2
|
export declare class DynamicGroupService {
|
3
3
|
private httpClient;
|
4
4
|
private apiManagementBase;
|
@@ -18,7 +18,7 @@ export declare class DynamicGroupService {
|
|
18
18
|
purge: (identity: DynamicGroupIdentity) => Promise<void>;
|
19
19
|
}
|
20
20
|
export interface DynamicGroupIdentityAddOrUpdateRequest {
|
21
|
-
id:
|
21
|
+
id: guid;
|
22
22
|
displayName: MultilingualTextPropertyValue;
|
23
23
|
description: MultilingualTextPropertyValue;
|
24
24
|
externalIdentityMappings: TextPropertyValue;
|
package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { Future,
|
1
|
+
import { Future, guid, IdentityCreationRequest, IdentityCreationRequestConfirmEmailResult, IdentityCreationRequestCreatedResponse, IdentityEmailConfirmationRequest, ResolvedIdentityCreationRequestSettings } from "@omnia/fx-models";
|
2
2
|
export declare class IdentitySelfServiceService {
|
3
3
|
private httpClient;
|
4
4
|
private baseRoute;
|
5
|
-
resolveSettings: (businessProfileId:
|
5
|
+
resolveSettings: (businessProfileId: guid) => Future<ResolvedIdentityCreationRequestSettings>;
|
6
6
|
create: (request: IdentityCreationRequest) => Future<IdentityCreationRequestCreatedResponse>;
|
7
7
|
confirmEmail: (request: IdentityEmailConfirmationRequest) => Future<IdentityCreationRequestConfirmEmailResult>;
|
8
8
|
resendEmail: (request: IdentityCreationRequestCreatedResponse) => Future<IdentityCreationRequestCreatedResponse>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Future, GroupIdentity, GroupMembers, Identity, IdentityQuery, IResolvedIdentity, ItemQueryResult, ResolvedUserIdentity, UserIdentity,
|
1
|
+
import { Future, GroupIdentity, GroupMembers, Identity, IdentityQuery, IResolvedIdentity, ItemQueryResult, ResolvedUserIdentity, UserIdentity, guid, UserIdentityQuery } from "@omnia/fx-models";
|
2
2
|
export declare class IdentityService {
|
3
3
|
private httpClient;
|
4
4
|
private baseUrl;
|
@@ -21,7 +21,7 @@ export declare class IdentityService {
|
|
21
21
|
getGroupsMembers: (groups: GroupIdentity[]) => Future<{
|
22
22
|
[groupIdentityUid: string]: GroupMembers;
|
23
23
|
}>;
|
24
|
-
getIdentitiesWithProviderIdentities: (providerId:
|
24
|
+
getIdentitiesWithProviderIdentities: (providerId: guid, userIds: guid[]) => Future<{
|
25
25
|
[userIdentityUid: string]: Identity;
|
26
26
|
}>;
|
27
27
|
}
|
package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IdentityPropertySyncBinding, IdentityPropertySyncBindingBase, IdentityProviderLogSortColumn, IdentityProviderRunLog, IdentityProviderSettings, IdentityProviderSettingsValue, IdentityProviderSettingsBuiltInValue } from "../../models";
|
2
2
|
export declare class IdentitySyncProviderService {
|
3
3
|
private httpClient;
|
4
|
-
getSettings: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId:
|
5
|
-
saveSettingsValue: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId:
|
6
|
-
forceFullSync: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId:
|
7
|
-
forceFullUserSync: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId:
|
8
|
-
activateFullLog: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId:
|
9
|
-
togglePause: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId:
|
10
|
-
getLogs: (providerId:
|
4
|
+
getSettings: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid) => Promise<IdentityProviderSettings<T>>;
|
5
|
+
saveSettingsValue: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid, settings: T) => Promise<IdentityProviderSettings<T>>;
|
6
|
+
forceFullSync: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid) => Promise<IdentityProviderSettings<T>>;
|
7
|
+
forceFullUserSync: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid) => Promise<IdentityProviderSettings<T>>;
|
8
|
+
activateFullLog: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid) => Promise<IdentityProviderSettings<T>>;
|
9
|
+
togglePause: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid) => Promise<IdentityProviderSettings<T>>;
|
10
|
+
getLogs: (providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => Promise<{
|
11
11
|
total: number;
|
12
12
|
value: IdentityProviderRunLog[];
|
13
13
|
}>;
|
14
|
-
getAllPropertyBindings: (providerId:
|
14
|
+
getAllPropertyBindings: (providerId: guid) => Promise<IdentityPropertySyncBinding[]>;
|
15
15
|
addPropertyBinding: (value: IdentityPropertySyncBindingBase) => Promise<void>;
|
16
16
|
removePropertyBinding: (value: IdentityPropertySyncBinding) => Promise<void>;
|
17
17
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ArchiveIdentityManagementQuery, BulkImportFileValidation, BulkImportUsersTasks,
|
1
|
+
import { ArchiveIdentityManagementQuery, BulkImportFileValidation, BulkImportUsersTasks, guid, Identity, PropertyDefinition, PropertyValueBinding, ResolvedUserIdentity, ScopeTypes, TemplateFileData, TemplateFileSettings, UserAddWithAuthInfoReponse, UserAuthenticationInformation, UserIdentity, UserIdentityAddRequest, UserManagementQuery } from "../../models";
|
2
2
|
export declare class UserService {
|
3
3
|
private httpClient;
|
4
4
|
getAll: (query: UserManagementQuery) => Promise<{
|
@@ -8,7 +8,7 @@ export declare class UserService {
|
|
8
8
|
get: (identity: UserIdentity) => Promise<ResolvedUserIdentity>;
|
9
9
|
add: (value: UserIdentityAddRequest) => Promise<ResolvedUserIdentity>;
|
10
10
|
addWithAuthInfo: (value: UserIdentityAddRequest, authInfo: UserAuthenticationInformation, sendAuthSetupAsEmail: boolean, comment: string, redirectUrl: string) => Promise<UserAddWithAuthInfoReponse>;
|
11
|
-
update: (user: UserIdentity, userTypeId:
|
11
|
+
update: (user: UserIdentity, userTypeId: guid, values: Array<PropertyValueBinding<PropertyDefinition<any, any, any>>>) => Promise<ResolvedUserIdentity>;
|
12
12
|
delete: (identity: UserIdentity) => Promise<void>;
|
13
13
|
getAllDeleted: (query: ArchiveIdentityManagementQuery) => Promise<{
|
14
14
|
total: number;
|
@@ -20,7 +20,7 @@ export declare class UserService {
|
|
20
20
|
uploadBulkImportUsersFile: (file: File) => Promise<void>;
|
21
21
|
preValidateBulkImportFile: (file: File) => Promise<BulkImportFileValidation>;
|
22
22
|
getUserImportTasks: (businessProfileId: string) => Promise<BulkImportUsersTasks[]>;
|
23
|
-
getUserImportTaskDetails: (id:
|
23
|
+
getUserImportTaskDetails: (id: guid) => Promise<BulkImportUsersTasks>;
|
24
24
|
ensureAzureAdUserByUsername(username: string): Promise<UserIdentity>;
|
25
25
|
changeScope: (users: Array<Identity>, scopeType: ScopeTypes, scope: string) => Promise<void>;
|
26
26
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { ResolvedUserType, UserType,
|
1
|
+
import { ResolvedUserType, UserType, guid } from "../../models";
|
2
2
|
export declare class UserTypeService {
|
3
3
|
private httpClient;
|
4
4
|
getAll: () => Promise<UserType[]>;
|
5
|
-
inUse: (userTypeId:
|
5
|
+
inUse: (userTypeId: guid) => Promise<boolean>;
|
6
6
|
resolve: (userTypes: UserType[]) => Promise<ResolvedUserType[]>;
|
7
7
|
addOrUpdate: (resolvedUserType: ResolvedUserType) => Promise<ResolvedUserType>;
|
8
8
|
reorder: (userTypes: UserType[]) => Promise<UserType[]>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PermissionBinding,
|
1
|
+
import { PermissionBinding, guid, SecurityContextParamRegistrationHandler, IMessageBusTopicSubscription, RoleResourceEvaluator, RolePermissionEvaluator, RolePermissionSettingWithContextParam } from "../../models";
|
2
2
|
export declare class PermissionService {
|
3
3
|
private securityService;
|
4
4
|
private omniaContext;
|
@@ -14,8 +14,8 @@ export declare class PermissionService {
|
|
14
14
|
private loadRulePromise;
|
15
15
|
private get contextChangedMsgBus();
|
16
16
|
constructor();
|
17
|
-
registerResourceEvaluator(roleId:
|
18
|
-
registerPermissionEvaluator(roleId:
|
17
|
+
registerResourceEvaluator(roleId: guid, evaluator: RoleResourceEvaluator): void;
|
18
|
+
registerPermissionEvaluator(roleId: guid, evaluator: RolePermissionEvaluator): void;
|
19
19
|
ensureContextParam(key: string): SecurityContextParamRegistrationHandler;
|
20
20
|
get onPermissionContextChanged(): IMessageBusTopicSubscription<void>;
|
21
21
|
getPermissionBindings(roleIds: Array<string>, contextParams?: {
|
@@ -23,15 +23,15 @@ export declare class PermissionService {
|
|
23
23
|
}): Promise<{
|
24
24
|
[roleId: string]: PermissionBinding[];
|
25
25
|
}>;
|
26
|
-
hasPermissionForRole(roleId:
|
26
|
+
hasPermissionForRole(roleId: guid, contextParams?: {
|
27
27
|
[key: string]: string | number;
|
28
28
|
}): Promise<boolean>;
|
29
|
-
hasPermissionForRoles(roleIds:
|
29
|
+
hasPermissionForRoles(roleIds: guid[], contextParams?: {
|
30
30
|
[key: string]: string | number;
|
31
31
|
}): Promise<boolean>;
|
32
32
|
addOrUpdatePermissionBindings(rolePermissionSettingWithParam: RolePermissionSettingWithContextParam, contextParams?: {
|
33
33
|
[key: string]: string | number;
|
34
|
-
}, serviceId?:
|
34
|
+
}, serviceId?: guid): Promise<void>;
|
35
35
|
clearCache(): void;
|
36
36
|
private getMergedContextParams;
|
37
37
|
private getContextHash;
|
package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
import { EnterprisePropertyCategory,
|
1
|
+
import { EnterprisePropertyCategory, EnterprisePropertyDataTypeId, EnterprisePropertyDefinition, PropertyConfiguration, PropertyDefinition, PropertyDefinitionId } from "../../models";
|
2
2
|
import { ServiceContainerContext } from "../../core";
|
3
3
|
import { OmniaContext } from "../../contexts";
|
4
4
|
import { EnterprisePropertyStore } from "../../stores/EnterprisePropertyStore";
|
5
5
|
import { MultilingualStore } from "../../stores/MultilingualStore";
|
6
6
|
import { EnterprisePropertyCategoryStore } from "../../stores/EnterprisePropertyCategoryStore";
|
7
7
|
declare class EnterprisePropertyToPropertyDefinitionMap {
|
8
|
-
readonly enterprisePropertyDataTypeId:
|
8
|
+
readonly enterprisePropertyDataTypeId: EnterprisePropertyDataTypeId;
|
9
9
|
readonly propertyDefintionId: PropertyDefinitionId;
|
10
|
-
constructor(propDefinitionCtor: new () => PropertyDefinition<any, any, any>, enterprisePropertyDataTypeId:
|
10
|
+
constructor(propDefinitionCtor: new () => PropertyDefinition<any, any, any>, enterprisePropertyDataTypeId: EnterprisePropertyDataTypeId);
|
11
11
|
}
|
12
12
|
export declare class EnterprisePropertiesProvider {
|
13
13
|
static enterprisePropertyDataTypeToPropertyDefinition: Array<EnterprisePropertyToPropertyDefinitionMap>;
|
14
|
-
id: import("@omnia/fx-models").
|
14
|
+
id: import("@omnia/fx-models").guid;
|
15
15
|
title: string;
|
16
16
|
omniaContext: OmniaContext;
|
17
17
|
enterprisePropertyStore: EnterprisePropertyStore;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, PropertyBinding, PropertyConfiguration, PropertyDefinition, IPropertyBindingProvider } from "../../../../models";
|
2
2
|
export declare class BusinessProfilePropertyBindingProvider implements IPropertyBindingProvider {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
private static bindingConfigs;
|
5
5
|
private localizationStore;
|
6
|
-
getBindingById(bindingId:
|
6
|
+
getBindingById(bindingId: guid): Promise<PropertyBinding<PropertyDefinition<any, any, any>>>;
|
7
7
|
getBindings(): Promise<PropertyBinding<PropertyDefinition<any, any, any>>[]>;
|
8
8
|
getConfiguration<TPropertyDefintion extends PropertyDefinition<any, any, any>>(binding: PropertyBinding<TPropertyDefintion>): Promise<PropertyConfiguration<TPropertyDefintion>>;
|
9
9
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, PropertyBinding, PropertyConfiguration, PropertyDefinition, PropertyDisplaySettingsBase, IPropertyBindingProvider } from "../../../../models";
|
2
2
|
export declare class ExtendedEnterprisePropertiesPropertyBindingProvider implements IPropertyBindingProvider {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
private enterprisePropertyStore;
|
5
|
-
getBindingById(bindingId:
|
5
|
+
getBindingById(bindingId: guid): Promise<PropertyBinding<PropertyDefinition<any, any, any>>>;
|
6
6
|
getBindings(): Promise<PropertyBinding<PropertyDefinition<any, any, any>>[]>;
|
7
7
|
getBindingsIncludeDeleted(): Promise<PropertyBinding<PropertyDefinition<any, any, any>>[]>;
|
8
8
|
getConfiguration<TPropertyDefintion extends PropertyDefinition<any, PropertyDisplaySettingsBase, any>>(binding: PropertyBinding<TPropertyDefintion>): Promise<PropertyConfiguration<TPropertyDefintion>>;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IdentityTypes, PropertyBinding, PropertyConfiguration, PropertyDefinition, IPropertyBindingProvider } from "../../../../models";
|
2
2
|
export declare class IdentityPropertyBindingProvider implements IPropertyBindingProvider {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
private static bindingConfigs;
|
5
5
|
private localizationStore;
|
6
|
-
getBindingById(bindingId:
|
6
|
+
getBindingById(bindingId: guid): Promise<PropertyBinding<PropertyDefinition<any, any, any>>>;
|
7
7
|
getBindings(): Promise<PropertyBinding<PropertyDefinition<any, any, any>>[]>;
|
8
8
|
getConfiguration<TPropertyDefintion extends PropertyDefinition<any, any, any>>(binding: PropertyBinding<TPropertyDefintion>): Promise<PropertyConfiguration<TPropertyDefintion>>;
|
9
9
|
getBindingForIdentityType(type: IdentityTypes): Promise<PropertyBinding<PropertyDefinition<any, any, any>>[]>;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, PropertyBinding, PropertyConfiguration, PropertyDefinition, IPropertyBindingProvider } from "../../../../models";
|
2
2
|
export declare class UserPropertyBindingProvider implements IPropertyBindingProvider {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
private static bindingConfigs;
|
5
5
|
private localizationStore;
|
6
|
-
getBindingById(bindingId:
|
6
|
+
getBindingById(bindingId: guid): Promise<PropertyBinding<PropertyDefinition<any, any, any>>>;
|
7
7
|
getBindings(): Promise<PropertyBinding<PropertyDefinition<any, any, any>>[]>;
|
8
8
|
getConfiguration<TPropertyDefintion extends PropertyDefinition<any, any, any>>(binding: PropertyBinding<TPropertyDefintion>): Promise<PropertyConfiguration<TPropertyDefintion>>;
|
9
9
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DataSourceProperty, DataSourcePropertyDisplayInformation,
|
1
|
+
import { DataSourceProperty, DataSourcePropertyDisplayInformation, guid, PropertyDefinition, PropertyValue, PropertyValuePrimitiveConverter, UserIdentity } from "../../../models";
|
2
2
|
import { OmniaContext } from "../../../contexts";
|
3
3
|
import { DataSourcePropertyDefinitionHandler } from "./DataSourcePropertyDefinitionHandler";
|
4
4
|
import { IDataSourcePropertyCreator } from "./DataSourcePropertyProvider";
|
@@ -34,7 +34,7 @@ export declare class DataSourcePropertiesService {
|
|
34
34
|
private externalChangeUserContextTrigger;
|
35
35
|
private isChangeUserContextTrigger;
|
36
36
|
getDataSources(): Promise<Array<{
|
37
|
-
sourceId:
|
37
|
+
sourceId: guid;
|
38
38
|
dataSourceTitle: string;
|
39
39
|
}>>;
|
40
40
|
isEqual(dataSourceProperty1: DataSourceProperty, dataSourceProperty2: DataSourceProperty): boolean;
|
@@ -48,7 +48,7 @@ export declare class DataSourcePropertiesService {
|
|
48
48
|
addOnBeforeExternalWritebackHandler(writebackPreparationFunc: () => Promise<void>): void;
|
49
49
|
registerExternalWritebackTrigger(onWriteBackPendingListener: () => void, getExist?: boolean): IWritebackTrigger;
|
50
50
|
registerExternalChangeUserContextTrigger(onChangeUserContextListener: () => void): IChangeUserContextTrigger;
|
51
|
-
getProperties(datasourceId:
|
51
|
+
getProperties(datasourceId: guid): Promise<Array<DataSourceProperty>>;
|
52
52
|
updatePropertyValue(writeRequest: WritebackRequest): Promise<WritebackResult>;
|
53
53
|
/**
|
54
54
|
* Getting more than one possible creator for a given data source property means a selection must be made as several converters/creators could be used to create the desired propertydefinition, e.g. using ui component
|
@@ -78,7 +78,7 @@ export declare class DataSourcePropertiesService {
|
|
78
78
|
* @param dataSourceId
|
79
79
|
* @returns creator or undefined/null for not supported
|
80
80
|
*/
|
81
|
-
getDataSourcePropertyCreator(dataSourceId:
|
81
|
+
getDataSourcePropertyCreator(dataSourceId: guid): Promise<IDataSourcePropertyCreator>;
|
82
82
|
/**
|
83
83
|
* Todo add something like this that a datasource can return if it supports creating datasourceproperties, i.e. graph But does this need more than from string, i.e. like separat creator manifest from datasource?
|
84
84
|
* string is quite basic/ugly but migt not need anthing more now atleast
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { DataSourceProperty,
|
2
|
-
export type DataSourcePropertyDefintionHandlerId =
|
1
|
+
import { DataSourceProperty, guid, PropertyConfiguration, PropertyDefinition, PropertyValueType, PropertyDefinitionId } from "../../../models";
|
2
|
+
export type DataSourcePropertyDefintionHandlerId = guid;
|
3
3
|
/**
|
4
4
|
*
|
5
5
|
* A plugin module for handling the different property definitions/values that can be created from the data source properties
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DataSourceProperty, DataSourcePropertyDisplayInformation, PropertyConfiguration,
|
1
|
+
import { DataSourceProperty, DataSourcePropertyDisplayInformation, PropertyConfiguration, guid, PropertyDefinition, PropertyDefinitionId, UserIdentity } from "../../../models";
|
2
2
|
import { WritebackResult } from "./DataSourcePropertiesService";
|
3
3
|
export interface IDataSourcePropertyCreator {
|
4
4
|
createPropertyFromString(propertyName: string): Promise<DataSourceProperty>;
|
@@ -7,7 +7,7 @@ export declare abstract class PropertyDataSourceBase<TDataSourceProperty extends
|
|
7
7
|
readonly currentUser: UserIdentity;
|
8
8
|
readonly isImpersonatedUser: boolean;
|
9
9
|
abstract readonly title: string;
|
10
|
-
abstract readonly id:
|
10
|
+
abstract readonly id: guid;
|
11
11
|
abstract supportsWriteback2(properties: Array<TDataSourceProperty>): Promise<Array<{
|
12
12
|
property: TDataSourceProperty;
|
13
13
|
supportsWriteBack: boolean;
|