@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.
- package/esm2022/libraries/service-proxy/cloud-service-proxies.mjs +5 -2
- package/fesm2022/tiba-spark-client-shared-lib.mjs +4 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts +4 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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["
|
|
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) {
|