@omnia/fx 8.0.192-dev → 8.0.194-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/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 +12 -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/management/AppManagement.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +7 -3
- 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/appprovisioningwizard/AppProvisioningWizard.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +6 -1
- 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/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
- 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/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/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 +3 -3
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
- 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/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 +1 -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 +3 -3
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { OmniaEnvironmentContext, Theming, OmniaTokenContext,
|
1
|
+
import { OmniaEnvironmentContext, Theming, OmniaTokenContext, IOmniaContext, IBusinessProfile, IMessageBusTopicSubscription, ITenant, guid, UserWithPropertyBag, IAppRoute } from "../models";
|
2
2
|
/**
|
3
3
|
* Provides Omnia related contexts. This context should be injected using @Inject(OmniaContext)
|
4
4
|
* @class OmniaContext
|
@@ -12,7 +12,7 @@ export declare class OmniaContext implements IOmniaContext {
|
|
12
12
|
/**
|
13
13
|
* The id of the provider which created this context
|
14
14
|
*/
|
15
|
-
get providerId():
|
15
|
+
get providerId(): guid;
|
16
16
|
onContextChanged(): IMessageBusTopicSubscription<IOmniaContext>;
|
17
17
|
/**
|
18
18
|
* Return current business or null if no business profile
|
@@ -49,7 +49,7 @@ export declare class OmniaContext implements IOmniaContext {
|
|
49
49
|
/**
|
50
50
|
* Return activated features
|
51
51
|
*/
|
52
|
-
get activatedFeatures():
|
52
|
+
get activatedFeatures(): guid[];
|
53
53
|
/**
|
54
54
|
* If enabled returns the custom domain or else returns null
|
55
55
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IOmniaContext, IMutableContextProvider, OmniaEnvironmentContext, Theming, OmniaTokenContext, IMessageBusTopicSubscription, IMutableContext, IBusinessProfile, HttpHeaders, ITenant,
|
1
|
+
import { IOmniaContext, IMutableContextProvider, OmniaEnvironmentContext, Theming, OmniaTokenContext, IMessageBusTopicSubscription, IMutableContext, IBusinessProfile, HttpHeaders, ITenant, guid, UserWithPropertyBag, IAppRoute, AppInstanceContext } from "../models";
|
2
2
|
import { AxiosResponse } from "axios";
|
3
3
|
declare global {
|
4
4
|
let _spPageContextInfo: {
|
@@ -14,7 +14,7 @@ export declare class OmniaContextProvider implements IMutableContextProvider<IOm
|
|
14
14
|
private _fallbackProvider;
|
15
15
|
private _appRoute;
|
16
16
|
private _activatedFeatures;
|
17
|
-
protected id:
|
17
|
+
protected id: guid;
|
18
18
|
constructor();
|
19
19
|
dispose(): void;
|
20
20
|
get language(): string;
|
@@ -25,13 +25,13 @@ export declare class OmniaContextProvider implements IMutableContextProvider<IOm
|
|
25
25
|
get theming(): Theming;
|
26
26
|
get user(): Promise<UserWithPropertyBag>;
|
27
27
|
get tokens(): OmniaTokenContext;
|
28
|
-
get activatedFeatures():
|
28
|
+
get activatedFeatures(): guid[];
|
29
29
|
get customDomain(): string;
|
30
30
|
get defaultDomain(): string;
|
31
31
|
get routePrefixes(): string[];
|
32
32
|
onContextChanged: () => IMessageBusTopicSubscription<IOmniaContext>;
|
33
33
|
getMutableContext: () => IMutableContext<IOmniaContext>;
|
34
|
-
getProviderUniqueId: () =>
|
34
|
+
getProviderUniqueId: () => guid;
|
35
35
|
getSerializeableContextRepresentation: () => Promise<any>;
|
36
36
|
createFromContextRepresentation: (contextRepresentation: any) => void;
|
37
37
|
getContext: () => this;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IExtend, LoadableBundleManifest,
|
1
|
+
import { IExtend, LoadableBundleManifest, guid, IExtendApiManifest, IExtendApiManifestWithConfiguration, ApiPath, Future } from "../models";
|
2
2
|
export type ExtendApiConfigurationManifest<T> = {
|
3
3
|
configuration: T;
|
4
4
|
manifest: LoadableBundleManifest;
|
@@ -8,6 +8,6 @@ export declare function registerApi<T>(targetApi: ((extend: IExtend) => Promise<
|
|
8
8
|
export declare namespace InternalExtend {
|
9
9
|
function getApiPathString(exp: (extend: IExtend | IExtendApiManifest) => ApiPath | IExtendApiManifestWithConfiguration<any>): string;
|
10
10
|
function getExtendApiConfiguration<T>(targetApi: (extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>): Promise<ExtendApiConfigurationManifest<T>[]>;
|
11
|
-
function extendApi<T>(targetApi: ((extend: IExtend) => Promise<T>) | string, omniaServiceId:
|
11
|
+
function extendApi<T>(targetApi: ((extend: IExtend) => Promise<T>) | string, omniaServiceId: guid, omniaManifestId: guid, callback?: (api: T) => void | Promise<void>): void;
|
12
12
|
function initApiHub(): Future<void>;
|
13
13
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare function injectByTypeId(typeId:
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
|
+
export declare function injectByTypeId(typeId: guid): any;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AxiosRequestConfig, AxiosInstance, AxiosResponse } from "axios";
|
2
|
-
import {
|
2
|
+
import { guid, HttpHeaders, IContextProviderCollection, IContextProvider } from "@omnia/fx-models";
|
3
3
|
export interface HttpClientConstructor {
|
4
4
|
configPromise?: Promise<AxiosRequestConfig>;
|
5
5
|
}
|
@@ -102,7 +102,7 @@ export declare class HttpClient {
|
|
102
102
|
*
|
103
103
|
* }
|
104
104
|
*/
|
105
|
-
static createOmniaServiceRequestConfig: (serviceId?:
|
105
|
+
static createOmniaServiceRequestConfig: (serviceId?: guid) => Promise<AxiosRequestConfig>;
|
106
106
|
static createMS365ServiceRequestConfig(): Promise<AxiosRequestConfig<any>>;
|
107
107
|
static createSPServiceRequestConfig(authorityUrl: string): Promise<AxiosRequestConfig<any>>;
|
108
108
|
/**
|
@@ -135,4 +135,4 @@ export declare class HttpClient {
|
|
135
135
|
private static get omniaApp();
|
136
136
|
private refreshAccessToken;
|
137
137
|
}
|
138
|
-
export declare function useOmniaClient(serviceId?:
|
138
|
+
export declare function useOmniaClient(serviceId?: guid): HttpClient;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Log, IRouteContext, AdminVisibility, IMessageBusTopicPublishSubscriber, BusinessProfileWithProperties, guid, AppRouteWithProperties, LoadableBundleManifest, NotificationMessage } from "../../models";
|
2
2
|
import { AxiosError } from "axios";
|
3
3
|
import { ComponentInternalInstance } from "vue";
|
4
4
|
export declare class InternalTopics {
|
@@ -13,12 +13,12 @@ export declare class InternalTopics {
|
|
13
13
|
static get flushMultilingualInputModel(): IMessageBusTopicPublishSubscriber<void>;
|
14
14
|
static get omniaBootstrapperCompleted(): IMessageBusTopicPublishSubscriber<void>;
|
15
15
|
static get omniaUXConfigurationCompleted(): IMessageBusTopicPublishSubscriber<void>;
|
16
|
-
static get activatedFeaturesUpdate(): IMessageBusTopicPublishSubscriber<
|
17
|
-
static get activatedFeaturesToLoadResource(): IMessageBusTopicPublishSubscriber<
|
16
|
+
static get activatedFeaturesUpdate(): IMessageBusTopicPublishSubscriber<guid[]>;
|
17
|
+
static get activatedFeaturesToLoadResource(): IMessageBusTopicPublishSubscriber<guid[]>;
|
18
18
|
static get logAdded(): IMessageBusTopicPublishSubscriber<Log>;
|
19
19
|
static get logRemoved(): IMessageBusTopicPublishSubscriber<Log>;
|
20
20
|
static get loadResourcesForElementName(): IMessageBusTopicPublishSubscriber<string>;
|
21
|
-
static get loadResourcesManifestWithId(): IMessageBusTopicPublishSubscriber<
|
21
|
+
static get loadResourcesManifestWithId(): IMessageBusTopicPublishSubscriber<guid>;
|
22
22
|
static get loadResourcesManifes(): IMessageBusTopicPublishSubscriber<LoadableBundleManifest>;
|
23
23
|
static get authenticationChecker(): IMessageBusTopicPublishSubscriber<{
|
24
24
|
responseError: AxiosError;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { OmniaNamedModel,
|
1
|
+
import { OmniaNamedModel, guid, ApiResponse, IOmniaPropertyBag, IMessageBusTopicSubscription } from "../../models";
|
2
2
|
import { HttpClient } from "../http";
|
3
3
|
import { AxiosResponse } from "axios";
|
4
4
|
export declare abstract class OmniaPropertyBagBase<T extends OmniaNamedModel> implements IOmniaPropertyBag<T> {
|
@@ -10,13 +10,13 @@ export declare abstract class OmniaPropertyBagBase<T extends OmniaNamedModel> im
|
|
10
10
|
protected abstract createGetAllValuesRequest: (route: string) => Promise<AxiosResponse<ApiResponse<Array<T>>>>;
|
11
11
|
protected abstract createRemoveValuesRequest: (route: string, values: Array<T>) => Promise<AxiosResponse<ApiResponse<void>>>;
|
12
12
|
protected abstract createRemoveAllValuesRequest: (route: string) => Promise<AxiosResponse<ApiResponse<void>>>;
|
13
|
-
protected abstract createRemoveOmniaServiceValuesRequest: (route: string, omniaServiceId:
|
13
|
+
protected abstract createRemoveOmniaServiceValuesRequest: (route: string, omniaServiceId: guid) => Promise<AxiosResponse<ApiResponse<void>>>;
|
14
14
|
constructor(initialProperties?: Array<T>);
|
15
15
|
getModel: <Model extends T>(model: new () => Model) => Model;
|
16
16
|
addOrUpdate: (...args: Array<T>) => Promise<Array<T>>;
|
17
17
|
getAllValues: (forceGetFromServer?: boolean) => Promise<Array<T>>;
|
18
18
|
removeValues: (...args: Array<T>) => Promise<void>;
|
19
19
|
removeAllValues: () => Promise<void>;
|
20
|
-
removeOmniaServiceValues: (omniaServiceId:
|
20
|
+
removeOmniaServiceValues: (omniaServiceId: guid) => Promise<void>;
|
21
21
|
onChanged: () => IMessageBusTopicSubscription<void>;
|
22
22
|
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, ServiceLocatorUrlType } from "../../models";
|
2
2
|
export interface IServiceLocationProvider {
|
3
3
|
/**
|
4
4
|
* Give the possibility to override a url for a service
|
5
5
|
* Manipulate the service url or return default (resolvedLocation)
|
6
6
|
* */
|
7
|
-
getUrl: (serviceId:
|
7
|
+
getUrl: (serviceId: guid, resolvedLocation: string, useHttpsSchema: boolean, type: ServiceLocatorUrlType) => string;
|
8
8
|
}
|
9
9
|
export declare class ServiceLocator {
|
10
10
|
private static externalServiceProvider;
|
@@ -13,9 +13,9 @@ export declare class ServiceLocator {
|
|
13
13
|
* Null resets to default
|
14
14
|
*/
|
15
15
|
static overrideServiceProvider: (provider: IServiceLocationProvider) => void;
|
16
|
-
static getUrl: (serviceId:
|
16
|
+
static getUrl: (serviceId: guid, useHttpsSchema?: boolean, type?: ServiceLocatorUrlType, allowExternalServiceProvider?: boolean) => string;
|
17
17
|
static hasValidServiceUrl: (url: string) => boolean;
|
18
18
|
static replaceTokenWithDns: (content: string) => string;
|
19
19
|
static replaceDnsWithToken: (content: string) => string;
|
20
|
-
static generateToken: (serviceId:
|
20
|
+
static generateToken: (serviceId: guid) => string;
|
21
21
|
}
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, OmniaManifests, ClientManifestTargetTypes, Future, IMessageBusTopicSubscription } from "../../models";
|
2
2
|
export interface IServiceManifestProvider {
|
3
3
|
/**
|
4
4
|
* Should return the manifests promise for the service or return null to use default manifest for service.
|
5
5
|
* */
|
6
|
-
getOmniaServiceManifests(omniaServiceId:
|
6
|
+
getOmniaServiceManifests(omniaServiceId: guid, target?: ClientManifestTargetTypes): Promise<OmniaManifests>;
|
7
7
|
/**
|
8
8
|
* Get all service id's
|
9
9
|
* Add or remove or leave allCurrentServiceIds unchanged
|
10
10
|
* return the total result of all availible omnia services
|
11
11
|
* */
|
12
|
-
getAvailibleOmniaServiceIds: () => Array<
|
12
|
+
getAvailibleOmniaServiceIds: () => Array<guid>;
|
13
13
|
}
|
14
14
|
export declare class ServiceManifestProvider {
|
15
15
|
private static _message;
|
@@ -24,7 +24,7 @@ export declare class ServiceManifestProvider {
|
|
24
24
|
* Register null to revert to default manifest provider
|
25
25
|
* */
|
26
26
|
static overrideManifestProvider: (provider: IServiceManifestProvider) => void;
|
27
|
-
static getAllAvailableOmniaServiceIds: () => Array<
|
28
|
-
static getOmniaServiceManifests(omniaServiceId:
|
29
|
-
static getOmniaServiceConfiguration: <T>(omniaServiceId:
|
27
|
+
static getAllAvailableOmniaServiceIds: () => Array<guid>;
|
28
|
+
static getOmniaServiceManifests(omniaServiceId: guid, target?: ClientManifestTargetTypes): Promise<OmniaManifests>;
|
29
|
+
static getOmniaServiceConfiguration: <T>(omniaServiceId: guid) => T;
|
30
30
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AccessTokenInfo,
|
1
|
+
import { AccessTokenInfo, guid } from "@omnia/fx-models";
|
2
2
|
export declare class TokenService {
|
3
3
|
private ax;
|
4
4
|
private serviceId;
|
@@ -6,5 +6,5 @@ export declare class TokenService {
|
|
6
6
|
constructor();
|
7
7
|
private accessTokensByResource;
|
8
8
|
getAccessToken: (resource: string, enforceNewToken?: boolean) => Promise<AccessTokenInfo>;
|
9
|
-
invalidateAllTokensBelongingToUserType: (userTypeId:
|
9
|
+
invalidateAllTokensBelongingToUserType: (userTypeId: guid) => Promise<void>;
|
10
10
|
}
|
@@ -40,7 +40,7 @@ export declare namespace Utils {
|
|
40
40
|
/**
|
41
41
|
* Generate a new guid
|
42
42
|
*/
|
43
|
-
function
|
43
|
+
function generateguid(): string;
|
44
44
|
function isNativeClass(value: any): boolean;
|
45
45
|
function groupBy<T>(collection: Array<T>, propName: string): Array<{
|
46
46
|
key: any;
|
@@ -58,7 +58,7 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
|
|
58
58
|
ManifestResourceLoader: typeof Exposes.ManifestResourceLoader;
|
59
59
|
Provide<T>(classType: any, constructorArgs?: T): any;
|
60
60
|
useProvide<TProvide, TConstructor>(provide: TProvide, constructorArgs?: TConstructor): TProvide extends new (...args: any) => infer P ? P : TProvide extends (...args: any) => infer P2 ? P2 : TProvide extends Object ? TProvide : never;
|
61
|
-
injectByTypeId(typeId: Models.
|
61
|
+
injectByTypeId(typeId: Models.guid): any;
|
62
62
|
ObjectMerger: typeof Exposes.ObjectMerger;
|
63
63
|
Cookies: typeof Exposes.Cookies;
|
64
64
|
LocalStorage: typeof Exposes.LocalStorage;
|
@@ -72,7 +72,7 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
|
|
72
72
|
MessageBusExposeOnlyPublication: typeof Exposes.MessageBusExposeOnlyPublication;
|
73
73
|
MessageBusExposeOnlySubscription: typeof Exposes.MessageBusExposeOnlySubscription;
|
74
74
|
Topics: typeof Exposes.Topics;
|
75
|
-
useOmniaClient(serviceId?: Models.
|
75
|
+
useOmniaClient(serviceId?: Models.guid): Exposes.HttpClient;
|
76
76
|
HttpContextProviderCollection: typeof Exposes.HttpContextProviderCollection;
|
77
77
|
HttpClient: typeof Exposes.HttpClient;
|
78
78
|
MD5Util: typeof Exposes.MD5Util;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, ComponentBundleManifest } from "../../models";
|
2
2
|
export interface IWebComponentInstance {
|
3
3
|
}
|
4
4
|
export interface IWebComponentRegistrationHandler {
|
@@ -13,7 +13,7 @@ export interface IWebComponentInstanceContext {
|
|
13
13
|
getManifest: () => ComponentBundleManifest;
|
14
14
|
}
|
15
15
|
export declare class InternalWebComponentBootstrapper {
|
16
|
-
static registerElement: (omniaServiceId:
|
17
|
-
static registerElementInstance(omniaServiceId:
|
16
|
+
static registerElement: (omniaServiceId: guid, manifestId: guid, registrationHandler: IWebComponentRegistrationHandler) => void;
|
17
|
+
static registerElementInstance(omniaServiceId: guid, manifestId: guid, instanceHandler: IWebComponentInstance, htmlElement: HTMLElement): IWebComponentInstanceContext;
|
18
18
|
private static getProxyForCaller;
|
19
19
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { IServiceLocationProvider } from "../../core/services/ServiceLocator";
|
2
2
|
import { IServiceManifestProvider } from "../../core/services/ServiceManifestProvider";
|
3
|
-
import {
|
3
|
+
import { guid } from "../../models";
|
4
4
|
import { ILocalizationServiceProvider } from "internal/fx/core/services/LocalizationService";
|
5
5
|
export interface LocalHostingInfo {
|
6
6
|
[omniaServiceId: string]: LocalOmniaServiceInfo;
|
@@ -11,14 +11,14 @@ export interface LocalOmniaServiceInfo {
|
|
11
11
|
hmr?: boolean;
|
12
12
|
}
|
13
13
|
export interface ILocalHostingService extends IServiceLocationProvider, IServiceManifestProvider, ILocalizationServiceProvider {
|
14
|
-
addServiceDns: (omniaServiceId:
|
14
|
+
addServiceDns: (omniaServiceId: guid, dns: string) => void;
|
15
15
|
removeServiceDns: (dns: string) => void;
|
16
|
-
startServe: (hostingAddress: string) => Promise<
|
17
|
-
stopServe: (hostingAddress: string) => Promise<Array<
|
16
|
+
startServe: (hostingAddress: string) => Promise<guid>;
|
17
|
+
stopServe: (hostingAddress: string) => Promise<Array<guid>>;
|
18
18
|
stopAllServing: () => void;
|
19
19
|
getAllServed: () => LocalHostingInfo;
|
20
|
-
getResourceUrl: (omniaServiceId:
|
21
|
-
isServing: (omniaServiceId:
|
20
|
+
getResourceUrl: (omniaServiceId: guid) => string;
|
21
|
+
isServing: (omniaServiceId: guid) => boolean;
|
22
22
|
hasServing(): boolean;
|
23
23
|
}
|
24
24
|
export declare class LocalHostingService {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { IManifestSubscriber } from "./ManifestPublisher";
|
2
2
|
import { LoadableBundleManifest, ManifestLoadResult, ILoadManifestResourceProvider } from "../../models";
|
3
3
|
import { BundleTargetTypes } from "../../models";
|
4
|
-
import {
|
4
|
+
import { guid, Future } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
5
5
|
export declare function registerLoadableManifestProvider(provider: ILoadManifestResourceProvider): void;
|
6
6
|
export declare class LoadableManifest {
|
7
7
|
manifest: LoadableBundleManifest;
|
@@ -38,10 +38,10 @@ export declare class ManifestResourceLoader {
|
|
38
38
|
private static ReadyPromise;
|
39
39
|
private Subscriber;
|
40
40
|
private constructor();
|
41
|
-
static registerWebComponentFromGroupBundle: (omniaServiceId:
|
41
|
+
static registerWebComponentFromGroupBundle: (omniaServiceId: guid, groupableResourceManifestId: guid, groupManifestId: guid, initWebPackFunc: () => void) => void;
|
42
42
|
static ready: () => Future<void>;
|
43
|
-
static getManifest: (omniaServiceId:
|
44
|
-
static getManifestById: (manifestId:
|
43
|
+
static getManifest: (omniaServiceId: guid, manifestId: guid) => LoadableBundleManifest;
|
44
|
+
static getManifestById: (manifestId: guid) => LoadableBundleManifest;
|
45
45
|
static validateSecurityResource(manifestToLoad: LoadableBundleManifest): boolean;
|
46
46
|
static loadResources: (manifestToLoad: LoadableBundleManifest) => Future<ManifestLoadResult>;
|
47
47
|
static manifestSubscriber: () => IManifestSubscriber;
|
@@ -58,14 +58,14 @@ export declare class ManifestResourceLoader {
|
|
58
58
|
export declare class WebpackModuleResoverInternal {
|
59
59
|
private static resolveManifestResource;
|
60
60
|
private static _omniaLoader;
|
61
|
-
static onLoadError(omniaServiceId:
|
62
|
-
static resolve(omniaServiceId:
|
63
|
-
static isResolved(omniaServiceId:
|
61
|
+
static onLoadError(omniaServiceId: guid, manifestId: guid): void;
|
62
|
+
static resolve(omniaServiceId: guid, manifestId: guid): Future<void>;
|
63
|
+
static isResolved(omniaServiceId: guid, manifestId: guid): boolean;
|
64
64
|
private static ensureResolvablePromise;
|
65
65
|
private static install;
|
66
66
|
static init(): void;
|
67
67
|
}
|
68
68
|
export declare class PublicManifestResourceLoader {
|
69
|
-
static loadResource(manifestId:
|
69
|
+
static loadResource(manifestId: guid, serviceId?: guid): Promise<never> | Future<ManifestLoadResult>;
|
70
70
|
}
|
71
71
|
export {};
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, BundleTargetTypes } from "../../models";
|
2
2
|
export interface IFromServerInstallable {
|
3
3
|
install: () => Promise<void>;
|
4
4
|
}
|
5
5
|
export interface ExternallyLoadedGroupedManifest {
|
6
|
-
manifestId:
|
6
|
+
manifestId: guid;
|
7
7
|
autoInstall: boolean;
|
8
8
|
}
|
9
9
|
export declare class ServerSideLoader {
|
10
10
|
private static serverLoaded;
|
11
|
-
static registerForLoading: (omniaServiceId:
|
12
|
-
static groupLoadingRegistration: (omniaServiceId:
|
13
|
-
static isServerLoaded: (omniaServiceId:
|
14
|
-
static get: (omniaServiceId:
|
11
|
+
static registerForLoading: (omniaServiceId: guid, manifestId: guid, groupedManifests: Array<ExternallyLoadedGroupedManifest>, type?: BundleTargetTypes) => void;
|
12
|
+
static groupLoadingRegistration: (omniaServiceId: guid, groupableResourceManifestId: guid, groupManifestId: guid, registerFunc: () => void, webpackInitFunc: () => void) => void;
|
13
|
+
static isServerLoaded: (omniaServiceId: guid, manifestId: guid, type: BundleTargetTypes) => boolean;
|
14
|
+
static get: (omniaServiceId: guid, manifestId: guid, type: BundleTargetTypes) => IFromServerInstallable;
|
15
15
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { AiSettings,
|
1
|
+
import { AiSettings, guid } from "../models";
|
2
2
|
export declare class AiSettingsService {
|
3
3
|
private httpClient;
|
4
4
|
get: (id: number) => Promise<AiSettings>;
|
5
|
-
getByScope: (businessProfileId?:
|
6
|
-
getByType: (type: string, businessProfileId?:
|
5
|
+
getByScope: (businessProfileId?: guid) => Promise<Array<AiSettings>>;
|
6
|
+
getByType: (type: string, businessProfileId?: guid) => Promise<Array<AiSettings>>;
|
7
7
|
add: (model: AiSettings) => Promise<AiSettings>;
|
8
8
|
update: (model: AiSettings) => Promise<AiSettings>;
|
9
9
|
delete: (id: number) => Promise<void>;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, AppNamingPolicy, AppNamingPolicyDefinition } from "../models";
|
2
2
|
export declare class AppNamingPolicyService {
|
3
3
|
private httpClient;
|
4
|
-
get: (businessProfileId:
|
5
|
-
add: (businessProfileId:
|
4
|
+
get: (businessProfileId: guid, appDefinitionId: guid) => Promise<AppNamingPolicy[]>;
|
5
|
+
add: (businessProfileId: guid, appDefinitionId: guid, definition: AppNamingPolicyDefinition) => Promise<AppNamingPolicy>;
|
6
6
|
update: (namingPolicy: AppNamingPolicy) => Promise<AppNamingPolicy>;
|
7
7
|
delete: (namingPolicy: AppNamingPolicy) => Promise<void>;
|
8
8
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AppDefinition, AppInstance, AppInstanceActionProgressResult, AppInstanceContext, AppInstanceInputInfo, AppInstanceOutputInfo, AppInstanceQuery, AppInstanceRejectInfo, AppInstanceScopedQuery, AppInstancesResult, AppInstancesScopedQueryResult, AppTemplate,
|
1
|
+
import { AppDefinition, AppInstance, AppInstanceActionProgressResult, AppInstanceContext, AppInstanceInputInfo, AppInstanceOutputInfo, AppInstanceQuery, AppInstanceRejectInfo, AppInstanceScopedQuery, AppInstancesResult, AppInstancesScopedQueryResult, AppTemplate, guid, ApiResponse } from "../models";
|
2
2
|
interface RouteTable {
|
3
3
|
[pathOrAppInstanceId: string]: AppInstanceContext;
|
4
4
|
}
|
@@ -8,52 +8,52 @@ export declare class AppService {
|
|
8
8
|
static routes: RouteTable;
|
9
9
|
getAppDefinitions: () => Promise<Array<AppDefinition>>;
|
10
10
|
getTenantAppTemplates: () => Promise<Array<AppTemplate>>;
|
11
|
-
getAppTemplates: (businessProfileId?:
|
12
|
-
getAppTemplate: (appTemplateId:
|
11
|
+
getAppTemplates: (businessProfileId?: guid) => Promise<Array<AppTemplate>>;
|
12
|
+
getAppTemplate: (appTemplateId: guid) => Promise<AppTemplate>;
|
13
13
|
addOrUpdateAppTemplate: (appTemplate: AppTemplate) => Promise<AppTemplate>;
|
14
14
|
updateAppTemplates: (appTemplates: AppTemplate[]) => Promise<AppTemplate[]>;
|
15
|
-
removeAppTemplate: (appTemplateId:
|
16
|
-
getByAppTemplateIdAsync: (appTemplateId:
|
17
|
-
getProfileAppInstances: (appDefinitionId:
|
15
|
+
removeAppTemplate: (appTemplateId: guid) => Promise<void>;
|
16
|
+
getByAppTemplateIdAsync: (appTemplateId: guid) => Promise<Array<AppInstance>>;
|
17
|
+
getProfileAppInstances: (appDefinitionId: guid) => Promise<AppInstancesResult>;
|
18
18
|
/**
|
19
19
|
* This api can only be used by appropriate user for app instance administration
|
20
20
|
* @param appDefinitionId
|
21
21
|
* @param query
|
22
22
|
* @param showInPublicListingsOnly
|
23
23
|
*/
|
24
|
-
getProfileAppInstancesByQuery: (appDefinitionId:
|
24
|
+
getProfileAppInstancesByQuery: (appDefinitionId: guid, query: AppInstanceQuery) => Promise<AppInstancesResult>;
|
25
25
|
/**
|
26
26
|
* Query public app instances data. The api can be used by authorized user.
|
27
27
|
* @param appDefinitionId
|
28
28
|
* @param query
|
29
29
|
*/
|
30
|
-
getProfilePublicAppInstancesByScopedQuery: (appDefinitionId:
|
31
|
-
createAppInstance: (appTemplateId:
|
30
|
+
getProfilePublicAppInstancesByScopedQuery: (appDefinitionId: guid, businessProfileId: guid, scopedQuery: AppInstanceScopedQuery) => Promise<AppInstancesScopedQueryResult>;
|
31
|
+
createAppInstance: (appTemplateId: guid, inputInfo: AppInstanceInputInfo, contextParams: {
|
32
32
|
[name: string]: string;
|
33
|
-
}, businessProfileId?:
|
34
|
-
ensureAppInstanceProvisioning: (appInstanceId:
|
35
|
-
requestChangeProvisioning: (appInstanceId:
|
36
|
-
updateAppInstance: (appInstanceId:
|
33
|
+
}, businessProfileId?: guid, useRouteProvisioning?: boolean) => Promise<AppInstance>;
|
34
|
+
ensureAppInstanceProvisioning: (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => Promise<AppInstance>;
|
35
|
+
requestChangeProvisioning: (appInstanceId: guid, inputInfo: AppInstanceInputInfo) => Promise<AppInstance>;
|
36
|
+
updateAppInstance: (appInstanceId: guid, inputInfo: AppInstanceInputInfo, contextParams?: {
|
37
37
|
[name: string]: string;
|
38
38
|
}) => Promise<AppInstance>;
|
39
|
-
approveAppInstance: (appInstanceId:
|
39
|
+
approveAppInstance: (appInstanceId: guid, inputInfo: AppInstanceInputInfo, contextParams: {
|
40
40
|
[name: string]: string;
|
41
41
|
}) => Promise<AppInstance>;
|
42
|
-
rejectAppInstance: (appInstanceId:
|
43
|
-
removeAppInstance: (appInstanceId:
|
44
|
-
getAppInstanceById: (appInstanceId:
|
45
|
-
getAppInstanceProgressByTransactionId: (transactionId:
|
42
|
+
rejectAppInstance: (appInstanceId: guid, inputInfo: AppInstanceRejectInfo) => Promise<AppInstance>;
|
43
|
+
removeAppInstance: (appInstanceId: guid) => Promise<AppInstance>;
|
44
|
+
getAppInstanceById: (appInstanceId: guid) => Promise<AppInstance>;
|
45
|
+
getAppInstanceProgressByTransactionId: (transactionId: guid) => Promise<AppInstanceActionProgressResult>;
|
46
46
|
getAppInstanceOutputInfosByAppInstanceIds: (appInstanceIds: Array<string>) => Promise<Array<AppInstanceOutputInfo>>;
|
47
|
-
getAppInstanceOutputInfosByAppDefinitionId: (appDefinitionId:
|
48
|
-
followAppInstance: (appInstanceId:
|
49
|
-
unfollowAppInstance: (appInstanceId:
|
50
|
-
addOrUpdateLastVisited: (appInstanceId:
|
51
|
-
getAppContextByAppInstanceId: (appInstanceId:
|
47
|
+
getAppInstanceOutputInfosByAppDefinitionId: (appDefinitionId: guid) => Promise<Array<AppInstanceOutputInfo>>;
|
48
|
+
followAppInstance: (appInstanceId: guid) => Promise<void>;
|
49
|
+
unfollowAppInstance: (appInstanceId: guid) => Promise<void>;
|
50
|
+
addOrUpdateLastVisited: (appInstanceId: guid) => Promise<void>;
|
51
|
+
getAppContextByAppInstanceId: (appInstanceId: guid) => Promise<AppInstanceContext>;
|
52
52
|
getAppContext: (appPath: string) => Promise<AppInstanceContext>;
|
53
|
-
updateAppInstanceProperties: (appInstanceId:
|
53
|
+
updateAppInstanceProperties: (appInstanceId: guid, inputInfo: AppInstanceInputInfo) => Promise<AppInstance>;
|
54
54
|
private buildContextParamsUrl;
|
55
55
|
private ensureRemoveAppInstnaceIdAndProfileId;
|
56
56
|
private loadAppManifest;
|
57
|
-
changeAppTemplate: (appInstance: AppInstance, appTemplateId:
|
57
|
+
changeAppTemplate: (appInstance: AppInstance, appTemplateId: guid) => Promise<ApiResponse<AppInstance>>;
|
58
58
|
}
|
59
59
|
export {};
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { AdProperty, Future,
|
1
|
+
import { AdProperty, Future, guid } from "../models";
|
2
2
|
export declare class AzureAdUserService {
|
3
3
|
private graphClient;
|
4
4
|
private httpClient;
|
5
|
-
getUserPropertiesValue<T extends Object>(id:
|
6
|
-
updateUserPropertiesValue(id:
|
5
|
+
getUserPropertiesValue<T extends Object>(id: guid, selectProperties: string[]): Future<T>;
|
6
|
+
updateUserPropertiesValue(id: guid, properties: {
|
7
7
|
[name: string]: any;
|
8
8
|
}): Future<void>;
|
9
9
|
getUserPropertiesMetadata(): Promise<string[]>;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { ConnectedTenant,
|
1
|
+
import { ConnectedTenant, guid } from "../models";
|
2
2
|
export declare class ConnectedTenantService {
|
3
3
|
private httpClient;
|
4
4
|
private readonly baseUrl;
|
5
5
|
getAll: () => Promise<Array<ConnectedTenant>>;
|
6
6
|
add: (connectedTenant: ConnectedTenant) => Promise<ConnectedTenant>;
|
7
7
|
update: (connectedTenant: ConnectedTenant) => Promise<ConnectedTenant>;
|
8
|
-
delete: (id:
|
9
|
-
getById: (id:
|
8
|
+
delete: (id: guid) => Promise<void>;
|
9
|
+
getById: (id: guid) => Promise<ConnectedTenant>;
|
10
10
|
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { EnterprisePropertyCategory,
|
1
|
+
import { EnterprisePropertyCategory, guid } from "../models";
|
2
2
|
export declare class EnterprisePropertyCategoryService {
|
3
3
|
private httpClient;
|
4
4
|
getEnterprisePropertyCategories: () => Promise<Array<EnterprisePropertyCategory>>;
|
5
|
-
getEnterprisePropertyCategoryById: (enterprisePropertyCategoryId:
|
5
|
+
getEnterprisePropertyCategoryById: (enterprisePropertyCategoryId: guid) => Promise<EnterprisePropertyCategory>;
|
6
6
|
createEnterprisePropertyCategory: (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<EnterprisePropertyCategory>;
|
7
7
|
updateEnterprisePropertyCategory: (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<EnterprisePropertyCategory>;
|
8
|
-
updateEnterprisePropertyCategoryOrders: (sortedCategoryIds: Array<
|
9
|
-
removeEnterprisePropertyCategory: (enterprisePropertyCategoryId:
|
8
|
+
updateEnterprisePropertyCategoryOrders: (sortedCategoryIds: Array<guid>) => Promise<void>;
|
9
|
+
removeEnterprisePropertyCategory: (enterprisePropertyCategoryId: guid) => Promise<void>;
|
10
10
|
}
|
@@ -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
|
}
|