@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
|
@@ -3173,7 +3173,10 @@ export declare enum HttpMethod {
|
|
|
3173
3173
|
PUT = 3,
|
|
3174
3174
|
DELETE = 4,
|
|
3175
3175
|
FUTURED = 5,
|
|
3176
|
-
|
|
3176
|
+
PATCH = 6,
|
|
3177
|
+
OPTIONS = 7,
|
|
3178
|
+
HEAD = 8,
|
|
3179
|
+
UNKNOWN = 99
|
|
3177
3180
|
}
|
|
3178
3181
|
export declare class HttpResponseData_1 implements IHttpResponseData_1 {
|
|
3179
3182
|
errorMessage: string | undefined;
|