fix: commit vendored @kuns/zitadel-auth dist (was excluded by dist/ gitignore)

This commit is contained in:
2026-06-10 08:22:38 +00:00
parent 7331fe75e8
commit ab2f9affd1
24 changed files with 1707 additions and 1 deletions

10
vendor/zitadel-auth/dist/angular.d.cts vendored Normal file
View File

@@ -0,0 +1,10 @@
import { ZitadelAuth } from './index.cjs';
import { Z as ZitadelAuthConfig } from './types-C5b7Bv-t.cjs';
declare function provideZitadelAuth(config: ZitadelAuthConfig): {
provide: string;
useValue: ZitadelAuth;
};
declare function zitadelGuard(): () => Promise<boolean>;
export { provideZitadelAuth, zitadelGuard };