@otr-app/shared-backend-generated-client 2.3.99 → 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 -45
  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 -40
  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 -43
  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,1253 +1,1253 @@
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 { FindChargeDisputesResponse } from '../model/findChargeDisputesResponse';
23
- // @ts-ignore
24
- import { FindDisputesRequest } from '../model/findDisputesRequest';
25
- // @ts-ignore
26
- import { GenericAdminListRequest } from '../model/genericAdminListRequest';
27
- // @ts-ignore
28
- import { GetCasesWithCoverageObtainedResponse } from '../model/getCasesWithCoverageObtainedResponse';
29
- // @ts-ignore
30
- import { GetCasesWithMissingLawfirmPayoutsResponse } from '../model/getCasesWithMissingLawfirmPayoutsResponse';
31
- // @ts-ignore
32
- import { GetCasesWithOverduePaymentsResponse } from '../model/getCasesWithOverduePaymentsResponse';
33
- // @ts-ignore
34
- import { GetCasesWithUncapturedChargesRequest } from '../model/getCasesWithUncapturedChargesRequest';
35
- // @ts-ignore
36
- import { GetCitationPhoneLeadsRequest } from '../model/getCitationPhoneLeadsRequest';
37
- // @ts-ignore
38
- import { GetCitationPhoneLeadsResponse } from '../model/getCitationPhoneLeadsResponse';
39
- // @ts-ignore
40
- import { GetCitationsWithMissingFieldsRequest } from '../model/getCitationsWithMissingFieldsRequest';
41
- // @ts-ignore
42
- import { GetCitationsWithMissingFieldsResponse } from '../model/getCitationsWithMissingFieldsResponse';
43
- // @ts-ignore
44
- import { GetClientConfirmedUnpaidCasesResponse } from '../model/getClientConfirmedUnpaidCasesResponse';
45
- // @ts-ignore
46
- import { GetDeclinedCasesRequest } from '../model/getDeclinedCasesRequest';
47
- // @ts-ignore
48
- import { GetDeclinedCasesResponse } from '../model/getDeclinedCasesResponse';
49
- // @ts-ignore
50
- import { GetInvalidCasesWithStripeChargeResponse } from '../model/getInvalidCasesWithStripeChargeResponse';
51
- // @ts-ignore
52
- import { GetLawfirmLeadsRequest } from '../model/getLawfirmLeadsRequest';
53
- // @ts-ignore
54
- import { GetLawfirmLeadsResponse } from '../model/getLawfirmLeadsResponse';
55
- // @ts-ignore
56
- import { GetLostCasesWithTransferNotReversedRequest } from '../model/getLostCasesWithTransferNotReversedRequest';
57
- // @ts-ignore
58
- import { GetLostCasesWithTransferNotReversedResponse } from '../model/getLostCasesWithTransferNotReversedResponse';
59
- // @ts-ignore
60
- import { GetPendingCasesResponse } from '../model/getPendingCasesResponse';
61
- // @ts-ignore
62
- import { GetPendingTicketReviewsRequest } from '../model/getPendingTicketReviewsRequest';
63
- // @ts-ignore
64
- import { GetPendingTicketReviewsResponse } from '../model/getPendingTicketReviewsResponse';
65
- // @ts-ignore
66
- import { GetPotentialCustomersRequest } from '../model/getPotentialCustomersRequest';
67
- // @ts-ignore
68
- import { GetPotentialCustomersResponse } from '../model/getPotentialCustomersResponse';
69
- // @ts-ignore
70
- import { ListBillingSubscribersRequest } from '../model/listBillingSubscribersRequest';
71
- // @ts-ignore
72
- import { ListBillingSubscribersResponse } from '../model/listBillingSubscribersResponse';
73
-
74
- // @ts-ignore
75
- import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
76
- import { Configuration } from '../configuration';
77
-
78
-
79
-
80
- @Injectable({
81
- providedIn: 'root'
82
- })
83
- export class ConsoleListControllerService {
84
-
85
- protected basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
86
- public defaultHeaders = new HttpHeaders();
87
- public configuration = new Configuration();
88
- public encoder: HttpParameterCodec;
89
-
90
- constructor(protected httpClient: HttpClient, @Optional()@Inject(BASE_PATH) basePath: string|string[], @Optional() configuration: Configuration) {
91
- if (configuration) {
92
- this.configuration = configuration;
93
- }
94
- if (typeof this.configuration.basePath !== 'string') {
95
- if (Array.isArray(basePath) && basePath.length > 0) {
96
- basePath = basePath[0];
97
- }
98
-
99
- if (typeof basePath !== 'string') {
100
- basePath = this.basePath;
101
- }
102
- this.configuration.basePath = basePath;
103
- }
104
- this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
105
- }
106
-
107
-
108
- // @ts-ignore
109
- private addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams {
110
- if (typeof value === "object" && value instanceof Date === false) {
111
- httpParams = this.addToHttpParamsRecursive(httpParams, value);
112
- } else {
113
- httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
114
- }
115
- return httpParams;
116
- }
117
-
118
- private addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams {
119
- if (value == null) {
120
- return httpParams;
121
- }
122
-
123
- if (typeof value === "object") {
124
- if (Array.isArray(value)) {
125
- (value as any[]).forEach( elem => httpParams = this.addToHttpParamsRecursive(httpParams, elem, key));
126
- } else if (value instanceof Date) {
127
- if (key != null) {
128
- httpParams = httpParams.append(key, (value as Date).toISOString().substr(0, 10));
129
- } else {
130
- throw Error("key may not be null if value is Date");
131
- }
132
- } else {
133
- Object.keys(value).forEach( k => httpParams = this.addToHttpParamsRecursive(
134
- httpParams, value[k], key != null ? `${key}.${k}` : k));
135
- }
136
- } else if (key != null) {
137
- httpParams = httpParams.append(key, value);
138
- } else {
139
- throw Error("key may not be null if value is not object or array");
140
- }
141
- return httpParams;
142
- }
143
-
144
- /**
145
- * findDisputes
146
- * @param request request
147
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
148
- * @param reportProgress flag to report request and response progress.
149
- */
150
- public findDisputesUsingPOST(request: FindDisputesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<FindChargeDisputesResponse>;
151
- public findDisputesUsingPOST(request: FindDisputesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<FindChargeDisputesResponse>>;
152
- public findDisputesUsingPOST(request: FindDisputesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<FindChargeDisputesResponse>>;
153
- public findDisputesUsingPOST(request: FindDisputesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
154
- if (request === null || request === undefined) {
155
- throw new Error('Required parameter request was null or undefined when calling findDisputesUsingPOST.');
156
- }
157
-
158
- let localVarHeaders = this.defaultHeaders;
159
-
160
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
161
- if (localVarHttpHeaderAcceptSelected === undefined) {
162
- // to determine the Accept header
163
- const httpHeaderAccepts: string[] = [
164
- 'application/json'
165
- ];
166
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
167
- }
168
- if (localVarHttpHeaderAcceptSelected !== undefined) {
169
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
170
- }
171
-
172
- let localVarHttpContext: HttpContext | undefined = options && options.context;
173
- if (localVarHttpContext === undefined) {
174
- localVarHttpContext = new HttpContext();
175
- }
176
-
177
-
178
- // to determine the Content-Type header
179
- const consumes: string[] = [
180
- 'application/json'
181
- ];
182
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
183
- if (httpContentTypeSelected !== undefined) {
184
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
185
- }
186
-
187
- let responseType_: 'text' | 'json' | 'blob' = 'json';
188
- if (localVarHttpHeaderAcceptSelected) {
189
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
190
- responseType_ = 'text';
191
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
192
- responseType_ = 'json';
193
- } else {
194
- responseType_ = 'blob';
195
- }
196
- }
197
-
198
- let localVarPath = `/api/v1/console/disputes`;
199
- return this.httpClient.request<FindChargeDisputesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
200
- {
201
- context: localVarHttpContext,
202
- body: request,
203
- responseType: <any>responseType_,
204
- withCredentials: this.configuration.withCredentials,
205
- headers: localVarHeaders,
206
- observe: observe,
207
- reportProgress: reportProgress
208
- }
209
- );
210
- }
211
-
212
- /**
213
- * getCasesWithCoverageObtained
214
- * @param request request
215
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
216
- * @param reportProgress flag to report request and response progress.
217
- */
218
- public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCasesWithCoverageObtainedResponse>;
219
- public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCasesWithCoverageObtainedResponse>>;
220
- public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCasesWithCoverageObtainedResponse>>;
221
- public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
222
- if (request === null || request === undefined) {
223
- throw new Error('Required parameter request was null or undefined when calling getCasesWithCoverageObtainedUsingPOST.');
224
- }
225
-
226
- let localVarHeaders = this.defaultHeaders;
227
-
228
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
229
- if (localVarHttpHeaderAcceptSelected === undefined) {
230
- // to determine the Accept header
231
- const httpHeaderAccepts: string[] = [
232
- 'application/json'
233
- ];
234
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
235
- }
236
- if (localVarHttpHeaderAcceptSelected !== undefined) {
237
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
238
- }
239
-
240
- let localVarHttpContext: HttpContext | undefined = options && options.context;
241
- if (localVarHttpContext === undefined) {
242
- localVarHttpContext = new HttpContext();
243
- }
244
-
245
-
246
- // to determine the Content-Type header
247
- const consumes: string[] = [
248
- 'application/json'
249
- ];
250
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
251
- if (httpContentTypeSelected !== undefined) {
252
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
253
- }
254
-
255
- let responseType_: 'text' | 'json' | 'blob' = 'json';
256
- if (localVarHttpHeaderAcceptSelected) {
257
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
258
- responseType_ = 'text';
259
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
260
- responseType_ = 'json';
261
- } else {
262
- responseType_ = 'blob';
263
- }
264
- }
265
-
266
- let localVarPath = `/api/v1/console/cases-with-coverage-obtained`;
267
- return this.httpClient.request<GetCasesWithCoverageObtainedResponse>('post', `${this.configuration.basePath}${localVarPath}`,
268
- {
269
- context: localVarHttpContext,
270
- body: request,
271
- responseType: <any>responseType_,
272
- withCredentials: this.configuration.withCredentials,
273
- headers: localVarHeaders,
274
- observe: observe,
275
- reportProgress: reportProgress
276
- }
277
- );
278
- }
279
-
280
- /**
281
- * getCasesWithMissingLawfirmPayouts
282
- * @param request request
283
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
284
- * @param reportProgress flag to report request and response progress.
285
- */
286
- public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCasesWithMissingLawfirmPayoutsResponse>;
287
- public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCasesWithMissingLawfirmPayoutsResponse>>;
288
- public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCasesWithMissingLawfirmPayoutsResponse>>;
289
- public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
290
- if (request === null || request === undefined) {
291
- throw new Error('Required parameter request was null or undefined when calling getCasesWithMissingLawfirmPayoutsUsingPOST.');
292
- }
293
-
294
- let localVarHeaders = this.defaultHeaders;
295
-
296
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
297
- if (localVarHttpHeaderAcceptSelected === undefined) {
298
- // to determine the Accept header
299
- const httpHeaderAccepts: string[] = [
300
- 'application/json'
301
- ];
302
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
303
- }
304
- if (localVarHttpHeaderAcceptSelected !== undefined) {
305
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
306
- }
307
-
308
- let localVarHttpContext: HttpContext | undefined = options && options.context;
309
- if (localVarHttpContext === undefined) {
310
- localVarHttpContext = new HttpContext();
311
- }
312
-
313
-
314
- // to determine the Content-Type header
315
- const consumes: string[] = [
316
- 'application/json'
317
- ];
318
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
319
- if (httpContentTypeSelected !== undefined) {
320
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
321
- }
322
-
323
- let responseType_: 'text' | 'json' | 'blob' = 'json';
324
- if (localVarHttpHeaderAcceptSelected) {
325
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
326
- responseType_ = 'text';
327
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
328
- responseType_ = 'json';
329
- } else {
330
- responseType_ = 'blob';
331
- }
332
- }
333
-
334
- let localVarPath = `/api/v1/console/cases/missing-lawfirm-payouts`;
335
- return this.httpClient.request<GetCasesWithMissingLawfirmPayoutsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
336
- {
337
- context: localVarHttpContext,
338
- body: request,
339
- responseType: <any>responseType_,
340
- withCredentials: this.configuration.withCredentials,
341
- headers: localVarHeaders,
342
- observe: observe,
343
- reportProgress: reportProgress
344
- }
345
- );
346
- }
347
-
348
- /**
349
- * getCasesWithOverduePayments
350
- * @param request request
351
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
352
- * @param reportProgress flag to report request and response progress.
353
- */
354
- public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCasesWithOverduePaymentsResponse>;
355
- public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCasesWithOverduePaymentsResponse>>;
356
- public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCasesWithOverduePaymentsResponse>>;
357
- public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
358
- if (request === null || request === undefined) {
359
- throw new Error('Required parameter request was null or undefined when calling getCasesWithOverduePaymentsUsingPOST.');
360
- }
361
-
362
- let localVarHeaders = this.defaultHeaders;
363
-
364
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
365
- if (localVarHttpHeaderAcceptSelected === undefined) {
366
- // to determine the Accept header
367
- const httpHeaderAccepts: string[] = [
368
- 'application/json'
369
- ];
370
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
371
- }
372
- if (localVarHttpHeaderAcceptSelected !== undefined) {
373
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
374
- }
375
-
376
- let localVarHttpContext: HttpContext | undefined = options && options.context;
377
- if (localVarHttpContext === undefined) {
378
- localVarHttpContext = new HttpContext();
379
- }
380
-
381
-
382
- // to determine the Content-Type header
383
- const consumes: string[] = [
384
- 'application/json'
385
- ];
386
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
387
- if (httpContentTypeSelected !== undefined) {
388
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
389
- }
390
-
391
- let responseType_: 'text' | 'json' | 'blob' = 'json';
392
- if (localVarHttpHeaderAcceptSelected) {
393
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
394
- responseType_ = 'text';
395
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
396
- responseType_ = 'json';
397
- } else {
398
- responseType_ = 'blob';
399
- }
400
- }
401
-
402
- let localVarPath = `/api/v1/console/cases/unpaid`;
403
- return this.httpClient.request<GetCasesWithOverduePaymentsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
404
- {
405
- context: localVarHttpContext,
406
- body: request,
407
- responseType: <any>responseType_,
408
- withCredentials: this.configuration.withCredentials,
409
- headers: localVarHeaders,
410
- observe: observe,
411
- reportProgress: reportProgress
412
- }
413
- );
414
- }
415
-
416
- /**
417
- * getCitationPhoneLeads
418
- * @param request request
419
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
420
- * @param reportProgress flag to report request and response progress.
421
- */
422
- public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCitationPhoneLeadsResponse>;
423
- public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCitationPhoneLeadsResponse>>;
424
- public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCitationPhoneLeadsResponse>>;
425
- public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
426
- if (request === null || request === undefined) {
427
- throw new Error('Required parameter request was null or undefined when calling getCitationPhoneLeadsUsingPOST.');
428
- }
429
-
430
- let localVarHeaders = this.defaultHeaders;
431
-
432
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
433
- if (localVarHttpHeaderAcceptSelected === undefined) {
434
- // to determine the Accept header
435
- const httpHeaderAccepts: string[] = [
436
- 'application/json'
437
- ];
438
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
439
- }
440
- if (localVarHttpHeaderAcceptSelected !== undefined) {
441
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
442
- }
443
-
444
- let localVarHttpContext: HttpContext | undefined = options && options.context;
445
- if (localVarHttpContext === undefined) {
446
- localVarHttpContext = new HttpContext();
447
- }
448
-
449
-
450
- // to determine the Content-Type header
451
- const consumes: string[] = [
452
- 'application/json'
453
- ];
454
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
455
- if (httpContentTypeSelected !== undefined) {
456
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
457
- }
458
-
459
- let responseType_: 'text' | 'json' | 'blob' = 'json';
460
- if (localVarHttpHeaderAcceptSelected) {
461
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
462
- responseType_ = 'text';
463
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
464
- responseType_ = 'json';
465
- } else {
466
- responseType_ = 'blob';
467
- }
468
- }
469
-
470
- let localVarPath = `/api/v1/console/citation-phone-leads`;
471
- return this.httpClient.request<GetCitationPhoneLeadsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
472
- {
473
- context: localVarHttpContext,
474
- body: request,
475
- responseType: <any>responseType_,
476
- withCredentials: this.configuration.withCredentials,
477
- headers: localVarHeaders,
478
- observe: observe,
479
- reportProgress: reportProgress
480
- }
481
- );
482
- }
483
-
484
- /**
485
- * getCitationsWithMissingFields
486
- * @param request request
487
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
488
- * @param reportProgress flag to report request and response progress.
489
- * @deprecated
490
- */
491
- public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCitationsWithMissingFieldsResponse>;
492
- public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCitationsWithMissingFieldsResponse>>;
493
- public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCitationsWithMissingFieldsResponse>>;
494
- public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
495
- if (request === null || request === undefined) {
496
- throw new Error('Required parameter request was null or undefined when calling getCitationsWithMissingFieldsUsingPOST.');
497
- }
498
-
499
- let localVarHeaders = this.defaultHeaders;
500
-
501
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
502
- if (localVarHttpHeaderAcceptSelected === undefined) {
503
- // to determine the Accept header
504
- const httpHeaderAccepts: string[] = [
505
- 'application/json'
506
- ];
507
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
508
- }
509
- if (localVarHttpHeaderAcceptSelected !== undefined) {
510
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
511
- }
512
-
513
- let localVarHttpContext: HttpContext | undefined = options && options.context;
514
- if (localVarHttpContext === undefined) {
515
- localVarHttpContext = new HttpContext();
516
- }
517
-
518
-
519
- // to determine the Content-Type header
520
- const consumes: string[] = [
521
- 'application/json'
522
- ];
523
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
524
- if (httpContentTypeSelected !== undefined) {
525
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
526
- }
527
-
528
- let responseType_: 'text' | 'json' | 'blob' = 'json';
529
- if (localVarHttpHeaderAcceptSelected) {
530
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
531
- responseType_ = 'text';
532
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
533
- responseType_ = 'json';
534
- } else {
535
- responseType_ = 'blob';
536
- }
537
- }
538
-
539
- let localVarPath = `/api/v1/console/citations-with-missing-fields`;
540
- return this.httpClient.request<GetCitationsWithMissingFieldsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
541
- {
542
- context: localVarHttpContext,
543
- body: request,
544
- responseType: <any>responseType_,
545
- withCredentials: this.configuration.withCredentials,
546
- headers: localVarHeaders,
547
- observe: observe,
548
- reportProgress: reportProgress
549
- }
550
- );
551
- }
552
-
553
- /**
554
- * getCitationsWithMissingFieldsV2
555
- * @param request request
556
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
557
- * @param reportProgress flag to report request and response progress.
558
- */
559
- public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCitationsWithMissingFieldsResponse>;
560
- public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCitationsWithMissingFieldsResponse>>;
561
- public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCitationsWithMissingFieldsResponse>>;
562
- public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
563
- if (request === null || request === undefined) {
564
- throw new Error('Required parameter request was null or undefined when calling getCitationsWithMissingFieldsV2UsingPOST.');
565
- }
566
-
567
- let localVarHeaders = this.defaultHeaders;
568
-
569
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
570
- if (localVarHttpHeaderAcceptSelected === undefined) {
571
- // to determine the Accept header
572
- const httpHeaderAccepts: string[] = [
573
- 'application/json'
574
- ];
575
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
576
- }
577
- if (localVarHttpHeaderAcceptSelected !== undefined) {
578
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
579
- }
580
-
581
- let localVarHttpContext: HttpContext | undefined = options && options.context;
582
- if (localVarHttpContext === undefined) {
583
- localVarHttpContext = new HttpContext();
584
- }
585
-
586
-
587
- // to determine the Content-Type header
588
- const consumes: string[] = [
589
- 'application/json'
590
- ];
591
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
592
- if (httpContentTypeSelected !== undefined) {
593
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
594
- }
595
-
596
- let responseType_: 'text' | 'json' | 'blob' = 'json';
597
- if (localVarHttpHeaderAcceptSelected) {
598
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
599
- responseType_ = 'text';
600
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
601
- responseType_ = 'json';
602
- } else {
603
- responseType_ = 'blob';
604
- }
605
- }
606
-
607
- let localVarPath = `/api/v2/console/citations-with-missing-fields`;
608
- return this.httpClient.request<GetCitationsWithMissingFieldsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
609
- {
610
- context: localVarHttpContext,
611
- body: request,
612
- responseType: <any>responseType_,
613
- withCredentials: this.configuration.withCredentials,
614
- headers: localVarHeaders,
615
- observe: observe,
616
- reportProgress: reportProgress
617
- }
618
- );
619
- }
620
-
621
- /**
622
- * getClientConfirmedUnpaidCases
623
- * @param request request
624
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
625
- * @param reportProgress flag to report request and response progress.
626
- */
627
- public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetClientConfirmedUnpaidCasesResponse>;
628
- public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetClientConfirmedUnpaidCasesResponse>>;
629
- public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetClientConfirmedUnpaidCasesResponse>>;
630
- public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
631
- if (request === null || request === undefined) {
632
- throw new Error('Required parameter request was null or undefined when calling getClientConfirmedUnpaidCasesUsingPOST.');
633
- }
634
-
635
- let localVarHeaders = this.defaultHeaders;
636
-
637
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
638
- if (localVarHttpHeaderAcceptSelected === undefined) {
639
- // to determine the Accept header
640
- const httpHeaderAccepts: string[] = [
641
- 'application/json'
642
- ];
643
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
644
- }
645
- if (localVarHttpHeaderAcceptSelected !== undefined) {
646
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
647
- }
648
-
649
- let localVarHttpContext: HttpContext | undefined = options && options.context;
650
- if (localVarHttpContext === undefined) {
651
- localVarHttpContext = new HttpContext();
652
- }
653
-
654
-
655
- // to determine the Content-Type header
656
- const consumes: string[] = [
657
- 'application/json'
658
- ];
659
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
660
- if (httpContentTypeSelected !== undefined) {
661
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
662
- }
663
-
664
- let responseType_: 'text' | 'json' | 'blob' = 'json';
665
- if (localVarHttpHeaderAcceptSelected) {
666
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
667
- responseType_ = 'text';
668
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
669
- responseType_ = 'json';
670
- } else {
671
- responseType_ = 'blob';
672
- }
673
- }
674
-
675
- let localVarPath = `/api/v1/console/cases/client-confirmed-unpaid`;
676
- return this.httpClient.request<GetClientConfirmedUnpaidCasesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
677
- {
678
- context: localVarHttpContext,
679
- body: request,
680
- responseType: <any>responseType_,
681
- withCredentials: this.configuration.withCredentials,
682
- headers: localVarHeaders,
683
- observe: observe,
684
- reportProgress: reportProgress
685
- }
686
- );
687
- }
688
-
689
- /**
690
- * getDeclinedCases
691
- * @param request request
692
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
693
- * @param reportProgress flag to report request and response progress.
694
- */
695
- public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetDeclinedCasesResponse>;
696
- public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetDeclinedCasesResponse>>;
697
- public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetDeclinedCasesResponse>>;
698
- public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
699
- if (request === null || request === undefined) {
700
- throw new Error('Required parameter request was null or undefined when calling getDeclinedCasesUsingPOST.');
701
- }
702
-
703
- let localVarHeaders = this.defaultHeaders;
704
-
705
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
706
- if (localVarHttpHeaderAcceptSelected === undefined) {
707
- // to determine the Accept header
708
- const httpHeaderAccepts: string[] = [
709
- 'application/json'
710
- ];
711
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
712
- }
713
- if (localVarHttpHeaderAcceptSelected !== undefined) {
714
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
715
- }
716
-
717
- let localVarHttpContext: HttpContext | undefined = options && options.context;
718
- if (localVarHttpContext === undefined) {
719
- localVarHttpContext = new HttpContext();
720
- }
721
-
722
-
723
- // to determine the Content-Type header
724
- const consumes: string[] = [
725
- 'application/json'
726
- ];
727
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
728
- if (httpContentTypeSelected !== undefined) {
729
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
730
- }
731
-
732
- let responseType_: 'text' | 'json' | 'blob' = 'json';
733
- if (localVarHttpHeaderAcceptSelected) {
734
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
735
- responseType_ = 'text';
736
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
737
- responseType_ = 'json';
738
- } else {
739
- responseType_ = 'blob';
740
- }
741
- }
742
-
743
- let localVarPath = `/api/v1/cases/declined`;
744
- return this.httpClient.request<GetDeclinedCasesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
745
- {
746
- context: localVarHttpContext,
747
- body: request,
748
- responseType: <any>responseType_,
749
- withCredentials: this.configuration.withCredentials,
750
- headers: localVarHeaders,
751
- observe: observe,
752
- reportProgress: reportProgress
753
- }
754
- );
755
- }
756
-
757
- /**
758
- * getInvalidCasesWithStripeCharge
759
- * @param request request
760
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
761
- * @param reportProgress flag to report request and response progress.
762
- */
763
- public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetInvalidCasesWithStripeChargeResponse>;
764
- public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetInvalidCasesWithStripeChargeResponse>>;
765
- public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetInvalidCasesWithStripeChargeResponse>>;
766
- public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
767
- if (request === null || request === undefined) {
768
- throw new Error('Required parameter request was null or undefined when calling getInvalidCasesWithStripeChargeUsingPOST.');
769
- }
770
-
771
- let localVarHeaders = this.defaultHeaders;
772
-
773
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
774
- if (localVarHttpHeaderAcceptSelected === undefined) {
775
- // to determine the Accept header
776
- const httpHeaderAccepts: string[] = [
777
- 'application/json'
778
- ];
779
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
780
- }
781
- if (localVarHttpHeaderAcceptSelected !== undefined) {
782
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
783
- }
784
-
785
- let localVarHttpContext: HttpContext | undefined = options && options.context;
786
- if (localVarHttpContext === undefined) {
787
- localVarHttpContext = new HttpContext();
788
- }
789
-
790
-
791
- // to determine the Content-Type header
792
- const consumes: string[] = [
793
- 'application/json'
794
- ];
795
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
796
- if (httpContentTypeSelected !== undefined) {
797
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
798
- }
799
-
800
- let responseType_: 'text' | 'json' | 'blob' = 'json';
801
- if (localVarHttpHeaderAcceptSelected) {
802
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
803
- responseType_ = 'text';
804
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
805
- responseType_ = 'json';
806
- } else {
807
- responseType_ = 'blob';
808
- }
809
- }
810
-
811
- let localVarPath = `/api/v1/console/cases/invalid-with-charge`;
812
- return this.httpClient.request<GetInvalidCasesWithStripeChargeResponse>('post', `${this.configuration.basePath}${localVarPath}`,
813
- {
814
- context: localVarHttpContext,
815
- body: request,
816
- responseType: <any>responseType_,
817
- withCredentials: this.configuration.withCredentials,
818
- headers: localVarHeaders,
819
- observe: observe,
820
- reportProgress: reportProgress
821
- }
822
- );
823
- }
824
-
825
- /**
826
- * getLostCasesWithTransferNotReversed
827
- * @param request request
828
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
829
- * @param reportProgress flag to report request and response progress.
830
- */
831
- public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetLostCasesWithTransferNotReversedResponse>;
832
- public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetLostCasesWithTransferNotReversedResponse>>;
833
- public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetLostCasesWithTransferNotReversedResponse>>;
834
- public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
835
- if (request === null || request === undefined) {
836
- throw new Error('Required parameter request was null or undefined when calling getLostCasesWithTransferNotReversedUsingPOST.');
837
- }
838
-
839
- let localVarHeaders = this.defaultHeaders;
840
-
841
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
842
- if (localVarHttpHeaderAcceptSelected === undefined) {
843
- // to determine the Accept header
844
- const httpHeaderAccepts: string[] = [
845
- 'application/json'
846
- ];
847
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
848
- }
849
- if (localVarHttpHeaderAcceptSelected !== undefined) {
850
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
851
- }
852
-
853
- let localVarHttpContext: HttpContext | undefined = options && options.context;
854
- if (localVarHttpContext === undefined) {
855
- localVarHttpContext = new HttpContext();
856
- }
857
-
858
-
859
- // to determine the Content-Type header
860
- const consumes: string[] = [
861
- 'application/json'
862
- ];
863
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
864
- if (httpContentTypeSelected !== undefined) {
865
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
866
- }
867
-
868
- let responseType_: 'text' | 'json' | 'blob' = 'json';
869
- if (localVarHttpHeaderAcceptSelected) {
870
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
871
- responseType_ = 'text';
872
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
873
- responseType_ = 'json';
874
- } else {
875
- responseType_ = 'blob';
876
- }
877
- }
878
-
879
- let localVarPath = `/api/v1/console/cases/lost/not-reversed`;
880
- return this.httpClient.request<GetLostCasesWithTransferNotReversedResponse>('post', `${this.configuration.basePath}${localVarPath}`,
881
- {
882
- context: localVarHttpContext,
883
- body: request,
884
- responseType: <any>responseType_,
885
- withCredentials: this.configuration.withCredentials,
886
- headers: localVarHeaders,
887
- observe: observe,
888
- reportProgress: reportProgress
889
- }
890
- );
891
- }
892
-
893
- /**
894
- * getPendingCases
895
- * @param request request
896
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
897
- * @param reportProgress flag to report request and response progress.
898
- */
899
- public getPendingCasesUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetPendingCasesResponse>;
900
- public getPendingCasesUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetPendingCasesResponse>>;
901
- public getPendingCasesUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetPendingCasesResponse>>;
902
- public getPendingCasesUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
903
- if (request === null || request === undefined) {
904
- throw new Error('Required parameter request was null or undefined when calling getPendingCasesUsingPOST.');
905
- }
906
-
907
- let localVarHeaders = this.defaultHeaders;
908
-
909
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
910
- if (localVarHttpHeaderAcceptSelected === undefined) {
911
- // to determine the Accept header
912
- const httpHeaderAccepts: string[] = [
913
- 'application/json'
914
- ];
915
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
916
- }
917
- if (localVarHttpHeaderAcceptSelected !== undefined) {
918
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
919
- }
920
-
921
- let localVarHttpContext: HttpContext | undefined = options && options.context;
922
- if (localVarHttpContext === undefined) {
923
- localVarHttpContext = new HttpContext();
924
- }
925
-
926
-
927
- // to determine the Content-Type header
928
- const consumes: string[] = [
929
- 'application/json'
930
- ];
931
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
932
- if (httpContentTypeSelected !== undefined) {
933
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
934
- }
935
-
936
- let responseType_: 'text' | 'json' | 'blob' = 'json';
937
- if (localVarHttpHeaderAcceptSelected) {
938
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
939
- responseType_ = 'text';
940
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
941
- responseType_ = 'json';
942
- } else {
943
- responseType_ = 'blob';
944
- }
945
- }
946
-
947
- let localVarPath = `/api/v1/cases/pending`;
948
- return this.httpClient.request<GetPendingCasesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
949
- {
950
- context: localVarHttpContext,
951
- body: request,
952
- responseType: <any>responseType_,
953
- withCredentials: this.configuration.withCredentials,
954
- headers: localVarHeaders,
955
- observe: observe,
956
- reportProgress: reportProgress
957
- }
958
- );
959
- }
960
-
961
- /**
962
- * getPendingTicketReviews
963
- * @param request request
964
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
965
- * @param reportProgress flag to report request and response progress.
966
- */
967
- public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetPendingTicketReviewsResponse>;
968
- public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetPendingTicketReviewsResponse>>;
969
- public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetPendingTicketReviewsResponse>>;
970
- public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
971
- if (request === null || request === undefined) {
972
- throw new Error('Required parameter request was null or undefined when calling getPendingTicketReviewsUsingPOST.');
973
- }
974
-
975
- let localVarHeaders = this.defaultHeaders;
976
-
977
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
978
- if (localVarHttpHeaderAcceptSelected === undefined) {
979
- // to determine the Accept header
980
- const httpHeaderAccepts: string[] = [
981
- 'application/json'
982
- ];
983
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
984
- }
985
- if (localVarHttpHeaderAcceptSelected !== undefined) {
986
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
987
- }
988
-
989
- let localVarHttpContext: HttpContext | undefined = options && options.context;
990
- if (localVarHttpContext === undefined) {
991
- localVarHttpContext = new HttpContext();
992
- }
993
-
994
-
995
- // to determine the Content-Type header
996
- const consumes: string[] = [
997
- 'application/json'
998
- ];
999
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1000
- if (httpContentTypeSelected !== undefined) {
1001
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1002
- }
1003
-
1004
- let responseType_: 'text' | 'json' | 'blob' = 'json';
1005
- if (localVarHttpHeaderAcceptSelected) {
1006
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1007
- responseType_ = 'text';
1008
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1009
- responseType_ = 'json';
1010
- } else {
1011
- responseType_ = 'blob';
1012
- }
1013
- }
1014
-
1015
- let localVarPath = `/api/v1/console/ticket-review-requests/pending`;
1016
- return this.httpClient.request<GetPendingTicketReviewsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1017
- {
1018
- context: localVarHttpContext,
1019
- body: request,
1020
- responseType: <any>responseType_,
1021
- withCredentials: this.configuration.withCredentials,
1022
- headers: localVarHeaders,
1023
- observe: observe,
1024
- reportProgress: reportProgress
1025
- }
1026
- );
1027
- }
1028
-
1029
- /**
1030
- * listBillingSubscribers
1031
- * @param length length
1032
- * @param page page
1033
- * @param start start
1034
- * @param statuses statuses
1035
- * @param request request
1036
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1037
- * @param reportProgress flag to report request and response progress.
1038
- */
1039
- public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<ListBillingSubscribersResponse>;
1040
- public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<ListBillingSubscribersResponse>>;
1041
- public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<ListBillingSubscribersResponse>>;
1042
- public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
1043
-
1044
- let localVarQueryParameters = new HttpParams({encoder: this.encoder});
1045
- if (length !== undefined && length !== null) {
1046
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1047
- <any>length, 'length');
1048
- }
1049
- if (page !== undefined && page !== null) {
1050
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1051
- <any>page, 'page');
1052
- }
1053
- if (start !== undefined && start !== null) {
1054
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1055
- <any>start, 'start');
1056
- }
1057
- if (statuses !== undefined && statuses !== null) {
1058
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1059
- <any>statuses, 'statuses');
1060
- }
1061
-
1062
- let localVarHeaders = this.defaultHeaders;
1063
-
1064
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1065
- if (localVarHttpHeaderAcceptSelected === undefined) {
1066
- // to determine the Accept header
1067
- const httpHeaderAccepts: string[] = [
1068
- 'application/json'
1069
- ];
1070
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1071
- }
1072
- if (localVarHttpHeaderAcceptSelected !== undefined) {
1073
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1074
- }
1075
-
1076
- let localVarHttpContext: HttpContext | undefined = options && options.context;
1077
- if (localVarHttpContext === undefined) {
1078
- localVarHttpContext = new HttpContext();
1079
- }
1080
-
1081
-
1082
- // to determine the Content-Type header
1083
- const consumes: string[] = [
1084
- 'application/json'
1085
- ];
1086
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1087
- if (httpContentTypeSelected !== undefined) {
1088
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1089
- }
1090
-
1091
- let responseType_: 'text' | 'json' | 'blob' = 'json';
1092
- if (localVarHttpHeaderAcceptSelected) {
1093
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1094
- responseType_ = 'text';
1095
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1096
- responseType_ = 'json';
1097
- } else {
1098
- responseType_ = 'blob';
1099
- }
1100
- }
1101
-
1102
- let localVarPath = `/api/v1/billing/subscribers`;
1103
- return this.httpClient.request<ListBillingSubscribersResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1104
- {
1105
- context: localVarHttpContext,
1106
- body: request,
1107
- params: localVarQueryParameters,
1108
- responseType: <any>responseType_,
1109
- withCredentials: this.configuration.withCredentials,
1110
- headers: localVarHeaders,
1111
- observe: observe,
1112
- reportProgress: reportProgress
1113
- }
1114
- );
1115
- }
1116
-
1117
- /**
1118
- * listLawfirmLeads
1119
- * @param request request
1120
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1121
- * @param reportProgress flag to report request and response progress.
1122
- */
1123
- public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetLawfirmLeadsResponse>;
1124
- public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetLawfirmLeadsResponse>>;
1125
- public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetLawfirmLeadsResponse>>;
1126
- public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
1127
- if (request === null || request === undefined) {
1128
- throw new Error('Required parameter request was null or undefined when calling listLawfirmLeadsUsingPOST.');
1129
- }
1130
-
1131
- let localVarHeaders = this.defaultHeaders;
1132
-
1133
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1134
- if (localVarHttpHeaderAcceptSelected === undefined) {
1135
- // to determine the Accept header
1136
- const httpHeaderAccepts: string[] = [
1137
- 'application/json'
1138
- ];
1139
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1140
- }
1141
- if (localVarHttpHeaderAcceptSelected !== undefined) {
1142
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1143
- }
1144
-
1145
- let localVarHttpContext: HttpContext | undefined = options && options.context;
1146
- if (localVarHttpContext === undefined) {
1147
- localVarHttpContext = new HttpContext();
1148
- }
1149
-
1150
-
1151
- // to determine the Content-Type header
1152
- const consumes: string[] = [
1153
- 'application/json'
1154
- ];
1155
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1156
- if (httpContentTypeSelected !== undefined) {
1157
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1158
- }
1159
-
1160
- let responseType_: 'text' | 'json' | 'blob' = 'json';
1161
- if (localVarHttpHeaderAcceptSelected) {
1162
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1163
- responseType_ = 'text';
1164
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1165
- responseType_ = 'json';
1166
- } else {
1167
- responseType_ = 'blob';
1168
- }
1169
- }
1170
-
1171
- let localVarPath = `/api/v1/console/lawfirms/leads`;
1172
- return this.httpClient.request<GetLawfirmLeadsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1173
- {
1174
- context: localVarHttpContext,
1175
- body: request,
1176
- responseType: <any>responseType_,
1177
- withCredentials: this.configuration.withCredentials,
1178
- headers: localVarHeaders,
1179
- observe: observe,
1180
- reportProgress: reportProgress
1181
- }
1182
- );
1183
- }
1184
-
1185
- /**
1186
- * listPotentialCustomers
1187
- * @param request request
1188
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1189
- * @param reportProgress flag to report request and response progress.
1190
- */
1191
- public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetPotentialCustomersResponse>;
1192
- public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetPotentialCustomersResponse>>;
1193
- public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetPotentialCustomersResponse>>;
1194
- public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
1195
- if (request === null || request === undefined) {
1196
- throw new Error('Required parameter request was null or undefined when calling listPotentialCustomersUsingPOST.');
1197
- }
1198
-
1199
- let localVarHeaders = this.defaultHeaders;
1200
-
1201
- let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1202
- if (localVarHttpHeaderAcceptSelected === undefined) {
1203
- // to determine the Accept header
1204
- const httpHeaderAccepts: string[] = [
1205
- 'application/json'
1206
- ];
1207
- localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1208
- }
1209
- if (localVarHttpHeaderAcceptSelected !== undefined) {
1210
- localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1211
- }
1212
-
1213
- let localVarHttpContext: HttpContext | undefined = options && options.context;
1214
- if (localVarHttpContext === undefined) {
1215
- localVarHttpContext = new HttpContext();
1216
- }
1217
-
1218
-
1219
- // to determine the Content-Type header
1220
- const consumes: string[] = [
1221
- 'application/json'
1222
- ];
1223
- const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1224
- if (httpContentTypeSelected !== undefined) {
1225
- localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1226
- }
1227
-
1228
- let responseType_: 'text' | 'json' | 'blob' = 'json';
1229
- if (localVarHttpHeaderAcceptSelected) {
1230
- if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1231
- responseType_ = 'text';
1232
- } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1233
- responseType_ = 'json';
1234
- } else {
1235
- responseType_ = 'blob';
1236
- }
1237
- }
1238
-
1239
- let localVarPath = `/api/v1/console/potential-customers`;
1240
- return this.httpClient.request<GetPotentialCustomersResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1241
- {
1242
- context: localVarHttpContext,
1243
- body: request,
1244
- responseType: <any>responseType_,
1245
- withCredentials: this.configuration.withCredentials,
1246
- headers: localVarHeaders,
1247
- observe: observe,
1248
- reportProgress: reportProgress
1249
- }
1250
- );
1251
- }
1252
-
1253
- }
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 { FindChargeDisputesResponse } from '../model/findChargeDisputesResponse';
23
+ // @ts-ignore
24
+ import { FindDisputesRequest } from '../model/findDisputesRequest';
25
+ // @ts-ignore
26
+ import { GenericAdminListRequest } from '../model/genericAdminListRequest';
27
+ // @ts-ignore
28
+ import { GetCasesWithCoverageObtainedResponse } from '../model/getCasesWithCoverageObtainedResponse';
29
+ // @ts-ignore
30
+ import { GetCasesWithMissingLawfirmPayoutsResponse } from '../model/getCasesWithMissingLawfirmPayoutsResponse';
31
+ // @ts-ignore
32
+ import { GetCasesWithOverduePaymentsResponse } from '../model/getCasesWithOverduePaymentsResponse';
33
+ // @ts-ignore
34
+ import { GetCasesWithUncapturedChargesRequest } from '../model/getCasesWithUncapturedChargesRequest';
35
+ // @ts-ignore
36
+ import { GetCitationPhoneLeadsRequest } from '../model/getCitationPhoneLeadsRequest';
37
+ // @ts-ignore
38
+ import { GetCitationPhoneLeadsResponse } from '../model/getCitationPhoneLeadsResponse';
39
+ // @ts-ignore
40
+ import { GetCitationsWithMissingFieldsRequest } from '../model/getCitationsWithMissingFieldsRequest';
41
+ // @ts-ignore
42
+ import { GetCitationsWithMissingFieldsResponse } from '../model/getCitationsWithMissingFieldsResponse';
43
+ // @ts-ignore
44
+ import { GetClientConfirmedUnpaidCasesResponse } from '../model/getClientConfirmedUnpaidCasesResponse';
45
+ // @ts-ignore
46
+ import { GetDeclinedCasesRequest } from '../model/getDeclinedCasesRequest';
47
+ // @ts-ignore
48
+ import { GetDeclinedCasesResponse } from '../model/getDeclinedCasesResponse';
49
+ // @ts-ignore
50
+ import { GetInvalidCasesWithStripeChargeResponse } from '../model/getInvalidCasesWithStripeChargeResponse';
51
+ // @ts-ignore
52
+ import { GetLawfirmLeadsRequest } from '../model/getLawfirmLeadsRequest';
53
+ // @ts-ignore
54
+ import { GetLawfirmLeadsResponse } from '../model/getLawfirmLeadsResponse';
55
+ // @ts-ignore
56
+ import { GetLostCasesWithTransferNotReversedRequest } from '../model/getLostCasesWithTransferNotReversedRequest';
57
+ // @ts-ignore
58
+ import { GetLostCasesWithTransferNotReversedResponse } from '../model/getLostCasesWithTransferNotReversedResponse';
59
+ // @ts-ignore
60
+ import { GetPendingCasesResponse } from '../model/getPendingCasesResponse';
61
+ // @ts-ignore
62
+ import { GetPendingTicketReviewsRequest } from '../model/getPendingTicketReviewsRequest';
63
+ // @ts-ignore
64
+ import { GetPendingTicketReviewsResponse } from '../model/getPendingTicketReviewsResponse';
65
+ // @ts-ignore
66
+ import { GetPotentialCustomersRequest } from '../model/getPotentialCustomersRequest';
67
+ // @ts-ignore
68
+ import { GetPotentialCustomersResponse } from '../model/getPotentialCustomersResponse';
69
+ // @ts-ignore
70
+ import { ListBillingSubscribersRequest } from '../model/listBillingSubscribersRequest';
71
+ // @ts-ignore
72
+ import { ListBillingSubscribersResponse } from '../model/listBillingSubscribersResponse';
73
+
74
+ // @ts-ignore
75
+ import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
76
+ import { Configuration } from '../configuration';
77
+
78
+
79
+
80
+ @Injectable({
81
+ providedIn: 'root'
82
+ })
83
+ export class ConsoleListControllerService {
84
+
85
+ protected basePath = 'http://otr-backend-service-us-devo.offtherecord.com';
86
+ public defaultHeaders = new HttpHeaders();
87
+ public configuration = new Configuration();
88
+ public encoder: HttpParameterCodec;
89
+
90
+ constructor(protected httpClient: HttpClient, @Optional()@Inject(BASE_PATH) basePath: string|string[], @Optional() configuration: Configuration) {
91
+ if (configuration) {
92
+ this.configuration = configuration;
93
+ }
94
+ if (typeof this.configuration.basePath !== 'string') {
95
+ if (Array.isArray(basePath) && basePath.length > 0) {
96
+ basePath = basePath[0];
97
+ }
98
+
99
+ if (typeof basePath !== 'string') {
100
+ basePath = this.basePath;
101
+ }
102
+ this.configuration.basePath = basePath;
103
+ }
104
+ this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
105
+ }
106
+
107
+
108
+ // @ts-ignore
109
+ private addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams {
110
+ if (typeof value === "object" && value instanceof Date === false) {
111
+ httpParams = this.addToHttpParamsRecursive(httpParams, value);
112
+ } else {
113
+ httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
114
+ }
115
+ return httpParams;
116
+ }
117
+
118
+ private addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams {
119
+ if (value == null) {
120
+ return httpParams;
121
+ }
122
+
123
+ if (typeof value === "object") {
124
+ if (Array.isArray(value)) {
125
+ (value as any[]).forEach( elem => httpParams = this.addToHttpParamsRecursive(httpParams, elem, key));
126
+ } else if (value instanceof Date) {
127
+ if (key != null) {
128
+ httpParams = httpParams.append(key, (value as Date).toISOString().substr(0, 10));
129
+ } else {
130
+ throw Error("key may not be null if value is Date");
131
+ }
132
+ } else {
133
+ Object.keys(value).forEach( k => httpParams = this.addToHttpParamsRecursive(
134
+ httpParams, value[k], key != null ? `${key}.${k}` : k));
135
+ }
136
+ } else if (key != null) {
137
+ httpParams = httpParams.append(key, value);
138
+ } else {
139
+ throw Error("key may not be null if value is not object or array");
140
+ }
141
+ return httpParams;
142
+ }
143
+
144
+ /**
145
+ * findDisputes
146
+ * @param request request
147
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
148
+ * @param reportProgress flag to report request and response progress.
149
+ */
150
+ public findDisputesUsingPOST(request: FindDisputesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<FindChargeDisputesResponse>;
151
+ public findDisputesUsingPOST(request: FindDisputesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<FindChargeDisputesResponse>>;
152
+ public findDisputesUsingPOST(request: FindDisputesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<FindChargeDisputesResponse>>;
153
+ public findDisputesUsingPOST(request: FindDisputesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
154
+ if (request === null || request === undefined) {
155
+ throw new Error('Required parameter request was null or undefined when calling findDisputesUsingPOST.');
156
+ }
157
+
158
+ let localVarHeaders = this.defaultHeaders;
159
+
160
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
161
+ if (localVarHttpHeaderAcceptSelected === undefined) {
162
+ // to determine the Accept header
163
+ const httpHeaderAccepts: string[] = [
164
+ 'application/json'
165
+ ];
166
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
167
+ }
168
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
169
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
170
+ }
171
+
172
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
173
+ if (localVarHttpContext === undefined) {
174
+ localVarHttpContext = new HttpContext();
175
+ }
176
+
177
+
178
+ // to determine the Content-Type header
179
+ const consumes: string[] = [
180
+ 'application/json'
181
+ ];
182
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
183
+ if (httpContentTypeSelected !== undefined) {
184
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
185
+ }
186
+
187
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
188
+ if (localVarHttpHeaderAcceptSelected) {
189
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
190
+ responseType_ = 'text';
191
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
192
+ responseType_ = 'json';
193
+ } else {
194
+ responseType_ = 'blob';
195
+ }
196
+ }
197
+
198
+ let localVarPath = `/api/v1/console/disputes`;
199
+ return this.httpClient.request<FindChargeDisputesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
200
+ {
201
+ context: localVarHttpContext,
202
+ body: request,
203
+ responseType: <any>responseType_,
204
+ withCredentials: this.configuration.withCredentials,
205
+ headers: localVarHeaders,
206
+ observe: observe,
207
+ reportProgress: reportProgress
208
+ }
209
+ );
210
+ }
211
+
212
+ /**
213
+ * getCasesWithCoverageObtained
214
+ * @param request request
215
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
216
+ * @param reportProgress flag to report request and response progress.
217
+ */
218
+ public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCasesWithCoverageObtainedResponse>;
219
+ public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCasesWithCoverageObtainedResponse>>;
220
+ public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCasesWithCoverageObtainedResponse>>;
221
+ public getCasesWithCoverageObtainedUsingPOST(request: GenericAdminListRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
222
+ if (request === null || request === undefined) {
223
+ throw new Error('Required parameter request was null or undefined when calling getCasesWithCoverageObtainedUsingPOST.');
224
+ }
225
+
226
+ let localVarHeaders = this.defaultHeaders;
227
+
228
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
229
+ if (localVarHttpHeaderAcceptSelected === undefined) {
230
+ // to determine the Accept header
231
+ const httpHeaderAccepts: string[] = [
232
+ 'application/json'
233
+ ];
234
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
235
+ }
236
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
237
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
238
+ }
239
+
240
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
241
+ if (localVarHttpContext === undefined) {
242
+ localVarHttpContext = new HttpContext();
243
+ }
244
+
245
+
246
+ // to determine the Content-Type header
247
+ const consumes: string[] = [
248
+ 'application/json'
249
+ ];
250
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
251
+ if (httpContentTypeSelected !== undefined) {
252
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
253
+ }
254
+
255
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
256
+ if (localVarHttpHeaderAcceptSelected) {
257
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
258
+ responseType_ = 'text';
259
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
260
+ responseType_ = 'json';
261
+ } else {
262
+ responseType_ = 'blob';
263
+ }
264
+ }
265
+
266
+ let localVarPath = `/api/v1/console/cases-with-coverage-obtained`;
267
+ return this.httpClient.request<GetCasesWithCoverageObtainedResponse>('post', `${this.configuration.basePath}${localVarPath}`,
268
+ {
269
+ context: localVarHttpContext,
270
+ body: request,
271
+ responseType: <any>responseType_,
272
+ withCredentials: this.configuration.withCredentials,
273
+ headers: localVarHeaders,
274
+ observe: observe,
275
+ reportProgress: reportProgress
276
+ }
277
+ );
278
+ }
279
+
280
+ /**
281
+ * getCasesWithMissingLawfirmPayouts
282
+ * @param request request
283
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
284
+ * @param reportProgress flag to report request and response progress.
285
+ */
286
+ public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCasesWithMissingLawfirmPayoutsResponse>;
287
+ public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCasesWithMissingLawfirmPayoutsResponse>>;
288
+ public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCasesWithMissingLawfirmPayoutsResponse>>;
289
+ public getCasesWithMissingLawfirmPayoutsUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
290
+ if (request === null || request === undefined) {
291
+ throw new Error('Required parameter request was null or undefined when calling getCasesWithMissingLawfirmPayoutsUsingPOST.');
292
+ }
293
+
294
+ let localVarHeaders = this.defaultHeaders;
295
+
296
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
297
+ if (localVarHttpHeaderAcceptSelected === undefined) {
298
+ // to determine the Accept header
299
+ const httpHeaderAccepts: string[] = [
300
+ 'application/json'
301
+ ];
302
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
303
+ }
304
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
305
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
306
+ }
307
+
308
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
309
+ if (localVarHttpContext === undefined) {
310
+ localVarHttpContext = new HttpContext();
311
+ }
312
+
313
+
314
+ // to determine the Content-Type header
315
+ const consumes: string[] = [
316
+ 'application/json'
317
+ ];
318
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
319
+ if (httpContentTypeSelected !== undefined) {
320
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
321
+ }
322
+
323
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
324
+ if (localVarHttpHeaderAcceptSelected) {
325
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
326
+ responseType_ = 'text';
327
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
328
+ responseType_ = 'json';
329
+ } else {
330
+ responseType_ = 'blob';
331
+ }
332
+ }
333
+
334
+ let localVarPath = `/api/v1/console/cases/missing-lawfirm-payouts`;
335
+ return this.httpClient.request<GetCasesWithMissingLawfirmPayoutsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
336
+ {
337
+ context: localVarHttpContext,
338
+ body: request,
339
+ responseType: <any>responseType_,
340
+ withCredentials: this.configuration.withCredentials,
341
+ headers: localVarHeaders,
342
+ observe: observe,
343
+ reportProgress: reportProgress
344
+ }
345
+ );
346
+ }
347
+
348
+ /**
349
+ * getCasesWithOverduePayments
350
+ * @param request request
351
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
352
+ * @param reportProgress flag to report request and response progress.
353
+ */
354
+ public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCasesWithOverduePaymentsResponse>;
355
+ public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCasesWithOverduePaymentsResponse>>;
356
+ public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCasesWithOverduePaymentsResponse>>;
357
+ public getCasesWithOverduePaymentsUsingPOST(request: GetCasesWithUncapturedChargesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
358
+ if (request === null || request === undefined) {
359
+ throw new Error('Required parameter request was null or undefined when calling getCasesWithOverduePaymentsUsingPOST.');
360
+ }
361
+
362
+ let localVarHeaders = this.defaultHeaders;
363
+
364
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
365
+ if (localVarHttpHeaderAcceptSelected === undefined) {
366
+ // to determine the Accept header
367
+ const httpHeaderAccepts: string[] = [
368
+ 'application/json'
369
+ ];
370
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
371
+ }
372
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
373
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
374
+ }
375
+
376
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
377
+ if (localVarHttpContext === undefined) {
378
+ localVarHttpContext = new HttpContext();
379
+ }
380
+
381
+
382
+ // to determine the Content-Type header
383
+ const consumes: string[] = [
384
+ 'application/json'
385
+ ];
386
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
387
+ if (httpContentTypeSelected !== undefined) {
388
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
389
+ }
390
+
391
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
392
+ if (localVarHttpHeaderAcceptSelected) {
393
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
394
+ responseType_ = 'text';
395
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
396
+ responseType_ = 'json';
397
+ } else {
398
+ responseType_ = 'blob';
399
+ }
400
+ }
401
+
402
+ let localVarPath = `/api/v1/console/cases/unpaid`;
403
+ return this.httpClient.request<GetCasesWithOverduePaymentsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
404
+ {
405
+ context: localVarHttpContext,
406
+ body: request,
407
+ responseType: <any>responseType_,
408
+ withCredentials: this.configuration.withCredentials,
409
+ headers: localVarHeaders,
410
+ observe: observe,
411
+ reportProgress: reportProgress
412
+ }
413
+ );
414
+ }
415
+
416
+ /**
417
+ * getCitationPhoneLeads
418
+ * @param request request
419
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
420
+ * @param reportProgress flag to report request and response progress.
421
+ */
422
+ public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCitationPhoneLeadsResponse>;
423
+ public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCitationPhoneLeadsResponse>>;
424
+ public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCitationPhoneLeadsResponse>>;
425
+ public getCitationPhoneLeadsUsingPOST(request: GetCitationPhoneLeadsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
426
+ if (request === null || request === undefined) {
427
+ throw new Error('Required parameter request was null or undefined when calling getCitationPhoneLeadsUsingPOST.');
428
+ }
429
+
430
+ let localVarHeaders = this.defaultHeaders;
431
+
432
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
433
+ if (localVarHttpHeaderAcceptSelected === undefined) {
434
+ // to determine the Accept header
435
+ const httpHeaderAccepts: string[] = [
436
+ 'application/json'
437
+ ];
438
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
439
+ }
440
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
441
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
442
+ }
443
+
444
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
445
+ if (localVarHttpContext === undefined) {
446
+ localVarHttpContext = new HttpContext();
447
+ }
448
+
449
+
450
+ // to determine the Content-Type header
451
+ const consumes: string[] = [
452
+ 'application/json'
453
+ ];
454
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
455
+ if (httpContentTypeSelected !== undefined) {
456
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
457
+ }
458
+
459
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
460
+ if (localVarHttpHeaderAcceptSelected) {
461
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
462
+ responseType_ = 'text';
463
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
464
+ responseType_ = 'json';
465
+ } else {
466
+ responseType_ = 'blob';
467
+ }
468
+ }
469
+
470
+ let localVarPath = `/api/v1/console/citation-phone-leads`;
471
+ return this.httpClient.request<GetCitationPhoneLeadsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
472
+ {
473
+ context: localVarHttpContext,
474
+ body: request,
475
+ responseType: <any>responseType_,
476
+ withCredentials: this.configuration.withCredentials,
477
+ headers: localVarHeaders,
478
+ observe: observe,
479
+ reportProgress: reportProgress
480
+ }
481
+ );
482
+ }
483
+
484
+ /**
485
+ * getCitationsWithMissingFields
486
+ * @param request request
487
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
488
+ * @param reportProgress flag to report request and response progress.
489
+ * @deprecated
490
+ */
491
+ public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCitationsWithMissingFieldsResponse>;
492
+ public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCitationsWithMissingFieldsResponse>>;
493
+ public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCitationsWithMissingFieldsResponse>>;
494
+ public getCitationsWithMissingFieldsUsingPOST(request: GetCitationsWithMissingFieldsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
495
+ if (request === null || request === undefined) {
496
+ throw new Error('Required parameter request was null or undefined when calling getCitationsWithMissingFieldsUsingPOST.');
497
+ }
498
+
499
+ let localVarHeaders = this.defaultHeaders;
500
+
501
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
502
+ if (localVarHttpHeaderAcceptSelected === undefined) {
503
+ // to determine the Accept header
504
+ const httpHeaderAccepts: string[] = [
505
+ 'application/json'
506
+ ];
507
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
508
+ }
509
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
510
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
511
+ }
512
+
513
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
514
+ if (localVarHttpContext === undefined) {
515
+ localVarHttpContext = new HttpContext();
516
+ }
517
+
518
+
519
+ // to determine the Content-Type header
520
+ const consumes: string[] = [
521
+ 'application/json'
522
+ ];
523
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
524
+ if (httpContentTypeSelected !== undefined) {
525
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
526
+ }
527
+
528
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
529
+ if (localVarHttpHeaderAcceptSelected) {
530
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
531
+ responseType_ = 'text';
532
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
533
+ responseType_ = 'json';
534
+ } else {
535
+ responseType_ = 'blob';
536
+ }
537
+ }
538
+
539
+ let localVarPath = `/api/v1/console/citations-with-missing-fields`;
540
+ return this.httpClient.request<GetCitationsWithMissingFieldsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
541
+ {
542
+ context: localVarHttpContext,
543
+ body: request,
544
+ responseType: <any>responseType_,
545
+ withCredentials: this.configuration.withCredentials,
546
+ headers: localVarHeaders,
547
+ observe: observe,
548
+ reportProgress: reportProgress
549
+ }
550
+ );
551
+ }
552
+
553
+ /**
554
+ * getCitationsWithMissingFieldsV2
555
+ * @param request request
556
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
557
+ * @param reportProgress flag to report request and response progress.
558
+ */
559
+ public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCitationsWithMissingFieldsResponse>;
560
+ public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCitationsWithMissingFieldsResponse>>;
561
+ public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCitationsWithMissingFieldsResponse>>;
562
+ public getCitationsWithMissingFieldsV2UsingPOST(request: GetCitationsWithMissingFieldsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
563
+ if (request === null || request === undefined) {
564
+ throw new Error('Required parameter request was null or undefined when calling getCitationsWithMissingFieldsV2UsingPOST.');
565
+ }
566
+
567
+ let localVarHeaders = this.defaultHeaders;
568
+
569
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
570
+ if (localVarHttpHeaderAcceptSelected === undefined) {
571
+ // to determine the Accept header
572
+ const httpHeaderAccepts: string[] = [
573
+ 'application/json'
574
+ ];
575
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
576
+ }
577
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
578
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
579
+ }
580
+
581
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
582
+ if (localVarHttpContext === undefined) {
583
+ localVarHttpContext = new HttpContext();
584
+ }
585
+
586
+
587
+ // to determine the Content-Type header
588
+ const consumes: string[] = [
589
+ 'application/json'
590
+ ];
591
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
592
+ if (httpContentTypeSelected !== undefined) {
593
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
594
+ }
595
+
596
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
597
+ if (localVarHttpHeaderAcceptSelected) {
598
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
599
+ responseType_ = 'text';
600
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
601
+ responseType_ = 'json';
602
+ } else {
603
+ responseType_ = 'blob';
604
+ }
605
+ }
606
+
607
+ let localVarPath = `/api/v2/console/citations-with-missing-fields`;
608
+ return this.httpClient.request<GetCitationsWithMissingFieldsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
609
+ {
610
+ context: localVarHttpContext,
611
+ body: request,
612
+ responseType: <any>responseType_,
613
+ withCredentials: this.configuration.withCredentials,
614
+ headers: localVarHeaders,
615
+ observe: observe,
616
+ reportProgress: reportProgress
617
+ }
618
+ );
619
+ }
620
+
621
+ /**
622
+ * getClientConfirmedUnpaidCases
623
+ * @param request request
624
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
625
+ * @param reportProgress flag to report request and response progress.
626
+ */
627
+ public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetClientConfirmedUnpaidCasesResponse>;
628
+ public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetClientConfirmedUnpaidCasesResponse>>;
629
+ public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetClientConfirmedUnpaidCasesResponse>>;
630
+ public getClientConfirmedUnpaidCasesUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
631
+ if (request === null || request === undefined) {
632
+ throw new Error('Required parameter request was null or undefined when calling getClientConfirmedUnpaidCasesUsingPOST.');
633
+ }
634
+
635
+ let localVarHeaders = this.defaultHeaders;
636
+
637
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
638
+ if (localVarHttpHeaderAcceptSelected === undefined) {
639
+ // to determine the Accept header
640
+ const httpHeaderAccepts: string[] = [
641
+ 'application/json'
642
+ ];
643
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
644
+ }
645
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
646
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
647
+ }
648
+
649
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
650
+ if (localVarHttpContext === undefined) {
651
+ localVarHttpContext = new HttpContext();
652
+ }
653
+
654
+
655
+ // to determine the Content-Type header
656
+ const consumes: string[] = [
657
+ 'application/json'
658
+ ];
659
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
660
+ if (httpContentTypeSelected !== undefined) {
661
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
662
+ }
663
+
664
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
665
+ if (localVarHttpHeaderAcceptSelected) {
666
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
667
+ responseType_ = 'text';
668
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
669
+ responseType_ = 'json';
670
+ } else {
671
+ responseType_ = 'blob';
672
+ }
673
+ }
674
+
675
+ let localVarPath = `/api/v1/console/cases/client-confirmed-unpaid`;
676
+ return this.httpClient.request<GetClientConfirmedUnpaidCasesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
677
+ {
678
+ context: localVarHttpContext,
679
+ body: request,
680
+ responseType: <any>responseType_,
681
+ withCredentials: this.configuration.withCredentials,
682
+ headers: localVarHeaders,
683
+ observe: observe,
684
+ reportProgress: reportProgress
685
+ }
686
+ );
687
+ }
688
+
689
+ /**
690
+ * getDeclinedCases
691
+ * @param request request
692
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
693
+ * @param reportProgress flag to report request and response progress.
694
+ */
695
+ public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetDeclinedCasesResponse>;
696
+ public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetDeclinedCasesResponse>>;
697
+ public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetDeclinedCasesResponse>>;
698
+ public getDeclinedCasesUsingPOST(request: GetDeclinedCasesRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
699
+ if (request === null || request === undefined) {
700
+ throw new Error('Required parameter request was null or undefined when calling getDeclinedCasesUsingPOST.');
701
+ }
702
+
703
+ let localVarHeaders = this.defaultHeaders;
704
+
705
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
706
+ if (localVarHttpHeaderAcceptSelected === undefined) {
707
+ // to determine the Accept header
708
+ const httpHeaderAccepts: string[] = [
709
+ 'application/json'
710
+ ];
711
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
712
+ }
713
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
714
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
715
+ }
716
+
717
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
718
+ if (localVarHttpContext === undefined) {
719
+ localVarHttpContext = new HttpContext();
720
+ }
721
+
722
+
723
+ // to determine the Content-Type header
724
+ const consumes: string[] = [
725
+ 'application/json'
726
+ ];
727
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
728
+ if (httpContentTypeSelected !== undefined) {
729
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
730
+ }
731
+
732
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
733
+ if (localVarHttpHeaderAcceptSelected) {
734
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
735
+ responseType_ = 'text';
736
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
737
+ responseType_ = 'json';
738
+ } else {
739
+ responseType_ = 'blob';
740
+ }
741
+ }
742
+
743
+ let localVarPath = `/api/v1/cases/declined`;
744
+ return this.httpClient.request<GetDeclinedCasesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
745
+ {
746
+ context: localVarHttpContext,
747
+ body: request,
748
+ responseType: <any>responseType_,
749
+ withCredentials: this.configuration.withCredentials,
750
+ headers: localVarHeaders,
751
+ observe: observe,
752
+ reportProgress: reportProgress
753
+ }
754
+ );
755
+ }
756
+
757
+ /**
758
+ * getInvalidCasesWithStripeCharge
759
+ * @param request request
760
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
761
+ * @param reportProgress flag to report request and response progress.
762
+ */
763
+ public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetInvalidCasesWithStripeChargeResponse>;
764
+ public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetInvalidCasesWithStripeChargeResponse>>;
765
+ public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetInvalidCasesWithStripeChargeResponse>>;
766
+ public getInvalidCasesWithStripeChargeUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
767
+ if (request === null || request === undefined) {
768
+ throw new Error('Required parameter request was null or undefined when calling getInvalidCasesWithStripeChargeUsingPOST.');
769
+ }
770
+
771
+ let localVarHeaders = this.defaultHeaders;
772
+
773
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
774
+ if (localVarHttpHeaderAcceptSelected === undefined) {
775
+ // to determine the Accept header
776
+ const httpHeaderAccepts: string[] = [
777
+ 'application/json'
778
+ ];
779
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
780
+ }
781
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
782
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
783
+ }
784
+
785
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
786
+ if (localVarHttpContext === undefined) {
787
+ localVarHttpContext = new HttpContext();
788
+ }
789
+
790
+
791
+ // to determine the Content-Type header
792
+ const consumes: string[] = [
793
+ 'application/json'
794
+ ];
795
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
796
+ if (httpContentTypeSelected !== undefined) {
797
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
798
+ }
799
+
800
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
801
+ if (localVarHttpHeaderAcceptSelected) {
802
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
803
+ responseType_ = 'text';
804
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
805
+ responseType_ = 'json';
806
+ } else {
807
+ responseType_ = 'blob';
808
+ }
809
+ }
810
+
811
+ let localVarPath = `/api/v1/console/cases/invalid-with-charge`;
812
+ return this.httpClient.request<GetInvalidCasesWithStripeChargeResponse>('post', `${this.configuration.basePath}${localVarPath}`,
813
+ {
814
+ context: localVarHttpContext,
815
+ body: request,
816
+ responseType: <any>responseType_,
817
+ withCredentials: this.configuration.withCredentials,
818
+ headers: localVarHeaders,
819
+ observe: observe,
820
+ reportProgress: reportProgress
821
+ }
822
+ );
823
+ }
824
+
825
+ /**
826
+ * getLostCasesWithTransferNotReversed
827
+ * @param request request
828
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
829
+ * @param reportProgress flag to report request and response progress.
830
+ */
831
+ public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetLostCasesWithTransferNotReversedResponse>;
832
+ public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetLostCasesWithTransferNotReversedResponse>>;
833
+ public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetLostCasesWithTransferNotReversedResponse>>;
834
+ public getLostCasesWithTransferNotReversedUsingPOST(request: GetLostCasesWithTransferNotReversedRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
835
+ if (request === null || request === undefined) {
836
+ throw new Error('Required parameter request was null or undefined when calling getLostCasesWithTransferNotReversedUsingPOST.');
837
+ }
838
+
839
+ let localVarHeaders = this.defaultHeaders;
840
+
841
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
842
+ if (localVarHttpHeaderAcceptSelected === undefined) {
843
+ // to determine the Accept header
844
+ const httpHeaderAccepts: string[] = [
845
+ 'application/json'
846
+ ];
847
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
848
+ }
849
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
850
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
851
+ }
852
+
853
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
854
+ if (localVarHttpContext === undefined) {
855
+ localVarHttpContext = new HttpContext();
856
+ }
857
+
858
+
859
+ // to determine the Content-Type header
860
+ const consumes: string[] = [
861
+ 'application/json'
862
+ ];
863
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
864
+ if (httpContentTypeSelected !== undefined) {
865
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
866
+ }
867
+
868
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
869
+ if (localVarHttpHeaderAcceptSelected) {
870
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
871
+ responseType_ = 'text';
872
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
873
+ responseType_ = 'json';
874
+ } else {
875
+ responseType_ = 'blob';
876
+ }
877
+ }
878
+
879
+ let localVarPath = `/api/v1/console/cases/lost/not-reversed`;
880
+ return this.httpClient.request<GetLostCasesWithTransferNotReversedResponse>('post', `${this.configuration.basePath}${localVarPath}`,
881
+ {
882
+ context: localVarHttpContext,
883
+ body: request,
884
+ responseType: <any>responseType_,
885
+ withCredentials: this.configuration.withCredentials,
886
+ headers: localVarHeaders,
887
+ observe: observe,
888
+ reportProgress: reportProgress
889
+ }
890
+ );
891
+ }
892
+
893
+ /**
894
+ * getPendingCases
895
+ * @param request request
896
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
897
+ * @param reportProgress flag to report request and response progress.
898
+ */
899
+ public getPendingCasesUsingPOST(request: object, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetPendingCasesResponse>;
900
+ public getPendingCasesUsingPOST(request: object, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetPendingCasesResponse>>;
901
+ public getPendingCasesUsingPOST(request: object, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetPendingCasesResponse>>;
902
+ public getPendingCasesUsingPOST(request: object, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
903
+ if (request === null || request === undefined) {
904
+ throw new Error('Required parameter request was null or undefined when calling getPendingCasesUsingPOST.');
905
+ }
906
+
907
+ let localVarHeaders = this.defaultHeaders;
908
+
909
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
910
+ if (localVarHttpHeaderAcceptSelected === undefined) {
911
+ // to determine the Accept header
912
+ const httpHeaderAccepts: string[] = [
913
+ 'application/json'
914
+ ];
915
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
916
+ }
917
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
918
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
919
+ }
920
+
921
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
922
+ if (localVarHttpContext === undefined) {
923
+ localVarHttpContext = new HttpContext();
924
+ }
925
+
926
+
927
+ // to determine the Content-Type header
928
+ const consumes: string[] = [
929
+ 'application/json'
930
+ ];
931
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
932
+ if (httpContentTypeSelected !== undefined) {
933
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
934
+ }
935
+
936
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
937
+ if (localVarHttpHeaderAcceptSelected) {
938
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
939
+ responseType_ = 'text';
940
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
941
+ responseType_ = 'json';
942
+ } else {
943
+ responseType_ = 'blob';
944
+ }
945
+ }
946
+
947
+ let localVarPath = `/api/v1/cases/pending`;
948
+ return this.httpClient.request<GetPendingCasesResponse>('post', `${this.configuration.basePath}${localVarPath}`,
949
+ {
950
+ context: localVarHttpContext,
951
+ body: request,
952
+ responseType: <any>responseType_,
953
+ withCredentials: this.configuration.withCredentials,
954
+ headers: localVarHeaders,
955
+ observe: observe,
956
+ reportProgress: reportProgress
957
+ }
958
+ );
959
+ }
960
+
961
+ /**
962
+ * getPendingTicketReviews
963
+ * @param request request
964
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
965
+ * @param reportProgress flag to report request and response progress.
966
+ */
967
+ public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetPendingTicketReviewsResponse>;
968
+ public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetPendingTicketReviewsResponse>>;
969
+ public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetPendingTicketReviewsResponse>>;
970
+ public getPendingTicketReviewsUsingPOST(request: GetPendingTicketReviewsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
971
+ if (request === null || request === undefined) {
972
+ throw new Error('Required parameter request was null or undefined when calling getPendingTicketReviewsUsingPOST.');
973
+ }
974
+
975
+ let localVarHeaders = this.defaultHeaders;
976
+
977
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
978
+ if (localVarHttpHeaderAcceptSelected === undefined) {
979
+ // to determine the Accept header
980
+ const httpHeaderAccepts: string[] = [
981
+ 'application/json'
982
+ ];
983
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
984
+ }
985
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
986
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
987
+ }
988
+
989
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
990
+ if (localVarHttpContext === undefined) {
991
+ localVarHttpContext = new HttpContext();
992
+ }
993
+
994
+
995
+ // to determine the Content-Type header
996
+ const consumes: string[] = [
997
+ 'application/json'
998
+ ];
999
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1000
+ if (httpContentTypeSelected !== undefined) {
1001
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1002
+ }
1003
+
1004
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
1005
+ if (localVarHttpHeaderAcceptSelected) {
1006
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1007
+ responseType_ = 'text';
1008
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1009
+ responseType_ = 'json';
1010
+ } else {
1011
+ responseType_ = 'blob';
1012
+ }
1013
+ }
1014
+
1015
+ let localVarPath = `/api/v1/console/ticket-review-requests/pending`;
1016
+ return this.httpClient.request<GetPendingTicketReviewsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1017
+ {
1018
+ context: localVarHttpContext,
1019
+ body: request,
1020
+ responseType: <any>responseType_,
1021
+ withCredentials: this.configuration.withCredentials,
1022
+ headers: localVarHeaders,
1023
+ observe: observe,
1024
+ reportProgress: reportProgress
1025
+ }
1026
+ );
1027
+ }
1028
+
1029
+ /**
1030
+ * listBillingSubscribers
1031
+ * @param length length
1032
+ * @param page page
1033
+ * @param start start
1034
+ * @param statuses statuses
1035
+ * @param request request
1036
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1037
+ * @param reportProgress flag to report request and response progress.
1038
+ */
1039
+ public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<ListBillingSubscribersResponse>;
1040
+ public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<ListBillingSubscribersResponse>>;
1041
+ public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<ListBillingSubscribersResponse>>;
1042
+ public listBillingSubscribersUsingPOST(length?: number, page?: number, start?: string, statuses?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', request?: ListBillingSubscribersRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
1043
+
1044
+ let localVarQueryParameters = new HttpParams({encoder: this.encoder});
1045
+ if (length !== undefined && length !== null) {
1046
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1047
+ <any>length, 'length');
1048
+ }
1049
+ if (page !== undefined && page !== null) {
1050
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1051
+ <any>page, 'page');
1052
+ }
1053
+ if (start !== undefined && start !== null) {
1054
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1055
+ <any>start, 'start');
1056
+ }
1057
+ if (statuses !== undefined && statuses !== null) {
1058
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
1059
+ <any>statuses, 'statuses');
1060
+ }
1061
+
1062
+ let localVarHeaders = this.defaultHeaders;
1063
+
1064
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1065
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1066
+ // to determine the Accept header
1067
+ const httpHeaderAccepts: string[] = [
1068
+ 'application/json'
1069
+ ];
1070
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1071
+ }
1072
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1073
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1074
+ }
1075
+
1076
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
1077
+ if (localVarHttpContext === undefined) {
1078
+ localVarHttpContext = new HttpContext();
1079
+ }
1080
+
1081
+
1082
+ // to determine the Content-Type header
1083
+ const consumes: string[] = [
1084
+ 'application/json'
1085
+ ];
1086
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1087
+ if (httpContentTypeSelected !== undefined) {
1088
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1089
+ }
1090
+
1091
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
1092
+ if (localVarHttpHeaderAcceptSelected) {
1093
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1094
+ responseType_ = 'text';
1095
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1096
+ responseType_ = 'json';
1097
+ } else {
1098
+ responseType_ = 'blob';
1099
+ }
1100
+ }
1101
+
1102
+ let localVarPath = `/api/v1/billing/subscribers`;
1103
+ return this.httpClient.request<ListBillingSubscribersResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1104
+ {
1105
+ context: localVarHttpContext,
1106
+ body: request,
1107
+ params: localVarQueryParameters,
1108
+ responseType: <any>responseType_,
1109
+ withCredentials: this.configuration.withCredentials,
1110
+ headers: localVarHeaders,
1111
+ observe: observe,
1112
+ reportProgress: reportProgress
1113
+ }
1114
+ );
1115
+ }
1116
+
1117
+ /**
1118
+ * listLawfirmLeads
1119
+ * @param request request
1120
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1121
+ * @param reportProgress flag to report request and response progress.
1122
+ */
1123
+ public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetLawfirmLeadsResponse>;
1124
+ public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetLawfirmLeadsResponse>>;
1125
+ public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetLawfirmLeadsResponse>>;
1126
+ public listLawfirmLeadsUsingPOST(request: GetLawfirmLeadsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
1127
+ if (request === null || request === undefined) {
1128
+ throw new Error('Required parameter request was null or undefined when calling listLawfirmLeadsUsingPOST.');
1129
+ }
1130
+
1131
+ let localVarHeaders = this.defaultHeaders;
1132
+
1133
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1134
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1135
+ // to determine the Accept header
1136
+ const httpHeaderAccepts: string[] = [
1137
+ 'application/json'
1138
+ ];
1139
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1140
+ }
1141
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1142
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1143
+ }
1144
+
1145
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
1146
+ if (localVarHttpContext === undefined) {
1147
+ localVarHttpContext = new HttpContext();
1148
+ }
1149
+
1150
+
1151
+ // to determine the Content-Type header
1152
+ const consumes: string[] = [
1153
+ 'application/json'
1154
+ ];
1155
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1156
+ if (httpContentTypeSelected !== undefined) {
1157
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1158
+ }
1159
+
1160
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
1161
+ if (localVarHttpHeaderAcceptSelected) {
1162
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1163
+ responseType_ = 'text';
1164
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1165
+ responseType_ = 'json';
1166
+ } else {
1167
+ responseType_ = 'blob';
1168
+ }
1169
+ }
1170
+
1171
+ let localVarPath = `/api/v1/console/lawfirms/leads`;
1172
+ return this.httpClient.request<GetLawfirmLeadsResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1173
+ {
1174
+ context: localVarHttpContext,
1175
+ body: request,
1176
+ responseType: <any>responseType_,
1177
+ withCredentials: this.configuration.withCredentials,
1178
+ headers: localVarHeaders,
1179
+ observe: observe,
1180
+ reportProgress: reportProgress
1181
+ }
1182
+ );
1183
+ }
1184
+
1185
+ /**
1186
+ * listPotentialCustomers
1187
+ * @param request request
1188
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1189
+ * @param reportProgress flag to report request and response progress.
1190
+ */
1191
+ public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetPotentialCustomersResponse>;
1192
+ public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetPotentialCustomersResponse>>;
1193
+ public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetPotentialCustomersResponse>>;
1194
+ public listPotentialCustomersUsingPOST(request: GetPotentialCustomersRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
1195
+ if (request === null || request === undefined) {
1196
+ throw new Error('Required parameter request was null or undefined when calling listPotentialCustomersUsingPOST.');
1197
+ }
1198
+
1199
+ let localVarHeaders = this.defaultHeaders;
1200
+
1201
+ let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
1202
+ if (localVarHttpHeaderAcceptSelected === undefined) {
1203
+ // to determine the Accept header
1204
+ const httpHeaderAccepts: string[] = [
1205
+ 'application/json'
1206
+ ];
1207
+ localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1208
+ }
1209
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
1210
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
1211
+ }
1212
+
1213
+ let localVarHttpContext: HttpContext | undefined = options && options.context;
1214
+ if (localVarHttpContext === undefined) {
1215
+ localVarHttpContext = new HttpContext();
1216
+ }
1217
+
1218
+
1219
+ // to determine the Content-Type header
1220
+ const consumes: string[] = [
1221
+ 'application/json'
1222
+ ];
1223
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
1224
+ if (httpContentTypeSelected !== undefined) {
1225
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
1226
+ }
1227
+
1228
+ let responseType_: 'text' | 'json' | 'blob' = 'json';
1229
+ if (localVarHttpHeaderAcceptSelected) {
1230
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
1231
+ responseType_ = 'text';
1232
+ } else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
1233
+ responseType_ = 'json';
1234
+ } else {
1235
+ responseType_ = 'blob';
1236
+ }
1237
+ }
1238
+
1239
+ let localVarPath = `/api/v1/console/potential-customers`;
1240
+ return this.httpClient.request<GetPotentialCustomersResponse>('post', `${this.configuration.basePath}${localVarPath}`,
1241
+ {
1242
+ context: localVarHttpContext,
1243
+ body: request,
1244
+ responseType: <any>responseType_,
1245
+ withCredentials: this.configuration.withCredentials,
1246
+ headers: localVarHeaders,
1247
+ observe: observe,
1248
+ reportProgress: reportProgress
1249
+ }
1250
+ );
1251
+ }
1252
+
1253
+ }