@otr-app/shared-backend-generated-client 2.5.56 → 2.5.58
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/angular/.openapi-generator/FILES +2 -0
- package/dist/angular/api/auditLawfirmEventsController.service.ts +4 -4
- package/dist/angular/api/citationAuditController.service.ts +4 -4
- package/dist/angular/api/lawfirmController.service.ts +146 -0
- package/dist/angular/api/userAuditController.service.ts +4 -4
- package/dist/angular/model/citationAuditEventModel.ts +3 -1
- package/dist/angular/model/getLawfirmModel.ts +1 -0
- package/dist/angular/model/lawfirmAuditEventModel.ts +3 -1
- package/dist/angular/model/lawfirmSupportedStateRequest.ts +75 -0
- package/dist/angular/model/models.ts +2 -0
- package/dist/angular/model/saveLawfirmAccountManagerRequest.ts +17 -0
- package/dist/angular/model/supportedStateModel.ts +1 -0
- package/dist/angular/model/userAuditEventModel.ts +6 -2
- package/dist/otrBackendService.js +90 -0
- package/dist/otrBackendService.min.js +4 -4
- package/dist/typescript/api/AuditLawfirmEventsControllerApi.d.ts +1 -1
- package/dist/typescript/api/CitationAuditControllerApi.d.ts +1 -1
- package/dist/typescript/api/LawfirmControllerApi.d.ts +14 -0
- package/dist/typescript/api/LawfirmControllerApi.js +62 -0
- package/dist/typescript/api/UserAuditControllerApi.d.ts +1 -1
- package/dist/typescript/model/CitationAuditEventModel.d.ts +2 -0
- package/dist/typescript/model/CitationAuditEventModel.js +2 -0
- package/dist/typescript/model/GetLawfirmModel.d.ts +1 -0
- package/dist/typescript/model/LawfirmAuditEventModel.d.ts +2 -0
- package/dist/typescript/model/LawfirmAuditEventModel.js +2 -0
- package/dist/typescript/model/LawfirmSupportedStateRequest.d.ts +70 -0
- package/dist/typescript/model/LawfirmSupportedStateRequest.js +68 -0
- package/dist/typescript/model/SaveLawfirmAccountManagerRequest.d.ts +14 -0
- package/dist/typescript/model/SaveLawfirmAccountManagerRequest.js +12 -0
- package/dist/typescript/model/SupportedStateModel.d.ts +1 -0
- package/dist/typescript/model/UserAuditEventModel.d.ts +4 -0
- package/dist/typescript/model/UserAuditEventModel.js +4 -0
- package/dist/typescript/model/models.d.ts +2 -0
- package/dist/typescript/model/models.js +2 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.d.ts +4 -0
- package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.js +4 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.d.ts +4 -0
- package/dist/typescript-fetch/apis/CitationAuditControllerApi.js +4 -0
- package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +25 -1
- package/dist/typescript-fetch/apis/LawfirmControllerApi.js +65 -1
- package/dist/typescript-fetch/apis/UserAuditControllerApi.d.ts +4 -0
- package/dist/typescript-fetch/apis/UserAuditControllerApi.js +4 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.d.ts +2 -0
- package/dist/typescript-fetch/models/CitationAuditEventModel.js +2 -0
- package/dist/typescript-fetch/models/GetLawfirmModel.d.ts +6 -0
- package/dist/typescript-fetch/models/GetLawfirmModel.js +2 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.d.ts +2 -0
- package/dist/typescript-fetch/models/LawfirmAuditEventModel.js +2 -0
- package/dist/typescript-fetch/models/LawfirmSupportedStateRequest.d.ts +90 -0
- package/dist/typescript-fetch/models/LawfirmSupportedStateRequest.js +96 -0
- package/dist/typescript-fetch/models/SaveLawfirmAccountManagerRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/SaveLawfirmAccountManagerRequest.js +35 -0
- package/dist/typescript-fetch/models/SupportedStateModel.d.ts +6 -0
- package/dist/typescript-fetch/models/SupportedStateModel.js +2 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.d.ts +4 -0
- package/dist/typescript-fetch/models/UserAuditEventModel.js +4 -0
- package/dist/typescript-fetch/models/index.d.ts +2 -0
- package/dist/typescript-fetch/models/index.js +2 -0
- package/dist/typescript-open-api/otr-backend.d.ts +140 -1
- package/dist/typescript-open-api/otr-backend.js +2 -0
- package/package.json +1 -1
|
@@ -38,6 +38,7 @@ export declare class CitationAuditControllerApi extends runtime.BaseAPI {
|
|
|
38
38
|
export declare enum ListCitationAuditEventsUsingGETExcludeTypesEnum {
|
|
39
39
|
ACCOUNTCOVERAGEADDED = "ACCOUNT_COVERAGE_ADDED",
|
|
40
40
|
ACCOUNTCOVERAGEREMOVED = "ACCOUNT_COVERAGE_REMOVED",
|
|
41
|
+
ACCOUNTMANAGERCHANGED = "ACCOUNT_MANAGER_CHANGED",
|
|
41
42
|
ACCOUNTNOTIFICATIONSTATUSCHANGED = "ACCOUNT_NOTIFICATION_STATUS_CHANGED",
|
|
42
43
|
ACCOUNTSTATUSCHANGED = "ACCOUNT_STATUS_CHANGED",
|
|
43
44
|
CASEACCEPT = "CASE_ACCEPT",
|
|
@@ -78,6 +79,7 @@ export declare enum ListCitationAuditEventsUsingGETExcludeTypesEnum {
|
|
|
78
79
|
LAWFIRMPERSONNELADDED = "LAWFIRM_PERSONNEL_ADDED",
|
|
79
80
|
LAWFIRMPROFILEUPDATED = "LAWFIRM_PROFILE_UPDATED",
|
|
80
81
|
LAWFIRMSETTINGUPDATED = "LAWFIRM_SETTING_UPDATED",
|
|
82
|
+
LAWFIRMSUPPORTEDSTATEUPDATED = "LAWFIRM_SUPPORTED_STATE_UPDATED",
|
|
81
83
|
LAWFIRMTOTALCAPACITY = "LAWFIRM_TOTAL_CAPACITY",
|
|
82
84
|
LAWFIRMTRANSFERREVERSED = "LAWFIRM_TRANSFER_REVERSED",
|
|
83
85
|
LINEITEMADDED = "LINE_ITEM_ADDED",
|
|
@@ -126,6 +128,7 @@ export declare enum ListCitationAuditEventsUsingGETExcludeTypesEnum {
|
|
|
126
128
|
export declare enum ListCitationAuditEventsUsingGETIncludeTypesEnum {
|
|
127
129
|
ACCOUNTCOVERAGEADDED = "ACCOUNT_COVERAGE_ADDED",
|
|
128
130
|
ACCOUNTCOVERAGEREMOVED = "ACCOUNT_COVERAGE_REMOVED",
|
|
131
|
+
ACCOUNTMANAGERCHANGED = "ACCOUNT_MANAGER_CHANGED",
|
|
129
132
|
ACCOUNTNOTIFICATIONSTATUSCHANGED = "ACCOUNT_NOTIFICATION_STATUS_CHANGED",
|
|
130
133
|
ACCOUNTSTATUSCHANGED = "ACCOUNT_STATUS_CHANGED",
|
|
131
134
|
CASEACCEPT = "CASE_ACCEPT",
|
|
@@ -166,6 +169,7 @@ export declare enum ListCitationAuditEventsUsingGETIncludeTypesEnum {
|
|
|
166
169
|
LAWFIRMPERSONNELADDED = "LAWFIRM_PERSONNEL_ADDED",
|
|
167
170
|
LAWFIRMPROFILEUPDATED = "LAWFIRM_PROFILE_UPDATED",
|
|
168
171
|
LAWFIRMSETTINGUPDATED = "LAWFIRM_SETTING_UPDATED",
|
|
172
|
+
LAWFIRMSUPPORTEDSTATEUPDATED = "LAWFIRM_SUPPORTED_STATE_UPDATED",
|
|
169
173
|
LAWFIRMTOTALCAPACITY = "LAWFIRM_TOTAL_CAPACITY",
|
|
170
174
|
LAWFIRMTRANSFERREVERSED = "LAWFIRM_TRANSFER_REVERSED",
|
|
171
175
|
LINEITEMADDED = "LINE_ITEM_ADDED",
|
|
@@ -75,6 +75,7 @@ export var ListCitationAuditEventsUsingGETExcludeTypesEnum;
|
|
|
75
75
|
(function (ListCitationAuditEventsUsingGETExcludeTypesEnum) {
|
|
76
76
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
77
77
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
78
|
+
ListCitationAuditEventsUsingGETExcludeTypesEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
78
79
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
79
80
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
80
81
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -115,6 +116,7 @@ export var ListCitationAuditEventsUsingGETExcludeTypesEnum;
|
|
|
115
116
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["LAWFIRMPERSONNELADDED"] = "LAWFIRM_PERSONNEL_ADDED";
|
|
116
117
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["LAWFIRMPROFILEUPDATED"] = "LAWFIRM_PROFILE_UPDATED";
|
|
117
118
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["LAWFIRMSETTINGUPDATED"] = "LAWFIRM_SETTING_UPDATED";
|
|
119
|
+
ListCitationAuditEventsUsingGETExcludeTypesEnum["LAWFIRMSUPPORTEDSTATEUPDATED"] = "LAWFIRM_SUPPORTED_STATE_UPDATED";
|
|
118
120
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["LAWFIRMTOTALCAPACITY"] = "LAWFIRM_TOTAL_CAPACITY";
|
|
119
121
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["LAWFIRMTRANSFERREVERSED"] = "LAWFIRM_TRANSFER_REVERSED";
|
|
120
122
|
ListCitationAuditEventsUsingGETExcludeTypesEnum["LINEITEMADDED"] = "LINE_ITEM_ADDED";
|
|
@@ -164,6 +166,7 @@ export var ListCitationAuditEventsUsingGETIncludeTypesEnum;
|
|
|
164
166
|
(function (ListCitationAuditEventsUsingGETIncludeTypesEnum) {
|
|
165
167
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
166
168
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
169
|
+
ListCitationAuditEventsUsingGETIncludeTypesEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
167
170
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
168
171
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
169
172
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -204,6 +207,7 @@ export var ListCitationAuditEventsUsingGETIncludeTypesEnum;
|
|
|
204
207
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["LAWFIRMPERSONNELADDED"] = "LAWFIRM_PERSONNEL_ADDED";
|
|
205
208
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["LAWFIRMPROFILEUPDATED"] = "LAWFIRM_PROFILE_UPDATED";
|
|
206
209
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["LAWFIRMSETTINGUPDATED"] = "LAWFIRM_SETTING_UPDATED";
|
|
210
|
+
ListCitationAuditEventsUsingGETIncludeTypesEnum["LAWFIRMSUPPORTEDSTATEUPDATED"] = "LAWFIRM_SUPPORTED_STATE_UPDATED";
|
|
207
211
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["LAWFIRMTOTALCAPACITY"] = "LAWFIRM_TOTAL_CAPACITY";
|
|
208
212
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["LAWFIRMTRANSFERREVERSED"] = "LAWFIRM_TRANSFER_REVERSED";
|
|
209
213
|
ListCitationAuditEventsUsingGETIncludeTypesEnum["LINEITEMADDED"] = "LINE_ITEM_ADDED";
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { CreateNewLawfirmRequest, GetLawfirmAddressesResponse, GetLawfirmCaseStatsResponse, GetLawfirmInboxMessagesResponse, GetLawfirmJobTitleResponse, GetLawfirmLawyersResponse, GetLawfirmResponse, GetLawfirmSupportedStatesResponse, GetLawfirmsResponse, GetStripeConnectedAccountsResponse, IntercomSearchTicketsResponse, LawfirmPictureRequest, LawfirmVacationRequest, UpdateLawfirmPaymentModelRequest, UpdateLawfirmRequest, UpdateLawyerRoleRequest, UploadLawfirmsRequest, UploadLawfirmsResponse, UpsertAddressRequest } from '../models';
|
|
13
|
+
import { CreateNewLawfirmRequest, GetLawfirmAddressesResponse, GetLawfirmCaseStatsResponse, GetLawfirmInboxMessagesResponse, GetLawfirmJobTitleResponse, GetLawfirmLawyersResponse, GetLawfirmResponse, GetLawfirmSupportedStatesResponse, GetLawfirmsResponse, GetStripeConnectedAccountsResponse, IntercomSearchTicketsResponse, LawfirmPictureRequest, LawfirmSupportedStateRequest, LawfirmVacationRequest, SaveLawfirmAccountManagerRequest, UpdateLawfirmPaymentModelRequest, UpdateLawfirmRequest, UpdateLawyerRoleRequest, UploadLawfirmsRequest, UploadLawfirmsResponse, UpsertAddressRequest } from '../models';
|
|
14
14
|
export interface AddLawfirmAddressUsingPOSTRequest {
|
|
15
15
|
lawfirmId: number;
|
|
16
16
|
request: UpsertAddressRequest;
|
|
@@ -78,6 +78,14 @@ export interface GetStripeConnectedAccountsUsingGETRequest {
|
|
|
78
78
|
export interface GetSupportedStatesForLawfirmUsingGETRequest {
|
|
79
79
|
lawfirmId: number;
|
|
80
80
|
}
|
|
81
|
+
export interface SaveLawfirmAccountManagerUsingPOSTRequest {
|
|
82
|
+
lawfirmId: number;
|
|
83
|
+
request: SaveLawfirmAccountManagerRequest;
|
|
84
|
+
}
|
|
85
|
+
export interface SaveLawfirmSupportedStateUsingPOSTRequest {
|
|
86
|
+
lawfirmId: number;
|
|
87
|
+
request: LawfirmSupportedStateRequest;
|
|
88
|
+
}
|
|
81
89
|
export interface SetVacationModeUsingPOSTRequest {
|
|
82
90
|
lawfirmId: number;
|
|
83
91
|
request: LawfirmVacationRequest;
|
|
@@ -255,6 +263,22 @@ export declare class LawfirmControllerApi extends runtime.BaseAPI {
|
|
|
255
263
|
* getSupportedStatesForLawfirm
|
|
256
264
|
*/
|
|
257
265
|
getSupportedStatesForLawfirmUsingGET(requestParameters: GetSupportedStatesForLawfirmUsingGETRequest): Promise<GetLawfirmSupportedStatesResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* saveLawfirmAccountManager
|
|
268
|
+
*/
|
|
269
|
+
saveLawfirmAccountManagerUsingPOSTRaw(requestParameters: SaveLawfirmAccountManagerUsingPOSTRequest): Promise<runtime.ApiResponse<void>>;
|
|
270
|
+
/**
|
|
271
|
+
* saveLawfirmAccountManager
|
|
272
|
+
*/
|
|
273
|
+
saveLawfirmAccountManagerUsingPOST(requestParameters: SaveLawfirmAccountManagerUsingPOSTRequest): Promise<void>;
|
|
274
|
+
/**
|
|
275
|
+
* saveLawfirmSupportedState
|
|
276
|
+
*/
|
|
277
|
+
saveLawfirmSupportedStateUsingPOSTRaw(requestParameters: SaveLawfirmSupportedStateUsingPOSTRequest): Promise<runtime.ApiResponse<void>>;
|
|
278
|
+
/**
|
|
279
|
+
* saveLawfirmSupportedState
|
|
280
|
+
*/
|
|
281
|
+
saveLawfirmSupportedStateUsingPOST(requestParameters: SaveLawfirmSupportedStateUsingPOSTRequest): Promise<void>;
|
|
258
282
|
/**
|
|
259
283
|
* setVacationMode
|
|
260
284
|
*/
|
|
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime';
|
|
24
|
-
import { CreateNewLawfirmRequestToJSON, GetLawfirmAddressesResponseFromJSON, GetLawfirmCaseStatsResponseFromJSON, GetLawfirmInboxMessagesResponseFromJSON, GetLawfirmJobTitleResponseFromJSON, GetLawfirmLawyersResponseFromJSON, GetLawfirmResponseFromJSON, GetLawfirmSupportedStatesResponseFromJSON, GetLawfirmsResponseFromJSON, GetStripeConnectedAccountsResponseFromJSON, IntercomSearchTicketsResponseFromJSON, LawfirmPictureRequestToJSON, LawfirmVacationRequestToJSON, UpdateLawfirmPaymentModelRequestToJSON, UpdateLawfirmRequestToJSON, UpdateLawyerRoleRequestToJSON, UploadLawfirmsRequestToJSON, UploadLawfirmsResponseFromJSON, UpsertAddressRequestToJSON, } from '../models';
|
|
24
|
+
import { CreateNewLawfirmRequestToJSON, GetLawfirmAddressesResponseFromJSON, GetLawfirmCaseStatsResponseFromJSON, GetLawfirmInboxMessagesResponseFromJSON, GetLawfirmJobTitleResponseFromJSON, GetLawfirmLawyersResponseFromJSON, GetLawfirmResponseFromJSON, GetLawfirmSupportedStatesResponseFromJSON, GetLawfirmsResponseFromJSON, GetStripeConnectedAccountsResponseFromJSON, IntercomSearchTicketsResponseFromJSON, LawfirmPictureRequestToJSON, LawfirmSupportedStateRequestToJSON, LawfirmVacationRequestToJSON, SaveLawfirmAccountManagerRequestToJSON, UpdateLawfirmPaymentModelRequestToJSON, UpdateLawfirmRequestToJSON, UpdateLawyerRoleRequestToJSON, UploadLawfirmsRequestToJSON, UploadLawfirmsResponseFromJSON, UpsertAddressRequestToJSON, } from '../models';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -586,6 +586,70 @@ export class LawfirmControllerApi extends runtime.BaseAPI {
|
|
|
586
586
|
return yield response.value();
|
|
587
587
|
});
|
|
588
588
|
}
|
|
589
|
+
/**
|
|
590
|
+
* saveLawfirmAccountManager
|
|
591
|
+
*/
|
|
592
|
+
saveLawfirmAccountManagerUsingPOSTRaw(requestParameters) {
|
|
593
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
594
|
+
if (requestParameters.lawfirmId === null || requestParameters.lawfirmId === undefined) {
|
|
595
|
+
throw new runtime.RequiredError('lawfirmId', 'Required parameter requestParameters.lawfirmId was null or undefined when calling saveLawfirmAccountManagerUsingPOST.');
|
|
596
|
+
}
|
|
597
|
+
if (requestParameters.request === null || requestParameters.request === undefined) {
|
|
598
|
+
throw new runtime.RequiredError('request', 'Required parameter requestParameters.request was null or undefined when calling saveLawfirmAccountManagerUsingPOST.');
|
|
599
|
+
}
|
|
600
|
+
const queryParameters = {};
|
|
601
|
+
const headerParameters = {};
|
|
602
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
603
|
+
const response = yield this.request({
|
|
604
|
+
path: `/api/v1/lawfirms/{lawfirmId}/account-manager`.replace(`{${"lawfirmId"}}`, encodeURIComponent(String(requestParameters.lawfirmId))),
|
|
605
|
+
method: 'POST',
|
|
606
|
+
headers: headerParameters,
|
|
607
|
+
query: queryParameters,
|
|
608
|
+
body: SaveLawfirmAccountManagerRequestToJSON(requestParameters.request),
|
|
609
|
+
});
|
|
610
|
+
return new runtime.VoidApiResponse(response);
|
|
611
|
+
});
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
* saveLawfirmAccountManager
|
|
615
|
+
*/
|
|
616
|
+
saveLawfirmAccountManagerUsingPOST(requestParameters) {
|
|
617
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
618
|
+
yield this.saveLawfirmAccountManagerUsingPOSTRaw(requestParameters);
|
|
619
|
+
});
|
|
620
|
+
}
|
|
621
|
+
/**
|
|
622
|
+
* saveLawfirmSupportedState
|
|
623
|
+
*/
|
|
624
|
+
saveLawfirmSupportedStateUsingPOSTRaw(requestParameters) {
|
|
625
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
626
|
+
if (requestParameters.lawfirmId === null || requestParameters.lawfirmId === undefined) {
|
|
627
|
+
throw new runtime.RequiredError('lawfirmId', 'Required parameter requestParameters.lawfirmId was null or undefined when calling saveLawfirmSupportedStateUsingPOST.');
|
|
628
|
+
}
|
|
629
|
+
if (requestParameters.request === null || requestParameters.request === undefined) {
|
|
630
|
+
throw new runtime.RequiredError('request', 'Required parameter requestParameters.request was null or undefined when calling saveLawfirmSupportedStateUsingPOST.');
|
|
631
|
+
}
|
|
632
|
+
const queryParameters = {};
|
|
633
|
+
const headerParameters = {};
|
|
634
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
635
|
+
const response = yield this.request({
|
|
636
|
+
path: `/api/v1/lawfirms/{lawfirmId}/supported-states`.replace(`{${"lawfirmId"}}`, encodeURIComponent(String(requestParameters.lawfirmId))),
|
|
637
|
+
method: 'POST',
|
|
638
|
+
headers: headerParameters,
|
|
639
|
+
query: queryParameters,
|
|
640
|
+
body: LawfirmSupportedStateRequestToJSON(requestParameters.request),
|
|
641
|
+
});
|
|
642
|
+
return new runtime.VoidApiResponse(response);
|
|
643
|
+
});
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* saveLawfirmSupportedState
|
|
647
|
+
*/
|
|
648
|
+
saveLawfirmSupportedStateUsingPOST(requestParameters) {
|
|
649
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
650
|
+
yield this.saveLawfirmSupportedStateUsingPOSTRaw(requestParameters);
|
|
651
|
+
});
|
|
652
|
+
}
|
|
589
653
|
/**
|
|
590
654
|
* setVacationMode
|
|
591
655
|
*/
|
|
@@ -78,6 +78,7 @@ export declare enum GetLastLoginUsingGETClientsEnum {
|
|
|
78
78
|
export declare enum ListUserAuditEventsByCursorUsingGETExcludeTypesEnum {
|
|
79
79
|
ACCOUNTCOVERAGEADDED = "ACCOUNT_COVERAGE_ADDED",
|
|
80
80
|
ACCOUNTCOVERAGEREMOVED = "ACCOUNT_COVERAGE_REMOVED",
|
|
81
|
+
ACCOUNTMANAGERCHANGED = "ACCOUNT_MANAGER_CHANGED",
|
|
81
82
|
ACCOUNTNOTIFICATIONSTATUSCHANGED = "ACCOUNT_NOTIFICATION_STATUS_CHANGED",
|
|
82
83
|
ACCOUNTSTATUSCHANGED = "ACCOUNT_STATUS_CHANGED",
|
|
83
84
|
CASEACCEPT = "CASE_ACCEPT",
|
|
@@ -118,6 +119,7 @@ export declare enum ListUserAuditEventsByCursorUsingGETExcludeTypesEnum {
|
|
|
118
119
|
LAWFIRMPERSONNELADDED = "LAWFIRM_PERSONNEL_ADDED",
|
|
119
120
|
LAWFIRMPROFILEUPDATED = "LAWFIRM_PROFILE_UPDATED",
|
|
120
121
|
LAWFIRMSETTINGUPDATED = "LAWFIRM_SETTING_UPDATED",
|
|
122
|
+
LAWFIRMSUPPORTEDSTATEUPDATED = "LAWFIRM_SUPPORTED_STATE_UPDATED",
|
|
121
123
|
LAWFIRMTOTALCAPACITY = "LAWFIRM_TOTAL_CAPACITY",
|
|
122
124
|
LAWFIRMTRANSFERREVERSED = "LAWFIRM_TRANSFER_REVERSED",
|
|
123
125
|
LINEITEMADDED = "LINE_ITEM_ADDED",
|
|
@@ -166,6 +168,7 @@ export declare enum ListUserAuditEventsByCursorUsingGETExcludeTypesEnum {
|
|
|
166
168
|
export declare enum ListUserAuditEventsByCursorUsingGETIncludeTypesEnum {
|
|
167
169
|
ACCOUNTCOVERAGEADDED = "ACCOUNT_COVERAGE_ADDED",
|
|
168
170
|
ACCOUNTCOVERAGEREMOVED = "ACCOUNT_COVERAGE_REMOVED",
|
|
171
|
+
ACCOUNTMANAGERCHANGED = "ACCOUNT_MANAGER_CHANGED",
|
|
169
172
|
ACCOUNTNOTIFICATIONSTATUSCHANGED = "ACCOUNT_NOTIFICATION_STATUS_CHANGED",
|
|
170
173
|
ACCOUNTSTATUSCHANGED = "ACCOUNT_STATUS_CHANGED",
|
|
171
174
|
CASEACCEPT = "CASE_ACCEPT",
|
|
@@ -206,6 +209,7 @@ export declare enum ListUserAuditEventsByCursorUsingGETIncludeTypesEnum {
|
|
|
206
209
|
LAWFIRMPERSONNELADDED = "LAWFIRM_PERSONNEL_ADDED",
|
|
207
210
|
LAWFIRMPROFILEUPDATED = "LAWFIRM_PROFILE_UPDATED",
|
|
208
211
|
LAWFIRMSETTINGUPDATED = "LAWFIRM_SETTING_UPDATED",
|
|
212
|
+
LAWFIRMSUPPORTEDSTATEUPDATED = "LAWFIRM_SUPPORTED_STATE_UPDATED",
|
|
209
213
|
LAWFIRMTOTALCAPACITY = "LAWFIRM_TOTAL_CAPACITY",
|
|
210
214
|
LAWFIRMTRANSFERREVERSED = "LAWFIRM_TRANSFER_REVERSED",
|
|
211
215
|
LINEITEMADDED = "LINE_ITEM_ADDED",
|
|
@@ -135,6 +135,7 @@ export var ListUserAuditEventsByCursorUsingGETExcludeTypesEnum;
|
|
|
135
135
|
(function (ListUserAuditEventsByCursorUsingGETExcludeTypesEnum) {
|
|
136
136
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
137
137
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
138
|
+
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
138
139
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
139
140
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
140
141
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -175,6 +176,7 @@ export var ListUserAuditEventsByCursorUsingGETExcludeTypesEnum;
|
|
|
175
176
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["LAWFIRMPERSONNELADDED"] = "LAWFIRM_PERSONNEL_ADDED";
|
|
176
177
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["LAWFIRMPROFILEUPDATED"] = "LAWFIRM_PROFILE_UPDATED";
|
|
177
178
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["LAWFIRMSETTINGUPDATED"] = "LAWFIRM_SETTING_UPDATED";
|
|
179
|
+
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["LAWFIRMSUPPORTEDSTATEUPDATED"] = "LAWFIRM_SUPPORTED_STATE_UPDATED";
|
|
178
180
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["LAWFIRMTOTALCAPACITY"] = "LAWFIRM_TOTAL_CAPACITY";
|
|
179
181
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["LAWFIRMTRANSFERREVERSED"] = "LAWFIRM_TRANSFER_REVERSED";
|
|
180
182
|
ListUserAuditEventsByCursorUsingGETExcludeTypesEnum["LINEITEMADDED"] = "LINE_ITEM_ADDED";
|
|
@@ -224,6 +226,7 @@ export var ListUserAuditEventsByCursorUsingGETIncludeTypesEnum;
|
|
|
224
226
|
(function (ListUserAuditEventsByCursorUsingGETIncludeTypesEnum) {
|
|
225
227
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
226
228
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
229
|
+
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
227
230
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
228
231
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
229
232
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -264,6 +267,7 @@ export var ListUserAuditEventsByCursorUsingGETIncludeTypesEnum;
|
|
|
264
267
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["LAWFIRMPERSONNELADDED"] = "LAWFIRM_PERSONNEL_ADDED";
|
|
265
268
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["LAWFIRMPROFILEUPDATED"] = "LAWFIRM_PROFILE_UPDATED";
|
|
266
269
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["LAWFIRMSETTINGUPDATED"] = "LAWFIRM_SETTING_UPDATED";
|
|
270
|
+
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["LAWFIRMSUPPORTEDSTATEUPDATED"] = "LAWFIRM_SUPPORTED_STATE_UPDATED";
|
|
267
271
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["LAWFIRMTOTALCAPACITY"] = "LAWFIRM_TOTAL_CAPACITY";
|
|
268
272
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["LAWFIRMTRANSFERREVERSED"] = "LAWFIRM_TRANSFER_REVERSED";
|
|
269
273
|
ListUserAuditEventsByCursorUsingGETIncludeTypesEnum["LINEITEMADDED"] = "LINE_ITEM_ADDED";
|
|
@@ -114,6 +114,7 @@ export declare enum CitationAuditEventModelClientTypeEnum {
|
|
|
114
114
|
export declare enum CitationAuditEventModelEventEnum {
|
|
115
115
|
ACCOUNTCOVERAGEADDED = "ACCOUNT_COVERAGE_ADDED",
|
|
116
116
|
ACCOUNTCOVERAGEREMOVED = "ACCOUNT_COVERAGE_REMOVED",
|
|
117
|
+
ACCOUNTMANAGERCHANGED = "ACCOUNT_MANAGER_CHANGED",
|
|
117
118
|
ACCOUNTNOTIFICATIONSTATUSCHANGED = "ACCOUNT_NOTIFICATION_STATUS_CHANGED",
|
|
118
119
|
ACCOUNTSTATUSCHANGED = "ACCOUNT_STATUS_CHANGED",
|
|
119
120
|
CASEACCEPT = "CASE_ACCEPT",
|
|
@@ -154,6 +155,7 @@ export declare enum CitationAuditEventModelEventEnum {
|
|
|
154
155
|
LAWFIRMPERSONNELADDED = "LAWFIRM_PERSONNEL_ADDED",
|
|
155
156
|
LAWFIRMPROFILEUPDATED = "LAWFIRM_PROFILE_UPDATED",
|
|
156
157
|
LAWFIRMSETTINGUPDATED = "LAWFIRM_SETTING_UPDATED",
|
|
158
|
+
LAWFIRMSUPPORTEDSTATEUPDATED = "LAWFIRM_SUPPORTED_STATE_UPDATED",
|
|
157
159
|
LAWFIRMTOTALCAPACITY = "LAWFIRM_TOTAL_CAPACITY",
|
|
158
160
|
LAWFIRMTRANSFERREVERSED = "LAWFIRM_TRANSFER_REVERSED",
|
|
159
161
|
LINEITEMADDED = "LINE_ITEM_ADDED",
|
|
@@ -89,6 +89,7 @@ export var CitationAuditEventModelEventEnum;
|
|
|
89
89
|
(function (CitationAuditEventModelEventEnum) {
|
|
90
90
|
CitationAuditEventModelEventEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
91
91
|
CitationAuditEventModelEventEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
92
|
+
CitationAuditEventModelEventEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
92
93
|
CitationAuditEventModelEventEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
93
94
|
CitationAuditEventModelEventEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
94
95
|
CitationAuditEventModelEventEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -129,6 +130,7 @@ export var CitationAuditEventModelEventEnum;
|
|
|
129
130
|
CitationAuditEventModelEventEnum["LAWFIRMPERSONNELADDED"] = "LAWFIRM_PERSONNEL_ADDED";
|
|
130
131
|
CitationAuditEventModelEventEnum["LAWFIRMPROFILEUPDATED"] = "LAWFIRM_PROFILE_UPDATED";
|
|
131
132
|
CitationAuditEventModelEventEnum["LAWFIRMSETTINGUPDATED"] = "LAWFIRM_SETTING_UPDATED";
|
|
133
|
+
CitationAuditEventModelEventEnum["LAWFIRMSUPPORTEDSTATEUPDATED"] = "LAWFIRM_SUPPORTED_STATE_UPDATED";
|
|
132
134
|
CitationAuditEventModelEventEnum["LAWFIRMTOTALCAPACITY"] = "LAWFIRM_TOTAL_CAPACITY";
|
|
133
135
|
CitationAuditEventModelEventEnum["LAWFIRMTRANSFERREVERSED"] = "LAWFIRM_TRANSFER_REVERSED";
|
|
134
136
|
CitationAuditEventModelEventEnum["LINEITEMADDED"] = "LINE_ITEM_ADDED";
|
|
@@ -29,6 +29,7 @@ export function GetLawfirmModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
29
|
'customerServiceScore': !exists(json, 'customerServiceScore') ? undefined : json['customerServiceScore'],
|
|
30
30
|
'establishedDateUtc': !exists(json, 'establishedDateUtc') ? undefined : (new Date(json['establishedDateUtc'])),
|
|
31
31
|
'establishedYear': !exists(json, 'establishedYear') ? undefined : json['establishedYear'],
|
|
32
|
+
'hubspotRecordId': !exists(json, 'hubspotRecordId') ? undefined : json['hubspotRecordId'],
|
|
32
33
|
'isLawfirmDisabled': !exists(json, 'isLawfirmDisabled') ? undefined : json['isLawfirmDisabled'],
|
|
33
34
|
'isLawfirmNotWithCompany': !exists(json, 'isLawfirmNotWithCompany') ? undefined : json['isLawfirmNotWithCompany'],
|
|
34
35
|
'isTestLawfirm': !exists(json, 'isTestLawfirm') ? undefined : json['isTestLawfirm'],
|
|
@@ -67,6 +68,7 @@ export function GetLawfirmModelToJSON(value) {
|
|
|
67
68
|
'customerServiceScore': value.customerServiceScore,
|
|
68
69
|
'establishedDateUtc': value.establishedDateUtc === undefined ? undefined : (value.establishedDateUtc.toISOString()),
|
|
69
70
|
'establishedYear': value.establishedYear,
|
|
71
|
+
'hubspotRecordId': value.hubspotRecordId,
|
|
70
72
|
'isLawfirmDisabled': value.isLawfirmDisabled,
|
|
71
73
|
'isLawfirmNotWithCompany': value.isLawfirmNotWithCompany,
|
|
72
74
|
'isTestLawfirm': value.isTestLawfirm,
|
|
@@ -114,6 +114,7 @@ export declare enum LawfirmAuditEventModelClientTypeEnum {
|
|
|
114
114
|
export declare enum LawfirmAuditEventModelEventEnum {
|
|
115
115
|
ACCOUNTCOVERAGEADDED = "ACCOUNT_COVERAGE_ADDED",
|
|
116
116
|
ACCOUNTCOVERAGEREMOVED = "ACCOUNT_COVERAGE_REMOVED",
|
|
117
|
+
ACCOUNTMANAGERCHANGED = "ACCOUNT_MANAGER_CHANGED",
|
|
117
118
|
ACCOUNTNOTIFICATIONSTATUSCHANGED = "ACCOUNT_NOTIFICATION_STATUS_CHANGED",
|
|
118
119
|
ACCOUNTSTATUSCHANGED = "ACCOUNT_STATUS_CHANGED",
|
|
119
120
|
CASEACCEPT = "CASE_ACCEPT",
|
|
@@ -154,6 +155,7 @@ export declare enum LawfirmAuditEventModelEventEnum {
|
|
|
154
155
|
LAWFIRMPERSONNELADDED = "LAWFIRM_PERSONNEL_ADDED",
|
|
155
156
|
LAWFIRMPROFILEUPDATED = "LAWFIRM_PROFILE_UPDATED",
|
|
156
157
|
LAWFIRMSETTINGUPDATED = "LAWFIRM_SETTING_UPDATED",
|
|
158
|
+
LAWFIRMSUPPORTEDSTATEUPDATED = "LAWFIRM_SUPPORTED_STATE_UPDATED",
|
|
157
159
|
LAWFIRMTOTALCAPACITY = "LAWFIRM_TOTAL_CAPACITY",
|
|
158
160
|
LAWFIRMTRANSFERREVERSED = "LAWFIRM_TRANSFER_REVERSED",
|
|
159
161
|
LINEITEMADDED = "LINE_ITEM_ADDED",
|
|
@@ -89,6 +89,7 @@ export var LawfirmAuditEventModelEventEnum;
|
|
|
89
89
|
(function (LawfirmAuditEventModelEventEnum) {
|
|
90
90
|
LawfirmAuditEventModelEventEnum["ACCOUNTCOVERAGEADDED"] = "ACCOUNT_COVERAGE_ADDED";
|
|
91
91
|
LawfirmAuditEventModelEventEnum["ACCOUNTCOVERAGEREMOVED"] = "ACCOUNT_COVERAGE_REMOVED";
|
|
92
|
+
LawfirmAuditEventModelEventEnum["ACCOUNTMANAGERCHANGED"] = "ACCOUNT_MANAGER_CHANGED";
|
|
92
93
|
LawfirmAuditEventModelEventEnum["ACCOUNTNOTIFICATIONSTATUSCHANGED"] = "ACCOUNT_NOTIFICATION_STATUS_CHANGED";
|
|
93
94
|
LawfirmAuditEventModelEventEnum["ACCOUNTSTATUSCHANGED"] = "ACCOUNT_STATUS_CHANGED";
|
|
94
95
|
LawfirmAuditEventModelEventEnum["CASEACCEPT"] = "CASE_ACCEPT";
|
|
@@ -129,6 +130,7 @@ export var LawfirmAuditEventModelEventEnum;
|
|
|
129
130
|
LawfirmAuditEventModelEventEnum["LAWFIRMPERSONNELADDED"] = "LAWFIRM_PERSONNEL_ADDED";
|
|
130
131
|
LawfirmAuditEventModelEventEnum["LAWFIRMPROFILEUPDATED"] = "LAWFIRM_PROFILE_UPDATED";
|
|
131
132
|
LawfirmAuditEventModelEventEnum["LAWFIRMSETTINGUPDATED"] = "LAWFIRM_SETTING_UPDATED";
|
|
133
|
+
LawfirmAuditEventModelEventEnum["LAWFIRMSUPPORTEDSTATEUPDATED"] = "LAWFIRM_SUPPORTED_STATE_UPDATED";
|
|
132
134
|
LawfirmAuditEventModelEventEnum["LAWFIRMTOTALCAPACITY"] = "LAWFIRM_TOTAL_CAPACITY";
|
|
133
135
|
LawfirmAuditEventModelEventEnum["LAWFIRMTRANSFERREVERSED"] = "LAWFIRM_TRANSFER_REVERSED";
|
|
134
136
|
LawfirmAuditEventModelEventEnum["LINEITEMADDED"] = "LINE_ITEM_ADDED";
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LawfirmSupportedStateRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface LawfirmSupportedStateRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof LawfirmSupportedStateRequest
|
|
22
|
+
*/
|
|
23
|
+
primary?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LawfirmSupportedStateRequest
|
|
28
|
+
*/
|
|
29
|
+
regionCode: LawfirmSupportedStateRequestRegionCodeEnum;
|
|
30
|
+
}
|
|
31
|
+
export declare function LawfirmSupportedStateRequestFromJSON(json: any): LawfirmSupportedStateRequest;
|
|
32
|
+
export declare function LawfirmSupportedStateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LawfirmSupportedStateRequest;
|
|
33
|
+
export declare function LawfirmSupportedStateRequestToJSON(value?: LawfirmSupportedStateRequest | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum LawfirmSupportedStateRequestRegionCodeEnum {
|
|
39
|
+
AK = "AK",
|
|
40
|
+
AL = "AL",
|
|
41
|
+
AR = "AR",
|
|
42
|
+
AZ = "AZ",
|
|
43
|
+
CA = "CA",
|
|
44
|
+
CO = "CO",
|
|
45
|
+
CT = "CT",
|
|
46
|
+
DC = "DC",
|
|
47
|
+
DE = "DE",
|
|
48
|
+
FL = "FL",
|
|
49
|
+
GA = "GA",
|
|
50
|
+
HI = "HI",
|
|
51
|
+
IA = "IA",
|
|
52
|
+
ID = "ID",
|
|
53
|
+
IL = "IL",
|
|
54
|
+
IN = "IN",
|
|
55
|
+
KS = "KS",
|
|
56
|
+
KY = "KY",
|
|
57
|
+
LA = "LA",
|
|
58
|
+
MA = "MA",
|
|
59
|
+
MD = "MD",
|
|
60
|
+
ME = "ME",
|
|
61
|
+
MI = "MI",
|
|
62
|
+
MN = "MN",
|
|
63
|
+
MO = "MO",
|
|
64
|
+
MS = "MS",
|
|
65
|
+
MT = "MT",
|
|
66
|
+
NC = "NC",
|
|
67
|
+
ND = "ND",
|
|
68
|
+
NE = "NE",
|
|
69
|
+
NH = "NH",
|
|
70
|
+
NJ = "NJ",
|
|
71
|
+
NM = "NM",
|
|
72
|
+
NV = "NV",
|
|
73
|
+
NY = "NY",
|
|
74
|
+
OH = "OH",
|
|
75
|
+
OK = "OK",
|
|
76
|
+
OR = "OR",
|
|
77
|
+
PA = "PA",
|
|
78
|
+
RI = "RI",
|
|
79
|
+
SC = "SC",
|
|
80
|
+
SD = "SD",
|
|
81
|
+
TN = "TN",
|
|
82
|
+
TX = "TX",
|
|
83
|
+
UT = "UT",
|
|
84
|
+
VA = "VA",
|
|
85
|
+
VT = "VT",
|
|
86
|
+
WA = "WA",
|
|
87
|
+
WI = "WI",
|
|
88
|
+
WV = "WV",
|
|
89
|
+
WY = "WY"
|
|
90
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function LawfirmSupportedStateRequestFromJSON(json) {
|
|
16
|
+
return LawfirmSupportedStateRequestFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function LawfirmSupportedStateRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'primary': !exists(json, 'primary') ? undefined : json['primary'],
|
|
24
|
+
'regionCode': json['regionCode'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function LawfirmSupportedStateRequestToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'primary': value.primary,
|
|
36
|
+
'regionCode': value.regionCode,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var LawfirmSupportedStateRequestRegionCodeEnum;
|
|
44
|
+
(function (LawfirmSupportedStateRequestRegionCodeEnum) {
|
|
45
|
+
LawfirmSupportedStateRequestRegionCodeEnum["AK"] = "AK";
|
|
46
|
+
LawfirmSupportedStateRequestRegionCodeEnum["AL"] = "AL";
|
|
47
|
+
LawfirmSupportedStateRequestRegionCodeEnum["AR"] = "AR";
|
|
48
|
+
LawfirmSupportedStateRequestRegionCodeEnum["AZ"] = "AZ";
|
|
49
|
+
LawfirmSupportedStateRequestRegionCodeEnum["CA"] = "CA";
|
|
50
|
+
LawfirmSupportedStateRequestRegionCodeEnum["CO"] = "CO";
|
|
51
|
+
LawfirmSupportedStateRequestRegionCodeEnum["CT"] = "CT";
|
|
52
|
+
LawfirmSupportedStateRequestRegionCodeEnum["DC"] = "DC";
|
|
53
|
+
LawfirmSupportedStateRequestRegionCodeEnum["DE"] = "DE";
|
|
54
|
+
LawfirmSupportedStateRequestRegionCodeEnum["FL"] = "FL";
|
|
55
|
+
LawfirmSupportedStateRequestRegionCodeEnum["GA"] = "GA";
|
|
56
|
+
LawfirmSupportedStateRequestRegionCodeEnum["HI"] = "HI";
|
|
57
|
+
LawfirmSupportedStateRequestRegionCodeEnum["IA"] = "IA";
|
|
58
|
+
LawfirmSupportedStateRequestRegionCodeEnum["ID"] = "ID";
|
|
59
|
+
LawfirmSupportedStateRequestRegionCodeEnum["IL"] = "IL";
|
|
60
|
+
LawfirmSupportedStateRequestRegionCodeEnum["IN"] = "IN";
|
|
61
|
+
LawfirmSupportedStateRequestRegionCodeEnum["KS"] = "KS";
|
|
62
|
+
LawfirmSupportedStateRequestRegionCodeEnum["KY"] = "KY";
|
|
63
|
+
LawfirmSupportedStateRequestRegionCodeEnum["LA"] = "LA";
|
|
64
|
+
LawfirmSupportedStateRequestRegionCodeEnum["MA"] = "MA";
|
|
65
|
+
LawfirmSupportedStateRequestRegionCodeEnum["MD"] = "MD";
|
|
66
|
+
LawfirmSupportedStateRequestRegionCodeEnum["ME"] = "ME";
|
|
67
|
+
LawfirmSupportedStateRequestRegionCodeEnum["MI"] = "MI";
|
|
68
|
+
LawfirmSupportedStateRequestRegionCodeEnum["MN"] = "MN";
|
|
69
|
+
LawfirmSupportedStateRequestRegionCodeEnum["MO"] = "MO";
|
|
70
|
+
LawfirmSupportedStateRequestRegionCodeEnum["MS"] = "MS";
|
|
71
|
+
LawfirmSupportedStateRequestRegionCodeEnum["MT"] = "MT";
|
|
72
|
+
LawfirmSupportedStateRequestRegionCodeEnum["NC"] = "NC";
|
|
73
|
+
LawfirmSupportedStateRequestRegionCodeEnum["ND"] = "ND";
|
|
74
|
+
LawfirmSupportedStateRequestRegionCodeEnum["NE"] = "NE";
|
|
75
|
+
LawfirmSupportedStateRequestRegionCodeEnum["NH"] = "NH";
|
|
76
|
+
LawfirmSupportedStateRequestRegionCodeEnum["NJ"] = "NJ";
|
|
77
|
+
LawfirmSupportedStateRequestRegionCodeEnum["NM"] = "NM";
|
|
78
|
+
LawfirmSupportedStateRequestRegionCodeEnum["NV"] = "NV";
|
|
79
|
+
LawfirmSupportedStateRequestRegionCodeEnum["NY"] = "NY";
|
|
80
|
+
LawfirmSupportedStateRequestRegionCodeEnum["OH"] = "OH";
|
|
81
|
+
LawfirmSupportedStateRequestRegionCodeEnum["OK"] = "OK";
|
|
82
|
+
LawfirmSupportedStateRequestRegionCodeEnum["OR"] = "OR";
|
|
83
|
+
LawfirmSupportedStateRequestRegionCodeEnum["PA"] = "PA";
|
|
84
|
+
LawfirmSupportedStateRequestRegionCodeEnum["RI"] = "RI";
|
|
85
|
+
LawfirmSupportedStateRequestRegionCodeEnum["SC"] = "SC";
|
|
86
|
+
LawfirmSupportedStateRequestRegionCodeEnum["SD"] = "SD";
|
|
87
|
+
LawfirmSupportedStateRequestRegionCodeEnum["TN"] = "TN";
|
|
88
|
+
LawfirmSupportedStateRequestRegionCodeEnum["TX"] = "TX";
|
|
89
|
+
LawfirmSupportedStateRequestRegionCodeEnum["UT"] = "UT";
|
|
90
|
+
LawfirmSupportedStateRequestRegionCodeEnum["VA"] = "VA";
|
|
91
|
+
LawfirmSupportedStateRequestRegionCodeEnum["VT"] = "VT";
|
|
92
|
+
LawfirmSupportedStateRequestRegionCodeEnum["WA"] = "WA";
|
|
93
|
+
LawfirmSupportedStateRequestRegionCodeEnum["WI"] = "WI";
|
|
94
|
+
LawfirmSupportedStateRequestRegionCodeEnum["WV"] = "WV";
|
|
95
|
+
LawfirmSupportedStateRequestRegionCodeEnum["WY"] = "WY";
|
|
96
|
+
})(LawfirmSupportedStateRequestRegionCodeEnum || (LawfirmSupportedStateRequestRegionCodeEnum = {}));
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SaveLawfirmAccountManagerRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface SaveLawfirmAccountManagerRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SaveLawfirmAccountManagerRequest
|
|
22
|
+
*/
|
|
23
|
+
userId: number;
|
|
24
|
+
}
|
|
25
|
+
export declare function SaveLawfirmAccountManagerRequestFromJSON(json: any): SaveLawfirmAccountManagerRequest;
|
|
26
|
+
export declare function SaveLawfirmAccountManagerRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SaveLawfirmAccountManagerRequest;
|
|
27
|
+
export declare function SaveLawfirmAccountManagerRequestToJSON(value?: SaveLawfirmAccountManagerRequest | null): any;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export function SaveLawfirmAccountManagerRequestFromJSON(json) {
|
|
15
|
+
return SaveLawfirmAccountManagerRequestFromJSONTyped(json, false);
|
|
16
|
+
}
|
|
17
|
+
export function SaveLawfirmAccountManagerRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'userId': json['userId'],
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
export function SaveLawfirmAccountManagerRequestToJSON(value) {
|
|
26
|
+
if (value === undefined) {
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
if (value === null) {
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'userId': value.userId,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
@@ -21,6 +21,7 @@ export function SupportedStateModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
23
|
'newAlgoEnabled': !exists(json, 'newAlgoEnabled') ? undefined : json['newAlgoEnabled'],
|
|
24
|
+
'primaryState': !exists(json, 'primaryState') ? undefined : json['primaryState'],
|
|
24
25
|
'state': !exists(json, 'state') ? undefined : json['state'],
|
|
25
26
|
};
|
|
26
27
|
}
|
|
@@ -33,6 +34,7 @@ export function SupportedStateModelToJSON(value) {
|
|
|
33
34
|
}
|
|
34
35
|
return {
|
|
35
36
|
'newAlgoEnabled': value.newAlgoEnabled,
|
|
37
|
+
'primaryState': value.primaryState,
|
|
36
38
|
'state': value.state,
|
|
37
39
|
};
|
|
38
40
|
}
|