@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 {integer} parameters.courtId - courtId
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: number, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetCourtResponse>;
55
+ getCourtUsingGET(courtId: string, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetCourtResponse>;
56
56
  /**
57
57
  *
58
58
  * @summary searchCourts
@@ -220,6 +220,7 @@ export declare namespace ValidateDirectMailResponse {
220
220
  REFUNDNOTALLOWED,
221
221
  REFUNDNOTELIGIBLE,
222
222
  REFUNDNOTELIGIBLECRIMINAL,
223
+ REQUESTNOTWELLFORMATTED,
223
224
  RESETTOKENEXPIRED,
224
225
  RESOURCENOTFOUND,
225
226
  REVIEWALREADYEXISTS,
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.2.23",
3
+ "version": "2.2.26",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"