uapp-communication-sdk 1.0.0-dev.114 → 1.0.0-dev.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{CloudflareMeetingExperience-B4DDJ_J3.cjs → CloudflareMeetingExperience-BxYAkD6u.cjs} +2 -2
- package/{CloudflareMeetingExperience-LrMtoftH.js → CloudflareMeetingExperience-C_gT6XSQ.js} +3 -3
- package/{ExperienceError-D9S8PQbQ.js → ExperienceError-Bc2ulbHe.js} +2 -2
- package/{ExperienceError-Bkb6cI2H.cjs → ExperienceError-CWDatkwP.cjs} +2 -2
- package/{ZoomMeetingExperience-k_A10vQd.js → ZoomMeetingExperience-CKvBItWD.js} +3 -3
- package/{ZoomMeetingExperience-Bk31KY_k.cjs → ZoomMeetingExperience-Cx2fME7Q.cjs} +2 -2
- package/communication-sdk.cjs +5 -5
- package/communication-sdk.js +2179 -2167
- package/communication-sdk.standalone.js +139 -139
- package/package.json +1 -1
- package/types/app/App.d.ts +1 -2
- package/types/app/App.d.ts.map +1 -1
- package/types/app/AppFeatureProviders.d.ts +8 -0
- package/types/app/AppFeatureProviders.d.ts.map +1 -0
- package/types/app/di/composition-root.d.ts +2 -0
- package/types/app/di/composition-root.d.ts.map +1 -1
- package/types/app/router/AppRouter.d.ts.map +1 -1
- package/types/features/chat/infrastructure/chat-realtime-protocol.d.ts +2 -2
- package/types/features/chat/infrastructure/dto/chat-dtos.d.ts +4 -4
- package/types/features/chat/presentation/use-jump-to-message.d.ts +1 -1
- package/types/features/chat/presentation/use-jump-to-message.d.ts.map +1 -1
- package/types/features/feed/infrastructure/dto/feed-dtos.d.ts +4 -4
- package/types/features/org/infrastructure/dto/org-dtos.d.ts +12 -12
- package/types/features/permissions/presentation/use-permission-mutations.d.ts.map +1 -1
- package/types/features/settings/infrastructure/dto/feed-pref/feed-pref-dtos.d.ts +2 -2
- package/types/features/settings/infrastructure/dto/settings/settings-dtos.d.ts +12 -12
- package/types/features/tenant/application/get-tenant-dashboard-stats.use-case.d.ts +14 -0
- package/types/features/tenant/application/get-tenant-dashboard-stats.use-case.d.ts.map +1 -0
- package/types/features/tenant/application/get-tenant-general-settings.use-case.d.ts +11 -0
- package/types/features/tenant/application/get-tenant-general-settings.use-case.d.ts.map +1 -0
- package/types/features/tenant/application/get-tenant-list.use-case.d.ts +11 -0
- package/types/features/tenant/application/get-tenant-list.use-case.d.ts.map +1 -0
- package/types/features/tenant/application/index.d.ts +7 -0
- package/types/features/tenant/application/index.d.ts.map +1 -0
- package/types/features/tenant/application/login-tenant.use-case.d.ts +14 -0
- package/types/features/tenant/application/login-tenant.use-case.d.ts.map +1 -0
- package/types/features/tenant/application/register-tenant.use-case.d.ts +14 -0
- package/types/features/tenant/application/register-tenant.use-case.d.ts.map +1 -0
- package/types/features/tenant/application/update-tenant-general-settings.use-case.d.ts +11 -0
- package/types/features/tenant/application/update-tenant-general-settings.use-case.d.ts.map +1 -0
- package/types/features/tenant/domain/entities/tenant-dashboard-stats.d.ts +31 -0
- package/types/features/tenant/domain/entities/tenant-dashboard-stats.d.ts.map +1 -0
- package/types/features/tenant/domain/entities/tenant-general-settings.d.ts +22 -0
- package/types/features/tenant/domain/entities/tenant-general-settings.d.ts.map +1 -0
- package/types/features/tenant/domain/entities/tenant-item.d.ts +17 -0
- package/types/features/tenant/domain/entities/tenant-item.d.ts.map +1 -0
- package/types/features/tenant/domain/errors/tenant-errors.d.ts +20 -0
- package/types/features/tenant/domain/errors/tenant-errors.d.ts.map +1 -0
- package/types/features/tenant/domain/index.d.ts +7 -0
- package/types/features/tenant/domain/index.d.ts.map +1 -0
- package/types/features/tenant/domain/ports/tenant-auth-gateway.d.ts +37 -0
- package/types/features/tenant/domain/ports/tenant-auth-gateway.d.ts.map +1 -0
- package/types/features/tenant/domain/value-objects/index.d.ts +6 -0
- package/types/features/tenant/domain/value-objects/index.d.ts.map +1 -0
- package/types/features/tenant/domain/value-objects/tenant-app-name.vo.d.ts +8 -0
- package/types/features/tenant/domain/value-objects/tenant-app-name.vo.d.ts.map +1 -0
- package/types/features/tenant/domain/value-objects/tenant-password.vo.d.ts +8 -0
- package/types/features/tenant/domain/value-objects/tenant-password.vo.d.ts.map +1 -0
- package/types/features/tenant/domain/value-objects/tenant-person-name.vo.d.ts +8 -0
- package/types/features/tenant/domain/value-objects/tenant-person-name.vo.d.ts.map +1 -0
- package/types/features/tenant/domain/value-objects/tenant-phone.vo.d.ts +8 -0
- package/types/features/tenant/domain/value-objects/tenant-phone.vo.d.ts.map +1 -0
- package/types/features/tenant/domain/value-objects/tenant-user-name.vo.d.ts +8 -0
- package/types/features/tenant/domain/value-objects/tenant-user-name.vo.d.ts.map +1 -0
- package/types/features/tenant/index.d.ts +6 -0
- package/types/features/tenant/index.d.ts.map +1 -0
- package/types/features/tenant/infrastructure/index.d.ts +2 -0
- package/types/features/tenant/infrastructure/index.d.ts.map +1 -0
- package/types/features/tenant/infrastructure/mock-tenant-auth-gateway.d.ts +17 -0
- package/types/features/tenant/infrastructure/mock-tenant-auth-gateway.d.ts.map +1 -0
- package/types/features/tenant/presentation/TenantModuleProvider.d.ts +8 -0
- package/types/features/tenant/presentation/TenantModuleProvider.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/RegisterFormFields.d.ts +10 -0
- package/types/features/tenant/presentation/components/RegisterFormFields.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/TenantAuthLayout.d.ts +10 -0
- package/types/features/tenant/presentation/components/TenantAuthLayout.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/TenantLoginForm.d.ts +7 -0
- package/types/features/tenant/presentation/components/TenantLoginForm.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/TenantRegisterForm.d.ts +12 -0
- package/types/features/tenant/presentation/components/TenantRegisterForm.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/dashboard/GrowthChartSvg.d.ts +7 -0
- package/types/features/tenant/presentation/components/dashboard/GrowthChartSvg.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/dashboard/TenantKpiCards.d.ts +7 -0
- package/types/features/tenant/presentation/components/dashboard/TenantKpiCards.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/dashboard/UserDistributionChart.d.ts +8 -0
- package/types/features/tenant/presentation/components/dashboard/UserDistributionChart.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/dashboard/UserGrowthChart.d.ts +8 -0
- package/types/features/tenant/presentation/components/dashboard/UserGrowthChart.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/dashboard/growth-chart-math.d.ts +37 -0
- package/types/features/tenant/presentation/components/dashboard/growth-chart-math.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/manage/ColorPickerField.d.ts +7 -0
- package/types/features/tenant/presentation/components/manage/ColorPickerField.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/manage/GeneralSettingsTab.d.ts +9 -0
- package/types/features/tenant/presentation/components/manage/GeneralSettingsTab.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/manage/TenantManageHeader.d.ts +8 -0
- package/types/features/tenant/presentation/components/manage/TenantManageHeader.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/manage/TenantManageTabs.d.ts +8 -0
- package/types/features/tenant/presentation/components/manage/TenantManageTabs.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/manage/index.d.ts +4 -0
- package/types/features/tenant/presentation/components/manage/index.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/RegisterTenantFields.d.ts +12 -0
- package/types/features/tenant/presentation/components/registry/RegisterTenantFields.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/RegisterTenantModal.d.ts +50 -0
- package/types/features/tenant/presentation/components/registry/RegisterTenantModal.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TableRowActions.d.ts +9 -0
- package/types/features/tenant/presentation/components/registry/TableRowActions.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantCardActions.d.ts +10 -0
- package/types/features/tenant/presentation/components/registry/TenantCardActions.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantCardGrid.d.ts +12 -0
- package/types/features/tenant/presentation/components/registry/TenantCardGrid.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantCardModules.d.ts +6 -0
- package/types/features/tenant/presentation/components/registry/TenantCardModules.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantGridCard.d.ts +11 -0
- package/types/features/tenant/presentation/components/registry/TenantGridCard.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantQuickFilterCards.d.ts +12 -0
- package/types/features/tenant/presentation/components/registry/TenantQuickFilterCards.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantRegistryHeader.d.ts +9 -0
- package/types/features/tenant/presentation/components/registry/TenantRegistryHeader.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantSearchToolbar.d.ts +11 -0
- package/types/features/tenant/presentation/components/registry/TenantSearchToolbar.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantTable.d.ts +11 -0
- package/types/features/tenant/presentation/components/registry/TenantTable.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/TenantTableRow.d.ts +10 -0
- package/types/features/tenant/presentation/components/registry/TenantTableRow.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/index.d.ts +8 -0
- package/types/features/tenant/presentation/components/registry/index.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/quick-filter-icons.d.ts +6 -0
- package/types/features/tenant/presentation/components/registry/quick-filter-icons.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/register-tenant-sub-components.d.ts +13 -0
- package/types/features/tenant/presentation/components/registry/register-tenant-sub-components.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/registry-action-icons.d.ts +6 -0
- package/types/features/tenant/presentation/components/registry/registry-action-icons.d.ts.map +1 -0
- package/types/features/tenant/presentation/components/registry/tenant-icon-renderer.d.ts +4 -0
- package/types/features/tenant/presentation/components/registry/tenant-icon-renderer.d.ts.map +1 -0
- package/types/features/tenant/presentation/index.d.ts +12 -0
- package/types/features/tenant/presentation/index.d.ts.map +1 -0
- package/types/features/tenant/presentation/pages/TenantDashboardPage.d.ts +3 -0
- package/types/features/tenant/presentation/pages/TenantDashboardPage.d.ts.map +1 -0
- package/types/features/tenant/presentation/pages/TenantLoginPage.d.ts +3 -0
- package/types/features/tenant/presentation/pages/TenantLoginPage.d.ts.map +1 -0
- package/types/features/tenant/presentation/pages/TenantManagePage.d.ts +3 -0
- package/types/features/tenant/presentation/pages/TenantManagePage.d.ts.map +1 -0
- package/types/features/tenant/presentation/pages/TenantRegisterPage.d.ts +3 -0
- package/types/features/tenant/presentation/pages/TenantRegisterPage.d.ts.map +1 -0
- package/types/features/tenant/presentation/pages/TenantsRegistryContent.d.ts +15 -0
- package/types/features/tenant/presentation/pages/TenantsRegistryContent.d.ts.map +1 -0
- package/types/features/tenant/presentation/pages/TenantsRegistryPage.d.ts +3 -0
- package/types/features/tenant/presentation/pages/TenantsRegistryPage.d.ts.map +1 -0
- package/types/features/tenant/presentation/pages/use-tenants-registry-data.d.ts +9 -0
- package/types/features/tenant/presentation/pages/use-tenants-registry-data.d.ts.map +1 -0
- package/types/features/tenant/presentation/tenant-module-context.d.ts +3 -0
- package/types/features/tenant/presentation/tenant-module-context.d.ts.map +1 -0
- package/types/features/tenant/presentation/use-tenant-module.d.ts +3 -0
- package/types/features/tenant/presentation/use-tenant-module.d.ts.map +1 -0
- package/types/features/tenant/tenant-module.d.ts +19 -0
- package/types/features/tenant/tenant-module.d.ts.map +1 -0
- package/types/features/users/infrastructure/dto/user-dtos.d.ts +24 -24
- package/types/shared/ui/Tooltip/Tooltip.d.ts.map +1 -1
- package/{use-active-meeting-store-BZFagv6v.js → use-active-meeting-store-CNyx0nrT.js} +16 -10
- package/{use-active-meeting-store-C-MpvHC1.cjs → use-active-meeting-store-D_OYWUwX.cjs} +2 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.