(command)
| 713 | activationStatus: effective.receipt?.status || effective.status, |
| 714 | activationReasonCode: effective.reasonCode, |
| 715 | effectiveConfigPersisted: effective.persisted !== false, |
| 716 | profile: effective.receipt?.profile?.id || null, |
| 717 | activeBundles: effective.receipt?.bundles?.effective || [], |
| 718 | }; |
| 719 | } |
| 720 | |
| 721 | function extractBlockedCommand(detail) { |
| 722 | const text = String(detail || ''); |
| 723 | const match = text.match(/^[^:]+:\s+(.+)$/); |
no outgoing calls
no test coverage detected