@otr-app/shared-backend-generated-client 2.3.231 → 2.3.232

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.
@@ -156,6 +156,7 @@ export class CaseCreationControllerService {
156
156
  * @param request request
157
157
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
158
158
  * @param reportProgress flag to report request and response progress.
159
+ * @deprecated
159
160
  */
160
161
  public matchCaseUsingPOST(citationIdString: string, request?: CaseCreationRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<MatchCaseResponse>;
161
162
  public matchCaseUsingPOST(citationIdString: string, request?: CaseCreationRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<MatchCaseResponse>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.231",
3
+ "version": "2.3.232",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"