@otr-app/shared-backend-generated-client 2.2.3 → 2.2.6
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/dist/otrBackendService.js +61 -19
- package/dist/otrBackendService.min.js +6 -6
- package/dist/typescript/api/CatchAllControllerApi.d.ts +7 -7
- package/dist/typescript/api/CatchAllControllerApi.js +7 -7
- package/dist/typescript/api/LawfirmControllerApi.d.ts +9 -2
- package/dist/typescript/api/LawfirmControllerApi.js +34 -5
- package/package.json +1 -1
|
@@ -21,35 +21,35 @@ export declare class CatchAllControllerApi {
|
|
|
21
21
|
*
|
|
22
22
|
* @summary unmappedRequest
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
unmappedRequestUsingDELETE1(extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @summary unmappedRequest
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
unmappedRequestUsingGET1(extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @summary unmappedRequest
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
unmappedRequestUsingHEAD1(extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @summary unmappedRequest
|
|
38
38
|
*/
|
|
39
|
-
|
|
39
|
+
unmappedRequestUsingOPTIONS1(extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @summary unmappedRequest
|
|
43
43
|
*/
|
|
44
|
-
|
|
44
|
+
unmappedRequestUsingPATCH1(extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @summary unmappedRequest
|
|
48
48
|
*/
|
|
49
|
-
|
|
49
|
+
unmappedRequestUsingPOST1(extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @summary unmappedRequest
|
|
53
53
|
*/
|
|
54
|
-
|
|
54
|
+
unmappedRequestUsingPUT1(extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
55
55
|
}
|
|
@@ -27,7 +27,7 @@ var CatchAllControllerApi = /** @class */ (function () {
|
|
|
27
27
|
*
|
|
28
28
|
* @summary unmappedRequest
|
|
29
29
|
*/
|
|
30
|
-
CatchAllControllerApi.prototype.
|
|
30
|
+
CatchAllControllerApi.prototype.unmappedRequestUsingDELETE1 = function (extraHttpRequestParams) {
|
|
31
31
|
var localVarPath = this.basePath + '/api/**';
|
|
32
32
|
var queryParameters = {};
|
|
33
33
|
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
@@ -46,7 +46,7 @@ var CatchAllControllerApi = /** @class */ (function () {
|
|
|
46
46
|
*
|
|
47
47
|
* @summary unmappedRequest
|
|
48
48
|
*/
|
|
49
|
-
CatchAllControllerApi.prototype.
|
|
49
|
+
CatchAllControllerApi.prototype.unmappedRequestUsingGET1 = function (extraHttpRequestParams) {
|
|
50
50
|
var localVarPath = this.basePath + '/api/**';
|
|
51
51
|
var queryParameters = {};
|
|
52
52
|
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
@@ -65,7 +65,7 @@ var CatchAllControllerApi = /** @class */ (function () {
|
|
|
65
65
|
*
|
|
66
66
|
* @summary unmappedRequest
|
|
67
67
|
*/
|
|
68
|
-
CatchAllControllerApi.prototype.
|
|
68
|
+
CatchAllControllerApi.prototype.unmappedRequestUsingHEAD1 = function (extraHttpRequestParams) {
|
|
69
69
|
var localVarPath = this.basePath + '/api/**';
|
|
70
70
|
var queryParameters = {};
|
|
71
71
|
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
@@ -84,7 +84,7 @@ var CatchAllControllerApi = /** @class */ (function () {
|
|
|
84
84
|
*
|
|
85
85
|
* @summary unmappedRequest
|
|
86
86
|
*/
|
|
87
|
-
CatchAllControllerApi.prototype.
|
|
87
|
+
CatchAllControllerApi.prototype.unmappedRequestUsingOPTIONS1 = function (extraHttpRequestParams) {
|
|
88
88
|
var localVarPath = this.basePath + '/api/**';
|
|
89
89
|
var queryParameters = {};
|
|
90
90
|
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
@@ -103,7 +103,7 @@ var CatchAllControllerApi = /** @class */ (function () {
|
|
|
103
103
|
*
|
|
104
104
|
* @summary unmappedRequest
|
|
105
105
|
*/
|
|
106
|
-
CatchAllControllerApi.prototype.
|
|
106
|
+
CatchAllControllerApi.prototype.unmappedRequestUsingPATCH1 = function (extraHttpRequestParams) {
|
|
107
107
|
var localVarPath = this.basePath + '/api/**';
|
|
108
108
|
var queryParameters = {};
|
|
109
109
|
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
@@ -122,7 +122,7 @@ var CatchAllControllerApi = /** @class */ (function () {
|
|
|
122
122
|
*
|
|
123
123
|
* @summary unmappedRequest
|
|
124
124
|
*/
|
|
125
|
-
CatchAllControllerApi.prototype.
|
|
125
|
+
CatchAllControllerApi.prototype.unmappedRequestUsingPOST1 = function (extraHttpRequestParams) {
|
|
126
126
|
var localVarPath = this.basePath + '/api/**';
|
|
127
127
|
var queryParameters = {};
|
|
128
128
|
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
@@ -141,7 +141,7 @@ var CatchAllControllerApi = /** @class */ (function () {
|
|
|
141
141
|
*
|
|
142
142
|
* @summary unmappedRequest
|
|
143
143
|
*/
|
|
144
|
-
CatchAllControllerApi.prototype.
|
|
144
|
+
CatchAllControllerApi.prototype.unmappedRequestUsingPUT1 = function (extraHttpRequestParams) {
|
|
145
145
|
var localVarPath = this.basePath + '/api/**';
|
|
146
146
|
var queryParameters = {};
|
|
147
147
|
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
@@ -44,6 +44,14 @@ export declare class LawfirmControllerApi {
|
|
|
44
44
|
* @param lawfirmId lawfirmId
|
|
45
45
|
*/
|
|
46
46
|
deleteLawfirmCoverPhotoUsingDELETE(lawfirmId: string, extraHttpRequestParams?: any): ng.IHttpPromise<object>;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @summary getInboxMessages
|
|
50
|
+
* @param lawfirmId lawfirmId
|
|
51
|
+
* @param length length
|
|
52
|
+
* @param page page
|
|
53
|
+
*/
|
|
54
|
+
getInboxMessagesUsingGET(lawfirmId: number, length?: number, page?: number, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetLawfirmInboxMessagesResponse>;
|
|
47
55
|
/**
|
|
48
56
|
*
|
|
49
57
|
* @summary getLawfirmAddresses
|
|
@@ -66,11 +74,10 @@ export declare class LawfirmControllerApi {
|
|
|
66
74
|
*
|
|
67
75
|
* @summary getLawfirmInboxMessages
|
|
68
76
|
* @param lawfirmId lawfirmId
|
|
69
|
-
* @param caseId caseId
|
|
70
77
|
* @param length length
|
|
71
78
|
* @param page page
|
|
72
79
|
*/
|
|
73
|
-
getLawfirmInboxMessagesUsingGET(lawfirmId: number,
|
|
80
|
+
getLawfirmInboxMessagesUsingGET(lawfirmId: number, length?: number, page?: number, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetLawfirmInboxMessagesResponse>;
|
|
74
81
|
/**
|
|
75
82
|
*
|
|
76
83
|
* @summary getLawfirmJobTitles
|
|
@@ -135,6 +135,39 @@ var LawfirmControllerApi = /** @class */ (function () {
|
|
|
135
135
|
}
|
|
136
136
|
return this.$http(httpRequestParams);
|
|
137
137
|
};
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @summary getInboxMessages
|
|
141
|
+
* @param lawfirmId lawfirmId
|
|
142
|
+
* @param length length
|
|
143
|
+
* @param page page
|
|
144
|
+
*/
|
|
145
|
+
LawfirmControllerApi.prototype.getInboxMessagesUsingGET = function (lawfirmId, length, page, extraHttpRequestParams) {
|
|
146
|
+
var localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/inbox-messages'
|
|
147
|
+
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
148
|
+
var queryParameters = {};
|
|
149
|
+
var headerParams = Object.assign({}, this.defaultHeaders);
|
|
150
|
+
// verify required parameter 'lawfirmId' is not null or undefined
|
|
151
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
152
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getInboxMessagesUsingGET.');
|
|
153
|
+
}
|
|
154
|
+
if (length !== undefined) {
|
|
155
|
+
queryParameters['length'] = length;
|
|
156
|
+
}
|
|
157
|
+
if (page !== undefined) {
|
|
158
|
+
queryParameters['page'] = page;
|
|
159
|
+
}
|
|
160
|
+
var httpRequestParams = {
|
|
161
|
+
method: 'GET',
|
|
162
|
+
url: localVarPath,
|
|
163
|
+
params: queryParameters,
|
|
164
|
+
headers: headerParams
|
|
165
|
+
};
|
|
166
|
+
if (extraHttpRequestParams) {
|
|
167
|
+
httpRequestParams = Object.assign(httpRequestParams, extraHttpRequestParams);
|
|
168
|
+
}
|
|
169
|
+
return this.$http(httpRequestParams);
|
|
170
|
+
};
|
|
138
171
|
/**
|
|
139
172
|
*
|
|
140
173
|
* @summary getLawfirmAddresses
|
|
@@ -216,11 +249,10 @@ var LawfirmControllerApi = /** @class */ (function () {
|
|
|
216
249
|
*
|
|
217
250
|
* @summary getLawfirmInboxMessages
|
|
218
251
|
* @param lawfirmId lawfirmId
|
|
219
|
-
* @param caseId caseId
|
|
220
252
|
* @param length length
|
|
221
253
|
* @param page page
|
|
222
254
|
*/
|
|
223
|
-
LawfirmControllerApi.prototype.getLawfirmInboxMessagesUsingGET = function (lawfirmId,
|
|
255
|
+
LawfirmControllerApi.prototype.getLawfirmInboxMessagesUsingGET = function (lawfirmId, length, page, extraHttpRequestParams) {
|
|
224
256
|
var localVarPath = this.basePath + '/api/v1/lawfirms/{lawfirmId}/messages'
|
|
225
257
|
.replace('{' + 'lawfirmId' + '}', encodeURIComponent(String(lawfirmId)));
|
|
226
258
|
var queryParameters = {};
|
|
@@ -229,9 +261,6 @@ var LawfirmControllerApi = /** @class */ (function () {
|
|
|
229
261
|
if (lawfirmId === null || lawfirmId === undefined) {
|
|
230
262
|
throw new Error('Required parameter lawfirmId was null or undefined when calling getLawfirmInboxMessagesUsingGET.');
|
|
231
263
|
}
|
|
232
|
-
if (caseId !== undefined) {
|
|
233
|
-
queryParameters['caseId'] = caseId;
|
|
234
|
-
}
|
|
235
264
|
if (length !== undefined) {
|
|
236
265
|
queryParameters['length'] = length;
|
|
237
266
|
}
|