@otr-app/shared-backend-generated-client 2.2.23 → 2.2.26
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.
|
@@ -4977,7 +4977,7 @@ angular.module('otrBackendService', [])
|
|
|
4977
4977
|
* @method
|
|
4978
4978
|
* @name OtrService#getCourtUsingGET
|
|
4979
4979
|
* @param {object} parameters - method options and parameters
|
|
4980
|
-
* @param {
|
|
4980
|
+
* @param {string} parameters.courtId - courtId
|
|
4981
4981
|
*/
|
|
4982
4982
|
OtrService.prototype.getCourtUsingGET = function(parameters) {
|
|
4983
4983
|
if (parameters === undefined) {
|
|
@@ -52,7 +52,7 @@ export declare class CourtControllerApi {
|
|
|
52
52
|
* @summary getCourt
|
|
53
53
|
* @param courtId courtId
|
|
54
54
|
*/
|
|
55
|
-
getCourtUsingGET(courtId:
|
|
55
|
+
getCourtUsingGET(courtId: string, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetCourtResponse>;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @summary searchCourts
|
|
@@ -222,6 +222,7 @@ var ValidateDirectMailResponse;
|
|
|
222
222
|
OtrErrorEnum[OtrErrorEnum["REFUNDNOTALLOWED"] = 'REFUND_NOT_ALLOWED'] = "REFUNDNOTALLOWED";
|
|
223
223
|
OtrErrorEnum[OtrErrorEnum["REFUNDNOTELIGIBLE"] = 'REFUND_NOT_ELIGIBLE'] = "REFUNDNOTELIGIBLE";
|
|
224
224
|
OtrErrorEnum[OtrErrorEnum["REFUNDNOTELIGIBLECRIMINAL"] = 'REFUND_NOT_ELIGIBLE_CRIMINAL'] = "REFUNDNOTELIGIBLECRIMINAL";
|
|
225
|
+
OtrErrorEnum[OtrErrorEnum["REQUESTNOTWELLFORMATTED"] = 'REQUEST_NOT_WELL_FORMATTED'] = "REQUESTNOTWELLFORMATTED";
|
|
225
226
|
OtrErrorEnum[OtrErrorEnum["RESETTOKENEXPIRED"] = 'RESET_TOKEN_EXPIRED'] = "RESETTOKENEXPIRED";
|
|
226
227
|
OtrErrorEnum[OtrErrorEnum["RESOURCENOTFOUND"] = 'RESOURCE_NOT_FOUND'] = "RESOURCENOTFOUND";
|
|
227
228
|
OtrErrorEnum[OtrErrorEnum["REVIEWALREADYEXISTS"] = 'REVIEW_ALREADY_EXISTS'] = "REVIEWALREADYEXISTS";
|