@otr-app/shared-backend-generated-client 2.3.100 → 2.3.101

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