@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.
@@ -3173,7 +3173,10 @@ export declare enum HttpMethod {
3173
3173
  PUT = 3,
3174
3174
  DELETE = 4,
3175
3175
  FUTURED = 5,
3176
- UNKNOWEN = 99
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;