@omnia/workplace 6.13.87-preview → 6.100.3-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/index.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/Fx.d.ts +3 -2
- package/internal-do-not-import-from-here/apis/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +2 -2
- package/internal-do-not-import-from-here/apis/index.d.ts +2 -2
- package/internal-do-not-import-from-here/core/index.d.ts +3 -3
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +93 -3
- package/internal-do-not-import-from-here/core/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +5 -14
- package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -14
- package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +2 -3
- package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/ActionMenuExportationMsg.js +2 -1
- package/internal-do-not-import-from-here/models/ActionRouteInfo.js +2 -1
- package/internal-do-not-import-from-here/models/AppAuthenticationOptions.js +2 -1
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.js +2 -1
- package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/models/AppTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.js +10 -10
- package/internal-do-not-import-from-here/models/BusinessProfileDallEPromptDefault.d.ts +5 -0
- package/internal-do-not-import-from-here/models/BusinessProfileDallEPromptDefault.js +11 -0
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.js +2 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/CompactHeaderRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +71 -9
- package/internal-do-not-import-from-here/models/Constants.js +188 -147
- package/internal-do-not-import-from-here/models/DallESettingsPrompts.d.ts +5 -0
- package/internal-do-not-import-from-here/models/DallESettingsPrompts.js +7 -0
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +3 -3
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.js +13 -26
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.js +2 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.js +2 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.js +2 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +2 -1
- package/internal-do-not-import-from-here/models/Enums.js +32 -28
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.js +10 -11
- package/internal-do-not-import-from-here/models/FooterSettings.js +7 -4
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +1 -1
- package/internal-do-not-import-from-here/models/GovernanceDashboards.js +6 -6
- package/internal-do-not-import-from-here/models/HeaderSetting.js +2 -1
- package/internal-do-not-import-from-here/models/IAdminComponent.js +2 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/ISearchTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/LogoSettings.js +2 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +153 -13
- package/internal-do-not-import-from-here/models/ManifestIds.js +624 -2312
- package/internal-do-not-import-from-here/models/MyTaskItem.js +2 -1
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.js +2 -1
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +5 -5
- package/internal-do-not-import-from-here/models/NotificationPanel.js +12 -9
- package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.js +2 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.js +2 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.js +2 -1
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +2 -1
- package/internal-do-not-import-from-here/models/Search.d.ts +7 -24
- package/internal-do-not-import-from-here/models/Search.js +2 -1
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- package/internal-do-not-import-from-here/models/SearchBoxStyling.js +2 -1
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +3 -24
- package/internal-do-not-import-from-here/models/SearchCategory.js +5 -2
- package/internal-do-not-import-from-here/models/SearchProvider.js +6 -6
- package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.js +2 -1
- package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -2
- package/internal-do-not-import-from-here/models/Secrets.js +2 -1
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
- package/internal-do-not-import-from-here/models/SharedLink.js +2 -1
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.js +13 -24
- package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.js +2 -1
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.js +2 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.js +2 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.js +2 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +5 -5
- package/internal-do-not-import-from-here/models/Workspace.js +78 -101
- package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.d.ts +29 -0
- package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.js +8 -0
- package/internal-do-not-import-from-here/models/analytics/analyticsfiltersettings.d.ts +10 -0
- package/internal-do-not-import-from-here/models/analytics/analyticsfiltersettings.js +2 -0
- package/internal-do-not-import-from-here/models/analytics/analyticssettings.d.ts +9 -0
- package/internal-do-not-import-from-here/models/analytics/analyticssettings.js +2 -0
- package/internal-do-not-import-from-here/models/analytics/businessProfileAnalyticsSettings.d.ts +8 -0
- package/internal-do-not-import-from-here/models/analytics/businessProfileAnalyticsSettings.js +14 -0
- package/internal-do-not-import-from-here/models/analytics/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/analytics/index.js +9 -0
- package/internal-do-not-import-from-here/models/analytics/matomosite.d.ts +6 -0
- package/internal-do-not-import-from-here/models/analytics/matomosite.js +2 -0
- package/internal-do-not-import-from-here/models/analytics/widgetmetadata.d.ts +19 -0
- package/internal-do-not-import-from-here/models/analytics/widgetmetadata.js +2 -0
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +7 -7
- package/internal-do-not-import-from-here/models/apps/Enums.js +29 -18
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.js +2 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.js +5 -2
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.js +2 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +5 -5
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +5 -2
- package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/Membership.js +2 -1
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.js +2 -1
- package/internal-do-not-import-from-here/models/apps/SiteDesign.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -7
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -11
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +6 -7
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamProvisioning.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +9 -9
- package/internal-do-not-import-from-here/models/apps/index.d.ts +4 -5
- package/internal-do-not-import-from-here/models/apps/index.js +16 -14
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.js +2 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +4 -2
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/MySitesStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.js +5 -2
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +7 -4
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/index.js +10 -7
- package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.js +2 -1
- package/internal-do-not-import-from-here/models/facebookworkplace/index.js +4 -1
- package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.js +2 -1
- package/internal-do-not-import-from-here/models/favoritebutton/index.js +4 -1
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +56 -25
- package/internal-do-not-import-from-here/models/forms/Form.js +41 -26
- package/internal-do-not-import-from-here/models/forms/FormApi.d.ts +20 -0
- package/internal-do-not-import-from-here/models/forms/FormApi.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormDialogModel.d.ts +4 -0
- package/internal-do-not-import-from-here/models/forms/FormDialogModel.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
- package/internal-do-not-import-from-here/models/forms/FormLayout.js +4 -1
- package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +33 -0
- package/internal-do-not-import-from-here/models/forms/FormQuery.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +36 -0
- package/internal-do-not-import-from-here/models/forms/FormTemplate.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormType.d.ts +21 -0
- package/internal-do-not-import-from-here/models/forms/FormType.js +2 -0
- package/internal-do-not-import-from-here/models/forms/Statistic.js +5 -2
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +80 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.js +9 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.d.ts +24 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +15 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +19 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +41 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.js +8 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.d.ts +7 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.d.ts +18 -0
- package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/forms/components/index.js +9 -0
- package/internal-do-not-import-from-here/models/forms/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/forms/index.js +12 -3
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.js +13 -14
- package/internal-do-not-import-from-here/models/governancedashboard/index.js +4 -1
- package/internal-do-not-import-from-here/models/index.d.ts +36 -34
- package/internal-do-not-import-from-here/models/index.js +75 -70
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +14 -3
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +69 -71
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/mediapicker/index.js +4 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.js +4 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +24 -36
- package/internal-do-not-import-from-here/models/myteamcollaboration/index.js +4 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.js +2 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.js +2 -1
- package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/powerapp/index.js +5 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +5 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +4 -1
- package/internal-do-not-import-from-here/models/qrcode.js +5 -2
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.js +2 -1
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.js +2 -1
- package/internal-do-not-import-from-here/models/searchfeedbacks/index.js +5 -2
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +16 -13
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.js +2 -1
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +11 -12
- package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -3
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -6
- package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -1
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +1 -1
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.js +2 -1
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +5 -2
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +16 -17
- package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +11 -12
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +5 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +10 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +7 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +17 -13
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +5 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.d.ts +38 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.js +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.d.ts +10 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.js +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +35 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +21 -20
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +10 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +20 -16
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +3 -14
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +7 -4
- package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/siteproperties/index.js +4 -1
- package/internal-do-not-import-from-here/models/sites/Enums.js +8 -5
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.js +2 -1
- package/internal-do-not-import-from-here/models/sites/Sites.js +2 -1
- package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/sites/index.js +6 -3
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.js +7 -4
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.js +4 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.js +5 -2
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.js +6 -3
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/LogoStyle.js +4 -1
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.js +6 -3
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.js +10 -7
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +5 -4
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +9 -8
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +10 -7
- package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/SharedStyles.js +6 -3
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.js +7 -4
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.js +5 -2
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +11 -11
- package/internal-do-not-import-from-here/models/styles/index.js +32 -29
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.js +2 -1
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.js +6 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.js +5 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +10 -15
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +11 -8
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.js +7 -4
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.js +5 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.js +6 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.js +2 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.js +2 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +4 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.js +7 -4
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +2 -1
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -1
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -1
- package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -2
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +5 -3
- package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/yammer/index.js +4 -1
- package/internal-do-not-import-from-here/services/AnalyticsService.d.ts +20 -0
- package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +19 -0
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +4 -3
- package/internal-do-not-import-from-here/services/{FormService.d.ts → forms/FormService.d.ts} +8 -4
- package/internal-do-not-import-from-here/services/forms/FormTemplateService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/forms/FormTypeService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/forms/index.d.ts +3 -0
- package/internal-do-not-import-from-here/services/index.d.ts +2 -1
- package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +11 -0
- package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +46 -0
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +4 -5
- package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +11 -10
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/UserMenuStore.d.ts +12 -0
- package/internal-do-not-import-from-here/stores/{FormStore.d.ts → forms/FormStore.d.ts} +8 -6
- package/internal-do-not-import-from-here/stores/forms/FormTemplateStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/forms/FormTypeStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/forms/index.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/index.d.ts +1 -1
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +4 -4
- package/models/index.d.ts +1 -1
- package/package.json +1 -1
- package/task.js +15 -12
- package/task.ts +9 -9
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.js +0 -1
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.js +0 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyTeamCollaborationCategory.d.ts +0 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyTeamCollaborationCategory.js +0 -27
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyteamcollaborationSettings.d.ts +0 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyteamcollaborationSettings.js +0 -30
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.d.ts +0 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.js +0 -0
- package/internal-do-not-import-from-here/services/NotificationService.d.ts +0 -0
|
@@ -1,2312 +1,624 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
return
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
return
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
return
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
return
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
;
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
;
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
;
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
;
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
Object.defineProperty(ResourceManifests, "BusinessProfileSetupWizardRegistration", {
|
|
626
|
-
get: function () { return new Guid("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); },
|
|
627
|
-
enumerable: false,
|
|
628
|
-
configurable: true
|
|
629
|
-
});
|
|
630
|
-
return ResourceManifests;
|
|
631
|
-
}());
|
|
632
|
-
export { ResourceManifests };
|
|
633
|
-
var WebComponentManifests = /** @class */ (function () {
|
|
634
|
-
function WebComponentManifests() {
|
|
635
|
-
}
|
|
636
|
-
Object.defineProperty(WebComponentManifests, "FaviconSettings", {
|
|
637
|
-
get: function () { return new Guid("88932da6-b22f-4bc0-9351-c700308edfcc"); },
|
|
638
|
-
enumerable: false,
|
|
639
|
-
configurable: true
|
|
640
|
-
});
|
|
641
|
-
Object.defineProperty(WebComponentManifests, "FaviconJourney", {
|
|
642
|
-
get: function () { return new Guid("57e5bf35-ed12-4815-bcc5-925f6415ab01"); },
|
|
643
|
-
enumerable: false,
|
|
644
|
-
configurable: true
|
|
645
|
-
});
|
|
646
|
-
Object.defineProperty(WebComponentManifests, "ActionButtonSignOffRequestSettings", {
|
|
647
|
-
get: function () { return new Guid("58e5a275-426e-4834-889f-baf1e4a3a5b0"); },
|
|
648
|
-
enumerable: false,
|
|
649
|
-
configurable: true
|
|
650
|
-
});
|
|
651
|
-
Object.defineProperty(WebComponentManifests, "DefaultSearchTemplate", {
|
|
652
|
-
get: function () { return new Guid("a045f3b7-9b3b-4783-9763-bbc9c6ec483c"); },
|
|
653
|
-
enumerable: false,
|
|
654
|
-
configurable: true
|
|
655
|
-
});
|
|
656
|
-
Object.defineProperty(WebComponentManifests, "SharedLinkSimpleListingSearchTemplate", {
|
|
657
|
-
get: function () { return new Guid("14a49fd1-2712-4e65-a300-3ae78feb7326"); },
|
|
658
|
-
enumerable: false,
|
|
659
|
-
configurable: true
|
|
660
|
-
});
|
|
661
|
-
Object.defineProperty(WebComponentManifests, "SharedLinkAppIconSearchTemplate", {
|
|
662
|
-
get: function () { return new Guid("86909328-1987-45b3-bf20-01680c6ff884"); },
|
|
663
|
-
enumerable: false,
|
|
664
|
-
configurable: true
|
|
665
|
-
});
|
|
666
|
-
Object.defineProperty(WebComponentManifests, "SearchConfig", {
|
|
667
|
-
get: function () { return new Guid("64fb9421-2dba-4861-a949-4fafa2599b4e"); },
|
|
668
|
-
enumerable: false,
|
|
669
|
-
configurable: true
|
|
670
|
-
});
|
|
671
|
-
Object.defineProperty(WebComponentManifests, "PromotedSearchResultJourney", {
|
|
672
|
-
get: function () { return new Guid("14bd1089-d501-412f-a569-ca915308e541"); },
|
|
673
|
-
enumerable: false,
|
|
674
|
-
configurable: true
|
|
675
|
-
});
|
|
676
|
-
Object.defineProperty(WebComponentManifests, "SearchFeedbackJourney", {
|
|
677
|
-
get: function () { return new Guid("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); },
|
|
678
|
-
enumerable: false,
|
|
679
|
-
configurable: true
|
|
680
|
-
});
|
|
681
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsJourney", {
|
|
682
|
-
get: function () { return new Guid("6b0a110e-478a-4c3d-875b-d89da7296c43"); },
|
|
683
|
-
enumerable: false,
|
|
684
|
-
configurable: true
|
|
685
|
-
});
|
|
686
|
-
Object.defineProperty(WebComponentManifests, "QuickSearchConfig", {
|
|
687
|
-
get: function () { return new Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); },
|
|
688
|
-
enumerable: false,
|
|
689
|
-
configurable: true
|
|
690
|
-
});
|
|
691
|
-
Object.defineProperty(WebComponentManifests, "QuickSearchCategoriesConfig", {
|
|
692
|
-
get: function () { return new Guid("4190870d-6df6-4f35-9ea8-7cae2105b7e9"); },
|
|
693
|
-
enumerable: false,
|
|
694
|
-
configurable: true
|
|
695
|
-
});
|
|
696
|
-
Object.defineProperty(WebComponentManifests, "AdvenceSearchConfig", {
|
|
697
|
-
get: function () { return new Guid("e5da6df9-7c88-4413-9f75-b8635429cc16"); },
|
|
698
|
-
enumerable: false,
|
|
699
|
-
configurable: true
|
|
700
|
-
});
|
|
701
|
-
Object.defineProperty(WebComponentManifests, "AdvancedSearchCategoriesConfig", {
|
|
702
|
-
get: function () { return new Guid("10303262-f456-4f79-be31-71bd32a32dab"); },
|
|
703
|
-
enumerable: false,
|
|
704
|
-
configurable: true
|
|
705
|
-
});
|
|
706
|
-
Object.defineProperty(WebComponentManifests, "DateTimeRefinerComponent", {
|
|
707
|
-
get: function () { return new Guid("0d3db85a-72f7-4f60-a404-8648101ab0b3"); },
|
|
708
|
-
enumerable: false,
|
|
709
|
-
configurable: true
|
|
710
|
-
});
|
|
711
|
-
Object.defineProperty(WebComponentManifests, "CustomSearch", {
|
|
712
|
-
get: function () { return new Guid("B3D32D30-B779-489C-88AB-F3BA03724105"); },
|
|
713
|
-
enumerable: false,
|
|
714
|
-
configurable: true
|
|
715
|
-
});
|
|
716
|
-
Object.defineProperty(WebComponentManifests, "ActionMenu", {
|
|
717
|
-
get: function () { return new Guid("e626020a-2d95-410f-8c3d-ec2127418b26"); },
|
|
718
|
-
enumerable: false,
|
|
719
|
-
configurable: true
|
|
720
|
-
});
|
|
721
|
-
Object.defineProperty(WebComponentManifests, "ActionMenuAdmin", {
|
|
722
|
-
get: function () { return new Guid("c2f552f7-2ec3-42d8-8bdb-254712201b7e"); },
|
|
723
|
-
enumerable: false,
|
|
724
|
-
configurable: true
|
|
725
|
-
});
|
|
726
|
-
Object.defineProperty(WebComponentManifests, "TrelloCards", {
|
|
727
|
-
get: function () { return new Guid("22B707E0-41F6-47D2-BE57-1F3A2B9DD6C2"); },
|
|
728
|
-
enumerable: false,
|
|
729
|
-
configurable: true
|
|
730
|
-
});
|
|
731
|
-
Object.defineProperty(WebComponentManifests, "TrelloCardsSettings", {
|
|
732
|
-
get: function () { return new Guid("16F2DB40-C063-4A19-ACEE-4903253C57D6"); },
|
|
733
|
-
enumerable: false,
|
|
734
|
-
configurable: true
|
|
735
|
-
});
|
|
736
|
-
Object.defineProperty(WebComponentManifests, "Announcements", {
|
|
737
|
-
get: function () { return new Guid("8fa1fb85-39ef-4be8-9611-f6c7ec029772"); },
|
|
738
|
-
enumerable: false,
|
|
739
|
-
configurable: true
|
|
740
|
-
});
|
|
741
|
-
Object.defineProperty(WebComponentManifests, "HighPrioAnnouncements", {
|
|
742
|
-
get: function () { return new Guid('0703dffa-07ff-4ed1-8d1d-93621cbd5661'); },
|
|
743
|
-
enumerable: false,
|
|
744
|
-
configurable: true
|
|
745
|
-
});
|
|
746
|
-
Object.defineProperty(WebComponentManifests, "HighPrioAnnouncementsSettings", {
|
|
747
|
-
get: function () { return new Guid('83817cc6-d238-412e-95bf-312ae18c9a26'); },
|
|
748
|
-
enumerable: false,
|
|
749
|
-
configurable: true
|
|
750
|
-
});
|
|
751
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementsSettings", {
|
|
752
|
-
get: function () { return new Guid("692af0e8-5fe8-4417-b6f5-cea4b8ef2189"); },
|
|
753
|
-
enumerable: false,
|
|
754
|
-
configurable: true
|
|
755
|
-
});
|
|
756
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementsBusinessProfileJourney", {
|
|
757
|
-
get: function () { return new Guid("6cea863b-26a2-4bce-abc8-81b8ed9bbd47"); },
|
|
758
|
-
enumerable: false,
|
|
759
|
-
configurable: true
|
|
760
|
-
});
|
|
761
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementsTenantAdminJourney", {
|
|
762
|
-
get: function () { return new Guid("d6207946-eb85-4ee6-8ec3-b4f7d488e7bc"); },
|
|
763
|
-
enumerable: false,
|
|
764
|
-
configurable: true
|
|
765
|
-
});
|
|
766
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementsAdminListingBlade", {
|
|
767
|
-
get: function () { return new Guid("1ee1d73c-ced8-4764-8898-a86016fe621b"); },
|
|
768
|
-
enumerable: false,
|
|
769
|
-
configurable: true
|
|
770
|
-
});
|
|
771
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementsAdminAddOrEditBlade", {
|
|
772
|
-
get: function () { return new Guid("5c4ff1dc-a2b8-442e-86df-a80e2a3c941e"); },
|
|
773
|
-
enumerable: false,
|
|
774
|
-
configurable: true
|
|
775
|
-
});
|
|
776
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementsAdminTypeAndStatusBlade", {
|
|
777
|
-
get: function () { return new Guid("49f62e32-9ad0-4409-92b6-77e9b570dbdb"); },
|
|
778
|
-
enumerable: false,
|
|
779
|
-
configurable: true
|
|
780
|
-
});
|
|
781
|
-
Object.defineProperty(WebComponentManifests, "FavoriteButtonLinkHandlerSettings", {
|
|
782
|
-
get: function () { return new Guid("6b264a8a-74c7-4e2f-a9cb-4f65e26adb46"); },
|
|
783
|
-
enumerable: false,
|
|
784
|
-
configurable: true
|
|
785
|
-
});
|
|
786
|
-
Object.defineProperty(WebComponentManifests, "FavoriteButtonLinkHandlerRegistration", {
|
|
787
|
-
get: function () { return new Guid("7be9388d-501a-4760-bfe8-6a2be6450efe"); },
|
|
788
|
-
enumerable: false,
|
|
789
|
-
configurable: true
|
|
790
|
-
});
|
|
791
|
-
Object.defineProperty(WebComponentManifests, "FavoriteButtonLinkHandlerSubscription", {
|
|
792
|
-
get: function () { return new Guid("7ca3bc3d-1aea-4296-a8d0-f159305ba704"); },
|
|
793
|
-
enumerable: false,
|
|
794
|
-
configurable: true
|
|
795
|
-
});
|
|
796
|
-
Object.defineProperty(WebComponentManifests, "AdminShortcutActionRegistration", {
|
|
797
|
-
get: function () { return new Guid("659acb42-ce4b-4d38-86cd-1718eae299f9"); },
|
|
798
|
-
enumerable: false,
|
|
799
|
-
configurable: true
|
|
800
|
-
});
|
|
801
|
-
Object.defineProperty(WebComponentManifests, "AdminShortcutActionHandler", {
|
|
802
|
-
get: function () { return new Guid("e3f0e650-770d-45dd-a04c-972e2ee4f27b"); },
|
|
803
|
-
enumerable: false,
|
|
804
|
-
configurable: true
|
|
805
|
-
});
|
|
806
|
-
Object.defineProperty(WebComponentManifests, "TeamworkNavigationActionRegistration", {
|
|
807
|
-
get: function () { return new Guid("cf4fb21c-b5d1-4c43-8439-df5c4c8b24d8"); },
|
|
808
|
-
enumerable: false,
|
|
809
|
-
configurable: true
|
|
810
|
-
});
|
|
811
|
-
Object.defineProperty(WebComponentManifests, "TeamworkNavigationActionHandler", {
|
|
812
|
-
get: function () { return new Guid("277417eb-1f06-454c-ac37-4a6f4b30917b"); },
|
|
813
|
-
enumerable: false,
|
|
814
|
-
configurable: true
|
|
815
|
-
});
|
|
816
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanelActionRegistration", {
|
|
817
|
-
get: function () { return new Guid("2b77b763-a1ba-48f8-b0e0-eea42eff0e41"); },
|
|
818
|
-
enumerable: false,
|
|
819
|
-
configurable: true
|
|
820
|
-
});
|
|
821
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanelActionHandler", {
|
|
822
|
-
get: function () { return new Guid("6cbd9d45-a618-46b0-8245-4811899142f2"); },
|
|
823
|
-
enumerable: false,
|
|
824
|
-
configurable: true
|
|
825
|
-
});
|
|
826
|
-
Object.defineProperty(WebComponentManifests, "TutorialActionRegistration", {
|
|
827
|
-
get: function () { return new Guid("2241765b-a0b9-4cda-a4e7-c5269b77107f"); },
|
|
828
|
-
enumerable: false,
|
|
829
|
-
configurable: true
|
|
830
|
-
});
|
|
831
|
-
Object.defineProperty(WebComponentManifests, "TutorialActionHandler", {
|
|
832
|
-
get: function () { return new Guid("870182cc-d9c2-43e1-8c50-5dcaeedd70b7"); },
|
|
833
|
-
enumerable: false,
|
|
834
|
-
configurable: true
|
|
835
|
-
});
|
|
836
|
-
Object.defineProperty(WebComponentManifests, "MyLinkActionRegistration", {
|
|
837
|
-
get: function () { return new Guid("58862291-22dc-40c8-aa4b-0cd7e5333f5b"); },
|
|
838
|
-
enumerable: false,
|
|
839
|
-
configurable: true
|
|
840
|
-
});
|
|
841
|
-
Object.defineProperty(WebComponentManifests, "MyLinkActionHandler", {
|
|
842
|
-
get: function () { return new Guid("37c0b31a-36f4-4092-911d-ea7edabd4351"); },
|
|
843
|
-
enumerable: false,
|
|
844
|
-
configurable: true
|
|
845
|
-
});
|
|
846
|
-
Object.defineProperty(WebComponentManifests, "StrengthenProfileActionRegistration", {
|
|
847
|
-
get: function () { return new Guid("fcf993d7-1d72-4259-aca2-bde999179fe6"); },
|
|
848
|
-
enumerable: false,
|
|
849
|
-
configurable: true
|
|
850
|
-
});
|
|
851
|
-
Object.defineProperty(WebComponentManifests, "StrengthenProfileActionHandler", {
|
|
852
|
-
get: function () { return new Guid("5fcbc456-87d4-4c96-b6f2-dcc9f7f61cb3"); },
|
|
853
|
-
enumerable: false,
|
|
854
|
-
configurable: true
|
|
855
|
-
});
|
|
856
|
-
Object.defineProperty(WebComponentManifests, "QuickSearchActionRegistration", {
|
|
857
|
-
get: function () { return new Guid("c6ac506c-bff2-4552-901d-a5aa2b1052bb"); },
|
|
858
|
-
enumerable: false,
|
|
859
|
-
configurable: true
|
|
860
|
-
});
|
|
861
|
-
Object.defineProperty(WebComponentManifests, "QuickSearchActionHandler", {
|
|
862
|
-
get: function () { return new Guid("84599507-bd33-4b1b-9aa8-72614aae89b5"); },
|
|
863
|
-
enumerable: false,
|
|
864
|
-
configurable: true
|
|
865
|
-
});
|
|
866
|
-
Object.defineProperty(WebComponentManifests, "ShareActionSettings", {
|
|
867
|
-
get: function () { return new Guid("98f920a1-02bc-4f6f-96ea-b89eb2b505de"); },
|
|
868
|
-
enumerable: false,
|
|
869
|
-
configurable: true
|
|
870
|
-
});
|
|
871
|
-
Object.defineProperty(WebComponentManifests, "ShareActionRegistration", {
|
|
872
|
-
get: function () { return new Guid("50c7754d-ddfb-4d49-8143-6f2172653db3"); },
|
|
873
|
-
enumerable: false,
|
|
874
|
-
configurable: true
|
|
875
|
-
});
|
|
876
|
-
Object.defineProperty(WebComponentManifests, "ShareActionHandler", {
|
|
877
|
-
get: function () { return new Guid("8b88cb04-6ac1-4758-97ee-336be7b49993"); },
|
|
878
|
-
enumerable: false,
|
|
879
|
-
configurable: true
|
|
880
|
-
});
|
|
881
|
-
Object.defineProperty(WebComponentManifests, "CreateAppActionHandler", {
|
|
882
|
-
get: function () { return new Guid("8a5e77f6-65b0-46fc-9c78-32e8d0a6f0ae"); },
|
|
883
|
-
enumerable: false,
|
|
884
|
-
configurable: true
|
|
885
|
-
});
|
|
886
|
-
Object.defineProperty(WebComponentManifests, "YammerfeedSettings", {
|
|
887
|
-
get: function () { return new Guid("6d64ca21-9b86-4def-9ddb-2f55e92b1a8d"); },
|
|
888
|
-
enumerable: false,
|
|
889
|
-
configurable: true
|
|
890
|
-
});
|
|
891
|
-
Object.defineProperty(WebComponentManifests, "Yammerfeed", {
|
|
892
|
-
get: function () { return new Guid("aa32a6a4-9d12-4fda-a68f-8b8fc836fe91"); },
|
|
893
|
-
enumerable: false,
|
|
894
|
-
configurable: true
|
|
895
|
-
});
|
|
896
|
-
Object.defineProperty(WebComponentManifests, "SearchHeader", {
|
|
897
|
-
get: function () { return new Guid("76323e70-3a54-4294-a74f-fd70f3b6c447"); },
|
|
898
|
-
enumerable: false,
|
|
899
|
-
configurable: true
|
|
900
|
-
});
|
|
901
|
-
Object.defineProperty(WebComponentManifests, "Search", {
|
|
902
|
-
get: function () { return new Guid("07bf6982-5112-4ed4-80ce-721521e9aa1f"); },
|
|
903
|
-
enumerable: false,
|
|
904
|
-
configurable: true
|
|
905
|
-
});
|
|
906
|
-
Object.defineProperty(WebComponentManifests, "SearchBlock", {
|
|
907
|
-
get: function () { return new Guid("103755a1-c49e-4e34-85b4-c94f541894a7"); },
|
|
908
|
-
enumerable: false,
|
|
909
|
-
configurable: true
|
|
910
|
-
});
|
|
911
|
-
Object.defineProperty(WebComponentManifests, "SearchBlockSettings", {
|
|
912
|
-
get: function () { return new Guid("1c6045e8-ac28-4005-88eb-5d81857060bb"); },
|
|
913
|
-
enumerable: false,
|
|
914
|
-
configurable: true
|
|
915
|
-
});
|
|
916
|
-
Object.defineProperty(WebComponentManifests, "QuickSearch", {
|
|
917
|
-
get: function () { return new Guid("24c33a66-12d8-4d62-8142-fd0486dcd9ed"); },
|
|
918
|
-
enumerable: false,
|
|
919
|
-
configurable: true
|
|
920
|
-
});
|
|
921
|
-
Object.defineProperty(WebComponentManifests, "AdvancedSearch", {
|
|
922
|
-
get: function () { return new Guid("6f8e12f7-3379-4722-854d-1f8e83b722b2"); },
|
|
923
|
-
enumerable: false,
|
|
924
|
-
configurable: true
|
|
925
|
-
});
|
|
926
|
-
Object.defineProperty(WebComponentManifests, "SearchAdmin", {
|
|
927
|
-
get: function () { return new Guid("7843b606-9207-4563-80da-c8fb07e6b927"); },
|
|
928
|
-
enumerable: false,
|
|
929
|
-
configurable: true
|
|
930
|
-
});
|
|
931
|
-
Object.defineProperty(WebComponentManifests, "SearchAdminRegistration", {
|
|
932
|
-
get: function () { return new Guid("8c97d118-f0d9-44fe-9ef5-ed107e6401d2"); },
|
|
933
|
-
enumerable: false,
|
|
934
|
-
configurable: true
|
|
935
|
-
});
|
|
936
|
-
Object.defineProperty(WebComponentManifests, "SharePointSearchProviderSettings", {
|
|
937
|
-
get: function () { return new Guid("d9a4ee6a-4030-47ff-9f8d-438d71aad39c"); },
|
|
938
|
-
enumerable: false,
|
|
939
|
-
configurable: true
|
|
940
|
-
});
|
|
941
|
-
Object.defineProperty(WebComponentManifests, "MicrosoftSearchProviderSettings", {
|
|
942
|
-
get: function () { return new Guid("b94f27fb-cf98-4d4d-9ebb-dc0cdf6f3893"); },
|
|
943
|
-
enumerable: false,
|
|
944
|
-
configurable: true
|
|
945
|
-
});
|
|
946
|
-
Object.defineProperty(WebComponentManifests, "SharedLinksSearchProviderSettings", {
|
|
947
|
-
get: function () { return new Guid("531dde74-4a66-4990-b0c1-b0fb979371e4"); },
|
|
948
|
-
enumerable: false,
|
|
949
|
-
configurable: true
|
|
950
|
-
});
|
|
951
|
-
Object.defineProperty(WebComponentManifests, "QuickSearchActionHandlerSettings", {
|
|
952
|
-
get: function () { return new Guid("b8a22e34-3162-443e-9260-1e4fc8eb0310"); },
|
|
953
|
-
enumerable: false,
|
|
954
|
-
configurable: true
|
|
955
|
-
});
|
|
956
|
-
Object.defineProperty(WebComponentManifests, "SearchSettings", {
|
|
957
|
-
get: function () { return new Guid("60d18833-efb0-456d-8359-fea6c82701b7"); },
|
|
958
|
-
enumerable: false,
|
|
959
|
-
configurable: true
|
|
960
|
-
});
|
|
961
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsMetricIndicator", {
|
|
962
|
-
get: function () { return new Guid("f3c88c39-9d56-4f4a-9841-2272bd275428"); },
|
|
963
|
-
enumerable: false,
|
|
964
|
-
configurable: true
|
|
965
|
-
});
|
|
966
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoOfQueryMetricIndicator", {
|
|
967
|
-
get: function () { return new Guid("7fb2948c-286e-4de9-b25a-7594bd472c65"); },
|
|
968
|
-
enumerable: false,
|
|
969
|
-
configurable: true
|
|
970
|
-
});
|
|
971
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsAbandonedQueryMetricIndicator", {
|
|
972
|
-
get: function () { return new Guid("1588c9e5-835c-4258-990f-26ade94a385a"); },
|
|
973
|
-
enumerable: false,
|
|
974
|
-
configurable: true
|
|
975
|
-
});
|
|
976
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoResultQueryMetricIndicator", {
|
|
977
|
-
get: function () { return new Guid("cfa2aa9e-7a04-4622-97f9-22913ac7b326"); },
|
|
978
|
-
enumerable: false,
|
|
979
|
-
configurable: true
|
|
980
|
-
});
|
|
981
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoOfQueryMetricDetail", {
|
|
982
|
-
get: function () { return new Guid("54527b07-2873-4b75-8903-ef174c769d60"); },
|
|
983
|
-
enumerable: false,
|
|
984
|
-
configurable: true
|
|
985
|
-
});
|
|
986
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsAbandonedQueryMetricDetail", {
|
|
987
|
-
get: function () { return new Guid("c9142c33-cd05-4a71-a12c-08d86a4db6a8"); },
|
|
988
|
-
enumerable: false,
|
|
989
|
-
configurable: true
|
|
990
|
-
});
|
|
991
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoResultQueryMetricDetail", {
|
|
992
|
-
get: function () { return new Guid("93813bd7-ddae-4bca-aef3-0c12761e97d9"); },
|
|
993
|
-
enumerable: false,
|
|
994
|
-
configurable: true
|
|
995
|
-
});
|
|
996
|
-
Object.defineProperty(WebComponentManifests, "SearchStatisticsMetricScopeFilter", {
|
|
997
|
-
get: function () { return new Guid("30f3b28c-9f8b-4801-8509-8d51de1db362"); },
|
|
998
|
-
enumerable: false,
|
|
999
|
-
configurable: true
|
|
1000
|
-
});
|
|
1001
|
-
Object.defineProperty(WebComponentManifests, "MyTasks", {
|
|
1002
|
-
get: function () { return new Guid("299D1ADC-8762-4AA5-B92D-83D03B633DEE"); },
|
|
1003
|
-
enumerable: false,
|
|
1004
|
-
configurable: true
|
|
1005
|
-
});
|
|
1006
|
-
Object.defineProperty(WebComponentManifests, "MyTasksSettings", {
|
|
1007
|
-
get: function () { return new Guid("A5C84795-B70F-4A88-AD46-B315E5AE5496"); },
|
|
1008
|
-
enumerable: false,
|
|
1009
|
-
configurable: true
|
|
1010
|
-
});
|
|
1011
|
-
Object.defineProperty(WebComponentManifests, "MyTasksSiteGroupView", {
|
|
1012
|
-
get: function () { return new Guid("0987DBA0-4C0A-4AC8-A762-9348B3F16412"); },
|
|
1013
|
-
enumerable: false,
|
|
1014
|
-
configurable: true
|
|
1015
|
-
});
|
|
1016
|
-
Object.defineProperty(WebComponentManifests, "TasksSimpleListingView", {
|
|
1017
|
-
get: function () { return new Guid("1A9AF446-969E-4E1E-8FE3-02C288D1A737"); },
|
|
1018
|
-
enumerable: false,
|
|
1019
|
-
configurable: true
|
|
1020
|
-
});
|
|
1021
|
-
Object.defineProperty(WebComponentManifests, "Logo", {
|
|
1022
|
-
get: function () { return new Guid("e556c401-dfce-48e8-b4e9-23a14755dcdd"); },
|
|
1023
|
-
enumerable: false,
|
|
1024
|
-
configurable: true
|
|
1025
|
-
});
|
|
1026
|
-
Object.defineProperty(WebComponentManifests, "LogoSettings", {
|
|
1027
|
-
get: function () { return new Guid("a119b69d-b10a-4c6e-b709-878ee4800163"); },
|
|
1028
|
-
enumerable: false,
|
|
1029
|
-
configurable: true
|
|
1030
|
-
});
|
|
1031
|
-
Object.defineProperty(WebComponentManifests, "Header", {
|
|
1032
|
-
get: function () { return new Guid("63346575-5418-4e0c-9693-3e923929b58b"); },
|
|
1033
|
-
enumerable: false,
|
|
1034
|
-
configurable: true
|
|
1035
|
-
});
|
|
1036
|
-
Object.defineProperty(WebComponentManifests, "FullHeader", {
|
|
1037
|
-
get: function () { return new Guid("f769db43-ace1-4ee1-bdf7-8ace85ac71a2"); },
|
|
1038
|
-
enumerable: false,
|
|
1039
|
-
configurable: true
|
|
1040
|
-
});
|
|
1041
|
-
Object.defineProperty(WebComponentManifests, "CompactHeader", {
|
|
1042
|
-
get: function () { return new Guid("27241e79-ab2e-4ebe-9047-b779ec4e7398"); },
|
|
1043
|
-
enumerable: false,
|
|
1044
|
-
configurable: true
|
|
1045
|
-
});
|
|
1046
|
-
Object.defineProperty(WebComponentManifests, "HeaderSettings", {
|
|
1047
|
-
get: function () { return new Guid("fef52f65-d4e9-4d6b-85b7-ffc94383f577"); },
|
|
1048
|
-
enumerable: false,
|
|
1049
|
-
configurable: true
|
|
1050
|
-
});
|
|
1051
|
-
Object.defineProperty(WebComponentManifests, "FooterComponent", {
|
|
1052
|
-
get: function () { return new Guid("839a30ea-2733-4a82-aa5b-b15dd502137e"); },
|
|
1053
|
-
enumerable: false,
|
|
1054
|
-
configurable: true
|
|
1055
|
-
});
|
|
1056
|
-
Object.defineProperty(WebComponentManifests, "FooterCore", {
|
|
1057
|
-
get: function () { return new Guid("58552fa6-0533-498d-82fd-319f7db6837c"); },
|
|
1058
|
-
enumerable: false,
|
|
1059
|
-
configurable: true
|
|
1060
|
-
});
|
|
1061
|
-
Object.defineProperty(WebComponentManifests, "FooterSettings", {
|
|
1062
|
-
get: function () { return new Guid("9bec119b-f8b8-4fef-9246-263748793629"); },
|
|
1063
|
-
enumerable: false,
|
|
1064
|
-
configurable: true
|
|
1065
|
-
});
|
|
1066
|
-
Object.defineProperty(WebComponentManifests, "UserMenu", {
|
|
1067
|
-
get: function () { return new Guid("ff8336d1-9558-45ff-84a5-9043adea65c0"); },
|
|
1068
|
-
enumerable: false,
|
|
1069
|
-
configurable: true
|
|
1070
|
-
});
|
|
1071
|
-
Object.defineProperty(WebComponentManifests, "UserMenuCore", {
|
|
1072
|
-
get: function () { return new Guid("b77aa1bd-9392-424c-9e20-b88e6b749aa4"); },
|
|
1073
|
-
enumerable: false,
|
|
1074
|
-
configurable: true
|
|
1075
|
-
});
|
|
1076
|
-
Object.defineProperty(WebComponentManifests, "CompactUserMenu", {
|
|
1077
|
-
get: function () { return new Guid("88d642cc-300e-4bf4-96b9-fd5f6d35c186"); },
|
|
1078
|
-
enumerable: false,
|
|
1079
|
-
configurable: true
|
|
1080
|
-
});
|
|
1081
|
-
Object.defineProperty(WebComponentManifests, "UserAccessibilitySetting", {
|
|
1082
|
-
get: function () { return new Guid("69d180bd-b115-4d5c-bafa-db8f5d52a7c1"); },
|
|
1083
|
-
enumerable: false,
|
|
1084
|
-
configurable: true
|
|
1085
|
-
});
|
|
1086
|
-
Object.defineProperty(WebComponentManifests, "UserAccessibilityJumpToContent", {
|
|
1087
|
-
get: function () { return new Guid("ffba73c2-b9a2-4c55-a01e-363287723e0b"); },
|
|
1088
|
-
enumerable: false,
|
|
1089
|
-
configurable: true
|
|
1090
|
-
});
|
|
1091
|
-
Object.defineProperty(WebComponentManifests, "AccessibilityStyle", {
|
|
1092
|
-
get: function () { return new Guid("bb54ab75-69c3-4472-a0b5-9e0badb1397a"); },
|
|
1093
|
-
enumerable: false,
|
|
1094
|
-
configurable: true
|
|
1095
|
-
});
|
|
1096
|
-
Object.defineProperty(WebComponentManifests, "OmniaSystemLanguageSetting", {
|
|
1097
|
-
get: function () { return new Guid("ebca9185-a2a3-483f-8827-07d103f25f15"); },
|
|
1098
|
-
enumerable: false,
|
|
1099
|
-
configurable: true
|
|
1100
|
-
});
|
|
1101
|
-
Object.defineProperty(WebComponentManifests, "OmniaLanguagesComponent", {
|
|
1102
|
-
get: function () { return new Guid("d687c247-a25a-4321-b6ef-70edf162fc52"); },
|
|
1103
|
-
enumerable: false,
|
|
1104
|
-
configurable: true
|
|
1105
|
-
});
|
|
1106
|
-
Object.defineProperty(WebComponentManifests, "DocumentDirectionSetting", {
|
|
1107
|
-
get: function () { return new Guid("8a35b5ee-118f-4be8-b12b-cef340d8bbbc"); },
|
|
1108
|
-
enumerable: false,
|
|
1109
|
-
configurable: true
|
|
1110
|
-
});
|
|
1111
|
-
Object.defineProperty(WebComponentManifests, "DocumentDirectioJumpToContent", {
|
|
1112
|
-
get: function () { return new Guid("16c1a389-77d2-467c-acc7-57b9f499f4ed"); },
|
|
1113
|
-
enumerable: false,
|
|
1114
|
-
configurable: true
|
|
1115
|
-
});
|
|
1116
|
-
Object.defineProperty(WebComponentManifests, "DocumentDirectionStyle", {
|
|
1117
|
-
get: function () { return new Guid("a65e0a65-8ae8-4434-9cff-5fa72ba3d1ca"); },
|
|
1118
|
-
enumerable: false,
|
|
1119
|
-
configurable: true
|
|
1120
|
-
});
|
|
1121
|
-
Object.defineProperty(WebComponentManifests, "MyLinksNavigation", {
|
|
1122
|
-
get: function () { return new Guid("fe39c5e9-95cb-43cf-ab3f-7422dcf29030"); },
|
|
1123
|
-
enumerable: false,
|
|
1124
|
-
configurable: true
|
|
1125
|
-
});
|
|
1126
|
-
Object.defineProperty(WebComponentManifests, "QuickLinksViewComponent", {
|
|
1127
|
-
get: function () { return new Guid("cdd9e41d-b784-4adb-bbb4-5ccb0568a92b"); },
|
|
1128
|
-
enumerable: false,
|
|
1129
|
-
configurable: true
|
|
1130
|
-
});
|
|
1131
|
-
Object.defineProperty(WebComponentManifests, "QuickLinksEditComponent", {
|
|
1132
|
-
get: function () { return new Guid("56d4552e-0a49-4a7b-ab89-6dc355ad076e"); },
|
|
1133
|
-
enumerable: false,
|
|
1134
|
-
configurable: true
|
|
1135
|
-
});
|
|
1136
|
-
Object.defineProperty(WebComponentManifests, "QuickLinksCreateComponent", {
|
|
1137
|
-
get: function () { return new Guid("c4ba1eef-5137-48f0-ba72-7d29162145bb"); },
|
|
1138
|
-
enumerable: false,
|
|
1139
|
-
configurable: true
|
|
1140
|
-
});
|
|
1141
|
-
Object.defineProperty(WebComponentManifests, "QuickLinksComponent", {
|
|
1142
|
-
get: function () { return new Guid("12180b4d-535f-488d-99dd-b53544b7aa30"); },
|
|
1143
|
-
enumerable: false,
|
|
1144
|
-
configurable: true
|
|
1145
|
-
});
|
|
1146
|
-
Object.defineProperty(WebComponentManifests, "AppLaunchComponent", {
|
|
1147
|
-
get: function () { return new Guid("B5264AA5-091B-49F5-B14F-D495D6EC5009"); },
|
|
1148
|
-
enumerable: false,
|
|
1149
|
-
configurable: true
|
|
1150
|
-
});
|
|
1151
|
-
Object.defineProperty(WebComponentManifests, "CompactAppLaunchComponent", {
|
|
1152
|
-
get: function () { return new Guid("78ea7839-2483-4a05-8a17-efd750402a7e"); },
|
|
1153
|
-
enumerable: false,
|
|
1154
|
-
configurable: true
|
|
1155
|
-
});
|
|
1156
|
-
Object.defineProperty(WebComponentManifests, "AppLaunchRegistration", {
|
|
1157
|
-
get: function () { return new Guid("F7861B4B-6856-450D-A633-27EF4D617283"); },
|
|
1158
|
-
enumerable: false,
|
|
1159
|
-
configurable: true
|
|
1160
|
-
});
|
|
1161
|
-
Object.defineProperty(WebComponentManifests, "SharedLinkListingsBlade", {
|
|
1162
|
-
get: function () { return new Guid("f2450b17-ae8c-4350-b467-6052e9f46e5e"); },
|
|
1163
|
-
enumerable: false,
|
|
1164
|
-
configurable: true
|
|
1165
|
-
});
|
|
1166
|
-
Object.defineProperty(WebComponentManifests, "SharedLinkAddOrEditBlade", {
|
|
1167
|
-
get: function () { return new Guid("ce61a633-2caf-4895-bda9-94b8553a00d2"); },
|
|
1168
|
-
enumerable: false,
|
|
1169
|
-
configurable: true
|
|
1170
|
-
});
|
|
1171
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileAdminSharedLinksJourney", {
|
|
1172
|
-
get: function () { return new Guid("1d421d8c-6eb8-47ec-9aa7-c0dac3b104f8"); },
|
|
1173
|
-
enumerable: false,
|
|
1174
|
-
configurable: true
|
|
1175
|
-
});
|
|
1176
|
-
Object.defineProperty(WebComponentManifests, "TenantAdminSharedLinksJourney", {
|
|
1177
|
-
get: function () { return new Guid("a862a464-61d5-4617-91f0-ec495776fbe8"); },
|
|
1178
|
-
enumerable: false,
|
|
1179
|
-
configurable: true
|
|
1180
|
-
});
|
|
1181
|
-
Object.defineProperty(WebComponentManifests, "QuickLinkSetting", {
|
|
1182
|
-
get: function () { return new Guid("64b86fee-3f66-437f-887c-ffdd3514166f"); },
|
|
1183
|
-
enumerable: false,
|
|
1184
|
-
configurable: true
|
|
1185
|
-
});
|
|
1186
|
-
Object.defineProperty(WebComponentManifests, "MyLinkSetting", {
|
|
1187
|
-
get: function () { return new Guid("4022a6f7-4c56-4338-bb27-7f04c3fedacb"); },
|
|
1188
|
-
enumerable: false,
|
|
1189
|
-
configurable: true
|
|
1190
|
-
});
|
|
1191
|
-
Object.defineProperty(WebComponentManifests, "TrelloCardView", {
|
|
1192
|
-
get: function () { return new Guid("C69406EA-86EC-4FC4-99FF-626918C4465D"); },
|
|
1193
|
-
enumerable: false,
|
|
1194
|
-
configurable: true
|
|
1195
|
-
});
|
|
1196
|
-
Object.defineProperty(WebComponentManifests, "QuickLinkSimpleList", {
|
|
1197
|
-
get: function () { return new Guid("d031f476-a71d-47ff-8f08-817a63f0f956"); },
|
|
1198
|
-
enumerable: false,
|
|
1199
|
-
configurable: true
|
|
1200
|
-
});
|
|
1201
|
-
Object.defineProperty(WebComponentManifests, "QuickLinkAppIconList", {
|
|
1202
|
-
get: function () { return new Guid("eb09bd9c-564c-4205-8c58-b3ed405403d4"); },
|
|
1203
|
-
enumerable: false,
|
|
1204
|
-
configurable: true
|
|
1205
|
-
});
|
|
1206
|
-
Object.defineProperty(WebComponentManifests, "QuickLinksAppLaunchView", {
|
|
1207
|
-
get: function () { return new Guid("5D34D10F-0067-418E-8C67-C28A99007A7F"); },
|
|
1208
|
-
enumerable: false,
|
|
1209
|
-
configurable: true
|
|
1210
|
-
});
|
|
1211
|
-
Object.defineProperty(WebComponentManifests, "ImportantAnnouncementView", {
|
|
1212
|
-
get: function () { return new Guid("338653de-6640-40af-bd40-41a83d24da2e"); },
|
|
1213
|
-
enumerable: false,
|
|
1214
|
-
configurable: true
|
|
1215
|
-
});
|
|
1216
|
-
Object.defineProperty(WebComponentManifests, "HighPriorityAnnouncementView", {
|
|
1217
|
-
get: function () { return new Guid("f32d1086-254c-4398-a8e7-a277b3b60a7c"); },
|
|
1218
|
-
enumerable: false,
|
|
1219
|
-
configurable: true
|
|
1220
|
-
});
|
|
1221
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementLikeComment", {
|
|
1222
|
-
get: function () { return new Guid("757162be-a480-445d-a0ee-a8c25accdd64"); },
|
|
1223
|
-
enumerable: false,
|
|
1224
|
-
configurable: true
|
|
1225
|
-
});
|
|
1226
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanelHeader", {
|
|
1227
|
-
get: function () { return new Guid("1fc95b02-8bab-468b-a2bb-19e2a7752c55"); },
|
|
1228
|
-
enumerable: false,
|
|
1229
|
-
configurable: true
|
|
1230
|
-
});
|
|
1231
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanelHeaderSettings", {
|
|
1232
|
-
get: function () { return new Guid("f9541602-33bd-4d16-a2d7-3ef335d527a0"); },
|
|
1233
|
-
enumerable: false,
|
|
1234
|
-
configurable: true
|
|
1235
|
-
});
|
|
1236
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanel", {
|
|
1237
|
-
get: function () { return new Guid("65774a9f-d489-4352-9e97-b4939601532a"); },
|
|
1238
|
-
enumerable: false,
|
|
1239
|
-
configurable: true
|
|
1240
|
-
});
|
|
1241
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanelSettings", {
|
|
1242
|
-
get: function () { return new Guid("47bd0626-08d9-4899-9034-c2eb21f7452b"); },
|
|
1243
|
-
enumerable: false,
|
|
1244
|
-
configurable: true
|
|
1245
|
-
});
|
|
1246
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanelsAdmin", {
|
|
1247
|
-
get: function () { return new Guid("c4198968-3512-4694-b153-3c7318f3d6b7"); },
|
|
1248
|
-
enumerable: false,
|
|
1249
|
-
configurable: true
|
|
1250
|
-
});
|
|
1251
|
-
Object.defineProperty(WebComponentManifests, "NotificationPanelBlockSettings", {
|
|
1252
|
-
get: function () { return new Guid("8065dc84-fbd8-4838-800c-8bc59a0c741c"); },
|
|
1253
|
-
enumerable: false,
|
|
1254
|
-
configurable: true
|
|
1255
|
-
});
|
|
1256
|
-
Object.defineProperty(WebComponentManifests, "AdminShortcut", {
|
|
1257
|
-
get: function () { return new Guid("7c59fff9-3845-4206-b8ea-c879ff000246"); },
|
|
1258
|
-
enumerable: false,
|
|
1259
|
-
configurable: true
|
|
1260
|
-
});
|
|
1261
|
-
Object.defineProperty(WebComponentManifests, "TutorialAdmin", {
|
|
1262
|
-
get: function () { return new Guid("BC901429-60C1-4528-B047-9AAF7C23D01A"); },
|
|
1263
|
-
enumerable: false,
|
|
1264
|
-
configurable: true
|
|
1265
|
-
});
|
|
1266
|
-
Object.defineProperty(WebComponentManifests, "TutorialAdminTenant", {
|
|
1267
|
-
get: function () { return new Guid("E0366FB9-A6D4-44FF-8F21-AA9E9D41CD77"); },
|
|
1268
|
-
enumerable: false,
|
|
1269
|
-
configurable: true
|
|
1270
|
-
});
|
|
1271
|
-
Object.defineProperty(WebComponentManifests, "TutorialPageSetting", {
|
|
1272
|
-
get: function () { return new Guid("23A3A95E-8830-46D7-BF76-180FE079531C"); },
|
|
1273
|
-
enumerable: false,
|
|
1274
|
-
configurable: true
|
|
1275
|
-
});
|
|
1276
|
-
Object.defineProperty(WebComponentManifests, "Tutorial", {
|
|
1277
|
-
get: function () { return new Guid("47544822-FDA5-450A-9294-A5ACA8A770E0"); },
|
|
1278
|
-
enumerable: false,
|
|
1279
|
-
configurable: true
|
|
1280
|
-
});
|
|
1281
|
-
Object.defineProperty(WebComponentManifests, "ProfileMenu", {
|
|
1282
|
-
get: function () { return new Guid("4763bc36-d35d-4334-8b88-5408d489b03e"); },
|
|
1283
|
-
enumerable: false,
|
|
1284
|
-
configurable: true
|
|
1285
|
-
});
|
|
1286
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileJourney", {
|
|
1287
|
-
get: function () { return new Guid("2b69d826-807c-470e-9db1-0a19bba2d1e0"); },
|
|
1288
|
-
enumerable: false,
|
|
1289
|
-
configurable: true
|
|
1290
|
-
});
|
|
1291
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileSettings", {
|
|
1292
|
-
get: function () { return new Guid("4b86a436-4255-448c-a502-e1daeb94d142"); },
|
|
1293
|
-
enumerable: false,
|
|
1294
|
-
configurable: true
|
|
1295
|
-
});
|
|
1296
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileTheme", {
|
|
1297
|
-
get: function () { return new Guid("61499843-fa3a-47c8-b935-8e3c27c68f1b"); },
|
|
1298
|
-
enumerable: false,
|
|
1299
|
-
configurable: true
|
|
1300
|
-
});
|
|
1301
|
-
Object.defineProperty(WebComponentManifests, "TenantMediaPicker", {
|
|
1302
|
-
get: function () { return new Guid("37329e5d-5cf7-4ff1-ba63-3ce14b88e51c"); },
|
|
1303
|
-
enumerable: false,
|
|
1304
|
-
configurable: true
|
|
1305
|
-
});
|
|
1306
|
-
Object.defineProperty(WebComponentManifests, "TenantMediaPickerCore", {
|
|
1307
|
-
get: function () { return new Guid("7e8bedff-1e6f-412d-9b5d-3af801780310"); },
|
|
1308
|
-
enumerable: false,
|
|
1309
|
-
configurable: true
|
|
1310
|
-
});
|
|
1311
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileMediaPicker", {
|
|
1312
|
-
get: function () { return new Guid("3d403752-2b3e-4cfe-8ba0-da7fb4e8e0ba"); },
|
|
1313
|
-
enumerable: false,
|
|
1314
|
-
configurable: true
|
|
1315
|
-
});
|
|
1316
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileMediaPickerCore", {
|
|
1317
|
-
get: function () { return new Guid("36fe7ee6-e834-4eec-b5dd-2a83667c91a6"); },
|
|
1318
|
-
enumerable: false,
|
|
1319
|
-
configurable: true
|
|
1320
|
-
});
|
|
1321
|
-
Object.defineProperty(WebComponentManifests, "CentralImageLocations", {
|
|
1322
|
-
get: function () { return new Guid("0bebb289-f3fc-4838-a032-4a9f20c605c1"); },
|
|
1323
|
-
enumerable: false,
|
|
1324
|
-
configurable: true
|
|
1325
|
-
});
|
|
1326
|
-
Object.defineProperty(WebComponentManifests, "MediaPickerGeneral", {
|
|
1327
|
-
get: function () { return new Guid("0aa2c49f-500d-4d1c-a31a-9ecbf80d3882"); },
|
|
1328
|
-
enumerable: false,
|
|
1329
|
-
configurable: true
|
|
1330
|
-
});
|
|
1331
|
-
Object.defineProperty(WebComponentManifests, "MediaPickerScalingSettingsListing", {
|
|
1332
|
-
get: function () { return new Guid("19b22417-acb6-41c1-96f9-47ea4d60f4b2"); },
|
|
1333
|
-
enumerable: false,
|
|
1334
|
-
configurable: true
|
|
1335
|
-
});
|
|
1336
|
-
Object.defineProperty(WebComponentManifests, "MediaPickerCropRatios", {
|
|
1337
|
-
get: function () { return new Guid("a49a79f5-9f1e-471d-813f-12926f411f9c"); },
|
|
1338
|
-
enumerable: false,
|
|
1339
|
-
configurable: true
|
|
1340
|
-
});
|
|
1341
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileLanguage", {
|
|
1342
|
-
get: function () { return new Guid("936D6849-3488-4A6F-B16C-91B0C625E837"); },
|
|
1343
|
-
enumerable: false,
|
|
1344
|
-
configurable: true
|
|
1345
|
-
});
|
|
1346
|
-
Object.defineProperty(WebComponentManifests, "AppTemplatesCustomStepMember", {
|
|
1347
|
-
get: function () { return new Guid("bfc04495-50cb-4de6-9983-f53997f3fbe2"); },
|
|
1348
|
-
enumerable: false,
|
|
1349
|
-
configurable: true
|
|
1350
|
-
});
|
|
1351
|
-
Object.defineProperty(WebComponentManifests, "EnterprisePropertiesJourney", {
|
|
1352
|
-
get: function () { return new Guid("e98dd24f-7bfa-4704-ad5e-85510cbe3d37"); },
|
|
1353
|
-
enumerable: false,
|
|
1354
|
-
configurable: true
|
|
1355
|
-
});
|
|
1356
|
-
Object.defineProperty(WebComponentManifests, "TenantSecretsJourney", {
|
|
1357
|
-
get: function () { return new Guid("1d60e6da-39df-4458-b621-3b4d64bf2843"); },
|
|
1358
|
-
enumerable: false,
|
|
1359
|
-
configurable: true
|
|
1360
|
-
});
|
|
1361
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileSecretsJourney", {
|
|
1362
|
-
get: function () { return new Guid("b52c92f6-5574-4e1d-a37f-ca6159c9eb1d"); },
|
|
1363
|
-
enumerable: false,
|
|
1364
|
-
configurable: true
|
|
1365
|
-
});
|
|
1366
|
-
Object.defineProperty(WebComponentManifests, "TargetingPropertiesJourney", {
|
|
1367
|
-
get: function () { return new Guid("9433e3d2-89d2-434b-93b2-0f7be4578979"); },
|
|
1368
|
-
enumerable: false,
|
|
1369
|
-
configurable: true
|
|
1370
|
-
});
|
|
1371
|
-
Object.defineProperty(WebComponentManifests, "EnterprisePropertyCategoriesJourney", {
|
|
1372
|
-
get: function () { return new Guid("dbe61fac-1b82-4db6-aca3-12e95a86274f"); },
|
|
1373
|
-
enumerable: false,
|
|
1374
|
-
configurable: true
|
|
1375
|
-
});
|
|
1376
|
-
Object.defineProperty(WebComponentManifests, "AppProvisioningStepMemberStep", {
|
|
1377
|
-
get: function () { return new Guid("cfc748f2-4d9e-4629-ad61-3a6694da4ad9"); },
|
|
1378
|
-
enumerable: false,
|
|
1379
|
-
configurable: true
|
|
1380
|
-
});
|
|
1381
|
-
Object.defineProperty(WebComponentManifests, "AppTemplateStepComponentBase", {
|
|
1382
|
-
get: function () { return new Guid("69d4ae5d-874c-4988-bd16-4489a82fdab1"); },
|
|
1383
|
-
enumerable: false,
|
|
1384
|
-
configurable: true
|
|
1385
|
-
});
|
|
1386
|
-
Object.defineProperty(WebComponentManifests, "NavigationBar", {
|
|
1387
|
-
get: function () { return new Guid("a3692055-a31c-417a-8c7f-34784bd8f079"); },
|
|
1388
|
-
enumerable: false,
|
|
1389
|
-
configurable: true
|
|
1390
|
-
});
|
|
1391
|
-
Object.defineProperty(WebComponentManifests, "NavigationBarChrome", {
|
|
1392
|
-
get: function () { return new Guid("e053c706-1669-418f-badc-6f5ccaf72caa"); },
|
|
1393
|
-
enumerable: false,
|
|
1394
|
-
configurable: true
|
|
1395
|
-
});
|
|
1396
|
-
Object.defineProperty(WebComponentManifests, "WorkplaceWarning", {
|
|
1397
|
-
get: function () { return new Guid("4bca1556-ac2e-4d87-9a53-c1ab6adb2d58"); },
|
|
1398
|
-
enumerable: false,
|
|
1399
|
-
configurable: true
|
|
1400
|
-
});
|
|
1401
|
-
Object.defineProperty(WebComponentManifests, "WorkplacePreviewDisclaimer", {
|
|
1402
|
-
get: function () { return new Guid("bd56271c-db61-4f36-9c99-2fb1bb9079f6"); },
|
|
1403
|
-
enumerable: false,
|
|
1404
|
-
configurable: true
|
|
1405
|
-
});
|
|
1406
|
-
Object.defineProperty(WebComponentManifests, "AdminHeaderSettings", {
|
|
1407
|
-
get: function () { return new Guid("47f4c610-3c26-4698-90c4-ae0ff52d697f"); },
|
|
1408
|
-
enumerable: false,
|
|
1409
|
-
configurable: true
|
|
1410
|
-
});
|
|
1411
|
-
Object.defineProperty(WebComponentManifests, "PropertySetsJourney", {
|
|
1412
|
-
get: function () { return new Guid("813c8357-aa75-489f-b022-f5c7b0a02443"); },
|
|
1413
|
-
enumerable: false,
|
|
1414
|
-
configurable: true
|
|
1415
|
-
});
|
|
1416
|
-
Object.defineProperty(WebComponentManifests, "PropertiesJourney", {
|
|
1417
|
-
get: function () { return new Guid("95F6E9A4-F728-4543-9986-44BF59323C76"); },
|
|
1418
|
-
enumerable: false,
|
|
1419
|
-
configurable: true
|
|
1420
|
-
});
|
|
1421
|
-
Object.defineProperty(WebComponentManifests, "PropertyArchiveJourney", {
|
|
1422
|
-
get: function () { return new Guid("f24e9874-7c5e-415c-8513-5d3a591c18f0"); },
|
|
1423
|
-
enumerable: false,
|
|
1424
|
-
configurable: true
|
|
1425
|
-
});
|
|
1426
|
-
Object.defineProperty(WebComponentManifests, "QueryablePropertiesJourney", {
|
|
1427
|
-
get: function () { return new Guid("19997524-d6bc-4fc2-a411-bd1e3faf661b"); },
|
|
1428
|
-
enumerable: false,
|
|
1429
|
-
configurable: true
|
|
1430
|
-
});
|
|
1431
|
-
Object.defineProperty(WebComponentManifests, "AppPropertiesJourney", {
|
|
1432
|
-
get: function () { return new Guid("b830a978-3f58-4951-a2d8-1e2b2009a126"); },
|
|
1433
|
-
enumerable: false,
|
|
1434
|
-
configurable: true
|
|
1435
|
-
});
|
|
1436
|
-
Object.defineProperty(WebComponentManifests, "RichTextEditorSettings", {
|
|
1437
|
-
get: function () { return new Guid("ECE24F01-1E63-4C2A-BBFF-F713F9DDE5C3"); },
|
|
1438
|
-
enumerable: false,
|
|
1439
|
-
configurable: true
|
|
1440
|
-
});
|
|
1441
|
-
Object.defineProperty(WebComponentManifests, "TenantHeader", {
|
|
1442
|
-
get: function () { return new Guid("45AFC3A3-23E2-4947-AB8D-FA937B033298"); },
|
|
1443
|
-
enumerable: false,
|
|
1444
|
-
configurable: true
|
|
1445
|
-
});
|
|
1446
|
-
Object.defineProperty(WebComponentManifests, "TenantRegional", {
|
|
1447
|
-
get: function () { return new Guid("fcf7035a-4e22-428f-bcdd-47843d4882ba"); },
|
|
1448
|
-
enumerable: false,
|
|
1449
|
-
configurable: true
|
|
1450
|
-
});
|
|
1451
|
-
Object.defineProperty(WebComponentManifests, "TenantAdminSetting", {
|
|
1452
|
-
get: function () { return new Guid("5618d436-945b-4fdf-b432-93dac1a541a6"); },
|
|
1453
|
-
enumerable: false,
|
|
1454
|
-
configurable: true
|
|
1455
|
-
});
|
|
1456
|
-
Object.defineProperty(WebComponentManifests, "TenantLocalizationAdmin", {
|
|
1457
|
-
get: function () { return new Guid("b4f33fbe-c8ed-473f-8d25-84f35154a981"); },
|
|
1458
|
-
enumerable: false,
|
|
1459
|
-
configurable: true
|
|
1460
|
-
});
|
|
1461
|
-
Object.defineProperty(WebComponentManifests, "TenantAdministratorPermissionJourney", {
|
|
1462
|
-
get: function () { return new Guid("af0c761e-8ba5-4dee-858c-a7593adcce76"); },
|
|
1463
|
-
enumerable: false,
|
|
1464
|
-
configurable: true
|
|
1465
|
-
});
|
|
1466
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileAdministratorPermissionJourney", {
|
|
1467
|
-
get: function () { return new Guid("01dbddb7-0b1a-48dc-af16-cd4f534cd2de"); },
|
|
1468
|
-
enumerable: false,
|
|
1469
|
-
configurable: true
|
|
1470
|
-
});
|
|
1471
|
-
Object.defineProperty(WebComponentManifests, "TenantLogoSettings", {
|
|
1472
|
-
get: function () { return new Guid("5C4689DC-CB79-4138-8300-F8B99D550C35"); },
|
|
1473
|
-
enumerable: false,
|
|
1474
|
-
configurable: true
|
|
1475
|
-
});
|
|
1476
|
-
Object.defineProperty(WebComponentManifests, "ErrorInformation", {
|
|
1477
|
-
get: function () { return new Guid("b2402e98-de00-440b-9084-5460f5d8d2ff"); },
|
|
1478
|
-
enumerable: false,
|
|
1479
|
-
configurable: true
|
|
1480
|
-
});
|
|
1481
|
-
Object.defineProperty(WebComponentManifests, "SystemAccountForm", {
|
|
1482
|
-
get: function () { return new Guid("0f7957bf-937e-4563-992a-f142e027d1d2"); },
|
|
1483
|
-
enumerable: false,
|
|
1484
|
-
configurable: true
|
|
1485
|
-
});
|
|
1486
|
-
Object.defineProperty(WebComponentManifests, "YammerAppForm", {
|
|
1487
|
-
get: function () { return new Guid("352e23d3-9a20-40f7-8699-1b9796032e3a"); },
|
|
1488
|
-
enumerable: false,
|
|
1489
|
-
configurable: true
|
|
1490
|
-
});
|
|
1491
|
-
Object.defineProperty(WebComponentManifests, "GovernanceDashboard", {
|
|
1492
|
-
get: function () { return new Guid("8b58ab03-7af5-47f1-a82d-290964567cc9"); },
|
|
1493
|
-
enumerable: false,
|
|
1494
|
-
configurable: true
|
|
1495
|
-
});
|
|
1496
|
-
;
|
|
1497
|
-
Object.defineProperty(WebComponentManifests, "GovernanceDashboardSettings", {
|
|
1498
|
-
get: function () { return new Guid("e3378939-f5a4-45e3-98bf-e2f9c70a78ef"); },
|
|
1499
|
-
enumerable: false,
|
|
1500
|
-
configurable: true
|
|
1501
|
-
});
|
|
1502
|
-
;
|
|
1503
|
-
Object.defineProperty(WebComponentManifests, "GovernanceDashboardEditor", {
|
|
1504
|
-
get: function () { return new Guid("88896064-02b1-451f-ac47-ed6b4c90b4e3"); },
|
|
1505
|
-
enumerable: false,
|
|
1506
|
-
configurable: true
|
|
1507
|
-
});
|
|
1508
|
-
;
|
|
1509
|
-
Object.defineProperty(WebComponentManifests, "TextStyles", {
|
|
1510
|
-
get: function () { return new Guid("67982bb7-524f-4e91-9b2f-05bd2ab3c088"); },
|
|
1511
|
-
enumerable: false,
|
|
1512
|
-
configurable: true
|
|
1513
|
-
});
|
|
1514
|
-
Object.defineProperty(WebComponentManifests, "TenantGeneralSettings", {
|
|
1515
|
-
get: function () { return new Guid("62529631-696b-457b-bc04-18c888fc940f"); },
|
|
1516
|
-
enumerable: false,
|
|
1517
|
-
configurable: true
|
|
1518
|
-
});
|
|
1519
|
-
Object.defineProperty(WebComponentManifests, "PeopleRollup", {
|
|
1520
|
-
get: function () { return new Guid('b5a5fd89-a18c-4c0e-9087-7cb3556bede5'); },
|
|
1521
|
-
enumerable: false,
|
|
1522
|
-
configurable: true
|
|
1523
|
-
});
|
|
1524
|
-
Object.defineProperty(WebComponentManifests, "PeopleRollupSettings", {
|
|
1525
|
-
get: function () { return new Guid('7d4ad6a0-4228-409e-ba6e-f23fc8b528b8'); },
|
|
1526
|
-
enumerable: false,
|
|
1527
|
-
configurable: true
|
|
1528
|
-
});
|
|
1529
|
-
Object.defineProperty(WebComponentManifests, "PeopleRollupBreakpointSettings", {
|
|
1530
|
-
get: function () { return new Guid('4c8d688c-7d68-4b6a-afcb-f0d9acfca585'); },
|
|
1531
|
-
enumerable: false,
|
|
1532
|
-
configurable: true
|
|
1533
|
-
});
|
|
1534
|
-
Object.defineProperty(WebComponentManifests, "PeopleRollupCardView", {
|
|
1535
|
-
get: function () { return new Guid('714ca471-9a03-4904-bf8d-dd004f68c739'); },
|
|
1536
|
-
enumerable: false,
|
|
1537
|
-
configurable: true
|
|
1538
|
-
});
|
|
1539
|
-
Object.defineProperty(WebComponentManifests, "PeopleRollupCardViewSettings", {
|
|
1540
|
-
get: function () { return new Guid('3d27c8d2-51e7-447f-92fb-7b2e30e94705'); },
|
|
1541
|
-
enumerable: false,
|
|
1542
|
-
configurable: true
|
|
1543
|
-
});
|
|
1544
|
-
Object.defineProperty(WebComponentManifests, "PageRollupRollerViewSettings", {
|
|
1545
|
-
get: function () { return new Guid('0d2c2989-adc4-46b5-a2a7-a594177420f1'); },
|
|
1546
|
-
enumerable: false,
|
|
1547
|
-
configurable: true
|
|
1548
|
-
});
|
|
1549
|
-
Object.defineProperty(WebComponentManifests, "PageRollupRollerView", {
|
|
1550
|
-
get: function () { return new Guid('2bb232b8-130c-44a7-ab02-f49a1e604041'); },
|
|
1551
|
-
enumerable: false,
|
|
1552
|
-
configurable: true
|
|
1553
|
-
});
|
|
1554
|
-
Object.defineProperty(WebComponentManifests, "PersonSearchTemplate", {
|
|
1555
|
-
get: function () { return new Guid('6628abdf-153a-492d-8be0-b0351a11bfcf'); },
|
|
1556
|
-
enumerable: false,
|
|
1557
|
-
configurable: true
|
|
1558
|
-
});
|
|
1559
|
-
Object.defineProperty(WebComponentManifests, "UserProfileCompletion", {
|
|
1560
|
-
get: function () { return new Guid('c67badd3-d4bd-46cf-a936-dfde200a1343'); },
|
|
1561
|
-
enumerable: false,
|
|
1562
|
-
configurable: true
|
|
1563
|
-
});
|
|
1564
|
-
Object.defineProperty(WebComponentManifests, "UserProfilePropertiesWizard", {
|
|
1565
|
-
get: function () { return new Guid('95dd7949-6c02-4ccb-8539-20d39c6f9b8a'); },
|
|
1566
|
-
enumerable: false,
|
|
1567
|
-
configurable: true
|
|
1568
|
-
});
|
|
1569
|
-
Object.defineProperty(WebComponentManifests, "UserProfileCompletionAppJourney", {
|
|
1570
|
-
get: function () { return new Guid('82eb3d91-4379-49ec-b654-25b344ef73a1'); },
|
|
1571
|
-
enumerable: false,
|
|
1572
|
-
configurable: true
|
|
1573
|
-
});
|
|
1574
|
-
Object.defineProperty(WebComponentManifests, "UserProfileStrippedCard", {
|
|
1575
|
-
get: function () { return new Guid('76f539e0-707c-4cf1-ae78-a65f21c597e6'); },
|
|
1576
|
-
enumerable: false,
|
|
1577
|
-
configurable: true
|
|
1578
|
-
});
|
|
1579
|
-
Object.defineProperty(WebComponentManifests, "UserProfileCompletionBlockSettings", {
|
|
1580
|
-
get: function () { return new Guid('b07bafaa-287c-4475-86bd-2e0bed1acfee'); },
|
|
1581
|
-
enumerable: false,
|
|
1582
|
-
configurable: true
|
|
1583
|
-
});
|
|
1584
|
-
Object.defineProperty(WebComponentManifests, "UserProfileSendPropertyFeedback", {
|
|
1585
|
-
get: function () { return new Guid('a0afdf07-1334-4126-89e9-e801bc910423'); },
|
|
1586
|
-
enumerable: false,
|
|
1587
|
-
configurable: true
|
|
1588
|
-
});
|
|
1589
|
-
Object.defineProperty(WebComponentManifests, "UserProfileActionMenu", {
|
|
1590
|
-
get: function () { return new Guid('3f066813-6de8-473a-9a71-77c6bf7dff47'); },
|
|
1591
|
-
enumerable: false,
|
|
1592
|
-
configurable: true
|
|
1593
|
-
});
|
|
1594
|
-
Object.defineProperty(WebComponentManifests, "TeamCollabAppSiteDesign", {
|
|
1595
|
-
get: function () { return new Guid("217ed582-9bfe-4f85-97a6-712174e56954"); },
|
|
1596
|
-
enumerable: false,
|
|
1597
|
-
configurable: true
|
|
1598
|
-
});
|
|
1599
|
-
Object.defineProperty(WebComponentManifests, "MySitesWizard", {
|
|
1600
|
-
get: function () { return new Guid("e5b46f7b-51ca-44ad-9213-19d3f8d7ebea"); },
|
|
1601
|
-
enumerable: false,
|
|
1602
|
-
configurable: true
|
|
1603
|
-
});
|
|
1604
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaboration", {
|
|
1605
|
-
get: function () { return new Guid("d0bbc0c4-559c-4170-8993-31907bfd2928"); },
|
|
1606
|
-
enumerable: false,
|
|
1607
|
-
configurable: true
|
|
1608
|
-
});
|
|
1609
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaborationDialog", {
|
|
1610
|
-
get: function () { return new Guid("9a55b428-0c74-4ba1-8444-5fd1c9c9ff59"); },
|
|
1611
|
-
enumerable: false,
|
|
1612
|
-
configurable: true
|
|
1613
|
-
});
|
|
1614
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaborationSettingsForm", {
|
|
1615
|
-
get: function () { return new Guid("467ef7ea-6e3d-478f-b5ab-7a0678f7f6c2"); },
|
|
1616
|
-
enumerable: false,
|
|
1617
|
-
configurable: true
|
|
1618
|
-
});
|
|
1619
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaborationEditorSettings", {
|
|
1620
|
-
get: function () { return new Guid("b43f4963-499c-47ca-8939-f5beaf0b4a8a"); },
|
|
1621
|
-
enumerable: false,
|
|
1622
|
-
configurable: true
|
|
1623
|
-
});
|
|
1624
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaborationCategoryFollowed", {
|
|
1625
|
-
get: function () { return new Guid("46f125ec-07f0-4258-8aa5-10c9c87a8d27"); },
|
|
1626
|
-
enumerable: false,
|
|
1627
|
-
configurable: true
|
|
1628
|
-
});
|
|
1629
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaborationCategoryRecently", {
|
|
1630
|
-
get: function () { return new Guid("10ec1cfb-3e09-453a-99f9-0cb95d731d1a"); },
|
|
1631
|
-
enumerable: false,
|
|
1632
|
-
configurable: true
|
|
1633
|
-
});
|
|
1634
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaborationCategoryGroup", {
|
|
1635
|
-
get: function () { return new Guid("5e71a7f3-faaf-4a15-ba5d-f3fe48307616"); },
|
|
1636
|
-
enumerable: false,
|
|
1637
|
-
configurable: true
|
|
1638
|
-
});
|
|
1639
|
-
Object.defineProperty(WebComponentManifests, "MyTeamCollaborationCategorySearch", {
|
|
1640
|
-
get: function () { return new Guid("c0d060d6-9325-4c00-ab7b-36e650695b63"); },
|
|
1641
|
-
enumerable: false,
|
|
1642
|
-
configurable: true
|
|
1643
|
-
});
|
|
1644
|
-
Object.defineProperty(WebComponentManifests, "TeamworkNavigationActionHandlerSettings", {
|
|
1645
|
-
get: function () { return new Guid("2f095349-3faa-4b78-8f9e-eeb7de691641"); },
|
|
1646
|
-
enumerable: false,
|
|
1647
|
-
configurable: true
|
|
1648
|
-
});
|
|
1649
|
-
Object.defineProperty(WebComponentManifests, "TeamworkNavigationSettings", {
|
|
1650
|
-
get: function () { return new Guid("74b6d6f6-8cdb-424f-8ba1-03d7426a3cfb"); },
|
|
1651
|
-
enumerable: false,
|
|
1652
|
-
configurable: true
|
|
1653
|
-
});
|
|
1654
|
-
Object.defineProperty(WebComponentManifests, "TeamworkNavigationTabSettings", {
|
|
1655
|
-
get: function () { return new Guid("5f7b4425-cdd1-46fb-8dc7-698694ab5810"); },
|
|
1656
|
-
enumerable: false,
|
|
1657
|
-
configurable: true
|
|
1658
|
-
});
|
|
1659
|
-
Object.defineProperty(WebComponentManifests, "TeamworkNavigationDialog", {
|
|
1660
|
-
get: function () { return new Guid("1fd88b37-db0d-4ba2-b63c-b6ac7d004791"); },
|
|
1661
|
-
enumerable: false,
|
|
1662
|
-
configurable: true
|
|
1663
|
-
});
|
|
1664
|
-
Object.defineProperty(WebComponentManifests, "AppCreationActionHandlerSettings", {
|
|
1665
|
-
get: function () { return new Guid("948562a5-fecb-41dc-8cba-b8ea6e3c8ed5"); },
|
|
1666
|
-
enumerable: false,
|
|
1667
|
-
configurable: true
|
|
1668
|
-
});
|
|
1669
|
-
Object.defineProperty(WebComponentManifests, "CreateAppDialog", {
|
|
1670
|
-
get: function () { return new Guid("fc16945f-04e0-4309-9823-17c5d6963af5"); },
|
|
1671
|
-
enumerable: false,
|
|
1672
|
-
configurable: true
|
|
1673
|
-
});
|
|
1674
|
-
Object.defineProperty(WebComponentManifests, "TeamNewsListView", {
|
|
1675
|
-
get: function () { return new Guid("a6d1503c-445e-44b1-9f54-d124c14df29b"); },
|
|
1676
|
-
enumerable: false,
|
|
1677
|
-
configurable: true
|
|
1678
|
-
});
|
|
1679
|
-
Object.defineProperty(WebComponentManifests, "TeamNewsListViewSettings", {
|
|
1680
|
-
get: function () { return new Guid("d7231aab-9393-4a6d-8aff-4b4d5a5498c4"); },
|
|
1681
|
-
enumerable: false,
|
|
1682
|
-
configurable: true
|
|
1683
|
-
});
|
|
1684
|
-
Object.defineProperty(WebComponentManifests, "TeamNewsGroupView", {
|
|
1685
|
-
get: function () { return new Guid("7841542b-fb29-4ac2-9676-52a83a6167b9"); },
|
|
1686
|
-
enumerable: false,
|
|
1687
|
-
configurable: true
|
|
1688
|
-
});
|
|
1689
|
-
Object.defineProperty(WebComponentManifests, "TeamNewsGroupViewSettings", {
|
|
1690
|
-
get: function () { return new Guid("bdcc3a9d-c7f7-4055-bed3-5518dcfd8e42"); },
|
|
1691
|
-
enumerable: false,
|
|
1692
|
-
configurable: true
|
|
1693
|
-
});
|
|
1694
|
-
Object.defineProperty(WebComponentManifests, "TeamNewsRollup", {
|
|
1695
|
-
get: function () { return new Guid("f59074f3-a738-4668-8f29-4bbecdb223a6"); },
|
|
1696
|
-
enumerable: false,
|
|
1697
|
-
configurable: true
|
|
1698
|
-
});
|
|
1699
|
-
Object.defineProperty(WebComponentManifests, "TeamNewsRollupSettings", {
|
|
1700
|
-
get: function () { return new Guid("e32e54a4-3538-45a6-9bd2-a2c77c7a3162"); },
|
|
1701
|
-
enumerable: false,
|
|
1702
|
-
configurable: true
|
|
1703
|
-
});
|
|
1704
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationAppWizard", {
|
|
1705
|
-
get: function () { return new Guid("69633624-6d96-4459-9819-1c6efbc1bc98"); },
|
|
1706
|
-
enumerable: false,
|
|
1707
|
-
configurable: true
|
|
1708
|
-
});
|
|
1709
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationAppJourney", {
|
|
1710
|
-
get: function () { return new Guid("a6724d9c-bed5-45fe-aed3-b479e5b8be72"); },
|
|
1711
|
-
enumerable: false,
|
|
1712
|
-
configurable: true
|
|
1713
|
-
});
|
|
1714
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsJourney", {
|
|
1715
|
-
get: function () { return new Guid("4cd5054d-ab4a-44df-b4f0-cd4be9d1ee50"); },
|
|
1716
|
-
enumerable: false,
|
|
1717
|
-
configurable: true
|
|
1718
|
-
});
|
|
1719
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsSwitchingTemplateBlade", {
|
|
1720
|
-
get: function () { return new Guid("561806c4-118a-41b5-ab81-7aa32d162367"); },
|
|
1721
|
-
enumerable: false,
|
|
1722
|
-
configurable: true
|
|
1723
|
-
});
|
|
1724
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsEditAppInstanceBlade", {
|
|
1725
|
-
get: function () { return new Guid("b358eb4c-58fb-4911-9c7c-2fca8b2fe186"); },
|
|
1726
|
-
enumerable: false,
|
|
1727
|
-
configurable: true
|
|
1728
|
-
});
|
|
1729
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsSwitchingTemplateBladeRegistration", {
|
|
1730
|
-
get: function () { return new Guid("82001098-ae85-4239-8bd9-30132d68b57e"); },
|
|
1731
|
-
enumerable: false,
|
|
1732
|
-
configurable: true
|
|
1733
|
-
});
|
|
1734
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsEditAppInstanceBladeRegistration", {
|
|
1735
|
-
get: function () { return new Guid("d33eb6d0-55e7-414c-8b1a-45173d870455"); },
|
|
1736
|
-
enumerable: false,
|
|
1737
|
-
configurable: true
|
|
1738
|
-
});
|
|
1739
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsSwitchingTemplateJourney", {
|
|
1740
|
-
get: function () { return new Guid("b0e4ded9-14dd-47ed-9922-6f884b927f9a"); },
|
|
1741
|
-
enumerable: false,
|
|
1742
|
-
configurable: true
|
|
1743
|
-
});
|
|
1744
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsSwitchingTemplateJourneyRegistration", {
|
|
1745
|
-
get: function () { return new Guid("389048fb-b6ad-4323-a7f8-ec050b891853"); },
|
|
1746
|
-
enumerable: false,
|
|
1747
|
-
configurable: true
|
|
1748
|
-
});
|
|
1749
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationSettingsEditBlade", {
|
|
1750
|
-
get: function () { return new Guid("4a153966-6f4b-40c5-8168-254b660fdacf"); },
|
|
1751
|
-
enumerable: false,
|
|
1752
|
-
configurable: true
|
|
1753
|
-
});
|
|
1754
|
-
Object.defineProperty(WebComponentManifests, "EditSitePropertiesListener", {
|
|
1755
|
-
get: function () { return new Guid("bf02832c-e7a3-4b23-8cb5-e7c5a3d18225"); },
|
|
1756
|
-
enumerable: false,
|
|
1757
|
-
configurable: true
|
|
1758
|
-
});
|
|
1759
|
-
Object.defineProperty(WebComponentManifests, "EditSiteProperties", {
|
|
1760
|
-
get: function () { return new Guid("0763adcc-c07e-4297-83f0-74f05481b577"); },
|
|
1761
|
-
enumerable: false,
|
|
1762
|
-
configurable: true
|
|
1763
|
-
});
|
|
1764
|
-
Object.defineProperty(WebComponentManifests, "TeamEndUserSettings", {
|
|
1765
|
-
get: function () { return new Guid("F39EB89E-3932-40E2-9D9F-11428375AA07"); },
|
|
1766
|
-
enumerable: false,
|
|
1767
|
-
configurable: true
|
|
1768
|
-
});
|
|
1769
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationFacebookWorkplace", {
|
|
1770
|
-
get: function () { return new Guid("F934FA3C-249D-4F52-BF71-BD6B2FAC8C42"); },
|
|
1771
|
-
enumerable: false,
|
|
1772
|
-
configurable: true
|
|
1773
|
-
});
|
|
1774
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationRollup", {
|
|
1775
|
-
get: function () { return new Guid("87F6D9E7-57BC-4495-BA2D-E1BF961642AC"); },
|
|
1776
|
-
enumerable: false,
|
|
1777
|
-
configurable: true
|
|
1778
|
-
});
|
|
1779
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationRollupSettings", {
|
|
1780
|
-
get: function () { return new Guid("F21DD020-677B-470D-B81F-8936B154C8D4"); },
|
|
1781
|
-
enumerable: false,
|
|
1782
|
-
configurable: true
|
|
1783
|
-
});
|
|
1784
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationRollupSettingsComponent", {
|
|
1785
|
-
get: function () { return new Guid("e9b8581b-4361-421b-abf7-dde9cac7e680"); },
|
|
1786
|
-
enumerable: false,
|
|
1787
|
-
configurable: true
|
|
1788
|
-
});
|
|
1789
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationListView", {
|
|
1790
|
-
get: function () { return new Guid("91165348-4030-44D1-9EF9-91F687A8F9CE"); },
|
|
1791
|
-
enumerable: false,
|
|
1792
|
-
configurable: true
|
|
1793
|
-
});
|
|
1794
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationListViewSettings", {
|
|
1795
|
-
get: function () { return new Guid("D6F547EC-CF89-486F-8B59-C999553869E1"); },
|
|
1796
|
-
enumerable: false,
|
|
1797
|
-
configurable: true
|
|
1798
|
-
});
|
|
1799
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationNavigationView", {
|
|
1800
|
-
get: function () { return new Guid("1d7374e8-24bf-4e0e-b4d3-752fa89c7a38"); },
|
|
1801
|
-
enumerable: false,
|
|
1802
|
-
configurable: true
|
|
1803
|
-
});
|
|
1804
|
-
Object.defineProperty(WebComponentManifests, "TeamCollaborationNavigationViewSettings", {
|
|
1805
|
-
get: function () { return new Guid("a1fd35eb-760a-45c7-b812-148a519ef500"); },
|
|
1806
|
-
enumerable: false,
|
|
1807
|
-
configurable: true
|
|
1808
|
-
});
|
|
1809
|
-
Object.defineProperty(WebComponentManifests, "CreateTeamworkBlock", {
|
|
1810
|
-
get: function () { return new Guid("0f1da23c-05a0-4ff3-a3e6-83e1252db696"); },
|
|
1811
|
-
enumerable: false,
|
|
1812
|
-
configurable: true
|
|
1813
|
-
});
|
|
1814
|
-
Object.defineProperty(WebComponentManifests, "CreateTeamworkComponent", {
|
|
1815
|
-
get: function () { return new Guid("466c0ccc-ed0e-41d9-b8c2-1200fb7ec59c"); },
|
|
1816
|
-
enumerable: false,
|
|
1817
|
-
configurable: true
|
|
1818
|
-
});
|
|
1819
|
-
Object.defineProperty(WebComponentManifests, "CreateTeamworkBlockSettings", {
|
|
1820
|
-
get: function () { return new Guid("c5b867ec-4613-4b57-b75a-83461e1928ec"); },
|
|
1821
|
-
enumerable: false,
|
|
1822
|
-
configurable: true
|
|
1823
|
-
});
|
|
1824
|
-
Object.defineProperty(WebComponentManifests, "CreateTeamworkComponentSettings", {
|
|
1825
|
-
get: function () { return new Guid("0f6acac7-4d03-4360-937c-867db34e02ad"); },
|
|
1826
|
-
enumerable: false,
|
|
1827
|
-
configurable: true
|
|
1828
|
-
});
|
|
1829
|
-
Object.defineProperty(WebComponentManifests, "CreateTeamworkCores", {
|
|
1830
|
-
get: function () { return new Guid("b8dd3a04-32c4-4003-9b3f-78f4ef8120a8"); },
|
|
1831
|
-
enumerable: false,
|
|
1832
|
-
configurable: true
|
|
1833
|
-
});
|
|
1834
|
-
Object.defineProperty(WebComponentManifests, "AppAuthenticationOptions", {
|
|
1835
|
-
get: function () { return new Guid("ecb78fcf-1185-4026-bda4-390794ea5a9e"); },
|
|
1836
|
-
enumerable: false,
|
|
1837
|
-
configurable: true
|
|
1838
|
-
});
|
|
1839
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceActionMenuRenderer", {
|
|
1840
|
-
get: function () { return new Guid("758a3f18-b248-463f-907f-cebdff9bc5e7"); },
|
|
1841
|
-
enumerable: false,
|
|
1842
|
-
configurable: true
|
|
1843
|
-
});
|
|
1844
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceActionMenuHorizontalRenderer", {
|
|
1845
|
-
get: function () { return new Guid("3f7d99f4-ab95-4ed3-9be0-9422e2f08530"); },
|
|
1846
|
-
enumerable: false,
|
|
1847
|
-
configurable: true
|
|
1848
|
-
});
|
|
1849
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceActionMenuVerticalRenderer", {
|
|
1850
|
-
get: function () { return new Guid("bc3c24bd-9f45-42bb-a4bf-12259792285c"); },
|
|
1851
|
-
enumerable: false,
|
|
1852
|
-
configurable: true
|
|
1853
|
-
});
|
|
1854
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuRenderer", {
|
|
1855
|
-
get: function () { return new Guid("08e0dda7-224a-4e83-b8da-e1830a4e1302"); },
|
|
1856
|
-
enumerable: false,
|
|
1857
|
-
configurable: true
|
|
1858
|
-
});
|
|
1859
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuRendererCore", {
|
|
1860
|
-
get: function () { return new Guid("a3d28198-a978-4d5b-9268-5f7978c6b274"); },
|
|
1861
|
-
enumerable: false,
|
|
1862
|
-
configurable: true
|
|
1863
|
-
});
|
|
1864
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuHorizontalRenderer", {
|
|
1865
|
-
get: function () { return new Guid("1529380d-4716-4b89-a6f7-04fdbe4b43f4"); },
|
|
1866
|
-
enumerable: false,
|
|
1867
|
-
configurable: true
|
|
1868
|
-
});
|
|
1869
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuVerticalRenderer", {
|
|
1870
|
-
get: function () { return new Guid("9a17e867-795c-4e2f-b3fa-abc44205b86c"); },
|
|
1871
|
-
enumerable: false,
|
|
1872
|
-
configurable: true
|
|
1873
|
-
});
|
|
1874
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuCompactRenderer", {
|
|
1875
|
-
get: function () { return new Guid("773f320b-6e4f-4728-a076-21191c14f319"); },
|
|
1876
|
-
enumerable: false,
|
|
1877
|
-
configurable: true
|
|
1878
|
-
});
|
|
1879
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceHomeRenderer", {
|
|
1880
|
-
get: function () { return new Guid("7de92d83-b0f9-4d94-8955-1f08280bf141"); },
|
|
1881
|
-
enumerable: false,
|
|
1882
|
-
configurable: true
|
|
1883
|
-
});
|
|
1884
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceHomeNodeRenderer", {
|
|
1885
|
-
get: function () { return new Guid("074fa352-dae9-44d4-b117-e973b0c29201"); },
|
|
1886
|
-
enumerable: false,
|
|
1887
|
-
configurable: true
|
|
1888
|
-
});
|
|
1889
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceVerticalNavigationBar", {
|
|
1890
|
-
get: function () { return new Guid("0780dd3a-40f3-4aa3-b1f3-327ac9248b2c"); },
|
|
1891
|
-
enumerable: false,
|
|
1892
|
-
configurable: true
|
|
1893
|
-
});
|
|
1894
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceHorizontalNavigationBar", {
|
|
1895
|
-
get: function () { return new Guid("aa6054db-2528-40ea-ace4-e7277caa6530"); },
|
|
1896
|
-
enumerable: false,
|
|
1897
|
-
configurable: true
|
|
1898
|
-
});
|
|
1899
|
-
Object.defineProperty(WebComponentManifests, "GovernanceAdmin", {
|
|
1900
|
-
get: function () { return new Guid("6f01e39b-cd24-4775-a384-c847a36eb8e9"); },
|
|
1901
|
-
enumerable: false,
|
|
1902
|
-
configurable: true
|
|
1903
|
-
});
|
|
1904
|
-
Object.defineProperty(WebComponentManifests, "GovernanceAdminSettings", {
|
|
1905
|
-
get: function () { return new Guid("bb1a2680-74e5-4b8c-90e8-d87f4e0918cc"); },
|
|
1906
|
-
enumerable: false,
|
|
1907
|
-
configurable: true
|
|
1908
|
-
});
|
|
1909
|
-
Object.defineProperty(WebComponentManifests, "MicrosoftSearchTemplate", {
|
|
1910
|
-
get: function () { return new Guid("4b2c76df-5b7c-499e-93bb-22a7d909b9d7"); },
|
|
1911
|
-
enumerable: false,
|
|
1912
|
-
configurable: true
|
|
1913
|
-
});
|
|
1914
|
-
Object.defineProperty(WebComponentManifests, "EnterpriseGlossaryJourney", {
|
|
1915
|
-
get: function () { return new Guid("21882c38-d6a7-4ff9-9fce-49874f7864a1"); },
|
|
1916
|
-
enumerable: false,
|
|
1917
|
-
configurable: true
|
|
1918
|
-
});
|
|
1919
|
-
Object.defineProperty(WebComponentManifests, "EnterpriseGlossaryHomeBlade", {
|
|
1920
|
-
get: function () { return new Guid("f5f60895-5f14-4b51-bf26-93981dcef246"); },
|
|
1921
|
-
enumerable: false,
|
|
1922
|
-
configurable: true
|
|
1923
|
-
});
|
|
1924
|
-
Object.defineProperty(WebComponentManifests, "EnterpriseGlossaryTaxonomyBlade", {
|
|
1925
|
-
get: function () { return new Guid("01c2f152-74b3-42c6-bb18-6335b9f3030a"); },
|
|
1926
|
-
enumerable: false,
|
|
1927
|
-
configurable: true
|
|
1928
|
-
});
|
|
1929
|
-
Object.defineProperty(WebComponentManifests, "SharePointTermMappingsBlade", {
|
|
1930
|
-
get: function () { return new Guid("a779a1ce-c613-4833-b278-165c22e2ff3b"); },
|
|
1931
|
-
enumerable: false,
|
|
1932
|
-
configurable: true
|
|
1933
|
-
});
|
|
1934
|
-
Object.defineProperty(WebComponentManifests, "SharePointTermTreeUISettingsBlade", {
|
|
1935
|
-
get: function () { return new Guid("282a777f-b040-430f-93b7-562987ad12b4"); },
|
|
1936
|
-
enumerable: false,
|
|
1937
|
-
configurable: true
|
|
1938
|
-
});
|
|
1939
|
-
Object.defineProperty(WebComponentManifests, "TermTreeUISettingsBlade", {
|
|
1940
|
-
get: function () { return new Guid("abffd0f7-2f68-40cc-b467-d70adc2af581"); },
|
|
1941
|
-
enumerable: false,
|
|
1942
|
-
configurable: true
|
|
1943
|
-
});
|
|
1944
|
-
Object.defineProperty(WebComponentManifests, "SharePointTermUISettingsBlade", {
|
|
1945
|
-
get: function () { return new Guid("e5424a19-67bf-4599-bfde-ebc101b3f5ea"); },
|
|
1946
|
-
enumerable: false,
|
|
1947
|
-
configurable: true
|
|
1948
|
-
});
|
|
1949
|
-
Object.defineProperty(WebComponentManifests, "TaxonomyNavigation", {
|
|
1950
|
-
get: function () { return new Guid("0ed328bd-5d9e-4613-85d7-fb51abb490a1"); },
|
|
1951
|
-
enumerable: false,
|
|
1952
|
-
configurable: true
|
|
1953
|
-
});
|
|
1954
|
-
Object.defineProperty(WebComponentManifests, "TaxonomyNavigationSettings", {
|
|
1955
|
-
get: function () { return new Guid("aada204b-9c67-40e3-892e-0bb05e003f57"); },
|
|
1956
|
-
enumerable: false,
|
|
1957
|
-
configurable: true
|
|
1958
|
-
});
|
|
1959
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestJourney", {
|
|
1960
|
-
get: function () { return new Guid("9c4dbbe9-8bdd-4017-b1d8-3e477e179010"); },
|
|
1961
|
-
enumerable: false,
|
|
1962
|
-
configurable: true
|
|
1963
|
-
});
|
|
1964
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestHeaderAdministrationList", {
|
|
1965
|
-
get: function () { return new Guid("a152b5cf-cf71-4d52-bfe1-d61ef1c34cb4"); },
|
|
1966
|
-
enumerable: false,
|
|
1967
|
-
configurable: true
|
|
1968
|
-
});
|
|
1969
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestHeaderCreateNewRequest", {
|
|
1970
|
-
get: function () { return new Guid("2ea29d82-fbce-4de4-93c1-126f7f4c2493"); },
|
|
1971
|
-
enumerable: false,
|
|
1972
|
-
configurable: true
|
|
1973
|
-
});
|
|
1974
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestRollup", {
|
|
1975
|
-
get: function () { return new Guid("830aeebd-a033-4b00-969c-a8c135e2f344"); },
|
|
1976
|
-
enumerable: false,
|
|
1977
|
-
configurable: true
|
|
1978
|
-
});
|
|
1979
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestRollupSettings", {
|
|
1980
|
-
get: function () { return new Guid("cf036fe4-cc94-4cbf-8ac0-1f45e61470b8"); },
|
|
1981
|
-
enumerable: false,
|
|
1982
|
-
configurable: true
|
|
1983
|
-
});
|
|
1984
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestRollupListView", {
|
|
1985
|
-
get: function () { return new Guid("f3e1fd69-399f-428a-8b15-0816e6177b06"); },
|
|
1986
|
-
enumerable: false,
|
|
1987
|
-
configurable: true
|
|
1988
|
-
});
|
|
1989
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestRollupListViewSettings", {
|
|
1990
|
-
get: function () { return new Guid("9ad600fc-4efd-471b-8217-3af97e99522f"); },
|
|
1991
|
-
enumerable: false,
|
|
1992
|
-
configurable: true
|
|
1993
|
-
});
|
|
1994
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestRollupSummaryView", {
|
|
1995
|
-
get: function () { return new Guid("eca34b0d-ba78-4f92-99ed-1a54eef4d0ec"); },
|
|
1996
|
-
enumerable: false,
|
|
1997
|
-
configurable: true
|
|
1998
|
-
});
|
|
1999
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestRollupSummaryViewSettings", {
|
|
2000
|
-
get: function () { return new Guid("b6fc1b7f-7053-4c73-bdc7-9476376ab861"); },
|
|
2001
|
-
enumerable: false,
|
|
2002
|
-
configurable: true
|
|
2003
|
-
});
|
|
2004
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestCreation", {
|
|
2005
|
-
get: function () { return new Guid("141bdfc9-61c2-4bf0-8ea7-9d48e17c837c"); },
|
|
2006
|
-
enumerable: false,
|
|
2007
|
-
configurable: true
|
|
2008
|
-
});
|
|
2009
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestInfo", {
|
|
2010
|
-
get: function () { return new Guid("b71b7e9e-c9dc-44ef-9e00-f27dfad2d03d"); },
|
|
2011
|
-
enumerable: false,
|
|
2012
|
-
configurable: true
|
|
2013
|
-
});
|
|
2014
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestList", {
|
|
2015
|
-
get: function () { return new Guid("dba0ce9a-fe13-4005-a26b-bd44181252a5"); },
|
|
2016
|
-
enumerable: false,
|
|
2017
|
-
configurable: true
|
|
2018
|
-
});
|
|
2019
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestReminder", {
|
|
2020
|
-
get: function () { return new Guid("dc94479d-1659-434d-9407-952235d42757"); },
|
|
2021
|
-
enumerable: false,
|
|
2022
|
-
configurable: true
|
|
2023
|
-
});
|
|
2024
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestResourceList", {
|
|
2025
|
-
get: function () { return new Guid("b22753ef-4801-454d-997a-30a89d0ae943"); },
|
|
2026
|
-
enumerable: false,
|
|
2027
|
-
configurable: true
|
|
2028
|
-
});
|
|
2029
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestResourceProvider", {
|
|
2030
|
-
get: function () { return new Guid("416779e6-b2e9-4c2d-b372-fd7623b0c22a"); },
|
|
2031
|
-
enumerable: false,
|
|
2032
|
-
configurable: true
|
|
2033
|
-
});
|
|
2034
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestListDialog", {
|
|
2035
|
-
get: function () { return new Guid("8f28e205-567b-4c36-a535-81ddc977992f"); },
|
|
2036
|
-
enumerable: false,
|
|
2037
|
-
configurable: true
|
|
2038
|
-
});
|
|
2039
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestInfoPersistentDialog", {
|
|
2040
|
-
get: function () { return new Guid("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); },
|
|
2041
|
-
enumerable: false,
|
|
2042
|
-
configurable: true
|
|
2043
|
-
});
|
|
2044
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestUpdateStatusDialog", {
|
|
2045
|
-
get: function () { return new Guid("e21e1edc-4610-43e4-9791-a5694f03554e"); },
|
|
2046
|
-
enumerable: false,
|
|
2047
|
-
configurable: true
|
|
2048
|
-
});
|
|
2049
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestQueryableProperties", {
|
|
2050
|
-
get: function () { return new Guid("5fb83ba2-a122-4324-925f-aa7dad59a22d"); },
|
|
2051
|
-
enumerable: false,
|
|
2052
|
-
configurable: true
|
|
2053
|
-
});
|
|
2054
|
-
Object.defineProperty(WebComponentManifests, "MicrosoftTeamChannelFeedCore", {
|
|
2055
|
-
get: function () { return new Guid("c3899c18-6445-47b8-a1db-fb583e1c0f54"); },
|
|
2056
|
-
enumerable: false,
|
|
2057
|
-
configurable: true
|
|
2058
|
-
});
|
|
2059
|
-
Object.defineProperty(WebComponentManifests, "MicrosoftTeamChannelFeedBlockSettings", {
|
|
2060
|
-
get: function () { return new Guid("eb2b833b-d1ac-44aa-b22e-8df743d251a8"); },
|
|
2061
|
-
enumerable: false,
|
|
2062
|
-
configurable: true
|
|
2063
|
-
});
|
|
2064
|
-
Object.defineProperty(WebComponentManifests, "MicrosoftTeamChannelFeedBlock", {
|
|
2065
|
-
get: function () { return new Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); },
|
|
2066
|
-
enumerable: false,
|
|
2067
|
-
configurable: true
|
|
2068
|
-
});
|
|
2069
|
-
Object.defineProperty(WebComponentManifests, "CustomEmailJourney", {
|
|
2070
|
-
get: function () { return new Guid("61fdccaf-f48f-471d-be82-2dc9b5911c85"); },
|
|
2071
|
-
enumerable: false,
|
|
2072
|
-
configurable: true
|
|
2073
|
-
});
|
|
2074
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceSettings", {
|
|
2075
|
-
get: function () { return new Guid("a61a15c5-ce4e-4b94-9d23-6d92f30e8968"); },
|
|
2076
|
-
enumerable: false,
|
|
2077
|
-
configurable: true
|
|
2078
|
-
});
|
|
2079
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceHome", {
|
|
2080
|
-
get: function () { return new Guid("47da2a55-8b39-44db-9d09-23b8a1291be6"); },
|
|
2081
|
-
enumerable: false,
|
|
2082
|
-
configurable: true
|
|
2083
|
-
});
|
|
2084
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceHomeChrome", {
|
|
2085
|
-
get: function () { return new Guid("76d4d02a-f920-4e79-93ab-f92ee938b103"); },
|
|
2086
|
-
enumerable: false,
|
|
2087
|
-
configurable: true
|
|
2088
|
-
});
|
|
2089
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceHomeStatistic", {
|
|
2090
|
-
get: function () { return new Guid("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); },
|
|
2091
|
-
enumerable: false,
|
|
2092
|
-
configurable: true
|
|
2093
|
-
});
|
|
2094
|
-
Object.defineProperty(WebComponentManifests, "WorkspaceJourney", {
|
|
2095
|
-
get: function () { return new Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); },
|
|
2096
|
-
enumerable: false,
|
|
2097
|
-
configurable: true
|
|
2098
|
-
});
|
|
2099
|
-
Object.defineProperty(WebComponentManifests, "AdminSystemJourney", {
|
|
2100
|
-
get: function () { return new Guid("8d451f6c-bcf4-42c3-a4a0-7d3ad5de09a3"); },
|
|
2101
|
-
enumerable: false,
|
|
2102
|
-
configurable: true
|
|
2103
|
-
});
|
|
2104
|
-
Object.defineProperty(WebComponentManifests, "PropertiesBlockGroup", {
|
|
2105
|
-
get: function () { return new Guid("7c1b8998-62b9-4ea9-b118-0dedc6209ebb"); },
|
|
2106
|
-
enumerable: false,
|
|
2107
|
-
configurable: true
|
|
2108
|
-
});
|
|
2109
|
-
Object.defineProperty(WebComponentManifests, "PropertiesBlockCore", {
|
|
2110
|
-
get: function () { return new Guid("9bcebc94-e59e-4a24-a88d-282ac92bcca9"); },
|
|
2111
|
-
enumerable: false,
|
|
2112
|
-
configurable: true
|
|
2113
|
-
});
|
|
2114
|
-
Object.defineProperty(WebComponentManifests, "PropertiesBlockSetting", {
|
|
2115
|
-
get: function () { return new Guid("29559185-3df2-4049-93e5-d8326ec94982"); },
|
|
2116
|
-
enumerable: false,
|
|
2117
|
-
configurable: true
|
|
2118
|
-
});
|
|
2119
|
-
Object.defineProperty(WebComponentManifests, "PropertiesBlock", {
|
|
2120
|
-
get: function () { return new Guid("88894e6a-2e41-44b6-a6f1-af3612caf276"); },
|
|
2121
|
-
enumerable: false,
|
|
2122
|
-
configurable: true
|
|
2123
|
-
});
|
|
2124
|
-
Object.defineProperty(WebComponentManifests, "PowerAppBlock", {
|
|
2125
|
-
get: function () { return new Guid('8905b50b-3b48-4053-b667-d3abf5d7c4ef'); },
|
|
2126
|
-
enumerable: false,
|
|
2127
|
-
configurable: true
|
|
2128
|
-
});
|
|
2129
|
-
Object.defineProperty(WebComponentManifests, "PowerAppBlockSettings", {
|
|
2130
|
-
get: function () { return new Guid('faa90898-9cc3-4db8-ab24-e36fa6d96ea3'); },
|
|
2131
|
-
enumerable: false,
|
|
2132
|
-
configurable: true
|
|
2133
|
-
});
|
|
2134
|
-
Object.defineProperty(WebComponentManifests, "PowerAppSettingAdminJourney", {
|
|
2135
|
-
get: function () { return new Guid('b643dd40-d26c-4c73-9f23-d5fa4b436064'); },
|
|
2136
|
-
enumerable: false,
|
|
2137
|
-
configurable: true
|
|
2138
|
-
});
|
|
2139
|
-
Object.defineProperty(WebComponentManifests, "OrganizationTreeBlockCore", {
|
|
2140
|
-
get: function () { return new Guid("b59eb584-f59f-4caf-a9a7-4697e49aafca"); },
|
|
2141
|
-
enumerable: false,
|
|
2142
|
-
configurable: true
|
|
2143
|
-
});
|
|
2144
|
-
Object.defineProperty(WebComponentManifests, "OrganizationTreeBlock", {
|
|
2145
|
-
get: function () { return new Guid("38345507-17ee-410c-8583-f7eb587e5903"); },
|
|
2146
|
-
enumerable: false,
|
|
2147
|
-
configurable: true
|
|
2148
|
-
});
|
|
2149
|
-
Object.defineProperty(WebComponentManifests, "OrganizationTreeBlockSettings", {
|
|
2150
|
-
get: function () { return new Guid("8680e45c-a948-4321-b5c1-e09b80eb20d9"); },
|
|
2151
|
-
enumerable: false,
|
|
2152
|
-
configurable: true
|
|
2153
|
-
});
|
|
2154
|
-
Object.defineProperty(WebComponentManifests, "AppRenderer", {
|
|
2155
|
-
get: function () { return new Guid("01d197fb-39b8-4921-89e8-c8f865b6fcb0"); },
|
|
2156
|
-
enumerable: false,
|
|
2157
|
-
configurable: true
|
|
2158
|
-
});
|
|
2159
|
-
Object.defineProperty(WebComponentManifests, "MsTeamTabLayoutConfiguration", {
|
|
2160
|
-
get: function () { return new Guid("104760a6-6754-4bbb-8325-4e42bef75b8a"); },
|
|
2161
|
-
enumerable: false,
|
|
2162
|
-
configurable: true
|
|
2163
|
-
});
|
|
2164
|
-
Object.defineProperty(WebComponentManifests, "PostsFeed", {
|
|
2165
|
-
get: function () { return new Guid('74c4e208-e37f-41a5-ba96-c4bf64464523'); },
|
|
2166
|
-
enumerable: false,
|
|
2167
|
-
configurable: true
|
|
2168
|
-
});
|
|
2169
|
-
Object.defineProperty(WebComponentManifests, "PostsFeedSettings", {
|
|
2170
|
-
get: function () { return new Guid('7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b'); },
|
|
2171
|
-
enumerable: false,
|
|
2172
|
-
configurable: true
|
|
2173
|
-
});
|
|
2174
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardViewCore", {
|
|
2175
|
-
get: function () { return new Guid("758d200f-91f3-4446-8662-07592f89eeba"); },
|
|
2176
|
-
enumerable: false,
|
|
2177
|
-
configurable: true
|
|
2178
|
-
});
|
|
2179
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardGeneralStep", {
|
|
2180
|
-
get: function () { return new Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); },
|
|
2181
|
-
enumerable: false,
|
|
2182
|
-
configurable: true
|
|
2183
|
-
});
|
|
2184
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardBrandingStep", {
|
|
2185
|
-
get: function () { return new Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); },
|
|
2186
|
-
enumerable: false,
|
|
2187
|
-
configurable: true
|
|
2188
|
-
});
|
|
2189
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardSharelinksStep", {
|
|
2190
|
-
get: function () { return new Guid("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); },
|
|
2191
|
-
enumerable: false,
|
|
2192
|
-
configurable: true
|
|
2193
|
-
});
|
|
2194
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardContentStep", {
|
|
2195
|
-
get: function () { return new Guid("c6633522-ba83-4077-99b1-a4e9cde070c6"); },
|
|
2196
|
-
enumerable: false,
|
|
2197
|
-
configurable: true
|
|
2198
|
-
});
|
|
2199
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardReviewStep", {
|
|
2200
|
-
get: function () { return new Guid("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); },
|
|
2201
|
-
enumerable: false,
|
|
2202
|
-
configurable: true
|
|
2203
|
-
});
|
|
2204
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardKnowledgeSharingPrerequisiteStep", {
|
|
2205
|
-
get: function () { return new Guid("2fe0d1f5-8b48-4d2d-99d6-2ac0cce110a4"); },
|
|
2206
|
-
enumerable: false,
|
|
2207
|
-
configurable: true
|
|
2208
|
-
});
|
|
2209
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardDashboard", {
|
|
2210
|
-
get: function () { return new Guid("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); },
|
|
2211
|
-
enumerable: false,
|
|
2212
|
-
configurable: true
|
|
2213
|
-
});
|
|
2214
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardLearningCenterGeneralStep", {
|
|
2215
|
-
get: function () { return new Guid("accbe29d-82ee-433a-aa13-1237ce09ea81"); },
|
|
2216
|
-
enumerable: false,
|
|
2217
|
-
configurable: true
|
|
2218
|
-
});
|
|
2219
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardLearningCenterPropertiesStep", {
|
|
2220
|
-
get: function () { return new Guid("65005044-e744-432c-bb2d-b249391df84d"); },
|
|
2221
|
-
enumerable: false,
|
|
2222
|
-
configurable: true
|
|
2223
|
-
});
|
|
2224
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardNewsManagementGlobalNewsStep", {
|
|
2225
|
-
get: function () { return new Guid("66433585-45d7-4a8a-af0b-64a29cf3c398"); },
|
|
2226
|
-
enumerable: false,
|
|
2227
|
-
configurable: true
|
|
2228
|
-
});
|
|
2229
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardNewsManagementLocalNewsStep", {
|
|
2230
|
-
get: function () { return new Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); },
|
|
2231
|
-
enumerable: false,
|
|
2232
|
-
configurable: true
|
|
2233
|
-
});
|
|
2234
|
-
Object.defineProperty(WebComponentManifests, "SetupWizardNewsManagementPropertiesStep", {
|
|
2235
|
-
get: function () { return new Guid("18a77776-3832-4776-a045-58e296dc8b01"); },
|
|
2236
|
-
enumerable: false,
|
|
2237
|
-
configurable: true
|
|
2238
|
-
});
|
|
2239
|
-
Object.defineProperty(WebComponentManifests, "TeamworkActiveLastActivityMetricIndicator", {
|
|
2240
|
-
get: function () { return new Guid("11dddd47-19a4-4569-89d0-e5762d97a9ef"); },
|
|
2241
|
-
enumerable: false,
|
|
2242
|
-
configurable: true
|
|
2243
|
-
});
|
|
2244
|
-
Object.defineProperty(WebComponentManifests, "TeamworkActiveLastActivityMetricDetail", {
|
|
2245
|
-
get: function () { return new Guid("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); },
|
|
2246
|
-
enumerable: false,
|
|
2247
|
-
configurable: true
|
|
2248
|
-
});
|
|
2249
|
-
Object.defineProperty(WebComponentManifests, "TeamworkInactiveLastActivityMetricIndicator", {
|
|
2250
|
-
get: function () { return new Guid("bac2d261-df94-425b-847e-976496694295"); },
|
|
2251
|
-
enumerable: false,
|
|
2252
|
-
configurable: true
|
|
2253
|
-
});
|
|
2254
|
-
Object.defineProperty(WebComponentManifests, "TeamworkInactiveLastActivityMetricDetail", {
|
|
2255
|
-
get: function () { return new Guid("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); },
|
|
2256
|
-
enumerable: false,
|
|
2257
|
-
configurable: true
|
|
2258
|
-
});
|
|
2259
|
-
Object.defineProperty(WebComponentManifests, "LinkHandlerJourney", {
|
|
2260
|
-
get: function () { return new Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); },
|
|
2261
|
-
enumerable: false,
|
|
2262
|
-
configurable: true
|
|
2263
|
-
});
|
|
2264
|
-
Object.defineProperty(WebComponentManifests, "AzureCognitiveProviderComponent", {
|
|
2265
|
-
get: function () { return new Guid("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); },
|
|
2266
|
-
enumerable: false,
|
|
2267
|
-
configurable: true
|
|
2268
|
-
});
|
|
2269
|
-
Object.defineProperty(WebComponentManifests, "QRCode", {
|
|
2270
|
-
get: function () { return new Guid("090e7f29-06c9-4a2a-be58-57d0dac10341"); },
|
|
2271
|
-
enumerable: false,
|
|
2272
|
-
configurable: true
|
|
2273
|
-
});
|
|
2274
|
-
Object.defineProperty(WebComponentManifests, "QRCodeSettings", {
|
|
2275
|
-
get: function () { return new Guid("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); },
|
|
2276
|
-
enumerable: false,
|
|
2277
|
-
configurable: true
|
|
2278
|
-
});
|
|
2279
|
-
Object.defineProperty(WebComponentManifests, "TenantSetupWizardNode", {
|
|
2280
|
-
get: function () { return new Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); },
|
|
2281
|
-
enumerable: false,
|
|
2282
|
-
configurable: true
|
|
2283
|
-
});
|
|
2284
|
-
Object.defineProperty(WebComponentManifests, "BusinessProfileSetupWizardNode", {
|
|
2285
|
-
get: function () { return new Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); },
|
|
2286
|
-
enumerable: false,
|
|
2287
|
-
configurable: true
|
|
2288
|
-
});
|
|
2289
|
-
Object.defineProperty(WebComponentManifests, "TeamworkPermissionInput", {
|
|
2290
|
-
get: function () { return new Guid("240a15bb-2845-4ace-8408-6bc1d251b859"); },
|
|
2291
|
-
enumerable: false,
|
|
2292
|
-
configurable: true
|
|
2293
|
-
});
|
|
2294
|
-
Object.defineProperty(WebComponentManifests, "TeamworkPermissionInputBlade", {
|
|
2295
|
-
get: function () { return new Guid("7cf438e9-8c47-440d-9958-202477c11551"); },
|
|
2296
|
-
enumerable: false,
|
|
2297
|
-
configurable: true
|
|
2298
|
-
});
|
|
2299
|
-
return WebComponentManifests;
|
|
2300
|
-
}());
|
|
2301
|
-
export { WebComponentManifests };
|
|
2302
|
-
var WebComponentElements = /** @class */ (function () {
|
|
2303
|
-
function WebComponentElements() {
|
|
2304
|
-
}
|
|
2305
|
-
Object.defineProperty(WebComponentElements, "AppProvisioningStepMember", {
|
|
2306
|
-
get: function () { return "omnia-workplace-appprovisioning-memberstep"; },
|
|
2307
|
-
enumerable: false,
|
|
2308
|
-
configurable: true
|
|
2309
|
-
});
|
|
2310
|
-
return WebComponentElements;
|
|
2311
|
-
}());
|
|
2312
|
-
export { WebComponentElements };
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TenantReusableContentManifests = exports.WebComponentElements = exports.WebComponentManifests = exports.ResourceManifests = exports.WizardSetupConstant = exports.WPRoleDefinition = exports.GroupManifests = exports.ServiceDefinition = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
class ServiceDefinition {
|
|
6
|
+
static get Id() { return new fx_models_1.Guid("39df27aa-95f1-4a23-b3f6-8b231afcda82"); }
|
|
7
|
+
}
|
|
8
|
+
exports.ServiceDefinition = ServiceDefinition;
|
|
9
|
+
class GroupManifests {
|
|
10
|
+
static get WorkplaceCommon() { return new fx_models_1.Guid("0588ce97-88d8-4903-8406-9310553ba4d7"); }
|
|
11
|
+
static get WorkplaceBusinessProfileHeaderActionMenuRegistrationCommon() { return new fx_models_1.Guid("72afa348-7e35-4d8f-9f86-cfca6f7e57c2"); }
|
|
12
|
+
static get WorkplaceHeader() { return new fx_models_1.Guid("007256e4-dbb7-4243-b437-c571b8b09323"); }
|
|
13
|
+
static get TeamCollabAppInSpfx() { return new fx_models_1.Guid("6c794ed9-3bb1-4673-b378-92eb31f5a848"); }
|
|
14
|
+
static get PostsFeedBlockGroup() { return new fx_models_1.Guid("102937e8-68d5-4294-8a79-7fddb9e58b8e"); }
|
|
15
|
+
}
|
|
16
|
+
exports.GroupManifests = GroupManifests;
|
|
17
|
+
class WPRoleDefinition {
|
|
18
|
+
static get SharedLinksTenantAdmin() { return new fx_models_1.Guid("9D87E455-ED2B-4891-9738-CB014C9BB4DB"); }
|
|
19
|
+
static get SharedLinksBPAdmin() { return new fx_models_1.Guid("778C0D53-23EC-4874-8843-86C6C9E55009"); }
|
|
20
|
+
static get AnnouncementsTenantAdmin() { return new fx_models_1.Guid("AE9CC8D3-F47F-49E5-81AD-633D428A2A26"); }
|
|
21
|
+
static get AnnouncementsBPAdmin() { return new fx_models_1.Guid("5FA0CED5-F7AB-4C7A-99D9-1F291CB08CC1"); }
|
|
22
|
+
static get SearchBPAdmin() { return new fx_models_1.Guid("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); }
|
|
23
|
+
static get GlobalSignOffRequestAdmin() { return new fx_models_1.Guid("d20507d0-41c0-43a2-8ffc-13e923362f9d"); }
|
|
24
|
+
static get AnalyticsBpReader() { return new fx_models_1.Guid("ab0d9a26-a89a-4117-bfee-0e3013e456e1"); }
|
|
25
|
+
}
|
|
26
|
+
exports.WPRoleDefinition = WPRoleDefinition;
|
|
27
|
+
class WizardSetupConstant {
|
|
28
|
+
static get LocationPropertyTaxonomy() { return new fx_models_1.Guid("0e890b84-8b85-4312-a34a-fff321b21965"); }
|
|
29
|
+
static get OrganizationPropertyTaxonomy() { return new fx_models_1.Guid("9f9eb531-c0da-4b38-b860-93346dd9152a"); }
|
|
30
|
+
}
|
|
31
|
+
exports.WizardSetupConstant = WizardSetupConstant;
|
|
32
|
+
class ResourceManifests {
|
|
33
|
+
static get Fx() { return new fx_models_1.Guid("491a5b75-e3d6-472a-8958-216be85b092a"); }
|
|
34
|
+
static get CommonChunk() { return new fx_models_1.Guid("fbcab6c3-9238-4a48-95b7-8ae67c11d925"); }
|
|
35
|
+
//public static get Core(): Guid { return new Guid('6af269d3-1b0b-463d-80a1-39d1c3b1b50e'); }
|
|
36
|
+
static get AnnouncementsCore() { return new fx_models_1.Guid("0094ad1e-a9a5-4247-8776-d1e494139775"); }
|
|
37
|
+
static get SearchGeneral() { return new fx_models_1.Guid("CF6D8A91-009D-43DB-BD0B-87D5180067C2"); }
|
|
38
|
+
static get SearchCore() { return new fx_models_1.Guid("B566FF6D-3A0B-4527-8623-8D2AAE9D24A7"); }
|
|
39
|
+
static get SearchRegistration() { return new fx_models_1.Guid("94b44af4-d261-4bc6-9cc2-b5f0065ecb0b"); }
|
|
40
|
+
static get MyTasksCore() { return new fx_models_1.Guid("40FBDDEE-9F02-4446-8475-DC91AACFEE95"); }
|
|
41
|
+
static get MyTaskNotificationPanelRegistration() { return new fx_models_1.Guid("de65da33-aa0f-4575-af87-58e166011a4d"); }
|
|
42
|
+
static get CustomSearchRegistration() { return new fx_models_1.Guid("6BF51949-66F6-412B-8D74-B316B078DFD7"); }
|
|
43
|
+
static get CompactHeaderApi() { return new fx_models_1.Guid("bcdd850a-b940-41e2-a754-56e741388317"); }
|
|
44
|
+
static get HeaderRegistration() { return new fx_models_1.Guid("75429a81-a22c-42eb-83ee-d8541b50fc60"); }
|
|
45
|
+
static get HeaderCore() { return new fx_models_1.Guid("21510952-bfdb-4c9e-a529-be5f4969e809"); }
|
|
46
|
+
static get FooterRegistration() { return new fx_models_1.Guid("f0626428-71b4-47e1-b817-4ba3cb96c88f"); }
|
|
47
|
+
static get ActionMenuRegistration() { return new fx_models_1.Guid("59078c0f-685f-4553-bd9c-7c429b1c4d1b"); }
|
|
48
|
+
static get AppLaunchRegistration() { return new fx_models_1.Guid("1F40E426-5256-48D1-B228-1DE254151B1E"); }
|
|
49
|
+
static get QuickLinksCore() { return new fx_models_1.Guid("58cf6ee5-9f5c-422d-9327-d10790495d7b"); }
|
|
50
|
+
static get SharedLinksAdminCore() { return new fx_models_1.Guid("630e836b-1192-4573-901a-21e479db87a4"); }
|
|
51
|
+
static get MyLinksRegistration() { return new fx_models_1.Guid("59db81cc-4b2b-46da-94be-6fe75897488e"); }
|
|
52
|
+
static get AnnoucementRegistration() { return new fx_models_1.Guid("8256151f-1919-4e38-8f02-90f80c954574"); }
|
|
53
|
+
static get AnnouncementSettingsCore() { return new fx_models_1.Guid("3268aca3-9ffe-4644-b1ea-9629c7091991"); }
|
|
54
|
+
static get AnnoucementNotificationPanelRegistration() { return new fx_models_1.Guid("562bc298-070e-4653-8cc9-81d2c34baba4"); }
|
|
55
|
+
static get NotificationPanelRegistration() { return new fx_models_1.Guid("fba0c5fa-b0e3-4348-9351-ad90ff3162a4"); }
|
|
56
|
+
static get NotificationPanelRegistrationApi() { return new fx_models_1.Guid("f9c191c2-1c39-44f7-a23e-2be0c324e880"); }
|
|
57
|
+
static get SetupWizardRegistrationApi() { return new fx_models_1.Guid("547bd43c-c628-47b2-b6aa-fddacbb0d25e"); }
|
|
58
|
+
static get NotificationPanelCore() { return new fx_models_1.Guid("00cc0c0d-8487-4d05-bb4f-6cc5d9b1a8ba"); }
|
|
59
|
+
static get AdminShortcutRegistration() { return new fx_models_1.Guid("c69c7ea3-afbb-4fe8-a5fe-20dcd49306d9"); }
|
|
60
|
+
static get ActionMenuCore() { return new fx_models_1.Guid("6a26b189-f58e-433b-9ac6-2dedc734292a"); }
|
|
61
|
+
static get TutorialCore() { return new fx_models_1.Guid("97C57E75-A429-4F47-97C3-8DFB5CD66410"); }
|
|
62
|
+
static get TutorialRegistration() { return new fx_models_1.Guid("6090481E-C84D-4736-8230-D570861F4CA0"); }
|
|
63
|
+
static get TutorialActionMenuRegistration() { return new fx_models_1.Guid("2BEF377B-B9A8-4578-9551-86901917FBD9"); }
|
|
64
|
+
static get TrelloCore() { return new fx_models_1.Guid("44C7C386-AEBD-4E36-9F2C-6517398BFDBB"); }
|
|
65
|
+
static get TrelloCardNotificationPanelRegistration() { return new fx_models_1.Guid("1E839200-2173-486E-819B-E33E754C40E1"); }
|
|
66
|
+
static get SearchAdminCore() { return new fx_models_1.Guid("e4bebac2-d027-4363-8892-bb37f82b3329"); }
|
|
67
|
+
static get SearchTemplateApi() { return new fx_models_1.Guid("a319f3f1-f05b-4952-a5d4-19749e42a4bf"); }
|
|
68
|
+
static get ScopedPermissionApi() { return new fx_models_1.Guid("bea1c95e-baa8-412a-9caf-6288997e7ee3"); }
|
|
69
|
+
static get SearchCategoryProviderApi() { return new fx_models_1.Guid("da66bae7-498d-42f5-b300-eaf179a03f0a"); }
|
|
70
|
+
static get SearchTokenProviderApi() { return new fx_models_1.Guid("142f62fe-a32d-4a38-a3d3-e049589dfa5d"); }
|
|
71
|
+
static get DefaultSearchTokenProviderRegistration() { return new fx_models_1.Guid("7ae13d0f-5dbd-4da3-a631-95b86a6bcae2"); }
|
|
72
|
+
static get EnableMSTeamsDeepLinkExecution() { return new fx_models_1.Guid("67384113-6d0b-41cd-9029-c9941b489504"); }
|
|
73
|
+
static get TenantPeopleInfoJourney() { return new fx_models_1.Guid("2949577e-1902-4e2e-a58a-23dc0c0a22a5"); }
|
|
74
|
+
static get Favicon() { return new fx_models_1.Guid("a976468f-4aeb-47e6-afdd-18fc42f9a7c6"); }
|
|
75
|
+
static get Core() { return new fx_models_1.Guid("fda0b5ed-e28c-46db-9b56-ec3afd0639cf"); }
|
|
76
|
+
static get AdminRegistrations() { return new fx_models_1.Guid("b9f0bdb9-b997-48ce-a00e-232e238d19e4"); }
|
|
77
|
+
static get WorkplaceRegistrations() { return new fx_models_1.Guid("79d366df-face-4c38-9712-54b727f6fea7"); }
|
|
78
|
+
static get BusinessProfileAdminRegistrations() { return new fx_models_1.Guid("8e6c9764-1987-45b0-ab7a-7d919ee0e29a"); }
|
|
79
|
+
static get BusinessProfileMediaPickerRegistrations() { return new fx_models_1.Guid("1d6c539c-216e-4be5-8261-c14edf6e89fa"); }
|
|
80
|
+
static get TenantAdminMediaPickerRegistrations() { return new fx_models_1.Guid("04b16bb1-8896-44e1-95c1-81c57c20420b"); }
|
|
81
|
+
static get TenantAdminFaviconRegistrations() { return new fx_models_1.Guid("c38db08d-5e6c-4057-bc4f-c5800ea05c4b"); }
|
|
82
|
+
static get BusinessProfileAdminLanguage() { return new fx_models_1.Guid("0EFCF37C-6BEA-4F94-BD7D-07AEB9F9DC6C"); }
|
|
83
|
+
static get TenantRegionalRegistrations() { return new fx_models_1.Guid("17deb777-2e63-4579-950e-7e8c7214ae7f"); }
|
|
84
|
+
static get TenantHeaderRegistrations() { return new fx_models_1.Guid("7205DF38-C426-4EDA-9299-AD00C5D7307D"); }
|
|
85
|
+
static get TenantErrorInformationRegistrations() { return new fx_models_1.Guid("4001fba5-fffd-480e-a191-819070713d6b"); }
|
|
86
|
+
static get RichTextEditorSettingsRegistrations() { return new fx_models_1.Guid("FA61D7D1-3BDC-43CC-BC44-0DE68ACC322D"); }
|
|
87
|
+
static get BusinessProfilesCore() { return new fx_models_1.Guid("984816ee-3eda-45d9-bb0b-cda88cc89e17"); }
|
|
88
|
+
static get SecretsCore() { return new fx_models_1.Guid("2e299c8d-7b2d-4eb0-8878-94e883922735"); }
|
|
89
|
+
static get TenantAdminSettingsCore() { return new fx_models_1.Guid("8126ac2b-2b78-48b2-aa50-9fd70329946f"); }
|
|
90
|
+
static get GovernanceDashboardCore() { return new fx_models_1.Guid("9b6050c6-0ab0-4411-a523-82451d7428a6"); }
|
|
91
|
+
static get TenantAdminTextStyleRegistration() { return new fx_models_1.Guid("5c297170-8e0e-40cd-adb6-ceaad397922c"); }
|
|
92
|
+
static get TenantGeneralSettingsRegistration() { return new fx_models_1.Guid("709d1d2b-3292-4b22-8a4f-fac8d2cbec9a"); }
|
|
93
|
+
static get EnableInputMSTeamsUrl() { return new fx_models_1.Guid("2c54bad8-bef9-4196-9977-1f7d201c7603"); }
|
|
94
|
+
static get PeopleRollupCore() { return new fx_models_1.Guid("4edc94d1-af23-4eed-85e2-3128ba6d108e"); }
|
|
95
|
+
static get UserProfileCompletionCore() { return new fx_models_1.Guid("656897e7-182b-4aa9-a37b-4fd962615164"); }
|
|
96
|
+
static get SitePropertiesActionRegistration() { return new fx_models_1.Guid("004fbc07-7567-4f22-a397-d7defeac6c65"); }
|
|
97
|
+
static get SitePropertiesActionMenuRegistration() { return new fx_models_1.Guid("9c4f6d68-27a6-44a1-b5c8-12635498d4b3"); }
|
|
98
|
+
static get TeamNewsApi() { return new fx_models_1.Guid("808df227-0165-41f0-86ee-0f46af2c81ae"); }
|
|
99
|
+
static get TeamCollabAppTrackVisited() { return new fx_models_1.Guid("dff8c453-e084-44c2-a812-4ffbf7f2240e"); }
|
|
100
|
+
static get TeamCollabAppCore() { return new fx_models_1.Guid("2b29f232-1d12-4bda-82d4-4559aec456e0"); }
|
|
101
|
+
static get TeamNewsCore() { return new fx_models_1.Guid("0387ac21-2dff-456e-bf1d-960c6693af8a"); }
|
|
102
|
+
static get TeamCollaborationRollupCore() { return new fx_models_1.Guid("DBACD833-DD63-4CD9-A1A0-273556135654"); }
|
|
103
|
+
static get TeamCollaborationRollupViewRegistrations() { return new fx_models_1.Guid("E80C4CE7-6F9A-43FA-AB96-7B18D89A1489"); }
|
|
104
|
+
static get TeamCollaborationFacebookWorkplaceRegistration() { return new fx_models_1.Guid("4C9273F5-D510-4D14-9901-122BFCFDE48C"); }
|
|
105
|
+
static get TeamCollabAppSettingsCore() { return new fx_models_1.Guid("229adfe9-bf76-4952-8ffe-2b48855fa366"); }
|
|
106
|
+
static get MySitesRegistration() { return new fx_models_1.Guid("34024e5b-a3eb-440b-b61f-c875754ac0d2"); }
|
|
107
|
+
static get TeamworkNavigationRegistration() { return new fx_models_1.Guid("93126a51-a3c3-4419-83e3-06355686609e"); }
|
|
108
|
+
static get TeamworkNavigationCore() { return new fx_models_1.Guid("3592ba6b-8795-44d9-a765-6efd4dfdd23c"); }
|
|
109
|
+
static get TaxonomyNavigationShareds() { return new fx_models_1.Guid("4afad6de-5d82-4ca6-909b-382a0868ae0d"); }
|
|
110
|
+
static get MetricsRegistrations() { return new fx_models_1.Guid("00e111a8-6295-4866-a448-a627ea0ddea5"); }
|
|
111
|
+
static get TaxonomyNavigationApis() { return new fx_models_1.Guid("04b53380-ab69-4b44-a315-61240c2eaadb"); }
|
|
112
|
+
static get EnterpriseGlossaryCore() { return new fx_models_1.Guid("fcdec413-f2b4-4ddb-b2d6-c95b29998c8c"); }
|
|
113
|
+
static get NavigationBarJourneyResources() { return new fx_models_1.Guid("33767ed5-32fb-451e-b300-779350671fe8"); }
|
|
114
|
+
static get Yammerfeed() { return new fx_models_1.Guid("1b1c9738-6acd-41a6-bc0b-c46ab5453709"); }
|
|
115
|
+
static get SignOffRequestCore() { return new fx_models_1.Guid("f7f75536-46e8-43d1-bc19-8fdf5dbc9518"); }
|
|
116
|
+
static get SignOffRequestRegistration() { return new fx_models_1.Guid("036b2efc-cad0-4dfa-a922-91ae0d75b319"); }
|
|
117
|
+
static get UserProfileCardEditingHandlerRegistration() { return new fx_models_1.Guid("2411590a-62da-4203-af50-9f514089c126"); }
|
|
118
|
+
static get ActionButtonSignOffRequestHandler() { return new fx_models_1.Guid("2675e44e-dd92-4784-a5bc-2b4c8d060589"); }
|
|
119
|
+
static get ActionButtonSignOffRequestHandlerRegistration() { return new fx_models_1.Guid("735da897-1665-42e6-9b30-60e978198ef8"); }
|
|
120
|
+
static get SetupWizardCommon() { return new fx_models_1.Guid("a491ba6f-29e7-4ef8-9cc7-c8ca5915f3af"); }
|
|
121
|
+
static get TeamworkAppTemplateWizardStore() { return new fx_models_1.Guid("1f1b347e-2057-4435-97c6-e802f9680221"); }
|
|
122
|
+
static get SearchConfigStore() { return new fx_models_1.Guid("161b21f8-f942-41e1-b05e-09f1dcde4047"); }
|
|
123
|
+
static get OmniaLanguagesComponentStore() { return new fx_models_1.Guid("7be65e8d-34b7-4a61-bd8e-ea46577aef72"); }
|
|
124
|
+
static get EnterprisePropertiesStore() { return new fx_models_1.Guid("1d9f8679-52c7-4773-9114-8e1c37797fc3"); }
|
|
125
|
+
static get TargetingPropertiesResources() { return new fx_models_1.Guid("d28747ac-6b44-4c29-a931-835b4dab97d0"); }
|
|
126
|
+
static get AdminSystemCore() { return new fx_models_1.Guid("183AEC86-8FFD-4F33-91F3-23483C8E35BB"); }
|
|
127
|
+
static get PowerAppCore() { return new fx_models_1.Guid("96784918-b535-47db-955a-677d1b9138ef"); }
|
|
128
|
+
static get WorkspaceCommon() { return new fx_models_1.Guid("fa639f63-380e-4cc5-8ed1-f8f5b6ea7d5e"); }
|
|
129
|
+
static get PostsFeedBlockCore() { return new fx_models_1.Guid("9d5d0be1-208d-488f-9005-b181b7d47839"); }
|
|
130
|
+
static get SearchStatisticsMetricShared() { return new fx_models_1.Guid("1533f4b6-1484-4ecf-864a-8a446a5966cf"); }
|
|
131
|
+
static get SearchStatisticsMetricGroup() { return new fx_models_1.Guid("b9ee20a8-eee5-4355-8501-e15cb496a046"); }
|
|
132
|
+
static get LinkHandlerSettingsRegistration() { return new fx_models_1.Guid("a913821b-d91b-48f0-b356-97c0e7828afa"); }
|
|
133
|
+
static get TranslatorProviderRegistration() { return new fx_models_1.Guid("94352c19-675f-4aa9-9a59-b216808bd9c5"); }
|
|
134
|
+
static get QrCodeCore() { return new fx_models_1.Guid("643d8ebd-1097-403c-bc5d-c8045d5c6c5f"); }
|
|
135
|
+
static get TenantSetupWizardRegistration() { return new fx_models_1.Guid("1f765e6b-5ebf-4f7b-aa87-d05dc0b295e4"); }
|
|
136
|
+
static get BusinessProfileSetupWizardRegistration() { return new fx_models_1.Guid("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); }
|
|
137
|
+
static get SignOffRequestFilterCore() { return new fx_models_1.Guid("2d83d3d1-44a8-4fb4-9daa-a7249cea918b"); }
|
|
138
|
+
static get SignOffRequestFilterEngineContextProperties() { return new fx_models_1.Guid("81eb6793-8c18-449e-b498-82b8cec47faa"); }
|
|
139
|
+
static get SignOffRequestFilterEngineRequestedBy() { return new fx_models_1.Guid("36baf333-f291-4e89-bbfd-1b55208c670f"); }
|
|
140
|
+
static get SignOffRequestFilterEngineProgressStatus() { return new fx_models_1.Guid("f4f13adc-5ef4-4030-810d-8d470351cd58"); }
|
|
141
|
+
static get SignOffRequestFilterEngineStatus() { return new fx_models_1.Guid("e8a10f86-2be1-4f84-8cc6-f54480057c00"); }
|
|
142
|
+
static get SignOffRequestFilterEngineType() { return new fx_models_1.Guid("b6094948-9445-416d-9d27-22abce66ffa1"); }
|
|
143
|
+
static get FormRollupCore() { return new fx_models_1.Guid("ce661fe3-ada7-4db9-ae46-a928035298e9"); }
|
|
144
|
+
static get FormRollupFilterEngineScope() { return new fx_models_1.Guid("206132c6-b536-4a68-8291-412f6721fdf4"); }
|
|
145
|
+
static get FormRollupFilterEngineAppInstance() { return new fx_models_1.Guid("c37302df-8ee3-4d49-8a6c-11f3df4ae4d5"); }
|
|
146
|
+
static get FormRollupFilterEngineBusinessProfile() { return new fx_models_1.Guid("f5d62c41-ec48-4484-8ea1-e162e106cd96"); }
|
|
147
|
+
static get FormRollupFilterEngineFormStatus() { return new fx_models_1.Guid("dc7f43b8-55bb-479b-9975-64ef69f87e40"); }
|
|
148
|
+
static get FormRollupFilterEngineContextProperties() { return new fx_models_1.Guid("87c0c090-5a82-43ad-aadd-41e8d8309f29"); }
|
|
149
|
+
static get FormSharedComponentCore() { return new fx_models_1.Guid("417ae783-51d1-42e8-9088-da74e5c38f0e"); }
|
|
150
|
+
static get HttpCodeLayoutResource() { return new fx_models_1.Guid("b6785187-5ac7-4fa1-a36e-08298f778cad"); }
|
|
151
|
+
static get HttpCodeLayoutBPRegistration() { return new fx_models_1.Guid("7e34f694-9a74-4741-bf2c-95ca05ade31a"); }
|
|
152
|
+
static get HttpCodeLayoutTenantRegistration() { return new fx_models_1.Guid("93178fef-8fbe-4e01-9510-b0a358ffa3a8"); }
|
|
153
|
+
static get AuthenticationScreenResources() { return new fx_models_1.Guid("47b5e3eb-3d80-487f-b60b-6ef072427c6d"); }
|
|
154
|
+
static get PeopleRollupFilterEngineContextPropertiesRegistration() { return new fx_models_1.Guid("3a46645d-4e20-40e8-8017-8f4ef34758c8"); }
|
|
155
|
+
static get PeopleRollupOwnerFilterEngineRegistrationApi() { return new fx_models_1.Guid("59f67a21-d0e5-4999-8d6e-260029173c7b"); }
|
|
156
|
+
static get PeopleRollupUserTypeFilterEngineRegistrationApi() { return new fx_models_1.Guid("09574fb3-e56d-4dc9-ada3-c2018e42c540"); }
|
|
157
|
+
static get PeopleRollupFilterEngineCore() { return new fx_models_1.Guid("3c70a618-1268-4eb7-aad4-38dff37fd8fe"); }
|
|
158
|
+
}
|
|
159
|
+
exports.ResourceManifests = ResourceManifests;
|
|
160
|
+
class WebComponentManifests {
|
|
161
|
+
static get FaviconSettings() { return new fx_models_1.Guid("88932da6-b22f-4bc0-9351-c700308edfcc"); }
|
|
162
|
+
static get FaviconJourney() { return new fx_models_1.Guid("57e5bf35-ed12-4815-bcc5-925f6415ab01"); }
|
|
163
|
+
static get ActionButtonSignOffRequestSettings() { return new fx_models_1.Guid("58e5a275-426e-4834-889f-baf1e4a3a5b0"); }
|
|
164
|
+
static get DefaultSearchTemplate() { return new fx_models_1.Guid("a045f3b7-9b3b-4783-9763-bbc9c6ec483c"); }
|
|
165
|
+
static get SharedLinkSimpleListingSearchTemplate() { return new fx_models_1.Guid("14a49fd1-2712-4e65-a300-3ae78feb7326"); }
|
|
166
|
+
static get SharedLinkAppIconSearchTemplate() { return new fx_models_1.Guid("86909328-1987-45b3-bf20-01680c6ff884"); }
|
|
167
|
+
static get SearchConfig() { return new fx_models_1.Guid("64fb9421-2dba-4861-a949-4fafa2599b4e"); }
|
|
168
|
+
static get PromotedSearchResultJourney() { return new fx_models_1.Guid("14bd1089-d501-412f-a569-ca915308e541"); }
|
|
169
|
+
static get SearchFeedbackJourney() { return new fx_models_1.Guid("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); }
|
|
170
|
+
static get SearchStatisticsJourney() { return new fx_models_1.Guid("6b0a110e-478a-4c3d-875b-d89da7296c43"); }
|
|
171
|
+
static get QuickSearchConfig() { return new fx_models_1.Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); }
|
|
172
|
+
static get QuickSearchCategoriesConfig() { return new fx_models_1.Guid("4190870d-6df6-4f35-9ea8-7cae2105b7e9"); }
|
|
173
|
+
static get AdvenceSearchConfig() { return new fx_models_1.Guid("e5da6df9-7c88-4413-9f75-b8635429cc16"); }
|
|
174
|
+
static get AdvancedSearchCategoriesConfig() { return new fx_models_1.Guid("10303262-f456-4f79-be31-71bd32a32dab"); }
|
|
175
|
+
static get DateTimeRefinerComponent() { return new fx_models_1.Guid("0d3db85a-72f7-4f60-a404-8648101ab0b3"); }
|
|
176
|
+
static get CustomSearch() { return new fx_models_1.Guid("B3D32D30-B779-489C-88AB-F3BA03724105"); }
|
|
177
|
+
static get ActionMenu() { return new fx_models_1.Guid("e626020a-2d95-410f-8c3d-ec2127418b26"); }
|
|
178
|
+
static get ActionMenuAdmin() { return new fx_models_1.Guid("c2f552f7-2ec3-42d8-8bdb-254712201b7e"); }
|
|
179
|
+
static get TrelloCards() { return new fx_models_1.Guid("22B707E0-41F6-47D2-BE57-1F3A2B9DD6C2"); }
|
|
180
|
+
static get TrelloCardsSettings() { return new fx_models_1.Guid("16F2DB40-C063-4A19-ACEE-4903253C57D6"); }
|
|
181
|
+
static get Announcements() { return new fx_models_1.Guid("8fa1fb85-39ef-4be8-9611-f6c7ec029772"); }
|
|
182
|
+
static get HighPrioAnnouncements() { return new fx_models_1.Guid("0703dffa-07ff-4ed1-8d1d-93621cbd5661"); }
|
|
183
|
+
static get HighPrioAnnouncementsSettings() { return new fx_models_1.Guid("83817cc6-d238-412e-95bf-312ae18c9a26"); }
|
|
184
|
+
static get AnnouncementsSettings() { return new fx_models_1.Guid("692af0e8-5fe8-4417-b6f5-cea4b8ef2189"); }
|
|
185
|
+
static get AnnouncementsBusinessProfileJourney() { return new fx_models_1.Guid("6cea863b-26a2-4bce-abc8-81b8ed9bbd47"); }
|
|
186
|
+
static get AnnouncementsTenantAdminJourney() { return new fx_models_1.Guid("d6207946-eb85-4ee6-8ec3-b4f7d488e7bc"); }
|
|
187
|
+
static get AnnouncementsAdminListingBlade() { return new fx_models_1.Guid("1ee1d73c-ced8-4764-8898-a86016fe621b"); }
|
|
188
|
+
static get AnnouncementsAdminAddOrEditBlade() { return new fx_models_1.Guid("5c4ff1dc-a2b8-442e-86df-a80e2a3c941e"); }
|
|
189
|
+
static get AnnouncementsAdminTypeAndStatusBlade() { return new fx_models_1.Guid("49f62e32-9ad0-4409-92b6-77e9b570dbdb"); }
|
|
190
|
+
static get FavoriteButtonLinkHandlerSettings() { return new fx_models_1.Guid("6b264a8a-74c7-4e2f-a9cb-4f65e26adb46"); }
|
|
191
|
+
static get FavoriteButtonLinkHandlerRegistration() { return new fx_models_1.Guid("7be9388d-501a-4760-bfe8-6a2be6450efe"); }
|
|
192
|
+
static get FavoriteButtonLinkHandlerSubscription() { return new fx_models_1.Guid("7ca3bc3d-1aea-4296-a8d0-f159305ba704"); }
|
|
193
|
+
static get AdminShortcutActionRegistration() { return new fx_models_1.Guid("659acb42-ce4b-4d38-86cd-1718eae299f9"); }
|
|
194
|
+
static get AdminShortcutActionHandler() { return new fx_models_1.Guid("e3f0e650-770d-45dd-a04c-972e2ee4f27b"); }
|
|
195
|
+
static get TeamworkNavigationActionRegistration() { return new fx_models_1.Guid("cf4fb21c-b5d1-4c43-8439-df5c4c8b24d8"); }
|
|
196
|
+
static get TeamworkNavigationActionHandler() { return new fx_models_1.Guid("277417eb-1f06-454c-ac37-4a6f4b30917b"); }
|
|
197
|
+
static get NotificationPanelActionRegistration() { return new fx_models_1.Guid("2b77b763-a1ba-48f8-b0e0-eea42eff0e41"); }
|
|
198
|
+
static get NotificationPanelActionHandler() { return new fx_models_1.Guid("6cbd9d45-a618-46b0-8245-4811899142f2"); }
|
|
199
|
+
static get TutorialActionRegistration() { return new fx_models_1.Guid("2241765b-a0b9-4cda-a4e7-c5269b77107f"); }
|
|
200
|
+
static get TutorialActionHandler() { return new fx_models_1.Guid("870182cc-d9c2-43e1-8c50-5dcaeedd70b7"); }
|
|
201
|
+
static get MyLinkActionRegistration() { return new fx_models_1.Guid("58862291-22dc-40c8-aa4b-0cd7e5333f5b"); }
|
|
202
|
+
static get MyLinkActionHandler() { return new fx_models_1.Guid("37c0b31a-36f4-4092-911d-ea7edabd4351"); }
|
|
203
|
+
static get StrengthenProfileActionRegistration() { return new fx_models_1.Guid("fcf993d7-1d72-4259-aca2-bde999179fe6"); }
|
|
204
|
+
static get StrengthenProfileActionHandler() { return new fx_models_1.Guid("5fcbc456-87d4-4c96-b6f2-dcc9f7f61cb3"); }
|
|
205
|
+
static get QuickSearchActionRegistration() { return new fx_models_1.Guid("c6ac506c-bff2-4552-901d-a5aa2b1052bb"); }
|
|
206
|
+
static get QuickSearchActionHandler() { return new fx_models_1.Guid("84599507-bd33-4b1b-9aa8-72614aae89b5"); }
|
|
207
|
+
static get ShareActionSettings() { return new fx_models_1.Guid("98f920a1-02bc-4f6f-96ea-b89eb2b505de"); }
|
|
208
|
+
static get ShareActionRegistration() { return new fx_models_1.Guid("50c7754d-ddfb-4d49-8143-6f2172653db3"); }
|
|
209
|
+
static get ShareActionHandler() { return new fx_models_1.Guid("8b88cb04-6ac1-4758-97ee-336be7b49993"); }
|
|
210
|
+
static get CreateAppActionHandler() { return new fx_models_1.Guid("8a5e77f6-65b0-46fc-9c78-32e8d0a6f0ae"); }
|
|
211
|
+
static get CreateFormActionHandler() { return new fx_models_1.Guid("377c9e26-e7a9-4b7c-935f-b3f3029f600e"); }
|
|
212
|
+
static get YammerfeedSettings() { return new fx_models_1.Guid("6d64ca21-9b86-4def-9ddb-2f55e92b1a8d"); }
|
|
213
|
+
static get Yammerfeed() { return new fx_models_1.Guid("aa32a6a4-9d12-4fda-a68f-8b8fc836fe91"); }
|
|
214
|
+
static get SearchHeader() { return new fx_models_1.Guid("76323e70-3a54-4294-a74f-fd70f3b6c447"); }
|
|
215
|
+
static get Search() { return new fx_models_1.Guid("07bf6982-5112-4ed4-80ce-721521e9aa1f"); }
|
|
216
|
+
static get SearchBlock() { return new fx_models_1.Guid("103755a1-c49e-4e34-85b4-c94f541894a7"); }
|
|
217
|
+
static get SearchBlockSettings() { return new fx_models_1.Guid("1c6045e8-ac28-4005-88eb-5d81857060bb"); }
|
|
218
|
+
static get QuickSearch() { return new fx_models_1.Guid("24c33a66-12d8-4d62-8142-fd0486dcd9ed"); }
|
|
219
|
+
static get AdvancedSearch() { return new fx_models_1.Guid("6f8e12f7-3379-4722-854d-1f8e83b722b2"); }
|
|
220
|
+
static get SearchAdmin() { return new fx_models_1.Guid("7843b606-9207-4563-80da-c8fb07e6b927"); }
|
|
221
|
+
static get SearchAdminRegistration() { return new fx_models_1.Guid("8c97d118-f0d9-44fe-9ef5-ed107e6401d2"); }
|
|
222
|
+
static get SharePointSearchProviderSettings() { return new fx_models_1.Guid("d9a4ee6a-4030-47ff-9f8d-438d71aad39c"); }
|
|
223
|
+
static get MicrosoftSearchProviderSettings() { return new fx_models_1.Guid("b94f27fb-cf98-4d4d-9ebb-dc0cdf6f3893"); }
|
|
224
|
+
static get SharedLinksSearchProviderSettings() { return new fx_models_1.Guid("531dde74-4a66-4990-b0c1-b0fb979371e4"); }
|
|
225
|
+
static get QuickSearchActionHandlerSettings() { return new fx_models_1.Guid("b8a22e34-3162-443e-9260-1e4fc8eb0310"); }
|
|
226
|
+
static get SearchSettings() { return new fx_models_1.Guid("60d18833-efb0-456d-8359-fea6c82701b7"); }
|
|
227
|
+
static get SearchStatisticsMetricIndicator() { return new fx_models_1.Guid("f3c88c39-9d56-4f4a-9841-2272bd275428"); }
|
|
228
|
+
static get SearchStatisticsNoOfQueryMetricIndicator() { return new fx_models_1.Guid("7fb2948c-286e-4de9-b25a-7594bd472c65"); }
|
|
229
|
+
static get SearchStatisticsAbandonedQueryMetricIndicator() { return new fx_models_1.Guid("1588c9e5-835c-4258-990f-26ade94a385a"); }
|
|
230
|
+
static get SearchStatisticsNoResultQueryMetricIndicator() { return new fx_models_1.Guid("cfa2aa9e-7a04-4622-97f9-22913ac7b326"); }
|
|
231
|
+
static get SearchStatisticsNoOfQueryMetricDetail() { return new fx_models_1.Guid("54527b07-2873-4b75-8903-ef174c769d60"); }
|
|
232
|
+
static get SearchStatisticsAbandonedQueryMetricDetail() { return new fx_models_1.Guid("c9142c33-cd05-4a71-a12c-08d86a4db6a8"); }
|
|
233
|
+
static get SearchStatisticsNoResultQueryMetricDetail() { return new fx_models_1.Guid("93813bd7-ddae-4bca-aef3-0c12761e97d9"); }
|
|
234
|
+
static get SearchStatisticsMetricScopeFilter() { return new fx_models_1.Guid("30f3b28c-9f8b-4801-8509-8d51de1db362"); }
|
|
235
|
+
static get MyTasks() { return new fx_models_1.Guid("299D1ADC-8762-4AA5-B92D-83D03B633DEE"); }
|
|
236
|
+
static get MyTasksSettings() { return new fx_models_1.Guid("A5C84795-B70F-4A88-AD46-B315E5AE5496"); }
|
|
237
|
+
static get MyTasksSiteGroupView() { return new fx_models_1.Guid("0987DBA0-4C0A-4AC8-A762-9348B3F16412"); }
|
|
238
|
+
static get TasksSimpleListingView() { return new fx_models_1.Guid("1A9AF446-969E-4E1E-8FE3-02C288D1A737"); }
|
|
239
|
+
static get Logo() { return new fx_models_1.Guid("e556c401-dfce-48e8-b4e9-23a14755dcdd"); }
|
|
240
|
+
static get LogoSettings() { return new fx_models_1.Guid("a119b69d-b10a-4c6e-b709-878ee4800163"); }
|
|
241
|
+
static get Header() { return new fx_models_1.Guid("63346575-5418-4e0c-9693-3e923929b58b"); }
|
|
242
|
+
static get FullHeader() { return new fx_models_1.Guid("f769db43-ace1-4ee1-bdf7-8ace85ac71a2"); }
|
|
243
|
+
static get CompactHeader() { return new fx_models_1.Guid("27241e79-ab2e-4ebe-9047-b779ec4e7398"); }
|
|
244
|
+
static get HeaderSettings() { return new fx_models_1.Guid("fef52f65-d4e9-4d6b-85b7-ffc94383f577"); }
|
|
245
|
+
static get FooterComponent() { return new fx_models_1.Guid("839a30ea-2733-4a82-aa5b-b15dd502137e"); }
|
|
246
|
+
static get FooterCore() { return new fx_models_1.Guid("58552fa6-0533-498d-82fd-319f7db6837c"); }
|
|
247
|
+
static get FooterSettings() { return new fx_models_1.Guid("9bec119b-f8b8-4fef-9246-263748793629"); }
|
|
248
|
+
static get UserMenu() { return new fx_models_1.Guid("ff8336d1-9558-45ff-84a5-9043adea65c0"); }
|
|
249
|
+
static get UserMenuCore() { return new fx_models_1.Guid("b77aa1bd-9392-424c-9e20-b88e6b749aa4"); }
|
|
250
|
+
static get CompactUserMenu() { return new fx_models_1.Guid("88d642cc-300e-4bf4-96b9-fd5f6d35c186"); }
|
|
251
|
+
static get UserAccessibilitySetting() { return new fx_models_1.Guid("69d180bd-b115-4d5c-bafa-db8f5d52a7c1"); }
|
|
252
|
+
static get UserAccessibilityJumpToContent() { return new fx_models_1.Guid("ffba73c2-b9a2-4c55-a01e-363287723e0b"); }
|
|
253
|
+
static get AccessibilityStyle() { return new fx_models_1.Guid("bb54ab75-69c3-4472-a0b5-9e0badb1397a"); }
|
|
254
|
+
static get OmniaSystemLanguageSetting() { return new fx_models_1.Guid("ebca9185-a2a3-483f-8827-07d103f25f15"); }
|
|
255
|
+
static get OmniaLanguagesComponent() { return new fx_models_1.Guid("d687c247-a25a-4321-b6ef-70edf162fc52"); }
|
|
256
|
+
static get DocumentDirectionSetting() { return new fx_models_1.Guid("8a35b5ee-118f-4be8-b12b-cef340d8bbbc"); }
|
|
257
|
+
static get DocumentDirectioJumpToContent() { return new fx_models_1.Guid("16c1a389-77d2-467c-acc7-57b9f499f4ed"); }
|
|
258
|
+
static get DocumentDirectionStyle() { return new fx_models_1.Guid("a65e0a65-8ae8-4434-9cff-5fa72ba3d1ca"); }
|
|
259
|
+
static get MyLinksNavigation() { return new fx_models_1.Guid("fe39c5e9-95cb-43cf-ab3f-7422dcf29030"); }
|
|
260
|
+
static get QuickLinksViewComponent() { return new fx_models_1.Guid("cdd9e41d-b784-4adb-bbb4-5ccb0568a92b"); }
|
|
261
|
+
static get QuickLinksEditComponent() { return new fx_models_1.Guid("56d4552e-0a49-4a7b-ab89-6dc355ad076e"); }
|
|
262
|
+
static get QuickLinksCreateComponent() { return new fx_models_1.Guid("c4ba1eef-5137-48f0-ba72-7d29162145bb"); }
|
|
263
|
+
static get QuickLinksComponent() { return new fx_models_1.Guid("12180b4d-535f-488d-99dd-b53544b7aa30"); }
|
|
264
|
+
static get AppLaunchComponent() { return new fx_models_1.Guid("B5264AA5-091B-49F5-B14F-D495D6EC5009"); }
|
|
265
|
+
static get CompactAppLaunchComponent() { return new fx_models_1.Guid("78ea7839-2483-4a05-8a17-efd750402a7e"); }
|
|
266
|
+
static get AppLaunchRegistration() { return new fx_models_1.Guid("F7861B4B-6856-450D-A633-27EF4D617283"); }
|
|
267
|
+
static get SharedLinkListingsBlade() { return new fx_models_1.Guid("f2450b17-ae8c-4350-b467-6052e9f46e5e"); }
|
|
268
|
+
static get SharedLinkAddOrEditBlade() { return new fx_models_1.Guid("ce61a633-2caf-4895-bda9-94b8553a00d2"); }
|
|
269
|
+
static get BusinessProfileAdminSharedLinksJourney() { return new fx_models_1.Guid("1d421d8c-6eb8-47ec-9aa7-c0dac3b104f8"); }
|
|
270
|
+
static get TenantAdminSharedLinksJourney() { return new fx_models_1.Guid("a862a464-61d5-4617-91f0-ec495776fbe8"); }
|
|
271
|
+
static get QuickLinkSetting() { return new fx_models_1.Guid("64b86fee-3f66-437f-887c-ffdd3514166f"); }
|
|
272
|
+
static get MyLinkSetting() { return new fx_models_1.Guid("4022a6f7-4c56-4338-bb27-7f04c3fedacb"); }
|
|
273
|
+
static get TrelloCardView() { return new fx_models_1.Guid("C69406EA-86EC-4FC4-99FF-626918C4465D"); }
|
|
274
|
+
static get QuickLinkSimpleList() { return new fx_models_1.Guid("d031f476-a71d-47ff-8f08-817a63f0f956"); }
|
|
275
|
+
static get QuickLinkAppIconList() { return new fx_models_1.Guid("eb09bd9c-564c-4205-8c58-b3ed405403d4"); }
|
|
276
|
+
static get QuickLinksAppLaunchView() { return new fx_models_1.Guid("5D34D10F-0067-418E-8C67-C28A99007A7F"); }
|
|
277
|
+
static get ImportantAnnouncementView() { return new fx_models_1.Guid("338653de-6640-40af-bd40-41a83d24da2e"); }
|
|
278
|
+
static get HighPriorityAnnouncementView() { return new fx_models_1.Guid("f32d1086-254c-4398-a8e7-a277b3b60a7c"); }
|
|
279
|
+
static get AnnouncementLikeComment() { return new fx_models_1.Guid("757162be-a480-445d-a0ee-a8c25accdd64"); }
|
|
280
|
+
static get NotificationPanelHeader() { return new fx_models_1.Guid("1fc95b02-8bab-468b-a2bb-19e2a7752c55"); }
|
|
281
|
+
static get NotificationPanelHeaderSettings() { return new fx_models_1.Guid("f9541602-33bd-4d16-a2d7-3ef335d527a0"); }
|
|
282
|
+
static get NotificationPanel() { return new fx_models_1.Guid("65774a9f-d489-4352-9e97-b4939601532a"); }
|
|
283
|
+
static get NotificationPanelSettings() { return new fx_models_1.Guid("47bd0626-08d9-4899-9034-c2eb21f7452b"); }
|
|
284
|
+
static get NotificationPanelsAdmin() { return new fx_models_1.Guid("c4198968-3512-4694-b153-3c7318f3d6b7"); }
|
|
285
|
+
static get NotificationPanelBlockSettings() { return new fx_models_1.Guid("8065dc84-fbd8-4838-800c-8bc59a0c741c"); }
|
|
286
|
+
static get AdminShortcut() { return new fx_models_1.Guid("7c59fff9-3845-4206-b8ea-c879ff000246"); }
|
|
287
|
+
static get TutorialAdmin() { return new fx_models_1.Guid("BC901429-60C1-4528-B047-9AAF7C23D01A"); }
|
|
288
|
+
static get TutorialAdminTenant() { return new fx_models_1.Guid("E0366FB9-A6D4-44FF-8F21-AA9E9D41CD77"); }
|
|
289
|
+
static get TutorialPageSetting() { return new fx_models_1.Guid("23A3A95E-8830-46D7-BF76-180FE079531C"); }
|
|
290
|
+
static get Tutorial() { return new fx_models_1.Guid("47544822-FDA5-450A-9294-A5ACA8A770E0"); }
|
|
291
|
+
static get ProfileMenu() { return new fx_models_1.Guid("4763bc36-d35d-4334-8b88-5408d489b03e"); }
|
|
292
|
+
static get TeamworkAppAppendInformationInput() { return new fx_models_1.Guid("82c48df4-c8ee-472d-8c8b-7a6f16c2987c"); }
|
|
293
|
+
static get M365GroupAppInformationInput() { return new fx_models_1.Guid("d593c93c-4228-487e-bfde-5b6e21d61cab"); }
|
|
294
|
+
static get BusinessProfileJourney() { return new fx_models_1.Guid("2b69d826-807c-470e-9db1-0a19bba2d1e0"); }
|
|
295
|
+
static get BusinessProfileSettings() { return new fx_models_1.Guid("4b86a436-4255-448c-a502-e1daeb94d142"); }
|
|
296
|
+
static get BusinessProfileTheme() { return new fx_models_1.Guid("61499843-fa3a-47c8-b935-8e3c27c68f1b"); }
|
|
297
|
+
static get TenantMediaPicker() { return new fx_models_1.Guid("37329e5d-5cf7-4ff1-ba63-3ce14b88e51c"); }
|
|
298
|
+
static get TenantMediaPickerCore() { return new fx_models_1.Guid("7e8bedff-1e6f-412d-9b5d-3af801780310"); }
|
|
299
|
+
static get BusinessProfileMediaPicker() { return new fx_models_1.Guid("3d403752-2b3e-4cfe-8ba0-da7fb4e8e0ba"); }
|
|
300
|
+
static get BusinessProfileMediaPickerCore() { return new fx_models_1.Guid("36fe7ee6-e834-4eec-b5dd-2a83667c91a6"); }
|
|
301
|
+
static get CentralImageLocations() { return new fx_models_1.Guid("0bebb289-f3fc-4838-a032-4a9f20c605c1"); }
|
|
302
|
+
static get MediaPickerGeneral() { return new fx_models_1.Guid("0aa2c49f-500d-4d1c-a31a-9ecbf80d3882"); }
|
|
303
|
+
static get MediaPickerScalingSettingsListing() { return new fx_models_1.Guid("19b22417-acb6-41c1-96f9-47ea4d60f4b2"); }
|
|
304
|
+
static get MediaPickerCropRatios() { return new fx_models_1.Guid("a49a79f5-9f1e-471d-813f-12926f411f9c"); }
|
|
305
|
+
static get BusinessProfileLanguage() { return new fx_models_1.Guid("936D6849-3488-4A6F-B16C-91B0C625E837"); }
|
|
306
|
+
static get AppTemplatesCustomStepMember() { return new fx_models_1.Guid("bfc04495-50cb-4de6-9983-f53997f3fbe2"); }
|
|
307
|
+
static get EnterprisePropertiesJourney() { return new fx_models_1.Guid("e98dd24f-7bfa-4704-ad5e-85510cbe3d37"); }
|
|
308
|
+
static get TenantSecretsJourney() { return new fx_models_1.Guid("1d60e6da-39df-4458-b621-3b4d64bf2843"); }
|
|
309
|
+
static get BusinessProfileSecretsJourney() { return new fx_models_1.Guid("b52c92f6-5574-4e1d-a37f-ca6159c9eb1d"); }
|
|
310
|
+
static get TargetingPropertiesJourney() { return new fx_models_1.Guid("9433e3d2-89d2-434b-93b2-0f7be4578979"); }
|
|
311
|
+
static get EnterprisePropertyCategoriesJourney() { return new fx_models_1.Guid("dbe61fac-1b82-4db6-aca3-12e95a86274f"); }
|
|
312
|
+
static get AppProvisioningStepMemberStep() { return new fx_models_1.Guid("cfc748f2-4d9e-4629-ad61-3a6694da4ad9"); }
|
|
313
|
+
static get AppTemplateStepComponentBase() { return new fx_models_1.Guid("69d4ae5d-874c-4988-bd16-4489a82fdab1"); }
|
|
314
|
+
static get NavigationBar() { return new fx_models_1.Guid("a3692055-a31c-417a-8c7f-34784bd8f079"); }
|
|
315
|
+
static get NavigationBarChrome() { return new fx_models_1.Guid("e053c706-1669-418f-badc-6f5ccaf72caa"); }
|
|
316
|
+
static get WorkplaceWarning() { return new fx_models_1.Guid("4bca1556-ac2e-4d87-9a53-c1ab6adb2d58"); }
|
|
317
|
+
static get WorkplacePreviewDisclaimer() { return new fx_models_1.Guid("bd56271c-db61-4f36-9c99-2fb1bb9079f6"); }
|
|
318
|
+
static get AdminHeaderSettings() { return new fx_models_1.Guid("47f4c610-3c26-4698-90c4-ae0ff52d697f"); }
|
|
319
|
+
static get PropertySetsJourney() { return new fx_models_1.Guid("813c8357-aa75-489f-b022-f5c7b0a02443"); }
|
|
320
|
+
static get PropertiesJourney() { return new fx_models_1.Guid("95F6E9A4-F728-4543-9986-44BF59323C76"); }
|
|
321
|
+
static get PropertyArchiveJourney() { return new fx_models_1.Guid("f24e9874-7c5e-415c-8513-5d3a591c18f0"); }
|
|
322
|
+
static get QueryablePropertiesJourney() { return new fx_models_1.Guid("19997524-d6bc-4fc2-a411-bd1e3faf661b"); }
|
|
323
|
+
static get AppPropertiesJourney() { return new fx_models_1.Guid("b830a978-3f58-4951-a2d8-1e2b2009a126"); }
|
|
324
|
+
static get RichTextEditorSettings() { return new fx_models_1.Guid("ECE24F01-1E63-4C2A-BBFF-F713F9DDE5C3"); }
|
|
325
|
+
static get TenantHeader() { return new fx_models_1.Guid("45AFC3A3-23E2-4947-AB8D-FA937B033298"); }
|
|
326
|
+
static get TenantRegional() { return new fx_models_1.Guid("fcf7035a-4e22-428f-bcdd-47843d4882ba"); }
|
|
327
|
+
static get TenantAdminSetting() { return new fx_models_1.Guid("5618d436-945b-4fdf-b432-93dac1a541a6"); }
|
|
328
|
+
static get TenantLocalizationAdmin() { return new fx_models_1.Guid("b4f33fbe-c8ed-473f-8d25-84f35154a981"); }
|
|
329
|
+
static get TenantAdministratorPermissionJourney() { return new fx_models_1.Guid("af0c761e-8ba5-4dee-858c-a7593adcce76"); }
|
|
330
|
+
static get BusinessProfileAdministratorPermissionJourney() { return new fx_models_1.Guid("01dbddb7-0b1a-48dc-af16-cd4f534cd2de"); }
|
|
331
|
+
static get TenantLogoSettings() { return new fx_models_1.Guid("5C4689DC-CB79-4138-8300-F8B99D550C35"); }
|
|
332
|
+
static get ErrorInformation() { return new fx_models_1.Guid("b2402e98-de00-440b-9084-5460f5d8d2ff"); }
|
|
333
|
+
static get SystemAccountForm() { return new fx_models_1.Guid("0f7957bf-937e-4563-992a-f142e027d1d2"); }
|
|
334
|
+
static get YammerAppForm() { return new fx_models_1.Guid("352e23d3-9a20-40f7-8699-1b9796032e3a"); }
|
|
335
|
+
static get GovernanceDashboard() { return new fx_models_1.Guid("8b58ab03-7af5-47f1-a82d-290964567cc9"); }
|
|
336
|
+
static get GovernanceDashboardSettings() { return new fx_models_1.Guid("e3378939-f5a4-45e3-98bf-e2f9c70a78ef"); }
|
|
337
|
+
static get GovernanceDashboardEditor() { return new fx_models_1.Guid("88896064-02b1-451f-ac47-ed6b4c90b4e3"); }
|
|
338
|
+
static get TextStyles() { return new fx_models_1.Guid("67982bb7-524f-4e91-9b2f-05bd2ab3c088"); }
|
|
339
|
+
static get TenantGeneralSettings() { return new fx_models_1.Guid("62529631-696b-457b-bc04-18c888fc940f"); }
|
|
340
|
+
static get PeopleRollup() { return new fx_models_1.Guid("b5a5fd89-a18c-4c0e-9087-7cb3556bede5"); }
|
|
341
|
+
static get PeopleRollupSettings() { return new fx_models_1.Guid("7d4ad6a0-4228-409e-ba6e-f23fc8b528b8"); }
|
|
342
|
+
static get PeopleRollupBreakpointSettings() { return new fx_models_1.Guid("4c8d688c-7d68-4b6a-afcb-f0d9acfca585"); }
|
|
343
|
+
static get PeopleRollupCardView() { return new fx_models_1.Guid("714ca471-9a03-4904-bf8d-dd004f68c739"); }
|
|
344
|
+
static get PeopleRollupCardViewSettings() { return new fx_models_1.Guid("3d27c8d2-51e7-447f-92fb-7b2e30e94705"); }
|
|
345
|
+
static get PageRollupRollerViewSettings() { return new fx_models_1.Guid("0d2c2989-adc4-46b5-a2a7-a594177420f1"); }
|
|
346
|
+
static get PageRollupRollerView() { return new fx_models_1.Guid("2bb232b8-130c-44a7-ab02-f49a1e604041"); }
|
|
347
|
+
static get PeopleRollupOmniaUserCardView() { return new fx_models_1.Guid("b5c9c9d8-f4b8-4c1d-bb33-b3512d3ef78f"); }
|
|
348
|
+
static get PeopleRollupOmniaUserCardViewSettings() { return new fx_models_1.Guid("675bceca-54bf-4097-a9eb-32b98aa3dfcf"); }
|
|
349
|
+
static get PersonSearchTemplate() { return new fx_models_1.Guid("6628abdf-153a-492d-8be0-b0351a11bfcf"); }
|
|
350
|
+
static get UserProfileCompletion() { return new fx_models_1.Guid("c67badd3-d4bd-46cf-a936-dfde200a1343"); }
|
|
351
|
+
static get UserProfilePropertiesWizard() { return new fx_models_1.Guid("95dd7949-6c02-4ccb-8539-20d39c6f9b8a"); }
|
|
352
|
+
static get UserProfileCompletionAppJourney() { return new fx_models_1.Guid("82eb3d91-4379-49ec-b654-25b344ef73a1"); }
|
|
353
|
+
static get UserProfileStrippedCard() { return new fx_models_1.Guid("76f539e0-707c-4cf1-ae78-a65f21c597e6"); }
|
|
354
|
+
static get UserProfileCompletionBlockSettings() { return new fx_models_1.Guid("b07bafaa-287c-4475-86bd-2e0bed1acfee"); }
|
|
355
|
+
static get UserProfileSendPropertyFeedback() { return new fx_models_1.Guid("a0afdf07-1334-4126-89e9-e801bc910423"); }
|
|
356
|
+
static get UserProfileActionMenu() { return new fx_models_1.Guid("3f066813-6de8-473a-9a71-77c6bf7dff47"); }
|
|
357
|
+
static get TeamCollabAppSiteDesign() { return new fx_models_1.Guid("217ed582-9bfe-4f85-97a6-712174e56954"); }
|
|
358
|
+
static get MySitesWizard() { return new fx_models_1.Guid("e5b46f7b-51ca-44ad-9213-19d3f8d7ebea"); }
|
|
359
|
+
static get MyTeamCollaboration() { return new fx_models_1.Guid("d0bbc0c4-559c-4170-8993-31907bfd2928"); }
|
|
360
|
+
static get MyTeamCollaborationDialog() { return new fx_models_1.Guid("9a55b428-0c74-4ba1-8444-5fd1c9c9ff59"); }
|
|
361
|
+
static get MyTeamCollaborationSettingsForm() { return new fx_models_1.Guid("467ef7ea-6e3d-478f-b5ab-7a0678f7f6c2"); }
|
|
362
|
+
static get MyTeamCollaborationEditorSettings() { return new fx_models_1.Guid("b43f4963-499c-47ca-8939-f5beaf0b4a8a"); }
|
|
363
|
+
static get MyTeamCollaborationCategoryFollowed() { return new fx_models_1.Guid("46f125ec-07f0-4258-8aa5-10c9c87a8d27"); }
|
|
364
|
+
static get MyTeamCollaborationCategoryRecently() { return new fx_models_1.Guid("10ec1cfb-3e09-453a-99f9-0cb95d731d1a"); }
|
|
365
|
+
static get MyTeamCollaborationCategoryGroup() { return new fx_models_1.Guid("5e71a7f3-faaf-4a15-ba5d-f3fe48307616"); }
|
|
366
|
+
static get MyTeamCollaborationCategorySearch() { return new fx_models_1.Guid("c0d060d6-9325-4c00-ab7b-36e650695b63"); }
|
|
367
|
+
static get TeamworkNavigationActionHandlerSettings() { return new fx_models_1.Guid("2f095349-3faa-4b78-8f9e-eeb7de691641"); }
|
|
368
|
+
static get TeamworkNavigationSettings() { return new fx_models_1.Guid("74b6d6f6-8cdb-424f-8ba1-03d7426a3cfb"); }
|
|
369
|
+
static get TeamworkNavigationTabSettings() { return new fx_models_1.Guid("5f7b4425-cdd1-46fb-8dc7-698694ab5810"); }
|
|
370
|
+
static get TeamworkNavigationDialog() { return new fx_models_1.Guid("1fd88b37-db0d-4ba2-b63c-b6ac7d004791"); }
|
|
371
|
+
static get AppCreationActionHandlerSettings() { return new fx_models_1.Guid("948562a5-fecb-41dc-8cba-b8ea6e3c8ed5"); }
|
|
372
|
+
static get FormCreationActionHandlerSettings() { return new fx_models_1.Guid("13263c63-b395-4f5e-9e11-a8b250e12e44"); }
|
|
373
|
+
static get CreateAppDialog() { return new fx_models_1.Guid("fc16945f-04e0-4309-9823-17c5d6963af5"); }
|
|
374
|
+
static get CreateFormDialog() { return new fx_models_1.Guid("c6864508-934e-4133-84f9-1bc724aacee6"); }
|
|
375
|
+
static get FormBuilderDialogContent() { return new fx_models_1.Guid("f2b57ef9-83b4-4dd7-9834-c262a86840e1"); }
|
|
376
|
+
static get FormTemplateSettings() { return new fx_models_1.Guid("a9d1ebc5-bf13-4174-9533-853bdaf155a2"); }
|
|
377
|
+
static get FormPropertySettings() { return new fx_models_1.Guid("882cfbdd-e6bf-4e8c-a5a0-d2438e7b7508"); }
|
|
378
|
+
static get TeamNewsListView() { return new fx_models_1.Guid("a6d1503c-445e-44b1-9f54-d124c14df29b"); }
|
|
379
|
+
static get TeamNewsListViewSettings() { return new fx_models_1.Guid("d7231aab-9393-4a6d-8aff-4b4d5a5498c4"); }
|
|
380
|
+
static get TeamNewsGroupView() { return new fx_models_1.Guid("7841542b-fb29-4ac2-9676-52a83a6167b9"); }
|
|
381
|
+
static get TeamNewsGroupViewSettings() { return new fx_models_1.Guid("bdcc3a9d-c7f7-4055-bed3-5518dcfd8e42"); }
|
|
382
|
+
static get TeamNewsRollup() { return new fx_models_1.Guid("f59074f3-a738-4668-8f29-4bbecdb223a6"); }
|
|
383
|
+
static get TeamNewsRollupSettings() { return new fx_models_1.Guid("e32e54a4-3538-45a6-9bd2-a2c77c7a3162"); }
|
|
384
|
+
static get TeamCollaborationAppWizard() { return new fx_models_1.Guid("69633624-6d96-4459-9819-1c6efbc1bc98"); }
|
|
385
|
+
static get TeamCollaborationAppJourney() { return new fx_models_1.Guid("a6724d9c-bed5-45fe-aed3-b479e5b8be72"); }
|
|
386
|
+
static get TeamCollaborationSettingsJourney() { return new fx_models_1.Guid("4cd5054d-ab4a-44df-b4f0-cd4be9d1ee50"); }
|
|
387
|
+
static get TeamCollaborationSettingsSwitchingTemplateBlade() { return new fx_models_1.Guid("561806c4-118a-41b5-ab81-7aa32d162367"); }
|
|
388
|
+
static get TeamCollaborationSettingsEditAppInstanceBlade() { return new fx_models_1.Guid("b358eb4c-58fb-4911-9c7c-2fca8b2fe186"); }
|
|
389
|
+
static get TeamCollaborationSettingsSwitchingTemplateBladeRegistration() { return new fx_models_1.Guid("82001098-ae85-4239-8bd9-30132d68b57e"); }
|
|
390
|
+
static get TeamCollaborationSettingsEditAppInstanceBladeRegistration() { return new fx_models_1.Guid("d33eb6d0-55e7-414c-8b1a-45173d870455"); }
|
|
391
|
+
static get TeamCollaborationSettingsSwitchingTemplateJourney() { return new fx_models_1.Guid("b0e4ded9-14dd-47ed-9922-6f884b927f9a"); }
|
|
392
|
+
static get TeamCollaborationSettingsSwitchingTemplateJourneyRegistration() { return new fx_models_1.Guid("389048fb-b6ad-4323-a7f8-ec050b891853"); }
|
|
393
|
+
static get TeamCollaborationSettingsEditBlade() { return new fx_models_1.Guid("4a153966-6f4b-40c5-8168-254b660fdacf"); }
|
|
394
|
+
static get EditSitePropertiesListener() { return new fx_models_1.Guid("bf02832c-e7a3-4b23-8cb5-e7c5a3d18225"); }
|
|
395
|
+
static get EditSiteProperties() { return new fx_models_1.Guid("0763adcc-c07e-4297-83f0-74f05481b577"); }
|
|
396
|
+
static get TeamEndUserSettings() { return new fx_models_1.Guid("F39EB89E-3932-40E2-9D9F-11428375AA07"); }
|
|
397
|
+
static get TeamCollaborationFacebookWorkplace() { return new fx_models_1.Guid("F934FA3C-249D-4F52-BF71-BD6B2FAC8C42"); }
|
|
398
|
+
static get TeamCollaborationRollup() { return new fx_models_1.Guid("87F6D9E7-57BC-4495-BA2D-E1BF961642AC"); }
|
|
399
|
+
static get TeamCollaborationRollupSettings() { return new fx_models_1.Guid("F21DD020-677B-470D-B81F-8936B154C8D4"); }
|
|
400
|
+
static get TeamCollaborationRollupSettingsComponent() { return new fx_models_1.Guid("e9b8581b-4361-421b-abf7-dde9cac7e680"); }
|
|
401
|
+
static get TeamCollaborationListView() { return new fx_models_1.Guid("91165348-4030-44D1-9EF9-91F687A8F9CE"); }
|
|
402
|
+
static get TeamCollaborationListViewSettings() { return new fx_models_1.Guid("D6F547EC-CF89-486F-8B59-C999553869E1"); }
|
|
403
|
+
static get TeamCollaborationNavigationView() { return new fx_models_1.Guid("1d7374e8-24bf-4e0e-b4d3-752fa89c7a38"); }
|
|
404
|
+
static get TeamCollaborationNavigationViewSettings() { return new fx_models_1.Guid("a1fd35eb-760a-45c7-b812-148a519ef500"); }
|
|
405
|
+
static get TeamCollaborationRollupRenderer() { return new fx_models_1.Guid("D22B2917-BE60-43D4-B989-49EBA88DCAC3"); }
|
|
406
|
+
static get TeamCollaborationRollupMetricDetailsDialog() { return new fx_models_1.Guid("75CCD5E7-F7B5-4D4F-AA6E-5391C1946B4B"); }
|
|
407
|
+
static get CreateTeamworkBlock() { return new fx_models_1.Guid("0f1da23c-05a0-4ff3-a3e6-83e1252db696"); }
|
|
408
|
+
static get CreateTeamworkComponent() { return new fx_models_1.Guid("466c0ccc-ed0e-41d9-b8c2-1200fb7ec59c"); }
|
|
409
|
+
static get CreateTeamworkBlockSettings() { return new fx_models_1.Guid("c5b867ec-4613-4b57-b75a-83461e1928ec"); }
|
|
410
|
+
static get CreateTeamworkComponentSettings() { return new fx_models_1.Guid("0f6acac7-4d03-4360-937c-867db34e02ad"); }
|
|
411
|
+
static get CreateTeamworkCores() { return new fx_models_1.Guid("b8dd3a04-32c4-4003-9b3f-78f4ef8120a8"); }
|
|
412
|
+
static get AppAuthenticationOptions() { return new fx_models_1.Guid("ecb78fcf-1185-4026-bda4-390794ea5a9e"); }
|
|
413
|
+
static get WorkspaceActionMenuRenderer() { return new fx_models_1.Guid("758a3f18-b248-463f-907f-cebdff9bc5e7"); }
|
|
414
|
+
static get WorkspaceActionMenuHorizontalRenderer() { return new fx_models_1.Guid("3f7d99f4-ab95-4ed3-9be0-9422e2f08530"); }
|
|
415
|
+
static get WorkspaceActionMenuVerticalRenderer() { return new fx_models_1.Guid("bc3c24bd-9f45-42bb-a4bf-12259792285c"); }
|
|
416
|
+
static get WorkspaceMegaMenuRenderer() { return new fx_models_1.Guid("08e0dda7-224a-4e83-b8da-e1830a4e1302"); }
|
|
417
|
+
static get WorkspaceMegaMenuRendererCore() { return new fx_models_1.Guid("a3d28198-a978-4d5b-9268-5f7978c6b274"); }
|
|
418
|
+
static get WorkspaceMegaMenuHorizontalRenderer() { return new fx_models_1.Guid("1529380d-4716-4b89-a6f7-04fdbe4b43f4"); }
|
|
419
|
+
static get WorkspaceMegaMenuVerticalRenderer() { return new fx_models_1.Guid("9a17e867-795c-4e2f-b3fa-abc44205b86c"); }
|
|
420
|
+
static get WorkspaceMegaMenuCompactRenderer() { return new fx_models_1.Guid("773f320b-6e4f-4728-a076-21191c14f319"); }
|
|
421
|
+
static get WorkspaceHomeRenderer() { return new fx_models_1.Guid("7de92d83-b0f9-4d94-8955-1f08280bf141"); }
|
|
422
|
+
static get WorkspaceHomeNodeRenderer() { return new fx_models_1.Guid("074fa352-dae9-44d4-b117-e973b0c29201"); }
|
|
423
|
+
static get WorkspaceVerticalNavigationBar() { return new fx_models_1.Guid("0780dd3a-40f3-4aa3-b1f3-327ac9248b2c"); }
|
|
424
|
+
static get WorkspaceHorizontalNavigationBar() { return new fx_models_1.Guid("aa6054db-2528-40ea-ace4-e7277caa6530"); }
|
|
425
|
+
static get GovernanceAdmin() { return new fx_models_1.Guid("6f01e39b-cd24-4775-a384-c847a36eb8e9"); }
|
|
426
|
+
static get GovernanceAdminSettings() { return new fx_models_1.Guid("bb1a2680-74e5-4b8c-90e8-d87f4e0918cc"); }
|
|
427
|
+
static get MicrosoftSearchTemplate() { return new fx_models_1.Guid("4b2c76df-5b7c-499e-93bb-22a7d909b9d7"); }
|
|
428
|
+
static get EnterpriseGlossaryJourney() { return new fx_models_1.Guid("21882c38-d6a7-4ff9-9fce-49874f7864a1"); }
|
|
429
|
+
static get EnterpriseGlossaryHomeBlade() { return new fx_models_1.Guid("f5f60895-5f14-4b51-bf26-93981dcef246"); }
|
|
430
|
+
static get EnterpriseGlossaryTaxonomyBlade() { return new fx_models_1.Guid("01c2f152-74b3-42c6-bb18-6335b9f3030a"); }
|
|
431
|
+
static get SharePointTermMappingsBlade() { return new fx_models_1.Guid("a779a1ce-c613-4833-b278-165c22e2ff3b"); }
|
|
432
|
+
static get SharePointTermTreeUISettingsBlade() { return new fx_models_1.Guid("282a777f-b040-430f-93b7-562987ad12b4"); }
|
|
433
|
+
static get TermTreeUISettingsBlade() { return new fx_models_1.Guid("abffd0f7-2f68-40cc-b467-d70adc2af581"); }
|
|
434
|
+
static get SharePointTermUISettingsBlade() { return new fx_models_1.Guid("e5424a19-67bf-4599-bfde-ebc101b3f5ea"); }
|
|
435
|
+
static get TaxonomyNavigation() { return new fx_models_1.Guid("0ed328bd-5d9e-4613-85d7-fb51abb490a1"); }
|
|
436
|
+
static get TaxonomyNavigationSettings() { return new fx_models_1.Guid("aada204b-9c67-40e3-892e-0bb05e003f57"); }
|
|
437
|
+
static get SignOffRequestJourney() { return new fx_models_1.Guid("9c4dbbe9-8bdd-4017-b1d8-3e477e179010"); }
|
|
438
|
+
static get SignOffRequestHeaderRequestedByMeList() { return new fx_models_1.Guid("a152b5cf-cf71-4d52-bfe1-d61ef1c34cb4"); }
|
|
439
|
+
static get SignOffRequestHeaderCreateNewRequest() { return new fx_models_1.Guid("2ea29d82-fbce-4de4-93c1-126f7f4c2493"); }
|
|
440
|
+
static get SignOffRequestRollup() { return new fx_models_1.Guid("830aeebd-a033-4b00-969c-a8c135e2f344"); }
|
|
441
|
+
static get SignOffRequestRollupSettings() { return new fx_models_1.Guid("cf036fe4-cc94-4cbf-8ac0-1f45e61470b8"); }
|
|
442
|
+
static get SignOffRequestRollupListView() { return new fx_models_1.Guid("f3e1fd69-399f-428a-8b15-0816e6177b06"); }
|
|
443
|
+
static get SignOffRequestRollupListViewSettings() { return new fx_models_1.Guid("9ad600fc-4efd-471b-8217-3af97e99522f"); }
|
|
444
|
+
static get SignOffRequestRollupSummaryView() { return new fx_models_1.Guid("eca34b0d-ba78-4f92-99ed-1a54eef4d0ec"); }
|
|
445
|
+
static get SignOffRequestRollupSummaryViewSettings() { return new fx_models_1.Guid("b6fc1b7f-7053-4c73-bdc7-9476376ab861"); }
|
|
446
|
+
static get SignOffRequestCreation() { return new fx_models_1.Guid("141bdfc9-61c2-4bf0-8ea7-9d48e17c837c"); }
|
|
447
|
+
static get SignOffRequestInfo() { return new fx_models_1.Guid("b71b7e9e-c9dc-44ef-9e00-f27dfad2d03d"); }
|
|
448
|
+
static get SignOffRequestReminder() { return new fx_models_1.Guid("dc94479d-1659-434d-9407-952235d42757"); }
|
|
449
|
+
static get SignOffRequestResourceList() { return new fx_models_1.Guid("b22753ef-4801-454d-997a-30a89d0ae943"); }
|
|
450
|
+
static get SignOffRequestResourceProvider() { return new fx_models_1.Guid("416779e6-b2e9-4c2d-b372-fd7623b0c22a"); }
|
|
451
|
+
static get SignOffRequestInfoPersistentDialog() { return new fx_models_1.Guid("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); }
|
|
452
|
+
static get SignOffRequestUpdateStatusDialog() { return new fx_models_1.Guid("e21e1edc-4610-43e4-9791-a5694f03554e"); }
|
|
453
|
+
static get SignOffRequestQueryableProperties() { return new fx_models_1.Guid("5fb83ba2-a122-4324-925f-aa7dad59a22d"); }
|
|
454
|
+
static get MicrosoftTeamChannelFeedCore() { return new fx_models_1.Guid("c3899c18-6445-47b8-a1db-fb583e1c0f54"); }
|
|
455
|
+
static get MicrosoftTeamChannelFeedBlockSettings() { return new fx_models_1.Guid("eb2b833b-d1ac-44aa-b22e-8df743d251a8"); }
|
|
456
|
+
static get MicrosoftTeamChannelFeedBlock() { return new fx_models_1.Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
|
|
457
|
+
static get CustomEmailJourney() { return new fx_models_1.Guid("61fdccaf-f48f-471d-be82-2dc9b5911c85"); }
|
|
458
|
+
static get WorkspaceSettings() { return new fx_models_1.Guid("a61a15c5-ce4e-4b94-9d23-6d92f30e8968"); }
|
|
459
|
+
static get WorkspaceHome() { return new fx_models_1.Guid("47da2a55-8b39-44db-9d09-23b8a1291be6"); }
|
|
460
|
+
static get WorkspaceHomeChrome() { return new fx_models_1.Guid("76d4d02a-f920-4e79-93ab-f92ee938b103"); }
|
|
461
|
+
static get WorkspaceHomeStatistic() { return new fx_models_1.Guid("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); }
|
|
462
|
+
static get WorkspaceJourney() { return new fx_models_1.Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); }
|
|
463
|
+
static get AdminSystemJourney() { return new fx_models_1.Guid("8d451f6c-bcf4-42c3-a4a0-7d3ad5de09a3"); }
|
|
464
|
+
static get PropertiesBlockGroup() { return new fx_models_1.Guid("7c1b8998-62b9-4ea9-b118-0dedc6209ebb"); }
|
|
465
|
+
static get PropertiesBlockCore() { return new fx_models_1.Guid("9bcebc94-e59e-4a24-a88d-282ac92bcca9"); }
|
|
466
|
+
static get PropertiesBlockSettings() { return new fx_models_1.Guid("29559185-3df2-4049-93e5-d8326ec94982"); }
|
|
467
|
+
static get PropertiesBlockSettingConfiguration() { return new fx_models_1.Guid("b95bdf10-d32d-4659-836c-eadc1d57ac55"); }
|
|
468
|
+
static get PropertiesBlock() { return new fx_models_1.Guid("88894e6a-2e41-44b6-a6f1-af3612caf276"); }
|
|
469
|
+
static get AnalyticsBlocksCore() { return new fx_models_1.Guid("1b9cc09e-9e67-4c7c-87ea-9854a345403b"); }
|
|
470
|
+
static get AnalyticsWidgetBlockSettings() { return new fx_models_1.Guid("a8d46ae3-9f87-457b-8f95-e4b4aea5df6c"); }
|
|
471
|
+
static get AnalyticsWidgetBlock() { return new fx_models_1.Guid("56dd7c8f-3c3f-4ec3-8e41-e398c79f945a"); }
|
|
472
|
+
static get AnalyticsFilterBlockSettings() { return new fx_models_1.Guid("287d6801-5fdb-4649-a057-b52adc1c278a"); }
|
|
473
|
+
static get AnalyticsFilterBlock() { return new fx_models_1.Guid("aebb9b0b-32ae-4b14-b0f1-3515b62f329f"); }
|
|
474
|
+
static get PowerAppBlock() { return new fx_models_1.Guid("8905b50b-3b48-4053-b667-d3abf5d7c4ef"); }
|
|
475
|
+
static get PowerAppBlockSettings() { return new fx_models_1.Guid("faa90898-9cc3-4db8-ab24-e36fa6d96ea3"); }
|
|
476
|
+
static get PowerAppSettingAdminJourney() { return new fx_models_1.Guid("b643dd40-d26c-4c73-9f23-d5fa4b436064"); }
|
|
477
|
+
static get OrganizationTreeBlockCore() { return new fx_models_1.Guid("b59eb584-f59f-4caf-a9a7-4697e49aafca"); }
|
|
478
|
+
static get OrganizationTreeBlock() { return new fx_models_1.Guid("38345507-17ee-410c-8583-f7eb587e5903"); }
|
|
479
|
+
static get OrganizationTreeBlockSettings() { return new fx_models_1.Guid("8680e45c-a948-4321-b5c1-e09b80eb20d9"); }
|
|
480
|
+
static get AppRenderer() { return new fx_models_1.Guid("01d197fb-39b8-4921-89e8-c8f865b6fcb0"); }
|
|
481
|
+
static get MsTeamTabLayoutConfiguration() { return new fx_models_1.Guid("104760a6-6754-4bbb-8325-4e42bef75b8a"); }
|
|
482
|
+
static get PostsFeed() { return new fx_models_1.Guid("74c4e208-e37f-41a5-ba96-c4bf64464523"); }
|
|
483
|
+
static get PostsFeedSettings() { return new fx_models_1.Guid("7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b"); }
|
|
484
|
+
static get TenantUserManagementJourney() { return new fx_models_1.Guid("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"); }
|
|
485
|
+
static get BusinessProfileUserManagementJourney() { return new fx_models_1.Guid("9539268b-7419-44dd-9707-96a5ff9d0b0d"); }
|
|
486
|
+
static get UserManagementCore() { return new fx_models_1.Guid("2b3fc3f2-bc60-44a0-8688-764f3b2d62c8"); }
|
|
487
|
+
static get UserManagementUserTypeListingBlade() { return new fx_models_1.Guid("ebd9788a-b217-4868-8f4e-594ecf568806"); }
|
|
488
|
+
static get UserManagementUserTypeCreateDialog() { return new fx_models_1.Guid("b4acc93e-c207-4b9c-b65d-d74e0058f416"); }
|
|
489
|
+
static get UserManagementUserTypeDetailBlade() { return new fx_models_1.Guid("0f51dc5b-13ae-4c3e-8b74-eab4eb3b289b"); }
|
|
490
|
+
static get UserManagementSyncProviderListingBlade() { return new fx_models_1.Guid("242dc560-2ede-41f0-b6d4-151884a2ec63"); }
|
|
491
|
+
static get UserManagementSyncProviderSettingsBlade() { return new fx_models_1.Guid("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
|
|
492
|
+
static get UserManagementSyncProviderLogsBlade() { return new fx_models_1.Guid("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
|
|
493
|
+
static get UserManagementOmniaSearchUserLogsBlade() { return new fx_models_1.Guid("3388cc39-7abc-42a2-8d2f-062e8532541b"); }
|
|
494
|
+
static get UserManagementUserListingBlade() { return new fx_models_1.Guid("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
|
|
495
|
+
static get UserManagementActiveUserListing() { return new fx_models_1.Guid("1972b656-c68c-4c50-afa7-c76c8959b88d"); }
|
|
496
|
+
static get UserManagementDeletedUserListing() { return new fx_models_1.Guid("a7dfb3df-024c-49ac-a5f0-6dfd46c2ab65"); }
|
|
497
|
+
static get UserManagementUserDetailBlade() { return new fx_models_1.Guid("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"); }
|
|
498
|
+
static get UserManagementUserAuthenticationBlade() { return new fx_models_1.Guid("2de8ec5f-9d03-4828-b192-8ba37e48b322"); }
|
|
499
|
+
static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
|
|
500
|
+
static get UserManagementActiveGroupListing() { return new fx_models_1.Guid("f333ebaa-d009-4169-a2ff-868e8b751bf9"); }
|
|
501
|
+
static get UserManagementDeletedGroupListing() { return new fx_models_1.Guid("3620baa9-5501-45fa-955e-79d176a72a51"); }
|
|
502
|
+
static get UserManagementGroupMembershipListing() { return new fx_models_1.Guid("7f2c3499-c19d-409a-9664-3eb346cd111d"); }
|
|
503
|
+
static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
|
|
504
|
+
static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
|
|
505
|
+
static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
|
|
506
|
+
static get UserManagementDynamicGroupDetailBlade() { return new fx_models_1.Guid("f43ef789-418d-4f56-bd27-88420f3d9823"); }
|
|
507
|
+
static get UserManagementUserPropertyListingBlade() { return new fx_models_1.Guid("77fa3438-c920-4b32-bddc-1b8361e530c2"); }
|
|
508
|
+
static get UserManagementUserPropertyDetailBlade() { return new fx_models_1.Guid("3967363b-80cd-4b12-900f-7a9c7975bf6a"); }
|
|
509
|
+
static get UserManagementUserDetailBladeAuthenticationTab() { return new fx_models_1.Guid("95A66C49-40C7-442C-B815-359C5D299365"); }
|
|
510
|
+
static get UserManagementUserDetailBladePropertiesTab() { return new fx_models_1.Guid("9C7C9267-6BAE-4157-A588-98EECB88663D"); }
|
|
511
|
+
static get UserManagementBulkImportBlade() { return new fx_models_1.Guid("8DF3CBAB-53D4-4091-8FE0-A44F88E92018"); }
|
|
512
|
+
static get UserManagementLoginLogBlade() { return new fx_models_1.Guid("F00E21CD-5E0F-472A-A91D-C2B927E25FA7"); }
|
|
513
|
+
static get BusinessProfileAuthenticationBlade() { return new fx_models_1.Guid("4C9410C5-86FF-49A6-A493-F8A35BB3F990"); }
|
|
514
|
+
static get TenantAnalyticsJourney() { return new fx_models_1.Guid("d64bc647-0d37-49de-bd60-eb0d39cbb4a9"); }
|
|
515
|
+
static get TenantAnalyticsSetupBlade() { return new fx_models_1.Guid("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
|
|
516
|
+
static get TenantAnalyticsConfigurationBlade() { return new fx_models_1.Guid("4027e639-92ed-4064-95c8-f715f02cacac"); }
|
|
517
|
+
static get TenantAnalyticsAddDimensionBlade() { return new fx_models_1.Guid("752607aa-4b6e-4865-90cc-c867fa1e0d91"); }
|
|
518
|
+
static get UserManagementIdentityCreationRequestSettingsBlade() { return new fx_models_1.Guid("36D0078C-1C79-486B-B4E3-92A97F03BDB5"); }
|
|
519
|
+
static get UserManagementIdentityCreationRequestUserTypeBlade() { return new fx_models_1.Guid("126A1816-3C59-4A7C-867E-027F5D1021B8"); }
|
|
520
|
+
static get UserManagementIdentityCreationRequestUserTypePropertyBlade() { return new fx_models_1.Guid("9F06822D-0718-4B7A-B685-C6442EC2DFCC"); }
|
|
521
|
+
static get UserManagementIdentityCreationRequestPendingApprovalListing() { return new fx_models_1.Guid("6F3F70CA-AFC5-4724-B3F8-405986A21717"); }
|
|
522
|
+
static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
|
|
523
|
+
static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
|
|
524
|
+
static get SetupWizardBrandingStep() { return new fx_models_1.Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); }
|
|
525
|
+
static get SetupWizardSharelinksStep() { return new fx_models_1.Guid("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); }
|
|
526
|
+
static get SetupWizardContentStep() { return new fx_models_1.Guid("c6633522-ba83-4077-99b1-a4e9cde070c6"); }
|
|
527
|
+
static get SetupWizardReviewStep() { return new fx_models_1.Guid("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); }
|
|
528
|
+
static get SetupWizardKnowledgeSharingPrerequisiteStep() { return new fx_models_1.Guid("2fe0d1f5-8b48-4d2d-99d6-2ac0cce110a4"); }
|
|
529
|
+
static get SetupWizardDashboard() { return new fx_models_1.Guid("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); }
|
|
530
|
+
static get SetupWizardLearningCenterGeneralStep() { return new fx_models_1.Guid("accbe29d-82ee-433a-aa13-1237ce09ea81"); }
|
|
531
|
+
static get SetupWizardLearningCenterPropertiesStep() { return new fx_models_1.Guid("65005044-e744-432c-bb2d-b249391df84d"); }
|
|
532
|
+
static get SetupWizardNewsManagementGlobalNewsStep() { return new fx_models_1.Guid("66433585-45d7-4a8a-af0b-64a29cf3c398"); }
|
|
533
|
+
static get SetupWizardNewsManagementLocalNewsStep() { return new fx_models_1.Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); }
|
|
534
|
+
static get SetupWizardNewsManagementPropertiesStep() { return new fx_models_1.Guid("18a77776-3832-4776-a045-58e296dc8b01"); }
|
|
535
|
+
static get AttachSiteButton() { return new fx_models_1.Guid("2cff741d-3f85-46e3-b36f-143020d9a547"); }
|
|
536
|
+
static get AppEditing() { return new fx_models_1.Guid("c6d42107-01a5-4825-910e-4232aeac8b75"); }
|
|
537
|
+
static get SensitivityLabel() { return new fx_models_1.Guid("036c36b9-9a43-4829-aa09-01c6b5868a82"); }
|
|
538
|
+
static get SetupTeamwork() { return new fx_models_1.Guid("9f8b5841-8bcd-4de3-8000-c1f1c0deb062"); }
|
|
539
|
+
static get TeamworkActiveLastActivityMetricIndicator() { return new fx_models_1.Guid("11dddd47-19a4-4569-89d0-e5762d97a9ef"); }
|
|
540
|
+
static get TeamworkActiveLastActivityMetricDetail() { return new fx_models_1.Guid("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); }
|
|
541
|
+
static get TeamworkInactiveLastActivityMetricIndicator() { return new fx_models_1.Guid("bac2d261-df94-425b-847e-976496694295"); }
|
|
542
|
+
static get TeamworkInactiveLastActivityMetricDetail() { return new fx_models_1.Guid("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); }
|
|
543
|
+
static get LinkHandlerJourney() { return new fx_models_1.Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); }
|
|
544
|
+
static get AzureCognitiveProviderComponent() { return new fx_models_1.Guid("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); }
|
|
545
|
+
static get QRCode() { return new fx_models_1.Guid("090e7f29-06c9-4a2a-be58-57d0dac10341"); }
|
|
546
|
+
static get QRCodeSettings() { return new fx_models_1.Guid("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); }
|
|
547
|
+
static get TenantSetupWizardNode() { return new fx_models_1.Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); }
|
|
548
|
+
static get BusinessProfileSetupWizardNode() { return new fx_models_1.Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); }
|
|
549
|
+
static get TeamworkPermissionInput() { return new fx_models_1.Guid("240a15bb-2845-4ace-8408-6bc1d251b859"); }
|
|
550
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Renderer() { return new fx_models_1.Guid("84d11b73-19be-4191-8b63-564083c376f6"); }
|
|
551
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Settings() { return new fx_models_1.Guid("da2ab10e-0751-481b-8190-04f69178bc4c"); }
|
|
552
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Selection() { return new fx_models_1.Guid("a7bb250c-a401-4701-994d-845c61147fec"); }
|
|
553
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput() { return new fx_models_1.Guid("e18ff6ce-8bd0-4511-baad-8ebf31d5f9ca"); }
|
|
554
|
+
static get SignOffRequestsRollupFilter_Status_Renderer() { return new fx_models_1.Guid("eb9d51de-a42d-4fdc-832d-80838014c11f"); }
|
|
555
|
+
static get SignOffRequestsRollupFilter_Status_Settings() { return new fx_models_1.Guid("ba1b7041-57e8-4175-91c8-995c18f9aaa5"); }
|
|
556
|
+
static get SignOffRequestsRollupFilter_Status_Selection() { return new fx_models_1.Guid("586025d5-e9a1-4b84-9737-f6da29ca3b4a"); }
|
|
557
|
+
static get SignOffRequestsRollupFilter_Status_DefaultValueInput() { return new fx_models_1.Guid("1ab3ab1d-ff20-498b-b479-a2d39dd3a196"); }
|
|
558
|
+
static get SignOffRequestsRollupFilter_Type_Renderer() { return new fx_models_1.Guid("e135d092-ee7b-4cd9-b014-d013de56ada5"); }
|
|
559
|
+
static get SignOffRequestsRollupFilter_Type_Settings() { return new fx_models_1.Guid("688e5482-ec4b-45d1-ba0a-f20e783c0ce3"); }
|
|
560
|
+
static get SignOffRequestsRollupFilter_Type_Selection() { return new fx_models_1.Guid("aa32f8b8-df04-4934-be45-fd7394e9cc8d"); }
|
|
561
|
+
static get SignOffRequestsRollupFilter_Type_DefaultValueInput() { return new fx_models_1.Guid("b22476a7-e734-4e59-9525-e8547fa85d32"); }
|
|
562
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Renderer() { return new fx_models_1.Guid("7bee6655-ec92-4c5c-b780-a332fd8342be"); }
|
|
563
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Settings() { return new fx_models_1.Guid("f5a8c7a1-5be7-44b0-bd5a-d6f85cfd70e4"); }
|
|
564
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Selection() { return new fx_models_1.Guid("28b644c7-fc09-4325-a361-8f6968c1c5f9"); }
|
|
565
|
+
static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput() { return new fx_models_1.Guid("71418548-f409-42f4-b372-1d95d9ef5acf"); }
|
|
566
|
+
static get UserInformationBlockGroup() { return new fx_models_1.Guid("87ddfac4-0435-4da4-92f5-5173a4c86f19"); }
|
|
567
|
+
static get UserInformationBlockCore() { return new fx_models_1.Guid("f2067424-b6a9-4f40-b34b-cf71e7c93db8"); }
|
|
568
|
+
static get UserInformationBlockSettings() { return new fx_models_1.Guid("5f4d84f5-6d78-4be5-94b6-3f299d79b2aa"); }
|
|
569
|
+
static get UserInformationBlockSettingConfiguration() { return new fx_models_1.Guid("3fcfef27-9d19-435a-9745-f3006c5d3c7f"); }
|
|
570
|
+
static get UserInformationBlock() { return new fx_models_1.Guid("29f1772f-545e-4017-b9fa-d356c8192b66"); }
|
|
571
|
+
static get HttpCodeLayoutTenantJourney() { return new fx_models_1.Guid("a2b3a1be-68a8-49c2-8d60-5069174de7be"); }
|
|
572
|
+
static get HttpCodeLayoutBusinessProfileJourney() { return new fx_models_1.Guid("9b3a0a46-6267-48f3-b711-68bd16f62a66"); }
|
|
573
|
+
static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
|
|
574
|
+
static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
|
|
575
|
+
static get PeopleRollupOwnerFilterEngineRenderer() { return new fx_models_1.Guid("6f8fe50e-34d1-42c6-98ea-5596b24cd82b"); }
|
|
576
|
+
static get PeopleRollupScopeTypeFilterEngineRenderer() { return new fx_models_1.Guid("36a1c52f-d83b-4765-ab06-2ec697ce2635"); }
|
|
577
|
+
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty() { return new fx_models_1.Guid("597aabee-e343-47b5-b7b4-233368f15030"); }
|
|
578
|
+
static get PeopleRollupOwnerPropertySettings() { return new fx_models_1.Guid("f0ff3e9d-530c-4040-a5f0-76545f5bc120"); }
|
|
579
|
+
static get PeopleRollupOwnerPropertyDefaultValueInput() { return new fx_models_1.Guid("fd90c46f-f9b8-419e-9bb8-cd3e8395570a"); }
|
|
580
|
+
static get PeopleRollupUserTypeFilterEngineRenderer() { return new fx_models_1.Guid("8d596096-ff19-4475-8bf3-8af898997f68"); }
|
|
581
|
+
static get PeopleRollupFilterEngineSelectionsAreaUserTypeProperty() { return new fx_models_1.Guid("526399b7-c793-4cdf-ab2a-ddf0eaa889f1"); }
|
|
582
|
+
static get PeopleRollupUserTypePropertySettings() { return new fx_models_1.Guid("3e501989-5533-4417-b8c7-73cae126144a"); }
|
|
583
|
+
static get PeopleRollupUserTypePropertyDefaultValueInput() { return new fx_models_1.Guid("b0c2ef27-7a32-4937-9f51-9704b4555e0a"); }
|
|
584
|
+
static get FormTemplatesAdminBlade() { return new fx_models_1.Guid("36b3b1cc-1f61-4389-bf25-73d4e562cd91"); }
|
|
585
|
+
static get FormTypesAdminBlade() { return new fx_models_1.Guid("f2bc245e-9cfa-4296-8a99-e0abc311dab7"); }
|
|
586
|
+
static get FormQueryableProperties() { return new fx_models_1.Guid("5d366ff5-08e2-4d00-9a4c-7281716a7b1e"); }
|
|
587
|
+
static get FormRollupSettings() { return new fx_models_1.Guid("ee87dca1-ce77-47c3-95ae-6e80738734f3"); }
|
|
588
|
+
static get FormRollup() { return new fx_models_1.Guid("bf5d9b81-a725-4b85-b7c1-2542d9574284"); }
|
|
589
|
+
static get FormRollupListView() { return new fx_models_1.Guid("6511f625-9adc-4e3f-bd98-dc9df01f12e9"); }
|
|
590
|
+
static get FormRollupListViewSettings() { return new fx_models_1.Guid("ff6022ed-ee70-43c6-801c-d769066c33f2"); }
|
|
591
|
+
static get FormRollupFormView() { return new fx_models_1.Guid("425bec81-142f-4b87-8cc6-3bab4f97cb34"); }
|
|
592
|
+
static get FormRollupFormViewSettings() { return new fx_models_1.Guid("29a51766-0fac-4235-abf8-7dd21cc8f36c"); }
|
|
593
|
+
static get FormQuestionRenderer() { return new fx_models_1.Guid("11358173-b7ce-479b-8535-50e99df19371"); }
|
|
594
|
+
static get RecurrenceSetting() { return new fx_models_1.Guid("21a8d6b5-24ea-41fd-b977-b665718dbf51"); }
|
|
595
|
+
static get RecurrenceSettingBlade() { return new fx_models_1.Guid("79d6ef7a-c850-4bec-9fa0-9cab5dadd303"); }
|
|
596
|
+
static get RecurrenceSettingEditBlade() { return new fx_models_1.Guid("5e42f28c-a69d-4706-aa55-a03d90d89526"); }
|
|
597
|
+
static get RecurrenceSettingMenuBlade() { return new fx_models_1.Guid("9d21164d-8d7a-4d4c-a1f2-548501daf508"); }
|
|
598
|
+
static get ResourceSelectorBlade() { return new fx_models_1.Guid("180375fe-7804-46f5-ab75-8717c7b8b73e"); }
|
|
599
|
+
static get BusinessProfileFilterEngineRenderer() { return new fx_models_1.Guid("b6efdd67-b783-429b-817c-4fbcaf26eb70"); }
|
|
600
|
+
static get BusinessProfileFilterEngineSettings() { return new fx_models_1.Guid("7e649af3-81c8-4ec3-9405-249a5018b871"); }
|
|
601
|
+
static get BusinessProfileFilterEngineDefaultValueInput() { return new fx_models_1.Guid("bc5692b5-0d54-40c2-8777-e0f4d4810ddc"); }
|
|
602
|
+
static get BusinessProfileFilterEngineSelectionsArea() { return new fx_models_1.Guid("c78151cb-edc2-4d61-9897-ad269d939f89"); }
|
|
603
|
+
static get AppInstanceFilterEngineRenderer() { return new fx_models_1.Guid("86a1dbac-87bf-4d10-8d59-003a8b0cf06f"); }
|
|
604
|
+
static get AppInstanceFilterEngineSettings() { return new fx_models_1.Guid("2689637e-d336-4224-b91d-85c6a5f625b0"); }
|
|
605
|
+
static get AppInstanceFilterEngineDefaultValueInput() { return new fx_models_1.Guid("c7352795-fe4f-44da-b6ce-5334200f437e"); }
|
|
606
|
+
static get AppInstanceFilterEngineSelectionsArea() { return new fx_models_1.Guid("5808d4d8-db56-424b-ace7-a84501e0350e"); }
|
|
607
|
+
static get FormViewItem() { return new fx_models_1.Guid("ea2e21ff-d752-4d0d-84bb-51810a53521e"); }
|
|
608
|
+
static get FormStatusFilterEngineRenderer() { return new fx_models_1.Guid("2638caca-7acf-49b1-be9e-924327a2ad1a"); }
|
|
609
|
+
static get FormStatusFilterEngineSettings() { return new fx_models_1.Guid("fea6b108-c9cc-4ffd-9044-89e9e632ba42"); }
|
|
610
|
+
static get FormStatusFilterEngineSelectionsArea() { return new fx_models_1.Guid("77c771b4-5cce-4db4-8229-38ce362b9a64"); }
|
|
611
|
+
static get FormStatusFilterEngineDefaultValueInput() { return new fx_models_1.Guid("0f92d659-4323-4e68-9315-0416a26baa04"); }
|
|
612
|
+
}
|
|
613
|
+
exports.WebComponentManifests = WebComponentManifests;
|
|
614
|
+
class WebComponentElements {
|
|
615
|
+
static get AppProvisioningStepMember() { return "omnia-workplace-appprovisioning-memberstep"; }
|
|
616
|
+
}
|
|
617
|
+
exports.WebComponentElements = WebComponentElements;
|
|
618
|
+
class TenantReusableContentManifests {
|
|
619
|
+
static get AdminJourney() { return new fx_models_1.Guid("25f35a90-f1e0-49b5-952b-0a5dd40ee6fd"); }
|
|
620
|
+
static get AdminList() { return new fx_models_1.Guid("92b0954f-d92b-491a-946b-e1c6c17ef802"); }
|
|
621
|
+
static get AdminRegistration() { return new fx_models_1.Guid("196c367b-1df2-44e7-91b8-e49a28aabc95"); }
|
|
622
|
+
static get AdminResource() { return new fx_models_1.Guid("1563a7e3-b75e-4063-8a38-5e7e1cb7dae7"); }
|
|
623
|
+
}
|
|
624
|
+
exports.TenantReusableContentManifests = TenantReusableContentManifests;
|