release: @marketplaces/auth 0.1.0 (built from main)

This commit is contained in:
sdarbinyan
2026-08-18 01:55:26 +04:00
commit 93f99cc7b1
44 changed files with 1601 additions and 0 deletions

5
dist/config.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import { InjectionToken } from '@angular/core';
/** Base URL for the auth backend, e.g. `https://api.example.com`. Provide from the consuming app's environment config. */
export declare const AUTH_API_URL: InjectionToken<string>;
/** Telegram bot username used to build QR/deep-link login URLs. Optional — falls back to a default if not provided. */
export declare const TELEGRAM_BOT_USERNAME: InjectionToken<string>;