@omnia/workplace 8.0.7-dev → 8.0.9-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +87 -2
  2. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/models/Constants.d.ts +89 -73
  4. package/internal-do-not-import-from-here/models/Constants.js +101 -85
  5. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +4 -4
  6. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +10 -10
  7. package/internal-do-not-import-from-here/models/GovernanceDashboards.js +1 -1
  8. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +3 -3
  9. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +575 -544
  10. package/internal-do-not-import-from-here/models/ManifestIds.js +575 -544
  11. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +7 -7
  12. package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +3 -3
  13. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +2 -2
  14. package/internal-do-not-import-from-here/models/Search.d.ts +6 -6
  15. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +5 -5
  16. package/internal-do-not-import-from-here/models/SearchProvider.d.ts +4 -4
  17. package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -3
  18. package/internal-do-not-import-from-here/models/SharedLink.d.ts +2 -2
  19. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +2 -2
  20. package/internal-do-not-import-from-here/models/Workspace.d.ts +4 -4
  21. package/internal-do-not-import-from-here/models/Workspace.js +4 -4
  22. package/internal-do-not-import-from-here/models/analytics/matomosite.d.ts +2 -2
  23. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +2 -2
  24. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +3 -3
  25. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -4
  26. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
  27. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +4 -4
  28. package/internal-do-not-import-from-here/models/forms/Form.d.ts +56 -29
  29. package/internal-do-not-import-from-here/models/forms/Form.js +19 -1
  30. package/internal-do-not-import-from-here/models/forms/FormApi.d.ts +20 -0
  31. package/internal-do-not-import-from-here/models/forms/FormApi.js +2 -0
  32. package/internal-do-not-import-from-here/models/forms/FormDialogModel.d.ts +4 -0
  33. package/internal-do-not-import-from-here/models/forms/FormDialogModel.js +2 -0
  34. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +3 -3
  35. package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +32 -0
  36. package/internal-do-not-import-from-here/models/forms/FormQuery.js +2 -0
  37. package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +36 -0
  38. package/internal-do-not-import-from-here/models/forms/FormTemplate.js +2 -0
  39. package/internal-do-not-import-from-here/models/forms/FormType.d.ts +21 -0
  40. package/internal-do-not-import-from-here/models/forms/FormType.js +2 -0
  41. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +83 -0
  42. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.js +9 -0
  43. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.d.ts +24 -0
  44. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.js +2 -0
  45. package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +14 -0
  46. package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +18 -0
  47. package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +20 -0
  48. package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.js +8 -0
  49. package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.d.ts +7 -0
  50. package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.js +2 -0
  51. package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.d.ts +11 -0
  52. package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.js +2 -0
  53. package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.d.ts +18 -0
  54. package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.js +2 -0
  55. package/internal-do-not-import-from-here/models/forms/components/index.d.ts +7 -0
  56. package/internal-do-not-import-from-here/models/forms/components/index.js +10 -0
  57. package/internal-do-not-import-from-here/models/forms/index.d.ts +6 -0
  58. package/internal-do-not-import-from-here/models/forms/index.js +6 -0
  59. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +2 -2
  60. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +2 -2
  61. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +2 -2
  62. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.d.ts +5 -5
  63. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +2 -2
  64. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +14 -14
  65. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +5 -5
  66. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +2 -2
  67. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +2 -2
  68. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +2 -2
  69. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +6 -6
  70. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +3 -3
  71. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +2 -2
  72. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +3 -3
  73. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +4 -4
  74. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -2
  75. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.d.ts +38 -0
  76. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.js +7 -0
  77. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.d.ts +10 -0
  78. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.js +2 -0
  79. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +7 -7
  80. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +2 -2
  81. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +3 -3
  82. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +5 -5
  83. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +4 -4
  84. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +3 -3
  85. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +7 -3
  86. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +5 -5
  87. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
  88. package/internal-do-not-import-from-here/models/signoffrequest/index.js +1 -0
  89. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.d.ts +2 -2
  90. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +2 -2
  91. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +3 -3
  92. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +2 -2
  93. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +7 -7
  94. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -2
  95. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -3
  96. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +4 -4
  97. package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +7 -7
  98. package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +3 -3
  99. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +3 -3
  100. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
  101. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +7 -7
  102. package/internal-do-not-import-from-here/services/{FormService.d.ts → form/FormService.d.ts} +7 -4
  103. package/internal-do-not-import-from-here/services/form/FormTemplateService.d.ts +12 -0
  104. package/internal-do-not-import-from-here/services/form/FormTypeService.d.ts +11 -0
  105. package/internal-do-not-import-from-here/services/form/index.d.ts +3 -0
  106. package/internal-do-not-import-from-here/services/index.d.ts +1 -1
  107. package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +40 -0
  108. package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +168 -6
  109. package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +3 -3
  110. package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -3
  111. package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +2 -2
  112. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +5 -6
  113. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +6 -5
  114. package/internal-do-not-import-from-here/stores/{FormStore.d.ts → form/FormStore.d.ts} +6 -4
  115. package/internal-do-not-import-from-here/stores/form/FormTemplateStore.d.ts +24 -0
  116. package/internal-do-not-import-from-here/stores/form/FormTypeStore.d.ts +24 -0
  117. package/internal-do-not-import-from-here/stores/form/index.d.ts +3 -0
  118. package/internal-do-not-import-from-here/stores/index.d.ts +1 -1
  119. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  120. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +2 -2
  121. package/internal-do-not-import-from-here/ux/MediaPickerProviderStorageWorkplaceContext.d.ts +31 -29
  122. package/internal-do-not-import-from-here/wctypings.d.ts +190 -55
  123. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +2 -2
  124. package/package.json +1 -1
  125. package/task.js +3 -2
  126. package/task.ts +3 -2
@@ -3,561 +3,592 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TenantReusableContentManifests = exports.WebComponentElements = exports.WebComponentManifests = exports.ResourceManifests = exports.WizardSetupConstant = exports.WPRoleDefinition = exports.GroupManifests = exports.ServiceDefinition = void 0;
4
4
  const fx_models_1 = require("@omnia/fx-models");
5
5
  class ServiceDefinition {
6
- static get Id() { return new fx_models_1.Guid("39df27aa-95f1-4a23-b3f6-8b231afcda82"); }
6
+ static get Id() { return (0, fx_models_1.guid)("39df27aa-95f1-4a23-b3f6-8b231afcda82"); }
7
7
  }
8
8
  exports.ServiceDefinition = ServiceDefinition;
9
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"); }
10
+ static get WorkplaceCommon() { return (0, fx_models_1.guid)("0588ce97-88d8-4903-8406-9310553ba4d7"); }
11
+ static get WorkplaceBusinessProfileHeaderActionMenuRegistrationCommon() { return (0, fx_models_1.guid)("72afa348-7e35-4d8f-9f86-cfca6f7e57c2"); }
12
+ static get WorkplaceHeader() { return (0, fx_models_1.guid)("007256e4-dbb7-4243-b437-c571b8b09323"); }
13
+ static get TeamCollabAppInSpfx() { return (0, fx_models_1.guid)("6c794ed9-3bb1-4673-b378-92eb31f5a848"); }
14
+ static get PostsFeedBlockGroup() { return (0, fx_models_1.guid)("102937e8-68d5-4294-8a79-7fddb9e58b8e"); }
15
15
  }
16
16
  exports.GroupManifests = GroupManifests;
17
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"); }
18
+ static get SharedLinksTenantAdmin() { return (0, fx_models_1.guid)("9d87e455-ed2b-4891-9738-cb014c9bb4db"); }
19
+ static get SharedLinksBPAdmin() { return (0, fx_models_1.guid)("778c0d53-23ec-4874-8843-86c6c9e55009"); }
20
+ static get AnnouncementsTenantAdmin() { return (0, fx_models_1.guid)("ae9cc8d3-f47f-49e5-81ad-633d428a2a26"); }
21
+ static get AnnouncementsBPAdmin() { return (0, fx_models_1.guid)("5fa0ced5-f7ab-4c7a-99d9-1f291cb08cc1"); }
22
+ static get SearchBPAdmin() { return (0, fx_models_1.guid)("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); }
23
+ static get GlobalSignOffRequestAdmin() { return (0, fx_models_1.guid)("d20507d0-41c0-43a2-8ffc-13e923362f9d"); }
24
+ static get AnalyticsBpReader() { return (0, fx_models_1.guid)("ab0d9a26-a89a-4117-bfee-0e3013e456e1"); }
25
25
  }
26
26
  exports.WPRoleDefinition = WPRoleDefinition;
27
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"); }
28
+ static get LocationPropertyTaxonomy() { return (0, fx_models_1.guid)("0e890b84-8b85-4312-a34a-fff321b21965"); }
29
+ static get OrganizationPropertyTaxonomy() { return (0, fx_models_1.guid)("9f9eb531-c0da-4b38-b860-93346dd9152a"); }
30
30
  }
31
31
  exports.WizardSetupConstant = WizardSetupConstant;
32
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 HttpCodeLayoutResource() { return new fx_models_1.Guid("b6785187-5ac7-4fa1-a36e-08298f778cad"); }
144
- static get HttpCodeLayoutBPRegistration() { return new fx_models_1.Guid("7e34f694-9a74-4741-bf2c-95ca05ade31a"); }
145
- static get HttpCodeLayoutTenantRegistration() { return new fx_models_1.Guid("93178fef-8fbe-4e01-9510-b0a358ffa3a8"); }
146
- static get AuthenticationScreenResources() { return new fx_models_1.Guid("47b5e3eb-3d80-487f-b60b-6ef072427c6d"); }
147
- static get SystemLayoutResource() { return new fx_models_1.Guid("73330813-6b59-4011-a2b9-c2a39dcfe807"); }
148
- static get SystemLayoutRegistration() { return new fx_models_1.Guid("a4c571d0-6127-4d38-8030-02c54c05f562"); }
33
+ static get Fx() { return (0, fx_models_1.guid)("491a5b75-e3d6-472a-8958-216be85b092a"); }
34
+ static get CommonChunk() { return (0, fx_models_1.guid)("fbcab6c3-9238-4a48-95b7-8ae67c11d925"); }
35
+ //public static get Core(): guid { return guid('6af269d3-1b0b-463d-80a1-39d1c3b1b50e'); }
36
+ static get AnnouncementsCore() { return (0, fx_models_1.guid)("0094ad1e-a9a5-4247-8776-d1e494139775"); }
37
+ static get SearchGeneral() { return (0, fx_models_1.guid)("cf6d8a91-009d-43db-bd0b-87d5180067c2"); }
38
+ static get SearchCore() { return (0, fx_models_1.guid)("b566ff6d-3a0b-4527-8623-8d2aae9d24a7"); }
39
+ static get SearchRegistration() { return (0, fx_models_1.guid)("94b44af4-d261-4bc6-9cc2-b5f0065ecb0b"); }
40
+ static get MyTasksCore() { return (0, fx_models_1.guid)("40fbddee-9f02-4446-8475-dc91aacfee95"); }
41
+ static get MyTaskNotificationPanelRegistration() { return (0, fx_models_1.guid)("de65da33-aa0f-4575-af87-58e166011a4d"); }
42
+ static get CustomSearchRegistration() { return (0, fx_models_1.guid)("6bf51949-66f6-412b-8d74-b316b078dfd7"); }
43
+ static get CompactHeaderApi() { return (0, fx_models_1.guid)("bcdd850a-b940-41e2-a754-56e741388317"); }
44
+ static get HeaderRegistration() { return (0, fx_models_1.guid)("75429a81-a22c-42eb-83ee-d8541b50fc60"); }
45
+ static get HeaderCore() { return (0, fx_models_1.guid)("21510952-bfdb-4c9e-a529-be5f4969e809"); }
46
+ static get FooterRegistration() { return (0, fx_models_1.guid)("f0626428-71b4-47e1-b817-4ba3cb96c88f"); }
47
+ static get ActionMenuRegistration() { return (0, fx_models_1.guid)("59078c0f-685f-4553-bd9c-7c429b1c4d1b"); }
48
+ static get AppLaunchRegistration() { return (0, fx_models_1.guid)("1f40e426-5256-48d1-b228-1de254151b1e"); }
49
+ static get QuickLinksCore() { return (0, fx_models_1.guid)("58cf6ee5-9f5c-422d-9327-d10790495d7b"); }
50
+ static get SharedLinksAdminCore() { return (0, fx_models_1.guid)("630e836b-1192-4573-901a-21e479db87a4"); }
51
+ static get MyLinksRegistration() { return (0, fx_models_1.guid)("59db81cc-4b2b-46da-94be-6fe75897488e"); }
52
+ static get AnnoucementRegistration() { return (0, fx_models_1.guid)("8256151f-1919-4e38-8f02-90f80c954574"); }
53
+ static get AnnouncementSettingsCore() { return (0, fx_models_1.guid)("3268aca3-9ffe-4644-b1ea-9629c7091991"); }
54
+ static get AnnoucementNotificationPanelRegistration() { return (0, fx_models_1.guid)("562bc298-070e-4653-8cc9-81d2c34baba4"); }
55
+ static get NotificationPanelRegistration() { return (0, fx_models_1.guid)("fba0c5fa-b0e3-4348-9351-ad90ff3162a4"); }
56
+ static get NotificationPanelRegistrationApi() { return (0, fx_models_1.guid)("f9c191c2-1c39-44f7-a23e-2be0c324e880"); }
57
+ static get SetupWizardRegistrationApi() { return (0, fx_models_1.guid)("547bd43c-c628-47b2-b6aa-fddacbb0d25e"); }
58
+ static get NotificationPanelCore() { return (0, fx_models_1.guid)("00cc0c0d-8487-4d05-bb4f-6cc5d9b1a8ba"); }
59
+ static get AdminShortcutRegistration() { return (0, fx_models_1.guid)("c69c7ea3-afbb-4fe8-a5fe-20dcd49306d9"); }
60
+ static get ActionMenuCore() { return (0, fx_models_1.guid)("6a26b189-f58e-433b-9ac6-2dedc734292a"); }
61
+ static get TutorialCore() { return (0, fx_models_1.guid)("97c57e75-a429-4f47-97c3-8dfb5cd66410"); }
62
+ static get TutorialRegistration() { return (0, fx_models_1.guid)("6090481e-c84d-4736-8230-d570861f4ca0"); }
63
+ static get TutorialActionMenuRegistration() { return (0, fx_models_1.guid)("2bef377b-b9a8-4578-9551-86901917fbd9"); }
64
+ static get TrelloCore() { return (0, fx_models_1.guid)("44c7c386-aebd-4e36-9f2c-6517398bfdbb"); }
65
+ static get TrelloCardNotificationPanelRegistration() { return (0, fx_models_1.guid)("1e839200-2173-486e-819b-e33e754c40e1"); }
66
+ static get SearchAdminCore() { return (0, fx_models_1.guid)("e4bebac2-d027-4363-8892-bb37f82b3329"); }
67
+ static get SearchTemplateApi() { return (0, fx_models_1.guid)("a319f3f1-f05b-4952-a5d4-19749e42a4bf"); }
68
+ static get ScopedPermissionApi() { return (0, fx_models_1.guid)("bea1c95e-baa8-412a-9caf-6288997e7ee3"); }
69
+ static get SearchCategoryProviderApi() { return (0, fx_models_1.guid)("da66bae7-498d-42f5-b300-eaf179a03f0a"); }
70
+ static get SearchTokenProviderApi() { return (0, fx_models_1.guid)("142f62fe-a32d-4a38-a3d3-e049589dfa5d"); }
71
+ static get DefaultSearchTokenProviderRegistration() { return (0, fx_models_1.guid)("7ae13d0f-5dbd-4da3-a631-95b86a6bcae2"); }
72
+ static get EnableMSTeamsDeepLinkExecution() { return (0, fx_models_1.guid)("67384113-6d0b-41cd-9029-c9941b489504"); }
73
+ static get TenantPeopleInfoJourney() { return (0, fx_models_1.guid)("2949577e-1902-4e2e-a58a-23dc0c0a22a5"); }
74
+ static get Favicon() { return (0, fx_models_1.guid)("a976468f-4aeb-47e6-afdd-18fc42f9a7c6"); }
75
+ static get Core() { return (0, fx_models_1.guid)("fda0b5ed-e28c-46db-9b56-ec3afd0639cf"); }
76
+ static get AdminRegistrations() { return (0, fx_models_1.guid)("b9f0bdb9-b997-48ce-a00e-232e238d19e4"); }
77
+ static get WorkplaceRegistrations() { return (0, fx_models_1.guid)("79d366df-face-4c38-9712-54b727f6fea7"); }
78
+ static get BusinessProfileAdminRegistrations() { return (0, fx_models_1.guid)("8e6c9764-1987-45b0-ab7a-7d919ee0e29a"); }
79
+ static get BusinessProfileMediaPickerRegistrations() { return (0, fx_models_1.guid)("1d6c539c-216e-4be5-8261-c14edf6e89fa"); }
80
+ static get TenantAdminMediaPickerRegistrations() { return (0, fx_models_1.guid)("04b16bb1-8896-44e1-95c1-81c57c20420b"); }
81
+ static get TenantAdminFaviconRegistrations() { return (0, fx_models_1.guid)("c38db08d-5e6c-4057-bc4f-c5800ea05c4b"); }
82
+ static get BusinessProfileAdminLanguage() { return (0, fx_models_1.guid)("0efcf37c-6bea-4f94-bd7d-07aeb9f9dc6c"); }
83
+ static get TenantRegionalRegistrations() { return (0, fx_models_1.guid)("17deb777-2e63-4579-950e-7e8c7214ae7f"); }
84
+ static get TenantHeaderRegistrations() { return (0, fx_models_1.guid)("7205df38-c426-4eda-9299-ad00c5d7307d"); }
85
+ static get TenantErrorInformationRegistrations() { return (0, fx_models_1.guid)("4001fba5-fffd-480e-a191-819070713d6b"); }
86
+ static get RichTextEditorSettingsRegistrations() { return (0, fx_models_1.guid)("fa61d7d1-3bdc-43cc-bc44-0de68acc322d"); }
87
+ static get BusinessProfilesCore() { return (0, fx_models_1.guid)("984816ee-3eda-45d9-bb0b-cda88cc89e17"); }
88
+ static get SecretsCore() { return (0, fx_models_1.guid)("2e299c8d-7b2d-4eb0-8878-94e883922735"); }
89
+ static get TenantAdminSettingsCore() { return (0, fx_models_1.guid)("8126ac2b-2b78-48b2-aa50-9fd70329946f"); }
90
+ static get GovernanceDashboardCore() { return (0, fx_models_1.guid)("9b6050c6-0ab0-4411-a523-82451d7428a6"); }
91
+ static get TenantAdminTextStyleRegistration() { return (0, fx_models_1.guid)("5c297170-8e0e-40cd-adb6-ceaad397922c"); }
92
+ static get TenantGeneralSettingsRegistration() { return (0, fx_models_1.guid)("709d1d2b-3292-4b22-8a4f-fac8d2cbec9a"); }
93
+ static get EnableInputMSTeamsUrl() { return (0, fx_models_1.guid)("2c54bad8-bef9-4196-9977-1f7d201c7603"); }
94
+ static get PeopleRollupCore() { return (0, fx_models_1.guid)("4edc94d1-af23-4eed-85e2-3128ba6d108e"); }
95
+ static get UserProfileCompletionCore() { return (0, fx_models_1.guid)("656897e7-182b-4aa9-a37b-4fd962615164"); }
96
+ static get SitePropertiesActionRegistration() { return (0, fx_models_1.guid)("004fbc07-7567-4f22-a397-d7defeac6c65"); }
97
+ static get SitePropertiesActionMenuRegistration() { return (0, fx_models_1.guid)("9c4f6d68-27a6-44a1-b5c8-12635498d4b3"); }
98
+ static get TeamNewsApi() { return (0, fx_models_1.guid)("808df227-0165-41f0-86ee-0f46af2c81ae"); }
99
+ static get TeamCollabAppTrackVisited() { return (0, fx_models_1.guid)("dff8c453-e084-44c2-a812-4ffbf7f2240e"); }
100
+ static get TeamCollabAppCore() { return (0, fx_models_1.guid)("2b29f232-1d12-4bda-82d4-4559aec456e0"); }
101
+ static get TeamNewsCore() { return (0, fx_models_1.guid)("0387ac21-2dff-456e-bf1d-960c6693af8a"); }
102
+ static get TeamCollaborationRollupCore() { return (0, fx_models_1.guid)("dbacd833-dd63-4cd9-a1a0-273556135654"); }
103
+ static get TeamCollaborationRollupViewRegistrations() { return (0, fx_models_1.guid)("e80c4ce7-6f9a-43fa-ab96-7b18d89a1489"); }
104
+ static get TeamCollaborationFacebookWorkplaceRegistration() { return (0, fx_models_1.guid)("4c9273f5-d510-4d14-9901-122bfcfde48c"); }
105
+ static get TeamCollabAppSettingsCore() { return (0, fx_models_1.guid)("229adfe9-bf76-4952-8ffe-2b48855fa366"); }
106
+ static get MySitesRegistration() { return (0, fx_models_1.guid)("34024e5b-a3eb-440b-b61f-c875754ac0d2"); }
107
+ static get TeamworkNavigationRegistration() { return (0, fx_models_1.guid)("93126a51-a3c3-4419-83e3-06355686609e"); }
108
+ static get TeamworkNavigationCore() { return (0, fx_models_1.guid)("3592ba6b-8795-44d9-a765-6efd4dfdd23c"); }
109
+ static get TaxonomyNavigationShareds() { return (0, fx_models_1.guid)("4afad6de-5d82-4ca6-909b-382a0868ae0d"); }
110
+ static get MetricsRegistrations() { return (0, fx_models_1.guid)("00e111a8-6295-4866-a448-a627ea0ddea5"); }
111
+ static get TaxonomyNavigationApis() { return (0, fx_models_1.guid)("04b53380-ab69-4b44-a315-61240c2eaadb"); }
112
+ static get EnterpriseGlossaryCore() { return (0, fx_models_1.guid)("fcdec413-f2b4-4ddb-b2d6-c95b29998c8c"); }
113
+ static get NavigationBarJourneyResources() { return (0, fx_models_1.guid)("33767ed5-32fb-451e-b300-779350671fe8"); }
114
+ static get Yammerfeed() { return (0, fx_models_1.guid)("1b1c9738-6acd-41a6-bc0b-c46ab5453709"); }
115
+ static get SignOffRequestCore() { return (0, fx_models_1.guid)("f7f75536-46e8-43d1-bc19-8fdf5dbc9518"); }
116
+ static get SignOffRequestRegistration() { return (0, fx_models_1.guid)("036b2efc-cad0-4dfa-a922-91ae0d75b319"); }
117
+ static get UserProfileCardEditingHandlerRegistration() { return (0, fx_models_1.guid)("2411590a-62da-4203-af50-9f514089c126"); }
118
+ static get ActionButtonSignOffRequestHandler() { return (0, fx_models_1.guid)("2675e44e-dd92-4784-a5bc-2b4c8d060589"); }
119
+ static get ActionButtonSignOffRequestHandlerRegistration() { return (0, fx_models_1.guid)("735da897-1665-42e6-9b30-60e978198ef8"); }
120
+ static get SetupWizardCommon() { return (0, fx_models_1.guid)("a491ba6f-29e7-4ef8-9cc7-c8ca5915f3af"); }
121
+ static get TeamworkAppTemplateWizardStore() { return (0, fx_models_1.guid)("1f1b347e-2057-4435-97c6-e802f9680221"); }
122
+ static get SearchConfigStore() { return (0, fx_models_1.guid)("161b21f8-f942-41e1-b05e-09f1dcde4047"); }
123
+ static get OmniaLanguagesComponentStore() { return (0, fx_models_1.guid)("7be65e8d-34b7-4a61-bd8e-ea46577aef72"); }
124
+ static get EnterprisePropertiesStore() { return (0, fx_models_1.guid)("1d9f8679-52c7-4773-9114-8e1c37797fc3"); }
125
+ static get TargetingPropertiesResources() { return (0, fx_models_1.guid)("d28747ac-6b44-4c29-a931-835b4dab97d0"); }
126
+ static get AdminSystemCore() { return (0, fx_models_1.guid)("183aec86-8ffd-4f33-91f3-23483c8e35bb"); }
127
+ static get PowerAppCore() { return (0, fx_models_1.guid)("96784918-b535-47db-955a-677d1b9138ef"); }
128
+ static get WorkspaceCommon() { return (0, fx_models_1.guid)("fa639f63-380e-4cc5-8ed1-f8f5b6ea7d5e"); }
129
+ static get PostsFeedBlockCore() { return (0, fx_models_1.guid)("9d5d0be1-208d-488f-9005-b181b7d47839"); }
130
+ static get SearchStatisticsMetricShared() { return (0, fx_models_1.guid)("1533f4b6-1484-4ecf-864a-8a446a5966cf"); }
131
+ static get SearchStatisticsMetricGroup() { return (0, fx_models_1.guid)("b9ee20a8-eee5-4355-8501-e15cb496a046"); }
132
+ static get LinkHandlerSettingsRegistration() { return (0, fx_models_1.guid)("a913821b-d91b-48f0-b356-97c0e7828afa"); }
133
+ static get TranslatorProviderRegistration() { return (0, fx_models_1.guid)("94352c19-675f-4aa9-9a59-b216808bd9c5"); }
134
+ static get QrCodeCore() { return (0, fx_models_1.guid)("643d8ebd-1097-403c-bc5d-c8045d5c6c5f"); }
135
+ static get TenantSetupWizardRegistration() { return (0, fx_models_1.guid)("1f765e6b-5ebf-4f7b-aa87-d05dc0b295e4"); }
136
+ static get BusinessProfileSetupWizardRegistration() { return (0, fx_models_1.guid)("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); }
137
+ static get SignOffRequestFilterCore() { return (0, fx_models_1.guid)("2d83d3d1-44a8-4fb4-9daa-a7249cea918b"); }
138
+ static get SignOffRequestFilterEngineContextProperties() { return (0, fx_models_1.guid)("81eb6793-8c18-449e-b498-82b8cec47faa"); }
139
+ static get SignOffRequestFilterEngineRequestedBy() { return (0, fx_models_1.guid)("36baf333-f291-4e89-bbfd-1b55208c670f"); }
140
+ static get SignOffRequestFilterEngineProgressStatus() { return (0, fx_models_1.guid)("f4f13adc-5ef4-4030-810d-8d470351cd58"); }
141
+ static get SignOffRequestFilterEngineStatus() { return (0, fx_models_1.guid)("e8a10f86-2be1-4f84-8cc6-f54480057c00"); }
142
+ static get SignOffRequestFilterEngineType() { return (0, fx_models_1.guid)("b6094948-9445-416d-9d27-22abce66ffa1"); }
143
+ static get HttpCodeLayoutResource() { return (0, fx_models_1.guid)("b6785187-5ac7-4fa1-a36e-08298f778cad"); }
144
+ static get HttpCodeLayoutBPRegistration() { return (0, fx_models_1.guid)("7e34f694-9a74-4741-bf2c-95ca05ade31a"); }
145
+ static get HttpCodeLayoutTenantRegistration() { return (0, fx_models_1.guid)("93178fef-8fbe-4e01-9510-b0a358ffa3a8"); }
146
+ static get AuthenticationScreenResources() { return (0, fx_models_1.guid)("47b5e3eb-3d80-487f-b60b-6ef072427c6d"); }
147
+ static get SystemLayoutResource() { return (0, fx_models_1.guid)("73330813-6b59-4011-a2b9-c2a39dcfe807"); }
148
+ static get SystemLayoutRegistration() { return (0, fx_models_1.guid)("a4c571d0-6127-4d38-8030-02c54c05f562"); }
149
+ static get FormSharedComponentCore() { return (0, fx_models_1.guid)("fe1500ae-cec0-4f86-9cf9-b6e6ad58be36"); }
150
+ static get FormRollupCore() { return (0, fx_models_1.guid)("ce661fe3-ada7-4db9-ae46-a928035298e9"); }
151
+ static get FormRollupFilterEngineFormScope() { return (0, fx_models_1.guid)("c37302df-8ee3-4d49-8a6c-11f3df4ae4d5"); }
152
+ static get FormRollupFilterEngineContextProperties() { return (0, fx_models_1.guid)("87c0c090-5a82-43ad-aadd-41e8d8309f29"); }
149
153
  }
150
154
  exports.ResourceManifests = ResourceManifests;
151
155
  class WebComponentManifests {
152
- static get FaviconSettings() { return new fx_models_1.Guid("88932da6-b22f-4bc0-9351-c700308edfcc"); }
153
- static get FaviconJourney() { return new fx_models_1.Guid("57e5bf35-ed12-4815-bcc5-925f6415ab01"); }
154
- static get ActionButtonSignOffRequestSettings() { return new fx_models_1.Guid("58e5a275-426e-4834-889f-baf1e4a3a5b0"); }
155
- static get DefaultSearchTemplate() { return new fx_models_1.Guid("a045f3b7-9b3b-4783-9763-bbc9c6ec483c"); }
156
- static get SharedLinkSimpleListingSearchTemplate() { return new fx_models_1.Guid("14a49fd1-2712-4e65-a300-3ae78feb7326"); }
157
- static get SharedLinkAppIconSearchTemplate() { return new fx_models_1.Guid("86909328-1987-45b3-bf20-01680c6ff884"); }
158
- static get SearchConfig() { return new fx_models_1.Guid("64fb9421-2dba-4861-a949-4fafa2599b4e"); }
159
- static get SearchConfigAddOrEditBlade() { return new fx_models_1.Guid("6d218ec0-bf28-47e2-ab6d-1ebdf759c80f"); }
160
- static get PromotedSearchResultJourney() { return new fx_models_1.Guid("14bd1089-d501-412f-a569-ca915308e541"); }
161
- static get SearchFeedbackJourney() { return new fx_models_1.Guid("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); }
162
- static get SearchStatisticsJourney() { return new fx_models_1.Guid("6b0a110e-478a-4c3d-875b-d89da7296c43"); }
163
- static get QuickSearchConfig() { return new fx_models_1.Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); }
164
- static get QuickSearchCategoriesConfig() { return new fx_models_1.Guid("4190870d-6df6-4f35-9ea8-7cae2105b7e9"); }
165
- static get AdvenceSearchConfig() { return new fx_models_1.Guid("e5da6df9-7c88-4413-9f75-b8635429cc16"); }
166
- static get AdvancedSearchCategoriesConfig() { return new fx_models_1.Guid("10303262-f456-4f79-be31-71bd32a32dab"); }
167
- static get DateTimeRefinerComponent() { return new fx_models_1.Guid("0d3db85a-72f7-4f60-a404-8648101ab0b3"); }
168
- static get CustomSearch() { return new fx_models_1.Guid("B3D32D30-B779-489C-88AB-F3BA03724105"); }
169
- static get ActionMenu() { return new fx_models_1.Guid("e626020a-2d95-410f-8c3d-ec2127418b26"); }
170
- static get ActionMenuAdmin() { return new fx_models_1.Guid("c2f552f7-2ec3-42d8-8bdb-254712201b7e"); }
171
- static get TrelloCards() { return new fx_models_1.Guid("22B707E0-41F6-47D2-BE57-1F3A2B9DD6C2"); }
172
- static get TrelloCardsSettings() { return new fx_models_1.Guid("16F2DB40-C063-4A19-ACEE-4903253C57D6"); }
173
- static get Announcements() { return new fx_models_1.Guid("8fa1fb85-39ef-4be8-9611-f6c7ec029772"); }
174
- static get HighPrioAnnouncements() { return new fx_models_1.Guid("0703dffa-07ff-4ed1-8d1d-93621cbd5661"); }
175
- static get HighPrioAnnouncementsSettings() { return new fx_models_1.Guid("83817cc6-d238-412e-95bf-312ae18c9a26"); }
176
- static get AnnouncementsSettings() { return new fx_models_1.Guid("692af0e8-5fe8-4417-b6f5-cea4b8ef2189"); }
177
- static get AnnouncementsBusinessProfileJourney() { return new fx_models_1.Guid("6cea863b-26a2-4bce-abc8-81b8ed9bbd47"); }
178
- static get AnnouncementsTenantAdminJourney() { return new fx_models_1.Guid("d6207946-eb85-4ee6-8ec3-b4f7d488e7bc"); }
179
- static get AnnouncementsAdminListingBlade() { return new fx_models_1.Guid("1ee1d73c-ced8-4764-8898-a86016fe621b"); }
180
- static get AnnouncementsAdminAddOrEditBlade() { return new fx_models_1.Guid("5c4ff1dc-a2b8-442e-86df-a80e2a3c941e"); }
181
- static get AnnouncementsAdminTypeAndStatusBlade() { return new fx_models_1.Guid("49f62e32-9ad0-4409-92b6-77e9b570dbdb"); }
182
- static get FavoriteButtonLinkHandlerSettings() { return new fx_models_1.Guid("6b264a8a-74c7-4e2f-a9cb-4f65e26adb46"); }
183
- static get FavoriteButtonLinkHandlerRegistration() { return new fx_models_1.Guid("7be9388d-501a-4760-bfe8-6a2be6450efe"); }
184
- static get FavoriteButtonLinkHandlerSubscription() { return new fx_models_1.Guid("7ca3bc3d-1aea-4296-a8d0-f159305ba704"); }
185
- static get AdminShortcutActionRegistration() { return new fx_models_1.Guid("659acb42-ce4b-4d38-86cd-1718eae299f9"); }
186
- static get AdminShortcutActionHandler() { return new fx_models_1.Guid("e3f0e650-770d-45dd-a04c-972e2ee4f27b"); }
187
- static get TeamworkNavigationActionRegistration() { return new fx_models_1.Guid("cf4fb21c-b5d1-4c43-8439-df5c4c8b24d8"); }
188
- static get TeamworkNavigationActionHandler() { return new fx_models_1.Guid("277417eb-1f06-454c-ac37-4a6f4b30917b"); }
189
- static get NotificationPanelActionRegistration() { return new fx_models_1.Guid("2b77b763-a1ba-48f8-b0e0-eea42eff0e41"); }
190
- static get NotificationPanelActionHandler() { return new fx_models_1.Guid("6cbd9d45-a618-46b0-8245-4811899142f2"); }
191
- static get TutorialActionRegistration() { return new fx_models_1.Guid("2241765b-a0b9-4cda-a4e7-c5269b77107f"); }
192
- static get TutorialActionHandler() { return new fx_models_1.Guid("870182cc-d9c2-43e1-8c50-5dcaeedd70b7"); }
193
- static get MyLinkActionRegistration() { return new fx_models_1.Guid("58862291-22dc-40c8-aa4b-0cd7e5333f5b"); }
194
- static get MyLinkActionHandler() { return new fx_models_1.Guid("37c0b31a-36f4-4092-911d-ea7edabd4351"); }
195
- static get StrengthenProfileActionRegistration() { return new fx_models_1.Guid("fcf993d7-1d72-4259-aca2-bde999179fe6"); }
196
- static get StrengthenProfileActionHandler() { return new fx_models_1.Guid("5fcbc456-87d4-4c96-b6f2-dcc9f7f61cb3"); }
197
- static get QuickSearchActionRegistration() { return new fx_models_1.Guid("c6ac506c-bff2-4552-901d-a5aa2b1052bb"); }
198
- static get QuickSearchActionHandler() { return new fx_models_1.Guid("84599507-bd33-4b1b-9aa8-72614aae89b5"); }
199
- static get ShareActionSettings() { return new fx_models_1.Guid("98f920a1-02bc-4f6f-96ea-b89eb2b505de"); }
200
- static get ShareActionRegistration() { return new fx_models_1.Guid("50c7754d-ddfb-4d49-8143-6f2172653db3"); }
201
- static get ShareActionHandler() { return new fx_models_1.Guid("8b88cb04-6ac1-4758-97ee-336be7b49993"); }
202
- static get CreateAppActionHandler() { return new fx_models_1.Guid("8a5e77f6-65b0-46fc-9c78-32e8d0a6f0ae"); }
203
- static get YammerfeedSettings() { return new fx_models_1.Guid("6d64ca21-9b86-4def-9ddb-2f55e92b1a8d"); }
204
- static get Yammerfeed() { return new fx_models_1.Guid("aa32a6a4-9d12-4fda-a68f-8b8fc836fe91"); }
205
- static get SearchHeader() { return new fx_models_1.Guid("76323e70-3a54-4294-a74f-fd70f3b6c447"); }
206
- static get Search() { return new fx_models_1.Guid("07bf6982-5112-4ed4-80ce-721521e9aa1f"); }
207
- static get SearchBlock() { return new fx_models_1.Guid("103755a1-c49e-4e34-85b4-c94f541894a7"); }
208
- static get SearchBlockSettings() { return new fx_models_1.Guid("1c6045e8-ac28-4005-88eb-5d81857060bb"); }
209
- static get QuickSearch() { return new fx_models_1.Guid("24c33a66-12d8-4d62-8142-fd0486dcd9ed"); }
210
- static get AdvancedSearch() { return new fx_models_1.Guid("6f8e12f7-3379-4722-854d-1f8e83b722b2"); }
211
- static get SearchAdmin() { return new fx_models_1.Guid("7843b606-9207-4563-80da-c8fb07e6b927"); }
212
- static get SearchAdminRegistration() { return new fx_models_1.Guid("8c97d118-f0d9-44fe-9ef5-ed107e6401d2"); }
213
- static get SharePointSearchProviderSettings() { return new fx_models_1.Guid("d9a4ee6a-4030-47ff-9f8d-438d71aad39c"); }
214
- static get MicrosoftSearchProviderSettings() { return new fx_models_1.Guid("b94f27fb-cf98-4d4d-9ebb-dc0cdf6f3893"); }
215
- static get SharedLinksSearchProviderSettings() { return new fx_models_1.Guid("531dde74-4a66-4990-b0c1-b0fb979371e4"); }
216
- static get QuickSearchActionHandlerSettings() { return new fx_models_1.Guid("b8a22e34-3162-443e-9260-1e4fc8eb0310"); }
217
- static get SearchSettings() { return new fx_models_1.Guid("60d18833-efb0-456d-8359-fea6c82701b7"); }
218
- static get SearchStatisticsMetricIndicator() { return new fx_models_1.Guid("f3c88c39-9d56-4f4a-9841-2272bd275428"); }
219
- static get SearchStatisticsNoOfQueryMetricIndicator() { return new fx_models_1.Guid("7fb2948c-286e-4de9-b25a-7594bd472c65"); }
220
- static get SearchStatisticsAbandonedQueryMetricIndicator() { return new fx_models_1.Guid("1588c9e5-835c-4258-990f-26ade94a385a"); }
221
- static get SearchStatisticsNoResultQueryMetricIndicator() { return new fx_models_1.Guid("cfa2aa9e-7a04-4622-97f9-22913ac7b326"); }
222
- static get SearchStatisticsNoOfQueryMetricDetail() { return new fx_models_1.Guid("54527b07-2873-4b75-8903-ef174c769d60"); }
223
- static get SearchStatisticsAbandonedQueryMetricDetail() { return new fx_models_1.Guid("c9142c33-cd05-4a71-a12c-08d86a4db6a8"); }
224
- static get SearchStatisticsNoResultQueryMetricDetail() { return new fx_models_1.Guid("93813bd7-ddae-4bca-aef3-0c12761e97d9"); }
225
- static get SearchStatisticsMetricScopeFilter() { return new fx_models_1.Guid("30f3b28c-9f8b-4801-8509-8d51de1db362"); }
226
- static get MyTasks() { return new fx_models_1.Guid("299D1ADC-8762-4AA5-B92D-83D03B633DEE"); }
227
- static get MyTasksSettings() { return new fx_models_1.Guid("A5C84795-B70F-4A88-AD46-B315E5AE5496"); }
228
- static get MyTasksSiteGroupView() { return new fx_models_1.Guid("0987DBA0-4C0A-4AC8-A762-9348B3F16412"); }
229
- static get TasksSimpleListingView() { return new fx_models_1.Guid("1A9AF446-969E-4E1E-8FE3-02C288D1A737"); }
230
- static get Logo() { return new fx_models_1.Guid("e556c401-dfce-48e8-b4e9-23a14755dcdd"); }
231
- static get LogoSettings() { return new fx_models_1.Guid("a119b69d-b10a-4c6e-b709-878ee4800163"); }
232
- static get Header() { return new fx_models_1.Guid("63346575-5418-4e0c-9693-3e923929b58b"); }
233
- static get FullHeader() { return new fx_models_1.Guid("f769db43-ace1-4ee1-bdf7-8ace85ac71a2"); }
234
- static get CompactHeader() { return new fx_models_1.Guid("27241e79-ab2e-4ebe-9047-b779ec4e7398"); }
235
- static get HeaderSettings() { return new fx_models_1.Guid("fef52f65-d4e9-4d6b-85b7-ffc94383f577"); }
236
- static get FooterComponent() { return new fx_models_1.Guid("839a30ea-2733-4a82-aa5b-b15dd502137e"); }
237
- static get FooterCore() { return new fx_models_1.Guid("58552fa6-0533-498d-82fd-319f7db6837c"); }
238
- static get FooterSettings() { return new fx_models_1.Guid("9bec119b-f8b8-4fef-9246-263748793629"); }
239
- static get UserMenu() { return new fx_models_1.Guid("ff8336d1-9558-45ff-84a5-9043adea65c0"); }
240
- static get UserMenuCore() { return new fx_models_1.Guid("b77aa1bd-9392-424c-9e20-b88e6b749aa4"); }
241
- static get CompactUserMenu() { return new fx_models_1.Guid("88d642cc-300e-4bf4-96b9-fd5f6d35c186"); }
242
- static get UserAccessibilitySetting() { return new fx_models_1.Guid("69d180bd-b115-4d5c-bafa-db8f5d52a7c1"); }
243
- static get UserAccessibilityJumpToContent() { return new fx_models_1.Guid("ffba73c2-b9a2-4c55-a01e-363287723e0b"); }
244
- static get AccessibilityStyle() { return new fx_models_1.Guid("bb54ab75-69c3-4472-a0b5-9e0badb1397a"); }
245
- static get OmniaSystemLanguageSetting() { return new fx_models_1.Guid("ebca9185-a2a3-483f-8827-07d103f25f15"); }
246
- static get OmniaLanguagesComponent() { return new fx_models_1.Guid("d687c247-a25a-4321-b6ef-70edf162fc52"); }
247
- static get DocumentDirectionSetting() { return new fx_models_1.Guid("8a35b5ee-118f-4be8-b12b-cef340d8bbbc"); }
248
- static get DocumentDirectioJumpToContent() { return new fx_models_1.Guid("16c1a389-77d2-467c-acc7-57b9f499f4ed"); }
249
- static get DocumentDirectionStyle() { return new fx_models_1.Guid("a65e0a65-8ae8-4434-9cff-5fa72ba3d1ca"); }
250
- static get MyLinksNavigation() { return new fx_models_1.Guid("fe39c5e9-95cb-43cf-ab3f-7422dcf29030"); }
251
- static get QuickLinksViewComponent() { return new fx_models_1.Guid("cdd9e41d-b784-4adb-bbb4-5ccb0568a92b"); }
252
- static get QuickLinksEditComponent() { return new fx_models_1.Guid("56d4552e-0a49-4a7b-ab89-6dc355ad076e"); }
253
- static get QuickLinksCreateComponent() { return new fx_models_1.Guid("c4ba1eef-5137-48f0-ba72-7d29162145bb"); }
254
- static get QuickLinksComponent() { return new fx_models_1.Guid("12180b4d-535f-488d-99dd-b53544b7aa30"); }
255
- static get AppLaunchComponent() { return new fx_models_1.Guid("B5264AA5-091B-49F5-B14F-D495D6EC5009"); }
256
- static get CompactAppLaunchComponent() { return new fx_models_1.Guid("78ea7839-2483-4a05-8a17-efd750402a7e"); }
257
- static get AppLaunchRegistration() { return new fx_models_1.Guid("F7861B4B-6856-450D-A633-27EF4D617283"); }
258
- static get SharedLinkListingsBlade() { return new fx_models_1.Guid("f2450b17-ae8c-4350-b467-6052e9f46e5e"); }
259
- static get SharedLinkAddOrEditBlade() { return new fx_models_1.Guid("ce61a633-2caf-4895-bda9-94b8553a00d2"); }
260
- static get BusinessProfileAdminSharedLinksJourney() { return new fx_models_1.Guid("1d421d8c-6eb8-47ec-9aa7-c0dac3b104f8"); }
261
- static get TenantAdminSharedLinksJourney() { return new fx_models_1.Guid("a862a464-61d5-4617-91f0-ec495776fbe8"); }
262
- static get QuickLinkSetting() { return new fx_models_1.Guid("64b86fee-3f66-437f-887c-ffdd3514166f"); }
263
- static get MyLinkSetting() { return new fx_models_1.Guid("4022a6f7-4c56-4338-bb27-7f04c3fedacb"); }
264
- static get TrelloCardView() { return new fx_models_1.Guid("C69406EA-86EC-4FC4-99FF-626918C4465D"); }
265
- static get QuickLinkSimpleList() { return new fx_models_1.Guid("d031f476-a71d-47ff-8f08-817a63f0f956"); }
266
- static get QuickLinkAppIconList() { return new fx_models_1.Guid("eb09bd9c-564c-4205-8c58-b3ed405403d4"); }
267
- static get QuickLinksAppLaunchView() { return new fx_models_1.Guid("5D34D10F-0067-418E-8C67-C28A99007A7F"); }
268
- static get ImportantAnnouncementView() { return new fx_models_1.Guid("338653de-6640-40af-bd40-41a83d24da2e"); }
269
- static get HighPriorityAnnouncementView() { return new fx_models_1.Guid("f32d1086-254c-4398-a8e7-a277b3b60a7c"); }
270
- static get AnnouncementLikeComment() { return new fx_models_1.Guid("757162be-a480-445d-a0ee-a8c25accdd64"); }
271
- static get NotificationPanelHeader() { return new fx_models_1.Guid("1fc95b02-8bab-468b-a2bb-19e2a7752c55"); }
272
- static get NotificationPanelHeaderSettings() { return new fx_models_1.Guid("f9541602-33bd-4d16-a2d7-3ef335d527a0"); }
273
- static get NotificationPanel() { return new fx_models_1.Guid("65774a9f-d489-4352-9e97-b4939601532a"); }
274
- static get NotificationPanelSettings() { return new fx_models_1.Guid("47bd0626-08d9-4899-9034-c2eb21f7452b"); }
275
- static get NotificationPanelsAdmin() { return new fx_models_1.Guid("c4198968-3512-4694-b153-3c7318f3d6b7"); }
276
- static get NotificationPanelBlockSettings() { return new fx_models_1.Guid("8065dc84-fbd8-4838-800c-8bc59a0c741c"); }
277
- static get AdminShortcut() { return new fx_models_1.Guid("7c59fff9-3845-4206-b8ea-c879ff000246"); }
278
- static get TutorialAdmin() { return new fx_models_1.Guid("BC901429-60C1-4528-B047-9AAF7C23D01A"); }
279
- static get TutorialAdminTenant() { return new fx_models_1.Guid("E0366FB9-A6D4-44FF-8F21-AA9E9D41CD77"); }
280
- static get TutorialPageSetting() { return new fx_models_1.Guid("23A3A95E-8830-46D7-BF76-180FE079531C"); }
281
- static get Tutorial() { return new fx_models_1.Guid("47544822-FDA5-450A-9294-A5ACA8A770E0"); }
282
- static get ProfileMenu() { return new fx_models_1.Guid("4763bc36-d35d-4334-8b88-5408d489b03e"); }
283
- static get TeamworkAppAppendInformationInput() { return new fx_models_1.Guid("82c48df4-c8ee-472d-8c8b-7a6f16c2987c"); }
284
- static get M365GroupAppInformationInput() { return new fx_models_1.Guid("d593c93c-4228-487e-bfde-5b6e21d61cab"); }
285
- static get BusinessProfileJourney() { return new fx_models_1.Guid("2b69d826-807c-470e-9db1-0a19bba2d1e0"); }
286
- static get BusinessProfileSettings() { return new fx_models_1.Guid("4b86a436-4255-448c-a502-e1daeb94d142"); }
287
- static get BusinessProfileTheme() { return new fx_models_1.Guid("61499843-fa3a-47c8-b935-8e3c27c68f1b"); }
288
- static get TenantMediaPicker() { return new fx_models_1.Guid("37329e5d-5cf7-4ff1-ba63-3ce14b88e51c"); }
289
- static get TenantMediaPickerCore() { return new fx_models_1.Guid("7e8bedff-1e6f-412d-9b5d-3af801780310"); }
290
- static get BusinessProfileMediaPicker() { return new fx_models_1.Guid("3d403752-2b3e-4cfe-8ba0-da7fb4e8e0ba"); }
291
- static get BusinessProfileMediaPickerCore() { return new fx_models_1.Guid("36fe7ee6-e834-4eec-b5dd-2a83667c91a6"); }
292
- static get CentralImageLocations() { return new fx_models_1.Guid("0bebb289-f3fc-4838-a032-4a9f20c605c1"); }
293
- static get MediaPickerGeneral() { return new fx_models_1.Guid("0aa2c49f-500d-4d1c-a31a-9ecbf80d3882"); }
294
- static get MediaPickerScalingSettingsListing() { return new fx_models_1.Guid("19b22417-acb6-41c1-96f9-47ea4d60f4b2"); }
295
- static get MediaPickerFileSizeLimitSettings() { return new fx_models_1.Guid("ab1f3fec-ab21-4791-98cc-3a4934b6625d"); }
296
- static get MediaPickerCropRatios() { return new fx_models_1.Guid("a49a79f5-9f1e-471d-813f-12926f411f9c"); }
297
- static get BusinessProfileLanguage() { return new fx_models_1.Guid("936D6849-3488-4A6F-B16C-91B0C625E837"); }
298
- static get AppTemplatesCustomStepMember() { return new fx_models_1.Guid("bfc04495-50cb-4de6-9983-f53997f3fbe2"); }
299
- static get EnterprisePropertiesJourney() { return new fx_models_1.Guid("e98dd24f-7bfa-4704-ad5e-85510cbe3d37"); }
300
- static get TenantSecretsJourney() { return new fx_models_1.Guid("1d60e6da-39df-4458-b621-3b4d64bf2843"); }
301
- static get BusinessProfileSecretsJourney() { return new fx_models_1.Guid("b52c92f6-5574-4e1d-a37f-ca6159c9eb1d"); }
302
- static get TargetingPropertiesJourney() { return new fx_models_1.Guid("9433e3d2-89d2-434b-93b2-0f7be4578979"); }
303
- static get EnterprisePropertyCategoriesJourney() { return new fx_models_1.Guid("dbe61fac-1b82-4db6-aca3-12e95a86274f"); }
304
- static get AppProvisioningStepMemberStep() { return new fx_models_1.Guid("cfc748f2-4d9e-4629-ad61-3a6694da4ad9"); }
305
- static get AppTemplateStepComponentBase() { return new fx_models_1.Guid("69d4ae5d-874c-4988-bd16-4489a82fdab1"); }
306
- static get NavigationBar() { return new fx_models_1.Guid("a3692055-a31c-417a-8c7f-34784bd8f079"); }
307
- static get NavigationBarChrome() { return new fx_models_1.Guid("e053c706-1669-418f-badc-6f5ccaf72caa"); }
308
- static get WorkplaceWarning() { return new fx_models_1.Guid("4bca1556-ac2e-4d87-9a53-c1ab6adb2d58"); }
309
- static get WorkplacePreviewDisclaimer() { return new fx_models_1.Guid("bd56271c-db61-4f36-9c99-2fb1bb9079f6"); }
310
- static get AdminHeaderSettings() { return new fx_models_1.Guid("47f4c610-3c26-4698-90c4-ae0ff52d697f"); }
311
- static get AdminHeaderSettingsCore() { return new fx_models_1.Guid("5afb16df-86d8-4561-b35a-92f5f8fbe5e2"); }
312
- static get PropertySetsJourney() { return new fx_models_1.Guid("813c8357-aa75-489f-b022-f5c7b0a02443"); }
313
- static get PropertiesJourney() { return new fx_models_1.Guid("95F6E9A4-F728-4543-9986-44BF59323C76"); }
314
- static get PropertyArchiveJourney() { return new fx_models_1.Guid("f24e9874-7c5e-415c-8513-5d3a591c18f0"); }
315
- static get QueryablePropertiesJourney() { return new fx_models_1.Guid("19997524-d6bc-4fc2-a411-bd1e3faf661b"); }
316
- static get AppPropertiesJourney() { return new fx_models_1.Guid("b830a978-3f58-4951-a2d8-1e2b2009a126"); }
317
- static get RichTextEditorSettings() { return new fx_models_1.Guid("ECE24F01-1E63-4C2A-BBFF-F713F9DDE5C3"); }
318
- static get TenantHeader() { return new fx_models_1.Guid("45AFC3A3-23E2-4947-AB8D-FA937B033298"); }
319
- static get TenantRegional() { return new fx_models_1.Guid("fcf7035a-4e22-428f-bcdd-47843d4882ba"); }
320
- static get TenantAdminSetting() { return new fx_models_1.Guid("5618d436-945b-4fdf-b432-93dac1a541a6"); }
321
- static get TenantLocalizationAdmin() { return new fx_models_1.Guid("b4f33fbe-c8ed-473f-8d25-84f35154a981"); }
322
- static get TenantAdministratorPermissionJourney() { return new fx_models_1.Guid("af0c761e-8ba5-4dee-858c-a7593adcce76"); }
323
- static get BusinessProfileAdministratorPermissionJourney() { return new fx_models_1.Guid("01dbddb7-0b1a-48dc-af16-cd4f534cd2de"); }
324
- static get TenantLogoSettings() { return new fx_models_1.Guid("5C4689DC-CB79-4138-8300-F8B99D550C35"); }
325
- static get ErrorInformation() { return new fx_models_1.Guid("b2402e98-de00-440b-9084-5460f5d8d2ff"); }
326
- static get SystemAccountForm() { return new fx_models_1.Guid("0f7957bf-937e-4563-992a-f142e027d1d2"); }
327
- static get YammerAppForm() { return new fx_models_1.Guid("352e23d3-9a20-40f7-8699-1b9796032e3a"); }
328
- static get GovernanceDashboard() { return new fx_models_1.Guid("8b58ab03-7af5-47f1-a82d-290964567cc9"); }
329
- static get GovernanceDashboardSettings() { return new fx_models_1.Guid("e3378939-f5a4-45e3-98bf-e2f9c70a78ef"); }
330
- static get GovernanceDashboardEditor() { return new fx_models_1.Guid("88896064-02b1-451f-ac47-ed6b4c90b4e3"); }
331
- static get TextStyles() { return new fx_models_1.Guid("67982bb7-524f-4e91-9b2f-05bd2ab3c088"); }
332
- static get TenantGeneralSettings() { return new fx_models_1.Guid("62529631-696b-457b-bc04-18c888fc940f"); }
333
- static get PeopleRollup() { return new fx_models_1.Guid("b5a5fd89-a18c-4c0e-9087-7cb3556bede5"); }
334
- static get PeopleRollupSettings() { return new fx_models_1.Guid("7d4ad6a0-4228-409e-ba6e-f23fc8b528b8"); }
335
- static get PeopleRollupBreakpointSettings() { return new fx_models_1.Guid("4c8d688c-7d68-4b6a-afcb-f0d9acfca585"); }
336
- static get PeopleRollupCardView() { return new fx_models_1.Guid("714ca471-9a03-4904-bf8d-dd004f68c739"); }
337
- static get PeopleRollupCardViewSettings() { return new fx_models_1.Guid("3d27c8d2-51e7-447f-92fb-7b2e30e94705"); }
338
- static get PageRollupRollerViewSettings() { return new fx_models_1.Guid("0d2c2989-adc4-46b5-a2a7-a594177420f1"); }
339
- static get PageRollupRollerView() { return new fx_models_1.Guid("2bb232b8-130c-44a7-ab02-f49a1e604041"); }
340
- static get PersonSearchTemplate() { return new fx_models_1.Guid("6628abdf-153a-492d-8be0-b0351a11bfcf"); }
341
- static get UserProfileCompletion() { return new fx_models_1.Guid("c67badd3-d4bd-46cf-a936-dfde200a1343"); }
342
- static get UserProfilePropertiesWizard() { return new fx_models_1.Guid("95dd7949-6c02-4ccb-8539-20d39c6f9b8a"); }
343
- static get UserProfileCompletionAppJourney() { return new fx_models_1.Guid("82eb3d91-4379-49ec-b654-25b344ef73a1"); }
344
- static get UserProfileStrippedCard() { return new fx_models_1.Guid("76f539e0-707c-4cf1-ae78-a65f21c597e6"); }
345
- static get UserProfileCompletionBlockSettings() { return new fx_models_1.Guid("b07bafaa-287c-4475-86bd-2e0bed1acfee"); }
346
- static get UserProfileSendPropertyFeedback() { return new fx_models_1.Guid("a0afdf07-1334-4126-89e9-e801bc910423"); }
347
- static get UserProfileActionMenu() { return new fx_models_1.Guid("3f066813-6de8-473a-9a71-77c6bf7dff47"); }
348
- static get TeamCollabAppSiteDesign() { return new fx_models_1.Guid("217ed582-9bfe-4f85-97a6-712174e56954"); }
349
- static get MySitesWizard() { return new fx_models_1.Guid("e5b46f7b-51ca-44ad-9213-19d3f8d7ebea"); }
350
- static get MyTeamCollaboration() { return new fx_models_1.Guid("d0bbc0c4-559c-4170-8993-31907bfd2928"); }
351
- static get MyTeamCollaborationDialog() { return new fx_models_1.Guid("9a55b428-0c74-4ba1-8444-5fd1c9c9ff59"); }
352
- static get MyTeamCollaborationSettingsForm() { return new fx_models_1.Guid("467ef7ea-6e3d-478f-b5ab-7a0678f7f6c2"); }
353
- static get MyTeamCollaborationEditorSettings() { return new fx_models_1.Guid("b43f4963-499c-47ca-8939-f5beaf0b4a8a"); }
354
- static get MyTeamCollaborationCategoryFollowed() { return new fx_models_1.Guid("46f125ec-07f0-4258-8aa5-10c9c87a8d27"); }
355
- static get MyTeamCollaborationCategoryRecently() { return new fx_models_1.Guid("10ec1cfb-3e09-453a-99f9-0cb95d731d1a"); }
356
- static get MyTeamCollaborationCategoryGroup() { return new fx_models_1.Guid("5e71a7f3-faaf-4a15-ba5d-f3fe48307616"); }
357
- static get MyTeamCollaborationCategorySearch() { return new fx_models_1.Guid("c0d060d6-9325-4c00-ab7b-36e650695b63"); }
358
- static get TeamworkNavigationActionHandlerSettings() { return new fx_models_1.Guid("2f095349-3faa-4b78-8f9e-eeb7de691641"); }
359
- static get TeamworkNavigationSettingsWrapper() { return new fx_models_1.Guid("51430cc4-8222-4689-9e1c-b52cf9481fb2"); }
360
- static get TeamworkNavigationSettings() { return new fx_models_1.Guid("74b6d6f6-8cdb-424f-8ba1-03d7426a3cfb"); }
361
- static get TeamworkNavigationTabSettings() { return new fx_models_1.Guid("5f7b4425-cdd1-46fb-8dc7-698694ab5810"); }
362
- static get TeamworkNavigationDialog() { return new fx_models_1.Guid("1fd88b37-db0d-4ba2-b63c-b6ac7d004791"); }
363
- static get AppCreationActionHandlerSettings() { return new fx_models_1.Guid("948562a5-fecb-41dc-8cba-b8ea6e3c8ed5"); }
364
- static get CreateAppDialog() { return new fx_models_1.Guid("fc16945f-04e0-4309-9823-17c5d6963af5"); }
365
- static get TeamNewsListView() { return new fx_models_1.Guid("a6d1503c-445e-44b1-9f54-d124c14df29b"); }
366
- static get TeamNewsListViewSettings() { return new fx_models_1.Guid("d7231aab-9393-4a6d-8aff-4b4d5a5498c4"); }
367
- static get TeamNewsGroupView() { return new fx_models_1.Guid("7841542b-fb29-4ac2-9676-52a83a6167b9"); }
368
- static get TeamNewsGroupViewSettings() { return new fx_models_1.Guid("bdcc3a9d-c7f7-4055-bed3-5518dcfd8e42"); }
369
- static get TeamNewsRollup() { return new fx_models_1.Guid("f59074f3-a738-4668-8f29-4bbecdb223a6"); }
370
- static get TeamNewsRollupSettings() { return new fx_models_1.Guid("e32e54a4-3538-45a6-9bd2-a2c77c7a3162"); }
371
- static get TeamCollaborationAppWizard() { return new fx_models_1.Guid("69633624-6d96-4459-9819-1c6efbc1bc98"); }
372
- static get TeamCollaborationAppJourney() { return new fx_models_1.Guid("a6724d9c-bed5-45fe-aed3-b479e5b8be72"); }
373
- static get TeamCollaborationSettingsJourney() { return new fx_models_1.Guid("4cd5054d-ab4a-44df-b4f0-cd4be9d1ee50"); }
374
- static get TeamCollaborationSettingsSwitchingTemplateBlade() { return new fx_models_1.Guid("561806c4-118a-41b5-ab81-7aa32d162367"); }
375
- static get TeamCollaborationSettingsEditAppInstanceBlade() { return new fx_models_1.Guid("b358eb4c-58fb-4911-9c7c-2fca8b2fe186"); }
376
- static get TeamCollaborationSettingsSwitchingTemplateBladeRegistration() { return new fx_models_1.Guid("82001098-ae85-4239-8bd9-30132d68b57e"); }
377
- static get TeamCollaborationSettingsEditAppInstanceBladeRegistration() { return new fx_models_1.Guid("d33eb6d0-55e7-414c-8b1a-45173d870455"); }
378
- static get TeamCollaborationSettingsSwitchingTemplateJourney() { return new fx_models_1.Guid("b0e4ded9-14dd-47ed-9922-6f884b927f9a"); }
379
- static get TeamCollaborationSettingsSwitchingTemplateJourneyRegistration() { return new fx_models_1.Guid("389048fb-b6ad-4323-a7f8-ec050b891853"); }
380
- static get TeamCollaborationSettingsEditBlade() { return new fx_models_1.Guid("4a153966-6f4b-40c5-8168-254b660fdacf"); }
381
- static get EditSitePropertiesListener() { return new fx_models_1.Guid("bf02832c-e7a3-4b23-8cb5-e7c5a3d18225"); }
382
- static get EditSiteProperties() { return new fx_models_1.Guid("0763adcc-c07e-4297-83f0-74f05481b577"); }
383
- static get TeamEndUserSettings() { return new fx_models_1.Guid("F39EB89E-3932-40E2-9D9F-11428375AA07"); }
384
- static get TeamCollaborationFacebookWorkplace() { return new fx_models_1.Guid("F934FA3C-249D-4F52-BF71-BD6B2FAC8C42"); }
385
- static get TeamCollaborationRollup() { return new fx_models_1.Guid("87F6D9E7-57BC-4495-BA2D-E1BF961642AC"); }
386
- static get TeamCollaborationRollupSettings() { return new fx_models_1.Guid("F21DD020-677B-470D-B81F-8936B154C8D4"); }
387
- static get TeamCollaborationRollupSettingsComponent() { return new fx_models_1.Guid("e9b8581b-4361-421b-abf7-dde9cac7e680"); }
388
- static get TeamCollaborationListView() { return new fx_models_1.Guid("91165348-4030-44D1-9EF9-91F687A8F9CE"); }
389
- static get TeamCollaborationListViewSettings() { return new fx_models_1.Guid("D6F547EC-CF89-486F-8B59-C999553869E1"); }
390
- static get TeamCollaborationNavigationView() { return new fx_models_1.Guid("1d7374e8-24bf-4e0e-b4d3-752fa89c7a38"); }
391
- static get TeamCollaborationNavigationViewSettings() { return new fx_models_1.Guid("a1fd35eb-760a-45c7-b812-148a519ef500"); }
392
- static get TeamCollaborationRollupRenderer() { return new fx_models_1.Guid("D22B2917-BE60-43D4-B989-49EBA88DCAC3"); }
393
- static get TeamCollaborationRollupMetricDetailsDialog() { return new fx_models_1.Guid("75CCD5E7-F7B5-4D4F-AA6E-5391C1946B4B"); }
394
- static get CreateTeamworkBlock() { return new fx_models_1.Guid("0f1da23c-05a0-4ff3-a3e6-83e1252db696"); }
395
- static get CreateTeamworkComponent() { return new fx_models_1.Guid("466c0ccc-ed0e-41d9-b8c2-1200fb7ec59c"); }
396
- static get CreateTeamworkBlockSettings() { return new fx_models_1.Guid("c5b867ec-4613-4b57-b75a-83461e1928ec"); }
397
- static get CreateTeamworkComponentSettings() { return new fx_models_1.Guid("0f6acac7-4d03-4360-937c-867db34e02ad"); }
398
- static get CreateTeamworkCores() { return new fx_models_1.Guid("b8dd3a04-32c4-4003-9b3f-78f4ef8120a8"); }
399
- static get AppAuthenticationOptions() { return new fx_models_1.Guid("ecb78fcf-1185-4026-bda4-390794ea5a9e"); }
400
- static get WorkspaceActionMenuRenderer() { return new fx_models_1.Guid("758a3f18-b248-463f-907f-cebdff9bc5e7"); }
401
- static get WorkspaceActionMenuHorizontalRenderer() { return new fx_models_1.Guid("3f7d99f4-ab95-4ed3-9be0-9422e2f08530"); }
402
- static get WorkspaceActionMenuVerticalRenderer() { return new fx_models_1.Guid("bc3c24bd-9f45-42bb-a4bf-12259792285c"); }
403
- static get WorkspaceMegaMenuRenderer() { return new fx_models_1.Guid("08e0dda7-224a-4e83-b8da-e1830a4e1302"); }
404
- static get WorkspaceMegaMenuRendererCore() { return new fx_models_1.Guid("a3d28198-a978-4d5b-9268-5f7978c6b274"); }
405
- static get WorkspaceMegaMenuHorizontalRenderer() { return new fx_models_1.Guid("1529380d-4716-4b89-a6f7-04fdbe4b43f4"); }
406
- static get WorkspaceMegaMenuVerticalRenderer() { return new fx_models_1.Guid("9a17e867-795c-4e2f-b3fa-abc44205b86c"); }
407
- static get WorkspaceMegaMenuCompactRenderer() { return new fx_models_1.Guid("773f320b-6e4f-4728-a076-21191c14f319"); }
408
- static get WorkspaceHomeRenderer() { return new fx_models_1.Guid("7de92d83-b0f9-4d94-8955-1f08280bf141"); }
409
- static get WorkspaceHomeNodeRenderer() { return new fx_models_1.Guid("074fa352-dae9-44d4-b117-e973b0c29201"); }
410
- static get WorkspaceVerticalNavigationBar() { return new fx_models_1.Guid("0780dd3a-40f3-4aa3-b1f3-327ac9248b2c"); }
411
- static get WorkspaceHorizontalNavigationBar() { return new fx_models_1.Guid("aa6054db-2528-40ea-ace4-e7277caa6530"); }
412
- static get GovernanceAdmin() { return new fx_models_1.Guid("6f01e39b-cd24-4775-a384-c847a36eb8e9"); }
413
- static get GovernanceAdminSettings() { return new fx_models_1.Guid("bb1a2680-74e5-4b8c-90e8-d87f4e0918cc"); }
414
- static get MicrosoftSearchTemplate() { return new fx_models_1.Guid("4b2c76df-5b7c-499e-93bb-22a7d909b9d7"); }
415
- static get EnterpriseGlossaryJourney() { return new fx_models_1.Guid("21882c38-d6a7-4ff9-9fce-49874f7864a1"); }
416
- static get EnterpriseGlossaryHomeBlade() { return new fx_models_1.Guid("f5f60895-5f14-4b51-bf26-93981dcef246"); }
417
- static get EnterpriseGlossaryTaxonomyBlade() { return new fx_models_1.Guid("01c2f152-74b3-42c6-bb18-6335b9f3030a"); }
418
- static get SharePointTermMappingsBlade() { return new fx_models_1.Guid("a779a1ce-c613-4833-b278-165c22e2ff3b"); }
419
- static get SharePointTermTreeUISettingsBlade() { return new fx_models_1.Guid("282a777f-b040-430f-93b7-562987ad12b4"); }
420
- static get TermTreeUISettingsBlade() { return new fx_models_1.Guid("abffd0f7-2f68-40cc-b467-d70adc2af581"); }
421
- static get SharePointTermUISettingsBlade() { return new fx_models_1.Guid("e5424a19-67bf-4599-bfde-ebc101b3f5ea"); }
422
- static get TaxonomyNavigation() { return new fx_models_1.Guid("0ed328bd-5d9e-4613-85d7-fb51abb490a1"); }
423
- static get TaxonomyNavigationSettings() { return new fx_models_1.Guid("aada204b-9c67-40e3-892e-0bb05e003f57"); }
424
- static get SignOffRequestJourney() { return new fx_models_1.Guid("9c4dbbe9-8bdd-4017-b1d8-3e477e179010"); }
425
- static get SignOffRequestHeaderRequestedByMeList() { return new fx_models_1.Guid("a152b5cf-cf71-4d52-bfe1-d61ef1c34cb4"); }
426
- static get SignOffRequestHeaderCreateNewRequest() { return new fx_models_1.Guid("2ea29d82-fbce-4de4-93c1-126f7f4c2493"); }
427
- static get SignOffRequestRollup() { return new fx_models_1.Guid("830aeebd-a033-4b00-969c-a8c135e2f344"); }
428
- static get SignOffRequestRollupSettings() { return new fx_models_1.Guid("cf036fe4-cc94-4cbf-8ac0-1f45e61470b8"); }
429
- static get SignOffRequestRollupListView() { return new fx_models_1.Guid("f3e1fd69-399f-428a-8b15-0816e6177b06"); }
430
- static get SignOffRequestRollupListViewSettings() { return new fx_models_1.Guid("9ad600fc-4efd-471b-8217-3af97e99522f"); }
431
- static get SignOffRequestRollupSummaryView() { return new fx_models_1.Guid("eca34b0d-ba78-4f92-99ed-1a54eef4d0ec"); }
432
- static get SignOffRequestRollupSummaryViewSettings() { return new fx_models_1.Guid("b6fc1b7f-7053-4c73-bdc7-9476376ab861"); }
433
- static get SignOffRequestCreation() { return new fx_models_1.Guid("141bdfc9-61c2-4bf0-8ea7-9d48e17c837c"); }
434
- static get SignOffRequestInfo() { return new fx_models_1.Guid("b71b7e9e-c9dc-44ef-9e00-f27dfad2d03d"); }
435
- static get SignOffRequestReminder() { return new fx_models_1.Guid("dc94479d-1659-434d-9407-952235d42757"); }
436
- static get SignOffRequestResourceList() { return new fx_models_1.Guid("b22753ef-4801-454d-997a-30a89d0ae943"); }
437
- static get SignOffRequestResourceProvider() { return new fx_models_1.Guid("416779e6-b2e9-4c2d-b372-fd7623b0c22a"); }
438
- static get SignOffRequestInfoPersistentDialog() { return new fx_models_1.Guid("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); }
439
- static get SignOffRequestUpdateStatusDialog() { return new fx_models_1.Guid("e21e1edc-4610-43e4-9791-a5694f03554e"); }
440
- static get SignOffRequestQueryableProperties() { return new fx_models_1.Guid("5fb83ba2-a122-4324-925f-aa7dad59a22d"); }
441
- static get MicrosoftTeamChannelFeedCore() { return new fx_models_1.Guid("c3899c18-6445-47b8-a1db-fb583e1c0f54"); }
442
- static get MicrosoftTeamChannelFeedBlockSettings() { return new fx_models_1.Guid("eb2b833b-d1ac-44aa-b22e-8df743d251a8"); }
443
- static get MicrosoftTeamChannelFeedBlock() { return new fx_models_1.Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
444
- static get CustomEmailJourney() { return new fx_models_1.Guid("61fdccaf-f48f-471d-be82-2dc9b5911c85"); }
445
- static get WorkspaceSettings() { return new fx_models_1.Guid("a61a15c5-ce4e-4b94-9d23-6d92f30e8968"); }
446
- static get WorkspaceHomeChrome() { return new fx_models_1.Guid("76d4d02a-f920-4e79-93ab-f92ee938b103"); }
447
- static get WorkspaceHomeStatistic() { return new fx_models_1.Guid("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); }
448
- static get WorkspaceJourney() { return new fx_models_1.Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); }
449
- static get WorkspaceHeader() { return new fx_models_1.Guid("08d22274-4320-4e34-a477-3c3497392e13"); }
450
- static get WorkspaceChromeBlade() { return new fx_models_1.Guid("c184e6e9-7a14-457b-b2ec-658b0889db74"); }
451
- static get AdminSystemJourney() { return new fx_models_1.Guid("8d451f6c-bcf4-42c3-a4a0-7d3ad5de09a3"); }
452
- static get DesignerJourney() { return new fx_models_1.Guid("b8a88ec9-091d-44f6-b5b7-ee8562525d42"); }
453
- static get PropertiesBlockGroup() { return new fx_models_1.Guid("7c1b8998-62b9-4ea9-b118-0dedc6209ebb"); }
454
- static get PropertiesBlockCore() { return new fx_models_1.Guid("9bcebc94-e59e-4a24-a88d-282ac92bcca9"); }
455
- static get PropertiesBlockSettings() { return new fx_models_1.Guid("29559185-3df2-4049-93e5-d8326ec94982"); }
456
- static get PropertiesBlockSettingConfiguration() { return new fx_models_1.Guid("b95bdf10-d32d-4659-836c-eadc1d57ac55"); }
457
- static get PropertiesBlock() { return new fx_models_1.Guid("88894e6a-2e41-44b6-a6f1-af3612caf276"); }
458
- static get AnalyticsBlocksCore() { return new fx_models_1.Guid("1b9cc09e-9e67-4c7c-87ea-9854a345403b"); }
459
- static get AnalyticsWidgetBlockSettings() { return new fx_models_1.Guid("a8d46ae3-9f87-457b-8f95-e4b4aea5df6c"); }
460
- static get AnalyticsWidgetBlock() { return new fx_models_1.Guid("56dd7c8f-3c3f-4ec3-8e41-e398c79f945a"); }
461
- static get AnalyticsFilterBlockSettings() { return new fx_models_1.Guid("287d6801-5fdb-4649-a057-b52adc1c278a"); }
462
- static get AnalyticsFilterBlock() { return new fx_models_1.Guid("aebb9b0b-32ae-4b14-b0f1-3515b62f329f"); }
463
- static get PowerAppBlock() { return new fx_models_1.Guid("8905b50b-3b48-4053-b667-d3abf5d7c4ef"); }
464
- static get PowerAppBlockSettings() { return new fx_models_1.Guid("faa90898-9cc3-4db8-ab24-e36fa6d96ea3"); }
465
- static get PowerAppSettingAdminJourney() { return new fx_models_1.Guid("b643dd40-d26c-4c73-9f23-d5fa4b436064"); }
466
- static get OrganizationTreeBlockCore() { return new fx_models_1.Guid("b59eb584-f59f-4caf-a9a7-4697e49aafca"); }
467
- static get OrganizationTreeBlock() { return new fx_models_1.Guid("38345507-17ee-410c-8583-f7eb587e5903"); }
468
- static get OrganizationTreeBlockSettings() { return new fx_models_1.Guid("8680e45c-a948-4321-b5c1-e09b80eb20d9"); }
469
- static get AppRenderer() { return new fx_models_1.Guid("01d197fb-39b8-4921-89e8-c8f865b6fcb0"); }
470
- static get MsTeamTabLayoutConfiguration() { return new fx_models_1.Guid("104760a6-6754-4bbb-8325-4e42bef75b8a"); }
471
- static get PostsFeed() { return new fx_models_1.Guid("74c4e208-e37f-41a5-ba96-c4bf64464523"); }
472
- static get PostsFeedSettings() { return new fx_models_1.Guid("7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b"); }
473
- static get TenantUserManagementJourney() { return new fx_models_1.Guid("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"); }
474
- static get BusinessProfileUserManagementJourney() { return new fx_models_1.Guid("9539268b-7419-44dd-9707-96a5ff9d0b0d"); }
475
- static get UserManagementCore() { return new fx_models_1.Guid("2b3fc3f2-bc60-44a0-8688-764f3b2d62c8"); }
476
- static get UserManagementUserTypeListingBlade() { return new fx_models_1.Guid("ebd9788a-b217-4868-8f4e-594ecf568806"); }
477
- static get UserManagementUserTypeCreateDialog() { return new fx_models_1.Guid("b4acc93e-c207-4b9c-b65d-d74e0058f416"); }
478
- static get UserManagementUserTypeDetailBlade() { return new fx_models_1.Guid("0f51dc5b-13ae-4c3e-8b74-eab4eb3b289b"); }
479
- static get UserManagementSyncProviderListingBlade() { return new fx_models_1.Guid("242dc560-2ede-41f0-b6d4-151884a2ec63"); }
480
- static get UserManagementSyncProviderSettingsBlade() { return new fx_models_1.Guid("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
481
- static get UserManagementSyncProviderLogsBlade() { return new fx_models_1.Guid("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
482
- static get UserManagementUserListingBlade() { return new fx_models_1.Guid("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
483
- static get UserManagementActiveUserListing() { return new fx_models_1.Guid("1972b656-c68c-4c50-afa7-c76c8959b88d"); }
484
- static get UserManagementDeletedUserListing() { return new fx_models_1.Guid("a7dfb3df-024c-49ac-a5f0-6dfd46c2ab65"); }
485
- static get UserManagementUserDetailBlade() { return new fx_models_1.Guid("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"); }
486
- static get UserManagementUserAuthenticationBlade() { return new fx_models_1.Guid("2de8ec5f-9d03-4828-b192-8ba37e48b322"); }
487
- static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
488
- static get UserManagementActiveGroupListing() { return new fx_models_1.Guid("f333ebaa-d009-4169-a2ff-868e8b751bf9"); }
489
- static get UserManagementDeletedGroupListing() { return new fx_models_1.Guid("3620baa9-5501-45fa-955e-79d176a72a51"); }
490
- static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
491
- static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
492
- static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
493
- static get UserManagementDynamicGroupDetailBlade() { return new fx_models_1.Guid("f43ef789-418d-4f56-bd27-88420f3d9823"); }
494
- static get UserManagementUserPropertyListingBlade() { return new fx_models_1.Guid("77fa3438-c920-4b32-bddc-1b8361e530c2"); }
495
- static get UserManagementUserPropertyDetailBlade() { return new fx_models_1.Guid("3967363b-80cd-4b12-900f-7a9c7975bf6a"); }
496
- static get UserManagementUserDetailBladeAuthenticationTab() { return new fx_models_1.Guid("95A66C49-40C7-442C-B815-359C5D299365"); }
497
- static get UserManagementUserDetailBladePropertiesTab() { return new fx_models_1.Guid("9C7C9267-6BAE-4157-A588-98EECB88663D"); }
498
- static get UserManagementBulkImportBlade() { return new fx_models_1.Guid("8DF3CBAB-53D4-4091-8FE0-A44F88E92018"); }
499
- static get UserManagementLoginLogBlade() { return new fx_models_1.Guid("F00E21CD-5E0F-472A-A91D-C2B927E25FA7"); }
500
- static get BusinessProfileAuthenticationBlade() { return new fx_models_1.Guid("4C9410C5-86FF-49A6-A493-F8A35BB3F990"); }
501
- static get TenantAnalyticsJourney() { return new fx_models_1.Guid("d64bc647-0d37-49de-bd60-eb0d39cbb4a9"); }
502
- static get TenantAnalyticsSetupBlade() { return new fx_models_1.Guid("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
503
- static get TenantAnalyticsConfigurationBlade() { return new fx_models_1.Guid("4027e639-92ed-4064-95c8-f715f02cacac"); }
504
- static get TenantAnalyticsAddDimensionBlade() { return new fx_models_1.Guid("752607aa-4b6e-4865-90cc-c867fa1e0d91"); }
505
- static get UserManagementSelfService() { return new fx_models_1.Guid("36D0078C-1C79-486B-B4E3-92A97F03BDB5"); }
506
- static get UserManagementIdentityCreationRequestPendingApprovalListing() { return new fx_models_1.Guid("6F3F70CA-AFC5-4724-B3F8-405986A21717"); }
507
- static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
508
- static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
509
- static get SetupWizardBrandingStep() { return new fx_models_1.Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); }
510
- static get SetupWizardSharelinksStep() { return new fx_models_1.Guid("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); }
511
- static get SetupWizardContentStep() { return new fx_models_1.Guid("c6633522-ba83-4077-99b1-a4e9cde070c6"); }
512
- static get SetupWizardReviewStep() { return new fx_models_1.Guid("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); }
513
- static get SetupWizardKnowledgeSharingPrerequisiteStep() { return new fx_models_1.Guid("2fe0d1f5-8b48-4d2d-99d6-2ac0cce110a4"); }
514
- static get SetupWizardDashboard() { return new fx_models_1.Guid("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); }
515
- static get SetupWizardLearningCenterGeneralStep() { return new fx_models_1.Guid("accbe29d-82ee-433a-aa13-1237ce09ea81"); }
516
- static get SetupWizardLearningCenterPropertiesStep() { return new fx_models_1.Guid("65005044-e744-432c-bb2d-b249391df84d"); }
517
- static get SetupWizardNewsManagementGlobalNewsStep() { return new fx_models_1.Guid("66433585-45d7-4a8a-af0b-64a29cf3c398"); }
518
- static get SetupWizardNewsManagementLocalNewsStep() { return new fx_models_1.Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); }
519
- static get SetupWizardNewsManagementPropertiesStep() { return new fx_models_1.Guid("18a77776-3832-4776-a045-58e296dc8b01"); }
520
- static get AttachSiteButton() { return new fx_models_1.Guid("2cff741d-3f85-46e3-b36f-143020d9a547"); }
521
- static get AppEditing() { return new fx_models_1.Guid("c6d42107-01a5-4825-910e-4232aeac8b75"); }
522
- static get SensitivityLabel() { return new fx_models_1.Guid("036c36b9-9a43-4829-aa09-01c6b5868a82"); }
523
- static get SetupTeamwork() { return new fx_models_1.Guid("9f8b5841-8bcd-4de3-8000-c1f1c0deb062"); }
524
- static get TeamworkActiveLastActivityMetricIndicator() { return new fx_models_1.Guid("11dddd47-19a4-4569-89d0-e5762d97a9ef"); }
525
- static get TeamworkActiveLastActivityMetricDetail() { return new fx_models_1.Guid("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); }
526
- static get TeamworkInactiveLastActivityMetricIndicator() { return new fx_models_1.Guid("bac2d261-df94-425b-847e-976496694295"); }
527
- static get TeamworkInactiveLastActivityMetricDetail() { return new fx_models_1.Guid("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); }
528
- static get LinkHandlerJourney() { return new fx_models_1.Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); }
529
- static get AzureCognitiveProviderComponent() { return new fx_models_1.Guid("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); }
530
- static get QRCode() { return new fx_models_1.Guid("090e7f29-06c9-4a2a-be58-57d0dac10341"); }
531
- static get QRCodeSettings() { return new fx_models_1.Guid("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); }
532
- static get TenantSetupWizardNode() { return new fx_models_1.Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); }
533
- static get BusinessProfileSetupWizardNode() { return new fx_models_1.Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); }
534
- static get TeamworkPermissionInput() { return new fx_models_1.Guid("240a15bb-2845-4ace-8408-6bc1d251b859"); }
535
- static get SignOffRequestsRollupFilter_ProgressStatus_Renderer() { return new fx_models_1.Guid("84d11b73-19be-4191-8b63-564083c376f6"); }
536
- static get SignOffRequestsRollupFilter_ProgressStatus_Settings() { return new fx_models_1.Guid("da2ab10e-0751-481b-8190-04f69178bc4c"); }
537
- static get SignOffRequestsRollupFilter_ProgressStatus_Selection() { return new fx_models_1.Guid("a7bb250c-a401-4701-994d-845c61147fec"); }
538
- static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput() { return new fx_models_1.Guid("e18ff6ce-8bd0-4511-baad-8ebf31d5f9ca"); }
539
- static get SignOffRequestsRollupFilter_Status_Renderer() { return new fx_models_1.Guid("eb9d51de-a42d-4fdc-832d-80838014c11f"); }
540
- static get SignOffRequestsRollupFilter_Status_Settings() { return new fx_models_1.Guid("ba1b7041-57e8-4175-91c8-995c18f9aaa5"); }
541
- static get SignOffRequestsRollupFilter_Status_Selection() { return new fx_models_1.Guid("586025d5-e9a1-4b84-9737-f6da29ca3b4a"); }
542
- static get SignOffRequestsRollupFilter_Status_DefaultValueInput() { return new fx_models_1.Guid("1ab3ab1d-ff20-498b-b479-a2d39dd3a196"); }
543
- static get SignOffRequestsRollupFilter_Type_Renderer() { return new fx_models_1.Guid("e135d092-ee7b-4cd9-b014-d013de56ada5"); }
544
- static get SignOffRequestsRollupFilter_Type_Settings() { return new fx_models_1.Guid("688e5482-ec4b-45d1-ba0a-f20e783c0ce3"); }
545
- static get SignOffRequestsRollupFilter_Type_Selection() { return new fx_models_1.Guid("aa32f8b8-df04-4934-be45-fd7394e9cc8d"); }
546
- static get SignOffRequestsRollupFilter_Type_DefaultValueInput() { return new fx_models_1.Guid("b22476a7-e734-4e59-9525-e8547fa85d32"); }
547
- static get SignOffRequestsRollupFilter_RequestedBy_Renderer() { return new fx_models_1.Guid("7bee6655-ec92-4c5c-b780-a332fd8342be"); }
548
- static get SignOffRequestsRollupFilter_RequestedBy_Settings() { return new fx_models_1.Guid("f5a8c7a1-5be7-44b0-bd5a-d6f85cfd70e4"); }
549
- static get SignOffRequestsRollupFilter_RequestedBy_Selection() { return new fx_models_1.Guid("28b644c7-fc09-4325-a361-8f6968c1c5f9"); }
550
- static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput() { return new fx_models_1.Guid("71418548-f409-42f4-b372-1d95d9ef5acf"); }
551
- static get UserInformationBlockGroup() { return new fx_models_1.Guid("87ddfac4-0435-4da4-92f5-5173a4c86f19"); }
552
- static get UserInformationBlockCore() { return new fx_models_1.Guid("f2067424-b6a9-4f40-b34b-cf71e7c93db8"); }
553
- static get UserInformationBlockSettings() { return new fx_models_1.Guid("5f4d84f5-6d78-4be5-94b6-3f299d79b2aa"); }
554
- static get UserInformationBlockSettingConfiguration() { return new fx_models_1.Guid("3fcfef27-9d19-435a-9745-f3006c5d3c7f"); }
555
- static get UserInformationBlock() { return new fx_models_1.Guid("29f1772f-545e-4017-b9fa-d356c8192b66"); }
556
- static get HttpCodeLayoutTenantJourney() { return new fx_models_1.Guid("a2b3a1be-68a8-49c2-8d60-5069174de7be"); }
557
- static get HttpCodeLayoutBusinessProfileJourney() { return new fx_models_1.Guid("9b3a0a46-6267-48f3-b711-68bd16f62a66"); }
558
- static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
559
- static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
560
- static get SystemLayoutJourney() { return new fx_models_1.Guid("29e4919f-ca93-492d-9b81-ddca5a5dc28a"); }
156
+ static get FaviconSettings() { return (0, fx_models_1.guid)("88932da6-b22f-4bc0-9351-c700308edfcc"); }
157
+ static get FaviconJourney() { return (0, fx_models_1.guid)("57e5bf35-ed12-4815-bcc5-925f6415ab01"); }
158
+ static get ActionButtonSignOffRequestSettings() { return (0, fx_models_1.guid)("58e5a275-426e-4834-889f-baf1e4a3a5b0"); }
159
+ static get DefaultSearchTemplate() { return (0, fx_models_1.guid)("a045f3b7-9b3b-4783-9763-bbc9c6ec483c"); }
160
+ static get SharedLinkSimpleListingSearchTemplate() { return (0, fx_models_1.guid)("14a49fd1-2712-4e65-a300-3ae78feb7326"); }
161
+ static get SharedLinkAppIconSearchTemplate() { return (0, fx_models_1.guid)("86909328-1987-45b3-bf20-01680c6ff884"); }
162
+ static get SearchConfig() { return (0, fx_models_1.guid)("64fb9421-2dba-4861-a949-4fafa2599b4e"); }
163
+ static get SearchConfigAddOrEditBlade() { return (0, fx_models_1.guid)("6d218ec0-bf28-47e2-ab6d-1ebdf759c80f"); }
164
+ static get PromotedSearchResultJourney() { return (0, fx_models_1.guid)("14bd1089-d501-412f-a569-ca915308e541"); }
165
+ static get SearchFeedbackJourney() { return (0, fx_models_1.guid)("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); }
166
+ static get SearchStatisticsJourney() { return (0, fx_models_1.guid)("6b0a110e-478a-4c3d-875b-d89da7296c43"); }
167
+ static get QuickSearchConfig() { return (0, fx_models_1.guid)("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); }
168
+ static get QuickSearchCategoriesConfig() { return (0, fx_models_1.guid)("4190870d-6df6-4f35-9ea8-7cae2105b7e9"); }
169
+ static get AdvenceSearchConfig() { return (0, fx_models_1.guid)("e5da6df9-7c88-4413-9f75-b8635429cc16"); }
170
+ static get AdvancedSearchCategoriesConfig() { return (0, fx_models_1.guid)("10303262-f456-4f79-be31-71bd32a32dab"); }
171
+ static get DateTimeRefinerComponent() { return (0, fx_models_1.guid)("0d3db85a-72f7-4f60-a404-8648101ab0b3"); }
172
+ static get CustomSearch() { return (0, fx_models_1.guid)("b3d32d30-b779-489c-88ab-f3ba03724105"); }
173
+ static get ActionMenu() { return (0, fx_models_1.guid)("e626020a-2d95-410f-8c3d-ec2127418b26"); }
174
+ static get ActionMenuAdmin() { return (0, fx_models_1.guid)("c2f552f7-2ec3-42d8-8bdb-254712201b7e"); }
175
+ static get TrelloCards() { return (0, fx_models_1.guid)("22b707e0-41f6-47d2-be57-1f3a2b9dd6c2"); }
176
+ static get TrelloCardsSettings() { return (0, fx_models_1.guid)("16f2db40-c063-4a19-acee-4903253c57d6"); }
177
+ static get Announcements() { return (0, fx_models_1.guid)("8fa1fb85-39ef-4be8-9611-f6c7ec029772"); }
178
+ static get HighPrioAnnouncements() { return (0, fx_models_1.guid)("0703dffa-07ff-4ed1-8d1d-93621cbd5661"); }
179
+ static get HighPrioAnnouncementsSettings() { return (0, fx_models_1.guid)("83817cc6-d238-412e-95bf-312ae18c9a26"); }
180
+ static get AnnouncementsSettings() { return (0, fx_models_1.guid)("692af0e8-5fe8-4417-b6f5-cea4b8ef2189"); }
181
+ static get AnnouncementsBusinessProfileJourney() { return (0, fx_models_1.guid)("6cea863b-26a2-4bce-abc8-81b8ed9bbd47"); }
182
+ static get AnnouncementsTenantAdminJourney() { return (0, fx_models_1.guid)("d6207946-eb85-4ee6-8ec3-b4f7d488e7bc"); }
183
+ static get AnnouncementsAdminListingBlade() { return (0, fx_models_1.guid)("1ee1d73c-ced8-4764-8898-a86016fe621b"); }
184
+ static get AnnouncementsAdminAddOrEditBlade() { return (0, fx_models_1.guid)("5c4ff1dc-a2b8-442e-86df-a80e2a3c941e"); }
185
+ static get AnnouncementsAdminTypeAndStatusBlade() { return (0, fx_models_1.guid)("49f62e32-9ad0-4409-92b6-77e9b570dbdb"); }
186
+ static get FavoriteButtonLinkHandlerSettings() { return (0, fx_models_1.guid)("6b264a8a-74c7-4e2f-a9cb-4f65e26adb46"); }
187
+ static get FavoriteButtonLinkHandlerRegistration() { return (0, fx_models_1.guid)("7be9388d-501a-4760-bfe8-6a2be6450efe"); }
188
+ static get FavoriteButtonLinkHandlerSubscription() { return (0, fx_models_1.guid)("7ca3bc3d-1aea-4296-a8d0-f159305ba704"); }
189
+ static get AdminShortcutActionRegistration() { return (0, fx_models_1.guid)("659acb42-ce4b-4d38-86cd-1718eae299f9"); }
190
+ static get AdminShortcutActionHandler() { return (0, fx_models_1.guid)("e3f0e650-770d-45dd-a04c-972e2ee4f27b"); }
191
+ static get TeamworkNavigationActionRegistration() { return (0, fx_models_1.guid)("cf4fb21c-b5d1-4c43-8439-df5c4c8b24d8"); }
192
+ static get TeamworkNavigationActionHandler() { return (0, fx_models_1.guid)("277417eb-1f06-454c-ac37-4a6f4b30917b"); }
193
+ static get NotificationPanelActionRegistration() { return (0, fx_models_1.guid)("2b77b763-a1ba-48f8-b0e0-eea42eff0e41"); }
194
+ static get NotificationPanelActionHandler() { return (0, fx_models_1.guid)("6cbd9d45-a618-46b0-8245-4811899142f2"); }
195
+ static get TutorialActionRegistration() { return (0, fx_models_1.guid)("2241765b-a0b9-4cda-a4e7-c5269b77107f"); }
196
+ static get TutorialActionHandler() { return (0, fx_models_1.guid)("870182cc-d9c2-43e1-8c50-5dcaeedd70b7"); }
197
+ static get MyLinkActionRegistration() { return (0, fx_models_1.guid)("58862291-22dc-40c8-aa4b-0cd7e5333f5b"); }
198
+ static get MyLinkActionHandler() { return (0, fx_models_1.guid)("37c0b31a-36f4-4092-911d-ea7edabd4351"); }
199
+ static get StrengthenProfileActionRegistration() { return (0, fx_models_1.guid)("fcf993d7-1d72-4259-aca2-bde999179fe6"); }
200
+ static get StrengthenProfileActionHandler() { return (0, fx_models_1.guid)("5fcbc456-87d4-4c96-b6f2-dcc9f7f61cb3"); }
201
+ static get QuickSearchActionRegistration() { return (0, fx_models_1.guid)("c6ac506c-bff2-4552-901d-a5aa2b1052bb"); }
202
+ static get QuickSearchActionHandler() { return (0, fx_models_1.guid)("84599507-bd33-4b1b-9aa8-72614aae89b5"); }
203
+ static get ShareActionSettings() { return (0, fx_models_1.guid)("98f920a1-02bc-4f6f-96ea-b89eb2b505de"); }
204
+ static get ShareActionRegistration() { return (0, fx_models_1.guid)("50c7754d-ddfb-4d49-8143-6f2172653db3"); }
205
+ static get ShareActionHandler() { return (0, fx_models_1.guid)("8b88cb04-6ac1-4758-97ee-336be7b49993"); }
206
+ static get CreateAppActionHandler() { return (0, fx_models_1.guid)("8a5e77f6-65b0-46fc-9c78-32e8d0a6f0ae"); }
207
+ static get YammerfeedSettings() { return (0, fx_models_1.guid)("6d64ca21-9b86-4def-9ddb-2f55e92b1a8d"); }
208
+ static get Yammerfeed() { return (0, fx_models_1.guid)("aa32a6a4-9d12-4fda-a68f-8b8fc836fe91"); }
209
+ static get SearchHeader() { return (0, fx_models_1.guid)("76323e70-3a54-4294-a74f-fd70f3b6c447"); }
210
+ static get Search() { return (0, fx_models_1.guid)("07bf6982-5112-4ed4-80ce-721521e9aa1f"); }
211
+ static get SearchBlock() { return (0, fx_models_1.guid)("103755a1-c49e-4e34-85b4-c94f541894a7"); }
212
+ static get SearchBlockSettings() { return (0, fx_models_1.guid)("1c6045e8-ac28-4005-88eb-5d81857060bb"); }
213
+ static get QuickSearch() { return (0, fx_models_1.guid)("24c33a66-12d8-4d62-8142-fd0486dcd9ed"); }
214
+ static get AdvancedSearch() { return (0, fx_models_1.guid)("6f8e12f7-3379-4722-854d-1f8e83b722b2"); }
215
+ static get SearchAdmin() { return (0, fx_models_1.guid)("7843b606-9207-4563-80da-c8fb07e6b927"); }
216
+ static get SearchAdminRegistration() { return (0, fx_models_1.guid)("8c97d118-f0d9-44fe-9ef5-ed107e6401d2"); }
217
+ static get SharePointSearchProviderSettings() { return (0, fx_models_1.guid)("d9a4ee6a-4030-47ff-9f8d-438d71aad39c"); }
218
+ static get MicrosoftSearchProviderSettings() { return (0, fx_models_1.guid)("b94f27fb-cf98-4d4d-9ebb-dc0cdf6f3893"); }
219
+ static get SharedLinksSearchProviderSettings() { return (0, fx_models_1.guid)("531dde74-4a66-4990-b0c1-b0fb979371e4"); }
220
+ static get QuickSearchActionHandlerSettings() { return (0, fx_models_1.guid)("b8a22e34-3162-443e-9260-1e4fc8eb0310"); }
221
+ static get SearchSettings() { return (0, fx_models_1.guid)("60d18833-efb0-456d-8359-fea6c82701b7"); }
222
+ static get SearchStatisticsMetricIndicator() { return (0, fx_models_1.guid)("f3c88c39-9d56-4f4a-9841-2272bd275428"); }
223
+ static get SearchStatisticsNoOfQueryMetricIndicator() { return (0, fx_models_1.guid)("7fb2948c-286e-4de9-b25a-7594bd472c65"); }
224
+ static get SearchStatisticsAbandonedQueryMetricIndicator() { return (0, fx_models_1.guid)("1588c9e5-835c-4258-990f-26ade94a385a"); }
225
+ static get SearchStatisticsNoResultQueryMetricIndicator() { return (0, fx_models_1.guid)("cfa2aa9e-7a04-4622-97f9-22913ac7b326"); }
226
+ static get SearchStatisticsNoOfQueryMetricDetail() { return (0, fx_models_1.guid)("54527b07-2873-4b75-8903-ef174c769d60"); }
227
+ static get SearchStatisticsAbandonedQueryMetricDetail() { return (0, fx_models_1.guid)("c9142c33-cd05-4a71-a12c-08d86a4db6a8"); }
228
+ static get SearchStatisticsNoResultQueryMetricDetail() { return (0, fx_models_1.guid)("93813bd7-ddae-4bca-aef3-0c12761e97d9"); }
229
+ static get SearchStatisticsMetricScopeFilter() { return (0, fx_models_1.guid)("30f3b28c-9f8b-4801-8509-8d51de1db362"); }
230
+ static get MyTasks() { return (0, fx_models_1.guid)("299d1adc-8762-4aa5-b92d-83d03b633dee"); }
231
+ static get MyTasksSettings() { return (0, fx_models_1.guid)("a5c84795-b70f-4a88-ad46-b315e5ae5496"); }
232
+ static get MyTasksSiteGroupView() { return (0, fx_models_1.guid)("0987dba0-4c0a-4ac8-a762-9348b3f16412"); }
233
+ static get TasksSimpleListingView() { return (0, fx_models_1.guid)("1a9af446-969e-4e1e-8fe3-02c288d1a737"); }
234
+ static get Logo() { return (0, fx_models_1.guid)("e556c401-dfce-48e8-b4e9-23a14755dcdd"); }
235
+ static get LogoSettings() { return (0, fx_models_1.guid)("a119b69d-b10a-4c6e-b709-878ee4800163"); }
236
+ static get Header() { return (0, fx_models_1.guid)("63346575-5418-4e0c-9693-3e923929b58b"); }
237
+ static get FullHeader() { return (0, fx_models_1.guid)("f769db43-ace1-4ee1-bdf7-8ace85ac71a2"); }
238
+ static get CompactHeader() { return (0, fx_models_1.guid)("27241e79-ab2e-4ebe-9047-b779ec4e7398"); }
239
+ static get HeaderSettings() { return (0, fx_models_1.guid)("fef52f65-d4e9-4d6b-85b7-ffc94383f577"); }
240
+ static get FooterComponent() { return (0, fx_models_1.guid)("839a30ea-2733-4a82-aa5b-b15dd502137e"); }
241
+ static get FooterCore() { return (0, fx_models_1.guid)("58552fa6-0533-498d-82fd-319f7db6837c"); }
242
+ static get FooterSettings() { return (0, fx_models_1.guid)("9bec119b-f8b8-4fef-9246-263748793629"); }
243
+ static get UserMenu() { return (0, fx_models_1.guid)("ff8336d1-9558-45ff-84a5-9043adea65c0"); }
244
+ static get UserMenuCore() { return (0, fx_models_1.guid)("b77aa1bd-9392-424c-9e20-b88e6b749aa4"); }
245
+ static get CompactUserMenu() { return (0, fx_models_1.guid)("88d642cc-300e-4bf4-96b9-fd5f6d35c186"); }
246
+ static get UserAccessibilitySetting() { return (0, fx_models_1.guid)("69d180bd-b115-4d5c-bafa-db8f5d52a7c1"); }
247
+ static get UserAccessibilityJumpToContent() { return (0, fx_models_1.guid)("ffba73c2-b9a2-4c55-a01e-363287723e0b"); }
248
+ static get AccessibilityStyle() { return (0, fx_models_1.guid)("bb54ab75-69c3-4472-a0b5-9e0badb1397a"); }
249
+ static get OmniaSystemLanguageSetting() { return (0, fx_models_1.guid)("ebca9185-a2a3-483f-8827-07d103f25f15"); }
250
+ static get OmniaLanguagesComponent() { return (0, fx_models_1.guid)("d687c247-a25a-4321-b6ef-70edf162fc52"); }
251
+ static get DocumentDirectionSetting() { return (0, fx_models_1.guid)("8a35b5ee-118f-4be8-b12b-cef340d8bbbc"); }
252
+ static get DocumentDirectioJumpToContent() { return (0, fx_models_1.guid)("16c1a389-77d2-467c-acc7-57b9f499f4ed"); }
253
+ static get DocumentDirectionStyle() { return (0, fx_models_1.guid)("a65e0a65-8ae8-4434-9cff-5fa72ba3d1ca"); }
254
+ static get MyLinksNavigation() { return (0, fx_models_1.guid)("fe39c5e9-95cb-43cf-ab3f-7422dcf29030"); }
255
+ static get QuickLinksViewComponent() { return (0, fx_models_1.guid)("cdd9e41d-b784-4adb-bbb4-5ccb0568a92b"); }
256
+ static get QuickLinksEditComponent() { return (0, fx_models_1.guid)("56d4552e-0a49-4a7b-ab89-6dc355ad076e"); }
257
+ static get QuickLinksCreateComponent() { return (0, fx_models_1.guid)("c4ba1eef-5137-48f0-ba72-7d29162145bb"); }
258
+ static get QuickLinksComponent() { return (0, fx_models_1.guid)("12180b4d-535f-488d-99dd-b53544b7aa30"); }
259
+ static get AppLaunchComponent() { return (0, fx_models_1.guid)("b5264aa5-091b-49f5-b14f-d495d6ec5009"); }
260
+ static get CompactAppLaunchComponent() { return (0, fx_models_1.guid)("78ea7839-2483-4a05-8a17-efd750402a7e"); }
261
+ static get AppLaunchRegistration() { return (0, fx_models_1.guid)("f7861b4b-6856-450d-a633-27ef4d617283"); }
262
+ static get SharedLinkListingsBlade() { return (0, fx_models_1.guid)("f2450b17-ae8c-4350-b467-6052e9f46e5e"); }
263
+ static get SharedLinkAddOrEditBlade() { return (0, fx_models_1.guid)("ce61a633-2caf-4895-bda9-94b8553a00d2"); }
264
+ static get BusinessProfileAdminSharedLinksJourney() { return (0, fx_models_1.guid)("1d421d8c-6eb8-47ec-9aa7-c0dac3b104f8"); }
265
+ static get TenantAdminSharedLinksJourney() { return (0, fx_models_1.guid)("a862a464-61d5-4617-91f0-ec495776fbe8"); }
266
+ static get QuickLinkSetting() { return (0, fx_models_1.guid)("64b86fee-3f66-437f-887c-ffdd3514166f"); }
267
+ static get MyLinkSetting() { return (0, fx_models_1.guid)("4022a6f7-4c56-4338-bb27-7f04c3fedacb"); }
268
+ static get TrelloCardView() { return (0, fx_models_1.guid)("c69406ea-86ec-4fc4-99ff-626918c4465d"); }
269
+ static get QuickLinkSimpleList() { return (0, fx_models_1.guid)("d031f476-a71d-47ff-8f08-817a63f0f956"); }
270
+ static get QuickLinkAppIconList() { return (0, fx_models_1.guid)("eb09bd9c-564c-4205-8c58-b3ed405403d4"); }
271
+ static get QuickLinksAppLaunchView() { return (0, fx_models_1.guid)("5d34d10f-0067-418e-8c67-c28a99007a7f"); }
272
+ static get ImportantAnnouncementView() { return (0, fx_models_1.guid)("338653de-6640-40af-bd40-41a83d24da2e"); }
273
+ static get HighPriorityAnnouncementView() { return (0, fx_models_1.guid)("f32d1086-254c-4398-a8e7-a277b3b60a7c"); }
274
+ static get AnnouncementLikeComment() { return (0, fx_models_1.guid)("757162be-a480-445d-a0ee-a8c25accdd64"); }
275
+ static get NotificationPanelHeader() { return (0, fx_models_1.guid)("1fc95b02-8bab-468b-a2bb-19e2a7752c55"); }
276
+ static get NotificationPanelHeaderSettings() { return (0, fx_models_1.guid)("f9541602-33bd-4d16-a2d7-3ef335d527a0"); }
277
+ static get NotificationPanel() { return (0, fx_models_1.guid)("65774a9f-d489-4352-9e97-b4939601532a"); }
278
+ static get NotificationPanelSettings() { return (0, fx_models_1.guid)("47bd0626-08d9-4899-9034-c2eb21f7452b"); }
279
+ static get NotificationPanelsAdmin() { return (0, fx_models_1.guid)("c4198968-3512-4694-b153-3c7318f3d6b7"); }
280
+ static get NotificationPanelBlockSettings() { return (0, fx_models_1.guid)("8065dc84-fbd8-4838-800c-8bc59a0c741c"); }
281
+ static get AdminShortcut() { return (0, fx_models_1.guid)("7c59fff9-3845-4206-b8ea-c879ff000246"); }
282
+ static get TutorialAdmin() { return (0, fx_models_1.guid)("bc901429-60c1-4528-b047-9aaf7c23d01a"); }
283
+ static get TutorialAdminTenant() { return (0, fx_models_1.guid)("e0366fb9-a6d4-44ff-8f21-aa9e9d41cd77"); }
284
+ static get TutorialPageSetting() { return (0, fx_models_1.guid)("23a3a95e-8830-46d7-bf76-180fe079531c"); }
285
+ static get Tutorial() { return (0, fx_models_1.guid)("47544822-fda5-450a-9294-a5aca8a770e0"); }
286
+ static get ProfileMenu() { return (0, fx_models_1.guid)("4763bc36-d35d-4334-8b88-5408d489b03e"); }
287
+ static get TeamworkAppAppendInformationInput() { return (0, fx_models_1.guid)("82c48df4-c8ee-472d-8c8b-7a6f16c2987c"); }
288
+ static get M365GroupAppInformationInput() { return (0, fx_models_1.guid)("d593c93c-4228-487e-bfde-5b6e21d61cab"); }
289
+ static get BusinessProfileJourney() { return (0, fx_models_1.guid)("2b69d826-807c-470e-9db1-0a19bba2d1e0"); }
290
+ static get BusinessProfileSettings() { return (0, fx_models_1.guid)("4b86a436-4255-448c-a502-e1daeb94d142"); }
291
+ static get BusinessProfileTheme() { return (0, fx_models_1.guid)("61499843-fa3a-47c8-b935-8e3c27c68f1b"); }
292
+ static get TenantMediaPicker() { return (0, fx_models_1.guid)("37329e5d-5cf7-4ff1-ba63-3ce14b88e51c"); }
293
+ static get TenantMediaPickerCore() { return (0, fx_models_1.guid)("7e8bedff-1e6f-412d-9b5d-3af801780310"); }
294
+ static get BusinessProfileMediaPicker() { return (0, fx_models_1.guid)("3d403752-2b3e-4cfe-8ba0-da7fb4e8e0ba"); }
295
+ static get BusinessProfileMediaPickerCore() { return (0, fx_models_1.guid)("36fe7ee6-e834-4eec-b5dd-2a83667c91a6"); }
296
+ static get CentralImageLocations() { return (0, fx_models_1.guid)("0bebb289-f3fc-4838-a032-4a9f20c605c1"); }
297
+ static get MediaPickerGeneral() { return (0, fx_models_1.guid)("0aa2c49f-500d-4d1c-a31a-9ecbf80d3882"); }
298
+ static get MediaPickerScalingSettingsListing() { return (0, fx_models_1.guid)("19b22417-acb6-41c1-96f9-47ea4d60f4b2"); }
299
+ static get MediaPickerFileSizeLimitSettings() { return (0, fx_models_1.guid)("ab1f3fec-ab21-4791-98cc-3a4934b6625d"); }
300
+ static get MediaPickerCropRatios() { return (0, fx_models_1.guid)("a49a79f5-9f1e-471d-813f-12926f411f9c"); }
301
+ static get BusinessProfileLanguage() { return (0, fx_models_1.guid)("936d6849-3488-4a6f-b16c-91b0c625e837"); }
302
+ static get AppTemplatesCustomStepMember() { return (0, fx_models_1.guid)("bfc04495-50cb-4de6-9983-f53997f3fbe2"); }
303
+ static get EnterprisePropertiesJourney() { return (0, fx_models_1.guid)("e98dd24f-7bfa-4704-ad5e-85510cbe3d37"); }
304
+ static get TenantSecretsJourney() { return (0, fx_models_1.guid)("1d60e6da-39df-4458-b621-3b4d64bf2843"); }
305
+ static get BusinessProfileSecretsJourney() { return (0, fx_models_1.guid)("b52c92f6-5574-4e1d-a37f-ca6159c9eb1d"); }
306
+ static get TargetingPropertiesJourney() { return (0, fx_models_1.guid)("9433e3d2-89d2-434b-93b2-0f7be4578979"); }
307
+ static get EnterprisePropertyCategoriesJourney() { return (0, fx_models_1.guid)("dbe61fac-1b82-4db6-aca3-12e95a86274f"); }
308
+ static get AppProvisioningStepMemberStep() { return (0, fx_models_1.guid)("cfc748f2-4d9e-4629-ad61-3a6694da4ad9"); }
309
+ static get AppTemplateStepComponentBase() { return (0, fx_models_1.guid)("69d4ae5d-874c-4988-bd16-4489a82fdab1"); }
310
+ static get NavigationBar() { return (0, fx_models_1.guid)("a3692055-a31c-417a-8c7f-34784bd8f079"); }
311
+ static get NavigationBarChrome() { return (0, fx_models_1.guid)("e053c706-1669-418f-badc-6f5ccaf72caa"); }
312
+ static get WorkplaceWarning() { return (0, fx_models_1.guid)("4bca1556-ac2e-4d87-9a53-c1ab6adb2d58"); }
313
+ static get WorkplacePreviewDisclaimer() { return (0, fx_models_1.guid)("bd56271c-db61-4f36-9c99-2fb1bb9079f6"); }
314
+ static get AdminHeaderSettings() { return (0, fx_models_1.guid)("47f4c610-3c26-4698-90c4-ae0ff52d697f"); }
315
+ static get AdminHeaderSettingsCore() { return (0, fx_models_1.guid)("5afb16df-86d8-4561-b35a-92f5f8fbe5e2"); }
316
+ static get PropertySetsJourney() { return (0, fx_models_1.guid)("813c8357-aa75-489f-b022-f5c7b0a02443"); }
317
+ static get PropertiesJourney() { return (0, fx_models_1.guid)("95f6e9a4-f728-4543-9986-44bf59323c76"); }
318
+ static get PropertyArchiveJourney() { return (0, fx_models_1.guid)("f24e9874-7c5e-415c-8513-5d3a591c18f0"); }
319
+ static get QueryablePropertiesJourney() { return (0, fx_models_1.guid)("19997524-d6bc-4fc2-a411-bd1e3faf661b"); }
320
+ static get AppPropertiesJourney() { return (0, fx_models_1.guid)("b830a978-3f58-4951-a2d8-1e2b2009a126"); }
321
+ static get RichTextEditorSettings() { return (0, fx_models_1.guid)("ece24f01-1e63-4c2a-bbff-f713f9dde5c3"); }
322
+ static get TenantHeader() { return (0, fx_models_1.guid)("45afc3a3-23e2-4947-ab8d-fa937b033298"); }
323
+ static get TenantRegional() { return (0, fx_models_1.guid)("fcf7035a-4e22-428f-bcdd-47843d4882ba"); }
324
+ static get TenantAdminSetting() { return (0, fx_models_1.guid)("5618d436-945b-4fdf-b432-93dac1a541a6"); }
325
+ static get TenantLocalizationAdmin() { return (0, fx_models_1.guid)("b4f33fbe-c8ed-473f-8d25-84f35154a981"); }
326
+ static get TenantAdministratorPermissionJourney() { return (0, fx_models_1.guid)("af0c761e-8ba5-4dee-858c-a7593adcce76"); }
327
+ static get BusinessProfileAdministratorPermissionJourney() { return (0, fx_models_1.guid)("01dbddb7-0b1a-48dc-af16-cd4f534cd2de"); }
328
+ static get TenantLogoSettings() { return (0, fx_models_1.guid)("5c4689dc-cb79-4138-8300-f8b99d550c35"); }
329
+ static get ErrorInformation() { return (0, fx_models_1.guid)("b2402e98-de00-440b-9084-5460f5d8d2ff"); }
330
+ static get SystemAccountForm() { return (0, fx_models_1.guid)("0f7957bf-937e-4563-992a-f142e027d1d2"); }
331
+ static get YammerAppForm() { return (0, fx_models_1.guid)("352e23d3-9a20-40f7-8699-1b9796032e3a"); }
332
+ static get GovernanceDashboard() { return (0, fx_models_1.guid)("8b58ab03-7af5-47f1-a82d-290964567cc9"); }
333
+ static get GovernanceDashboardSettings() { return (0, fx_models_1.guid)("e3378939-f5a4-45e3-98bf-e2f9c70a78ef"); }
334
+ static get GovernanceDashboardEditor() { return (0, fx_models_1.guid)("88896064-02b1-451f-ac47-ed6b4c90b4e3"); }
335
+ static get TextStyles() { return (0, fx_models_1.guid)("67982bb7-524f-4e91-9b2f-05bd2ab3c088"); }
336
+ static get TenantGeneralSettings() { return (0, fx_models_1.guid)("62529631-696b-457b-bc04-18c888fc940f"); }
337
+ static get PeopleRollup() { return (0, fx_models_1.guid)("b5a5fd89-a18c-4c0e-9087-7cb3556bede5"); }
338
+ static get PeopleRollupSettings() { return (0, fx_models_1.guid)("7d4ad6a0-4228-409e-ba6e-f23fc8b528b8"); }
339
+ static get PeopleRollupBreakpointSettings() { return (0, fx_models_1.guid)("4c8d688c-7d68-4b6a-afcb-f0d9acfca585"); }
340
+ static get PeopleRollupCardView() { return (0, fx_models_1.guid)("714ca471-9a03-4904-bf8d-dd004f68c739"); }
341
+ static get PeopleRollupCardViewSettings() { return (0, fx_models_1.guid)("3d27c8d2-51e7-447f-92fb-7b2e30e94705"); }
342
+ static get PageRollupRollerViewSettings() { return (0, fx_models_1.guid)("0d2c2989-adc4-46b5-a2a7-a594177420f1"); }
343
+ static get PageRollupRollerView() { return (0, fx_models_1.guid)("2bb232b8-130c-44a7-ab02-f49a1e604041"); }
344
+ static get PersonSearchTemplate() { return (0, fx_models_1.guid)("6628abdf-153a-492d-8be0-b0351a11bfcf"); }
345
+ static get UserProfileCompletion() { return (0, fx_models_1.guid)("c67badd3-d4bd-46cf-a936-dfde200a1343"); }
346
+ static get UserProfilePropertiesWizard() { return (0, fx_models_1.guid)("95dd7949-6c02-4ccb-8539-20d39c6f9b8a"); }
347
+ static get UserProfileCompletionAppJourney() { return (0, fx_models_1.guid)("82eb3d91-4379-49ec-b654-25b344ef73a1"); }
348
+ static get UserProfileStrippedCard() { return (0, fx_models_1.guid)("76f539e0-707c-4cf1-ae78-a65f21c597e6"); }
349
+ static get UserProfileCompletionBlockSettings() { return (0, fx_models_1.guid)("b07bafaa-287c-4475-86bd-2e0bed1acfee"); }
350
+ static get UserProfileSendPropertyFeedback() { return (0, fx_models_1.guid)("a0afdf07-1334-4126-89e9-e801bc910423"); }
351
+ static get UserProfileActionMenu() { return (0, fx_models_1.guid)("3f066813-6de8-473a-9a71-77c6bf7dff47"); }
352
+ static get TeamCollabAppSiteDesign() { return (0, fx_models_1.guid)("217ed582-9bfe-4f85-97a6-712174e56954"); }
353
+ static get MySitesWizard() { return (0, fx_models_1.guid)("e5b46f7b-51ca-44ad-9213-19d3f8d7ebea"); }
354
+ static get MyTeamCollaboration() { return (0, fx_models_1.guid)("d0bbc0c4-559c-4170-8993-31907bfd2928"); }
355
+ static get MyTeamCollaborationDialog() { return (0, fx_models_1.guid)("9a55b428-0c74-4ba1-8444-5fd1c9c9ff59"); }
356
+ static get MyTeamCollaborationSettingsForm() { return (0, fx_models_1.guid)("467ef7ea-6e3d-478f-b5ab-7a0678f7f6c2"); }
357
+ static get MyTeamCollaborationEditorSettings() { return (0, fx_models_1.guid)("b43f4963-499c-47ca-8939-f5beaf0b4a8a"); }
358
+ static get MyTeamCollaborationCategoryFollowed() { return (0, fx_models_1.guid)("46f125ec-07f0-4258-8aa5-10c9c87a8d27"); }
359
+ static get MyTeamCollaborationCategoryRecently() { return (0, fx_models_1.guid)("10ec1cfb-3e09-453a-99f9-0cb95d731d1a"); }
360
+ static get MyTeamCollaborationCategoryGroup() { return (0, fx_models_1.guid)("5e71a7f3-faaf-4a15-ba5d-f3fe48307616"); }
361
+ static get MyTeamCollaborationCategorySearch() { return (0, fx_models_1.guid)("c0d060d6-9325-4c00-ab7b-36e650695b63"); }
362
+ static get TeamworkNavigationActionHandlerSettings() { return (0, fx_models_1.guid)("2f095349-3faa-4b78-8f9e-eeb7de691641"); }
363
+ static get TeamworkNavigationSettingsWrapper() { return (0, fx_models_1.guid)("51430cc4-8222-4689-9e1c-b52cf9481fb2"); }
364
+ static get TeamworkNavigationSettings() { return (0, fx_models_1.guid)("74b6d6f6-8cdb-424f-8ba1-03d7426a3cfb"); }
365
+ static get TeamworkNavigationTabSettings() { return (0, fx_models_1.guid)("5f7b4425-cdd1-46fb-8dc7-698694ab5810"); }
366
+ static get TeamworkNavigationDialog() { return (0, fx_models_1.guid)("1fd88b37-db0d-4ba2-b63c-b6ac7d004791"); }
367
+ static get AppCreationActionHandlerSettings() { return (0, fx_models_1.guid)("948562a5-fecb-41dc-8cba-b8ea6e3c8ed5"); }
368
+ static get CreateAppDialog() { return (0, fx_models_1.guid)("fc16945f-04e0-4309-9823-17c5d6963af5"); }
369
+ static get TeamNewsListView() { return (0, fx_models_1.guid)("a6d1503c-445e-44b1-9f54-d124c14df29b"); }
370
+ static get TeamNewsListViewSettings() { return (0, fx_models_1.guid)("d7231aab-9393-4a6d-8aff-4b4d5a5498c4"); }
371
+ static get TeamNewsGroupView() { return (0, fx_models_1.guid)("7841542b-fb29-4ac2-9676-52a83a6167b9"); }
372
+ static get TeamNewsGroupViewSettings() { return (0, fx_models_1.guid)("bdcc3a9d-c7f7-4055-bed3-5518dcfd8e42"); }
373
+ static get TeamNewsRollup() { return (0, fx_models_1.guid)("f59074f3-a738-4668-8f29-4bbecdb223a6"); }
374
+ static get TeamNewsRollupSettings() { return (0, fx_models_1.guid)("e32e54a4-3538-45a6-9bd2-a2c77c7a3162"); }
375
+ static get TeamCollaborationAppWizard() { return (0, fx_models_1.guid)("69633624-6d96-4459-9819-1c6efbc1bc98"); }
376
+ static get TeamCollaborationAppJourney() { return (0, fx_models_1.guid)("a6724d9c-bed5-45fe-aed3-b479e5b8be72"); }
377
+ static get TeamCollaborationSettingsJourney() { return (0, fx_models_1.guid)("4cd5054d-ab4a-44df-b4f0-cd4be9d1ee50"); }
378
+ static get TeamCollaborationSettingsSwitchingTemplateBlade() { return (0, fx_models_1.guid)("561806c4-118a-41b5-ab81-7aa32d162367"); }
379
+ static get TeamCollaborationSettingsEditAppInstanceBlade() { return (0, fx_models_1.guid)("b358eb4c-58fb-4911-9c7c-2fca8b2fe186"); }
380
+ static get TeamCollaborationSettingsSwitchingTemplateBladeRegistration() { return (0, fx_models_1.guid)("82001098-ae85-4239-8bd9-30132d68b57e"); }
381
+ static get TeamCollaborationSettingsEditAppInstanceBladeRegistration() { return (0, fx_models_1.guid)("d33eb6d0-55e7-414c-8b1a-45173d870455"); }
382
+ static get TeamCollaborationSettingsSwitchingTemplateJourney() { return (0, fx_models_1.guid)("b0e4ded9-14dd-47ed-9922-6f884b927f9a"); }
383
+ static get TeamCollaborationSettingsSwitchingTemplateJourneyRegistration() { return (0, fx_models_1.guid)("389048fb-b6ad-4323-a7f8-ec050b891853"); }
384
+ static get TeamCollaborationSettingsEditBlade() { return (0, fx_models_1.guid)("4a153966-6f4b-40c5-8168-254b660fdacf"); }
385
+ static get EditSitePropertiesListener() { return (0, fx_models_1.guid)("bf02832c-e7a3-4b23-8cb5-e7c5a3d18225"); }
386
+ static get EditSiteProperties() { return (0, fx_models_1.guid)("0763adcc-c07e-4297-83f0-74f05481b577"); }
387
+ static get TeamEndUserSettings() { return (0, fx_models_1.guid)("f39eb89e-3932-40e2-9d9f-11428375aa07"); }
388
+ static get TeamCollaborationFacebookWorkplace() { return (0, fx_models_1.guid)("f934fa3c-249d-4f52-bf71-bd6b2fac8c42"); }
389
+ static get TeamCollaborationRollup() { return (0, fx_models_1.guid)("87f6d9e7-57bc-4495-ba2d-e1bf961642ac"); }
390
+ static get TeamCollaborationRollupSettings() { return (0, fx_models_1.guid)("f21dd020-677b-470d-b81f-8936b154c8d4"); }
391
+ static get TeamCollaborationRollupSettingsComponent() { return (0, fx_models_1.guid)("e9b8581b-4361-421b-abf7-dde9cac7e680"); }
392
+ static get TeamCollaborationListView() { return (0, fx_models_1.guid)("91165348-4030-44d1-9ef9-91f687a8f9ce"); }
393
+ static get TeamCollaborationListViewSettings() { return (0, fx_models_1.guid)("d6f547ec-cf89-486f-8b59-c999553869e1"); }
394
+ static get TeamCollaborationNavigationView() { return (0, fx_models_1.guid)("1d7374e8-24bf-4e0e-b4d3-752fa89c7a38"); }
395
+ static get TeamCollaborationNavigationViewSettings() { return (0, fx_models_1.guid)("a1fd35eb-760a-45c7-b812-148a519ef500"); }
396
+ static get TeamCollaborationRollupRenderer() { return (0, fx_models_1.guid)("d22b2917-be60-43d4-b989-49eba88dcac3"); }
397
+ static get TeamCollaborationRollupMetricDetailsDialog() { return (0, fx_models_1.guid)("75ccd5e7-f7b5-4d4f-aa6e-5391c1946b4b"); }
398
+ static get CreateTeamworkBlock() { return (0, fx_models_1.guid)("0f1da23c-05a0-4ff3-a3e6-83e1252db696"); }
399
+ static get CreateTeamworkComponent() { return (0, fx_models_1.guid)("466c0ccc-ed0e-41d9-b8c2-1200fb7ec59c"); }
400
+ static get CreateTeamworkBlockSettings() { return (0, fx_models_1.guid)("c5b867ec-4613-4b57-b75a-83461e1928ec"); }
401
+ static get CreateTeamworkComponentSettings() { return (0, fx_models_1.guid)("0f6acac7-4d03-4360-937c-867db34e02ad"); }
402
+ static get CreateTeamworkCores() { return (0, fx_models_1.guid)("b8dd3a04-32c4-4003-9b3f-78f4ef8120a8"); }
403
+ static get AppAuthenticationOptions() { return (0, fx_models_1.guid)("ecb78fcf-1185-4026-bda4-390794ea5a9e"); }
404
+ static get WorkspaceActionMenuRenderer() { return (0, fx_models_1.guid)("758a3f18-b248-463f-907f-cebdff9bc5e7"); }
405
+ static get WorkspaceActionMenuHorizontalRenderer() { return (0, fx_models_1.guid)("3f7d99f4-ab95-4ed3-9be0-9422e2f08530"); }
406
+ static get WorkspaceActionMenuVerticalRenderer() { return (0, fx_models_1.guid)("bc3c24bd-9f45-42bb-a4bf-12259792285c"); }
407
+ static get WorkspaceMegaMenuRenderer() { return (0, fx_models_1.guid)("08e0dda7-224a-4e83-b8da-e1830a4e1302"); }
408
+ static get WorkspaceMegaMenuRendererCore() { return (0, fx_models_1.guid)("a3d28198-a978-4d5b-9268-5f7978c6b274"); }
409
+ static get WorkspaceMegaMenuHorizontalRenderer() { return (0, fx_models_1.guid)("1529380d-4716-4b89-a6f7-04fdbe4b43f4"); }
410
+ static get WorkspaceMegaMenuVerticalRenderer() { return (0, fx_models_1.guid)("9a17e867-795c-4e2f-b3fa-abc44205b86c"); }
411
+ static get WorkspaceMegaMenuCompactRenderer() { return (0, fx_models_1.guid)("773f320b-6e4f-4728-a076-21191c14f319"); }
412
+ static get WorkspaceHomeRenderer() { return (0, fx_models_1.guid)("7de92d83-b0f9-4d94-8955-1f08280bf141"); }
413
+ static get WorkspaceHomeNodeRenderer() { return (0, fx_models_1.guid)("074fa352-dae9-44d4-b117-e973b0c29201"); }
414
+ static get WorkspaceVerticalNavigationBar() { return (0, fx_models_1.guid)("0780dd3a-40f3-4aa3-b1f3-327ac9248b2c"); }
415
+ static get WorkspaceHorizontalNavigationBar() { return (0, fx_models_1.guid)("aa6054db-2528-40ea-ace4-e7277caa6530"); }
416
+ static get GovernanceAdmin() { return (0, fx_models_1.guid)("6f01e39b-cd24-4775-a384-c847a36eb8e9"); }
417
+ static get GovernanceAdminSettings() { return (0, fx_models_1.guid)("bb1a2680-74e5-4b8c-90e8-d87f4e0918cc"); }
418
+ static get MicrosoftSearchTemplate() { return (0, fx_models_1.guid)("4b2c76df-5b7c-499e-93bb-22a7d909b9d7"); }
419
+ static get EnterpriseGlossaryJourney() { return (0, fx_models_1.guid)("21882c38-d6a7-4ff9-9fce-49874f7864a1"); }
420
+ static get EnterpriseGlossaryHomeBlade() { return (0, fx_models_1.guid)("f5f60895-5f14-4b51-bf26-93981dcef246"); }
421
+ static get EnterpriseGlossaryTaxonomyBlade() { return (0, fx_models_1.guid)("01c2f152-74b3-42c6-bb18-6335b9f3030a"); }
422
+ static get SharePointTermMappingsBlade() { return (0, fx_models_1.guid)("a779a1ce-c613-4833-b278-165c22e2ff3b"); }
423
+ static get SharePointTermTreeUISettingsBlade() { return (0, fx_models_1.guid)("282a777f-b040-430f-93b7-562987ad12b4"); }
424
+ static get TermTreeUISettingsBlade() { return (0, fx_models_1.guid)("abffd0f7-2f68-40cc-b467-d70adc2af581"); }
425
+ static get SharePointTermUISettingsBlade() { return (0, fx_models_1.guid)("e5424a19-67bf-4599-bfde-ebc101b3f5ea"); }
426
+ static get TaxonomyNavigation() { return (0, fx_models_1.guid)("0ed328bd-5d9e-4613-85d7-fb51abb490a1"); }
427
+ static get TaxonomyNavigationSettings() { return (0, fx_models_1.guid)("aada204b-9c67-40e3-892e-0bb05e003f57"); }
428
+ static get SignOffRequestJourney() { return (0, fx_models_1.guid)("9c4dbbe9-8bdd-4017-b1d8-3e477e179010"); }
429
+ static get SignOffRequestHeaderRequestedByMeList() { return (0, fx_models_1.guid)("a152b5cf-cf71-4d52-bfe1-d61ef1c34cb4"); }
430
+ static get SignOffRequestHeaderCreateNewRequest() { return (0, fx_models_1.guid)("2ea29d82-fbce-4de4-93c1-126f7f4c2493"); }
431
+ static get SignOffRequestRollup() { return (0, fx_models_1.guid)("830aeebd-a033-4b00-969c-a8c135e2f344"); }
432
+ static get SignOffRequestRollupSettings() { return (0, fx_models_1.guid)("cf036fe4-cc94-4cbf-8ac0-1f45e61470b8"); }
433
+ static get SignOffRequestRollupListView() { return (0, fx_models_1.guid)("f3e1fd69-399f-428a-8b15-0816e6177b06"); }
434
+ static get SignOffRequestRollupListViewSettings() { return (0, fx_models_1.guid)("9ad600fc-4efd-471b-8217-3af97e99522f"); }
435
+ static get SignOffRequestRollupSummaryView() { return (0, fx_models_1.guid)("eca34b0d-ba78-4f92-99ed-1a54eef4d0ec"); }
436
+ static get SignOffRequestRollupSummaryViewSettings() { return (0, fx_models_1.guid)("b6fc1b7f-7053-4c73-bdc7-9476376ab861"); }
437
+ static get SignOffRequestCreation() { return (0, fx_models_1.guid)("141bdfc9-61c2-4bf0-8ea7-9d48e17c837c"); }
438
+ static get SignOffRequestInfo() { return (0, fx_models_1.guid)("b71b7e9e-c9dc-44ef-9e00-f27dfad2d03d"); }
439
+ static get SignOffRequestReminder() { return (0, fx_models_1.guid)("dc94479d-1659-434d-9407-952235d42757"); }
440
+ static get SignOffRequestResourceList() { return (0, fx_models_1.guid)("b22753ef-4801-454d-997a-30a89d0ae943"); }
441
+ static get SignOffRequestResourceProvider() { return (0, fx_models_1.guid)("416779e6-b2e9-4c2d-b372-fd7623b0c22a"); }
442
+ static get SignOffRequestInfoPersistentDialog() { return (0, fx_models_1.guid)("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); }
443
+ static get SignOffRequestUpdateStatusDialog() { return (0, fx_models_1.guid)("e21e1edc-4610-43e4-9791-a5694f03554e"); }
444
+ static get SignOffRequestQueryableProperties() { return (0, fx_models_1.guid)("5fb83ba2-a122-4324-925f-aa7dad59a22d"); }
445
+ static get MicrosoftTeamChannelFeedCore() { return (0, fx_models_1.guid)("c3899c18-6445-47b8-a1db-fb583e1c0f54"); }
446
+ static get MicrosoftTeamChannelFeedBlockSettings() { return (0, fx_models_1.guid)("eb2b833b-d1ac-44aa-b22e-8df743d251a8"); }
447
+ static get MicrosoftTeamChannelFeedBlock() { return (0, fx_models_1.guid)("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
448
+ static get CustomEmailJourney() { return (0, fx_models_1.guid)("61fdccaf-f48f-471d-be82-2dc9b5911c85"); }
449
+ static get WorkspaceSettings() { return (0, fx_models_1.guid)("a61a15c5-ce4e-4b94-9d23-6d92f30e8968"); }
450
+ static get WorkspaceHomeChrome() { return (0, fx_models_1.guid)("76d4d02a-f920-4e79-93ab-f92ee938b103"); }
451
+ static get WorkspaceHomeStatistic() { return (0, fx_models_1.guid)("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); }
452
+ static get WorkspaceJourney() { return (0, fx_models_1.guid)("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); }
453
+ static get WorkspaceHeader() { return (0, fx_models_1.guid)("08d22274-4320-4e34-a477-3c3497392e13"); }
454
+ static get WorkspaceChromeBlade() { return (0, fx_models_1.guid)("c184e6e9-7a14-457b-b2ec-658b0889db74"); }
455
+ static get AdminSystemJourney() { return (0, fx_models_1.guid)("8d451f6c-bcf4-42c3-a4a0-7d3ad5de09a3"); }
456
+ static get DesignerJourney() { return (0, fx_models_1.guid)("b8a88ec9-091d-44f6-b5b7-ee8562525d42"); }
457
+ static get PropertiesBlockGroup() { return (0, fx_models_1.guid)("7c1b8998-62b9-4ea9-b118-0dedc6209ebb"); }
458
+ static get PropertiesBlockCore() { return (0, fx_models_1.guid)("9bcebc94-e59e-4a24-a88d-282ac92bcca9"); }
459
+ static get PropertiesBlockSettings() { return (0, fx_models_1.guid)("29559185-3df2-4049-93e5-d8326ec94982"); }
460
+ static get PropertiesBlockSettingConfiguration() { return (0, fx_models_1.guid)("b95bdf10-d32d-4659-836c-eadc1d57ac55"); }
461
+ static get PropertiesBlock() { return (0, fx_models_1.guid)("88894e6a-2e41-44b6-a6f1-af3612caf276"); }
462
+ static get AnalyticsBlocksCore() { return (0, fx_models_1.guid)("1b9cc09e-9e67-4c7c-87ea-9854a345403b"); }
463
+ static get AnalyticsWidgetBlockSettings() { return (0, fx_models_1.guid)("a8d46ae3-9f87-457b-8f95-e4b4aea5df6c"); }
464
+ static get AnalyticsWidgetBlock() { return (0, fx_models_1.guid)("56dd7c8f-3c3f-4ec3-8e41-e398c79f945a"); }
465
+ static get AnalyticsFilterBlockSettings() { return (0, fx_models_1.guid)("287d6801-5fdb-4649-a057-b52adc1c278a"); }
466
+ static get AnalyticsFilterBlock() { return (0, fx_models_1.guid)("aebb9b0b-32ae-4b14-b0f1-3515b62f329f"); }
467
+ static get PowerAppBlock() { return (0, fx_models_1.guid)("8905b50b-3b48-4053-b667-d3abf5d7c4ef"); }
468
+ static get PowerAppBlockSettings() { return (0, fx_models_1.guid)("faa90898-9cc3-4db8-ab24-e36fa6d96ea3"); }
469
+ static get PowerAppSettingAdminJourney() { return (0, fx_models_1.guid)("b643dd40-d26c-4c73-9f23-d5fa4b436064"); }
470
+ static get OrganizationTreeBlockCore() { return (0, fx_models_1.guid)("b59eb584-f59f-4caf-a9a7-4697e49aafca"); }
471
+ static get OrganizationTreeBlock() { return (0, fx_models_1.guid)("38345507-17ee-410c-8583-f7eb587e5903"); }
472
+ static get OrganizationTreeBlockSettings() { return (0, fx_models_1.guid)("8680e45c-a948-4321-b5c1-e09b80eb20d9"); }
473
+ static get AppRenderer() { return (0, fx_models_1.guid)("01d197fb-39b8-4921-89e8-c8f865b6fcb0"); }
474
+ static get MsTeamTabLayoutConfiguration() { return (0, fx_models_1.guid)("104760a6-6754-4bbb-8325-4e42bef75b8a"); }
475
+ static get PostsFeed() { return (0, fx_models_1.guid)("74c4e208-e37f-41a5-ba96-c4bf64464523"); }
476
+ static get PostsFeedSettings() { return (0, fx_models_1.guid)("7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b"); }
477
+ static get TenantUserManagementJourney() { return (0, fx_models_1.guid)("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"); }
478
+ static get BusinessProfileUserManagementJourney() { return (0, fx_models_1.guid)("9539268b-7419-44dd-9707-96a5ff9d0b0d"); }
479
+ static get UserManagementCore() { return (0, fx_models_1.guid)("2b3fc3f2-bc60-44a0-8688-764f3b2d62c8"); }
480
+ static get UserManagementUserTypeListingBlade() { return (0, fx_models_1.guid)("ebd9788a-b217-4868-8f4e-594ecf568806"); }
481
+ static get UserManagementUserTypeCreateDialog() { return (0, fx_models_1.guid)("b4acc93e-c207-4b9c-b65d-d74e0058f416"); }
482
+ static get UserManagementUserTypeDetailBlade() { return (0, fx_models_1.guid)("0f51dc5b-13ae-4c3e-8b74-eab4eb3b289b"); }
483
+ static get UserManagementSyncProviderListingBlade() { return (0, fx_models_1.guid)("242dc560-2ede-41f0-b6d4-151884a2ec63"); }
484
+ static get UserManagementSyncProviderSettingsBlade() { return (0, fx_models_1.guid)("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
485
+ static get UserManagementSyncProviderLogsBlade() { return (0, fx_models_1.guid)("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
486
+ static get UserManagementUserJourney() { return (0, fx_models_1.guid)("f5842aad-ad83-4b4b-b7b8-ef9d6eb8b8e1"); }
487
+ static get UserManagementUserActiveJourney() { return (0, fx_models_1.guid)("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
488
+ static get UserManagementActiveUserListing() { return (0, fx_models_1.guid)("1972b656-c68c-4c50-afa7-c76c8959b88d"); }
489
+ static get UserManagementDeletedUserListing() { return (0, fx_models_1.guid)("a7dfb3df-024c-49ac-a5f0-6dfd46c2ab65"); }
490
+ static get UserManagementUserDetailBlade() { return (0, fx_models_1.guid)("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"); }
491
+ static get UserManagementUserAuthenticationBlade() { return (0, fx_models_1.guid)("2de8ec5f-9d03-4828-b192-8ba37e48b322"); }
492
+ static get UserManagementGroupListingBlade() { return (0, fx_models_1.guid)("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
493
+ static get UserManagementActiveGroupListing() { return (0, fx_models_1.guid)("f333ebaa-d009-4169-a2ff-868e8b751bf9"); }
494
+ static get UserManagementDeletedGroupListing() { return (0, fx_models_1.guid)("3620baa9-5501-45fa-955e-79d176a72a51"); }
495
+ static get UserManagementGroupDetailBlade() { return (0, fx_models_1.guid)("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
496
+ static get UserManagementAuthenticationSettingsBlade() { return (0, fx_models_1.guid)("a95a8b4a-7e94-4190-9240-87b361950843"); }
497
+ static get UserManagementDynamicGroupListingBlade() { return (0, fx_models_1.guid)("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
498
+ static get UserManagementDynamicGroupDetailBlade() { return (0, fx_models_1.guid)("f43ef789-418d-4f56-bd27-88420f3d9823"); }
499
+ static get UserManagementUserPropertyListingBlade() { return (0, fx_models_1.guid)("77fa3438-c920-4b32-bddc-1b8361e530c2"); }
500
+ static get UserManagementUserPropertyDetailBlade() { return (0, fx_models_1.guid)("3967363b-80cd-4b12-900f-7a9c7975bf6a"); }
501
+ static get UserManagementUserDetailBladeAuthenticationTab() { return (0, fx_models_1.guid)("95a66c49-40c7-442c-b815-359c5d299365"); }
502
+ static get UserManagementUserDetailBladePropertiesTab() { return (0, fx_models_1.guid)("9c7c9267-6bae-4157-a588-98eecb88663d"); }
503
+ static get UserManagementBulkImportBlade() { return (0, fx_models_1.guid)("8df3cbab-53d4-4091-8fe0-a44f88e92018"); }
504
+ static get UserManagementLoginLogBlade() { return (0, fx_models_1.guid)("f00e21cd-5e0f-472a-a91d-c2b927e25fa7"); }
505
+ static get BusinessProfileAuthenticationBlade() { return (0, fx_models_1.guid)("4c9410c5-86ff-49a6-a493-f8a35bb3f990"); }
506
+ static get TenantAnalyticsJourney() { return (0, fx_models_1.guid)("d64bc647-0d37-49de-bd60-eb0d39cbb4a9"); }
507
+ static get TenantAnalyticsSetupBlade() { return (0, fx_models_1.guid)("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
508
+ static get TenantAnalyticsConfigurationBlade() { return (0, fx_models_1.guid)("4027e639-92ed-4064-95c8-f715f02cacac"); }
509
+ static get TenantAnalyticsAddDimensionBlade() { return (0, fx_models_1.guid)("752607aa-4b6e-4865-90cc-c867fa1e0d91"); }
510
+ static get UserManagementSelfService() { return (0, fx_models_1.guid)("36d0078c-1c79-486b-b4e3-92a97f03bdb5"); }
511
+ static get UserManagementIdentityCreationRequestPendingApprovalListing() { return (0, fx_models_1.guid)("6f3f70ca-afc5-4724-b3f8-405986a21717"); }
512
+ static get SetupWizardViewCore() { return (0, fx_models_1.guid)("758d200f-91f3-4446-8662-07592f89eeba"); }
513
+ static get SetupWizardGeneralStep() { return (0, fx_models_1.guid)("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
514
+ static get SetupWizardBrandingStep() { return (0, fx_models_1.guid)("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); }
515
+ static get SetupWizardSharelinksStep() { return (0, fx_models_1.guid)("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); }
516
+ static get SetupWizardContentStep() { return (0, fx_models_1.guid)("c6633522-ba83-4077-99b1-a4e9cde070c6"); }
517
+ static get SetupWizardReviewStep() { return (0, fx_models_1.guid)("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); }
518
+ static get SetupWizardKnowledgeSharingPrerequisiteStep() { return (0, fx_models_1.guid)("2fe0d1f5-8b48-4d2d-99d6-2ac0cce110a4"); }
519
+ static get SetupWizardDashboard() { return (0, fx_models_1.guid)("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); }
520
+ static get SetupWizardLearningCenterGeneralStep() { return (0, fx_models_1.guid)("accbe29d-82ee-433a-aa13-1237ce09ea81"); }
521
+ static get SetupWizardLearningCenterPropertiesStep() { return (0, fx_models_1.guid)("65005044-e744-432c-bb2d-b249391df84d"); }
522
+ static get SetupWizardNewsManagementGlobalNewsStep() { return (0, fx_models_1.guid)("66433585-45d7-4a8a-af0b-64a29cf3c398"); }
523
+ static get SetupWizardNewsManagementLocalNewsStep() { return (0, fx_models_1.guid)("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); }
524
+ static get SetupWizardNewsManagementPropertiesStep() { return (0, fx_models_1.guid)("18a77776-3832-4776-a045-58e296dc8b01"); }
525
+ static get AttachSiteButton() { return (0, fx_models_1.guid)("2cff741d-3f85-46e3-b36f-143020d9a547"); }
526
+ static get AppEditing() { return (0, fx_models_1.guid)("c6d42107-01a5-4825-910e-4232aeac8b75"); }
527
+ static get SensitivityLabel() { return (0, fx_models_1.guid)("036c36b9-9a43-4829-aa09-01c6b5868a82"); }
528
+ static get SetupTeamwork() { return (0, fx_models_1.guid)("9f8b5841-8bcd-4de3-8000-c1f1c0deb062"); }
529
+ static get TeamworkActiveLastActivityMetricIndicator() { return (0, fx_models_1.guid)("11dddd47-19a4-4569-89d0-e5762d97a9ef"); }
530
+ static get TeamworkActiveLastActivityMetricDetail() { return (0, fx_models_1.guid)("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); }
531
+ static get TeamworkInactiveLastActivityMetricIndicator() { return (0, fx_models_1.guid)("bac2d261-df94-425b-847e-976496694295"); }
532
+ static get TeamworkInactiveLastActivityMetricDetail() { return (0, fx_models_1.guid)("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); }
533
+ static get LinkHandlerJourney() { return (0, fx_models_1.guid)("cc822f80-37e0-43ac-b37c-8d8963c7076c"); }
534
+ static get AzureCognitiveProviderComponent() { return (0, fx_models_1.guid)("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); }
535
+ static get QRCode() { return (0, fx_models_1.guid)("090e7f29-06c9-4a2a-be58-57d0dac10341"); }
536
+ static get QRCodeSettings() { return (0, fx_models_1.guid)("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); }
537
+ static get TenantSetupWizardNode() { return (0, fx_models_1.guid)("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); }
538
+ static get BusinessProfileSetupWizardNode() { return (0, fx_models_1.guid)("b1994257-d611-4582-ae32-16ac23bd8a6b"); }
539
+ static get TeamworkPermissionInput() { return (0, fx_models_1.guid)("240a15bb-2845-4ace-8408-6bc1d251b859"); }
540
+ static get SignOffRequestsRollupFilter_ProgressStatus_Renderer() { return (0, fx_models_1.guid)("84d11b73-19be-4191-8b63-564083c376f6"); }
541
+ static get SignOffRequestsRollupFilter_ProgressStatus_Settings() { return (0, fx_models_1.guid)("da2ab10e-0751-481b-8190-04f69178bc4c"); }
542
+ static get SignOffRequestsRollupFilter_ProgressStatus_Selection() { return (0, fx_models_1.guid)("a7bb250c-a401-4701-994d-845c61147fec"); }
543
+ static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput() { return (0, fx_models_1.guid)("e18ff6ce-8bd0-4511-baad-8ebf31d5f9ca"); }
544
+ static get SignOffRequestsRollupFilter_Status_Renderer() { return (0, fx_models_1.guid)("eb9d51de-a42d-4fdc-832d-80838014c11f"); }
545
+ static get SignOffRequestsRollupFilter_Status_Settings() { return (0, fx_models_1.guid)("ba1b7041-57e8-4175-91c8-995c18f9aaa5"); }
546
+ static get SignOffRequestsRollupFilter_Status_Selection() { return (0, fx_models_1.guid)("586025d5-e9a1-4b84-9737-f6da29ca3b4a"); }
547
+ static get SignOffRequestsRollupFilter_Status_DefaultValueInput() { return (0, fx_models_1.guid)("1ab3ab1d-ff20-498b-b479-a2d39dd3a196"); }
548
+ static get SignOffRequestsRollupFilter_Type_Renderer() { return (0, fx_models_1.guid)("e135d092-ee7b-4cd9-b014-d013de56ada5"); }
549
+ static get SignOffRequestsRollupFilter_Type_Settings() { return (0, fx_models_1.guid)("688e5482-ec4b-45d1-ba0a-f20e783c0ce3"); }
550
+ static get SignOffRequestsRollupFilter_Type_Selection() { return (0, fx_models_1.guid)("aa32f8b8-df04-4934-be45-fd7394e9cc8d"); }
551
+ static get SignOffRequestsRollupFilter_Type_DefaultValueInput() { return (0, fx_models_1.guid)("b22476a7-e734-4e59-9525-e8547fa85d32"); }
552
+ static get SignOffRequestsRollupFilter_RequestedBy_Renderer() { return (0, fx_models_1.guid)("7bee6655-ec92-4c5c-b780-a332fd8342be"); }
553
+ static get SignOffRequestsRollupFilter_RequestedBy_Settings() { return (0, fx_models_1.guid)("f5a8c7a1-5be7-44b0-bd5a-d6f85cfd70e4"); }
554
+ static get SignOffRequestsRollupFilter_RequestedBy_Selection() { return (0, fx_models_1.guid)("28b644c7-fc09-4325-a361-8f6968c1c5f9"); }
555
+ static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput() { return (0, fx_models_1.guid)("71418548-f409-42f4-b372-1d95d9ef5acf"); }
556
+ static get UserInformationBlockGroup() { return (0, fx_models_1.guid)("87ddfac4-0435-4da4-92f5-5173a4c86f19"); }
557
+ static get UserInformationBlockCore() { return (0, fx_models_1.guid)("f2067424-b6a9-4f40-b34b-cf71e7c93db8"); }
558
+ static get UserInformationBlockSettings() { return (0, fx_models_1.guid)("5f4d84f5-6d78-4be5-94b6-3f299d79b2aa"); }
559
+ static get UserInformationBlockSettingConfiguration() { return (0, fx_models_1.guid)("3fcfef27-9d19-435a-9745-f3006c5d3c7f"); }
560
+ static get UserInformationBlock() { return (0, fx_models_1.guid)("29f1772f-545e-4017-b9fa-d356c8192b66"); }
561
+ static get HttpCodeLayoutTenantJourney() { return (0, fx_models_1.guid)("a2b3a1be-68a8-49c2-8d60-5069174de7be"); }
562
+ static get HttpCodeLayoutBusinessProfileJourney() { return (0, fx_models_1.guid)("9b3a0a46-6267-48f3-b711-68bd16f62a66"); }
563
+ static get AuthenticationScreenBlade() { return (0, fx_models_1.guid)("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
564
+ static get AuthenticationScreenChrome() { return (0, fx_models_1.guid)("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
565
+ static get SystemLayoutJourney() { return (0, fx_models_1.guid)("29e4919f-ca93-492d-9b81-ddca5a5dc28a"); }
566
+ static get RecurrenceSetting() { return (0, fx_models_1.guid)("21a8d6b5-24ea-41fd-b977-b665718dbf51"); }
567
+ static get FormTemplatesBlade() { return (0, fx_models_1.guid)("868aa0d1-09d9-47cc-89c5-a099f43d73af"); }
568
+ static get FormTypesBlade() { return (0, fx_models_1.guid)("880a7e99-7cd0-4a2a-ac0b-09456f65a3d8"); }
569
+ static get CreateFormActionHandler() { return (0, fx_models_1.guid)("3df46ef7-c839-45f1-8a99-978335f4b368"); }
570
+ static get FormCreationActionHandlerSettings() { return (0, fx_models_1.guid)("bff1f934-f779-4ca7-b0c9-3a2bafca29db"); }
571
+ static get CreateFormDialog() { return (0, fx_models_1.guid)("52ce3fd9-cb45-4de7-8e7b-c0f91e8a0f11"); }
572
+ static get FormDialogBuilder() { return (0, fx_models_1.guid)("b15fb3cc-496f-4b63-8a1d-482a5c8fd6e7"); }
573
+ static get FormQueryableProperties() { return (0, fx_models_1.guid)("5d366ff5-08e2-4d00-9a4c-7281716a7b1e"); }
574
+ static get FormRollupSettings() { return (0, fx_models_1.guid)("ee87dca1-ce77-47c3-95ae-6e80738734f3"); }
575
+ static get FormRollup() { return (0, fx_models_1.guid)("bf5d9b81-a725-4b85-b7c1-2542d9574284"); }
576
+ static get FormRollupListView() { return (0, fx_models_1.guid)("6511f625-9adc-4e3f-bd98-dc9df01f12e9"); }
577
+ static get FormRollupListViewSettings() { return (0, fx_models_1.guid)("ff6022ed-ee70-43c6-801c-d769066c33f2"); }
578
+ static get FormRollupFormView() { return (0, fx_models_1.guid)("425bec81-142f-4b87-8cc6-3bab4f97cb34"); }
579
+ static get FormRollupFormViewSettings() { return (0, fx_models_1.guid)("29a51766-0fac-4235-abf8-7dd21cc8f36c"); }
580
+ static get FormViewItem() { return (0, fx_models_1.guid)("ea2e21ff-d752-4d0d-84bb-51810a53521e"); }
581
+ static get FormQuestionRenderer() { return (0, fx_models_1.guid)("11358173-b7ce-479b-8535-50e99df19371"); }
582
+ static get FormScopeTypeFilterEngineRenderer() { return (0, fx_models_1.guid)("c1ad40dd-abc3-4757-a816-abde75f5d433"); }
583
+ static get FormScopeFilterEngineRenderer() { return (0, fx_models_1.guid)("86a1dbac-87bf-4d10-8d59-003a8b0cf06f"); }
584
+ static get FormScopeFilterEngineSettings() { return (0, fx_models_1.guid)("2689637e-d336-4224-b91d-85c6a5f625b0"); }
585
+ static get FormScopeFilterEngineDefaultValueInput() { return (0, fx_models_1.guid)("c7352795-fe4f-44da-b6ce-5334200f437e"); }
586
+ static get FormScopeFilterEngineSelectionsArea() { return (0, fx_models_1.guid)("5808d4d8-db56-424b-ace7-a84501e0350e"); }
587
+ static get FormStatusFilterEngineRenderer() { return (0, fx_models_1.guid)("2638caca-7acf-49b1-be9e-924327a2ad1a"); }
588
+ static get FormStatusFilterEngineSettings() { return (0, fx_models_1.guid)("fea6b108-c9cc-4ffd-9044-89e9e632ba42"); }
589
+ static get FormStatusFilterEngineSelectionsArea() { return (0, fx_models_1.guid)("77c771b4-5cce-4db4-8229-38ce362b9a64"); }
590
+ static get FormStatusFilterEngineDefaultValueInput() { return (0, fx_models_1.guid)("0f92d659-4323-4e68-9315-0416a26baa04"); }
591
+ static get FormRendererSettings() { return (0, fx_models_1.guid)("6346a95e-8a0b-40ed-a529-c7a6fafbc265"); }
561
592
  }
562
593
  exports.WebComponentManifests = WebComponentManifests;
563
594
  class WebComponentElements {
@@ -565,9 +596,9 @@ class WebComponentElements {
565
596
  }
566
597
  exports.WebComponentElements = WebComponentElements;
567
598
  class TenantReusableContentManifests {
568
- static get AdminJourney() { return new fx_models_1.Guid("25f35a90-f1e0-49b5-952b-0a5dd40ee6fd"); }
569
- static get AdminList() { return new fx_models_1.Guid("92b0954f-d92b-491a-946b-e1c6c17ef802"); }
570
- static get AdminRegistration() { return new fx_models_1.Guid("196c367b-1df2-44e7-91b8-e49a28aabc95"); }
571
- static get AdminResource() { return new fx_models_1.Guid("1563a7e3-b75e-4063-8a38-5e7e1cb7dae7"); }
599
+ static get AdminJourney() { return (0, fx_models_1.guid)("25f35a90-f1e0-49b5-952b-0a5dd40ee6fd"); }
600
+ static get AdminList() { return (0, fx_models_1.guid)("92b0954f-d92b-491a-946b-e1c6c17ef802"); }
601
+ static get AdminRegistration() { return (0, fx_models_1.guid)("196c367b-1df2-44e7-91b8-e49a28aabc95"); }
602
+ static get AdminResource() { return (0, fx_models_1.guid)("1563a7e3-b75e-4063-8a38-5e7e1cb7dae7"); }
572
603
  }
573
604
  exports.TenantReusableContentManifests = TenantReusableContentManifests;