@omnia/workplace 8.0.6-dev → 8.0.7-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +1 -0
  2. package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +3 -0
  3. package/internal-do-not-import-from-here/models/Constants.d.ts +2 -2
  4. package/internal-do-not-import-from-here/models/Constants.js +28 -28
  5. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +16 -6
  6. package/internal-do-not-import-from-here/models/EnterpriseGlossaryInformation.d.ts +11 -0
  7. package/internal-do-not-import-from-here/models/EnterpriseGlossaryInformation.js +2 -0
  8. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +2 -2
  9. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +6 -2
  10. package/internal-do-not-import-from-here/models/ManifestIds.js +6 -2
  11. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +3 -3
  12. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
  13. package/internal-do-not-import-from-here/models/Workspace.d.ts +2 -2
  14. package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +2 -2
  15. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +3 -3
  16. package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
  17. package/internal-do-not-import-from-here/models/forms/Form.d.ts +3 -3
  18. package/internal-do-not-import-from-here/models/index.d.ts +1 -0
  19. package/internal-do-not-import-from-here/models/index.js +1 -0
  20. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +6 -6
  21. package/internal-do-not-import-from-here/models/qrcode.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +11 -12
  23. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +2 -1
  24. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +1 -0
  25. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +1 -0
  26. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +6 -0
  27. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +2 -2
  28. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +13 -13
  29. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +3 -14
  30. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
  31. package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +2 -2
  32. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -6
  33. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +2 -2
  34. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +2 -2
  35. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +2 -2
  36. package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -8
  37. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +2 -2
  38. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +2 -2
  39. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -3
  40. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +2 -2
  41. package/internal-do-not-import-from-here/stores/FormStore.d.ts +2 -2
  42. package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +4 -4
  43. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  44. package/internal-do-not-import-from-here/wctypings.d.ts +961 -40
  45. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "8.0.6-dev",
4
+ "version": "8.0.7-dev",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"