@tiba-spark/client-shared-lib 25.3.0-246 → 25.3.0-248

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.
@@ -14496,7 +14496,10 @@ var HttpMethod;
14496
14496
  HttpMethod[HttpMethod["PUT"] = 3] = "PUT";
14497
14497
  HttpMethod[HttpMethod["DELETE"] = 4] = "DELETE";
14498
14498
  HttpMethod[HttpMethod["FUTURED"] = 5] = "FUTURED";
14499
- HttpMethod[HttpMethod["UNKNOWEN"] = 99] = "UNKNOWEN";
14499
+ HttpMethod[HttpMethod["PATCH"] = 6] = "PATCH";
14500
+ HttpMethod[HttpMethod["OPTIONS"] = 7] = "OPTIONS";
14501
+ HttpMethod[HttpMethod["HEAD"] = 8] = "HEAD";
14502
+ HttpMethod[HttpMethod["UNKNOWN"] = 99] = "UNKNOWN";
14500
14503
  })(HttpMethod || (HttpMethod = {}));
14501
14504
  class HttpResponseData_1 {
14502
14505
  constructor(data) {