**Describe the bug** when i call api whit normal  ``` const k8sApi = kc.makeApiClient(k8s.AppsV1Api); const res = await k8sApi.createNamespacedDeployment(MockNamepase, body); ``` it raise error with output:  it becuase project have odd function on Array.prototype ``` Array.prototype.someFunction = function() { .... } Array.prototype.someFunction2 = function() { .... } ``` may be need a warning when has odd function on prototype link of Array ? ** Client Version ** e.g. `0.12.0` ** Server Version ** e.g. `1.19.1` **Environment (please complete the following information):** - OS: centos 8 - NodeJS 12