@otr-app/shared-backend-generated-client 2.3.125 → 2.3.127

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.
Files changed (2571) hide show
  1. package/README.md +60 -60
  2. package/dist/angular/.openapi-generator/FILES +810 -806
  3. package/dist/angular/api/api.ts +209 -207
  4. package/dist/angular/api/auditLawfirmEventsController.service.ts +175 -175
  5. package/dist/angular/api/auditLogController.service.ts +170 -0
  6. package/dist/angular/api/caseController.service.ts +1174 -1174
  7. package/dist/angular/api/casePaymentController.service.ts +1146 -1146
  8. package/dist/angular/api/caseResolutionController.service.ts +149 -149
  9. package/dist/angular/api/caseUserController.service.ts +233 -233
  10. package/dist/angular/api/citationAuditController.service.ts +175 -175
  11. package/dist/angular/api/citationController.service.ts +1285 -1285
  12. package/dist/angular/api/consoleListController.service.ts +1253 -1253
  13. package/dist/angular/api/dashboardController.service.ts +584 -584
  14. package/dist/angular/api/externalTicketLookupController.service.ts +278 -278
  15. package/dist/angular/api/lawfirmFeeCoverageController.service.ts +810 -810
  16. package/dist/angular/api/legalServicesController.service.ts +230 -230
  17. package/dist/angular/api/ocrPredictionController.service.ts +236 -236
  18. package/dist/angular/api/oneTimePasswordController.service.ts +158 -158
  19. package/dist/angular/api/socialLoginController.service.ts +508 -508
  20. package/dist/angular/api/userAuditController.service.ts +243 -243
  21. package/dist/angular/api/userPasswordController.service.ts +584 -584
  22. package/dist/angular/api/violationController.service.ts +504 -504
  23. package/dist/angular/api/watchlistController.service.ts +238 -238
  24. package/dist/angular/api/watchlistsController.service.ts +243 -243
  25. package/dist/angular/api/websocketMessageController.service.ts +169 -169
  26. package/dist/angular/api/workflowStateController.service.ts +161 -161
  27. package/dist/angular/api.module.ts +134 -133
  28. package/dist/angular/model/accountLevelFee.ts +96 -96
  29. package/dist/angular/model/accountLevelFeeToSave.ts +91 -91
  30. package/dist/angular/model/addActionToCaseResponse.ts +18 -18
  31. package/dist/angular/model/addCourtCoverageRequest.ts +90 -90
  32. package/dist/angular/model/addressEntity.ts +47 -47
  33. package/dist/angular/model/anonymousTicketUploadModel.ts +22 -22
  34. package/dist/angular/model/appleLoginRequest.ts +22 -22
  35. package/dist/angular/model/auditLog.ts +29 -0
  36. package/dist/angular/model/caseCreationRequest.ts +22 -22
  37. package/dist/angular/model/caseItem.ts +65 -65
  38. package/dist/angular/model/caseLineItemDomainReq.ts +66 -66
  39. package/dist/angular/model/caseLineItemDomainRes.ts +66 -66
  40. package/dist/angular/model/caseModel.ts +108 -108
  41. package/dist/angular/model/caseModelReq.ts +108 -108
  42. package/dist/angular/model/caseModelRes.ts +108 -108
  43. package/dist/angular/model/casePaymentDomain.ts +70 -70
  44. package/dist/angular/model/caseUserDefendantAttributes.ts +21 -21
  45. package/dist/angular/model/caseUserDefendantAttributesRequest.ts +21 -21
  46. package/dist/angular/model/caseUserDetailsModel.ts +39 -39
  47. package/dist/angular/model/caseUserPermissionAttributes.ts +17 -17
  48. package/dist/angular/model/citationAuditEventModel.ts +108 -108
  49. package/dist/angular/model/citationAuditLog.ts +35 -0
  50. package/dist/angular/model/citationDomain.ts +134 -134
  51. package/dist/angular/model/citationDomainReq.ts +134 -134
  52. package/dist/angular/model/citationDomainRes.ts +134 -134
  53. package/dist/angular/model/citationModel.ts +135 -135
  54. package/dist/angular/model/citationModelReq.ts +135 -135
  55. package/dist/angular/model/citationModelRes.ts +135 -135
  56. package/dist/angular/model/citationWithMissingFields.ts +161 -161
  57. package/dist/angular/model/citationsResponseModel.ts +209 -209
  58. package/dist/angular/model/confidenceField.ts +18 -18
  59. package/dist/angular/model/convertPdfToImageResponse.ts +21 -21
  60. package/dist/angular/model/countyEntity.ts +76 -76
  61. package/dist/angular/model/courtEntity.ts +42 -42
  62. package/dist/angular/model/createCitationResponse.ts +18 -18
  63. package/dist/angular/model/customerOverduePayment.ts +24 -24
  64. package/dist/angular/model/customerReview.ts +63 -63
  65. package/dist/angular/model/dashboardCaseModel.ts +36 -36
  66. package/dist/angular/model/deleteCitationResponse.ts +18 -18
  67. package/dist/angular/model/externalTicketSiteOutput.ts +18 -18
  68. package/dist/angular/model/forwardMessageRequest.ts +18 -18
  69. package/dist/angular/model/geoRatesRequest.ts +24 -24
  70. package/dist/angular/model/getAnonymousTicketUploads.ts +18 -18
  71. package/dist/angular/model/getCaseFromCitationResponse.ts +20 -20
  72. package/dist/angular/model/getCaseResponse.ts +20 -20
  73. package/dist/angular/model/getCaseUserModel.ts +47 -47
  74. package/dist/angular/model/getCaseUsersResponse.ts +18 -18
  75. package/dist/{typescript/model/AccountLevelFeeRequest.ts → angular/model/getCitationAuditLogsResponse.ts} +19 -18
  76. package/dist/angular/model/getCitationResponse.ts +18 -18
  77. package/dist/angular/model/getCitationsResponse.ts +18 -18
  78. package/dist/angular/model/getCitationsWithMissingFieldsRequest.ts +135 -135
  79. package/dist/angular/model/getCitationsWithMissingFieldsResponse.ts +21 -21
  80. package/dist/angular/model/getClientCasesResponse.ts +23 -23
  81. package/dist/angular/model/getDeclinedCasesResponse.ts +18 -18
  82. package/dist/angular/model/getExternalTicketModel.ts +30 -30
  83. package/dist/angular/model/getExternalTicketsResponse.ts +29 -29
  84. package/dist/angular/model/getInvalidCasesWithStripeChargeResponse.ts +18 -18
  85. package/dist/angular/model/getLawfirmFeeCoverageModel.ts +34 -34
  86. package/dist/angular/model/getLineItemTypesResponse.ts +40 -40
  87. package/dist/angular/model/getPendingCasesResponse.ts +18 -18
  88. package/dist/angular/model/getUserCasesResponse.ts +22 -22
  89. package/dist/angular/model/getWorkflowStateResponse.ts +19 -19
  90. package/dist/angular/model/ghostUser.ts +47 -47
  91. package/dist/angular/model/ghostUserResponse.ts +45 -45
  92. package/dist/angular/model/googleLoginRequest.ts +18 -18
  93. package/dist/angular/model/lawfirmAuditEventModel.ts +108 -108
  94. package/dist/angular/model/lawfirmCaseModel.ts +53 -53
  95. package/dist/angular/model/lawfirmCaseModelReq.ts +53 -53
  96. package/dist/angular/model/lawfirmCaseModelRes.ts +53 -53
  97. package/dist/angular/model/lawfirmItem.ts +78 -78
  98. package/dist/angular/model/lawfirmRatesResponse.ts +54 -54
  99. package/dist/angular/model/legalServiceModel.ts +51 -51
  100. package/dist/angular/model/lineItem.ts +42 -42
  101. package/dist/angular/model/lineItemModel.ts +50 -50
  102. package/dist/angular/model/lineItemRequest.ts +53 -53
  103. package/dist/angular/model/listCitationsRequest.ts +108 -108
  104. package/dist/angular/model/listNotesResponse.ts +23 -23
  105. package/dist/angular/model/listUserWatchlistsResponse.ts +19 -19
  106. package/dist/angular/model/matchCaseLineItemModel.ts +50 -50
  107. package/dist/angular/model/matchCaseViolationPenaltyModel.ts +40 -40
  108. package/dist/angular/model/matchCitationModel.ts +49 -49
  109. package/dist/angular/model/matchInnerCaseModel.ts +88 -88
  110. package/dist/angular/model/matchLegalServiceModel.ts +51 -51
  111. package/dist/angular/model/matchLegalServicesRequest.ts +38 -38
  112. package/dist/angular/model/matchLegalServicesResponse.ts +19 -19
  113. package/dist/angular/model/matchingFieldValue.ts +27 -27
  114. package/dist/angular/model/models.ts +695 -692
  115. package/dist/angular/model/newUser.ts +38 -38
  116. package/dist/angular/model/oCRPredictionCaseResponse.ts +64 -64
  117. package/dist/angular/model/phoneNumberDomain.ts +49 -49
  118. package/dist/angular/model/phoneNumberDomainReq.ts +49 -49
  119. package/dist/angular/model/phoneNumberDomainRes.ts +49 -49
  120. package/dist/angular/model/predictCitationTextRequest.ts +26 -26
  121. package/dist/angular/model/predictImageClassificationRequest.ts +18 -18
  122. package/dist/angular/model/predictImageClassificationResponse.ts +31 -31
  123. package/dist/angular/model/registerGhostUserRequest.ts +31 -31
  124. package/dist/angular/model/registerNewUserRequest.ts +63 -63
  125. package/dist/angular/model/reviewCommentModel.ts +22 -22
  126. package/dist/angular/model/saveCaseUserRequest.ts +41 -41
  127. package/dist/angular/model/saveLawyerLeadRequest.ts +37 -37
  128. package/dist/angular/model/saveUserWatchlistsRequest.ts +22 -22
  129. package/dist/angular/model/scheduleNewPaymentRequest.ts +47 -47
  130. package/dist/angular/model/sendOneTimePasswordRequest.ts +18 -18
  131. package/dist/angular/model/socialLoginRequest.ts +50 -50
  132. package/dist/angular/model/socialLoginUser.ts +29 -29
  133. package/dist/angular/model/stripeDisputeDomain.ts +93 -93
  134. package/dist/angular/model/updateCasePaymentRequest.ts +47 -47
  135. package/dist/angular/model/updateUserModel.ts +68 -68
  136. package/dist/angular/model/updateUserPhoneNumberRequest.ts +19 -19
  137. package/dist/angular/model/userAuditEventModel.ts +168 -168
  138. package/dist/angular/model/userDomain.ts +108 -108
  139. package/dist/angular/model/userDomainReq.ts +107 -107
  140. package/dist/angular/model/userDomainRes.ts +108 -108
  141. package/dist/angular/model/userItem.ts +20 -20
  142. package/dist/angular/model/userWatchlistsModel.ts +21 -21
  143. package/dist/angular/model/userWatchlistsResponseModel.ts +19 -19
  144. package/dist/angular/model/validateDirectMailResponse.ts +293 -293
  145. package/dist/angular/model/verifyUserAccountResponse.ts +19 -19
  146. package/dist/angular/model/violation.ts +22 -22
  147. package/dist/angular/model/violationModel.ts +91 -91
  148. package/dist/angular/model/violationPenaltyModel.ts +44 -44
  149. package/dist/angular/model/watchlistItemsModel.ts +43 -43
  150. package/dist/angular/model/watchlistItemsRequest.ts +19 -19
  151. package/dist/angular/model/workflowCaseModel.ts +90 -90
  152. package/dist/angular/model/workflowCitationModel.ts +49 -49
  153. package/dist/angular/model/workflowLineItemModel.ts +50 -50
  154. package/dist/angular/model/workflowStateResponse.ts +19 -19
  155. package/dist/angular/model/workflowViolationModel.ts +87 -87
  156. package/dist/angular/model/workflowViolationPenaltyModel.ts +40 -40
  157. package/dist/otrBackendService.js +49 -0
  158. package/dist/otrBackendService.min.js +5 -5
  159. package/dist/typescript/.openapi-generator/VERSION +1 -1
  160. package/dist/typescript/api/ActionRequiredControllerApi.d.ts +27 -27
  161. package/dist/typescript/api/ActionRequiredControllerApi.js +54 -54
  162. package/dist/typescript/api/ActivityFeedControllerApi.d.ts +29 -29
  163. package/dist/typescript/api/ActivityFeedControllerApi.js +64 -64
  164. package/dist/typescript/api/AddressControllerApi.d.ts +39 -39
  165. package/dist/typescript/api/AddressControllerApi.js +104 -104
  166. package/dist/typescript/api/AlertNotificationControllerApi.d.ts +33 -33
  167. package/dist/typescript/api/AlertNotificationControllerApi.js +79 -79
  168. package/dist/typescript/api/AppEventsControllerApi.d.ts +27 -27
  169. package/dist/typescript/api/AppEventsControllerApi.js +54 -54
  170. package/dist/typescript/api/AuditLawfirmEventsControllerApi.d.ts +31 -31
  171. package/dist/typescript/api/AuditLawfirmEventsControllerApi.js +70 -70
  172. package/dist/typescript/api/{WatchlistControllerApi.d.ts → AuditLogControllerApi.d.ts} +30 -36
  173. package/dist/typescript/api/AuditLogControllerApi.js +66 -0
  174. package/dist/typescript/api/AuthenticationControllerApi.d.ts +26 -26
  175. package/dist/typescript/api/AuthenticationControllerApi.js +48 -48
  176. package/dist/typescript/api/AwsCredentialsControllerApi.d.ts +27 -27
  177. package/dist/typescript/api/AwsCredentialsControllerApi.js +54 -54
  178. package/dist/typescript/api/BlogWebhookControllerApi.d.ts +27 -27
  179. package/dist/typescript/api/BlogWebhookControllerApi.js +54 -54
  180. package/dist/typescript/api/BranchLinkControllerApi.d.ts +27 -27
  181. package/dist/typescript/api/BranchLinkControllerApi.js +54 -54
  182. package/dist/typescript/api/CaseActionsControllerApi.d.ts +62 -62
  183. package/dist/typescript/api/CaseActionsControllerApi.js +209 -209
  184. package/dist/typescript/api/CaseControllerApi.d.ts +127 -127
  185. package/dist/typescript/api/CaseControllerApi.js +485 -485
  186. package/dist/typescript/api/CaseCreationControllerApi.d.ts +34 -34
  187. package/dist/typescript/api/CaseCreationControllerApi.js +81 -81
  188. package/dist/typescript/api/CaseNotesControllerApi.d.ts +34 -34
  189. package/dist/typescript/api/CaseNotesControllerApi.js +85 -85
  190. package/dist/typescript/api/CasePaymentControllerApi.d.ts +131 -131
  191. package/dist/typescript/api/CasePaymentControllerApi.js +516 -516
  192. package/dist/typescript/api/CaseReferralCodeControllerApi.d.ts +35 -35
  193. package/dist/typescript/api/CaseReferralCodeControllerApi.js +91 -91
  194. package/dist/typescript/api/CaseRefundControllerApi.d.ts +49 -49
  195. package/dist/typescript/api/CaseRefundControllerApi.js +153 -153
  196. package/dist/typescript/api/CaseResolutionControllerApi.d.ts +26 -26
  197. package/dist/typescript/api/CaseResolutionControllerApi.js +54 -54
  198. package/dist/typescript/api/CaseStatusControllerApi.d.ts +33 -33
  199. package/dist/typescript/api/CaseStatusControllerApi.js +75 -75
  200. package/dist/typescript/api/CaseTransferControllerApi.d.ts +34 -34
  201. package/dist/typescript/api/CaseTransferControllerApi.js +85 -85
  202. package/dist/typescript/api/CaseUserControllerApi.d.ts +35 -35
  203. package/dist/typescript/api/CaseUserControllerApi.js +89 -89
  204. package/dist/typescript/api/CertificateControllerApi.d.ts +27 -27
  205. package/dist/typescript/api/CertificateControllerApi.js +56 -56
  206. package/dist/typescript/api/CitationAuditControllerApi.d.ts +31 -31
  207. package/dist/typescript/api/CitationAuditControllerApi.js +70 -70
  208. package/dist/typescript/api/CitationControllerApi.d.ts +138 -138
  209. package/dist/typescript/api/CitationControllerApi.js +531 -531
  210. package/dist/typescript/api/ConfigurationControllerApi.d.ts +26 -26
  211. package/dist/typescript/api/ConfigurationControllerApi.js +48 -48
  212. package/dist/typescript/api/ConsoleListControllerApi.d.ts +121 -121
  213. package/dist/typescript/api/ConsoleListControllerApi.js +441 -441
  214. package/dist/typescript/api/ContactTimelineControllerApi.d.ts +27 -27
  215. package/dist/typescript/api/ContactTimelineControllerApi.js +54 -54
  216. package/dist/typescript/api/ConversationControllerApi.d.ts +71 -71
  217. package/dist/typescript/api/ConversationControllerApi.js +250 -250
  218. package/dist/typescript/api/CountyControllerApi.d.ts +27 -27
  219. package/dist/typescript/api/CountyControllerApi.js +56 -56
  220. package/dist/typescript/api/CourtControllerApi.d.ts +85 -85
  221. package/dist/typescript/api/CourtControllerApi.js +292 -292
  222. package/dist/typescript/api/CrmControllerApi.d.ts +70 -70
  223. package/dist/typescript/api/CrmControllerApi.js +235 -235
  224. package/dist/typescript/api/CustomerLeadControllerApi.d.ts +27 -27
  225. package/dist/typescript/api/CustomerLeadControllerApi.js +54 -54
  226. package/dist/typescript/api/CustomerReviewControllerApi.d.ts +76 -76
  227. package/dist/typescript/api/CustomerReviewControllerApi.js +260 -260
  228. package/dist/typescript/api/CustomerServiceAgentBookingsControllerApi.d.ts +44 -44
  229. package/dist/typescript/api/CustomerServiceAgentBookingsControllerApi.js +121 -121
  230. package/dist/typescript/api/CustomerServiceAgentControllerApi.d.ts +27 -27
  231. package/dist/typescript/api/CustomerServiceAgentControllerApi.js +52 -52
  232. package/dist/typescript/api/DashboardControllerApi.d.ts +63 -63
  233. package/dist/typescript/api/DashboardControllerApi.js +204 -204
  234. package/dist/typescript/api/DirectMailControllerApi.d.ts +69 -69
  235. package/dist/typescript/api/DirectMailControllerApi.js +229 -229
  236. package/dist/typescript/api/DripControllerApi.d.ts +27 -27
  237. package/dist/typescript/api/DripControllerApi.js +54 -54
  238. package/dist/typescript/api/DripWebhooksControllerApi.d.ts +33 -33
  239. package/dist/typescript/api/DripWebhooksControllerApi.js +79 -79
  240. package/dist/typescript/api/EmailSubscriptionControllerApi.d.ts +27 -27
  241. package/dist/typescript/api/EmailSubscriptionControllerApi.js +54 -54
  242. package/dist/typescript/api/ExternalTicketLookupControllerApi.d.ts +44 -44
  243. package/dist/typescript/api/ExternalTicketLookupControllerApi.js +127 -127
  244. package/dist/typescript/api/FeedbackControllerApi.d.ts +28 -28
  245. package/dist/typescript/api/FeedbackControllerApi.js +58 -58
  246. package/dist/typescript/api/FreshcallerControllerApi.d.ts +27 -27
  247. package/dist/typescript/api/FreshcallerControllerApi.js +54 -54
  248. package/dist/typescript/api/FreshdeskTicketControllerApi.d.ts +42 -42
  249. package/dist/typescript/api/FreshdeskTicketControllerApi.js +122 -122
  250. package/dist/typescript/api/GetCaseControllerApi.d.ts +39 -39
  251. package/dist/typescript/api/GetCaseControllerApi.js +104 -104
  252. package/dist/typescript/api/HouseholdMateControllerApi.d.ts +55 -55
  253. package/dist/typescript/api/HouseholdMateControllerApi.js +186 -186
  254. package/dist/typescript/api/InsuranceCalculatorControllerApi.d.ts +27 -27
  255. package/dist/typescript/api/InsuranceCalculatorControllerApi.js +54 -54
  256. package/dist/typescript/api/LawfirmCaseDecisionControllerApi.d.ts +28 -28
  257. package/dist/typescript/api/LawfirmCaseDecisionControllerApi.js +60 -60
  258. package/dist/typescript/api/LawfirmCasesControllerApi.d.ts +34 -34
  259. package/dist/typescript/api/LawfirmCasesControllerApi.js +84 -84
  260. package/dist/typescript/api/LawfirmControllerApi.d.ts +176 -176
  261. package/dist/typescript/api/LawfirmControllerApi.js +687 -687
  262. package/dist/typescript/api/LawfirmDocumentControllerApi.d.ts +64 -64
  263. package/dist/typescript/api/LawfirmDocumentControllerApi.js +223 -223
  264. package/dist/typescript/api/LawfirmFeeCoverageControllerApi.d.ts +93 -93
  265. package/dist/typescript/api/LawfirmFeeCoverageControllerApi.js +341 -341
  266. package/dist/typescript/api/LawfirmPaymentModelControllerApi.d.ts +26 -26
  267. package/dist/typescript/api/LawfirmPaymentModelControllerApi.js +48 -48
  268. package/dist/typescript/api/LawfirmRatesControllerApi.d.ts +27 -27
  269. package/dist/typescript/api/LawfirmRatesControllerApi.js +54 -54
  270. package/dist/typescript/api/LawfirmSettingsControllerApi.d.ts +48 -48
  271. package/dist/typescript/api/LawfirmSettingsControllerApi.js +149 -149
  272. package/dist/typescript/api/LawfirmStorefrontControllerApi.d.ts +29 -29
  273. package/dist/typescript/api/LawfirmStorefrontControllerApi.js +60 -60
  274. package/dist/typescript/api/LawfirmSurchargeControllerApi.d.ts +42 -42
  275. package/dist/typescript/api/LawfirmSurchargeControllerApi.js +120 -120
  276. package/dist/typescript/api/LawfirmTransactionsControllerApi.d.ts +119 -119
  277. package/dist/typescript/api/LawfirmTransactionsControllerApi.js +448 -448
  278. package/dist/typescript/api/LawyerControllerApi.d.ts +81 -81
  279. package/dist/typescript/api/LawyerControllerApi.js +290 -290
  280. package/dist/typescript/api/LegalServicesControllerApi.d.ts +35 -35
  281. package/dist/typescript/api/LegalServicesControllerApi.js +91 -91
  282. package/dist/typescript/api/LineItemControllerApi.d.ts +54 -54
  283. package/dist/typescript/api/LineItemControllerApi.js +172 -172
  284. package/dist/typescript/api/ListCasesControllerApi.d.ts +44 -44
  285. package/dist/typescript/api/ListCasesControllerApi.js +124 -124
  286. package/dist/typescript/api/MediaCreationControllerApi.d.ts +27 -27
  287. package/dist/typescript/api/MediaCreationControllerApi.js +54 -54
  288. package/dist/typescript/api/MessagesControllerApi.d.ts +31 -31
  289. package/dist/typescript/api/MessagesControllerApi.js +68 -68
  290. package/dist/typescript/api/NotesControllerApi.d.ts +68 -68
  291. package/dist/typescript/api/NotesControllerApi.js +239 -239
  292. package/dist/typescript/api/OcrPredictionControllerApi.d.ts +33 -33
  293. package/dist/typescript/api/OcrPredictionControllerApi.js +79 -79
  294. package/dist/typescript/api/OnDemandRequestControllerApi.d.ts +28 -28
  295. package/dist/typescript/api/OnDemandRequestControllerApi.js +60 -60
  296. package/dist/typescript/api/OneTimePasswordControllerApi.d.ts +27 -27
  297. package/dist/typescript/api/OneTimePasswordControllerApi.js +50 -50
  298. package/dist/typescript/api/PhoneLeadsControllerApi.d.ts +33 -33
  299. package/dist/typescript/api/PhoneLeadsControllerApi.js +79 -79
  300. package/dist/typescript/api/PushNotificationControllerApi.d.ts +74 -74
  301. package/dist/typescript/api/PushNotificationControllerApi.js +257 -257
  302. package/dist/typescript/api/RecurringBillingControllerApi.d.ts +59 -59
  303. package/dist/typescript/api/RecurringBillingControllerApi.js +190 -190
  304. package/dist/typescript/api/RefLinkControllerApi.d.ts +27 -27
  305. package/dist/typescript/api/RefLinkControllerApi.js +54 -54
  306. package/dist/typescript/api/ReferralCodeControllerApi.d.ts +57 -57
  307. package/dist/typescript/api/ReferralCodeControllerApi.js +177 -177
  308. package/dist/typescript/api/ReferralControllerApi.d.ts +38 -38
  309. package/dist/typescript/api/ReferralControllerApi.js +100 -100
  310. package/dist/typescript/api/ReferralSourceControllerApi.d.ts +33 -33
  311. package/dist/typescript/api/ReferralSourceControllerApi.js +77 -77
  312. package/dist/typescript/api/RefundEligibilityControllerApi.d.ts +27 -27
  313. package/dist/typescript/api/RefundEligibilityControllerApi.js +54 -54
  314. package/dist/typescript/api/RegistrationControllerApi.d.ts +33 -33
  315. package/dist/typescript/api/RegistrationControllerApi.js +79 -79
  316. package/dist/typescript/api/ReportingControllerApi.d.ts +50 -50
  317. package/dist/typescript/api/ReportingControllerApi.js +147 -147
  318. package/dist/typescript/api/ScheduledTaskControllerApi.d.ts +40 -40
  319. package/dist/typescript/api/ScheduledTaskControllerApi.js +110 -110
  320. package/dist/typescript/api/SingleSignOnControllerApi.d.ts +30 -30
  321. package/dist/typescript/api/SingleSignOnControllerApi.js +80 -80
  322. package/dist/typescript/api/SnsListenerControllerApi.d.ts +33 -33
  323. package/dist/typescript/api/SnsListenerControllerApi.js +79 -79
  324. package/dist/typescript/api/SocialLoginControllerApi.d.ts +57 -57
  325. package/dist/typescript/api/SocialLoginControllerApi.js +179 -179
  326. package/dist/typescript/api/StripeCardControllerApi.d.ts +93 -93
  327. package/dist/typescript/api/StripeCardControllerApi.js +342 -342
  328. package/dist/typescript/api/StripeControllerApi.d.ts +52 -52
  329. package/dist/typescript/api/StripeControllerApi.js +162 -162
  330. package/dist/typescript/api/StripeSyncControllerApi.d.ts +56 -56
  331. package/dist/typescript/api/StripeSyncControllerApi.js +173 -173
  332. package/dist/typescript/api/StripeWebhookControllerApi.d.ts +32 -32
  333. package/dist/typescript/api/StripeWebhookControllerApi.js +71 -71
  334. package/dist/typescript/api/TicketReviewControllerApi.d.ts +40 -40
  335. package/dist/typescript/api/TicketReviewControllerApi.js +110 -110
  336. package/dist/typescript/api/UrlRedirectControllerApi.d.ts +40 -40
  337. package/dist/typescript/api/UrlRedirectControllerApi.js +104 -104
  338. package/dist/typescript/api/UserAccountControllerApi.d.ts +42 -42
  339. package/dist/typescript/api/UserAccountControllerApi.js +122 -122
  340. package/dist/typescript/api/UserAuditControllerApi.d.ts +38 -38
  341. package/dist/typescript/api/UserAuditControllerApi.js +99 -99
  342. package/dist/typescript/api/UserControllerApi.d.ts +88 -88
  343. package/dist/typescript/api/UserControllerApi.js +308 -308
  344. package/dist/typescript/api/UserPasswordControllerApi.d.ts +67 -67
  345. package/dist/typescript/api/UserPasswordControllerApi.js +234 -234
  346. package/dist/typescript/api/UserProfileControllerApi.d.ts +78 -78
  347. package/dist/typescript/api/UserProfileControllerApi.js +283 -283
  348. package/dist/typescript/api/UserSearchControllerApi.d.ts +33 -33
  349. package/dist/typescript/api/UserSearchControllerApi.js +79 -79
  350. package/dist/typescript/api/UserSettingsControllerApi.d.ts +49 -49
  351. package/dist/typescript/api/UserSettingsControllerApi.js +155 -155
  352. package/dist/typescript/api/UtilityControllerApi.d.ts +43 -43
  353. package/dist/typescript/api/UtilityControllerApi.js +100 -100
  354. package/dist/typescript/api/ValidationControllerApi.d.ts +26 -26
  355. package/dist/typescript/api/ValidationControllerApi.js +56 -56
  356. package/dist/typescript/api/VerificationControllerApi.d.ts +27 -27
  357. package/dist/typescript/api/VerificationControllerApi.js +56 -56
  358. package/dist/typescript/api/ViolationControllerApi.d.ts +61 -61
  359. package/dist/typescript/api/ViolationControllerApi.js +195 -195
  360. package/dist/typescript/api/ViolationPenaltyControllerApi.d.ts +47 -47
  361. package/dist/typescript/api/ViolationPenaltyControllerApi.js +139 -139
  362. package/dist/typescript/api/WatchlistsControllerApi.d.ts +37 -37
  363. package/dist/typescript/api/WatchlistsControllerApi.js +97 -97
  364. package/dist/typescript/api/WebsocketMessageControllerApi.d.ts +28 -28
  365. package/dist/typescript/api/WebsocketMessageControllerApi.js +60 -60
  366. package/dist/typescript/api/WorkflowStateControllerApi.d.ts +28 -28
  367. package/dist/typescript/api/WorkflowStateControllerApi.js +56 -56
  368. package/dist/typescript/api/api.d.ts +209 -207
  369. package/dist/typescript/api/api.js +222 -220
  370. package/dist/typescript/api.module.d.ts +3 -3
  371. package/dist/typescript/api.module.js +110 -109
  372. package/dist/typescript/index.d.ts +2 -2
  373. package/dist/typescript/index.js +14 -14
  374. package/dist/typescript/model/AccountLevelFee.d.ts +90 -90
  375. package/dist/typescript/model/AccountLevelFee.js +82 -82
  376. package/dist/typescript/model/AccountLevelFeeRequest.d.ts +15 -15
  377. package/dist/typescript/model/AccountLevelFeeRequest.js +13 -13
  378. package/dist/typescript/model/AccountLevelFeeResponse.d.ts +16 -16
  379. package/dist/typescript/model/AccountLevelFeeResponse.js +13 -13
  380. package/dist/typescript/model/AccountLevelFeeToSave.d.ts +85 -85
  381. package/dist/typescript/model/AccountLevelFeeToSave.js +82 -82
  382. package/dist/typescript/model/ActionByEntityModel.d.ts +91 -91
  383. package/dist/typescript/model/ActionByEntityModel.js +82 -82
  384. package/dist/typescript/model/ActivityFeedModel.d.ts +35 -35
  385. package/dist/typescript/model/ActivityFeedModel.js +32 -32
  386. package/dist/typescript/model/AddACHToStripeAccountRequest.d.ts +16 -16
  387. package/dist/typescript/model/AddACHToStripeAccountRequest.js +13 -13
  388. package/dist/typescript/model/AddActionToCaseRequest.d.ts +15 -15
  389. package/dist/typescript/model/AddActionToCaseRequest.js +13 -13
  390. package/dist/typescript/model/AddActionToCaseResponse.d.ts +15 -15
  391. package/dist/typescript/model/AddActionToCaseResponse.js +13 -13
  392. package/dist/typescript/model/AddCardToStripeAccountRequest.d.ts +17 -17
  393. package/dist/typescript/model/AddCardToStripeAccountRequest.js +13 -13
  394. package/dist/typescript/model/AddCardToStripeAccountResponse.d.ts +16 -16
  395. package/dist/typescript/model/AddCardToStripeAccountResponse.js +13 -13
  396. package/dist/typescript/model/AddCaseMessageResponse.d.ts +15 -15
  397. package/dist/typescript/model/AddCaseMessageResponse.js +13 -13
  398. package/dist/typescript/model/AddCourtCoverageRequest.d.ts +84 -84
  399. package/dist/typescript/model/AddCourtCoverageRequest.js +82 -82
  400. package/dist/typescript/model/AddCourtRequest.d.ts +17 -17
  401. package/dist/typescript/model/AddCourtRequest.js +13 -13
  402. package/dist/typescript/model/AddCustomerLeadRequest.d.ts +15 -15
  403. package/dist/typescript/model/AddCustomerLeadRequest.js +13 -13
  404. package/dist/typescript/model/AddExtraAccountRequest.d.ts +16 -16
  405. package/dist/typescript/model/AddExtraAccountRequest.js +13 -13
  406. package/dist/typescript/model/AddInnerCourt.d.ts +34 -34
  407. package/dist/typescript/model/AddInnerCourt.js +28 -28
  408. package/dist/typescript/model/AddInnerCourtAddress.d.ts +21 -21
  409. package/dist/typescript/model/AddInnerCourtAddress.js +13 -13
  410. package/dist/typescript/model/AddNewCaseMessageRequest.d.ts +15 -15
  411. package/dist/typescript/model/AddNewCaseMessageRequest.js +13 -13
  412. package/dist/typescript/model/AddNoteToPhoneLeadRequest.d.ts +30 -30
  413. package/dist/typescript/model/AddNoteToPhoneLeadRequest.js +30 -30
  414. package/dist/typescript/model/AddPenaltyRequest.d.ts +15 -15
  415. package/dist/typescript/model/AddPenaltyRequest.js +13 -13
  416. package/dist/typescript/model/AddRedirectUrlRequest.d.ts +29 -29
  417. package/dist/typescript/model/AddRedirectUrlRequest.js +28 -28
  418. package/dist/typescript/model/AddReviewRequest.d.ts +37 -37
  419. package/dist/typescript/model/AddReviewRequest.js +33 -33
  420. package/dist/typescript/model/AddViolationRequest.d.ts +80 -80
  421. package/dist/typescript/model/AddViolationRequest.js +77 -77
  422. package/dist/typescript/model/AddViolationResponse.d.ts +86 -86
  423. package/dist/typescript/model/AddViolationResponse.js +82 -82
  424. package/dist/typescript/model/AddViolationsToCitationRequest.d.ts +14 -14
  425. package/dist/typescript/model/AddViolationsToCitationRequest.js +13 -13
  426. package/dist/typescript/model/AddressDomain.d.ts +95 -95
  427. package/dist/typescript/model/AddressDomain.js +84 -84
  428. package/dist/typescript/model/AddressDomainReq.d.ts +94 -94
  429. package/dist/typescript/model/AddressDomainReq.js +84 -84
  430. package/dist/typescript/model/AddressDomainRes.d.ts +95 -95
  431. package/dist/typescript/model/AddressDomainRes.js +84 -84
  432. package/dist/typescript/model/AddressEntity.d.ts +42 -42
  433. package/dist/typescript/model/AddressEntity.js +30 -30
  434. package/dist/typescript/model/AgentBookingStats.d.ts +19 -19
  435. package/dist/typescript/model/AgentBookingStats.js +13 -13
  436. package/dist/typescript/model/AgentBookingsSummary.d.ts +16 -16
  437. package/dist/typescript/model/AgentBookingsSummary.js +13 -13
  438. package/dist/typescript/model/AggregateBySource.d.ts +27 -27
  439. package/dist/typescript/model/AggregateBySource.js +26 -26
  440. package/dist/typescript/model/AggregateRatingMetrics.d.ts +18 -18
  441. package/dist/typescript/model/AggregateRatingMetrics.js +13 -13
  442. package/dist/typescript/model/AggregateReferralCredit.d.ts +16 -16
  443. package/dist/typescript/model/AggregateReferralCredit.js +13 -13
  444. package/dist/typescript/model/Alert.d.ts +31 -31
  445. package/dist/typescript/model/Alert.js +29 -29
  446. package/dist/typescript/model/AlertNotificationResponse.d.ts +16 -16
  447. package/dist/typescript/model/AlertNotificationResponse.js +13 -13
  448. package/dist/typescript/model/AnonymousTicketUploadModel.d.ts +19 -19
  449. package/dist/typescript/model/AnonymousTicketUploadModel.js +13 -13
  450. package/dist/typescript/model/AppEventCreateRequest.d.ts +23 -23
  451. package/dist/typescript/model/AppEventCreateRequest.js +23 -23
  452. package/dist/typescript/model/AppearanceAttorneyDomain.d.ts +17 -17
  453. package/dist/typescript/model/AppearanceAttorneyDomain.js +13 -13
  454. package/dist/typescript/model/AppleLoginRequest.d.ts +19 -19
  455. package/dist/typescript/model/AppleLoginRequest.js +13 -13
  456. package/dist/typescript/model/AssignCitationOwnerRequest.d.ts +14 -14
  457. package/dist/typescript/model/AssignCitationOwnerRequest.js +13 -13
  458. package/dist/typescript/model/{NotificationEvent.ts → AuditLog.d.ts} +24 -23
  459. package/dist/typescript/model/AuditLog.js +22 -0
  460. package/dist/typescript/model/AuthorModel.d.ts +28 -28
  461. package/dist/typescript/model/AuthorModel.js +26 -26
  462. package/dist/typescript/model/AuthorizeChargeForCasePaymentRequest.d.ts +15 -15
  463. package/dist/typescript/model/AuthorizeChargeForCasePaymentRequest.js +13 -13
  464. package/dist/typescript/model/AuthorizeChargeForCasePaymentResponse.d.ts +15 -15
  465. package/dist/typescript/model/AuthorizeChargeForCasePaymentResponse.js +13 -13
  466. package/dist/typescript/model/AvailablePaymentPlan.d.ts +23 -23
  467. package/dist/typescript/model/AvailablePaymentPlan.js +23 -23
  468. package/dist/typescript/model/AvailableRegion.d.ts +15 -15
  469. package/dist/typescript/model/AvailableRegion.js +13 -13
  470. package/dist/typescript/model/AwsCredentialsRequest.d.ts +19 -19
  471. package/dist/typescript/model/AwsCredentialsRequest.js +21 -21
  472. package/dist/typescript/model/BackfillLawfirmTransactionRecordsRequest.d.ts +18 -18
  473. package/dist/typescript/model/BackfillLawfirmTransactionRecordsRequest.js +13 -13
  474. package/dist/typescript/model/BackfillLawfirmTransactionRecordsResponse.d.ts +16 -16
  475. package/dist/typescript/model/BackfillLawfirmTransactionRecordsResponse.js +13 -13
  476. package/dist/typescript/model/BillingInvoiceModel.d.ts +28 -28
  477. package/dist/typescript/model/BillingInvoiceModel.js +25 -25
  478. package/dist/typescript/model/BillingPriceModel.d.ts +38 -38
  479. package/dist/typescript/model/BillingPriceModel.js +31 -31
  480. package/dist/typescript/model/BillingProductModel.d.ts +21 -21
  481. package/dist/typescript/model/BillingProductModel.js +13 -13
  482. package/dist/typescript/model/BillingSubscriberAggregateModel.d.ts +16 -16
  483. package/dist/typescript/model/BillingSubscriberAggregateModel.js +13 -13
  484. package/dist/typescript/model/BillingSubscriberModel.d.ts +20 -20
  485. package/dist/typescript/model/BillingSubscriberModel.js +13 -13
  486. package/dist/typescript/model/BillingSubscriptionItemModel.d.ts +45 -45
  487. package/dist/typescript/model/BillingSubscriptionItemModel.js +41 -41
  488. package/dist/typescript/model/BillingSubscriptionModel.d.ts +35 -35
  489. package/dist/typescript/model/BillingSubscriptionModel.js +28 -28
  490. package/dist/typescript/model/BillingUpcomingInvoiceModel.d.ts +17 -17
  491. package/dist/typescript/model/BillingUpcomingInvoiceModel.js +13 -13
  492. package/dist/typescript/model/BlogDocument.d.ts +17 -17
  493. package/dist/typescript/model/BlogDocument.js +13 -13
  494. package/dist/typescript/model/BlogEvent.d.ts +18 -18
  495. package/dist/typescript/model/BlogEvent.js +13 -13
  496. package/dist/typescript/model/BlogMetadata.d.ts +16 -16
  497. package/dist/typescript/model/BlogMetadata.js +13 -13
  498. package/dist/typescript/model/Booking.d.ts +122 -122
  499. package/dist/typescript/model/Booking.js +111 -111
  500. package/dist/typescript/model/BookingCancelation.d.ts +124 -124
  501. package/dist/typescript/model/BookingCancelation.js +111 -111
  502. package/dist/typescript/model/CallContact.d.ts +65 -65
  503. package/dist/typescript/model/CallContact.js +46 -46
  504. package/dist/typescript/model/CancelBillingSubscriptionResponse.d.ts +30 -30
  505. package/dist/typescript/model/CancelBillingSubscriptionResponse.js +28 -28
  506. package/dist/typescript/model/CancelCaseRequest.d.ts +58 -58
  507. package/dist/typescript/model/CancelCaseRequest.js +57 -57
  508. package/dist/typescript/model/CancelationDetails.d.ts +18 -18
  509. package/dist/typescript/model/CancelationDetails.js +13 -13
  510. package/dist/typescript/model/CancelationDetailsReq.d.ts +18 -18
  511. package/dist/typescript/model/CancelationDetailsReq.js +13 -13
  512. package/dist/typescript/model/CancelationDetailsRes.d.ts +18 -18
  513. package/dist/typescript/model/CancelationDetailsRes.js +13 -13
  514. package/dist/typescript/model/CaptureChargeFromCasePaymentRequest.d.ts +15 -15
  515. package/dist/typescript/model/CaptureChargeFromCasePaymentRequest.js +13 -13
  516. package/dist/typescript/model/Case.d.ts +114 -114
  517. package/dist/typescript/model/Case.js +111 -111
  518. package/dist/typescript/model/CaseActionDomain.d.ts +43 -43
  519. package/dist/typescript/model/CaseActionDomain.js +35 -35
  520. package/dist/typescript/model/CaseActionRequestModel.d.ts +35 -35
  521. package/dist/typescript/model/CaseActionRequestModel.js +35 -35
  522. package/dist/typescript/model/CaseAlert.d.ts +32 -32
  523. package/dist/typescript/model/CaseAlert.js +29 -29
  524. package/dist/typescript/model/CaseBookingsStats.d.ts +22 -22
  525. package/dist/typescript/model/CaseBookingsStats.js +13 -13
  526. package/dist/typescript/model/CaseChargeResponsePojo.d.ts +15 -15
  527. package/dist/typescript/model/CaseChargeResponsePojo.js +13 -13
  528. package/dist/typescript/model/CaseCreationRequest.d.ts +19 -19
  529. package/dist/typescript/model/CaseCreationRequest.js +13 -13
  530. package/dist/typescript/model/CaseItem.d.ts +60 -60
  531. package/dist/typescript/model/CaseItem.js +57 -57
  532. package/dist/typescript/model/CaseLineItemDomainReq.d.ts +60 -60
  533. package/dist/typescript/model/CaseLineItemDomainReq.js +43 -43
  534. package/dist/typescript/model/CaseLineItemDomainRes.d.ts +60 -60
  535. package/dist/typescript/model/CaseLineItemDomainRes.js +43 -43
  536. package/dist/typescript/model/CaseLineItemsSummary.d.ts +26 -26
  537. package/dist/typescript/model/CaseLineItemsSummary.js +13 -13
  538. package/dist/typescript/model/CaseMessageDomain.d.ts +38 -38
  539. package/dist/typescript/model/CaseMessageDomain.js +31 -31
  540. package/dist/typescript/model/CaseModel.d.ts +93 -93
  541. package/dist/typescript/model/CaseModel.js +69 -69
  542. package/dist/typescript/model/CaseModelReq.d.ts +93 -93
  543. package/dist/typescript/model/CaseModelReq.js +69 -69
  544. package/dist/typescript/model/CaseModelRes.d.ts +93 -93
  545. package/dist/typescript/model/CaseModelRes.js +69 -69
  546. package/dist/typescript/model/CaseNotesDomain.d.ts +15 -15
  547. package/dist/typescript/model/CaseNotesDomain.js +13 -13
  548. package/dist/typescript/model/CasePaymentDomain.d.ts +62 -62
  549. package/dist/typescript/model/CasePaymentDomain.js +38 -38
  550. package/dist/typescript/model/CasePaymentModel.d.ts +16 -16
  551. package/dist/typescript/model/CasePaymentModel.js +13 -13
  552. package/dist/typescript/model/CaseStatusDetailsResponse.d.ts +63 -63
  553. package/dist/typescript/model/CaseStatusDetailsResponse.js +64 -64
  554. package/dist/typescript/model/CaseStatusDomain.d.ts +69 -69
  555. package/dist/typescript/model/CaseStatusDomain.js +64 -64
  556. package/dist/typescript/model/CaseSummaryDomain.d.ts +43 -43
  557. package/dist/typescript/model/CaseSummaryDomain.js +27 -27
  558. package/dist/typescript/model/CaseTransferHistory.d.ts +39 -39
  559. package/dist/typescript/model/CaseTransferHistory.js +33 -33
  560. package/dist/typescript/model/CaseTransferResponse.d.ts +15 -15
  561. package/dist/typescript/model/CaseTransferResponse.js +13 -13
  562. package/dist/typescript/model/CaseUserDefendantAttributes.d.ts +18 -18
  563. package/dist/typescript/model/CaseUserDefendantAttributes.js +13 -13
  564. package/dist/typescript/model/CaseUserDefendantAttributesRequest.d.ts +18 -18
  565. package/dist/typescript/model/CaseUserDefendantAttributesRequest.js +13 -13
  566. package/dist/typescript/model/CaseUserDetailsModel.d.ts +33 -33
  567. package/dist/typescript/model/CaseUserDetailsModel.js +27 -27
  568. package/dist/typescript/model/CaseUserPermissionAttributes.d.ts +14 -14
  569. package/dist/typescript/model/CaseUserPermissionAttributes.js +13 -13
  570. package/dist/typescript/model/CaseViolationPenalty.d.ts +35 -35
  571. package/dist/typescript/model/CaseViolationPenalty.js +35 -35
  572. package/dist/typescript/model/CaseWithCoverageObtained.d.ts +86 -86
  573. package/dist/typescript/model/CaseWithCoverageObtained.js +77 -77
  574. package/dist/typescript/model/ChangeUserPasswordRequest.d.ts +16 -16
  575. package/dist/typescript/model/ChangeUserPasswordRequest.js +13 -13
  576. package/dist/typescript/model/ChargeFeeToLawfirmRequest.d.ts +40 -40
  577. package/dist/typescript/model/ChargeFeeToLawfirmRequest.js +32 -32
  578. package/dist/typescript/model/ChargeFeeToLawfirmResponse.d.ts +14 -14
  579. package/dist/typescript/model/ChargeFeeToLawfirmResponse.js +13 -13
  580. package/dist/typescript/model/CitationAuditEventModel.d.ts +102 -102
  581. package/dist/typescript/model/CitationAuditEventModel.js +96 -96
  582. package/dist/typescript/model/CitationAuditLog.d.ts +29 -0
  583. package/dist/typescript/model/CitationAuditLog.js +26 -0
  584. package/dist/typescript/model/CitationInputRequest.d.ts +91 -91
  585. package/dist/typescript/model/CitationInputRequest.js +77 -77
  586. package/dist/typescript/model/CitationModel.d.ts +124 -124
  587. package/dist/typescript/model/CitationModel.js +99 -99
  588. package/dist/typescript/model/CitationModelReq.d.ts +124 -124
  589. package/dist/typescript/model/CitationModelReq.js +99 -99
  590. package/dist/typescript/model/CitationModelRes.d.ts +124 -124
  591. package/dist/typescript/model/CitationModelRes.js +99 -99
  592. package/dist/typescript/model/CitationViolationModel.d.ts +80 -80
  593. package/dist/typescript/model/CitationViolationModel.js +77 -77
  594. package/dist/typescript/model/CitationWithMissingCourt.d.ts +73 -73
  595. package/dist/typescript/model/CitationWithMissingCourt.js +71 -71
  596. package/dist/typescript/model/CitationWithMissingFields.d.ts +150 -150
  597. package/dist/typescript/model/CitationWithMissingFields.js +136 -136
  598. package/dist/typescript/model/CitationsResponseModel.d.ts +200 -200
  599. package/dist/typescript/model/CitationsResponseModel.js +181 -181
  600. package/dist/typescript/model/ClientActionRequiredRequest.d.ts +23 -23
  601. package/dist/typescript/model/ClientActionRequiredRequest.js +23 -23
  602. package/dist/typescript/model/ClientConfirmedUnpaidCase.d.ts +24 -24
  603. package/dist/typescript/model/ClientConfirmedUnpaidCase.js +13 -13
  604. package/dist/typescript/model/ClientLeadDomain.d.ts +21 -21
  605. package/dist/typescript/model/ClientLeadDomain.js +13 -13
  606. package/dist/typescript/model/CommonHeader.d.ts +18 -18
  607. package/dist/typescript/model/CommonHeader.js +13 -13
  608. package/dist/typescript/model/ConfidenceField.d.ts +15 -15
  609. package/dist/typescript/model/ConfidenceField.js +13 -13
  610. package/dist/typescript/model/ContactTimelineResponse.d.ts +17 -17
  611. package/dist/typescript/model/ContactTimelineResponse.js +13 -13
  612. package/dist/typescript/model/ConvertPdfToImageModel.d.ts +22 -22
  613. package/dist/typescript/model/ConvertPdfToImageModel.js +22 -22
  614. package/dist/typescript/model/ConvertPdfToImageRequest.d.ts +17 -17
  615. package/dist/typescript/model/ConvertPdfToImageRequest.js +13 -13
  616. package/dist/typescript/model/ConvertPdfToImageResponse.d.ts +18 -18
  617. package/dist/typescript/model/ConvertPdfToImageResponse.js +13 -13
  618. package/dist/typescript/model/CountryDomain.d.ts +15 -15
  619. package/dist/typescript/model/CountryDomain.js +13 -13
  620. package/dist/typescript/model/CountryRegion.d.ts +18 -18
  621. package/dist/typescript/model/CountryRegion.js +13 -13
  622. package/dist/typescript/model/CountyDomain.d.ts +71 -71
  623. package/dist/typescript/model/CountyDomain.js +71 -71
  624. package/dist/typescript/model/CountyEntity.d.ts +71 -71
  625. package/dist/typescript/model/CountyEntity.js +71 -71
  626. package/dist/typescript/model/CourtCoverageCountyRecord.d.ts +22 -22
  627. package/dist/typescript/model/CourtCoverageCountyRecord.js +13 -13
  628. package/dist/typescript/model/CourtCoverageRecord.d.ts +25 -25
  629. package/dist/typescript/model/CourtCoverageRecord.js +13 -13
  630. package/dist/typescript/model/CourtCoverageStateRecord.d.ts +21 -21
  631. package/dist/typescript/model/CourtCoverageStateRecord.js +13 -13
  632. package/dist/typescript/model/CourtDomain.d.ts +40 -40
  633. package/dist/typescript/model/CourtDomain.js +28 -28
  634. package/dist/typescript/model/CourtDomainReq.d.ts +40 -40
  635. package/dist/typescript/model/CourtDomainReq.js +28 -28
  636. package/dist/typescript/model/CourtDomainRes.d.ts +40 -40
  637. package/dist/typescript/model/CourtDomainRes.js +28 -28
  638. package/dist/typescript/model/CourtEntity.d.ts +36 -36
  639. package/dist/typescript/model/CourtEntity.js +28 -28
  640. package/dist/typescript/model/CourtInputRequest.d.ts +14 -14
  641. package/dist/typescript/model/CourtInputRequest.js +13 -13
  642. package/dist/typescript/model/CourtResponseModel.d.ts +36 -36
  643. package/dist/typescript/model/CourtResponseModel.js +28 -28
  644. package/dist/typescript/model/CoverageToRemove.d.ts +78 -78
  645. package/dist/typescript/model/CoverageToRemove.js +77 -77
  646. package/dist/typescript/model/CreateBillingSubscriptionItemModel.d.ts +45 -45
  647. package/dist/typescript/model/CreateBillingSubscriptionItemModel.js +41 -41
  648. package/dist/typescript/model/CreateBillingSubscriptionRequest.d.ts +15 -15
  649. package/dist/typescript/model/CreateBillingSubscriptionRequest.js +13 -13
  650. package/dist/typescript/model/CreateBillingSubscriptionResponse.d.ts +30 -30
  651. package/dist/typescript/model/CreateBillingSubscriptionResponse.js +28 -28
  652. package/dist/typescript/model/CreateBranchLinkRequest.d.ts +24 -24
  653. package/dist/typescript/model/CreateBranchLinkRequest.js +13 -13
  654. package/dist/typescript/model/CreateCitationRequest.d.ts +96 -96
  655. package/dist/typescript/model/CreateCitationRequest.js +93 -93
  656. package/dist/typescript/model/CreateCitationResponse.d.ts +15 -15
  657. package/dist/typescript/model/CreateCitationResponse.js +13 -13
  658. package/dist/typescript/model/CreateConnectAccountLinkRequest.d.ts +16 -16
  659. package/dist/typescript/model/CreateConnectAccountLinkRequest.js +13 -13
  660. package/dist/typescript/model/CreateConnectAccountLinkResponse.d.ts +15 -15
  661. package/dist/typescript/model/CreateConnectAccountLinkResponse.js +13 -13
  662. package/dist/typescript/model/CreateLawfirmModel.d.ts +55 -55
  663. package/dist/typescript/model/CreateLawfirmModel.js +42 -42
  664. package/dist/typescript/model/CreateNewLawfirmRequest.d.ts +19 -19
  665. package/dist/typescript/model/CreateNewLawfirmRequest.js +13 -13
  666. package/dist/typescript/model/CreateNoteInput.d.ts +24 -24
  667. package/dist/typescript/model/CreateNoteInput.js +24 -24
  668. package/dist/typescript/model/CreateNoteRequest.d.ts +15 -15
  669. package/dist/typescript/model/CreateNoteRequest.js +13 -13
  670. package/dist/typescript/model/CreateNoteResponse.d.ts +15 -15
  671. package/dist/typescript/model/CreateNoteResponse.js +13 -13
  672. package/dist/typescript/model/CreateReferralCodeRequest.d.ts +35 -35
  673. package/dist/typescript/model/CreateReferralCodeRequest.js +29 -29
  674. package/dist/typescript/model/CreateReferralCodeResponse.d.ts +14 -14
  675. package/dist/typescript/model/CreateReferralCodeResponse.js +13 -13
  676. package/dist/typescript/model/CreateReferralSourceForCitation.d.ts +14 -14
  677. package/dist/typescript/model/CreateReferralSourceForCitation.js +13 -13
  678. package/dist/typescript/model/CreateStripeConnectAccountRequest.d.ts +21 -21
  679. package/dist/typescript/model/CreateStripeConnectAccountRequest.js +22 -22
  680. package/dist/typescript/model/CreateStripeConnectAccountResponse.d.ts +16 -16
  681. package/dist/typescript/model/CreateStripeConnectAccountResponse.js +13 -13
  682. package/dist/typescript/model/Cursor.d.ts +15 -15
  683. package/dist/typescript/model/Cursor.js +13 -13
  684. package/dist/typescript/model/CursorModel.d.ts +15 -15
  685. package/dist/typescript/model/CursorModel.js +13 -13
  686. package/dist/typescript/model/CustomerLead.d.ts +91 -91
  687. package/dist/typescript/model/CustomerLead.js +83 -83
  688. package/dist/typescript/model/CustomerOverduePayment.d.ts +21 -21
  689. package/dist/typescript/model/CustomerOverduePayment.js +13 -13
  690. package/dist/typescript/model/CustomerReview.d.ts +53 -53
  691. package/dist/typescript/model/CustomerReview.js +37 -37
  692. package/dist/typescript/model/CustomerServiceAgentBookingDomain.d.ts +21 -21
  693. package/dist/typescript/model/CustomerServiceAgentBookingDomain.js +13 -13
  694. package/dist/typescript/model/CustomerServiceAgentDomain.d.ts +20 -20
  695. package/dist/typescript/model/CustomerServiceAgentDomain.js +13 -13
  696. package/dist/typescript/model/DashboardAddressModel.d.ts +18 -18
  697. package/dist/typescript/model/DashboardAddressModel.js +13 -13
  698. package/dist/typescript/model/DashboardAuthorModel.d.ts +16 -16
  699. package/dist/typescript/model/DashboardAuthorModel.js +13 -13
  700. package/dist/typescript/model/DashboardCaseModel.d.ts +29 -29
  701. package/dist/typescript/model/DashboardCaseModel.js +13 -13
  702. package/dist/typescript/model/DashboardCitationModel.d.ts +31 -31
  703. package/dist/typescript/model/DashboardCitationModel.js +23 -23
  704. package/dist/typescript/model/DashboardCourtModel.d.ts +16 -16
  705. package/dist/typescript/model/DashboardCourtModel.js +13 -13
  706. package/dist/typescript/model/DashboardStatusModel.d.ts +64 -64
  707. package/dist/typescript/model/DashboardStatusModel.js +64 -64
  708. package/dist/typescript/model/DefaultClassModel.d.ts +76 -76
  709. package/dist/typescript/model/DefaultClassModel.js +77 -77
  710. package/dist/typescript/model/DeleteCitationResponse.d.ts +15 -15
  711. package/dist/typescript/model/DeleteCitationResponse.js +13 -13
  712. package/dist/typescript/model/DeleteLawyerLicenseRequest.d.ts +14 -14
  713. package/dist/typescript/model/DeleteLawyerLicenseRequest.js +13 -13
  714. package/dist/typescript/model/DeleteNotificationByPagesRequest.d.ts +24 -24
  715. package/dist/typescript/model/DeleteNotificationByPagesRequest.js +26 -26
  716. package/dist/typescript/model/DeleteNotificationEventRequest.d.ts +25 -25
  717. package/dist/typescript/model/DeleteNotificationEventRequest.js +26 -26
  718. package/dist/typescript/model/DirectMailContact.d.ts +38 -38
  719. package/dist/typescript/model/DirectMailContact.js +32 -32
  720. package/dist/typescript/model/DirectMailContactResponse.d.ts +15 -15
  721. package/dist/typescript/model/DirectMailContactResponse.js +13 -13
  722. package/dist/typescript/model/DirectMailGetRequest.d.ts +16 -16
  723. package/dist/typescript/model/DirectMailGetRequest.js +13 -13
  724. package/dist/typescript/model/DirectMailSendRequest.d.ts +25 -25
  725. package/dist/typescript/model/DirectMailSendRequest.js +23 -23
  726. package/dist/typescript/model/DirectMailTemplate.d.ts +26 -26
  727. package/dist/typescript/model/DirectMailTemplate.js +23 -23
  728. package/dist/typescript/model/DirectMailTemplateResponse.d.ts +15 -15
  729. package/dist/typescript/model/DirectMailTemplateResponse.js +13 -13
  730. package/dist/typescript/model/DirectMailTemplateToAdd.d.ts +26 -26
  731. package/dist/typescript/model/DirectMailTemplateToAdd.js +23 -23
  732. package/dist/typescript/model/DismissCitationsFromContactListRequest.d.ts +14 -14
  733. package/dist/typescript/model/DismissCitationsFromContactListRequest.js +13 -13
  734. package/dist/typescript/model/DismissPhoneLeadRequest.d.ts +29 -29
  735. package/dist/typescript/model/DismissPhoneLeadRequest.js +30 -30
  736. package/dist/typescript/model/DocumentDecisionRequest.d.ts +15 -15
  737. package/dist/typescript/model/DocumentDecisionRequest.js +13 -13
  738. package/dist/typescript/model/DripRemoveRequest.d.ts +23 -23
  739. package/dist/typescript/model/DripRemoveRequest.js +22 -22
  740. package/dist/typescript/model/DripWebhookData.d.ts +19 -19
  741. package/dist/typescript/model/DripWebhookData.js +13 -13
  742. package/dist/typescript/model/DripWebhookEvent.d.ts +17 -17
  743. package/dist/typescript/model/DripWebhookEvent.js +13 -13
  744. package/dist/typescript/model/Duration.d.ts +19 -19
  745. package/dist/typescript/model/Duration.js +13 -13
  746. package/dist/typescript/model/EditConversationMessageRequest.d.ts +14 -14
  747. package/dist/typescript/model/EditConversationMessageRequest.js +13 -13
  748. package/dist/typescript/model/EnableViolationModel.d.ts +77 -77
  749. package/dist/typescript/model/EnableViolationModel.js +77 -77
  750. package/dist/typescript/model/EnableViolationResponseModel.d.ts +14 -14
  751. package/dist/typescript/model/EnableViolationResponseModel.js +13 -13
  752. package/dist/typescript/model/EnableViolationsForLawfirmRequest.d.ts +15 -15
  753. package/dist/typescript/model/EnableViolationsForLawfirmRequest.js +13 -13
  754. package/dist/typescript/model/EnableViolationsForLawfirmResponse.d.ts +15 -15
  755. package/dist/typescript/model/EnableViolationsForLawfirmResponse.js +13 -13
  756. package/dist/typescript/model/EstimateInsuranceSavingsRequest.d.ts +72 -72
  757. package/dist/typescript/model/EstimateInsuranceSavingsRequest.js +71 -71
  758. package/dist/typescript/model/EstimateInsuranceSavingsResponse.d.ts +16 -16
  759. package/dist/typescript/model/EstimateInsuranceSavingsResponse.js +13 -13
  760. package/dist/typescript/model/FeedbackAttachmentModel.d.ts +15 -15
  761. package/dist/typescript/model/FeedbackAttachmentModel.js +13 -13
  762. package/dist/typescript/model/FeedbackDomain.d.ts +28 -28
  763. package/dist/typescript/model/FeedbackDomain.js +22 -22
  764. package/dist/typescript/model/FinancialTransaction.d.ts +58 -58
  765. package/dist/typescript/model/FinancialTransaction.js +48 -48
  766. package/dist/typescript/model/FindChargeDisputesResponse.d.ts +15 -15
  767. package/dist/typescript/model/FindChargeDisputesResponse.js +13 -13
  768. package/dist/typescript/model/FindCourtsWithNoCoverageResponse.d.ts +16 -16
  769. package/dist/typescript/model/FindCourtsWithNoCoverageResponse.js +13 -13
  770. package/dist/typescript/model/FindDisputesRequest.d.ts +15 -15
  771. package/dist/typescript/model/FindDisputesRequest.js +13 -13
  772. package/dist/typescript/model/FindMatchingUser.d.ts +40 -40
  773. package/dist/typescript/model/FindMatchingUser.js +27 -27
  774. package/dist/typescript/model/FindMatchingUsersRequest.d.ts +18 -18
  775. package/dist/typescript/model/FindMatchingUsersRequest.js +13 -13
  776. package/dist/typescript/model/FindMatchingUsersResponse.d.ts +15 -15
  777. package/dist/typescript/model/FindMatchingUsersResponse.js +13 -13
  778. package/dist/typescript/model/FindsCourtsResponse.d.ts +16 -16
  779. package/dist/typescript/model/FindsCourtsResponse.js +13 -13
  780. package/dist/typescript/model/ForwardMessageRequest.d.ts +15 -15
  781. package/dist/typescript/model/ForwardMessageRequest.js +13 -13
  782. package/dist/typescript/model/FreshDeskConversation.d.ts +19 -19
  783. package/dist/typescript/model/FreshDeskConversation.js +13 -13
  784. package/dist/typescript/model/FreshDeskRequester.d.ts +15 -15
  785. package/dist/typescript/model/FreshDeskRequester.js +13 -13
  786. package/dist/typescript/model/FreshDeskTicket.d.ts +76 -76
  787. package/dist/typescript/model/FreshDeskTicket.js +40 -40
  788. package/dist/typescript/model/FreshDeskTicketReq.d.ts +77 -77
  789. package/dist/typescript/model/FreshDeskTicketReq.js +40 -40
  790. package/dist/typescript/model/FreshDeskTicketRes.d.ts +76 -76
  791. package/dist/typescript/model/FreshDeskTicketRes.js +40 -40
  792. package/dist/typescript/model/FreshdeskAttachment.d.ts +21 -21
  793. package/dist/typescript/model/FreshdeskAttachment.js +13 -13
  794. package/dist/typescript/model/FreshdeskAttachmentReq.d.ts +21 -21
  795. package/dist/typescript/model/FreshdeskAttachmentReq.js +13 -13
  796. package/dist/typescript/model/FreshdeskAttachmentRes.d.ts +21 -21
  797. package/dist/typescript/model/FreshdeskAttachmentRes.js +13 -13
  798. package/dist/typescript/model/FreshdeskTicketReferenceDomain.d.ts +36 -36
  799. package/dist/typescript/model/FreshdeskTicketReferenceDomain.js +36 -36
  800. package/dist/typescript/model/FreshdeskWebhookRequest.d.ts +22 -22
  801. package/dist/typescript/model/FreshdeskWebhookRequest.js +13 -13
  802. package/dist/typescript/model/FuturePayment.d.ts +30 -30
  803. package/dist/typescript/model/FuturePayment.js +29 -29
  804. package/dist/typescript/model/GenerateTemplateRequest.d.ts +58 -58
  805. package/dist/typescript/model/GenerateTemplateRequest.js +56 -56
  806. package/dist/typescript/model/GenericAdminListRequest.d.ts +14 -14
  807. package/dist/typescript/model/GenericAdminListRequest.js +13 -13
  808. package/dist/typescript/model/GeoRatesRequest.d.ts +21 -21
  809. package/dist/typescript/model/GeoRatesRequest.js +13 -13
  810. package/dist/typescript/model/GetActivityFeedResponse.d.ts +16 -16
  811. package/dist/typescript/model/GetActivityFeedResponse.js +13 -13
  812. package/dist/typescript/model/GetAddressInnerResponse.d.ts +20 -20
  813. package/dist/typescript/model/GetAddressInnerResponse.js +13 -13
  814. package/dist/typescript/model/GetAnonymousTicketUploads.d.ts +15 -15
  815. package/dist/typescript/model/GetAnonymousTicketUploads.js +13 -13
  816. package/dist/typescript/model/GetAppConfigResponse.d.ts +15 -15
  817. package/dist/typescript/model/GetAppConfigResponse.js +13 -13
  818. package/dist/typescript/model/GetAppearanceAttorneysResponse.d.ts +15 -15
  819. package/dist/typescript/model/GetAppearanceAttorneysResponse.js +13 -13
  820. package/dist/typescript/model/GetAvailablePaymentPlansResponse.d.ts +15 -15
  821. package/dist/typescript/model/GetAvailablePaymentPlansResponse.js +13 -13
  822. package/dist/typescript/model/GetBookingsRequest.d.ts +16 -16
  823. package/dist/typescript/model/GetBookingsRequest.js +13 -13
  824. package/dist/typescript/model/GetBookingsResponse.d.ts +21 -21
  825. package/dist/typescript/model/GetBookingsResponse.js +13 -13
  826. package/dist/typescript/model/GetCaseActionResponse.d.ts +15 -15
  827. package/dist/typescript/model/GetCaseActionResponse.js +13 -13
  828. package/dist/typescript/model/GetCaseActionTimelineResponse.d.ts +16 -16
  829. package/dist/typescript/model/GetCaseActionTimelineResponse.js +13 -13
  830. package/dist/typescript/model/GetCaseActionTypesResponse.d.ts +33 -33
  831. package/dist/typescript/model/GetCaseActionTypesResponse.js +35 -35
  832. package/dist/typescript/model/GetCaseCostsAttorneyResponse.d.ts +20 -20
  833. package/dist/typescript/model/GetCaseCostsAttorneyResponse.js +13 -13
  834. package/dist/typescript/model/GetCaseDocumentResponse.d.ts +15 -15
  835. package/dist/typescript/model/GetCaseDocumentResponse.js +13 -13
  836. package/dist/typescript/model/GetCaseFromCitationResponse.d.ts +17 -17
  837. package/dist/typescript/model/GetCaseFromCitationResponse.js +13 -13
  838. package/dist/typescript/model/GetCaseMessagesResponse.d.ts +16 -16
  839. package/dist/typescript/model/GetCaseMessagesResponse.js +13 -13
  840. package/dist/typescript/model/GetCaseNotesResponse.d.ts +15 -15
  841. package/dist/typescript/model/GetCaseNotesResponse.js +13 -13
  842. package/dist/typescript/model/GetCasePaymentsResponse.d.ts +15 -15
  843. package/dist/typescript/model/GetCasePaymentsResponse.js +13 -13
  844. package/dist/typescript/model/GetCaseResolutionStatusesResponse.d.ts +15 -15
  845. package/dist/typescript/model/GetCaseResolutionStatusesResponse.js +13 -13
  846. package/dist/typescript/model/GetCaseResponse.d.ts +17 -17
  847. package/dist/typescript/model/GetCaseResponse.js +13 -13
  848. package/dist/typescript/model/GetCaseUserModel.d.ts +42 -42
  849. package/dist/typescript/model/GetCaseUserModel.js +27 -27
  850. package/dist/typescript/model/GetCaseUsersResponse.d.ts +15 -15
  851. package/dist/typescript/model/GetCaseUsersResponse.js +13 -13
  852. package/dist/typescript/model/GetCasesWithCoverageObtainedResponse.d.ts +15 -15
  853. package/dist/typescript/model/GetCasesWithCoverageObtainedResponse.js +13 -13
  854. package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsResponse.d.ts +16 -16
  855. package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsResponse.js +13 -13
  856. package/dist/typescript/model/GetCasesWithOverduePaymentsResponse.d.ts +16 -16
  857. package/dist/typescript/model/GetCasesWithOverduePaymentsResponse.js +13 -13
  858. package/dist/typescript/model/GetCasesWithUncapturedChargesRequest.d.ts +15 -15
  859. package/dist/typescript/model/GetCasesWithUncapturedChargesRequest.js +13 -13
  860. package/dist/typescript/model/{GoogleLoginRequest.ts → GetCitationAuditLogsResponse.d.ts} +16 -19
  861. package/dist/typescript/model/{ExternalTicketSiteOutput.js → GetCitationAuditLogsResponse.js} +13 -13
  862. package/dist/typescript/model/GetCitationPhoneLeadsRequest.d.ts +14 -14
  863. package/dist/typescript/model/GetCitationPhoneLeadsRequest.js +13 -13
  864. package/dist/typescript/model/GetCitationPhoneLeadsResponse.d.ts +15 -15
  865. package/dist/typescript/model/GetCitationPhoneLeadsResponse.js +13 -13
  866. package/dist/typescript/model/GetCitationResponse.d.ts +15 -15
  867. package/dist/typescript/model/GetCitationResponse.js +13 -13
  868. package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.d.ts +128 -128
  869. package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.js +118 -118
  870. package/dist/typescript/model/GetCitationsWithMissingFieldsResponse.d.ts +18 -18
  871. package/dist/typescript/model/GetCitationsWithMissingFieldsResponse.js +13 -13
  872. package/dist/typescript/model/GetClientCasesResponse.d.ts +19 -19
  873. package/dist/typescript/model/GetClientCasesResponse.js +13 -13
  874. package/dist/typescript/model/GetClientConfirmedUnpaidCasesResponse.d.ts +16 -16
  875. package/dist/typescript/model/GetClientConfirmedUnpaidCasesResponse.js +13 -13
  876. package/dist/typescript/model/GetCompetitionResponseModel.d.ts +17 -17
  877. package/dist/typescript/model/GetCompetitionResponseModel.js +13 -13
  878. package/dist/typescript/model/GetCountOfMatchingUsersRequest.d.ts +14 -14
  879. package/dist/typescript/model/GetCountOfMatchingUsersRequest.js +13 -13
  880. package/dist/typescript/model/GetCountOfMatchingUsersResponse.d.ts +14 -14
  881. package/dist/typescript/model/GetCountOfMatchingUsersResponse.js +13 -13
  882. package/dist/typescript/model/GetCountiesResponse.d.ts +15 -15
  883. package/dist/typescript/model/GetCountiesResponse.js +13 -13
  884. package/dist/typescript/model/GetCountryListResponse.d.ts +15 -15
  885. package/dist/typescript/model/GetCountryListResponse.js +13 -13
  886. package/dist/typescript/model/GetCountryRegionsResponse.d.ts +15 -15
  887. package/dist/typescript/model/GetCountryRegionsResponse.js +13 -13
  888. package/dist/typescript/model/GetCourtCoverageForCountyReportResponse.d.ts +15 -15
  889. package/dist/typescript/model/GetCourtCoverageForCountyReportResponse.js +13 -13
  890. package/dist/typescript/model/GetCourtCoverageForStateReportResponse.d.ts +16 -16
  891. package/dist/typescript/model/GetCourtCoverageForStateReportResponse.js +13 -13
  892. package/dist/typescript/model/GetCourtCoverageReportResponse.d.ts +15 -15
  893. package/dist/typescript/model/GetCourtCoverageReportResponse.js +13 -13
  894. package/dist/typescript/model/GetCourtResponse.d.ts +15 -15
  895. package/dist/typescript/model/GetCourtResponse.js +13 -13
  896. package/dist/typescript/model/GetCourtsByQueryResponse.d.ts +16 -16
  897. package/dist/typescript/model/GetCourtsByQueryResponse.js +13 -13
  898. package/dist/typescript/model/GetCourtsInnerResponse.d.ts +19 -19
  899. package/dist/typescript/model/GetCourtsInnerResponse.js +13 -13
  900. package/dist/typescript/model/GetCurrentUserResponse.d.ts +20 -20
  901. package/dist/typescript/model/GetCurrentUserResponse.js +13 -13
  902. package/dist/typescript/model/GetCustomerServiceAgentsResponse.d.ts +16 -16
  903. package/dist/typescript/model/GetCustomerServiceAgentsResponse.js +13 -13
  904. package/dist/typescript/model/GetDeclinedCasesRequest.d.ts +14 -14
  905. package/dist/typescript/model/GetDeclinedCasesRequest.js +13 -13
  906. package/dist/typescript/model/GetDeclinedCasesResponse.d.ts +15 -15
  907. package/dist/typescript/model/GetDeclinedCasesResponse.js +13 -13
  908. package/dist/typescript/model/GetDocumentsRequest.d.ts +14 -14
  909. package/dist/typescript/model/GetDocumentsRequest.js +13 -13
  910. package/dist/typescript/model/GetEmailTemplateResponse.d.ts +15 -15
  911. package/dist/typescript/model/GetEmailTemplateResponse.js +13 -13
  912. package/dist/typescript/model/GetExternalTicketInputParamsResponse.d.ts +17 -17
  913. package/dist/typescript/model/GetExternalTicketInputParamsResponse.js +13 -13
  914. package/dist/typescript/model/GetHouseHoldMateModel.d.ts +35 -35
  915. package/dist/typescript/model/GetHouseHoldMateModel.js +31 -31
  916. package/dist/typescript/model/GetHouseholdMatesResponse.d.ts +15 -15
  917. package/dist/typescript/model/GetHouseholdMatesResponse.js +13 -13
  918. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.d.ts +15 -15
  919. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.js +13 -13
  920. package/dist/typescript/model/GetInviteByTokenResponse.d.ts +40 -40
  921. package/dist/typescript/model/GetInviteByTokenResponse.js +32 -32
  922. package/dist/typescript/model/GetLastLoginResponse.d.ts +15 -15
  923. package/dist/typescript/model/GetLastLoginResponse.js +13 -13
  924. package/dist/typescript/model/GetLawfirmAddressesResponse.d.ts +15 -15
  925. package/dist/typescript/model/GetLawfirmAddressesResponse.js +13 -13
  926. package/dist/typescript/model/GetLawfirmCaseStatsResponse.d.ts +18 -18
  927. package/dist/typescript/model/GetLawfirmCaseStatsResponse.js +13 -13
  928. package/dist/typescript/model/GetLawfirmCoverageReportResponse.d.ts +16 -16
  929. package/dist/typescript/model/GetLawfirmCoverageReportResponse.js +13 -13
  930. package/dist/typescript/model/GetLawfirmCoverageResponse.d.ts +15 -15
  931. package/dist/typescript/model/GetLawfirmCoverageResponse.js +13 -13
  932. package/dist/typescript/model/GetLawfirmFeeCoverageModel.d.ts +29 -29
  933. package/dist/typescript/model/GetLawfirmFeeCoverageModel.js +22 -22
  934. package/dist/typescript/model/GetLawfirmFeeCoverageResponse.d.ts +15 -15
  935. package/dist/typescript/model/GetLawfirmFeeCoverageResponse.js +13 -13
  936. package/dist/typescript/model/GetLawfirmFeeModel.d.ts +89 -89
  937. package/dist/typescript/model/GetLawfirmFeeModel.js +82 -82
  938. package/dist/typescript/model/GetLawfirmFeesResponse.d.ts +15 -15
  939. package/dist/typescript/model/GetLawfirmFeesResponse.js +13 -13
  940. package/dist/typescript/model/GetLawfirmFinancialTransactionsResponse.d.ts +24 -24
  941. package/dist/typescript/model/GetLawfirmFinancialTransactionsResponse.js +13 -13
  942. package/dist/typescript/model/GetLawfirmInboxMessagesResponse.d.ts +16 -16
  943. package/dist/typescript/model/GetLawfirmInboxMessagesResponse.js +13 -13
  944. package/dist/typescript/model/GetLawfirmJobTitleResponse.d.ts +31 -31
  945. package/dist/typescript/model/GetLawfirmJobTitleResponse.js +33 -33
  946. package/dist/typescript/model/GetLawfirmLawyersResponse.d.ts +16 -16
  947. package/dist/typescript/model/GetLawfirmLawyersResponse.js +13 -13
  948. package/dist/typescript/model/GetLawfirmLeadsRequest.d.ts +14 -14
  949. package/dist/typescript/model/GetLawfirmLeadsRequest.js +13 -13
  950. package/dist/typescript/model/GetLawfirmLeadsResponse.d.ts +16 -16
  951. package/dist/typescript/model/GetLawfirmLeadsResponse.js +13 -13
  952. package/dist/typescript/model/GetLawfirmModel.d.ts +118 -118
  953. package/dist/typescript/model/GetLawfirmModel.js +96 -96
  954. package/dist/typescript/model/GetLawfirmPaymentMethodsResponse.d.ts +16 -16
  955. package/dist/typescript/model/GetLawfirmPaymentMethodsResponse.js +13 -13
  956. package/dist/typescript/model/GetLawfirmPayoutReversalsResponse.d.ts +15 -15
  957. package/dist/typescript/model/GetLawfirmPayoutReversalsResponse.js +13 -13
  958. package/dist/typescript/model/GetLawfirmPayoutsResponse.d.ts +15 -15
  959. package/dist/typescript/model/GetLawfirmPayoutsResponse.js +13 -13
  960. package/dist/typescript/model/GetLawfirmResponse.d.ts +15 -15
  961. package/dist/typescript/model/GetLawfirmResponse.js +13 -13
  962. package/dist/typescript/model/GetLawfirmSettingsResponse.d.ts +15 -15
  963. package/dist/typescript/model/GetLawfirmSettingsResponse.js +13 -13
  964. package/dist/typescript/model/GetLawfirmSummaryCaseRequest.d.ts +108 -108
  965. package/dist/typescript/model/GetLawfirmSummaryCaseRequest.js +104 -104
  966. package/dist/typescript/model/GetLawfirmSummaryCasesResponse.d.ts +22 -22
  967. package/dist/typescript/model/GetLawfirmSummaryCasesResponse.js +13 -13
  968. package/dist/typescript/model/GetLawfirmSupportedStatesResponse.d.ts +15 -15
  969. package/dist/typescript/model/GetLawfirmSupportedStatesResponse.js +13 -13
  970. package/dist/typescript/model/GetLawfirmTransactionsForCaseResponse.d.ts +21 -21
  971. package/dist/typescript/model/GetLawfirmTransactionsForCaseResponse.js +13 -13
  972. package/dist/typescript/model/GetLawfirmsResponse.d.ts +16 -16
  973. package/dist/typescript/model/GetLawfirmsResponse.js +13 -13
  974. package/dist/typescript/model/GetLawyerResponse.d.ts +15 -15
  975. package/dist/typescript/model/GetLawyerResponse.js +13 -13
  976. package/dist/typescript/model/GetLineItemTypesResponse.d.ts +35 -35
  977. package/dist/typescript/model/GetLineItemTypesResponse.js +37 -37
  978. package/dist/typescript/model/GetLineItemsResponse.d.ts +16 -16
  979. package/dist/typescript/model/GetLineItemsResponse.js +13 -13
  980. package/dist/typescript/model/GetListOfCitationsWithMissingCourtResponse.d.ts +15 -15
  981. package/dist/typescript/model/GetListOfCitationsWithMissingCourtResponse.js +13 -13
  982. package/dist/typescript/model/GetLocationResponse.d.ts +18 -18
  983. package/dist/typescript/model/GetLocationResponse.js +13 -13
  984. package/dist/typescript/model/GetLostCasesWithTransferNotReversedRequest.d.ts +17 -17
  985. package/dist/typescript/model/GetLostCasesWithTransferNotReversedRequest.js +13 -13
  986. package/dist/typescript/model/GetLostCasesWithTransferNotReversedResponse.d.ts +15 -15
  987. package/dist/typescript/model/GetLostCasesWithTransferNotReversedResponse.js +13 -13
  988. package/dist/typescript/model/GetMessagesByEntityResponse.d.ts +18 -18
  989. package/dist/typescript/model/GetMessagesByEntityResponse.js +13 -13
  990. package/dist/typescript/model/GetNoViolationCitationsResponse.d.ts +15 -15
  991. package/dist/typescript/model/GetNoViolationCitationsResponse.js +13 -13
  992. package/dist/typescript/model/GetOutgoingContactsResponse.d.ts +15 -15
  993. package/dist/typescript/model/GetOutgoingContactsResponse.js +13 -13
  994. package/dist/typescript/model/GetOverduePaymentsResponse.d.ts +16 -16
  995. package/dist/typescript/model/GetOverduePaymentsResponse.js +13 -13
  996. package/dist/typescript/model/GetPaymentMethodsForUserResponse.d.ts +16 -16
  997. package/dist/typescript/model/GetPaymentMethodsForUserResponse.js +13 -13
  998. package/dist/typescript/model/GetPaymentModelTypesResponse.d.ts +21 -21
  999. package/dist/typescript/model/GetPaymentModelTypesResponse.js +23 -23
  1000. package/dist/typescript/model/GetPenaltyType.d.ts +34 -34
  1001. package/dist/typescript/model/GetPenaltyType.js +35 -35
  1002. package/dist/typescript/model/GetPenaltyTypesResponse.d.ts +15 -15
  1003. package/dist/typescript/model/GetPenaltyTypesResponse.js +13 -13
  1004. package/dist/typescript/model/GetPendingCasesResponse.d.ts +15 -15
  1005. package/dist/typescript/model/GetPendingCasesResponse.js +13 -13
  1006. package/dist/typescript/model/GetPendingTicketReviewsRequest.d.ts +17 -17
  1007. package/dist/typescript/model/GetPendingTicketReviewsRequest.js +13 -13
  1008. package/dist/typescript/model/GetPendingTicketReviewsResponse.d.ts +15 -15
  1009. package/dist/typescript/model/GetPendingTicketReviewsResponse.js +13 -13
  1010. package/dist/typescript/model/GetPotentialCustomersRequest.d.ts +17 -17
  1011. package/dist/typescript/model/GetPotentialCustomersRequest.js +13 -13
  1012. package/dist/typescript/model/GetPotentialCustomersResponse.d.ts +16 -16
  1013. package/dist/typescript/model/GetPotentialCustomersResponse.js +13 -13
  1014. package/dist/typescript/model/GetRedirectUrlResponse.d.ts +17 -17
  1015. package/dist/typescript/model/GetRedirectUrlResponse.js +13 -13
  1016. package/dist/typescript/model/GetReferralCodeResponse.d.ts +35 -35
  1017. package/dist/typescript/model/GetReferralCodeResponse.js +28 -28
  1018. package/dist/typescript/model/GetReferralCodesResponse.d.ts +15 -15
  1019. package/dist/typescript/model/GetReferralCodesResponse.js +13 -13
  1020. package/dist/typescript/model/GetReferralsHistoryResponse.d.ts +15 -15
  1021. package/dist/typescript/model/GetReferralsHistoryResponse.js +13 -13
  1022. package/dist/typescript/model/GetRegionsWithViolationsResponse.d.ts +15 -15
  1023. package/dist/typescript/model/GetRegionsWithViolationsResponse.js +13 -13
  1024. package/dist/typescript/model/GetStripeChargeResponse.d.ts +15 -15
  1025. package/dist/typescript/model/GetStripeChargeResponse.js +13 -13
  1026. package/dist/typescript/model/GetStripeChargesResponse.d.ts +15 -15
  1027. package/dist/typescript/model/GetStripeChargesResponse.js +13 -13
  1028. package/dist/typescript/model/GetStripeConnectedAccountsResponse.d.ts +15 -15
  1029. package/dist/typescript/model/GetStripeConnectedAccountsResponse.js +13 -13
  1030. package/dist/typescript/model/GetSupportTicketsResponse.d.ts +15 -15
  1031. package/dist/typescript/model/GetSupportTicketsResponse.js +13 -13
  1032. package/dist/typescript/model/GetTicketReviewResponse.d.ts +15 -15
  1033. package/dist/typescript/model/GetTicketReviewResponse.js +13 -13
  1034. package/dist/typescript/model/GetTrafficViolationModel.d.ts +92 -92
  1035. package/dist/typescript/model/GetTrafficViolationModel.js +82 -82
  1036. package/dist/typescript/model/GetTrafficViolationTypesResponse.d.ts +16 -16
  1037. package/dist/typescript/model/GetTrafficViolationTypesResponse.js +13 -13
  1038. package/dist/typescript/model/GetUserAddressesResponse.d.ts +15 -15
  1039. package/dist/typescript/model/GetUserAddressesResponse.js +13 -13
  1040. package/dist/typescript/model/GetUserCasesResponse.d.ts +18 -18
  1041. package/dist/typescript/model/GetUserCasesResponse.js +13 -13
  1042. package/dist/typescript/model/GetUserDetailsResponse.d.ts +16 -16
  1043. package/dist/typescript/model/GetUserDetailsResponse.js +13 -13
  1044. package/dist/typescript/model/GetUserRefLinksResponse.d.ts +15 -15
  1045. package/dist/typescript/model/GetUserRefLinksResponse.js +13 -13
  1046. package/dist/typescript/model/GetUserReferralSourceTypesResponse.d.ts +15 -15
  1047. package/dist/typescript/model/GetUserReferralSourceTypesResponse.js +13 -13
  1048. package/dist/typescript/model/GetUserRegistrationsRequest.d.ts +16 -16
  1049. package/dist/typescript/model/GetUserRegistrationsRequest.js +13 -13
  1050. package/dist/typescript/model/GetUserRegistrationsResponse.d.ts +16 -16
  1051. package/dist/typescript/model/GetUserRegistrationsResponse.js +13 -13
  1052. package/dist/typescript/model/GetUserResponse.d.ts +15 -15
  1053. package/dist/typescript/model/GetUserResponse.js +13 -13
  1054. package/dist/typescript/model/GetUserSettingsRequest.d.ts +14 -14
  1055. package/dist/typescript/model/GetUserSettingsRequest.js +13 -13
  1056. package/dist/typescript/model/GetUserSettingsResponse.d.ts +16 -16
  1057. package/dist/typescript/model/GetUserSettingsResponse.js +13 -13
  1058. package/dist/typescript/model/GetUserStripeAccountResponse.d.ts +15 -15
  1059. package/dist/typescript/model/GetUserStripeAccountResponse.js +13 -13
  1060. package/dist/typescript/model/GetWorkflowStateResponse.d.ts +16 -16
  1061. package/dist/typescript/model/GetWorkflowStateResponse.js +13 -13
  1062. package/dist/typescript/model/GhostUser.d.ts +41 -41
  1063. package/dist/typescript/model/GhostUser.js +35 -35
  1064. package/dist/typescript/model/GhostUserResponse.d.ts +39 -39
  1065. package/dist/typescript/model/GhostUserResponse.js +35 -35
  1066. package/dist/typescript/model/GoogleLoginRequest.d.ts +15 -15
  1067. package/dist/typescript/model/GoogleLoginRequest.js +13 -13
  1068. package/dist/typescript/model/GraphRequest.d.ts +59 -59
  1069. package/dist/typescript/model/GraphRequest.js +57 -57
  1070. package/dist/typescript/model/HandleOrphanedStripeChargeRequest.d.ts +15 -15
  1071. package/dist/typescript/model/HandleOrphanedStripeChargeRequest.js +13 -13
  1072. package/dist/typescript/model/HandleOrphanedStripeChargeResponse.d.ts +18 -18
  1073. package/dist/typescript/model/HandleOrphanedStripeChargeResponse.js +13 -13
  1074. package/dist/typescript/model/IncomingEmail.d.ts +21 -21
  1075. package/dist/typescript/model/IncomingEmail.js +13 -13
  1076. package/dist/typescript/model/IncomingEmailModels.d.ts +17 -17
  1077. package/dist/typescript/model/IncomingEmailModels.js +13 -13
  1078. package/dist/typescript/model/IncomingEmailRequest.d.ts +19 -19
  1079. package/dist/typescript/model/IncomingEmailRequest.js +13 -13
  1080. package/dist/typescript/model/IncomingHeader.d.ts +15 -15
  1081. package/dist/typescript/model/IncomingHeader.js +13 -13
  1082. package/dist/typescript/model/InitiateCaseAndChargeCustomerRequest.d.ts +22 -22
  1083. package/dist/typescript/model/InitiateCaseAndChargeCustomerRequest.js +23 -23
  1084. package/dist/typescript/model/InitiateCaseAndChargeCustomerResponse.d.ts +15 -15
  1085. package/dist/typescript/model/InitiateCaseAndChargeCustomerResponse.js +13 -13
  1086. package/dist/typescript/model/InsertCaseLineItemResponse.d.ts +14 -14
  1087. package/dist/typescript/model/InsertCaseLineItemResponse.js +13 -13
  1088. package/dist/typescript/model/InsertInvoiceLineItemRequest.d.ts +15 -15
  1089. package/dist/typescript/model/InsertInvoiceLineItemRequest.js +13 -13
  1090. package/dist/typescript/model/InviteHouseholdMateRequest.d.ts +25 -25
  1091. package/dist/typescript/model/InviteHouseholdMateRequest.js +25 -25
  1092. package/dist/typescript/model/InviteLawyerToLawfirmRequest.d.ts +23 -23
  1093. package/dist/typescript/model/InviteLawyerToLawfirmRequest.js +22 -22
  1094. package/dist/typescript/model/IsRefundEligibleResponse.d.ts +21 -21
  1095. package/dist/typescript/model/IsRefundEligibleResponse.js +22 -22
  1096. package/dist/typescript/model/IsUserLoggedInResponse.d.ts +15 -15
  1097. package/dist/typescript/model/IsUserLoggedInResponse.js +13 -13
  1098. package/dist/typescript/model/LastLoginDateModel.d.ts +38 -38
  1099. package/dist/typescript/model/LastLoginDateModel.js +39 -39
  1100. package/dist/typescript/model/LawfirmAuditEventModel.d.ts +102 -102
  1101. package/dist/typescript/model/LawfirmAuditEventModel.js +96 -96
  1102. package/dist/typescript/model/LawfirmBookingSummary.d.ts +75 -75
  1103. package/dist/typescript/model/LawfirmBookingSummary.js +71 -71
  1104. package/dist/typescript/model/LawfirmCaseDocument.d.ts +32 -32
  1105. package/dist/typescript/model/LawfirmCaseDocument.js +30 -30
  1106. package/dist/typescript/model/LawfirmCaseModel.d.ts +46 -46
  1107. package/dist/typescript/model/LawfirmCaseModel.js +33 -33
  1108. package/dist/typescript/model/LawfirmCaseModelReq.d.ts +46 -46
  1109. package/dist/typescript/model/LawfirmCaseModelReq.js +33 -33
  1110. package/dist/typescript/model/LawfirmCaseModelRes.d.ts +46 -46
  1111. package/dist/typescript/model/LawfirmCaseModelRes.js +33 -33
  1112. package/dist/typescript/model/LawfirmCourtCoverageDomain.d.ts +30 -30
  1113. package/dist/typescript/model/LawfirmCourtCoverageDomain.js +13 -13
  1114. package/dist/typescript/model/LawfirmCoverageRecord.d.ts +25 -25
  1115. package/dist/typescript/model/LawfirmCoverageRecord.js +13 -13
  1116. package/dist/typescript/model/LawfirmDocument.d.ts +32 -32
  1117. package/dist/typescript/model/LawfirmDocument.js +30 -30
  1118. package/dist/typescript/model/LawfirmDocumentResponse.d.ts +15 -15
  1119. package/dist/typescript/model/LawfirmDocumentResponse.js +13 -13
  1120. package/dist/typescript/model/LawfirmDocumentTemplate.d.ts +31 -31
  1121. package/dist/typescript/model/LawfirmDocumentTemplate.js +30 -30
  1122. package/dist/typescript/model/LawfirmDocumentTemplateResponse.d.ts +15 -15
  1123. package/dist/typescript/model/LawfirmDocumentTemplateResponse.js +13 -13
  1124. package/dist/typescript/model/LawfirmFeeDomain.d.ts +49 -49
  1125. package/dist/typescript/model/LawfirmFeeDomain.js +32 -32
  1126. package/dist/typescript/model/LawfirmInboxMessageDomain.d.ts +102 -102
  1127. package/dist/typescript/model/LawfirmInboxMessageDomain.js +83 -83
  1128. package/dist/typescript/model/LawfirmItem.d.ts +73 -73
  1129. package/dist/typescript/model/LawfirmItem.js +71 -71
  1130. package/dist/typescript/model/LawfirmLeadDomain.d.ts +106 -106
  1131. package/dist/typescript/model/LawfirmLeadDomain.js +90 -90
  1132. package/dist/typescript/model/LawfirmPayoutDomain.d.ts +45 -45
  1133. package/dist/typescript/model/LawfirmPayoutDomain.js +32 -32
  1134. package/dist/typescript/model/LawfirmPictureRequest.d.ts +16 -16
  1135. package/dist/typescript/model/LawfirmPictureRequest.js +13 -13
  1136. package/dist/typescript/model/LawfirmRatesResponse.d.ts +48 -48
  1137. package/dist/typescript/model/LawfirmRatesResponse.js +33 -33
  1138. package/dist/typescript/model/LawfirmRedirectModel.d.ts +23 -23
  1139. package/dist/typescript/model/LawfirmRedirectModel.js +23 -23
  1140. package/dist/typescript/model/LawfirmSettingsDomain.d.ts +37 -37
  1141. package/dist/typescript/model/LawfirmSettingsDomain.js +22 -22
  1142. package/dist/typescript/model/LawfirmSettingsDomainReq.d.ts +37 -37
  1143. package/dist/typescript/model/LawfirmSettingsDomainReq.js +22 -22
  1144. package/dist/typescript/model/LawfirmSettingsDomainRes.d.ts +37 -37
  1145. package/dist/typescript/model/LawfirmSettingsDomainRes.js +22 -22
  1146. package/dist/typescript/model/LawfirmStorefrontModel.d.ts +49 -49
  1147. package/dist/typescript/model/LawfirmStorefrontModel.js +36 -36
  1148. package/dist/typescript/model/LawfirmVacationRequest.d.ts +17 -17
  1149. package/dist/typescript/model/LawfirmVacationRequest.js +13 -13
  1150. package/dist/typescript/model/LawfirmsRatesResponse.d.ts +15 -15
  1151. package/dist/typescript/model/LawfirmsRatesResponse.js +13 -13
  1152. package/dist/typescript/model/LawyerInviteByTokenModel.d.ts +16 -16
  1153. package/dist/typescript/model/LawyerInviteByTokenModel.js +13 -13
  1154. package/dist/typescript/model/LawyerInviteModel.d.ts +34 -34
  1155. package/dist/typescript/model/LawyerInviteModel.js +32 -32
  1156. package/dist/typescript/model/LawyerLicenseModel.d.ts +75 -75
  1157. package/dist/typescript/model/LawyerLicenseModel.js +75 -75
  1158. package/dist/typescript/model/LawyerModel.d.ts +57 -57
  1159. package/dist/typescript/model/LawyerModel.js +42 -42
  1160. package/dist/typescript/model/LegalServiceModel.d.ts +44 -44
  1161. package/dist/typescript/model/LegalServiceModel.js +31 -31
  1162. package/dist/typescript/model/LetterOfEngagement.d.ts +16 -16
  1163. package/dist/typescript/model/LetterOfEngagement.js +13 -13
  1164. package/dist/typescript/model/LineItem.d.ts +37 -37
  1165. package/dist/typescript/model/LineItem.js +37 -37
  1166. package/dist/typescript/model/LineItemModel.d.ts +44 -44
  1167. package/dist/typescript/model/LineItemModel.js +43 -43
  1168. package/dist/typescript/model/LineItemRequest.d.ts +47 -47
  1169. package/dist/typescript/model/LineItemRequest.js +43 -43
  1170. package/dist/typescript/model/ListAgentBookingsResponse.d.ts +17 -17
  1171. package/dist/typescript/model/ListAgentBookingsResponse.js +13 -13
  1172. package/dist/typescript/model/ListBillingProductsResponse.d.ts +15 -15
  1173. package/dist/typescript/model/ListBillingProductsResponse.js +13 -13
  1174. package/dist/typescript/model/ListBillingSubscribersRequest.d.ts +16 -16
  1175. package/dist/typescript/model/ListBillingSubscribersRequest.js +13 -13
  1176. package/dist/typescript/model/ListBillingSubscribersResponse.d.ts +16 -16
  1177. package/dist/typescript/model/ListBillingSubscribersResponse.js +13 -13
  1178. package/dist/typescript/model/ListBillingSubscriptionModel.d.ts +38 -38
  1179. package/dist/typescript/model/ListBillingSubscriptionModel.js +36 -36
  1180. package/dist/typescript/model/ListBillingSubscriptionsResponse.d.ts +16 -16
  1181. package/dist/typescript/model/ListBillingSubscriptionsResponse.js +13 -13
  1182. package/dist/typescript/model/ListCitationAuditEventsResponse.d.ts +17 -17
  1183. package/dist/typescript/model/ListCitationAuditEventsResponse.js +13 -13
  1184. package/dist/typescript/model/ListCitationsRequest.d.ts +102 -102
  1185. package/dist/typescript/model/ListCitationsRequest.js +90 -90
  1186. package/dist/typescript/model/ListCitationsResponse.d.ts +17 -17
  1187. package/dist/typescript/model/ListCitationsResponse.js +13 -13
  1188. package/dist/typescript/model/ListContactTimelineResponse.d.ts +15 -15
  1189. package/dist/typescript/model/ListContactTimelineResponse.js +13 -13
  1190. package/dist/typescript/model/ListCostItemsForCustomerResponse.d.ts +19 -19
  1191. package/dist/typescript/model/ListCostItemsForCustomerResponse.js +13 -13
  1192. package/dist/typescript/model/ListDashboardCasesResponse.d.ts +16 -16
  1193. package/dist/typescript/model/ListDashboardCasesResponse.js +13 -13
  1194. package/dist/typescript/model/ListEligibleStatusResponse.d.ts +55 -55
  1195. package/dist/typescript/model/ListEligibleStatusResponse.js +57 -57
  1196. package/dist/typescript/model/ListLawfirmAuditEventsByCursorResponse.d.ts +17 -17
  1197. package/dist/typescript/model/ListLawfirmAuditEventsByCursorResponse.js +13 -13
  1198. package/dist/typescript/model/ListLawfirmStorefrontsResponse.d.ts +17 -17
  1199. package/dist/typescript/model/ListLawfirmStorefrontsResponse.js +13 -13
  1200. package/dist/typescript/model/ListLawfirmSurchargeModel.d.ts +36 -36
  1201. package/dist/typescript/model/ListLawfirmSurchargeModel.js +35 -35
  1202. package/dist/typescript/model/ListLawfirmSurchargeTypeModel.d.ts +27 -27
  1203. package/dist/typescript/model/ListLawfirmSurchargeTypeModel.js +27 -27
  1204. package/dist/typescript/model/ListLawfirmSurchargesResponse.d.ts +15 -15
  1205. package/dist/typescript/model/ListLawfirmSurchargesResponse.js +13 -13
  1206. package/dist/typescript/model/ListNotesResponse.d.ts +18 -18
  1207. package/dist/typescript/model/ListNotesResponse.js +13 -13
  1208. package/dist/typescript/model/ListReferralsResponse.d.ts +16 -16
  1209. package/dist/typescript/model/ListReferralsResponse.js +13 -13
  1210. package/dist/typescript/model/ListReviewsResponse.d.ts +17 -17
  1211. package/dist/typescript/model/ListReviewsResponse.js +13 -13
  1212. package/dist/typescript/model/ListSubscriptionInvoicesResponse.d.ts +15 -15
  1213. package/dist/typescript/model/ListSubscriptionInvoicesResponse.js +13 -13
  1214. package/dist/typescript/model/ListUserAuditEventsByCursorResponse.d.ts +17 -17
  1215. package/dist/typescript/model/ListUserAuditEventsByCursorResponse.js +13 -13
  1216. package/dist/typescript/model/ListUserAuditEventsCursorModel.d.ts +14 -14
  1217. package/dist/typescript/model/ListUserAuditEventsCursorModel.js +13 -13
  1218. package/dist/typescript/model/ListUserWatchlistsResponse.d.ts +16 -16
  1219. package/dist/typescript/model/ListUserWatchlistsResponse.js +13 -13
  1220. package/dist/typescript/model/ListViolationClassificationResponse.d.ts +15 -15
  1221. package/dist/typescript/model/ListViolationClassificationResponse.js +13 -13
  1222. package/dist/typescript/model/LobEvent.d.ts +16 -16
  1223. package/dist/typescript/model/LobEvent.js +13 -13
  1224. package/dist/typescript/model/LobEventRequest.d.ts +18 -18
  1225. package/dist/typescript/model/LobEventRequest.js +13 -13
  1226. package/dist/typescript/model/LobMailingAddress.d.ts +19 -19
  1227. package/dist/typescript/model/LobMailingAddress.js +13 -13
  1228. package/dist/typescript/model/LocalTime.d.ts +17 -17
  1229. package/dist/typescript/model/LocalTime.js +13 -13
  1230. package/dist/typescript/model/LookupParamValue.d.ts +29 -29
  1231. package/dist/typescript/model/LookupParamValue.js +27 -27
  1232. package/dist/typescript/model/LostCaseWithTransferNotReversed.d.ts +40 -40
  1233. package/dist/typescript/model/LostCaseWithTransferNotReversed.js +23 -23
  1234. package/dist/typescript/model/MarkActionAsDeletedResponse.d.ts +15 -15
  1235. package/dist/typescript/model/MarkActionAsDeletedResponse.js +13 -13
  1236. package/dist/typescript/model/MarkCaseAsResolvedRequest.d.ts +59 -59
  1237. package/dist/typescript/model/MarkCaseAsResolvedRequest.js +57 -57
  1238. package/dist/typescript/model/MarkCaseAsResolvedResponse.d.ts +66 -66
  1239. package/dist/typescript/model/MarkCaseAsResolvedResponse.js +64 -64
  1240. package/dist/typescript/model/MatchCaseLineItemModel.d.ts +44 -44
  1241. package/dist/typescript/model/MatchCaseLineItemModel.js +43 -43
  1242. package/dist/typescript/model/MatchCaseResponse.d.ts +17 -17
  1243. package/dist/typescript/model/MatchCaseResponse.js +13 -13
  1244. package/dist/typescript/model/MatchCaseViolationPenaltyModel.d.ts +35 -35
  1245. package/dist/typescript/model/MatchCaseViolationPenaltyModel.js +35 -35
  1246. package/dist/typescript/model/MatchCitationModel.d.ts +40 -40
  1247. package/dist/typescript/model/MatchCitationModel.js +23 -23
  1248. package/dist/typescript/model/MatchCitationResponse.d.ts +25 -25
  1249. package/dist/typescript/model/MatchCitationResponse.js +13 -13
  1250. package/dist/typescript/model/MatchInnerCaseModel.d.ts +77 -77
  1251. package/dist/typescript/model/MatchInnerCaseModel.js +69 -69
  1252. package/dist/typescript/model/MatchInnerCaseResponse.d.ts +33 -33
  1253. package/dist/typescript/model/MatchInnerCaseResponse.js +27 -27
  1254. package/dist/typescript/model/MatchLawfirmCaseResponse.d.ts +18 -18
  1255. package/dist/typescript/model/MatchLawfirmCaseResponse.js +13 -13
  1256. package/dist/typescript/model/MatchLegalServiceModel.d.ts +44 -44
  1257. package/dist/typescript/model/MatchLegalServiceModel.js +31 -31
  1258. package/dist/typescript/model/MatchLegalServicesRequest.d.ts +32 -32
  1259. package/dist/typescript/model/MatchLegalServicesRequest.js +26 -26
  1260. package/dist/typescript/model/MatchLegalServicesResponse.d.ts +16 -16
  1261. package/dist/typescript/model/MatchLegalServicesResponse.js +13 -13
  1262. package/dist/typescript/model/MatchingFieldValue.d.ts +22 -22
  1263. package/dist/typescript/model/MatchingFieldValue.js +23 -23
  1264. package/dist/typescript/model/MediaItemModel.d.ts +25 -25
  1265. package/dist/typescript/model/MediaItemModel.js +22 -22
  1266. package/dist/typescript/model/MergeStatusReport.d.ts +16 -16
  1267. package/dist/typescript/model/MergeStatusReport.js +13 -13
  1268. package/dist/typescript/model/MergeTableChange.d.ts +14 -14
  1269. package/dist/typescript/model/MergeTableChange.js +13 -13
  1270. package/dist/typescript/model/MergeTableRecord.d.ts +15 -15
  1271. package/dist/typescript/model/MergeTableRecord.js +13 -13
  1272. package/dist/typescript/model/MergeTicketResponse.d.ts +16 -16
  1273. package/dist/typescript/model/MergeTicketResponse.js +13 -13
  1274. package/dist/typescript/model/MergeUserRequest.d.ts +15 -15
  1275. package/dist/typescript/model/MergeUserRequest.js +13 -13
  1276. package/dist/typescript/model/MergeUserResponse.d.ts +15 -15
  1277. package/dist/typescript/model/MergeUserResponse.js +13 -13
  1278. package/dist/typescript/model/MessageByEntityModel.d.ts +76 -76
  1279. package/dist/typescript/model/MessageByEntityModel.js +64 -64
  1280. package/dist/typescript/model/MessageInputModel.d.ts +31 -31
  1281. package/dist/typescript/model/MessageInputModel.js +31 -31
  1282. package/dist/typescript/model/MissingLawfirmPayoutResult.d.ts +119 -119
  1283. package/dist/typescript/model/MissingLawfirmPayoutResult.js +111 -111
  1284. package/dist/typescript/model/MissingPaymentDomain.d.ts +78 -78
  1285. package/dist/typescript/model/MissingPaymentDomain.js +64 -64
  1286. package/dist/typescript/model/NewUser.d.ts +33 -33
  1287. package/dist/typescript/model/NewUser.js +27 -27
  1288. package/dist/typescript/model/NewUserResponse.d.ts +18 -18
  1289. package/dist/typescript/model/NewUserResponse.js +13 -13
  1290. package/dist/typescript/model/NoLawyerAvailableRequest.d.ts +15 -15
  1291. package/dist/typescript/model/NoLawyerAvailableRequest.js +13 -13
  1292. package/dist/typescript/model/NoViolationCitation.d.ts +63 -63
  1293. package/dist/typescript/model/NoViolationCitation.js +57 -57
  1294. package/dist/typescript/model/NoteAuthor.d.ts +16 -16
  1295. package/dist/typescript/model/NoteAuthor.js +13 -13
  1296. package/dist/typescript/model/NoteEntity.d.ts +30 -30
  1297. package/dist/typescript/model/NoteEntity.js +24 -24
  1298. package/dist/typescript/model/NoteModel.d.ts +30 -30
  1299. package/dist/typescript/model/NoteModel.js +24 -24
  1300. package/dist/typescript/model/NotificationEvent.d.ts +19 -19
  1301. package/dist/typescript/model/NotificationEvent.js +13 -13
  1302. package/dist/typescript/model/NotificationEvents.d.ts +18 -18
  1303. package/dist/typescript/model/NotificationEvents.js +13 -13
  1304. package/dist/typescript/model/OCRPredictionCaseResponse.d.ts +60 -60
  1305. package/dist/typescript/model/OCRPredictionCaseResponse.js +13 -13
  1306. package/dist/typescript/model/OutgoingContactDomain.d.ts +25 -25
  1307. package/dist/typescript/model/OutgoingContactDomain.js +13 -13
  1308. package/dist/typescript/model/PaymentPlanTypeModel.d.ts +22 -22
  1309. package/dist/typescript/model/PaymentPlanTypeModel.js +23 -23
  1310. package/dist/typescript/model/PaymentPlanTypeModelReq.d.ts +22 -22
  1311. package/dist/typescript/model/PaymentPlanTypeModelReq.js +23 -23
  1312. package/dist/typescript/model/PaymentPlanTypeModelRes.d.ts +22 -22
  1313. package/dist/typescript/model/PaymentPlanTypeModelRes.js +23 -23
  1314. package/dist/typescript/model/Penalty.d.ts +39 -39
  1315. package/dist/typescript/model/Penalty.js +35 -35
  1316. package/dist/typescript/model/PenaltyModel.d.ts +38 -38
  1317. package/dist/typescript/model/PenaltyModel.js +35 -35
  1318. package/dist/typescript/model/PenaltyRequest.d.ts +15 -15
  1319. package/dist/typescript/model/PenaltyRequest.js +13 -13
  1320. package/dist/typescript/model/PersistTicketEvaluationRequest.d.ts +28 -28
  1321. package/dist/typescript/model/PersistTicketEvaluationRequest.js +23 -23
  1322. package/dist/typescript/model/PhoneNumberDomain.d.ts +43 -43
  1323. package/dist/typescript/model/PhoneNumberDomain.js +37 -37
  1324. package/dist/typescript/model/PhoneNumberDomainReq.d.ts +43 -43
  1325. package/dist/typescript/model/PhoneNumberDomainReq.js +37 -37
  1326. package/dist/typescript/model/PhoneNumberDomainRes.d.ts +43 -43
  1327. package/dist/typescript/model/PhoneNumberDomainRes.js +37 -37
  1328. package/dist/typescript/model/PostCourtCoverageRequest.d.ts +15 -15
  1329. package/dist/typescript/model/PostCourtCoverageRequest.js +13 -13
  1330. package/dist/typescript/model/PostFeedbackRequest.d.ts +15 -15
  1331. package/dist/typescript/model/PostFeedbackRequest.js +13 -13
  1332. package/dist/typescript/model/PotentialCustomerDomain.d.ts +133 -133
  1333. package/dist/typescript/model/PotentialCustomerDomain.js +111 -111
  1334. package/dist/typescript/model/PredictCitationTextRequest.d.ts +21 -21
  1335. package/dist/typescript/model/PredictCitationTextRequest.js +22 -22
  1336. package/dist/typescript/model/PredictImageClassificationRequest.d.ts +15 -15
  1337. package/dist/typescript/model/PredictImageClassificationRequest.js +13 -13
  1338. package/dist/typescript/model/PredictImageClassificationResponse.d.ts +28 -28
  1339. package/dist/typescript/model/PredictImageClassificationResponse.js +13 -13
  1340. package/dist/typescript/model/PreviewDocumentRequest.d.ts +16 -16
  1341. package/dist/typescript/model/PreviewDocumentRequest.js +13 -13
  1342. package/dist/typescript/model/PriceMatchRequest.d.ts +20 -20
  1343. package/dist/typescript/model/PriceMatchRequest.js +13 -13
  1344. package/dist/typescript/model/PriceMatchResponse.d.ts +24 -24
  1345. package/dist/typescript/model/PriceMatchResponse.js +23 -23
  1346. package/dist/typescript/model/PublishReferralContactsResponse.d.ts +15 -15
  1347. package/dist/typescript/model/PublishReferralContactsResponse.js +13 -13
  1348. package/dist/typescript/model/PublishReferralRequest.d.ts +16 -16
  1349. package/dist/typescript/model/PublishReferralRequest.js +13 -13
  1350. package/dist/typescript/model/PureDate.d.ts +14 -14
  1351. package/dist/typescript/model/PureDate.js +13 -13
  1352. package/dist/typescript/model/PushNotificationRegistrationRequest.d.ts +22 -22
  1353. package/dist/typescript/model/PushNotificationRegistrationRequest.js +23 -23
  1354. package/dist/typescript/model/PushNotificationRequest.d.ts +31 -31
  1355. package/dist/typescript/model/PushNotificationRequest.js +32 -32
  1356. package/dist/typescript/model/PutDocumentRequest.d.ts +29 -29
  1357. package/dist/typescript/model/PutDocumentRequest.js +30 -30
  1358. package/dist/typescript/model/ReferralContact.d.ts +16 -16
  1359. package/dist/typescript/model/ReferralContact.js +13 -13
  1360. package/dist/typescript/model/ReferralContactStatus.d.ts +23 -23
  1361. package/dist/typescript/model/ReferralContactStatus.js +23 -23
  1362. package/dist/typescript/model/ReferralResponse.d.ts +74 -74
  1363. package/dist/typescript/model/ReferralResponse.js +67 -67
  1364. package/dist/typescript/model/ReferralResponseByUser.d.ts +27 -27
  1365. package/dist/typescript/model/ReferralResponseByUser.js +26 -26
  1366. package/dist/typescript/model/RefundCasePaymentRequest.d.ts +27 -27
  1367. package/dist/typescript/model/RefundCasePaymentRequest.js +25 -25
  1368. package/dist/typescript/model/RefundLawfirmFeeRequest.d.ts +28 -28
  1369. package/dist/typescript/model/RefundLawfirmFeeRequest.js +25 -25
  1370. package/dist/typescript/model/RegisterGhostUserRequest.d.ts +26 -26
  1371. package/dist/typescript/model/RegisterGhostUserRequest.js +26 -26
  1372. package/dist/typescript/model/RegisterGhostUserResponse.d.ts +15 -15
  1373. package/dist/typescript/model/RegisterGhostUserResponse.js +13 -13
  1374. package/dist/typescript/model/RegisterNewUserRequest.d.ts +59 -59
  1375. package/dist/typescript/model/RegisterNewUserRequest.js +48 -48
  1376. package/dist/typescript/model/RegisterNewUserResponse.d.ts +18 -18
  1377. package/dist/typescript/model/RegisterNewUserResponse.js +13 -13
  1378. package/dist/typescript/model/RemoveCoverageRequest.d.ts +15 -15
  1379. package/dist/typescript/model/RemoveCoverageRequest.js +13 -13
  1380. package/dist/typescript/model/RemoveLawfirmSurchargeRequest.d.ts +14 -14
  1381. package/dist/typescript/model/RemoveLawfirmSurchargeRequest.js +13 -13
  1382. package/dist/typescript/model/ReplyToReviewRequest.d.ts +15 -15
  1383. package/dist/typescript/model/ReplyToReviewRequest.js +13 -13
  1384. package/dist/typescript/model/ReplyToTicketRequest.d.ts +31 -31
  1385. package/dist/typescript/model/ReplyToTicketRequest.js +32 -32
  1386. package/dist/typescript/model/RescheduleTaskRequest.d.ts +14 -14
  1387. package/dist/typescript/model/RescheduleTaskRequest.js +13 -13
  1388. package/dist/typescript/model/ResetFeeForLawfirmModel.d.ts +14 -14
  1389. package/dist/typescript/model/ResetFeeForLawfirmModel.js +13 -13
  1390. package/dist/typescript/model/ResetFeesForLawfirmRequest.d.ts +15 -15
  1391. package/dist/typescript/model/ResetFeesForLawfirmRequest.js +13 -13
  1392. package/dist/typescript/model/ResetFeesForLawfirmResponse.d.ts +15 -15
  1393. package/dist/typescript/model/ResetFeesForLawfirmResponse.js +13 -13
  1394. package/dist/typescript/model/ResetUserPasswordRequest.d.ts +15 -15
  1395. package/dist/typescript/model/ResetUserPasswordRequest.js +13 -13
  1396. package/dist/typescript/model/ResetViolationModel.d.ts +77 -77
  1397. package/dist/typescript/model/ResetViolationModel.js +77 -77
  1398. package/dist/typescript/model/Results.d.ts +16 -16
  1399. package/dist/typescript/model/Results.js +13 -13
  1400. package/dist/typescript/model/ReverseLawfirmPayoutRequest.d.ts +26 -26
  1401. package/dist/typescript/model/ReverseLawfirmPayoutRequest.js +25 -25
  1402. package/dist/typescript/model/ReviewCommentModel.d.ts +19 -19
  1403. package/dist/typescript/model/ReviewCommentModel.js +13 -13
  1404. package/dist/typescript/model/ReviewRatingModel.d.ts +16 -16
  1405. package/dist/typescript/model/ReviewRatingModel.js +13 -13
  1406. package/dist/typescript/model/ReviewVoteAggregateModel.d.ts +15 -15
  1407. package/dist/typescript/model/ReviewVoteAggregateModel.js +13 -13
  1408. package/dist/typescript/model/SNSNotificationRequest.d.ts +17 -17
  1409. package/dist/typescript/model/SNSNotificationRequest.js +13 -13
  1410. package/dist/typescript/model/SSLCertificateResponse.d.ts +14 -14
  1411. package/dist/typescript/model/SSLCertificateResponse.js +13 -13
  1412. package/dist/typescript/model/SaveAgentBookingRequest.d.ts +18 -18
  1413. package/dist/typescript/model/SaveAgentBookingRequest.js +13 -13
  1414. package/dist/typescript/model/SaveAgentBookingResponse.d.ts +15 -15
  1415. package/dist/typescript/model/SaveAgentBookingResponse.js +13 -13
  1416. package/dist/typescript/model/SaveCaseNotesRequest.d.ts +15 -15
  1417. package/dist/typescript/model/SaveCaseNotesRequest.js +13 -13
  1418. package/dist/typescript/model/SaveCaseUserRequest.d.ts +35 -35
  1419. package/dist/typescript/model/SaveCaseUserRequest.js +27 -27
  1420. package/dist/typescript/model/SaveLawfirmSurchargeModel.d.ts +46 -46
  1421. package/dist/typescript/model/SaveLawfirmSurchargeModel.js +45 -45
  1422. package/dist/typescript/model/SaveLawfirmSurchargesRequest.d.ts +15 -15
  1423. package/dist/typescript/model/SaveLawfirmSurchargesRequest.js +13 -13
  1424. package/dist/typescript/model/SaveLawyerLeadRequest.d.ts +32 -32
  1425. package/dist/typescript/model/SaveLawyerLeadRequest.js +26 -26
  1426. package/dist/typescript/model/SaveLawyerLicenseModel.d.ts +75 -75
  1427. package/dist/typescript/model/SaveLawyerLicenseModel.js +75 -75
  1428. package/dist/typescript/model/SaveLawyerLicensesRequest.d.ts +15 -15
  1429. package/dist/typescript/model/SaveLawyerLicensesRequest.js +13 -13
  1430. package/dist/typescript/model/SaveLawyerRequest.d.ts +37 -37
  1431. package/dist/typescript/model/SaveLawyerRequest.js +33 -33
  1432. package/dist/typescript/model/SaveNotesRequest.d.ts +25 -25
  1433. package/dist/typescript/model/SaveNotesRequest.js +24 -24
  1434. package/dist/typescript/model/SaveUserWatchlistsRequest.d.ts +19 -19
  1435. package/dist/typescript/model/SaveUserWatchlistsRequest.js +13 -13
  1436. package/dist/typescript/model/ScheduleNewPaymentRequest.d.ts +41 -41
  1437. package/dist/typescript/model/ScheduleNewPaymentRequest.js +38 -38
  1438. package/dist/typescript/model/ScheduledTaskGetResponse.d.ts +15 -15
  1439. package/dist/typescript/model/ScheduledTaskGetResponse.js +13 -13
  1440. package/dist/typescript/model/ScheduledTaskResponse.d.ts +37 -37
  1441. package/dist/typescript/model/ScheduledTaskResponse.js +34 -34
  1442. package/dist/typescript/model/SearchNotesResponse.d.ts +15 -15
  1443. package/dist/typescript/model/SearchNotesResponse.js +13 -13
  1444. package/dist/typescript/model/SendBookingReceiptRequest.d.ts +15 -15
  1445. package/dist/typescript/model/SendBookingReceiptRequest.js +13 -13
  1446. package/dist/typescript/model/SendConsolidatedEmailToUser.d.ts +58 -58
  1447. package/dist/typescript/model/SendConsolidatedEmailToUser.js +56 -56
  1448. package/dist/typescript/model/SendDirectCheckResponse.d.ts +19 -19
  1449. package/dist/typescript/model/SendDirectCheckResponse.js +13 -13
  1450. package/dist/typescript/model/SendDirectMailResponse.d.ts +15 -15
  1451. package/dist/typescript/model/SendDirectMailResponse.js +13 -13
  1452. package/dist/typescript/model/SendDirectReferralCheckRequest.d.ts +16 -16
  1453. package/dist/typescript/model/SendDirectReferralCheckRequest.js +13 -13
  1454. package/dist/typescript/model/SendEmailToUserRequest.d.ts +69 -69
  1455. package/dist/typescript/model/SendEmailToUserRequest.js +66 -66
  1456. package/dist/typescript/model/SendEmailToUsersRequest.d.ts +58 -58
  1457. package/dist/typescript/model/SendEmailToUsersRequest.js +56 -56
  1458. package/dist/typescript/model/SendOneTimePasswordRequest.d.ts +15 -15
  1459. package/dist/typescript/model/SendOneTimePasswordRequest.js +13 -13
  1460. package/dist/typescript/model/SendPayoutToLawfirmRequest.d.ts +40 -40
  1461. package/dist/typescript/model/SendPayoutToLawfirmRequest.js +32 -32
  1462. package/dist/typescript/model/SendPayoutToLawfirmResponse.d.ts +14 -14
  1463. package/dist/typescript/model/SendPayoutToLawfirmResponse.js +13 -13
  1464. package/dist/typescript/model/SetArchiveCaseModel.d.ts +14 -14
  1465. package/dist/typescript/model/SetArchiveCaseModel.js +13 -13
  1466. package/dist/typescript/model/SetArchiveOnCasesRequest.d.ts +17 -17
  1467. package/dist/typescript/model/SetArchiveOnCasesRequest.js +13 -13
  1468. package/dist/typescript/model/SetCourtDateForCaseRequest.d.ts +15 -15
  1469. package/dist/typescript/model/SetCourtDateForCaseRequest.js +13 -13
  1470. package/dist/typescript/model/SetFlagOnMessageModel.d.ts +14 -14
  1471. package/dist/typescript/model/SetFlagOnMessageModel.js +13 -13
  1472. package/dist/typescript/model/SetFlagOnMessagesRequest.d.ts +17 -17
  1473. package/dist/typescript/model/SetFlagOnMessagesRequest.js +13 -13
  1474. package/dist/typescript/model/SetLawfirmCaseDecisionRequest.d.ts +26 -26
  1475. package/dist/typescript/model/SetLawfirmCaseDecisionRequest.js +27 -27
  1476. package/dist/typescript/model/SetReferralSourceRequest.d.ts +47 -47
  1477. package/dist/typescript/model/SetReferralSourceRequest.js +39 -39
  1478. package/dist/typescript/model/SetStarOnMessageModel.d.ts +15 -15
  1479. package/dist/typescript/model/SetStarOnMessageModel.js +13 -13
  1480. package/dist/typescript/model/SetStarOnMessagesRequest.d.ts +17 -17
  1481. package/dist/typescript/model/SetStarOnMessagesRequest.js +13 -13
  1482. package/dist/typescript/model/SettingRequest.d.ts +15 -15
  1483. package/dist/typescript/model/SettingRequest.js +13 -13
  1484. package/dist/typescript/model/SettingResponse.d.ts +25 -25
  1485. package/dist/typescript/model/SettingResponse.js +24 -24
  1486. package/dist/typescript/model/SignRecordingUrlRequest.d.ts +14 -14
  1487. package/dist/typescript/model/SignRecordingUrlRequest.js +13 -13
  1488. package/dist/typescript/model/SignRecordingUrlResponse.d.ts +14 -14
  1489. package/dist/typescript/model/SignRecordingUrlResponse.js +13 -13
  1490. package/dist/typescript/model/SimpleCredentialsResponse.d.ts +15 -15
  1491. package/dist/typescript/model/SimpleCredentialsResponse.js +13 -13
  1492. package/dist/typescript/model/SingleSignOnResponse.d.ts +17 -17
  1493. package/dist/typescript/model/SingleSignOnResponse.js +13 -13
  1494. package/dist/typescript/model/SocialLoginRequest.d.ts +47 -47
  1495. package/dist/typescript/model/SocialLoginRequest.js +39 -39
  1496. package/dist/typescript/model/SocialLoginResponse.d.ts +18 -18
  1497. package/dist/typescript/model/SocialLoginResponse.js +13 -13
  1498. package/dist/typescript/model/SocialLoginUser.d.ts +25 -25
  1499. package/dist/typescript/model/SocialLoginUser.js +13 -13
  1500. package/dist/typescript/model/SocialPhoneNumber.d.ts +26 -26
  1501. package/dist/typescript/model/SocialPhoneNumber.js +24 -24
  1502. package/dist/typescript/model/SqlResponse.d.ts +15 -15
  1503. package/dist/typescript/model/SqlResponse.js +13 -13
  1504. package/dist/typescript/model/StripeAccountLinkDomain.d.ts +17 -17
  1505. package/dist/typescript/model/StripeAccountLinkDomain.js +13 -13
  1506. package/dist/typescript/model/StripeApplicationFeeDomain.d.ts +27 -27
  1507. package/dist/typescript/model/StripeApplicationFeeDomain.js +13 -13
  1508. package/dist/typescript/model/StripeApplicationFeeRefundDomain.d.ts +20 -20
  1509. package/dist/typescript/model/StripeApplicationFeeRefundDomain.js +13 -13
  1510. package/dist/typescript/model/StripeApplicationFeeRefundSyncResults.d.ts +17 -17
  1511. package/dist/typescript/model/StripeApplicationFeeRefundSyncResults.js +13 -13
  1512. package/dist/typescript/model/StripeApplicationFeeSyncResults.d.ts +18 -18
  1513. package/dist/typescript/model/StripeApplicationFeeSyncResults.js +13 -13
  1514. package/dist/typescript/model/StripeCardDomain.d.ts +31 -31
  1515. package/dist/typescript/model/StripeCardDomain.js +13 -13
  1516. package/dist/typescript/model/StripeChargeDomain.d.ts +38 -38
  1517. package/dist/typescript/model/StripeChargeDomain.js +13 -13
  1518. package/dist/typescript/model/StripeChargeSyncResults.d.ts +20 -20
  1519. package/dist/typescript/model/StripeChargeSyncResults.js +13 -13
  1520. package/dist/typescript/model/StripeConnectedAccountDomain.d.ts +33 -33
  1521. package/dist/typescript/model/StripeConnectedAccountDomain.js +22 -22
  1522. package/dist/typescript/model/StripeCustomerAccountDomain.d.ts +31 -31
  1523. package/dist/typescript/model/StripeCustomerAccountDomain.js +30 -30
  1524. package/dist/typescript/model/StripeDisputeDomain.d.ts +86 -86
  1525. package/dist/typescript/model/StripeDisputeDomain.js +63 -63
  1526. package/dist/typescript/model/StripeFieldVerification.d.ts +16 -16
  1527. package/dist/typescript/model/StripeFieldVerification.js +13 -13
  1528. package/dist/typescript/model/StripePaymentDomain.d.ts +28 -28
  1529. package/dist/typescript/model/StripePaymentDomain.js +13 -13
  1530. package/dist/typescript/model/StripePaymentRefundDomain.d.ts +23 -23
  1531. package/dist/typescript/model/StripePaymentRefundDomain.js +13 -13
  1532. package/dist/typescript/model/StripePaymentRefundSyncResults.d.ts +17 -17
  1533. package/dist/typescript/model/StripePaymentRefundSyncResults.js +13 -13
  1534. package/dist/typescript/model/StripePaymentSourceDomain.d.ts +20 -20
  1535. package/dist/typescript/model/StripePaymentSourceDomain.js +13 -13
  1536. package/dist/typescript/model/StripePaymentSyncResults.d.ts +18 -18
  1537. package/dist/typescript/model/StripePaymentSyncResults.js +13 -13
  1538. package/dist/typescript/model/StripeRefundDomain.d.ts +24 -24
  1539. package/dist/typescript/model/StripeRefundDomain.js +13 -13
  1540. package/dist/typescript/model/StripeRefundSyncResults.d.ts +17 -17
  1541. package/dist/typescript/model/StripeRefundSyncResults.js +13 -13
  1542. package/dist/typescript/model/StripeReversalSyncResults.d.ts +17 -17
  1543. package/dist/typescript/model/StripeReversalSyncResults.js +13 -13
  1544. package/dist/typescript/model/StripeTransferDomain.d.ts +28 -28
  1545. package/dist/typescript/model/StripeTransferDomain.js +13 -13
  1546. package/dist/typescript/model/StripeTransferReversalDomain.d.ts +23 -23
  1547. package/dist/typescript/model/StripeTransferReversalDomain.js +13 -13
  1548. package/dist/typescript/model/StripeTransferSyncResults.d.ts +18 -18
  1549. package/dist/typescript/model/StripeTransferSyncResults.js +13 -13
  1550. package/dist/typescript/model/SubscribeRequest.d.ts +15 -15
  1551. package/dist/typescript/model/SubscribeRequest.js +13 -13
  1552. package/dist/typescript/model/Subscriber.d.ts +25 -25
  1553. package/dist/typescript/model/Subscriber.js +13 -13
  1554. package/dist/typescript/model/SubscriberDomain.d.ts +23 -23
  1555. package/dist/typescript/model/SubscriberDomain.js +21 -21
  1556. package/dist/typescript/model/SyncStripeChargesRequest.d.ts +16 -16
  1557. package/dist/typescript/model/SyncStripeChargesRequest.js +13 -13
  1558. package/dist/typescript/model/SyncStripeChargesResponse.d.ts +17 -17
  1559. package/dist/typescript/model/SyncStripeChargesResponse.js +13 -13
  1560. package/dist/typescript/model/SyncStripeDisputeResponse.d.ts +15 -15
  1561. package/dist/typescript/model/SyncStripeDisputeResponse.js +13 -13
  1562. package/dist/typescript/model/SyncStripePaymentsRequest.d.ts +16 -16
  1563. package/dist/typescript/model/SyncStripePaymentsRequest.js +13 -13
  1564. package/dist/typescript/model/SyncStripePaymentsResponse.d.ts +17 -17
  1565. package/dist/typescript/model/SyncStripePaymentsResponse.js +13 -13
  1566. package/dist/typescript/model/SyncStripeRefundsRequest.d.ts +15 -15
  1567. package/dist/typescript/model/SyncStripeRefundsRequest.js +13 -13
  1568. package/dist/typescript/model/SyncStripeTransfersRequest.d.ts +16 -16
  1569. package/dist/typescript/model/SyncStripeTransfersRequest.js +13 -13
  1570. package/dist/typescript/model/SyncStripeTransfersResponse.d.ts +17 -17
  1571. package/dist/typescript/model/SyncStripeTransfersResponse.js +13 -13
  1572. package/dist/typescript/model/TemporalUnit.d.ts +18 -18
  1573. package/dist/typescript/model/TemporalUnit.js +13 -13
  1574. package/dist/typescript/model/TicketLeadDomain.d.ts +83 -83
  1575. package/dist/typescript/model/TicketLeadDomain.js +77 -77
  1576. package/dist/typescript/model/TicketReviewRequest.d.ts +35 -35
  1577. package/dist/typescript/model/TicketReviewRequest.js +23 -23
  1578. package/dist/typescript/model/TicketReviewRequestReq.d.ts +35 -35
  1579. package/dist/typescript/model/TicketReviewRequestReq.js +23 -23
  1580. package/dist/typescript/model/TicketReviewRequestRes.d.ts +35 -35
  1581. package/dist/typescript/model/TicketReviewRequestRes.js +23 -23
  1582. package/dist/typescript/model/TimeZone.d.ts +17 -17
  1583. package/dist/typescript/model/TimeZone.js +13 -13
  1584. package/dist/typescript/model/TimeZoneReq.d.ts +15 -15
  1585. package/dist/typescript/model/TimeZoneReq.js +13 -13
  1586. package/dist/typescript/model/TimeZoneRes.d.ts +17 -17
  1587. package/dist/typescript/model/TimeZoneRes.js +13 -13
  1588. package/dist/typescript/model/Timestamp.d.ts +23 -23
  1589. package/dist/typescript/model/Timestamp.js +13 -13
  1590. package/dist/typescript/model/TimestampReq.d.ts +21 -21
  1591. package/dist/typescript/model/TimestampReq.js +13 -13
  1592. package/dist/typescript/model/TimestampRes.d.ts +23 -23
  1593. package/dist/typescript/model/TimestampRes.js +13 -13
  1594. package/dist/typescript/model/TrafficViolationInputRequest.d.ts +14 -14
  1595. package/dist/typescript/model/TrafficViolationInputRequest.js +13 -13
  1596. package/dist/typescript/model/TransferCaseRequest.d.ts +16 -16
  1597. package/dist/typescript/model/TransferCaseRequest.js +13 -13
  1598. package/dist/typescript/model/USStateDomain.d.ts +15 -15
  1599. package/dist/typescript/model/USStateDomain.js +13 -13
  1600. package/dist/typescript/model/UpdateAddress.d.ts +20 -20
  1601. package/dist/typescript/model/UpdateAddress.js +13 -13
  1602. package/dist/typescript/model/UpdateCaseActionRequest.d.ts +14 -14
  1603. package/dist/typescript/model/UpdateCaseActionRequest.js +13 -13
  1604. package/dist/typescript/model/UpdateCaseActionResponse.d.ts +15 -15
  1605. package/dist/typescript/model/UpdateCaseActionResponse.js +13 -13
  1606. package/dist/typescript/model/UpdateCaseDeclineTicketsRequest.d.ts +16 -16
  1607. package/dist/typescript/model/UpdateCaseDeclineTicketsRequest.js +13 -13
  1608. package/dist/typescript/model/UpdateCasePaymentRequest.d.ts +41 -41
  1609. package/dist/typescript/model/UpdateCasePaymentRequest.js +38 -38
  1610. package/dist/typescript/model/UpdateCitationAddressRequest.d.ts +15 -15
  1611. package/dist/typescript/model/UpdateCitationAddressRequest.js +13 -13
  1612. package/dist/typescript/model/UpdateCitationPictureRequest.d.ts +16 -16
  1613. package/dist/typescript/model/UpdateCitationPictureRequest.js +13 -13
  1614. package/dist/typescript/model/UpdateCitationRequest.d.ts +15 -15
  1615. package/dist/typescript/model/UpdateCitationRequest.js +13 -13
  1616. package/dist/typescript/model/UpdateCourtRequest.d.ts +15 -15
  1617. package/dist/typescript/model/UpdateCourtRequest.js +13 -13
  1618. package/dist/typescript/model/UpdateDisputeRequest.d.ts +15 -15
  1619. package/dist/typescript/model/UpdateDisputeRequest.js +13 -13
  1620. package/dist/typescript/model/UpdateInvoiceLineItemRequest.d.ts +15 -15
  1621. package/dist/typescript/model/UpdateInvoiceLineItemRequest.js +13 -13
  1622. package/dist/typescript/model/UpdateLawfirmFeeRequest.d.ts +39 -39
  1623. package/dist/typescript/model/UpdateLawfirmFeeRequest.js +32 -32
  1624. package/dist/typescript/model/UpdateLawfirmFeeResponse.d.ts +15 -15
  1625. package/dist/typescript/model/UpdateLawfirmFeeResponse.js +13 -13
  1626. package/dist/typescript/model/UpdateLawfirmModel.d.ts +57 -57
  1627. package/dist/typescript/model/UpdateLawfirmModel.js +42 -42
  1628. package/dist/typescript/model/UpdateLawfirmPaymentModelRequest.d.ts +21 -21
  1629. package/dist/typescript/model/UpdateLawfirmPaymentModelRequest.js +23 -23
  1630. package/dist/typescript/model/UpdateLawfirmPayoutRequest.d.ts +36 -36
  1631. package/dist/typescript/model/UpdateLawfirmPayoutRequest.js +32 -32
  1632. package/dist/typescript/model/UpdateLawfirmPayoutResponse.d.ts +15 -15
  1633. package/dist/typescript/model/UpdateLawfirmPayoutResponse.js +13 -13
  1634. package/dist/typescript/model/UpdateLawfirmRequest.d.ts +15 -15
  1635. package/dist/typescript/model/UpdateLawfirmRequest.js +13 -13
  1636. package/dist/typescript/model/UpdateLawfirmSettingsRequest.d.ts +15 -15
  1637. package/dist/typescript/model/UpdateLawfirmSettingsRequest.js +13 -13
  1638. package/dist/typescript/model/UpdateLawyerRoleRequest.d.ts +24 -24
  1639. package/dist/typescript/model/UpdateLawyerRoleRequest.js +26 -26
  1640. package/dist/typescript/model/UpdateNoteInput.d.ts +14 -14
  1641. package/dist/typescript/model/UpdateNoteInput.js +13 -13
  1642. package/dist/typescript/model/UpdateNoteRequest.d.ts +15 -15
  1643. package/dist/typescript/model/UpdateNoteRequest.js +13 -13
  1644. package/dist/typescript/model/UpdateNoteResponse.d.ts +15 -15
  1645. package/dist/typescript/model/UpdateNoteResponse.js +13 -13
  1646. package/dist/typescript/model/UpdatePaymentDueDateRequest.d.ts +15 -15
  1647. package/dist/typescript/model/UpdatePaymentDueDateRequest.js +13 -13
  1648. package/dist/typescript/model/UpdatePhoneNumber.d.ts +37 -37
  1649. package/dist/typescript/model/UpdatePhoneNumber.js +37 -37
  1650. package/dist/typescript/model/UpdateProfilePictureRequest.d.ts +15 -15
  1651. package/dist/typescript/model/UpdateProfilePictureRequest.js +13 -13
  1652. package/dist/typescript/model/UpdateRefundEligibilityForCaseRequest.d.ts +21 -21
  1653. package/dist/typescript/model/UpdateRefundEligibilityForCaseRequest.js +23 -23
  1654. package/dist/typescript/model/UpdateReplyForCustomerReview.d.ts +15 -15
  1655. package/dist/typescript/model/UpdateReplyForCustomerReview.js +13 -13
  1656. package/dist/typescript/model/UpdateUserDetailsResponse.d.ts +15 -15
  1657. package/dist/typescript/model/UpdateUserDetailsResponse.js +13 -13
  1658. package/dist/typescript/model/UpdateUserModel.d.ts +61 -61
  1659. package/dist/typescript/model/UpdateUserModel.js +46 -46
  1660. package/dist/typescript/model/UpdateUserPhoneNumberRequest.d.ts +16 -16
  1661. package/dist/typescript/model/UpdateUserPhoneNumberRequest.js +13 -13
  1662. package/dist/typescript/model/UpdateUserProfileRequest.d.ts +15 -15
  1663. package/dist/typescript/model/UpdateUserProfileRequest.js +13 -13
  1664. package/dist/typescript/model/UpdateUserRolesRequest.d.ts +25 -25
  1665. package/dist/typescript/model/UpdateUserRolesRequest.js +26 -26
  1666. package/dist/typescript/model/UpdateUserSettingsRequest.d.ts +15 -15
  1667. package/dist/typescript/model/UpdateUserSettingsRequest.js +13 -13
  1668. package/dist/typescript/model/UpdateUserSettingsResponse.d.ts +15 -15
  1669. package/dist/typescript/model/UpdateUserSettingsResponse.js +13 -13
  1670. package/dist/typescript/model/UpdateViolationRequest.d.ts +86 -86
  1671. package/dist/typescript/model/UpdateViolationRequest.js +82 -82
  1672. package/dist/typescript/model/UpsertAddressRequest.d.ts +15 -15
  1673. package/dist/typescript/model/UpsertAddressRequest.js +13 -13
  1674. package/dist/typescript/model/User.d.ts +16 -16
  1675. package/dist/typescript/model/User.js +13 -13
  1676. package/dist/typescript/model/UserAccountModel.d.ts +30 -30
  1677. package/dist/typescript/model/UserAccountModel.js +27 -27
  1678. package/dist/typescript/model/UserAuditEventModel.d.ts +161 -161
  1679. package/dist/typescript/model/UserAuditEventModel.js +153 -153
  1680. package/dist/typescript/model/UserBookingsDomain.d.ts +15 -15
  1681. package/dist/typescript/model/UserBookingsDomain.js +13 -13
  1682. package/dist/typescript/model/UserDetails.d.ts +17 -17
  1683. package/dist/typescript/model/UserDetails.js +13 -13
  1684. package/dist/typescript/model/UserDomain.d.ts +95 -95
  1685. package/dist/typescript/model/UserDomain.js +62 -62
  1686. package/dist/typescript/model/UserDomainReq.d.ts +94 -94
  1687. package/dist/typescript/model/UserDomainReq.js +62 -62
  1688. package/dist/typescript/model/UserDomainRes.d.ts +95 -95
  1689. package/dist/typescript/model/UserDomainRes.js +62 -62
  1690. package/dist/typescript/model/UserItem.d.ts +17 -17
  1691. package/dist/typescript/model/UserItem.js +13 -13
  1692. package/dist/typescript/model/UserRefLinkDomain.d.ts +16 -16
  1693. package/dist/typescript/model/UserRefLinkDomain.js +13 -13
  1694. package/dist/typescript/model/UserReferralSourceTypeModel.d.ts +21 -21
  1695. package/dist/typescript/model/UserReferralSourceTypeModel.js +13 -13
  1696. package/dist/typescript/model/UserRegistrationStats.d.ts +26 -26
  1697. package/dist/typescript/model/UserRegistrationStats.js +13 -13
  1698. package/dist/typescript/model/UserRoleDomain.d.ts +24 -24
  1699. package/dist/typescript/model/UserRoleDomain.js +26 -26
  1700. package/dist/typescript/model/UserSubscriptionPlanModel.d.ts +27 -27
  1701. package/dist/typescript/model/UserSubscriptionPlanModel.js +28 -28
  1702. package/dist/typescript/model/UserSubscriptionPlanModelReq.d.ts +27 -27
  1703. package/dist/typescript/model/UserSubscriptionPlanModelReq.js +28 -28
  1704. package/dist/typescript/model/UserSubscriptionPlanModelRes.d.ts +27 -27
  1705. package/dist/typescript/model/UserSubscriptionPlanModelRes.js +28 -28
  1706. package/dist/typescript/model/UserToContact.d.ts +15 -15
  1707. package/dist/typescript/model/UserToContact.js +13 -13
  1708. package/dist/typescript/model/UserWatchlistsModel.d.ts +18 -18
  1709. package/dist/typescript/model/UserWatchlistsModel.js +13 -13
  1710. package/dist/typescript/model/ValidateDirectMailRequest.d.ts +16 -16
  1711. package/dist/typescript/model/ValidateDirectMailRequest.js +13 -13
  1712. package/dist/typescript/model/ValidateDirectMailResponse.d.ts +288 -288
  1713. package/dist/typescript/model/ValidateDirectMailResponse.js +290 -290
  1714. package/dist/typescript/model/ValidateUserEmailResponse.d.ts +16 -16
  1715. package/dist/typescript/model/ValidateUserEmailResponse.js +13 -13
  1716. package/dist/typescript/model/VerifyMailingAddressRequest.d.ts +15 -15
  1717. package/dist/typescript/model/VerifyMailingAddressRequest.js +13 -13
  1718. package/dist/typescript/model/VerifyMailingAddressResponse.d.ts +17 -17
  1719. package/dist/typescript/model/VerifyMailingAddressResponse.js +13 -13
  1720. package/dist/typescript/model/VerifyPasswordResetTokenResponse.d.ts +15 -15
  1721. package/dist/typescript/model/VerifyPasswordResetTokenResponse.js +13 -13
  1722. package/dist/typescript/model/VerifyUserAccountResponse.d.ts +16 -16
  1723. package/dist/typescript/model/VerifyUserAccountResponse.js +13 -13
  1724. package/dist/typescript/model/Violation.d.ts +19 -19
  1725. package/dist/typescript/model/Violation.js +13 -13
  1726. package/dist/typescript/model/ViolationClassificationModel.d.ts +78 -78
  1727. package/dist/typescript/model/ViolationClassificationModel.js +77 -77
  1728. package/dist/typescript/model/ViolationInput.d.ts +14 -14
  1729. package/dist/typescript/model/ViolationInput.js +13 -13
  1730. package/dist/typescript/model/ViolationInputRequest.d.ts +14 -14
  1731. package/dist/typescript/model/ViolationInputRequest.js +13 -13
  1732. package/dist/typescript/model/ViolationModel.d.ts +86 -86
  1733. package/dist/typescript/model/ViolationModel.js +77 -77
  1734. package/dist/typescript/model/ViolationPenaltyModel.d.ts +39 -39
  1735. package/dist/typescript/model/ViolationPenaltyModel.js +35 -35
  1736. package/dist/typescript/model/ViolationPenaltyResponse.d.ts +16 -16
  1737. package/dist/typescript/model/ViolationPenaltyResponse.js +13 -13
  1738. package/dist/typescript/model/ViolationResponse.d.ts +82 -82
  1739. package/dist/typescript/model/ViolationResponse.js +77 -77
  1740. package/dist/typescript/model/WatchlistItemsModel.d.ts +35 -35
  1741. package/dist/typescript/model/WatchlistItemsModel.js +29 -29
  1742. package/dist/typescript/model/WatchlistItemsRequest.d.ts +16 -16
  1743. package/dist/typescript/model/WatchlistItemsRequest.js +13 -13
  1744. package/dist/typescript/model/WorkflowCaseModel.d.ts +78 -78
  1745. package/dist/typescript/model/WorkflowCaseModel.js +69 -69
  1746. package/dist/typescript/model/WorkflowCitationModel.d.ts +40 -40
  1747. package/dist/typescript/model/WorkflowCitationModel.js +23 -23
  1748. package/dist/typescript/model/WorkflowLineItemModel.d.ts +44 -44
  1749. package/dist/typescript/model/WorkflowLineItemModel.js +43 -43
  1750. package/dist/typescript/model/WorkflowViolationModel.d.ts +82 -82
  1751. package/dist/typescript/model/WorkflowViolationModel.js +77 -77
  1752. package/dist/typescript/model/WorkflowViolationPenaltyModel.d.ts +35 -35
  1753. package/dist/typescript/model/WorkflowViolationPenaltyModel.js +35 -35
  1754. package/dist/typescript/model/ZoneId.d.ts +16 -16
  1755. package/dist/typescript/model/ZoneId.js +13 -13
  1756. package/dist/typescript/model/ZoneOffset.d.ts +17 -17
  1757. package/dist/typescript/model/ZoneOffset.js +13 -13
  1758. package/dist/typescript/model/ZoneOffsetTransition.d.ts +22 -22
  1759. package/dist/typescript/model/ZoneOffsetTransition.js +13 -13
  1760. package/dist/typescript/model/ZoneOffsetTransitionRule.d.ts +53 -53
  1761. package/dist/typescript/model/ZoneOffsetTransitionRule.js +48 -48
  1762. package/dist/typescript/model/ZoneRules.d.ts +17 -17
  1763. package/dist/typescript/model/ZoneRules.js +13 -13
  1764. package/dist/typescript/model/models.d.ts +695 -692
  1765. package/dist/typescript/model/models.js +707 -704
  1766. package/package.json +52 -52
  1767. package/dist/typescript/api/ActionRequiredControllerApi.ts +0 -58
  1768. package/dist/typescript/api/ActivityFeedControllerApi.ts +0 -71
  1769. package/dist/typescript/api/AddressControllerApi.ts +0 -117
  1770. package/dist/typescript/api/AlertNotificationControllerApi.ts +0 -87
  1771. package/dist/typescript/api/AppEventsControllerApi.ts +0 -58
  1772. package/dist/typescript/api/AuditLawfirmEventsControllerApi.ts +0 -78
  1773. package/dist/typescript/api/AuthenticationControllerApi.ts +0 -51
  1774. package/dist/typescript/api/AwsCredentialsControllerApi.ts +0 -58
  1775. package/dist/typescript/api/BlogWebhookControllerApi.ts +0 -58
  1776. package/dist/typescript/api/BranchLinkControllerApi.ts +0 -58
  1777. package/dist/typescript/api/CaseActionsControllerApi.ts +0 -239
  1778. package/dist/typescript/api/CaseControllerApi.ts +0 -558
  1779. package/dist/typescript/api/CaseCreationControllerApi.ts +0 -89
  1780. package/dist/typescript/api/CaseNotesControllerApi.ts +0 -94
  1781. package/dist/typescript/api/CasePaymentControllerApi.ts +0 -599
  1782. package/dist/typescript/api/CaseReferralCodeControllerApi.ts +0 -101
  1783. package/dist/typescript/api/CaseRefundControllerApi.ts +0 -173
  1784. package/dist/typescript/api/CaseResolutionControllerApi.ts +0 -58
  1785. package/dist/typescript/api/CaseStatusControllerApi.ts +0 -83
  1786. package/dist/typescript/api/CaseTransferControllerApi.ts +0 -94
  1787. package/dist/typescript/api/CaseUserControllerApi.ts +0 -99
  1788. package/dist/typescript/api/CertificateControllerApi.ts +0 -61
  1789. package/dist/typescript/api/CitationAuditControllerApi.ts +0 -78
  1790. package/dist/typescript/api/CitationControllerApi.ts +0 -614
  1791. package/dist/typescript/api/ConfigurationControllerApi.ts +0 -51
  1792. package/dist/typescript/api/ConsoleListControllerApi.ts +0 -508
  1793. package/dist/typescript/api/ContactTimelineControllerApi.ts +0 -58
  1794. package/dist/typescript/api/ConversationControllerApi.ts +0 -287
  1795. package/dist/typescript/api/CountyControllerApi.ts +0 -61
  1796. package/dist/typescript/api/CourtControllerApi.ts +0 -342
  1797. package/dist/typescript/api/CrmControllerApi.ts +0 -269
  1798. package/dist/typescript/api/CustomerLeadControllerApi.ts +0 -58
  1799. package/dist/typescript/api/CustomerReviewControllerApi.ts +0 -301
  1800. package/dist/typescript/api/CustomerServiceAgentBookingsControllerApi.ts +0 -140
  1801. package/dist/typescript/api/CustomerServiceAgentControllerApi.ts +0 -56
  1802. package/dist/typescript/api/DashboardControllerApi.ts +0 -232
  1803. package/dist/typescript/api/DirectMailControllerApi.ts +0 -261
  1804. package/dist/typescript/api/DripControllerApi.ts +0 -58
  1805. package/dist/typescript/api/DripWebhooksControllerApi.ts +0 -87
  1806. package/dist/typescript/api/EmailSubscriptionControllerApi.ts +0 -58
  1807. package/dist/typescript/api/ExternalTicketLookupControllerApi.ts +0 -148
  1808. package/dist/typescript/api/FeedbackControllerApi.ts +0 -63
  1809. package/dist/typescript/api/FreshcallerControllerApi.ts +0 -58
  1810. package/dist/typescript/api/FreshdeskTicketControllerApi.ts +0 -137
  1811. package/dist/typescript/api/GetCaseControllerApi.ts +0 -116
  1812. package/dist/typescript/api/HouseholdMateControllerApi.ts +0 -214
  1813. package/dist/typescript/api/InsuranceCalculatorControllerApi.ts +0 -58
  1814. package/dist/typescript/api/LawfirmCaseDecisionControllerApi.ts +0 -65
  1815. package/dist/typescript/api/LawfirmCasesControllerApi.ts +0 -95
  1816. package/dist/typescript/api/LawfirmControllerApi.ts +0 -799
  1817. package/dist/typescript/api/LawfirmDocumentControllerApi.ts +0 -256
  1818. package/dist/typescript/api/LawfirmFeeCoverageControllerApi.ts +0 -394
  1819. package/dist/typescript/api/LawfirmPaymentModelControllerApi.ts +0 -51
  1820. package/dist/typescript/api/LawfirmRatesControllerApi.ts +0 -58
  1821. package/dist/typescript/api/LawfirmSettingsControllerApi.ts +0 -169
  1822. package/dist/typescript/api/LawfirmStorefrontControllerApi.ts +0 -66
  1823. package/dist/typescript/api/LawfirmSurchargeControllerApi.ts +0 -135
  1824. package/dist/typescript/api/LawfirmTransactionsControllerApi.ts +0 -516
  1825. package/dist/typescript/api/LawyerControllerApi.ts +0 -333
  1826. package/dist/typescript/api/LegalServicesControllerApi.ts +0 -101
  1827. package/dist/typescript/api/LineItemControllerApi.ts +0 -195
  1828. package/dist/typescript/api/ListCasesControllerApi.ts +0 -141
  1829. package/dist/typescript/api/MediaCreationControllerApi.ts +0 -58
  1830. package/dist/typescript/api/MessagesControllerApi.ts +0 -76
  1831. package/dist/typescript/api/NotesControllerApi.ts +0 -277
  1832. package/dist/typescript/api/OcrPredictionControllerApi.ts +0 -87
  1833. package/dist/typescript/api/OnDemandRequestControllerApi.ts +0 -65
  1834. package/dist/typescript/api/OneTimePasswordControllerApi.ts +0 -53
  1835. package/dist/typescript/api/PhoneLeadsControllerApi.ts +0 -87
  1836. package/dist/typescript/api/PushNotificationControllerApi.ts +0 -294
  1837. package/dist/typescript/api/RecurringBillingControllerApi.ts +0 -218
  1838. package/dist/typescript/api/RefLinkControllerApi.ts +0 -58
  1839. package/dist/typescript/api/ReferralCodeControllerApi.ts +0 -201
  1840. package/dist/typescript/api/ReferralControllerApi.ts +0 -112
  1841. package/dist/typescript/api/ReferralSourceControllerApi.ts +0 -85
  1842. package/dist/typescript/api/RefundEligibilityControllerApi.ts +0 -58
  1843. package/dist/typescript/api/RegistrationControllerApi.ts +0 -87
  1844. package/dist/typescript/api/ReportingControllerApi.ts +0 -168
  1845. package/dist/typescript/api/ScheduledTaskControllerApi.ts +0 -123
  1846. package/dist/typescript/api/SingleSignOnControllerApi.ts +0 -91
  1847. package/dist/typescript/api/SnsListenerControllerApi.ts +0 -87
  1848. package/dist/typescript/api/SocialLoginControllerApi.ts +0 -203
  1849. package/dist/typescript/api/StripeCardControllerApi.ts +0 -393
  1850. package/dist/typescript/api/StripeControllerApi.ts +0 -184
  1851. package/dist/typescript/api/StripeSyncControllerApi.ts +0 -196
  1852. package/dist/typescript/api/StripeWebhookControllerApi.ts +0 -77
  1853. package/dist/typescript/api/TicketReviewControllerApi.ts +0 -123
  1854. package/dist/typescript/api/UrlRedirectControllerApi.ts +0 -117
  1855. package/dist/typescript/api/UserAccountControllerApi.ts +0 -137
  1856. package/dist/typescript/api/UserAuditControllerApi.ts +0 -112
  1857. package/dist/typescript/api/UserControllerApi.ts +0 -354
  1858. package/dist/typescript/api/UserPasswordControllerApi.ts +0 -271
  1859. package/dist/typescript/api/UserProfileControllerApi.ts +0 -324
  1860. package/dist/typescript/api/UserSearchControllerApi.ts +0 -87
  1861. package/dist/typescript/api/UserSettingsControllerApi.ts +0 -176
  1862. package/dist/typescript/api/UtilityControllerApi.ts +0 -112
  1863. package/dist/typescript/api/ValidationControllerApi.ts +0 -61
  1864. package/dist/typescript/api/VerificationControllerApi.ts +0 -61
  1865. package/dist/typescript/api/ViolationControllerApi.ts +0 -224
  1866. package/dist/typescript/api/ViolationPenaltyControllerApi.ts +0 -157
  1867. package/dist/typescript/api/WatchlistControllerApi.js +0 -93
  1868. package/dist/typescript/api/WatchlistControllerApi.ts +0 -104
  1869. package/dist/typescript/api/WatchlistsControllerApi.ts +0 -109
  1870. package/dist/typescript/api/WebsocketMessageControllerApi.ts +0 -66
  1871. package/dist/typescript/api/WorkflowStateControllerApi.ts +0 -61
  1872. package/dist/typescript/api/api.ts +0 -207
  1873. package/dist/typescript/api.module.ts +0 -109
  1874. package/dist/typescript/git_push.sh +0 -58
  1875. package/dist/typescript/index.ts +0 -2
  1876. package/dist/typescript/model/AccountLevelFee.ts +0 -94
  1877. package/dist/typescript/model/AccountLevelFeeResponse.ts +0 -19
  1878. package/dist/typescript/model/AccountLevelFeeToSave.ts +0 -89
  1879. package/dist/typescript/model/ActionByEntityModel.ts +0 -95
  1880. package/dist/typescript/model/ActivityFeedModel.ts +0 -39
  1881. package/dist/typescript/model/AddACHToStripeAccountRequest.ts +0 -20
  1882. package/dist/typescript/model/AddActionToCaseRequest.ts +0 -18
  1883. package/dist/typescript/model/AddActionToCaseResponse.ts +0 -18
  1884. package/dist/typescript/model/AddCardToStripeAccountRequest.ts +0 -21
  1885. package/dist/typescript/model/AddCardToStripeAccountResponse.ts +0 -20
  1886. package/dist/typescript/model/AddCaseMessageResponse.ts +0 -18
  1887. package/dist/typescript/model/AddCourtCoverageRequest.ts +0 -88
  1888. package/dist/typescript/model/AddCourtRequest.ts +0 -20
  1889. package/dist/typescript/model/AddCustomerLeadRequest.ts +0 -18
  1890. package/dist/typescript/model/AddExtraAccountRequest.ts +0 -20
  1891. package/dist/typescript/model/AddInnerCourt.ts +0 -37
  1892. package/dist/typescript/model/AddInnerCourtAddress.ts +0 -24
  1893. package/dist/typescript/model/AddNewCaseMessageRequest.ts +0 -18
  1894. package/dist/typescript/model/AddNoteToPhoneLeadRequest.ts +0 -34
  1895. package/dist/typescript/model/AddPenaltyRequest.ts +0 -18
  1896. package/dist/typescript/model/AddRedirectUrlRequest.ts +0 -33
  1897. package/dist/typescript/model/AddReviewRequest.ts +0 -40
  1898. package/dist/typescript/model/AddViolationRequest.ts +0 -84
  1899. package/dist/typescript/model/AddViolationResponse.ts +0 -90
  1900. package/dist/typescript/model/AddViolationsToCitationRequest.ts +0 -18
  1901. package/dist/typescript/model/AddressDomain.ts +0 -98
  1902. package/dist/typescript/model/AddressDomainReq.ts +0 -97
  1903. package/dist/typescript/model/AddressDomainRes.ts +0 -98
  1904. package/dist/typescript/model/AddressEntity.ts +0 -45
  1905. package/dist/typescript/model/AgentBookingStats.ts +0 -23
  1906. package/dist/typescript/model/AgentBookingsSummary.ts +0 -20
  1907. package/dist/typescript/model/AggregateBySource.ts +0 -31
  1908. package/dist/typescript/model/AggregateRatingMetrics.ts +0 -21
  1909. package/dist/typescript/model/AggregateReferralCredit.ts +0 -20
  1910. package/dist/typescript/model/Alert.ts +0 -35
  1911. package/dist/typescript/model/AlertNotificationResponse.ts +0 -19
  1912. package/dist/typescript/model/AnonymousTicketUploadModel.ts +0 -23
  1913. package/dist/typescript/model/AppEventCreateRequest.ts +0 -27
  1914. package/dist/typescript/model/AppearanceAttorneyDomain.ts +0 -21
  1915. package/dist/typescript/model/AppleLoginRequest.ts +0 -23
  1916. package/dist/typescript/model/AssignCitationOwnerRequest.ts +0 -18
  1917. package/dist/typescript/model/AuthorModel.ts +0 -32
  1918. package/dist/typescript/model/AuthorizeChargeForCasePaymentRequest.ts +0 -19
  1919. package/dist/typescript/model/AuthorizeChargeForCasePaymentResponse.ts +0 -18
  1920. package/dist/typescript/model/AvailablePaymentPlan.ts +0 -27
  1921. package/dist/typescript/model/AvailableRegion.ts +0 -19
  1922. package/dist/typescript/model/AwsCredentialsRequest.ts +0 -23
  1923. package/dist/typescript/model/BackfillLawfirmTransactionRecordsRequest.ts +0 -22
  1924. package/dist/typescript/model/BackfillLawfirmTransactionRecordsResponse.ts +0 -18
  1925. package/dist/typescript/model/BillingInvoiceModel.ts +0 -32
  1926. package/dist/typescript/model/BillingPriceModel.ts +0 -42
  1927. package/dist/typescript/model/BillingProductModel.ts +0 -24
  1928. package/dist/typescript/model/BillingSubscriberAggregateModel.ts +0 -20
  1929. package/dist/typescript/model/BillingSubscriberModel.ts +0 -23
  1930. package/dist/typescript/model/BillingSubscriptionItemModel.ts +0 -49
  1931. package/dist/typescript/model/BillingSubscriptionModel.ts +0 -38
  1932. package/dist/typescript/model/BillingUpcomingInvoiceModel.ts +0 -21
  1933. package/dist/typescript/model/BlogDocument.ts +0 -20
  1934. package/dist/typescript/model/BlogEvent.ts +0 -21
  1935. package/dist/typescript/model/BlogMetadata.ts +0 -20
  1936. package/dist/typescript/model/Booking.ts +0 -125
  1937. package/dist/typescript/model/BookingCancelation.ts +0 -127
  1938. package/dist/typescript/model/CallContact.ts +0 -69
  1939. package/dist/typescript/model/CancelBillingSubscriptionResponse.ts +0 -34
  1940. package/dist/typescript/model/CancelCaseRequest.ts +0 -62
  1941. package/dist/typescript/model/CancelationDetails.ts +0 -21
  1942. package/dist/typescript/model/CancelationDetailsReq.ts +0 -21
  1943. package/dist/typescript/model/CancelationDetailsRes.ts +0 -21
  1944. package/dist/typescript/model/CaptureChargeFromCasePaymentRequest.ts +0 -19
  1945. package/dist/typescript/model/Case.ts +0 -117
  1946. package/dist/typescript/model/CaseActionDomain.ts +0 -46
  1947. package/dist/typescript/model/CaseActionRequestModel.ts +0 -39
  1948. package/dist/typescript/model/CaseAlert.ts +0 -36
  1949. package/dist/typescript/model/CaseBookingsStats.ts +0 -25
  1950. package/dist/typescript/model/CaseChargeResponsePojo.ts +0 -19
  1951. package/dist/typescript/model/CaseCreationRequest.ts +0 -23
  1952. package/dist/typescript/model/CaseItem.ts +0 -63
  1953. package/dist/typescript/model/CaseLineItemDomainReq.ts +0 -63
  1954. package/dist/typescript/model/CaseLineItemDomainRes.ts +0 -63
  1955. package/dist/typescript/model/CaseLineItemsSummary.ts +0 -30
  1956. package/dist/typescript/model/CaseMessageDomain.ts +0 -42
  1957. package/dist/typescript/model/CaseModel.ts +0 -96
  1958. package/dist/typescript/model/CaseModelReq.ts +0 -96
  1959. package/dist/typescript/model/CaseModelRes.ts +0 -96
  1960. package/dist/typescript/model/CaseNotesDomain.ts +0 -19
  1961. package/dist/typescript/model/CasePaymentDomain.ts +0 -65
  1962. package/dist/typescript/model/CasePaymentModel.ts +0 -20
  1963. package/dist/typescript/model/CaseStatusDetailsResponse.ts +0 -67
  1964. package/dist/typescript/model/CaseStatusDomain.ts +0 -73
  1965. package/dist/typescript/model/CaseSummaryDomain.ts +0 -46
  1966. package/dist/typescript/model/CaseTransferHistory.ts +0 -43
  1967. package/dist/typescript/model/CaseTransferResponse.ts +0 -18
  1968. package/dist/typescript/model/CaseUserDefendantAttributes.ts +0 -22
  1969. package/dist/typescript/model/CaseUserDefendantAttributesRequest.ts +0 -22
  1970. package/dist/typescript/model/CaseUserDetailsModel.ts +0 -36
  1971. package/dist/typescript/model/CaseUserPermissionAttributes.ts +0 -18
  1972. package/dist/typescript/model/CaseViolationPenalty.ts +0 -39
  1973. package/dist/typescript/model/CaseWithCoverageObtained.ts +0 -89
  1974. package/dist/typescript/model/ChangeUserPasswordRequest.ts +0 -20
  1975. package/dist/typescript/model/ChargeFeeToLawfirmRequest.ts +0 -44
  1976. package/dist/typescript/model/ChargeFeeToLawfirmResponse.ts +0 -18
  1977. package/dist/typescript/model/CitationAuditEventModel.ts +0 -106
  1978. package/dist/typescript/model/CitationInputRequest.ts +0 -94
  1979. package/dist/typescript/model/CitationModel.ts +0 -127
  1980. package/dist/typescript/model/CitationModelReq.ts +0 -127
  1981. package/dist/typescript/model/CitationModelRes.ts +0 -127
  1982. package/dist/typescript/model/CitationViolationModel.ts +0 -84
  1983. package/dist/typescript/model/CitationWithMissingCourt.ts +0 -76
  1984. package/dist/typescript/model/CitationWithMissingFields.ts +0 -153
  1985. package/dist/typescript/model/CitationsResponseModel.ts +0 -203
  1986. package/dist/typescript/model/ClientActionRequiredRequest.ts +0 -27
  1987. package/dist/typescript/model/ClientConfirmedUnpaidCase.ts +0 -28
  1988. package/dist/typescript/model/ClientLeadDomain.ts +0 -24
  1989. package/dist/typescript/model/CommonHeader.ts +0 -22
  1990. package/dist/typescript/model/ConfidenceField.ts +0 -19
  1991. package/dist/typescript/model/ContactTimelineResponse.ts +0 -20
  1992. package/dist/typescript/model/ConvertPdfToImageModel.ts +0 -26
  1993. package/dist/typescript/model/ConvertPdfToImageRequest.ts +0 -20
  1994. package/dist/typescript/model/ConvertPdfToImageResponse.ts +0 -21
  1995. package/dist/typescript/model/CountryDomain.ts +0 -19
  1996. package/dist/typescript/model/CountryRegion.ts +0 -22
  1997. package/dist/typescript/model/CountyDomain.ts +0 -75
  1998. package/dist/typescript/model/CountyEntity.ts +0 -75
  1999. package/dist/typescript/model/CourtCoverageCountyRecord.ts +0 -26
  2000. package/dist/typescript/model/CourtCoverageRecord.ts +0 -29
  2001. package/dist/typescript/model/CourtCoverageStateRecord.ts +0 -25
  2002. package/dist/typescript/model/CourtDomain.ts +0 -43
  2003. package/dist/typescript/model/CourtDomainReq.ts +0 -43
  2004. package/dist/typescript/model/CourtDomainRes.ts +0 -43
  2005. package/dist/typescript/model/CourtEntity.ts +0 -39
  2006. package/dist/typescript/model/CourtInputRequest.ts +0 -18
  2007. package/dist/typescript/model/CourtResponseModel.ts +0 -39
  2008. package/dist/typescript/model/CoverageToRemove.ts +0 -82
  2009. package/dist/typescript/model/CreateBillingSubscriptionItemModel.ts +0 -49
  2010. package/dist/typescript/model/CreateBillingSubscriptionRequest.ts +0 -19
  2011. package/dist/typescript/model/CreateBillingSubscriptionResponse.ts +0 -33
  2012. package/dist/typescript/model/CreateBranchLinkRequest.ts +0 -26
  2013. package/dist/typescript/model/CreateCitationRequest.ts +0 -100
  2014. package/dist/typescript/model/CreateCitationResponse.ts +0 -18
  2015. package/dist/typescript/model/CreateConnectAccountLinkRequest.ts +0 -20
  2016. package/dist/typescript/model/CreateConnectAccountLinkResponse.ts +0 -18
  2017. package/dist/typescript/model/CreateLawfirmModel.ts +0 -59
  2018. package/dist/typescript/model/CreateNewLawfirmRequest.ts +0 -22
  2019. package/dist/typescript/model/CreateNoteInput.ts +0 -28
  2020. package/dist/typescript/model/CreateNoteRequest.ts +0 -18
  2021. package/dist/typescript/model/CreateNoteResponse.ts +0 -18
  2022. package/dist/typescript/model/CreateReferralCodeRequest.ts +0 -39
  2023. package/dist/typescript/model/CreateReferralCodeResponse.ts +0 -18
  2024. package/dist/typescript/model/CreateReferralSourceForCitation.ts +0 -18
  2025. package/dist/typescript/model/CreateStripeConnectAccountRequest.ts +0 -25
  2026. package/dist/typescript/model/CreateStripeConnectAccountResponse.ts +0 -19
  2027. package/dist/typescript/model/Cursor.ts +0 -19
  2028. package/dist/typescript/model/CursorModel.ts +0 -19
  2029. package/dist/typescript/model/CustomerLead.ts +0 -95
  2030. package/dist/typescript/model/CustomerOverduePayment.ts +0 -25
  2031. package/dist/typescript/model/CustomerReview.ts +0 -56
  2032. package/dist/typescript/model/CustomerServiceAgentBookingDomain.ts +0 -24
  2033. package/dist/typescript/model/CustomerServiceAgentDomain.ts +0 -24
  2034. package/dist/typescript/model/DashboardAddressModel.ts +0 -22
  2035. package/dist/typescript/model/DashboardAuthorModel.ts +0 -20
  2036. package/dist/typescript/model/DashboardCaseModel.ts +0 -32
  2037. package/dist/typescript/model/DashboardCitationModel.ts +0 -34
  2038. package/dist/typescript/model/DashboardCourtModel.ts +0 -19
  2039. package/dist/typescript/model/DashboardStatusModel.ts +0 -68
  2040. package/dist/typescript/model/DefaultClassModel.ts +0 -80
  2041. package/dist/typescript/model/DeleteCitationResponse.ts +0 -18
  2042. package/dist/typescript/model/DeleteLawyerLicenseRequest.ts +0 -18
  2043. package/dist/typescript/model/DeleteNotificationByPagesRequest.ts +0 -28
  2044. package/dist/typescript/model/DeleteNotificationEventRequest.ts +0 -29
  2045. package/dist/typescript/model/DirectMailContact.ts +0 -42
  2046. package/dist/typescript/model/DirectMailContactResponse.ts +0 -18
  2047. package/dist/typescript/model/DirectMailGetRequest.ts +0 -19
  2048. package/dist/typescript/model/DirectMailSendRequest.ts +0 -28
  2049. package/dist/typescript/model/DirectMailTemplate.ts +0 -30
  2050. package/dist/typescript/model/DirectMailTemplateResponse.ts +0 -18
  2051. package/dist/typescript/model/DirectMailTemplateToAdd.ts +0 -30
  2052. package/dist/typescript/model/DismissCitationsFromContactListRequest.ts +0 -18
  2053. package/dist/typescript/model/DismissPhoneLeadRequest.ts +0 -33
  2054. package/dist/typescript/model/DocumentDecisionRequest.ts +0 -19
  2055. package/dist/typescript/model/DripRemoveRequest.ts +0 -27
  2056. package/dist/typescript/model/DripWebhookData.ts +0 -20
  2057. package/dist/typescript/model/DripWebhookEvent.ts +0 -20
  2058. package/dist/typescript/model/Duration.ts +0 -22
  2059. package/dist/typescript/model/EditConversationMessageRequest.ts +0 -18
  2060. package/dist/typescript/model/EnableViolationModel.ts +0 -81
  2061. package/dist/typescript/model/EnableViolationResponseModel.ts +0 -18
  2062. package/dist/typescript/model/EnableViolationsForLawfirmRequest.ts +0 -18
  2063. package/dist/typescript/model/EnableViolationsForLawfirmResponse.ts +0 -18
  2064. package/dist/typescript/model/EstimateInsuranceSavingsRequest.ts +0 -76
  2065. package/dist/typescript/model/EstimateInsuranceSavingsResponse.ts +0 -20
  2066. package/dist/typescript/model/ExternalTicketSiteOutput.d.ts +0 -15
  2067. package/dist/typescript/model/FeedbackAttachmentModel.ts +0 -19
  2068. package/dist/typescript/model/FeedbackDomain.ts +0 -31
  2069. package/dist/typescript/model/FinancialTransaction.ts +0 -61
  2070. package/dist/typescript/model/FindChargeDisputesResponse.ts +0 -18
  2071. package/dist/typescript/model/FindCourtsWithNoCoverageResponse.ts +0 -19
  2072. package/dist/typescript/model/FindDisputesRequest.ts +0 -19
  2073. package/dist/typescript/model/FindMatchingUser.ts +0 -43
  2074. package/dist/typescript/model/FindMatchingUsersRequest.ts +0 -22
  2075. package/dist/typescript/model/FindMatchingUsersResponse.ts +0 -18
  2076. package/dist/typescript/model/FindsCourtsResponse.ts +0 -19
  2077. package/dist/typescript/model/ForwardMessageRequest.ts +0 -19
  2078. package/dist/typescript/model/FreshDeskConversation.ts +0 -23
  2079. package/dist/typescript/model/FreshDeskRequester.ts +0 -19
  2080. package/dist/typescript/model/FreshDeskTicket.ts +0 -77
  2081. package/dist/typescript/model/FreshDeskTicketReq.ts +0 -78
  2082. package/dist/typescript/model/FreshDeskTicketRes.ts +0 -77
  2083. package/dist/typescript/model/FreshdeskAttachment.ts +0 -24
  2084. package/dist/typescript/model/FreshdeskAttachmentReq.ts +0 -24
  2085. package/dist/typescript/model/FreshdeskAttachmentRes.ts +0 -24
  2086. package/dist/typescript/model/FreshdeskTicketReferenceDomain.ts +0 -40
  2087. package/dist/typescript/model/FreshdeskWebhookRequest.ts +0 -26
  2088. package/dist/typescript/model/FuturePayment.ts +0 -34
  2089. package/dist/typescript/model/GenerateTemplateRequest.ts +0 -62
  2090. package/dist/typescript/model/GenericAdminListRequest.ts +0 -18
  2091. package/dist/typescript/model/GeoRatesRequest.ts +0 -24
  2092. package/dist/typescript/model/GetActivityFeedResponse.ts +0 -19
  2093. package/dist/typescript/model/GetAddressInnerResponse.ts +0 -24
  2094. package/dist/typescript/model/GetAnonymousTicketUploads.ts +0 -18
  2095. package/dist/typescript/model/GetAppConfigResponse.ts +0 -19
  2096. package/dist/typescript/model/GetAppearanceAttorneysResponse.ts +0 -18
  2097. package/dist/typescript/model/GetAvailablePaymentPlansResponse.ts +0 -18
  2098. package/dist/typescript/model/GetBookingsRequest.ts +0 -20
  2099. package/dist/typescript/model/GetBookingsResponse.ts +0 -22
  2100. package/dist/typescript/model/GetCaseActionResponse.ts +0 -18
  2101. package/dist/typescript/model/GetCaseActionTimelineResponse.ts +0 -19
  2102. package/dist/typescript/model/GetCaseActionTypesResponse.ts +0 -37
  2103. package/dist/typescript/model/GetCaseCostsAttorneyResponse.ts +0 -23
  2104. package/dist/typescript/model/GetCaseDocumentResponse.ts +0 -18
  2105. package/dist/typescript/model/GetCaseFromCitationResponse.ts +0 -20
  2106. package/dist/typescript/model/GetCaseMessagesResponse.ts +0 -19
  2107. package/dist/typescript/model/GetCaseNotesResponse.ts +0 -18
  2108. package/dist/typescript/model/GetCasePaymentsResponse.ts +0 -18
  2109. package/dist/typescript/model/GetCaseResolutionStatusesResponse.ts +0 -18
  2110. package/dist/typescript/model/GetCaseResponse.ts +0 -20
  2111. package/dist/typescript/model/GetCaseUserModel.ts +0 -45
  2112. package/dist/typescript/model/GetCaseUsersResponse.ts +0 -18
  2113. package/dist/typescript/model/GetCasesWithCoverageObtainedResponse.ts +0 -18
  2114. package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsResponse.ts +0 -19
  2115. package/dist/typescript/model/GetCasesWithOverduePaymentsResponse.ts +0 -19
  2116. package/dist/typescript/model/GetCasesWithUncapturedChargesRequest.ts +0 -19
  2117. package/dist/typescript/model/GetCitationPhoneLeadsRequest.ts +0 -18
  2118. package/dist/typescript/model/GetCitationPhoneLeadsResponse.ts +0 -18
  2119. package/dist/typescript/model/GetCitationResponse.ts +0 -18
  2120. package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.ts +0 -132
  2121. package/dist/typescript/model/GetCitationsWithMissingFieldsResponse.ts +0 -21
  2122. package/dist/typescript/model/GetClientCasesResponse.ts +0 -22
  2123. package/dist/typescript/model/GetClientConfirmedUnpaidCasesResponse.ts +0 -19
  2124. package/dist/typescript/model/GetCompetitionResponseModel.ts +0 -21
  2125. package/dist/typescript/model/GetCountOfMatchingUsersRequest.ts +0 -18
  2126. package/dist/typescript/model/GetCountOfMatchingUsersResponse.ts +0 -18
  2127. package/dist/typescript/model/GetCountiesResponse.ts +0 -18
  2128. package/dist/typescript/model/GetCountryListResponse.ts +0 -18
  2129. package/dist/typescript/model/GetCountryRegionsResponse.ts +0 -18
  2130. package/dist/typescript/model/GetCourtCoverageForCountyReportResponse.ts +0 -18
  2131. package/dist/typescript/model/GetCourtCoverageForStateReportResponse.ts +0 -19
  2132. package/dist/typescript/model/GetCourtCoverageReportResponse.ts +0 -18
  2133. package/dist/typescript/model/GetCourtResponse.ts +0 -18
  2134. package/dist/typescript/model/GetCourtsByQueryResponse.ts +0 -19
  2135. package/dist/typescript/model/GetCourtsInnerResponse.ts +0 -22
  2136. package/dist/typescript/model/GetCurrentUserResponse.ts +0 -23
  2137. package/dist/typescript/model/GetCustomerServiceAgentsResponse.ts +0 -19
  2138. package/dist/typescript/model/GetDeclinedCasesRequest.ts +0 -18
  2139. package/dist/typescript/model/GetDeclinedCasesResponse.ts +0 -18
  2140. package/dist/typescript/model/GetDocumentsRequest.ts +0 -18
  2141. package/dist/typescript/model/GetEmailTemplateResponse.ts +0 -19
  2142. package/dist/typescript/model/GetExternalTicketInputParamsResponse.ts +0 -18
  2143. package/dist/typescript/model/GetExternalTicketsResponse.d.ts +0 -24
  2144. package/dist/typescript/model/GetExternalTicketsResponse.js +0 -23
  2145. package/dist/typescript/model/GetHouseHoldMateModel.ts +0 -39
  2146. package/dist/typescript/model/GetHouseholdMatesResponse.ts +0 -18
  2147. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.ts +0 -18
  2148. package/dist/typescript/model/GetInviteByTokenResponse.ts +0 -43
  2149. package/dist/typescript/model/GetLastLoginResponse.ts +0 -18
  2150. package/dist/typescript/model/GetLawfirmAddressesResponse.ts +0 -18
  2151. package/dist/typescript/model/GetLawfirmCaseStatsResponse.ts +0 -20
  2152. package/dist/typescript/model/GetLawfirmCoverageReportResponse.ts +0 -19
  2153. package/dist/typescript/model/GetLawfirmCoverageResponse.ts +0 -18
  2154. package/dist/typescript/model/GetLawfirmFeeCoverageModel.ts +0 -32
  2155. package/dist/typescript/model/GetLawfirmFeeCoverageResponse.ts +0 -18
  2156. package/dist/typescript/model/GetLawfirmFeeModel.ts +0 -92
  2157. package/dist/typescript/model/GetLawfirmFeesResponse.ts +0 -18
  2158. package/dist/typescript/model/GetLawfirmFinancialTransactionsResponse.ts +0 -27
  2159. package/dist/typescript/model/GetLawfirmInboxMessagesResponse.ts +0 -19
  2160. package/dist/typescript/model/GetLawfirmJobTitleResponse.ts +0 -35
  2161. package/dist/typescript/model/GetLawfirmLawyersResponse.ts +0 -19
  2162. package/dist/typescript/model/GetLawfirmLeadsRequest.ts +0 -18
  2163. package/dist/typescript/model/GetLawfirmLeadsResponse.ts +0 -19
  2164. package/dist/typescript/model/GetLawfirmModel.ts +0 -121
  2165. package/dist/typescript/model/GetLawfirmPaymentMethodsResponse.ts +0 -19
  2166. package/dist/typescript/model/GetLawfirmPayoutReversalsResponse.ts +0 -18
  2167. package/dist/typescript/model/GetLawfirmPayoutsResponse.ts +0 -18
  2168. package/dist/typescript/model/GetLawfirmResponse.ts +0 -18
  2169. package/dist/typescript/model/GetLawfirmSettingsResponse.ts +0 -18
  2170. package/dist/typescript/model/GetLawfirmSummaryCaseRequest.ts +0 -110
  2171. package/dist/typescript/model/GetLawfirmSummaryCasesResponse.ts +0 -25
  2172. package/dist/typescript/model/GetLawfirmSupportedStatesResponse.ts +0 -18
  2173. package/dist/typescript/model/GetLawfirmTransactionsForCaseResponse.ts +0 -24
  2174. package/dist/typescript/model/GetLawfirmsResponse.ts +0 -19
  2175. package/dist/typescript/model/GetLawyerResponse.ts +0 -18
  2176. package/dist/typescript/model/GetLineItemTypesResponse.ts +0 -39
  2177. package/dist/typescript/model/GetLineItemsResponse.ts +0 -19
  2178. package/dist/typescript/model/GetListOfCitationsWithMissingCourtResponse.ts +0 -18
  2179. package/dist/typescript/model/GetLocationResponse.ts +0 -22
  2180. package/dist/typescript/model/GetLostCasesWithTransferNotReversedRequest.ts +0 -20
  2181. package/dist/typescript/model/GetLostCasesWithTransferNotReversedResponse.ts +0 -18
  2182. package/dist/typescript/model/GetMessagesByEntityResponse.ts +0 -21
  2183. package/dist/typescript/model/GetNoViolationCitationsResponse.ts +0 -18
  2184. package/dist/typescript/model/GetOutgoingContactsResponse.ts +0 -18
  2185. package/dist/typescript/model/GetOverduePaymentsResponse.ts +0 -19
  2186. package/dist/typescript/model/GetPaymentMethodsForUserResponse.ts +0 -19
  2187. package/dist/typescript/model/GetPaymentModelTypesResponse.ts +0 -25
  2188. package/dist/typescript/model/GetPenaltyType.ts +0 -38
  2189. package/dist/typescript/model/GetPenaltyTypesResponse.ts +0 -18
  2190. package/dist/typescript/model/GetPendingCasesResponse.ts +0 -18
  2191. package/dist/typescript/model/GetPendingTicketReviewsRequest.ts +0 -20
  2192. package/dist/typescript/model/GetPendingTicketReviewsResponse.ts +0 -18
  2193. package/dist/typescript/model/GetPotentialCustomersRequest.ts +0 -21
  2194. package/dist/typescript/model/GetPotentialCustomersResponse.ts +0 -19
  2195. package/dist/typescript/model/GetRedirectUrlResponse.ts +0 -21
  2196. package/dist/typescript/model/GetReferralCodeResponse.ts +0 -39
  2197. package/dist/typescript/model/GetReferralCodesResponse.ts +0 -18
  2198. package/dist/typescript/model/GetReferralsHistoryResponse.ts +0 -18
  2199. package/dist/typescript/model/GetRegionsWithViolationsResponse.ts +0 -18
  2200. package/dist/typescript/model/GetStripeChargeResponse.ts +0 -18
  2201. package/dist/typescript/model/GetStripeChargesResponse.ts +0 -18
  2202. package/dist/typescript/model/GetStripeConnectedAccountsResponse.ts +0 -18
  2203. package/dist/typescript/model/GetSupportTicketsResponse.ts +0 -18
  2204. package/dist/typescript/model/GetTicketReviewResponse.ts +0 -18
  2205. package/dist/typescript/model/GetTrafficViolationModel.ts +0 -95
  2206. package/dist/typescript/model/GetTrafficViolationTypesResponse.ts +0 -19
  2207. package/dist/typescript/model/GetUserAddressesResponse.ts +0 -18
  2208. package/dist/typescript/model/GetUserCasesResponse.ts +0 -21
  2209. package/dist/typescript/model/GetUserDetailsResponse.ts +0 -19
  2210. package/dist/typescript/model/GetUserRefLinksResponse.ts +0 -18
  2211. package/dist/typescript/model/GetUserReferralSourceTypesResponse.ts +0 -18
  2212. package/dist/typescript/model/GetUserRegistrationsRequest.ts +0 -20
  2213. package/dist/typescript/model/GetUserRegistrationsResponse.ts +0 -19
  2214. package/dist/typescript/model/GetUserResponse.ts +0 -18
  2215. package/dist/typescript/model/GetUserSettingsRequest.ts +0 -18
  2216. package/dist/typescript/model/GetUserSettingsResponse.ts +0 -19
  2217. package/dist/typescript/model/GetUserStripeAccountResponse.ts +0 -18
  2218. package/dist/typescript/model/GetWorkflowStateResponse.ts +0 -19
  2219. package/dist/typescript/model/GhostUser.ts +0 -44
  2220. package/dist/typescript/model/GhostUserResponse.ts +0 -43
  2221. package/dist/typescript/model/GraphRequest.ts +0 -63
  2222. package/dist/typescript/model/HandleOrphanedStripeChargeRequest.ts +0 -19
  2223. package/dist/typescript/model/HandleOrphanedStripeChargeResponse.ts +0 -20
  2224. package/dist/typescript/model/IncomingEmail.ts +0 -24
  2225. package/dist/typescript/model/IncomingEmailModels.ts +0 -20
  2226. package/dist/typescript/model/IncomingEmailRequest.ts +0 -22
  2227. package/dist/typescript/model/IncomingHeader.ts +0 -19
  2228. package/dist/typescript/model/InitiateCaseAndChargeCustomerRequest.ts +0 -26
  2229. package/dist/typescript/model/InitiateCaseAndChargeCustomerResponse.ts +0 -19
  2230. package/dist/typescript/model/InsertCaseLineItemResponse.ts +0 -18
  2231. package/dist/typescript/model/InsertInvoiceLineItemRequest.ts +0 -18
  2232. package/dist/typescript/model/InviteHouseholdMateRequest.ts +0 -29
  2233. package/dist/typescript/model/InviteLawyerToLawfirmRequest.ts +0 -27
  2234. package/dist/typescript/model/IsRefundEligibleResponse.ts +0 -25
  2235. package/dist/typescript/model/IsUserLoggedInResponse.ts +0 -19
  2236. package/dist/typescript/model/LastLoginDateModel.ts +0 -42
  2237. package/dist/typescript/model/LawfirmAuditEventModel.ts +0 -106
  2238. package/dist/typescript/model/LawfirmBookingSummary.ts +0 -79
  2239. package/dist/typescript/model/LawfirmCaseDocument.ts +0 -36
  2240. package/dist/typescript/model/LawfirmCaseModel.ts +0 -49
  2241. package/dist/typescript/model/LawfirmCaseModelReq.ts +0 -49
  2242. package/dist/typescript/model/LawfirmCaseModelRes.ts +0 -49
  2243. package/dist/typescript/model/LawfirmCourtCoverageDomain.ts +0 -33
  2244. package/dist/typescript/model/LawfirmCoverageRecord.ts +0 -28
  2245. package/dist/typescript/model/LawfirmDocument.ts +0 -36
  2246. package/dist/typescript/model/LawfirmDocumentResponse.ts +0 -18
  2247. package/dist/typescript/model/LawfirmDocumentTemplate.ts +0 -35
  2248. package/dist/typescript/model/LawfirmDocumentTemplateResponse.ts +0 -18
  2249. package/dist/typescript/model/LawfirmFeeDomain.ts +0 -52
  2250. package/dist/typescript/model/LawfirmInboxMessageDomain.ts +0 -105
  2251. package/dist/typescript/model/LawfirmItem.ts +0 -77
  2252. package/dist/typescript/model/LawfirmLeadDomain.ts +0 -109
  2253. package/dist/typescript/model/LawfirmPayoutDomain.ts +0 -48
  2254. package/dist/typescript/model/LawfirmPictureRequest.ts +0 -20
  2255. package/dist/typescript/model/LawfirmRatesResponse.ts +0 -51
  2256. package/dist/typescript/model/LawfirmRedirectModel.ts +0 -27
  2257. package/dist/typescript/model/LawfirmSettingsDomain.ts +0 -40
  2258. package/dist/typescript/model/LawfirmSettingsDomainReq.ts +0 -40
  2259. package/dist/typescript/model/LawfirmSettingsDomainRes.ts +0 -40
  2260. package/dist/typescript/model/LawfirmStorefrontModel.ts +0 -53
  2261. package/dist/typescript/model/LawfirmVacationRequest.ts +0 -21
  2262. package/dist/typescript/model/LawfirmsRatesResponse.ts +0 -18
  2263. package/dist/typescript/model/LawyerInviteByTokenModel.ts +0 -20
  2264. package/dist/typescript/model/LawyerInviteModel.ts +0 -38
  2265. package/dist/typescript/model/LawyerLicenseModel.ts +0 -79
  2266. package/dist/typescript/model/LawyerModel.ts +0 -60
  2267. package/dist/typescript/model/LegalServiceModel.ts +0 -47
  2268. package/dist/typescript/model/LetterOfEngagement.ts +0 -20
  2269. package/dist/typescript/model/LineItem.ts +0 -41
  2270. package/dist/typescript/model/LineItemModel.ts +0 -48
  2271. package/dist/typescript/model/LineItemRequest.ts +0 -51
  2272. package/dist/typescript/model/ListAgentBookingsResponse.ts +0 -20
  2273. package/dist/typescript/model/ListBillingProductsResponse.ts +0 -18
  2274. package/dist/typescript/model/ListBillingSubscribersRequest.ts +0 -18
  2275. package/dist/typescript/model/ListBillingSubscribersResponse.ts +0 -19
  2276. package/dist/typescript/model/ListBillingSubscriptionModel.ts +0 -42
  2277. package/dist/typescript/model/ListBillingSubscriptionsResponse.ts +0 -19
  2278. package/dist/typescript/model/ListCitationAuditEventsResponse.ts +0 -20
  2279. package/dist/typescript/model/ListCitationsRequest.ts +0 -104
  2280. package/dist/typescript/model/ListCitationsResponse.ts +0 -20
  2281. package/dist/typescript/model/ListContactTimelineResponse.ts +0 -18
  2282. package/dist/typescript/model/ListCostItemsForCustomerResponse.ts +0 -22
  2283. package/dist/typescript/model/ListDashboardCasesResponse.ts +0 -19
  2284. package/dist/typescript/model/ListEligibleStatusResponse.ts +0 -59
  2285. package/dist/typescript/model/ListLawfirmAuditEventsByCursorResponse.ts +0 -20
  2286. package/dist/typescript/model/ListLawfirmStorefrontsResponse.ts +0 -20
  2287. package/dist/typescript/model/ListLawfirmSurchargeModel.ts +0 -40
  2288. package/dist/typescript/model/ListLawfirmSurchargeTypeModel.ts +0 -30
  2289. package/dist/typescript/model/ListLawfirmSurchargesResponse.ts +0 -18
  2290. package/dist/typescript/model/ListNotesResponse.ts +0 -21
  2291. package/dist/typescript/model/ListReferralsResponse.ts +0 -19
  2292. package/dist/typescript/model/ListReviewsResponse.ts +0 -20
  2293. package/dist/typescript/model/ListSubscriptionInvoicesResponse.ts +0 -18
  2294. package/dist/typescript/model/ListUserAuditEventsByCursorResponse.ts +0 -20
  2295. package/dist/typescript/model/ListUserAuditEventsCursorModel.ts +0 -18
  2296. package/dist/typescript/model/ListUserWatchlistsResponse.ts +0 -19
  2297. package/dist/typescript/model/ListViolationClassificationResponse.ts +0 -18
  2298. package/dist/typescript/model/LobEvent.ts +0 -20
  2299. package/dist/typescript/model/LobEventRequest.ts +0 -21
  2300. package/dist/typescript/model/LobMailingAddress.ts +0 -23
  2301. package/dist/typescript/model/LocalTime.ts +0 -21
  2302. package/dist/typescript/model/LookupParamValue.ts +0 -33
  2303. package/dist/typescript/model/LostCaseWithTransferNotReversed.ts +0 -43
  2304. package/dist/typescript/model/MarkActionAsDeletedResponse.ts +0 -18
  2305. package/dist/typescript/model/MarkCaseAsResolvedRequest.ts +0 -63
  2306. package/dist/typescript/model/MarkCaseAsResolvedResponse.ts +0 -70
  2307. package/dist/typescript/model/MatchCaseLineItemModel.ts +0 -48
  2308. package/dist/typescript/model/MatchCaseResponse.ts +0 -20
  2309. package/dist/typescript/model/MatchCaseViolationPenaltyModel.ts +0 -39
  2310. package/dist/typescript/model/MatchCitationModel.ts +0 -43
  2311. package/dist/typescript/model/MatchCitationResponse.ts +0 -28
  2312. package/dist/typescript/model/MatchInnerCaseModel.ts +0 -80
  2313. package/dist/typescript/model/MatchInnerCaseResponse.ts +0 -36
  2314. package/dist/typescript/model/MatchLawfirmCaseResponse.ts +0 -22
  2315. package/dist/typescript/model/MatchLegalServiceModel.ts +0 -47
  2316. package/dist/typescript/model/MatchLegalServicesRequest.ts +0 -35
  2317. package/dist/typescript/model/MatchLegalServicesResponse.ts +0 -19
  2318. package/dist/typescript/model/MatchingFieldValue.ts +0 -26
  2319. package/dist/typescript/model/MediaItemModel.ts +0 -29
  2320. package/dist/typescript/model/MergeStatusReport.ts +0 -19
  2321. package/dist/typescript/model/MergeTableChange.ts +0 -18
  2322. package/dist/typescript/model/MergeTableRecord.ts +0 -19
  2323. package/dist/typescript/model/MergeTicketResponse.ts +0 -20
  2324. package/dist/typescript/model/MergeUserRequest.ts +0 -19
  2325. package/dist/typescript/model/MergeUserResponse.ts +0 -18
  2326. package/dist/typescript/model/MessageByEntityModel.ts +0 -80
  2327. package/dist/typescript/model/MessageInputModel.ts +0 -35
  2328. package/dist/typescript/model/MissingLawfirmPayoutResult.ts +0 -123
  2329. package/dist/typescript/model/MissingPaymentDomain.ts +0 -82
  2330. package/dist/typescript/model/NewUser.ts +0 -36
  2331. package/dist/typescript/model/NewUserResponse.ts +0 -22
  2332. package/dist/typescript/model/NoLawyerAvailableRequest.ts +0 -19
  2333. package/dist/typescript/model/NoViolationCitation.ts +0 -66
  2334. package/dist/typescript/model/NoteAuthor.ts +0 -20
  2335. package/dist/typescript/model/NoteEntity.ts +0 -33
  2336. package/dist/typescript/model/NoteModel.ts +0 -33
  2337. package/dist/typescript/model/NotificationEvents.ts +0 -19
  2338. package/dist/typescript/model/OCRPredictionCaseResponse.ts +0 -63
  2339. package/dist/typescript/model/OutgoingContactDomain.ts +0 -29
  2340. package/dist/typescript/model/PaymentPlanTypeModel.ts +0 -26
  2341. package/dist/typescript/model/PaymentPlanTypeModelReq.ts +0 -26
  2342. package/dist/typescript/model/PaymentPlanTypeModelRes.ts +0 -26
  2343. package/dist/typescript/model/Penalty.ts +0 -43
  2344. package/dist/typescript/model/PenaltyModel.ts +0 -42
  2345. package/dist/typescript/model/PenaltyRequest.ts +0 -19
  2346. package/dist/typescript/model/PersistTicketEvaluationRequest.ts +0 -31
  2347. package/dist/typescript/model/PhoneNumberDomain.ts +0 -46
  2348. package/dist/typescript/model/PhoneNumberDomainReq.ts +0 -46
  2349. package/dist/typescript/model/PhoneNumberDomainRes.ts +0 -46
  2350. package/dist/typescript/model/PostCourtCoverageRequest.ts +0 -18
  2351. package/dist/typescript/model/PostFeedbackRequest.ts +0 -18
  2352. package/dist/typescript/model/PotentialCustomerDomain.ts +0 -136
  2353. package/dist/typescript/model/PredictCitationTextRequest.ts +0 -25
  2354. package/dist/typescript/model/PredictImageClassificationRequest.ts +0 -19
  2355. package/dist/typescript/model/PredictImageClassificationResponse.ts +0 -32
  2356. package/dist/typescript/model/PreviewDocumentRequest.ts +0 -20
  2357. package/dist/typescript/model/PriceMatchRequest.ts +0 -24
  2358. package/dist/typescript/model/PriceMatchResponse.ts +0 -28
  2359. package/dist/typescript/model/PublishReferralContactsResponse.ts +0 -18
  2360. package/dist/typescript/model/PublishReferralRequest.ts +0 -19
  2361. package/dist/typescript/model/PureDate.ts +0 -18
  2362. package/dist/typescript/model/PushNotificationRegistrationRequest.ts +0 -26
  2363. package/dist/typescript/model/PushNotificationRequest.ts +0 -35
  2364. package/dist/typescript/model/PutDocumentRequest.ts +0 -33
  2365. package/dist/typescript/model/ReferralContact.ts +0 -20
  2366. package/dist/typescript/model/ReferralContactStatus.ts +0 -27
  2367. package/dist/typescript/model/ReferralResponse.ts +0 -77
  2368. package/dist/typescript/model/ReferralResponseByUser.ts +0 -30
  2369. package/dist/typescript/model/RefundCasePaymentRequest.ts +0 -31
  2370. package/dist/typescript/model/RefundLawfirmFeeRequest.ts +0 -32
  2371. package/dist/typescript/model/RegisterGhostUserRequest.ts +0 -29
  2372. package/dist/typescript/model/RegisterGhostUserResponse.ts +0 -18
  2373. package/dist/typescript/model/RegisterNewUserRequest.ts +0 -60
  2374. package/dist/typescript/model/RegisterNewUserResponse.ts +0 -21
  2375. package/dist/typescript/model/RemoveCoverageRequest.ts +0 -18
  2376. package/dist/typescript/model/RemoveLawfirmSurchargeRequest.ts +0 -18
  2377. package/dist/typescript/model/ReplyToReviewRequest.ts +0 -19
  2378. package/dist/typescript/model/ReplyToTicketRequest.ts +0 -35
  2379. package/dist/typescript/model/RescheduleTaskRequest.ts +0 -18
  2380. package/dist/typescript/model/ResetFeeForLawfirmModel.ts +0 -18
  2381. package/dist/typescript/model/ResetFeesForLawfirmRequest.ts +0 -18
  2382. package/dist/typescript/model/ResetFeesForLawfirmResponse.ts +0 -18
  2383. package/dist/typescript/model/ResetUserPasswordRequest.ts +0 -19
  2384. package/dist/typescript/model/ResetViolationModel.ts +0 -81
  2385. package/dist/typescript/model/Results.ts +0 -18
  2386. package/dist/typescript/model/ReverseLawfirmPayoutRequest.ts +0 -30
  2387. package/dist/typescript/model/ReviewCommentModel.ts +0 -23
  2388. package/dist/typescript/model/ReviewRatingModel.ts +0 -20
  2389. package/dist/typescript/model/ReviewVoteAggregateModel.ts +0 -19
  2390. package/dist/typescript/model/SNSNotificationRequest.ts +0 -21
  2391. package/dist/typescript/model/SSLCertificateResponse.ts +0 -18
  2392. package/dist/typescript/model/SaveAgentBookingRequest.ts +0 -22
  2393. package/dist/typescript/model/SaveAgentBookingResponse.ts +0 -18
  2394. package/dist/typescript/model/SaveCaseNotesRequest.ts +0 -18
  2395. package/dist/typescript/model/SaveCaseUserRequest.ts +0 -38
  2396. package/dist/typescript/model/SaveLawfirmSurchargeModel.ts +0 -50
  2397. package/dist/typescript/model/SaveLawfirmSurchargesRequest.ts +0 -18
  2398. package/dist/typescript/model/SaveLawyerLeadRequest.ts +0 -36
  2399. package/dist/typescript/model/SaveLawyerLicenseModel.ts +0 -79
  2400. package/dist/typescript/model/SaveLawyerLicensesRequest.ts +0 -18
  2401. package/dist/typescript/model/SaveLawyerRequest.ts +0 -41
  2402. package/dist/typescript/model/SaveNotesRequest.ts +0 -29
  2403. package/dist/typescript/model/SaveUserWatchlistsRequest.ts +0 -22
  2404. package/dist/typescript/model/ScheduleNewPaymentRequest.ts +0 -45
  2405. package/dist/typescript/model/ScheduledTaskGetResponse.ts +0 -18
  2406. package/dist/typescript/model/ScheduledTaskResponse.ts +0 -41
  2407. package/dist/typescript/model/SearchNotesResponse.ts +0 -18
  2408. package/dist/typescript/model/SendBookingReceiptRequest.ts +0 -19
  2409. package/dist/typescript/model/SendConsolidatedEmailToUser.ts +0 -62
  2410. package/dist/typescript/model/SendDirectCheckResponse.ts +0 -23
  2411. package/dist/typescript/model/SendDirectMailResponse.ts +0 -18
  2412. package/dist/typescript/model/SendDirectReferralCheckRequest.ts +0 -19
  2413. package/dist/typescript/model/SendEmailToUserRequest.ts +0 -73
  2414. package/dist/typescript/model/SendEmailToUsersRequest.ts +0 -61
  2415. package/dist/typescript/model/SendOneTimePasswordRequest.ts +0 -19
  2416. package/dist/typescript/model/SendPayoutToLawfirmRequest.ts +0 -44
  2417. package/dist/typescript/model/SendPayoutToLawfirmResponse.ts +0 -18
  2418. package/dist/typescript/model/SetArchiveCaseModel.ts +0 -18
  2419. package/dist/typescript/model/SetArchiveOnCasesRequest.ts +0 -20
  2420. package/dist/typescript/model/SetCourtDateForCaseRequest.ts +0 -19
  2421. package/dist/typescript/model/SetFlagOnMessageModel.ts +0 -18
  2422. package/dist/typescript/model/SetFlagOnMessagesRequest.ts +0 -20
  2423. package/dist/typescript/model/SetLawfirmCaseDecisionRequest.ts +0 -30
  2424. package/dist/typescript/model/SetReferralSourceRequest.ts +0 -49
  2425. package/dist/typescript/model/SetStarOnMessageModel.ts +0 -19
  2426. package/dist/typescript/model/SetStarOnMessagesRequest.ts +0 -20
  2427. package/dist/typescript/model/SettingRequest.ts +0 -19
  2428. package/dist/typescript/model/SettingResponse.ts +0 -29
  2429. package/dist/typescript/model/SignRecordingUrlRequest.ts +0 -18
  2430. package/dist/typescript/model/SignRecordingUrlResponse.ts +0 -18
  2431. package/dist/typescript/model/SimpleCredentialsResponse.ts +0 -19
  2432. package/dist/typescript/model/SingleSignOnResponse.ts +0 -21
  2433. package/dist/typescript/model/SocialLoginRequest.ts +0 -49
  2434. package/dist/typescript/model/SocialLoginResponse.ts +0 -21
  2435. package/dist/typescript/model/SocialLoginUser.ts +0 -28
  2436. package/dist/typescript/model/SocialPhoneNumber.ts +0 -29
  2437. package/dist/typescript/model/SqlResponse.ts +0 -18
  2438. package/dist/typescript/model/StripeAccountLinkDomain.ts +0 -20
  2439. package/dist/typescript/model/StripeApplicationFeeDomain.ts +0 -30
  2440. package/dist/typescript/model/StripeApplicationFeeRefundDomain.ts +0 -23
  2441. package/dist/typescript/model/StripeApplicationFeeRefundSyncResults.ts +0 -20
  2442. package/dist/typescript/model/StripeApplicationFeeSyncResults.ts +0 -21
  2443. package/dist/typescript/model/StripeCardDomain.ts +0 -34
  2444. package/dist/typescript/model/StripeChargeDomain.ts +0 -41
  2445. package/dist/typescript/model/StripeChargeSyncResults.ts +0 -23
  2446. package/dist/typescript/model/StripeConnectedAccountDomain.ts +0 -36
  2447. package/dist/typescript/model/StripeCustomerAccountDomain.ts +0 -35
  2448. package/dist/typescript/model/StripeDisputeDomain.ts +0 -89
  2449. package/dist/typescript/model/StripeFieldVerification.ts +0 -20
  2450. package/dist/typescript/model/StripePaymentDomain.ts +0 -31
  2451. package/dist/typescript/model/StripePaymentRefundDomain.ts +0 -26
  2452. package/dist/typescript/model/StripePaymentRefundSyncResults.ts +0 -20
  2453. package/dist/typescript/model/StripePaymentSourceDomain.ts +0 -23
  2454. package/dist/typescript/model/StripePaymentSyncResults.ts +0 -21
  2455. package/dist/typescript/model/StripeRefundDomain.ts +0 -27
  2456. package/dist/typescript/model/StripeRefundSyncResults.ts +0 -20
  2457. package/dist/typescript/model/StripeReversalSyncResults.ts +0 -20
  2458. package/dist/typescript/model/StripeTransferDomain.ts +0 -31
  2459. package/dist/typescript/model/StripeTransferReversalDomain.ts +0 -26
  2460. package/dist/typescript/model/StripeTransferSyncResults.ts +0 -21
  2461. package/dist/typescript/model/SubscribeRequest.ts +0 -18
  2462. package/dist/typescript/model/Subscriber.ts +0 -27
  2463. package/dist/typescript/model/SubscriberDomain.ts +0 -27
  2464. package/dist/typescript/model/SyncStripeChargesRequest.ts +0 -20
  2465. package/dist/typescript/model/SyncStripeChargesResponse.ts +0 -18
  2466. package/dist/typescript/model/SyncStripeDisputeResponse.ts +0 -18
  2467. package/dist/typescript/model/SyncStripePaymentsRequest.ts +0 -20
  2468. package/dist/typescript/model/SyncStripePaymentsResponse.ts +0 -18
  2469. package/dist/typescript/model/SyncStripeRefundsRequest.ts +0 -19
  2470. package/dist/typescript/model/SyncStripeTransfersRequest.ts +0 -20
  2471. package/dist/typescript/model/SyncStripeTransfersResponse.ts +0 -18
  2472. package/dist/typescript/model/TemporalUnit.ts +0 -21
  2473. package/dist/typescript/model/TicketLeadDomain.ts +0 -86
  2474. package/dist/typescript/model/TicketReviewRequest.ts +0 -38
  2475. package/dist/typescript/model/TicketReviewRequestReq.ts +0 -38
  2476. package/dist/typescript/model/TicketReviewRequestRes.ts +0 -38
  2477. package/dist/typescript/model/TimeZone.ts +0 -21
  2478. package/dist/typescript/model/TimeZoneReq.ts +0 -19
  2479. package/dist/typescript/model/TimeZoneRes.ts +0 -21
  2480. package/dist/typescript/model/Timestamp.ts +0 -27
  2481. package/dist/typescript/model/TimestampReq.ts +0 -25
  2482. package/dist/typescript/model/TimestampRes.ts +0 -27
  2483. package/dist/typescript/model/TrafficViolationInputRequest.ts +0 -18
  2484. package/dist/typescript/model/TransferCaseRequest.ts +0 -20
  2485. package/dist/typescript/model/USStateDomain.ts +0 -19
  2486. package/dist/typescript/model/UpdateAddress.ts +0 -24
  2487. package/dist/typescript/model/UpdateCaseActionRequest.ts +0 -18
  2488. package/dist/typescript/model/UpdateCaseActionResponse.ts +0 -18
  2489. package/dist/typescript/model/UpdateCaseDeclineTicketsRequest.ts +0 -20
  2490. package/dist/typescript/model/UpdateCasePaymentRequest.ts +0 -45
  2491. package/dist/typescript/model/UpdateCitationAddressRequest.ts +0 -18
  2492. package/dist/typescript/model/UpdateCitationPictureRequest.ts +0 -20
  2493. package/dist/typescript/model/UpdateCitationRequest.ts +0 -18
  2494. package/dist/typescript/model/UpdateCourtRequest.ts +0 -18
  2495. package/dist/typescript/model/UpdateDisputeRequest.ts +0 -18
  2496. package/dist/typescript/model/UpdateInvoiceLineItemRequest.ts +0 -18
  2497. package/dist/typescript/model/UpdateLawfirmFeeRequest.ts +0 -42
  2498. package/dist/typescript/model/UpdateLawfirmFeeResponse.ts +0 -18
  2499. package/dist/typescript/model/UpdateLawfirmModel.ts +0 -61
  2500. package/dist/typescript/model/UpdateLawfirmPaymentModelRequest.ts +0 -25
  2501. package/dist/typescript/model/UpdateLawfirmPayoutRequest.ts +0 -39
  2502. package/dist/typescript/model/UpdateLawfirmPayoutResponse.ts +0 -18
  2503. package/dist/typescript/model/UpdateLawfirmRequest.ts +0 -18
  2504. package/dist/typescript/model/UpdateLawfirmSettingsRequest.ts +0 -18
  2505. package/dist/typescript/model/UpdateLawyerRoleRequest.ts +0 -28
  2506. package/dist/typescript/model/UpdateNoteInput.ts +0 -18
  2507. package/dist/typescript/model/UpdateNoteRequest.ts +0 -18
  2508. package/dist/typescript/model/UpdateNoteResponse.ts +0 -18
  2509. package/dist/typescript/model/UpdatePaymentDueDateRequest.ts +0 -19
  2510. package/dist/typescript/model/UpdatePhoneNumber.ts +0 -41
  2511. package/dist/typescript/model/UpdateProfilePictureRequest.ts +0 -19
  2512. package/dist/typescript/model/UpdateRefundEligibilityForCaseRequest.ts +0 -25
  2513. package/dist/typescript/model/UpdateReplyForCustomerReview.ts +0 -19
  2514. package/dist/typescript/model/UpdateUserDetailsResponse.ts +0 -18
  2515. package/dist/typescript/model/UpdateUserModel.ts +0 -65
  2516. package/dist/typescript/model/UpdateUserPhoneNumberRequest.ts +0 -19
  2517. package/dist/typescript/model/UpdateUserProfileRequest.ts +0 -18
  2518. package/dist/typescript/model/UpdateUserRolesRequest.ts +0 -29
  2519. package/dist/typescript/model/UpdateUserSettingsRequest.ts +0 -18
  2520. package/dist/typescript/model/UpdateUserSettingsResponse.ts +0 -18
  2521. package/dist/typescript/model/UpdateViolationRequest.ts +0 -90
  2522. package/dist/typescript/model/UpsertAddressRequest.ts +0 -18
  2523. package/dist/typescript/model/User.ts +0 -20
  2524. package/dist/typescript/model/UserAccountModel.ts +0 -34
  2525. package/dist/typescript/model/UserAuditEventModel.ts +0 -165
  2526. package/dist/typescript/model/UserBookingsDomain.ts +0 -19
  2527. package/dist/typescript/model/UserDetails.ts +0 -21
  2528. package/dist/typescript/model/UserDomain.ts +0 -98
  2529. package/dist/typescript/model/UserDomainReq.ts +0 -97
  2530. package/dist/typescript/model/UserDomainRes.ts +0 -98
  2531. package/dist/typescript/model/UserItem.ts +0 -21
  2532. package/dist/typescript/model/UserRefLinkDomain.ts +0 -20
  2533. package/dist/typescript/model/UserReferralSourceTypeModel.ts +0 -24
  2534. package/dist/typescript/model/UserRegistrationStats.ts +0 -25
  2535. package/dist/typescript/model/UserRoleDomain.ts +0 -28
  2536. package/dist/typescript/model/UserSubscriptionPlanModel.ts +0 -31
  2537. package/dist/typescript/model/UserSubscriptionPlanModelReq.ts +0 -31
  2538. package/dist/typescript/model/UserSubscriptionPlanModelRes.ts +0 -31
  2539. package/dist/typescript/model/UserToContact.ts +0 -19
  2540. package/dist/typescript/model/UserWatchlistsModel.ts +0 -21
  2541. package/dist/typescript/model/UserWatchlistsResponseModel.d.ts +0 -16
  2542. package/dist/typescript/model/UserWatchlistsResponseModel.js +0 -13
  2543. package/dist/typescript/model/UserWatchlistsResponseModel.ts +0 -19
  2544. package/dist/typescript/model/ValidateDirectMailRequest.ts +0 -19
  2545. package/dist/typescript/model/ValidateDirectMailResponse.ts +0 -292
  2546. package/dist/typescript/model/ValidateUserEmailResponse.ts +0 -20
  2547. package/dist/typescript/model/VerifyMailingAddressRequest.ts +0 -18
  2548. package/dist/typescript/model/VerifyMailingAddressResponse.ts +0 -20
  2549. package/dist/typescript/model/VerifyPasswordResetTokenResponse.ts +0 -19
  2550. package/dist/typescript/model/VerifyUserAccountResponse.ts +0 -20
  2551. package/dist/typescript/model/Violation.ts +0 -23
  2552. package/dist/typescript/model/ViolationClassificationModel.ts +0 -82
  2553. package/dist/typescript/model/ViolationInput.ts +0 -18
  2554. package/dist/typescript/model/ViolationInputRequest.ts +0 -18
  2555. package/dist/typescript/model/ViolationModel.ts +0 -89
  2556. package/dist/typescript/model/ViolationPenaltyModel.ts +0 -43
  2557. package/dist/typescript/model/ViolationPenaltyResponse.ts +0 -19
  2558. package/dist/typescript/model/ViolationResponse.ts +0 -85
  2559. package/dist/typescript/model/WatchlistItemsModel.ts +0 -38
  2560. package/dist/typescript/model/WatchlistItemsRequest.ts +0 -20
  2561. package/dist/typescript/model/WorkflowCaseModel.ts +0 -81
  2562. package/dist/typescript/model/WorkflowCitationModel.ts +0 -43
  2563. package/dist/typescript/model/WorkflowLineItemModel.ts +0 -48
  2564. package/dist/typescript/model/WorkflowViolationModel.ts +0 -85
  2565. package/dist/typescript/model/WorkflowViolationPenaltyModel.ts +0 -39
  2566. package/dist/typescript/model/ZoneId.ts +0 -19
  2567. package/dist/typescript/model/ZoneOffset.ts +0 -20
  2568. package/dist/typescript/model/ZoneOffsetTransition.ts +0 -25
  2569. package/dist/typescript/model/ZoneOffsetTransitionRule.ts +0 -56
  2570. package/dist/typescript/model/ZoneRules.ts +0 -20
  2571. package/dist/typescript/model/models.ts +0 -692
@@ -1,1174 +1,1174 @@
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
- /* tslint:disable:no-unused-variable member-ordering */
13
-
14
- import { Inject, Injectable, Optional } from '@angular/core';
15
- import { HttpClient, HttpHeaders, HttpParams,
16
- HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
17
- } from '@angular/common/http';
18
- import { CustomHttpParameterCodec } from '../encoder';
19
- import { Observable } from 'rxjs';
20
-
21
- // @ts-ignore
22
- import { AddViolationsToCitationRequest } from '../model/addViolationsToCitationRequest';
23
- // @ts-ignore
24
- import { CaseModelReq } from '../model/caseModelReq';
25
- // @ts-ignore
26
- import { FindChargeDisputesResponse } from '../model/findChargeDisputesResponse';
27
- // @ts-ignore
28
- import { GetAppearanceAttorneysResponse } from '../model/getAppearanceAttorneysResponse';
29
- // @ts-ignore
30
- import { GetCaseResponse } from '../model/getCaseResponse';
31
- // @ts-ignore
32
- import { GetSupportTicketsResponse } from '../model/getSupportTicketsResponse';
33
- // @ts-ignore
34
- import { InitiateCaseAndChargeCustomerRequest } from '../model/initiateCaseAndChargeCustomerRequest';
35
- // @ts-ignore
36
- import { InitiateCaseAndChargeCustomerResponse } from '../model/initiateCaseAndChargeCustomerResponse';
37
- // @ts-ignore
38
- import { MarkCaseAsResolvedRequest } from '../model/markCaseAsResolvedRequest';
39
- // @ts-ignore
40
- import { MarkCaseAsResolvedResponse } from '../model/markCaseAsResolvedResponse';
41
- // @ts-ignore
42
- import { PriceMatchRequest } from '../model/priceMatchRequest';
43
- // @ts-ignore
44
- import { PriceMatchResponse } from '../model/priceMatchResponse';
45
- // @ts-ignore
46
- import { SetArchiveOnCasesRequest } from '../model/setArchiveOnCasesRequest';
47
- // @ts-ignore
48
- import { SetCourtDateForCaseRequest } from '../model/setCourtDateForCaseRequest';
49
- // @ts-ignore
50
- import { UpdateCaseDeclineTicketsRequest } from '../model/updateCaseDeclineTicketsRequest';
51
-
52
- // @ts-ignore
53
- import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
54
- import { Configuration } from '../configuration';
55
-
56
-
57
-
58
- @Injectable({
59
- providedIn: 'root'
60
- })
61
- export class CaseControllerService {
62
-
63
- protected basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
64
- public defaultHeaders = new HttpHeaders();
65
- public configuration = new Configuration();
66
- public encoder: HttpParameterCodec;
67
-
68
- constructor(protected httpClient: HttpClient, @Optional()@Inject(BASE_PATH) basePath: string|string[], @Optional() configuration: Configuration) {
69
- if (configuration) {
70
- this.configuration = configuration;
71
- }
72
- if (typeof this.configuration.basePath !== 'string') {
73
- if (Array.isArray(basePath) && basePath.length > 0) {
74
- basePath = basePath[0];
75
- }
76
-
77
- if (typeof basePath !== 'string') {
78
- basePath = this.basePath;
79
- }
80
- this.configuration.basePath = basePath;
81
- }
82
- this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
83
- }
84
-
85
-
86
- // @ts-ignore
87
- private addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams {
88
- if (typeof value === "object" && value instanceof Date === false) {
89
- httpParams = this.addToHttpParamsRecursive(httpParams, value);
90
- } else {
91
- httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
92
- }
93
- return httpParams;
94
- }
95
-
96
- private addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams {
97
- if (value == null) {
98
- return httpParams;
99
- }
100
-
101
- if (typeof value === "object") {
102
- if (Array.isArray(value)) {
103
- (value as any[]).forEach( elem => httpParams = this.addToHttpParamsRecursive(httpParams, elem, key));
104
- } else if (value instanceof Date) {
105
- if (key != null) {
106
- httpParams = httpParams.append(key, (value as Date).toISOString().substr(0, 10));
107
- } else {
108
- throw Error("key may not be null if value is Date");
109
- }
110
- } else {
111
- Object.keys(value).forEach( k => httpParams = this.addToHttpParamsRecursive(
112
- httpParams, value[k], key != null ? `${key}.${k}` : k));
113
- }
114
- } else if (key != null) {
115
- httpParams = httpParams.append(key, value);
116
- } else {
117
- throw Error("key may not be null if value is not object or array");
118
- }
119
- return httpParams;
120
- }
121
-
122
- /**
123
- * addViolationsToCitation
124
- * @param caseId caseId
125
- * @param request request
126
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
127
- * @param reportProgress flag to report request and response progress.
128
- */
129
- public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
130
- public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
131
- public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
132
- public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
133
- if (caseId === null || caseId === undefined) {
134
- throw new Error('Required parameter caseId was null or undefined when calling addViolationsToCitationUsingPOST.');
135
- }
136
- if (request === null || request === undefined) {
137
- throw new Error('Required parameter request was null or undefined when calling addViolationsToCitationUsingPOST.');
138
- }
139
-
140
- let localVarHeaders = this.defaultHeaders;
141
-
142
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
143
- if (localVarHttpHeaderAcceptSelected === undefined) {
144
- // to determine the Accept header
145
- const httpHeaderAccepts: string[] = [
146
- '*/*'
147
- ];
148
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
149
- }
150
- if (localVarHttpHeaderAcceptSelected !== undefined) {
151
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
152
- }
153
-
154
- let localVarHttpContext: HttpContext | undefined = options && options.context;
155
- if (localVarHttpContext === undefined) {
156
- localVarHttpContext = new HttpContext();
157
- }
158
-
159
-
160
- // to determine the Content-Type header
161
- const consumes: string[] = [
162
- 'application/json'
163
- ];
164
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
165
- if (httpContentTypeSelected !== undefined) {
166
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
167
- }
168
-
169
- let responseType_: 'text' | 'json' | 'blob' = 'json';
170
- if (localVarHttpHeaderAcceptSelected) {
171
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
172
- responseType_ = 'text';
173
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
174
- responseType_ = 'json';
175
- } else {
176
- responseType_ = 'blob';
177
- }
178
- }
179
-
180
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/citation/violations`;
181
- return this.httpClient.request<object>('post', `${this.configuration.basePath}${localVarPath}`,
182
- {
183
- context: localVarHttpContext,
184
- body: request,
185
- responseType: <any>responseType_,
186
- withCredentials: this.configuration.withCredentials,
187
- headers: localVarHeaders,
188
- observe: observe,
189
- reportProgress: reportProgress
190
- }
191
- );
192
- }
193
-
194
- /**
195
- * assignCaseToUser
196
- * @param caseId caseId
197
- * @param userId userId
198
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
199
- * @param reportProgress flag to report request and response progress.
200
- */
201
- public assignCaseToUserUsingPOST(caseId: string, userId: number, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
202
- public assignCaseToUserUsingPOST(caseId: string, userId: number, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
203
- public assignCaseToUserUsingPOST(caseId: string, userId: number, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
204
- public assignCaseToUserUsingPOST(caseId: string, userId: number, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
205
- if (caseId === null || caseId === undefined) {
206
- throw new Error('Required parameter caseId was null or undefined when calling assignCaseToUserUsingPOST.');
207
- }
208
- if (userId === null || userId === undefined) {
209
- throw new Error('Required parameter userId was null or undefined when calling assignCaseToUserUsingPOST.');
210
- }
211
-
212
- let localVarHeaders = this.defaultHeaders;
213
-
214
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
215
- if (localVarHttpHeaderAcceptSelected === undefined) {
216
- // to determine the Accept header
217
- const httpHeaderAccepts: string[] = [
218
- '*/*'
219
- ];
220
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
221
- }
222
- if (localVarHttpHeaderAcceptSelected !== undefined) {
223
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
224
- }
225
-
226
- let localVarHttpContext: HttpContext | undefined = options && options.context;
227
- if (localVarHttpContext === undefined) {
228
- localVarHttpContext = new HttpContext();
229
- }
230
-
231
-
232
- let responseType_: 'text' | 'json' | 'blob' = 'json';
233
- if (localVarHttpHeaderAcceptSelected) {
234
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
235
- responseType_ = 'text';
236
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
237
- responseType_ = 'json';
238
- } else {
239
- responseType_ = 'blob';
240
- }
241
- }
242
-
243
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/owner/${this.configuration.encodeParam({name: "userId", value: userId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64"})}`;
244
- return this.httpClient.request<object>('post', `${this.configuration.basePath}${localVarPath}`,
245
- {
246
- context: localVarHttpContext,
247
- responseType: <any>responseType_,
248
- withCredentials: this.configuration.withCredentials,
249
- headers: localVarHeaders,
250
- observe: observe,
251
- reportProgress: reportProgress
252
- }
253
- );
254
- }
255
-
256
- /**
257
- * assignOwner
258
- * @param caseId caseId
259
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
260
- * @param reportProgress flag to report request and response progress.
261
- * @deprecated
262
- */
263
- public assignOwnerUsingPOST(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
264
- public assignOwnerUsingPOST(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
265
- public assignOwnerUsingPOST(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
266
- public assignOwnerUsingPOST(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
267
- if (caseId === null || caseId === undefined) {
268
- throw new Error('Required parameter caseId was null or undefined when calling assignOwnerUsingPOST.');
269
- }
270
-
271
- let localVarHeaders = this.defaultHeaders;
272
-
273
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
274
- if (localVarHttpHeaderAcceptSelected === undefined) {
275
- // to determine the Accept header
276
- const httpHeaderAccepts: string[] = [
277
- '*/*'
278
- ];
279
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
280
- }
281
- if (localVarHttpHeaderAcceptSelected !== undefined) {
282
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
283
- }
284
-
285
- let localVarHttpContext: HttpContext | undefined = options && options.context;
286
- if (localVarHttpContext === undefined) {
287
- localVarHttpContext = new HttpContext();
288
- }
289
-
290
-
291
- let responseType_: 'text' | 'json' | 'blob' = 'json';
292
- if (localVarHttpHeaderAcceptSelected) {
293
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
294
- responseType_ = 'text';
295
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
296
- responseType_ = 'json';
297
- } else {
298
- responseType_ = 'blob';
299
- }
300
- }
301
-
302
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/owner`;
303
- return this.httpClient.request<object>('post', `${this.configuration.basePath}${localVarPath}`,
304
- {
305
- context: localVarHttpContext,
306
- responseType: <any>responseType_,
307
- withCredentials: this.configuration.withCredentials,
308
- headers: localVarHeaders,
309
- observe: observe,
310
- reportProgress: reportProgress
311
- }
312
- );
313
- }
314
-
315
- /**
316
- * findChargeDisputesByCaseId
317
- * @param caseId caseId
318
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
319
- * @param reportProgress flag to report request and response progress.
320
- */
321
- public findChargeDisputesByCaseIdUsingGET(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<FindChargeDisputesResponse>;
322
- public findChargeDisputesByCaseIdUsingGET(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<FindChargeDisputesResponse>>;
323
- public findChargeDisputesByCaseIdUsingGET(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<FindChargeDisputesResponse>>;
324
- public findChargeDisputesByCaseIdUsingGET(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
325
- if (caseId === null || caseId === undefined) {
326
- throw new Error('Required parameter caseId was null or undefined when calling findChargeDisputesByCaseIdUsingGET.');
327
- }
328
-
329
- let localVarHeaders = this.defaultHeaders;
330
-
331
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
332
- if (localVarHttpHeaderAcceptSelected === undefined) {
333
- // to determine the Accept header
334
- const httpHeaderAccepts: string[] = [
335
- '*/*'
336
- ];
337
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
338
- }
339
- if (localVarHttpHeaderAcceptSelected !== undefined) {
340
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
341
- }
342
-
343
- let localVarHttpContext: HttpContext | undefined = options && options.context;
344
- if (localVarHttpContext === undefined) {
345
- localVarHttpContext = new HttpContext();
346
- }
347
-
348
-
349
- let responseType_: 'text' | 'json' | 'blob' = 'json';
350
- if (localVarHttpHeaderAcceptSelected) {
351
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
352
- responseType_ = 'text';
353
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
354
- responseType_ = 'json';
355
- } else {
356
- responseType_ = 'blob';
357
- }
358
- }
359
-
360
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/disputes`;
361
- return this.httpClient.request<FindChargeDisputesResponse>('get', `${this.configuration.basePath}${localVarPath}`,
362
- {
363
- context: localVarHttpContext,
364
- responseType: <any>responseType_,
365
- withCredentials: this.configuration.withCredentials,
366
- headers: localVarHeaders,
367
- observe: observe,
368
- reportProgress: reportProgress
369
- }
370
- );
371
- }
372
-
373
- /**
374
- * getAppearanceAttorneysForCase
375
- * @param caseId caseId
376
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
377
- * @param reportProgress flag to report request and response progress.
378
- */
379
- public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetAppearanceAttorneysResponse>;
380
- public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetAppearanceAttorneysResponse>>;
381
- public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetAppearanceAttorneysResponse>>;
382
- public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
383
- if (caseId === null || caseId === undefined) {
384
- throw new Error('Required parameter caseId was null or undefined when calling getAppearanceAttorneysForCaseUsingGET.');
385
- }
386
-
387
- let localVarHeaders = this.defaultHeaders;
388
-
389
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
390
- if (localVarHttpHeaderAcceptSelected === undefined) {
391
- // to determine the Accept header
392
- const httpHeaderAccepts: string[] = [
393
- '*/*'
394
- ];
395
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
396
- }
397
- if (localVarHttpHeaderAcceptSelected !== undefined) {
398
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
399
- }
400
-
401
- let localVarHttpContext: HttpContext | undefined = options && options.context;
402
- if (localVarHttpContext === undefined) {
403
- localVarHttpContext = new HttpContext();
404
- }
405
-
406
-
407
- let responseType_: 'text' | 'json' | 'blob' = 'json';
408
- if (localVarHttpHeaderAcceptSelected) {
409
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
410
- responseType_ = 'text';
411
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
412
- responseType_ = 'json';
413
- } else {
414
- responseType_ = 'blob';
415
- }
416
- }
417
-
418
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/appearance-attorneys`;
419
- return this.httpClient.request<GetAppearanceAttorneysResponse>('get', `${this.configuration.basePath}${localVarPath}`,
420
- {
421
- context: localVarHttpContext,
422
- responseType: <any>responseType_,
423
- withCredentials: this.configuration.withCredentials,
424
- headers: localVarHeaders,
425
- observe: observe,
426
- reportProgress: reportProgress
427
- }
428
- );
429
- }
430
-
431
- /**
432
- * getSupportTicketsForCase
433
- * @param caseId caseId
434
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
435
- * @param reportProgress flag to report request and response progress.
436
- */
437
- public getSupportTicketsForCaseUsingGET(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetSupportTicketsResponse>;
438
- public getSupportTicketsForCaseUsingGET(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetSupportTicketsResponse>>;
439
- public getSupportTicketsForCaseUsingGET(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetSupportTicketsResponse>>;
440
- public getSupportTicketsForCaseUsingGET(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
441
- if (caseId === null || caseId === undefined) {
442
- throw new Error('Required parameter caseId was null or undefined when calling getSupportTicketsForCaseUsingGET.');
443
- }
444
-
445
- let localVarHeaders = this.defaultHeaders;
446
-
447
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
448
- if (localVarHttpHeaderAcceptSelected === undefined) {
449
- // to determine the Accept header
450
- const httpHeaderAccepts: string[] = [
451
- '*/*'
452
- ];
453
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
454
- }
455
- if (localVarHttpHeaderAcceptSelected !== undefined) {
456
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
457
- }
458
-
459
- let localVarHttpContext: HttpContext | undefined = options && options.context;
460
- if (localVarHttpContext === undefined) {
461
- localVarHttpContext = new HttpContext();
462
- }
463
-
464
-
465
- let responseType_: 'text' | 'json' | 'blob' = 'json';
466
- if (localVarHttpHeaderAcceptSelected) {
467
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
468
- responseType_ = 'text';
469
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
470
- responseType_ = 'json';
471
- } else {
472
- responseType_ = 'blob';
473
- }
474
- }
475
-
476
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/support-tickets`;
477
- return this.httpClient.request<GetSupportTicketsResponse>('get', `${this.configuration.basePath}${localVarPath}`,
478
- {
479
- context: localVarHttpContext,
480
- responseType: <any>responseType_,
481
- withCredentials: this.configuration.withCredentials,
482
- headers: localVarHeaders,
483
- observe: observe,
484
- reportProgress: reportProgress
485
- }
486
- );
487
- }
488
-
489
- /**
490
- * initiateCaseAndChargeCustomer
491
- * @param caseId caseId
492
- * @param request request
493
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
494
- * @param reportProgress flag to report request and response progress.
495
- */
496
- public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<InitiateCaseAndChargeCustomerResponse>;
497
- public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<InitiateCaseAndChargeCustomerResponse>>;
498
- public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<InitiateCaseAndChargeCustomerResponse>>;
499
- public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
500
- if (caseId === null || caseId === undefined) {
501
- throw new Error('Required parameter caseId was null or undefined when calling initiateCaseAndChargeCustomerUsingPOST.');
502
- }
503
- if (request === null || request === undefined) {
504
- throw new Error('Required parameter request was null or undefined when calling initiateCaseAndChargeCustomerUsingPOST.');
505
- }
506
-
507
- let localVarHeaders = this.defaultHeaders;
508
-
509
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
510
- if (localVarHttpHeaderAcceptSelected === undefined) {
511
- // to determine the Accept header
512
- const httpHeaderAccepts: string[] = [
513
- '*/*'
514
- ];
515
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
516
- }
517
- if (localVarHttpHeaderAcceptSelected !== undefined) {
518
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
519
- }
520
-
521
- let localVarHttpContext: HttpContext | undefined = options && options.context;
522
- if (localVarHttpContext === undefined) {
523
- localVarHttpContext = new HttpContext();
524
- }
525
-
526
-
527
- // to determine the Content-Type header
528
- const consumes: string[] = [
529
- 'application/json'
530
- ];
531
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
532
- if (httpContentTypeSelected !== undefined) {
533
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
534
- }
535
-
536
- let responseType_: 'text' | 'json' | 'blob' = 'json';
537
- if (localVarHttpHeaderAcceptSelected) {
538
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
539
- responseType_ = 'text';
540
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
541
- responseType_ = 'json';
542
- } else {
543
- responseType_ = 'blob';
544
- }
545
- }
546
-
547
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/initiate-with-payment`;
548
- return this.httpClient.request<InitiateCaseAndChargeCustomerResponse>('post', `${this.configuration.basePath}${localVarPath}`,
549
- {
550
- context: localVarHttpContext,
551
- body: request,
552
- responseType: <any>responseType_,
553
- withCredentials: this.configuration.withCredentials,
554
- headers: localVarHeaders,
555
- observe: observe,
556
- reportProgress: reportProgress
557
- }
558
- );
559
- }
560
-
561
- /**
562
- * initiateCase
563
- * @param caseId caseId
564
- * @param request request
565
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
566
- * @param reportProgress flag to report request and response progress.
567
- */
568
- public initiateCaseUsingPOST(caseId: string, request?: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
569
- public initiateCaseUsingPOST(caseId: string, request?: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
570
- public initiateCaseUsingPOST(caseId: string, request?: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
571
- public initiateCaseUsingPOST(caseId: string, request?: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
572
- if (caseId === null || caseId === undefined) {
573
- throw new Error('Required parameter caseId was null or undefined when calling initiateCaseUsingPOST.');
574
- }
575
-
576
- let localVarHeaders = this.defaultHeaders;
577
-
578
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
579
- if (localVarHttpHeaderAcceptSelected === undefined) {
580
- // to determine the Accept header
581
- const httpHeaderAccepts: string[] = [
582
- ];
583
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
584
- }
585
- if (localVarHttpHeaderAcceptSelected !== undefined) {
586
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
587
- }
588
-
589
- let localVarHttpContext: HttpContext | undefined = options && options.context;
590
- if (localVarHttpContext === undefined) {
591
- localVarHttpContext = new HttpContext();
592
- }
593
-
594
-
595
- // to determine the Content-Type header
596
- const consumes: string[] = [
597
- 'application/json'
598
- ];
599
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
600
- if (httpContentTypeSelected !== undefined) {
601
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
602
- }
603
-
604
- let responseType_: 'text' | 'json' | 'blob' = 'json';
605
- if (localVarHttpHeaderAcceptSelected) {
606
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
607
- responseType_ = 'text';
608
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
609
- responseType_ = 'json';
610
- } else {
611
- responseType_ = 'blob';
612
- }
613
- }
614
-
615
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/initiate`;
616
- return this.httpClient.request<any>('post', `${this.configuration.basePath}${localVarPath}`,
617
- {
618
- context: localVarHttpContext,
619
- body: request,
620
- responseType: <any>responseType_,
621
- withCredentials: this.configuration.withCredentials,
622
- headers: localVarHeaders,
623
- observe: observe,
624
- reportProgress: reportProgress
625
- }
626
- );
627
- }
628
-
629
- /**
630
- * markCaseAsResolved
631
- * @param caseId caseId
632
- * @param request request
633
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
634
- * @param reportProgress flag to report request and response progress.
635
- */
636
- public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<MarkCaseAsResolvedResponse>;
637
- public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<MarkCaseAsResolvedResponse>>;
638
- public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<MarkCaseAsResolvedResponse>>;
639
- public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
640
- if (caseId === null || caseId === undefined) {
641
- throw new Error('Required parameter caseId was null or undefined when calling markCaseAsResolvedUsingPOST.');
642
- }
643
- if (request === null || request === undefined) {
644
- throw new Error('Required parameter request was null or undefined when calling markCaseAsResolvedUsingPOST.');
645
- }
646
-
647
- let localVarHeaders = this.defaultHeaders;
648
-
649
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
650
- if (localVarHttpHeaderAcceptSelected === undefined) {
651
- // to determine the Accept header
652
- const httpHeaderAccepts: string[] = [
653
- '*/*'
654
- ];
655
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
656
- }
657
- if (localVarHttpHeaderAcceptSelected !== undefined) {
658
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
659
- }
660
-
661
- let localVarHttpContext: HttpContext | undefined = options && options.context;
662
- if (localVarHttpContext === undefined) {
663
- localVarHttpContext = new HttpContext();
664
- }
665
-
666
-
667
- // to determine the Content-Type header
668
- const consumes: string[] = [
669
- 'application/json'
670
- ];
671
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
672
- if (httpContentTypeSelected !== undefined) {
673
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
674
- }
675
-
676
- let responseType_: 'text' | 'json' | 'blob' = 'json';
677
- if (localVarHttpHeaderAcceptSelected) {
678
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
679
- responseType_ = 'text';
680
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
681
- responseType_ = 'json';
682
- } else {
683
- responseType_ = 'blob';
684
- }
685
- }
686
-
687
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/resolution`;
688
- return this.httpClient.request<MarkCaseAsResolvedResponse>('post', `${this.configuration.basePath}${localVarPath}`,
689
- {
690
- context: localVarHttpContext,
691
- body: request,
692
- responseType: <any>responseType_,
693
- withCredentials: this.configuration.withCredentials,
694
- headers: localVarHeaders,
695
- observe: observe,
696
- reportProgress: reportProgress
697
- }
698
- );
699
- }
700
-
701
- /**
702
- * removeViolationsFromCitation
703
- * @param caseId caseId
704
- * @param violationTypes violationTypes
705
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
706
- * @param reportProgress flag to report request and response progress.
707
- */
708
- public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
709
- public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
710
- public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
711
- public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
712
- if (caseId === null || caseId === undefined) {
713
- throw new Error('Required parameter caseId was null or undefined when calling removeViolationsFromCitationUsingDELETE.');
714
- }
715
- if (violationTypes === null || violationTypes === undefined) {
716
- throw new Error('Required parameter violationTypes was null or undefined when calling removeViolationsFromCitationUsingDELETE.');
717
- }
718
-
719
- let localVarHeaders = this.defaultHeaders;
720
-
721
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
722
- if (localVarHttpHeaderAcceptSelected === undefined) {
723
- // to determine the Accept header
724
- const httpHeaderAccepts: string[] = [
725
- '*/*'
726
- ];
727
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
728
- }
729
- if (localVarHttpHeaderAcceptSelected !== undefined) {
730
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
731
- }
732
-
733
- let localVarHttpContext: HttpContext | undefined = options && options.context;
734
- if (localVarHttpContext === undefined) {
735
- localVarHttpContext = new HttpContext();
736
- }
737
-
738
-
739
- let responseType_: 'text' | 'json' | 'blob' = 'json';
740
- if (localVarHttpHeaderAcceptSelected) {
741
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
742
- responseType_ = 'text';
743
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
744
- responseType_ = 'json';
745
- } else {
746
- responseType_ = 'blob';
747
- }
748
- }
749
-
750
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/citation/violations/${this.configuration.encodeParam({name: "violationTypes", value: violationTypes, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}`;
751
- return this.httpClient.request<object>('delete', `${this.configuration.basePath}${localVarPath}`,
752
- {
753
- context: localVarHttpContext,
754
- responseType: <any>responseType_,
755
- withCredentials: this.configuration.withCredentials,
756
- headers: localVarHeaders,
757
- observe: observe,
758
- reportProgress: reportProgress
759
- }
760
- );
761
- }
762
-
763
- /**
764
- * reopenCase
765
- * @param caseId caseId
766
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
767
- * @param reportProgress flag to report request and response progress.
768
- */
769
- public reopenCaseUsingPUT(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
770
- public reopenCaseUsingPUT(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
771
- public reopenCaseUsingPUT(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
772
- public reopenCaseUsingPUT(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
773
- if (caseId === null || caseId === undefined) {
774
- throw new Error('Required parameter caseId was null or undefined when calling reopenCaseUsingPUT.');
775
- }
776
-
777
- let localVarHeaders = this.defaultHeaders;
778
-
779
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
780
- if (localVarHttpHeaderAcceptSelected === undefined) {
781
- // to determine the Accept header
782
- const httpHeaderAccepts: string[] = [
783
- ];
784
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
785
- }
786
- if (localVarHttpHeaderAcceptSelected !== undefined) {
787
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
788
- }
789
-
790
- let localVarHttpContext: HttpContext | undefined = options && options.context;
791
- if (localVarHttpContext === undefined) {
792
- localVarHttpContext = new HttpContext();
793
- }
794
-
795
-
796
- let responseType_: 'text' | 'json' | 'blob' = 'json';
797
- if (localVarHttpHeaderAcceptSelected) {
798
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
799
- responseType_ = 'text';
800
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
801
- responseType_ = 'json';
802
- } else {
803
- responseType_ = 'blob';
804
- }
805
- }
806
-
807
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/reopen`;
808
- return this.httpClient.request<any>('put', `${this.configuration.basePath}${localVarPath}`,
809
- {
810
- context: localVarHttpContext,
811
- responseType: <any>responseType_,
812
- withCredentials: this.configuration.withCredentials,
813
- headers: localVarHeaders,
814
- observe: observe,
815
- reportProgress: reportProgress
816
- }
817
- );
818
- }
819
-
820
- /**
821
- * setArchiveOnCases
822
- * @param request request
823
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
824
- * @param reportProgress flag to report request and response progress.
825
- */
826
- public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
827
- public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
828
- public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
829
- public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
830
- if (request === null || request === undefined) {
831
- throw new Error('Required parameter request was null or undefined when calling setArchiveOnCasesUsingPUT.');
832
- }
833
-
834
- let localVarHeaders = this.defaultHeaders;
835
-
836
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
837
- if (localVarHttpHeaderAcceptSelected === undefined) {
838
- // to determine the Accept header
839
- const httpHeaderAccepts: string[] = [
840
- ];
841
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
842
- }
843
- if (localVarHttpHeaderAcceptSelected !== undefined) {
844
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
845
- }
846
-
847
- let localVarHttpContext: HttpContext | undefined = options && options.context;
848
- if (localVarHttpContext === undefined) {
849
- localVarHttpContext = new HttpContext();
850
- }
851
-
852
-
853
- // to determine the Content-Type header
854
- const consumes: string[] = [
855
- 'application/json'
856
- ];
857
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
858
- if (httpContentTypeSelected !== undefined) {
859
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
860
- }
861
-
862
- let responseType_: 'text' | 'json' | 'blob' = 'json';
863
- if (localVarHttpHeaderAcceptSelected) {
864
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
865
- responseType_ = 'text';
866
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
867
- responseType_ = 'json';
868
- } else {
869
- responseType_ = 'blob';
870
- }
871
- }
872
-
873
- let localVarPath = `/api/v1/cases/archive`;
874
- return this.httpClient.request<any>('put', `${this.configuration.basePath}${localVarPath}`,
875
- {
876
- context: localVarHttpContext,
877
- body: request,
878
- responseType: <any>responseType_,
879
- withCredentials: this.configuration.withCredentials,
880
- headers: localVarHeaders,
881
- observe: observe,
882
- reportProgress: reportProgress
883
- }
884
- );
885
- }
886
-
887
- /**
888
- * setCourtDateForCase
889
- * @param caseId caseId
890
- * @param request request
891
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
892
- * @param reportProgress flag to report request and response progress.
893
- */
894
- public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
895
- public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
896
- public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
897
- public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
898
- if (caseId === null || caseId === undefined) {
899
- throw new Error('Required parameter caseId was null or undefined when calling setCourtDateForCaseUsingPOST.');
900
- }
901
- if (request === null || request === undefined) {
902
- throw new Error('Required parameter request was null or undefined when calling setCourtDateForCaseUsingPOST.');
903
- }
904
-
905
- let localVarHeaders = this.defaultHeaders;
906
-
907
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
908
- if (localVarHttpHeaderAcceptSelected === undefined) {
909
- // to determine the Accept header
910
- const httpHeaderAccepts: string[] = [
911
- ];
912
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
913
- }
914
- if (localVarHttpHeaderAcceptSelected !== undefined) {
915
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
916
- }
917
-
918
- let localVarHttpContext: HttpContext | undefined = options && options.context;
919
- if (localVarHttpContext === undefined) {
920
- localVarHttpContext = new HttpContext();
921
- }
922
-
923
-
924
- // to determine the Content-Type header
925
- const consumes: string[] = [
926
- 'application/json'
927
- ];
928
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
929
- if (httpContentTypeSelected !== undefined) {
930
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
931
- }
932
-
933
- let responseType_: 'text' | 'json' | 'blob' = 'json';
934
- if (localVarHttpHeaderAcceptSelected) {
935
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
936
- responseType_ = 'text';
937
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
938
- responseType_ = 'json';
939
- } else {
940
- responseType_ = 'blob';
941
- }
942
- }
943
-
944
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/courtdate`;
945
- return this.httpClient.request<any>('post', `${this.configuration.basePath}${localVarPath}`,
946
- {
947
- context: localVarHttpContext,
948
- body: request,
949
- responseType: <any>responseType_,
950
- withCredentials: this.configuration.withCredentials,
951
- headers: localVarHeaders,
952
- observe: observe,
953
- reportProgress: reportProgress
954
- }
955
- );
956
- }
957
-
958
- /**
959
- * submitRequestForPriceMatch
960
- * @param caseId caseId
961
- * @param priceMatchRequest priceMatchRequest
962
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
963
- * @param reportProgress flag to report request and response progress.
964
- */
965
- public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<PriceMatchResponse>;
966
- public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<PriceMatchResponse>>;
967
- public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<PriceMatchResponse>>;
968
- public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
969
- if (caseId === null || caseId === undefined) {
970
- throw new Error('Required parameter caseId was null or undefined when calling submitRequestForPriceMatchUsingPOST.');
971
- }
972
- if (priceMatchRequest === null || priceMatchRequest === undefined) {
973
- throw new Error('Required parameter priceMatchRequest was null or undefined when calling submitRequestForPriceMatchUsingPOST.');
974
- }
975
-
976
- let localVarHeaders = this.defaultHeaders;
977
-
978
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
979
- if (localVarHttpHeaderAcceptSelected === undefined) {
980
- // to determine the Accept header
981
- const httpHeaderAccepts: string[] = [
982
- '*/*'
983
- ];
984
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
985
- }
986
- if (localVarHttpHeaderAcceptSelected !== undefined) {
987
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
988
- }
989
-
990
- let localVarHttpContext: HttpContext | undefined = options && options.context;
991
- if (localVarHttpContext === undefined) {
992
- localVarHttpContext = new HttpContext();
993
- }
994
-
995
-
996
- // to determine the Content-Type header
997
- const consumes: string[] = [
998
- 'application/json'
999
- ];
1000
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1001
- if (httpContentTypeSelected !== undefined) {
1002
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1003
- }
1004
-
1005
- let responseType_: 'text' | 'json' | 'blob' = 'json';
1006
- if (localVarHttpHeaderAcceptSelected) {
1007
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1008
- responseType_ = 'text';
1009
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1010
- responseType_ = 'json';
1011
- } else {
1012
- responseType_ = 'blob';
1013
- }
1014
- }
1015
-
1016
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/price-match`;
1017
- return this.httpClient.request<PriceMatchResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1018
- {
1019
- context: localVarHttpContext,
1020
- body: priceMatchRequest,
1021
- responseType: <any>responseType_,
1022
- withCredentials: this.configuration.withCredentials,
1023
- headers: localVarHeaders,
1024
- observe: observe,
1025
- reportProgress: reportProgress
1026
- }
1027
- );
1028
- }
1029
-
1030
- /**
1031
- * updateCase
1032
- * @param caseId caseId
1033
- * @param caseFromRequest caseFromRequest
1034
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1035
- * @param reportProgress flag to report request and response progress.
1036
- */
1037
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetCaseResponse>;
1038
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetCaseResponse>>;
1039
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetCaseResponse>>;
1040
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
1041
- if (caseId === null || caseId === undefined) {
1042
- throw new Error('Required parameter caseId was null or undefined when calling updateCaseUsingPUT.');
1043
- }
1044
- if (caseFromRequest === null || caseFromRequest === undefined) {
1045
- throw new Error('Required parameter caseFromRequest was null or undefined when calling updateCaseUsingPUT.');
1046
- }
1047
-
1048
- let localVarHeaders = this.defaultHeaders;
1049
-
1050
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1051
- if (localVarHttpHeaderAcceptSelected === undefined) {
1052
- // to determine the Accept header
1053
- const httpHeaderAccepts: string[] = [
1054
- '*/*'
1055
- ];
1056
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1057
- }
1058
- if (localVarHttpHeaderAcceptSelected !== undefined) {
1059
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1060
- }
1061
-
1062
- let localVarHttpContext: HttpContext | undefined = options && options.context;
1063
- if (localVarHttpContext === undefined) {
1064
- localVarHttpContext = new HttpContext();
1065
- }
1066
-
1067
-
1068
- // to determine the Content-Type header
1069
- const consumes: string[] = [
1070
- 'application/json'
1071
- ];
1072
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1073
- if (httpContentTypeSelected !== undefined) {
1074
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1075
- }
1076
-
1077
- let responseType_: 'text' | 'json' | 'blob' = 'json';
1078
- if (localVarHttpHeaderAcceptSelected) {
1079
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1080
- responseType_ = 'text';
1081
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1082
- responseType_ = 'json';
1083
- } else {
1084
- responseType_ = 'blob';
1085
- }
1086
- }
1087
-
1088
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}`;
1089
- return this.httpClient.request<GetCaseResponse>('put', `${this.configuration.basePath}${localVarPath}`,
1090
- {
1091
- context: localVarHttpContext,
1092
- body: caseFromRequest,
1093
- responseType: <any>responseType_,
1094
- withCredentials: this.configuration.withCredentials,
1095
- headers: localVarHeaders,
1096
- observe: observe,
1097
- reportProgress: reportProgress
1098
- }
1099
- );
1100
- }
1101
-
1102
- /**
1103
- * updateDeclineTickets
1104
- * @param caseId caseId
1105
- * @param request request
1106
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1107
- * @param reportProgress flag to report request and response progress.
1108
- */
1109
- public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
1110
- public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
1111
- public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
1112
- public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
1113
- if (caseId === null || caseId === undefined) {
1114
- throw new Error('Required parameter caseId was null or undefined when calling updateDeclineTicketsUsingPUT.');
1115
- }
1116
- if (request === null || request === undefined) {
1117
- throw new Error('Required parameter request was null or undefined when calling updateDeclineTicketsUsingPUT.');
1118
- }
1119
-
1120
- let localVarHeaders = this.defaultHeaders;
1121
-
1122
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1123
- if (localVarHttpHeaderAcceptSelected === undefined) {
1124
- // to determine the Accept header
1125
- const httpHeaderAccepts: string[] = [
1126
- '*/*'
1127
- ];
1128
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1129
- }
1130
- if (localVarHttpHeaderAcceptSelected !== undefined) {
1131
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1132
- }
1133
-
1134
- let localVarHttpContext: HttpContext | undefined = options && options.context;
1135
- if (localVarHttpContext === undefined) {
1136
- localVarHttpContext = new HttpContext();
1137
- }
1138
-
1139
-
1140
- // to determine the Content-Type header
1141
- const consumes: string[] = [
1142
- 'application/json'
1143
- ];
1144
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1145
- if (httpContentTypeSelected !== undefined) {
1146
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1147
- }
1148
-
1149
- let responseType_: 'text' | 'json' | 'blob' = 'json';
1150
- if (localVarHttpHeaderAcceptSelected) {
1151
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1152
- responseType_ = 'text';
1153
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1154
- responseType_ = 'json';
1155
- } else {
1156
- responseType_ = 'blob';
1157
- }
1158
- }
1159
-
1160
- let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/decline-tickets`;
1161
- return this.httpClient.request<object>('put', `${this.configuration.basePath}${localVarPath}`,
1162
- {
1163
- context: localVarHttpContext,
1164
- body: request,
1165
- responseType: <any>responseType_,
1166
- withCredentials: this.configuration.withCredentials,
1167
- headers: localVarHeaders,
1168
- observe: observe,
1169
- reportProgress: reportProgress
1170
- }
1171
- );
1172
- }
1173
-
1174
- }
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
+ /* tslint:disable:no-unused-variable member-ordering */
13
+
14
+ import { Inject, Injectable, Optional } from '@angular/core';
15
+ import { HttpClient, HttpHeaders, HttpParams,
16
+ HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
17
+ } from '@angular/common/http';
18
+ import { CustomHttpParameterCodec } from '../encoder';
19
+ import { Observable } from 'rxjs';
20
+
21
+ // @ts-ignore
22
+ import { AddViolationsToCitationRequest } from '../model/addViolationsToCitationRequest';
23
+ // @ts-ignore
24
+ import { CaseModelReq } from '../model/caseModelReq';
25
+ // @ts-ignore
26
+ import { FindChargeDisputesResponse } from '../model/findChargeDisputesResponse';
27
+ // @ts-ignore
28
+ import { GetAppearanceAttorneysResponse } from '../model/getAppearanceAttorneysResponse';
29
+ // @ts-ignore
30
+ import { GetCaseResponse } from '../model/getCaseResponse';
31
+ // @ts-ignore
32
+ import { GetSupportTicketsResponse } from '../model/getSupportTicketsResponse';
33
+ // @ts-ignore
34
+ import { InitiateCaseAndChargeCustomerRequest } from '../model/initiateCaseAndChargeCustomerRequest';
35
+ // @ts-ignore
36
+ import { InitiateCaseAndChargeCustomerResponse } from '../model/initiateCaseAndChargeCustomerResponse';
37
+ // @ts-ignore
38
+ import { MarkCaseAsResolvedRequest } from '../model/markCaseAsResolvedRequest';
39
+ // @ts-ignore
40
+ import { MarkCaseAsResolvedResponse } from '../model/markCaseAsResolvedResponse';
41
+ // @ts-ignore
42
+ import { PriceMatchRequest } from '../model/priceMatchRequest';
43
+ // @ts-ignore
44
+ import { PriceMatchResponse } from '../model/priceMatchResponse';
45
+ // @ts-ignore
46
+ import { SetArchiveOnCasesRequest } from '../model/setArchiveOnCasesRequest';
47
+ // @ts-ignore
48
+ import { SetCourtDateForCaseRequest } from '../model/setCourtDateForCaseRequest';
49
+ // @ts-ignore
50
+ import { UpdateCaseDeclineTicketsRequest } from '../model/updateCaseDeclineTicketsRequest';
51
+
52
+ // @ts-ignore
53
+ import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
54
+ import { Configuration } from '../configuration';
55
+
56
+
57
+
58
+ @Injectable({
59
+ providedIn: 'root'
60
+ })
61
+ export class CaseControllerService {
62
+
63
+ protected basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
64
+ public defaultHeaders = new HttpHeaders();
65
+ public configuration = new Configuration();
66
+ public encoder: HttpParameterCodec;
67
+
68
+ constructor(protected httpClient: HttpClient, @Optional()@Inject(BASE_PATH) basePath: string|string[], @Optional() configuration: Configuration) {
69
+ if (configuration) {
70
+ this.configuration = configuration;
71
+ }
72
+ if (typeof this.configuration.basePath !== 'string') {
73
+ if (Array.isArray(basePath) && basePath.length > 0) {
74
+ basePath = basePath[0];
75
+ }
76
+
77
+ if (typeof basePath !== 'string') {
78
+ basePath = this.basePath;
79
+ }
80
+ this.configuration.basePath = basePath;
81
+ }
82
+ this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
83
+ }
84
+
85
+
86
+ // @ts-ignore
87
+ private addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams {
88
+ if (typeof value === "object" && value instanceof Date === false) {
89
+ httpParams = this.addToHttpParamsRecursive(httpParams, value);
90
+ } else {
91
+ httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
92
+ }
93
+ return httpParams;
94
+ }
95
+
96
+ private addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams {
97
+ if (value == null) {
98
+ return httpParams;
99
+ }
100
+
101
+ if (typeof value === "object") {
102
+ if (Array.isArray(value)) {
103
+ (value as any[]).forEach( elem => httpParams = this.addToHttpParamsRecursive(httpParams, elem, key));
104
+ } else if (value instanceof Date) {
105
+ if (key != null) {
106
+ httpParams = httpParams.append(key, (value as Date).toISOString().substr(0, 10));
107
+ } else {
108
+ throw Error("key may not be null if value is Date");
109
+ }
110
+ } else {
111
+ Object.keys(value).forEach( k => httpParams = this.addToHttpParamsRecursive(
112
+ httpParams, value[k], key != null ? `${key}.${k}` : k));
113
+ }
114
+ } else if (key != null) {
115
+ httpParams = httpParams.append(key, value);
116
+ } else {
117
+ throw Error("key may not be null if value is not object or array");
118
+ }
119
+ return httpParams;
120
+ }
121
+
122
+ /**
123
+ * addViolationsToCitation
124
+ * @param caseId caseId
125
+ * @param request request
126
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
127
+ * @param reportProgress flag to report request and response progress.
128
+ */
129
+ public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
130
+ public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
131
+ public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
132
+ public addViolationsToCitationUsingPOST(caseId: string, request: AddViolationsToCitationRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
133
+ if (caseId === null || caseId === undefined) {
134
+ throw new Error('Required parameter caseId was null or undefined when calling addViolationsToCitationUsingPOST.');
135
+ }
136
+ if (request === null || request === undefined) {
137
+ throw new Error('Required parameter request was null or undefined when calling addViolationsToCitationUsingPOST.');
138
+ }
139
+
140
+ let localVarHeaders = this.defaultHeaders;
141
+
142
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
143
+ if (localVarHttpHeaderAcceptSelected === undefined) {
144
+ // to determine the Accept header
145
+ const httpHeaderAccepts: string[] = [
146
+ '*/*'
147
+ ];
148
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
149
+ }
150
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
151
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
152
+ }
153
+
154
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
155
+ if (localVarHttpContext === undefined) {
156
+ localVarHttpContext = new HttpContext();
157
+ }
158
+
159
+
160
+ // to determine the Content-Type header
161
+ const consumes: string[] = [
162
+ 'application/json'
163
+ ];
164
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
165
+ if (httpContentTypeSelected !== undefined) {
166
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
167
+ }
168
+
169
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
170
+ if (localVarHttpHeaderAcceptSelected) {
171
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
172
+ responseType_ = 'text';
173
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
174
+ responseType_ = 'json';
175
+ } else {
176
+ responseType_ = 'blob';
177
+ }
178
+ }
179
+
180
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/citation/violations`;
181
+ return this.httpClient.request<object>('post', `${this.configuration.basePath}${localVarPath}`,
182
+ {
183
+ context: localVarHttpContext,
184
+ body: request,
185
+ responseType: <any>responseType_,
186
+ withCredentials: this.configuration.withCredentials,
187
+ headers: localVarHeaders,
188
+ observe: observe,
189
+ reportProgress: reportProgress
190
+ }
191
+ );
192
+ }
193
+
194
+ /**
195
+ * assignCaseToUser
196
+ * @param caseId caseId
197
+ * @param userId userId
198
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
199
+ * @param reportProgress flag to report request and response progress.
200
+ */
201
+ public assignCaseToUserUsingPOST(caseId: string, userId: number, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
202
+ public assignCaseToUserUsingPOST(caseId: string, userId: number, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
203
+ public assignCaseToUserUsingPOST(caseId: string, userId: number, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
204
+ public assignCaseToUserUsingPOST(caseId: string, userId: number, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
205
+ if (caseId === null || caseId === undefined) {
206
+ throw new Error('Required parameter caseId was null or undefined when calling assignCaseToUserUsingPOST.');
207
+ }
208
+ if (userId === null || userId === undefined) {
209
+ throw new Error('Required parameter userId was null or undefined when calling assignCaseToUserUsingPOST.');
210
+ }
211
+
212
+ let localVarHeaders = this.defaultHeaders;
213
+
214
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
215
+ if (localVarHttpHeaderAcceptSelected === undefined) {
216
+ // to determine the Accept header
217
+ const httpHeaderAccepts: string[] = [
218
+ '*/*'
219
+ ];
220
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
221
+ }
222
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
223
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
224
+ }
225
+
226
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
227
+ if (localVarHttpContext === undefined) {
228
+ localVarHttpContext = new HttpContext();
229
+ }
230
+
231
+
232
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
233
+ if (localVarHttpHeaderAcceptSelected) {
234
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
235
+ responseType_ = 'text';
236
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
237
+ responseType_ = 'json';
238
+ } else {
239
+ responseType_ = 'blob';
240
+ }
241
+ }
242
+
243
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/owner/${this.configuration.encodeParam({name: "userId", value: userId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64"})}`;
244
+ return this.httpClient.request<object>('post', `${this.configuration.basePath}${localVarPath}`,
245
+ {
246
+ context: localVarHttpContext,
247
+ responseType: <any>responseType_,
248
+ withCredentials: this.configuration.withCredentials,
249
+ headers: localVarHeaders,
250
+ observe: observe,
251
+ reportProgress: reportProgress
252
+ }
253
+ );
254
+ }
255
+
256
+ /**
257
+ * assignOwner
258
+ * @param caseId caseId
259
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
260
+ * @param reportProgress flag to report request and response progress.
261
+ * @deprecated
262
+ */
263
+ public assignOwnerUsingPOST(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
264
+ public assignOwnerUsingPOST(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
265
+ public assignOwnerUsingPOST(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
266
+ public assignOwnerUsingPOST(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
267
+ if (caseId === null || caseId === undefined) {
268
+ throw new Error('Required parameter caseId was null or undefined when calling assignOwnerUsingPOST.');
269
+ }
270
+
271
+ let localVarHeaders = this.defaultHeaders;
272
+
273
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
274
+ if (localVarHttpHeaderAcceptSelected === undefined) {
275
+ // to determine the Accept header
276
+ const httpHeaderAccepts: string[] = [
277
+ '*/*'
278
+ ];
279
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
280
+ }
281
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
282
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
283
+ }
284
+
285
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
286
+ if (localVarHttpContext === undefined) {
287
+ localVarHttpContext = new HttpContext();
288
+ }
289
+
290
+
291
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
292
+ if (localVarHttpHeaderAcceptSelected) {
293
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
294
+ responseType_ = 'text';
295
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
296
+ responseType_ = 'json';
297
+ } else {
298
+ responseType_ = 'blob';
299
+ }
300
+ }
301
+
302
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/owner`;
303
+ return this.httpClient.request<object>('post', `${this.configuration.basePath}${localVarPath}`,
304
+ {
305
+ context: localVarHttpContext,
306
+ responseType: <any>responseType_,
307
+ withCredentials: this.configuration.withCredentials,
308
+ headers: localVarHeaders,
309
+ observe: observe,
310
+ reportProgress: reportProgress
311
+ }
312
+ );
313
+ }
314
+
315
+ /**
316
+ * findChargeDisputesByCaseId
317
+ * @param caseId caseId
318
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
319
+ * @param reportProgress flag to report request and response progress.
320
+ */
321
+ public findChargeDisputesByCaseIdUsingGET(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<FindChargeDisputesResponse>;
322
+ public findChargeDisputesByCaseIdUsingGET(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<FindChargeDisputesResponse>>;
323
+ public findChargeDisputesByCaseIdUsingGET(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<FindChargeDisputesResponse>>;
324
+ public findChargeDisputesByCaseIdUsingGET(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
325
+ if (caseId === null || caseId === undefined) {
326
+ throw new Error('Required parameter caseId was null or undefined when calling findChargeDisputesByCaseIdUsingGET.');
327
+ }
328
+
329
+ let localVarHeaders = this.defaultHeaders;
330
+
331
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
332
+ if (localVarHttpHeaderAcceptSelected === undefined) {
333
+ // to determine the Accept header
334
+ const httpHeaderAccepts: string[] = [
335
+ '*/*'
336
+ ];
337
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
338
+ }
339
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
340
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
341
+ }
342
+
343
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
344
+ if (localVarHttpContext === undefined) {
345
+ localVarHttpContext = new HttpContext();
346
+ }
347
+
348
+
349
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
350
+ if (localVarHttpHeaderAcceptSelected) {
351
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
352
+ responseType_ = 'text';
353
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
354
+ responseType_ = 'json';
355
+ } else {
356
+ responseType_ = 'blob';
357
+ }
358
+ }
359
+
360
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/disputes`;
361
+ return this.httpClient.request<FindChargeDisputesResponse>('get', `${this.configuration.basePath}${localVarPath}`,
362
+ {
363
+ context: localVarHttpContext,
364
+ responseType: <any>responseType_,
365
+ withCredentials: this.configuration.withCredentials,
366
+ headers: localVarHeaders,
367
+ observe: observe,
368
+ reportProgress: reportProgress
369
+ }
370
+ );
371
+ }
372
+
373
+ /**
374
+ * getAppearanceAttorneysForCase
375
+ * @param caseId caseId
376
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
377
+ * @param reportProgress flag to report request and response progress.
378
+ */
379
+ public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetAppearanceAttorneysResponse>;
380
+ public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetAppearanceAttorneysResponse>>;
381
+ public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetAppearanceAttorneysResponse>>;
382
+ public getAppearanceAttorneysForCaseUsingGET(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
383
+ if (caseId === null || caseId === undefined) {
384
+ throw new Error('Required parameter caseId was null or undefined when calling getAppearanceAttorneysForCaseUsingGET.');
385
+ }
386
+
387
+ let localVarHeaders = this.defaultHeaders;
388
+
389
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
390
+ if (localVarHttpHeaderAcceptSelected === undefined) {
391
+ // to determine the Accept header
392
+ const httpHeaderAccepts: string[] = [
393
+ '*/*'
394
+ ];
395
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
396
+ }
397
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
398
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
399
+ }
400
+
401
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
402
+ if (localVarHttpContext === undefined) {
403
+ localVarHttpContext = new HttpContext();
404
+ }
405
+
406
+
407
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
408
+ if (localVarHttpHeaderAcceptSelected) {
409
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
410
+ responseType_ = 'text';
411
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
412
+ responseType_ = 'json';
413
+ } else {
414
+ responseType_ = 'blob';
415
+ }
416
+ }
417
+
418
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/appearance-attorneys`;
419
+ return this.httpClient.request<GetAppearanceAttorneysResponse>('get', `${this.configuration.basePath}${localVarPath}`,
420
+ {
421
+ context: localVarHttpContext,
422
+ responseType: <any>responseType_,
423
+ withCredentials: this.configuration.withCredentials,
424
+ headers: localVarHeaders,
425
+ observe: observe,
426
+ reportProgress: reportProgress
427
+ }
428
+ );
429
+ }
430
+
431
+ /**
432
+ * getSupportTicketsForCase
433
+ * @param caseId caseId
434
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
435
+ * @param reportProgress flag to report request and response progress.
436
+ */
437
+ public getSupportTicketsForCaseUsingGET(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetSupportTicketsResponse>;
438
+ public getSupportTicketsForCaseUsingGET(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetSupportTicketsResponse>>;
439
+ public getSupportTicketsForCaseUsingGET(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetSupportTicketsResponse>>;
440
+ public getSupportTicketsForCaseUsingGET(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
441
+ if (caseId === null || caseId === undefined) {
442
+ throw new Error('Required parameter caseId was null or undefined when calling getSupportTicketsForCaseUsingGET.');
443
+ }
444
+
445
+ let localVarHeaders = this.defaultHeaders;
446
+
447
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
448
+ if (localVarHttpHeaderAcceptSelected === undefined) {
449
+ // to determine the Accept header
450
+ const httpHeaderAccepts: string[] = [
451
+ '*/*'
452
+ ];
453
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
454
+ }
455
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
456
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
457
+ }
458
+
459
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
460
+ if (localVarHttpContext === undefined) {
461
+ localVarHttpContext = new HttpContext();
462
+ }
463
+
464
+
465
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
466
+ if (localVarHttpHeaderAcceptSelected) {
467
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
468
+ responseType_ = 'text';
469
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
470
+ responseType_ = 'json';
471
+ } else {
472
+ responseType_ = 'blob';
473
+ }
474
+ }
475
+
476
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/support-tickets`;
477
+ return this.httpClient.request<GetSupportTicketsResponse>('get', `${this.configuration.basePath}${localVarPath}`,
478
+ {
479
+ context: localVarHttpContext,
480
+ responseType: <any>responseType_,
481
+ withCredentials: this.configuration.withCredentials,
482
+ headers: localVarHeaders,
483
+ observe: observe,
484
+ reportProgress: reportProgress
485
+ }
486
+ );
487
+ }
488
+
489
+ /**
490
+ * initiateCaseAndChargeCustomer
491
+ * @param caseId caseId
492
+ * @param request request
493
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
494
+ * @param reportProgress flag to report request and response progress.
495
+ */
496
+ public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<InitiateCaseAndChargeCustomerResponse>;
497
+ public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<InitiateCaseAndChargeCustomerResponse>>;
498
+ public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<InitiateCaseAndChargeCustomerResponse>>;
499
+ public initiateCaseAndChargeCustomerUsingPOST(caseId: string, request: InitiateCaseAndChargeCustomerRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
500
+ if (caseId === null || caseId === undefined) {
501
+ throw new Error('Required parameter caseId was null or undefined when calling initiateCaseAndChargeCustomerUsingPOST.');
502
+ }
503
+ if (request === null || request === undefined) {
504
+ throw new Error('Required parameter request was null or undefined when calling initiateCaseAndChargeCustomerUsingPOST.');
505
+ }
506
+
507
+ let localVarHeaders = this.defaultHeaders;
508
+
509
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
510
+ if (localVarHttpHeaderAcceptSelected === undefined) {
511
+ // to determine the Accept header
512
+ const httpHeaderAccepts: string[] = [
513
+ '*/*'
514
+ ];
515
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
516
+ }
517
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
518
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
519
+ }
520
+
521
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
522
+ if (localVarHttpContext === undefined) {
523
+ localVarHttpContext = new HttpContext();
524
+ }
525
+
526
+
527
+ // to determine the Content-Type header
528
+ const consumes: string[] = [
529
+ 'application/json'
530
+ ];
531
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
532
+ if (httpContentTypeSelected !== undefined) {
533
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
534
+ }
535
+
536
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
537
+ if (localVarHttpHeaderAcceptSelected) {
538
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
539
+ responseType_ = 'text';
540
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
541
+ responseType_ = 'json';
542
+ } else {
543
+ responseType_ = 'blob';
544
+ }
545
+ }
546
+
547
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/initiate-with-payment`;
548
+ return this.httpClient.request<InitiateCaseAndChargeCustomerResponse>('post', `${this.configuration.basePath}${localVarPath}`,
549
+ {
550
+ context: localVarHttpContext,
551
+ body: request,
552
+ responseType: <any>responseType_,
553
+ withCredentials: this.configuration.withCredentials,
554
+ headers: localVarHeaders,
555
+ observe: observe,
556
+ reportProgress: reportProgress
557
+ }
558
+ );
559
+ }
560
+
561
+ /**
562
+ * initiateCase
563
+ * @param caseId caseId
564
+ * @param request request
565
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
566
+ * @param reportProgress flag to report request and response progress.
567
+ */
568
+ public initiateCaseUsingPOST(caseId: string, request?: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
569
+ public initiateCaseUsingPOST(caseId: string, request?: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
570
+ public initiateCaseUsingPOST(caseId: string, request?: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
571
+ public initiateCaseUsingPOST(caseId: string, request?: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
572
+ if (caseId === null || caseId === undefined) {
573
+ throw new Error('Required parameter caseId was null or undefined when calling initiateCaseUsingPOST.');
574
+ }
575
+
576
+ let localVarHeaders = this.defaultHeaders;
577
+
578
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
579
+ if (localVarHttpHeaderAcceptSelected === undefined) {
580
+ // to determine the Accept header
581
+ const httpHeaderAccepts: string[] = [
582
+ ];
583
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
584
+ }
585
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
586
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
587
+ }
588
+
589
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
590
+ if (localVarHttpContext === undefined) {
591
+ localVarHttpContext = new HttpContext();
592
+ }
593
+
594
+
595
+ // to determine the Content-Type header
596
+ const consumes: string[] = [
597
+ 'application/json'
598
+ ];
599
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
600
+ if (httpContentTypeSelected !== undefined) {
601
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
602
+ }
603
+
604
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
605
+ if (localVarHttpHeaderAcceptSelected) {
606
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
607
+ responseType_ = 'text';
608
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
609
+ responseType_ = 'json';
610
+ } else {
611
+ responseType_ = 'blob';
612
+ }
613
+ }
614
+
615
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/initiate`;
616
+ return this.httpClient.request<any>('post', `${this.configuration.basePath}${localVarPath}`,
617
+ {
618
+ context: localVarHttpContext,
619
+ body: request,
620
+ responseType: <any>responseType_,
621
+ withCredentials: this.configuration.withCredentials,
622
+ headers: localVarHeaders,
623
+ observe: observe,
624
+ reportProgress: reportProgress
625
+ }
626
+ );
627
+ }
628
+
629
+ /**
630
+ * markCaseAsResolved
631
+ * @param caseId caseId
632
+ * @param request request
633
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
634
+ * @param reportProgress flag to report request and response progress.
635
+ */
636
+ public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<MarkCaseAsResolvedResponse>;
637
+ public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<MarkCaseAsResolvedResponse>>;
638
+ public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<MarkCaseAsResolvedResponse>>;
639
+ public markCaseAsResolvedUsingPOST(caseId: string, request: MarkCaseAsResolvedRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
640
+ if (caseId === null || caseId === undefined) {
641
+ throw new Error('Required parameter caseId was null or undefined when calling markCaseAsResolvedUsingPOST.');
642
+ }
643
+ if (request === null || request === undefined) {
644
+ throw new Error('Required parameter request was null or undefined when calling markCaseAsResolvedUsingPOST.');
645
+ }
646
+
647
+ let localVarHeaders = this.defaultHeaders;
648
+
649
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
650
+ if (localVarHttpHeaderAcceptSelected === undefined) {
651
+ // to determine the Accept header
652
+ const httpHeaderAccepts: string[] = [
653
+ '*/*'
654
+ ];
655
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
656
+ }
657
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
658
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
659
+ }
660
+
661
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
662
+ if (localVarHttpContext === undefined) {
663
+ localVarHttpContext = new HttpContext();
664
+ }
665
+
666
+
667
+ // to determine the Content-Type header
668
+ const consumes: string[] = [
669
+ 'application/json'
670
+ ];
671
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
672
+ if (httpContentTypeSelected !== undefined) {
673
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
674
+ }
675
+
676
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
677
+ if (localVarHttpHeaderAcceptSelected) {
678
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
679
+ responseType_ = 'text';
680
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
681
+ responseType_ = 'json';
682
+ } else {
683
+ responseType_ = 'blob';
684
+ }
685
+ }
686
+
687
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/resolution`;
688
+ return this.httpClient.request<MarkCaseAsResolvedResponse>('post', `${this.configuration.basePath}${localVarPath}`,
689
+ {
690
+ context: localVarHttpContext,
691
+ body: request,
692
+ responseType: <any>responseType_,
693
+ withCredentials: this.configuration.withCredentials,
694
+ headers: localVarHeaders,
695
+ observe: observe,
696
+ reportProgress: reportProgress
697
+ }
698
+ );
699
+ }
700
+
701
+ /**
702
+ * removeViolationsFromCitation
703
+ * @param caseId caseId
704
+ * @param violationTypes violationTypes
705
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
706
+ * @param reportProgress flag to report request and response progress.
707
+ */
708
+ public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
709
+ public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
710
+ public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
711
+ public removeViolationsFromCitationUsingDELETE(caseId: string, violationTypes: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
712
+ if (caseId === null || caseId === undefined) {
713
+ throw new Error('Required parameter caseId was null or undefined when calling removeViolationsFromCitationUsingDELETE.');
714
+ }
715
+ if (violationTypes === null || violationTypes === undefined) {
716
+ throw new Error('Required parameter violationTypes was null or undefined when calling removeViolationsFromCitationUsingDELETE.');
717
+ }
718
+
719
+ let localVarHeaders = this.defaultHeaders;
720
+
721
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
722
+ if (localVarHttpHeaderAcceptSelected === undefined) {
723
+ // to determine the Accept header
724
+ const httpHeaderAccepts: string[] = [
725
+ '*/*'
726
+ ];
727
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
728
+ }
729
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
730
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
731
+ }
732
+
733
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
734
+ if (localVarHttpContext === undefined) {
735
+ localVarHttpContext = new HttpContext();
736
+ }
737
+
738
+
739
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
740
+ if (localVarHttpHeaderAcceptSelected) {
741
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
742
+ responseType_ = 'text';
743
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
744
+ responseType_ = 'json';
745
+ } else {
746
+ responseType_ = 'blob';
747
+ }
748
+ }
749
+
750
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/citation/violations/${this.configuration.encodeParam({name: "violationTypes", value: violationTypes, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}`;
751
+ return this.httpClient.request<object>('delete', `${this.configuration.basePath}${localVarPath}`,
752
+ {
753
+ context: localVarHttpContext,
754
+ responseType: <any>responseType_,
755
+ withCredentials: this.configuration.withCredentials,
756
+ headers: localVarHeaders,
757
+ observe: observe,
758
+ reportProgress: reportProgress
759
+ }
760
+ );
761
+ }
762
+
763
+ /**
764
+ * reopenCase
765
+ * @param caseId caseId
766
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
767
+ * @param reportProgress flag to report request and response progress.
768
+ */
769
+ public reopenCaseUsingPUT(caseId: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
770
+ public reopenCaseUsingPUT(caseId: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
771
+ public reopenCaseUsingPUT(caseId: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
772
+ public reopenCaseUsingPUT(caseId: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
773
+ if (caseId === null || caseId === undefined) {
774
+ throw new Error('Required parameter caseId was null or undefined when calling reopenCaseUsingPUT.');
775
+ }
776
+
777
+ let localVarHeaders = this.defaultHeaders;
778
+
779
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
780
+ if (localVarHttpHeaderAcceptSelected === undefined) {
781
+ // to determine the Accept header
782
+ const httpHeaderAccepts: string[] = [
783
+ ];
784
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
785
+ }
786
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
787
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
788
+ }
789
+
790
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
791
+ if (localVarHttpContext === undefined) {
792
+ localVarHttpContext = new HttpContext();
793
+ }
794
+
795
+
796
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
797
+ if (localVarHttpHeaderAcceptSelected) {
798
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
799
+ responseType_ = 'text';
800
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
801
+ responseType_ = 'json';
802
+ } else {
803
+ responseType_ = 'blob';
804
+ }
805
+ }
806
+
807
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/reopen`;
808
+ return this.httpClient.request<any>('put', `${this.configuration.basePath}${localVarPath}`,
809
+ {
810
+ context: localVarHttpContext,
811
+ responseType: <any>responseType_,
812
+ withCredentials: this.configuration.withCredentials,
813
+ headers: localVarHeaders,
814
+ observe: observe,
815
+ reportProgress: reportProgress
816
+ }
817
+ );
818
+ }
819
+
820
+ /**
821
+ * setArchiveOnCases
822
+ * @param request request
823
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
824
+ * @param reportProgress flag to report request and response progress.
825
+ */
826
+ public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
827
+ public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
828
+ public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
829
+ public setArchiveOnCasesUsingPUT(request: SetArchiveOnCasesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
830
+ if (request === null || request === undefined) {
831
+ throw new Error('Required parameter request was null or undefined when calling setArchiveOnCasesUsingPUT.');
832
+ }
833
+
834
+ let localVarHeaders = this.defaultHeaders;
835
+
836
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
837
+ if (localVarHttpHeaderAcceptSelected === undefined) {
838
+ // to determine the Accept header
839
+ const httpHeaderAccepts: string[] = [
840
+ ];
841
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
842
+ }
843
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
844
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
845
+ }
846
+
847
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
848
+ if (localVarHttpContext === undefined) {
849
+ localVarHttpContext = new HttpContext();
850
+ }
851
+
852
+
853
+ // to determine the Content-Type header
854
+ const consumes: string[] = [
855
+ 'application/json'
856
+ ];
857
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
858
+ if (httpContentTypeSelected !== undefined) {
859
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
860
+ }
861
+
862
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
863
+ if (localVarHttpHeaderAcceptSelected) {
864
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
865
+ responseType_ = 'text';
866
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
867
+ responseType_ = 'json';
868
+ } else {
869
+ responseType_ = 'blob';
870
+ }
871
+ }
872
+
873
+ let localVarPath = `/api/v1/cases/archive`;
874
+ return this.httpClient.request<any>('put', `${this.configuration.basePath}${localVarPath}`,
875
+ {
876
+ context: localVarHttpContext,
877
+ body: request,
878
+ responseType: <any>responseType_,
879
+ withCredentials: this.configuration.withCredentials,
880
+ headers: localVarHeaders,
881
+ observe: observe,
882
+ reportProgress: reportProgress
883
+ }
884
+ );
885
+ }
886
+
887
+ /**
888
+ * setCourtDateForCase
889
+ * @param caseId caseId
890
+ * @param request request
891
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
892
+ * @param reportProgress flag to report request and response progress.
893
+ */
894
+ public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any>;
895
+ public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpResponse<any>>;
896
+ public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<HttpEvent<any>>;
897
+ public setCourtDateForCaseUsingPOST(caseId: string, request: SetCourtDateForCaseRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: undefined, context?: HttpContext}): Observable<any> {
898
+ if (caseId === null || caseId === undefined) {
899
+ throw new Error('Required parameter caseId was null or undefined when calling setCourtDateForCaseUsingPOST.');
900
+ }
901
+ if (request === null || request === undefined) {
902
+ throw new Error('Required parameter request was null or undefined when calling setCourtDateForCaseUsingPOST.');
903
+ }
904
+
905
+ let localVarHeaders = this.defaultHeaders;
906
+
907
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
908
+ if (localVarHttpHeaderAcceptSelected === undefined) {
909
+ // to determine the Accept header
910
+ const httpHeaderAccepts: string[] = [
911
+ ];
912
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
913
+ }
914
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
915
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
916
+ }
917
+
918
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
919
+ if (localVarHttpContext === undefined) {
920
+ localVarHttpContext = new HttpContext();
921
+ }
922
+
923
+
924
+ // to determine the Content-Type header
925
+ const consumes: string[] = [
926
+ 'application/json'
927
+ ];
928
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
929
+ if (httpContentTypeSelected !== undefined) {
930
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
931
+ }
932
+
933
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
934
+ if (localVarHttpHeaderAcceptSelected) {
935
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
936
+ responseType_ = 'text';
937
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
938
+ responseType_ = 'json';
939
+ } else {
940
+ responseType_ = 'blob';
941
+ }
942
+ }
943
+
944
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/courtdate`;
945
+ return this.httpClient.request<any>('post', `${this.configuration.basePath}${localVarPath}`,
946
+ {
947
+ context: localVarHttpContext,
948
+ body: request,
949
+ responseType: <any>responseType_,
950
+ withCredentials: this.configuration.withCredentials,
951
+ headers: localVarHeaders,
952
+ observe: observe,
953
+ reportProgress: reportProgress
954
+ }
955
+ );
956
+ }
957
+
958
+ /**
959
+ * submitRequestForPriceMatch
960
+ * @param caseId caseId
961
+ * @param priceMatchRequest priceMatchRequest
962
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
963
+ * @param reportProgress flag to report request and response progress.
964
+ */
965
+ public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<PriceMatchResponse>;
966
+ public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<PriceMatchResponse>>;
967
+ public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<PriceMatchResponse>>;
968
+ public submitRequestForPriceMatchUsingPOST(caseId: string, priceMatchRequest: PriceMatchRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
969
+ if (caseId === null || caseId === undefined) {
970
+ throw new Error('Required parameter caseId was null or undefined when calling submitRequestForPriceMatchUsingPOST.');
971
+ }
972
+ if (priceMatchRequest === null || priceMatchRequest === undefined) {
973
+ throw new Error('Required parameter priceMatchRequest was null or undefined when calling submitRequestForPriceMatchUsingPOST.');
974
+ }
975
+
976
+ let localVarHeaders = this.defaultHeaders;
977
+
978
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
979
+ if (localVarHttpHeaderAcceptSelected === undefined) {
980
+ // to determine the Accept header
981
+ const httpHeaderAccepts: string[] = [
982
+ '*/*'
983
+ ];
984
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
985
+ }
986
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
987
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
988
+ }
989
+
990
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
991
+ if (localVarHttpContext === undefined) {
992
+ localVarHttpContext = new HttpContext();
993
+ }
994
+
995
+
996
+ // to determine the Content-Type header
997
+ const consumes: string[] = [
998
+ 'application/json'
999
+ ];
1000
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1001
+ if (httpContentTypeSelected !== undefined) {
1002
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1003
+ }
1004
+
1005
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
1006
+ if (localVarHttpHeaderAcceptSelected) {
1007
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1008
+ responseType_ = 'text';
1009
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1010
+ responseType_ = 'json';
1011
+ } else {
1012
+ responseType_ = 'blob';
1013
+ }
1014
+ }
1015
+
1016
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/price-match`;
1017
+ return this.httpClient.request<PriceMatchResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1018
+ {
1019
+ context: localVarHttpContext,
1020
+ body: priceMatchRequest,
1021
+ responseType: <any>responseType_,
1022
+ withCredentials: this.configuration.withCredentials,
1023
+ headers: localVarHeaders,
1024
+ observe: observe,
1025
+ reportProgress: reportProgress
1026
+ }
1027
+ );
1028
+ }
1029
+
1030
+ /**
1031
+ * updateCase
1032
+ * @param caseId caseId
1033
+ * @param caseFromRequest caseFromRequest
1034
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1035
+ * @param reportProgress flag to report request and response progress.
1036
+ */
1037
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetCaseResponse>;
1038
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetCaseResponse>>;
1039
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetCaseResponse>>;
1040
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
1041
+ if (caseId === null || caseId === undefined) {
1042
+ throw new Error('Required parameter caseId was null or undefined when calling updateCaseUsingPUT.');
1043
+ }
1044
+ if (caseFromRequest === null || caseFromRequest === undefined) {
1045
+ throw new Error('Required parameter caseFromRequest was null or undefined when calling updateCaseUsingPUT.');
1046
+ }
1047
+
1048
+ let localVarHeaders = this.defaultHeaders;
1049
+
1050
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1051
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1052
+ // to determine the Accept header
1053
+ const httpHeaderAccepts: string[] = [
1054
+ '*/*'
1055
+ ];
1056
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1057
+ }
1058
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1059
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1060
+ }
1061
+
1062
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
1063
+ if (localVarHttpContext === undefined) {
1064
+ localVarHttpContext = new HttpContext();
1065
+ }
1066
+
1067
+
1068
+ // to determine the Content-Type header
1069
+ const consumes: string[] = [
1070
+ 'application/json'
1071
+ ];
1072
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1073
+ if (httpContentTypeSelected !== undefined) {
1074
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1075
+ }
1076
+
1077
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
1078
+ if (localVarHttpHeaderAcceptSelected) {
1079
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1080
+ responseType_ = 'text';
1081
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1082
+ responseType_ = 'json';
1083
+ } else {
1084
+ responseType_ = 'blob';
1085
+ }
1086
+ }
1087
+
1088
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}`;
1089
+ return this.httpClient.request<GetCaseResponse>('put', `${this.configuration.basePath}${localVarPath}`,
1090
+ {
1091
+ context: localVarHttpContext,
1092
+ body: caseFromRequest,
1093
+ responseType: <any>responseType_,
1094
+ withCredentials: this.configuration.withCredentials,
1095
+ headers: localVarHeaders,
1096
+ observe: observe,
1097
+ reportProgress: reportProgress
1098
+ }
1099
+ );
1100
+ }
1101
+
1102
+ /**
1103
+ * updateDeclineTickets
1104
+ * @param caseId caseId
1105
+ * @param request request
1106
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1107
+ * @param reportProgress flag to report request and response progress.
1108
+ */
1109
+ public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<object>;
1110
+ public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<object>>;
1111
+ public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<object>>;
1112
+ public updateDeclineTicketsUsingPUT(caseId: string, request: UpdateCaseDeclineTicketsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
1113
+ if (caseId === null || caseId === undefined) {
1114
+ throw new Error('Required parameter caseId was null or undefined when calling updateDeclineTicketsUsingPUT.');
1115
+ }
1116
+ if (request === null || request === undefined) {
1117
+ throw new Error('Required parameter request was null or undefined when calling updateDeclineTicketsUsingPUT.');
1118
+ }
1119
+
1120
+ let localVarHeaders = this.defaultHeaders;
1121
+
1122
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1123
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1124
+ // to determine the Accept header
1125
+ const httpHeaderAccepts: string[] = [
1126
+ '*/*'
1127
+ ];
1128
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1129
+ }
1130
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1131
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1132
+ }
1133
+
1134
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
1135
+ if (localVarHttpContext === undefined) {
1136
+ localVarHttpContext = new HttpContext();
1137
+ }
1138
+
1139
+
1140
+ // to determine the Content-Type header
1141
+ const consumes: string[] = [
1142
+ 'application/json'
1143
+ ];
1144
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1145
+ if (httpContentTypeSelected !== undefined) {
1146
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1147
+ }
1148
+
1149
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
1150
+ if (localVarHttpHeaderAcceptSelected) {
1151
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1152
+ responseType_ = 'text';
1153
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1154
+ responseType_ = 'json';
1155
+ } else {
1156
+ responseType_ = 'blob';
1157
+ }
1158
+ }
1159
+
1160
+ let localVarPath = `/api/v1/cases/${this.configuration.encodeParam({name: "caseId", value: caseId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/decline-tickets`;
1161
+ return this.httpClient.request<object>('put', `${this.configuration.basePath}${localVarPath}`,
1162
+ {
1163
+ context: localVarHttpContext,
1164
+ body: request,
1165
+ responseType: <any>responseType_,
1166
+ withCredentials: this.configuration.withCredentials,
1167
+ headers: localVarHeaders,
1168
+ observe: observe,
1169
+ reportProgress: reportProgress
1170
+ }
1171
+ );
1172
+ }
1173
+
1174
+ }