@@ -865,6 +865,13 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
865865 'OCP \\UserMigration \\ISizeEstimationMigrator ' => __DIR__ . '/../../.. ' . '/lib/public/UserMigration/ISizeEstimationMigrator.php ' ,
866866 'OCP \\UserMigration \\TMigratorBasicVersionHandling ' => __DIR__ . '/../../.. ' . '/lib/public/UserMigration/TMigratorBasicVersionHandling.php ' ,
867867 'OCP \\UserMigration \\UserMigrationException ' => __DIR__ . '/../../.. ' . '/lib/public/UserMigration/UserMigrationException.php ' ,
868+ 'OCP \\UserPreferences \\Exceptions \\IncorrectTypeException ' => __DIR__ . '/../../.. ' . '/lib/public/UserPreferences/Exceptions/IncorrectTypeException.php ' ,
869+ 'OCP \\UserPreferences \\Exceptions \\TypeConflictException ' => __DIR__ . '/../../.. ' . '/lib/public/UserPreferences/Exceptions/TypeConflictException.php ' ,
870+ 'OCP \\UserPreferences \\Exceptions \\UnknownKeyException ' => __DIR__ . '/../../.. ' . '/lib/public/UserPreferences/Exceptions/UnknownKeyException.php ' ,
871+ 'OCP \\UserPreferences \\Exceptions \\UserPreferencesException ' => __DIR__ . '/../../.. ' . '/lib/public/UserPreferences/Exceptions/UserPreferencesException.php ' ,
872+ 'OCP \\UserPreferences \\IUserPreferences ' => __DIR__ . '/../../.. ' . '/lib/public/UserPreferences/IUserPreferences.php ' ,
873+ 'OCP \\UserPreferences \\ValueType ' => __DIR__ . '/../../.. ' . '/lib/public/UserPreferences/ValueType.php ' ,
874+ 'OCP \\UserPreferences \\ValueTypeDefinition ' => __DIR__ . '/../../.. ' . '/lib/public/UserPreferences/ValueTypeDefinition.php ' ,
868875 'OCP \\UserStatus \\IManager ' => __DIR__ . '/../../.. ' . '/lib/public/UserStatus/IManager.php ' ,
869876 'OCP \\UserStatus \\IProvider ' => __DIR__ . '/../../.. ' . '/lib/public/UserStatus/IProvider.php ' ,
870877 'OCP \\UserStatus \\IUserStatus ' => __DIR__ . '/../../.. ' . '/lib/public/UserStatus/IUserStatus.php ' ,
@@ -1407,6 +1414,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
14071414 'OC \\Core \\Migrations \\Version30000Date20240717111406 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version30000Date20240717111406.php ' ,
14081415 'OC \\Core \\Migrations \\Version30000Date20240814180800 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version30000Date20240814180800.php ' ,
14091416 'OC \\Core \\Migrations \\Version30000Date20240815080800 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version30000Date20240815080800.php ' ,
1417+ 'OC \\Core \\Migrations \\Version31000Date20240814184402 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version31000Date20240814184402.php ' ,
14101418 'OC \\Core \\Notification \\CoreNotifier ' => __DIR__ . '/../../.. ' . '/core/Notification/CoreNotifier.php ' ,
14111419 'OC \\Core \\ResponseDefinitions ' => __DIR__ . '/../../.. ' . '/core/ResponseDefinitions.php ' ,
14121420 'OC \\Core \\Service \\LoginFlowV2Service ' => __DIR__ . '/../../.. ' . '/core/Service/LoginFlowV2Service.php ' ,
@@ -2016,6 +2024,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
20162024 'OC \\Updater \\Exceptions \\ReleaseMetadataException ' => __DIR__ . '/../../.. ' . '/lib/private/Updater/Exceptions/ReleaseMetadataException.php ' ,
20172025 'OC \\Updater \\ReleaseMetadata ' => __DIR__ . '/../../.. ' . '/lib/private/Updater/ReleaseMetadata.php ' ,
20182026 'OC \\Updater \\VersionCheck ' => __DIR__ . '/../../.. ' . '/lib/private/Updater/VersionCheck.php ' ,
2027+ 'OC \\UserPreferences ' => __DIR__ . '/../../.. ' . '/lib/private/UserPreferences.php ' ,
20192028 'OC \\UserStatus \\ISettableProvider ' => __DIR__ . '/../../.. ' . '/lib/private/UserStatus/ISettableProvider.php ' ,
20202029 'OC \\UserStatus \\Manager ' => __DIR__ . '/../../.. ' . '/lib/private/UserStatus/Manager.php ' ,
20212030 'OC \\User \\AvailabilityCoordinator ' => __DIR__ . '/../../.. ' . '/lib/private/User/AvailabilityCoordinator.php ' ,
0 commit comments