( config: AgentDeviceClientConfig, options: InternalRequestOptions, )
| 401 | } |
| 402 | |
| 403 | function mergeClientOptions( |
| 404 | config: AgentDeviceClientConfig, |
| 405 | options: InternalRequestOptions, |
| 406 | ): InternalRequestOptions { |
| 407 | return { ...config, ...options }; |
| 408 | } |
| 409 | |
| 410 | function normalizeLease(data: Record<string, unknown>): Lease { |
| 411 | const rawLease = data.lease; |
no outgoing calls
no test coverage detected