@@ -11,32 +11,32 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
1111 );
1212
1313 public static $ prefixLengthsPsr4 = array (
14- 'O ' =>
14+ 'O ' =>
1515 array (
1616 'OC \\Core \\' => 8 ,
1717 'OC \\' => 3 ,
1818 'OCP \\' => 4 ,
1919 ),
20- 'N ' =>
20+ 'N ' =>
2121 array (
2222 'NCU \\' => 4 ,
2323 ),
2424 );
2525
2626 public static $ prefixDirsPsr4 = array (
27- 'OC \\Core \\' =>
27+ 'OC \\Core \\' =>
2828 array (
2929 0 => __DIR__ . '/../../.. ' . '/core ' ,
3030 ),
31- 'OC \\' =>
31+ 'OC \\' =>
3232 array (
3333 0 => __DIR__ . '/../../.. ' . '/lib/private ' ,
3434 ),
35- 'OCP \\' =>
35+ 'OCP \\' =>
3636 array (
3737 0 => __DIR__ . '/../../.. ' . '/lib/public ' ,
3838 ),
39- 'NCU \\' =>
39+ 'NCU \\' =>
4040 array (
4141 0 => __DIR__ . '/../../.. ' . '/lib/unstable ' ,
4242 ),
@@ -669,6 +669,8 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
669669 'OCP \\IRequestId ' => __DIR__ . '/../../.. ' . '/lib/public/IRequestId.php ' ,
670670 'OCP \\IServerContainer ' => __DIR__ . '/../../.. ' . '/lib/public/IServerContainer.php ' ,
671671 'OCP \\ISession ' => __DIR__ . '/../../.. ' . '/lib/public/ISession.php ' ,
672+ 'OCP \\ISnowflakeId ' => __DIR__ . '/../../.. ' . '/lib/public/ISnowflakeId.php ' ,
673+ 'OCP \\ISnowflakeIdGenerator ' => __DIR__ . '/../../.. ' . '/lib/public/ISnowflakeIdGenerator.php ' ,
672674 'OCP \\IStreamImage ' => __DIR__ . '/../../.. ' . '/lib/public/IStreamImage.php ' ,
673675 'OCP \\ITagManager ' => __DIR__ . '/../../.. ' . '/lib/public/ITagManager.php ' ,
674676 'OCP \\ITags ' => __DIR__ . '/../../.. ' . '/lib/public/ITags.php ' ,
@@ -1912,6 +1914,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
19121914 'OC \\OCS \\CoreCapabilities ' => __DIR__ . '/../../.. ' . '/lib/private/OCS/CoreCapabilities.php ' ,
19131915 'OC \\OCS \\DiscoveryService ' => __DIR__ . '/../../.. ' . '/lib/private/OCS/DiscoveryService.php ' ,
19141916 'OC \\OCS \\Provider ' => __DIR__ . '/../../.. ' . '/lib/private/OCS/Provider.php ' ,
1917+ 'OC \\OpenMetrics \\Exporters \\RunningJobs ' => __DIR__ . '/../../.. ' . '/lib/private/OpenMetrics/Exporters/RunningJobs.php ' ,
19151918 'OC \\PhoneNumberUtil ' => __DIR__ . '/../../.. ' . '/lib/private/PhoneNumberUtil.php ' ,
19161919 'OC \\PreviewManager ' => __DIR__ . '/../../.. ' . '/lib/private/PreviewManager.php ' ,
19171920 'OC \\PreviewNotAvailableException ' => __DIR__ . '/../../.. ' . '/lib/private/PreviewNotAvailableException.php ' ,
@@ -2144,6 +2147,8 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
21442147 'OC \\Share \\Constants ' => __DIR__ . '/../../.. ' . '/lib/private/Share/Constants.php ' ,
21452148 'OC \\Share \\Helper ' => __DIR__ . '/../../.. ' . '/lib/private/Share/Helper.php ' ,
21462149 'OC \\Share \\Share ' => __DIR__ . '/../../.. ' . '/lib/private/Share/Share.php ' ,
2150+ 'OC \\SnowflakeId ' => __DIR__ . '/../../.. ' . '/lib/private/SnowflakeId.php ' ,
2151+ 'OC \\SnowflakeIdGenerator ' => __DIR__ . '/../../.. ' . '/lib/private/SnowflakeIdGenerator.php ' ,
21472152 'OC \\SpeechToText \\SpeechToTextManager ' => __DIR__ . '/../../.. ' . '/lib/private/SpeechToText/SpeechToTextManager.php ' ,
21482153 'OC \\SpeechToText \\TranscriptionJob ' => __DIR__ . '/../../.. ' . '/lib/private/SpeechToText/TranscriptionJob.php ' ,
21492154 'OC \\StreamImage ' => __DIR__ . '/../../.. ' . '/lib/private/StreamImage.php ' ,
0 commit comments