@@ -863,6 +863,8 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
863863 'OCP \\Share_Backend ' => __DIR__ . '/../../.. ' . '/lib/public/Share_Backend.php ' ,
864864 'OCP \\Share_Backend_Collection ' => __DIR__ . '/../../.. ' . '/lib/public/Share_Backend_Collection.php ' ,
865865 'OCP \\Share_Backend_File_Dependent ' => __DIR__ . '/../../.. ' . '/lib/public/Share_Backend_File_Dependent.php ' ,
866+ 'OCP \\Snowflake \\IDecoder ' => __DIR__ . '/../../.. ' . '/lib/public/Snowflake/IDecoder.php ' ,
867+ 'OCP \\Snowflake \\IGenerator ' => __DIR__ . '/../../.. ' . '/lib/public/Snowflake/IGenerator.php ' ,
866868 'OCP \\SpeechToText \\Events \\AbstractTranscriptionEvent ' => __DIR__ . '/../../.. ' . '/lib/public/SpeechToText/Events/AbstractTranscriptionEvent.php ' ,
867869 'OCP \\SpeechToText \\Events \\TranscriptionFailedEvent ' => __DIR__ . '/../../.. ' . '/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php ' ,
868870 'OCP \\SpeechToText \\Events \\TranscriptionSuccessfulEvent ' => __DIR__ . '/../../.. ' . '/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php ' ,
@@ -1393,6 +1395,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
13931395 'OC \\Core \\Command \\Security \\ListCertificates ' => __DIR__ . '/../../.. ' . '/core/Command/Security/ListCertificates.php ' ,
13941396 'OC \\Core \\Command \\Security \\RemoveCertificate ' => __DIR__ . '/../../.. ' . '/core/Command/Security/RemoveCertificate.php ' ,
13951397 'OC \\Core \\Command \\SetupChecks ' => __DIR__ . '/../../.. ' . '/core/Command/SetupChecks.php ' ,
1398+ 'OC \\Core \\Command \\SnowflakeDecodeId ' => __DIR__ . '/../../.. ' . '/core/Command/SnowflakeDecodeId.php ' ,
13961399 'OC \\Core \\Command \\Status ' => __DIR__ . '/../../.. ' . '/core/Command/Status.php ' ,
13971400 'OC \\Core \\Command \\SystemTag \\Add ' => __DIR__ . '/../../.. ' . '/core/Command/SystemTag/Add.php ' ,
13981401 'OC \\Core \\Command \\SystemTag \\Delete ' => __DIR__ . '/../../.. ' . '/core/Command/SystemTag/Delete.php ' ,
@@ -1568,6 +1571,8 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
15681571 'OC \\Core \\Migrations \\Version32000Date20250731062008 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version32000Date20250731062008.php ' ,
15691572 'OC \\Core \\Migrations \\Version32000Date20250806110519 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version32000Date20250806110519.php ' ,
15701573 'OC \\Core \\Migrations \\Version33000Date20250819110529 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version33000Date20250819110529.php ' ,
1574+ 'OC \\Core \\Migrations \\Version33000Date20251023110529 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version33000Date20251023110529.php ' ,
1575+ 'OC \\Core \\Migrations \\Version33000Date20251023120529 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version33000Date20251023120529.php ' ,
15711576 'OC \\Core \\Notification \\CoreNotifier ' => __DIR__ . '/../../.. ' . '/core/Notification/CoreNotifier.php ' ,
15721577 'OC \\Core \\ResponseDefinitions ' => __DIR__ . '/../../.. ' . '/core/ResponseDefinitions.php ' ,
15731578 'OC \\Core \\Service \\CronService ' => __DIR__ . '/../../.. ' . '/core/Service/CronService.php ' ,
@@ -2144,6 +2149,8 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
21442149 'OC \\Share \\Constants ' => __DIR__ . '/../../.. ' . '/lib/private/Share/Constants.php ' ,
21452150 'OC \\Share \\Helper ' => __DIR__ . '/../../.. ' . '/lib/private/Share/Helper.php ' ,
21462151 'OC \\Share \\Share ' => __DIR__ . '/../../.. ' . '/lib/private/Share/Share.php ' ,
2152+ 'OC \\Snowflake \\Decoder ' => __DIR__ . '/../../.. ' . '/lib/private/Snowflake/Decoder.php ' ,
2153+ 'OC \\Snowflake \\Generator ' => __DIR__ . '/../../.. ' . '/lib/private/Snowflake/Generator.php ' ,
21472154 'OC \\SpeechToText \\SpeechToTextManager ' => __DIR__ . '/../../.. ' . '/lib/private/SpeechToText/SpeechToTextManager.php ' ,
21482155 'OC \\SpeechToText \\TranscriptionJob ' => __DIR__ . '/../../.. ' . '/lib/private/SpeechToText/TranscriptionJob.php ' ,
21492156 'OC \\StreamImage ' => __DIR__ . '/../../.. ' . '/lib/private/StreamImage.php ' ,
0 commit comments