@23blocks/angular 12.0.1 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -909,6 +909,8 @@ class AuthenticationService {
|
|
|
909
909
|
get permissions() { return this.ensureConfigured().permissions; }
|
|
910
910
|
/** API key creation and management */
|
|
911
911
|
get apiKeys() { return this.ensureConfigured().apiKeys; }
|
|
912
|
+
/** Service token management for machine-to-machine authentication */
|
|
913
|
+
get serviceTokens() { return this.ensureConfigured().serviceTokens; }
|
|
912
914
|
/** Multi-factor authentication setup and verification */
|
|
913
915
|
get mfa() { return this.ensureConfigured().mfa; }
|
|
914
916
|
/** OAuth provider management (Facebook, Google, tenant login) */
|
|
@@ -2024,7 +2026,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
2024
2026
|
// Main API (Recommended) — blocks expose health(), CreateOrderRequest supports flat + items[]
|
|
2025
2027
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
2026
2028
|
|
|
2027
|
-
// Angular bindings —
|
|
2029
|
+
// Angular bindings — search, crm, files, onboarding aligned with API strong params
|
|
2028
2030
|
|
|
2029
2031
|
/**
|
|
2030
2032
|
* Generated bundle index. Do not edit.
|