@otr-app/shared-backend-generated-client 2.4.26 → 2.4.28

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 (284) hide show
  1. package/dist/angular/model/case.ts +3 -2
  2. package/dist/angular/model/citationWithMissingFields.ts +3 -2
  3. package/dist/angular/model/ghostUser.ts +3 -2
  4. package/dist/angular/model/ghostUserResponse.ts +3 -2
  5. package/dist/angular/model/listCaseBookingsRequest.ts +3 -2
  6. package/dist/angular/model/registeredUserDomain.ts +3 -2
  7. package/dist/angular/model/userDomain.ts +3 -2
  8. package/dist/angular/model/userDomainReq.ts +3 -2
  9. package/dist/angular/model/userDomainRes.ts +3 -2
  10. package/dist/typescript/model/Case.d.ts +2 -1
  11. package/dist/typescript/model/Case.js +1 -0
  12. package/dist/typescript/model/CitationWithMissingFields.d.ts +2 -1
  13. package/dist/typescript/model/CitationWithMissingFields.js +1 -0
  14. package/dist/typescript/model/GhostUser.d.ts +2 -1
  15. package/dist/typescript/model/GhostUser.js +1 -0
  16. package/dist/typescript/model/GhostUserResponse.d.ts +2 -1
  17. package/dist/typescript/model/GhostUserResponse.js +1 -0
  18. package/dist/typescript/model/ListCaseBookingsRequest.d.ts +2 -1
  19. package/dist/typescript/model/ListCaseBookingsRequest.js +1 -0
  20. package/dist/typescript/model/RegisteredUserDomain.d.ts +2 -1
  21. package/dist/typescript/model/RegisteredUserDomain.js +1 -0
  22. package/dist/typescript/model/UserDomain.d.ts +2 -1
  23. package/dist/typescript/model/UserDomain.js +1 -0
  24. package/dist/typescript/model/UserDomainReq.d.ts +2 -1
  25. package/dist/typescript/model/UserDomainReq.js +1 -0
  26. package/dist/typescript/model/UserDomainRes.d.ts +2 -1
  27. package/dist/typescript/model/UserDomainRes.js +1 -0
  28. package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.d.ts +24 -0
  29. package/dist/typescript-fetch/apis/AuditLawfirmEventsControllerApi.js +24 -0
  30. package/dist/typescript-fetch/apis/CaseControllerApi.d.ts +1 -0
  31. package/dist/typescript-fetch/apis/CaseControllerApi.js +3 -0
  32. package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.d.ts +12 -0
  33. package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.js +30 -0
  34. package/dist/typescript-fetch/apis/CitationAuditControllerApi.d.ts +24 -0
  35. package/dist/typescript-fetch/apis/CitationAuditControllerApi.js +24 -0
  36. package/dist/typescript-fetch/apis/CitationControllerApi.d.ts +12 -1
  37. package/dist/typescript-fetch/apis/CitationControllerApi.js +31 -1
  38. package/dist/typescript-fetch/apis/ConsoleListControllerApi.d.ts +2 -2
  39. package/dist/typescript-fetch/apis/ConsoleListControllerApi.js +2 -2
  40. package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.d.ts +28 -0
  41. package/dist/typescript-fetch/apis/ContactLoopWebhookControllerApi.js +58 -0
  42. package/dist/typescript-fetch/apis/DashboardControllerApi.d.ts +5 -0
  43. package/dist/typescript-fetch/apis/DashboardControllerApi.js +15 -0
  44. package/dist/typescript-fetch/apis/IntercomTicketControllerApi.d.ts +42 -0
  45. package/dist/typescript-fetch/apis/IntercomTicketControllerApi.js +97 -0
  46. package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +63 -11
  47. package/dist/typescript-fetch/apis/LawfirmControllerApi.js +122 -10
  48. package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.d.ts +1 -0
  49. package/dist/typescript-fetch/apis/LawfirmSurchargeControllerApi.js +1 -0
  50. package/dist/typescript-fetch/apis/RecurringBillingControllerApi.d.ts +1 -0
  51. package/dist/typescript-fetch/apis/RecurringBillingControllerApi.js +3 -0
  52. package/dist/typescript-fetch/apis/UserAuditControllerApi.d.ts +26 -0
  53. package/dist/typescript-fetch/apis/UserAuditControllerApi.js +26 -0
  54. package/dist/typescript-fetch/apis/UserControllerApi.d.ts +23 -0
  55. package/dist/typescript-fetch/apis/UserControllerApi.js +59 -0
  56. package/dist/typescript-fetch/apis/UserPasswordControllerApi.d.ts +5 -2
  57. package/dist/typescript-fetch/apis/UserPasswordControllerApi.js +9 -6
  58. package/dist/typescript-fetch/apis/UserProfileControllerApi.d.ts +3 -3
  59. package/dist/typescript-fetch/apis/UserProfileControllerApi.js +4 -3
  60. package/dist/typescript-fetch/apis/UserSearchControllerApi.d.ts +7 -7
  61. package/dist/typescript-fetch/apis/UserSearchControllerApi.js +9 -9
  62. package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.d.ts +54 -0
  63. package/dist/typescript-fetch/apis/UserSocialProfileControllerApi.js +107 -0
  64. package/dist/typescript-fetch/apis/index.d.ts +3 -0
  65. package/dist/typescript-fetch/apis/index.js +3 -0
  66. package/dist/typescript-fetch/models/AddExtraAccountRequest.d.ts +6 -0
  67. package/dist/typescript-fetch/models/AddExtraAccountRequest.js +2 -0
  68. package/dist/typescript-fetch/models/Admin.d.ts +39 -0
  69. package/dist/typescript-fetch/models/Admin.js +40 -0
  70. package/dist/typescript-fetch/models/AnonymousTicketUploadModel.d.ts +6 -0
  71. package/dist/typescript-fetch/models/AnonymousTicketUploadModel.js +2 -0
  72. package/dist/typescript-fetch/models/Attachment.d.ts +33 -0
  73. package/dist/typescript-fetch/models/Attachment.js +38 -0
  74. package/dist/typescript-fetch/models/Author.d.ts +45 -0
  75. package/dist/typescript-fetch/models/Author.js +42 -0
  76. package/dist/typescript-fetch/models/BillingPriceModel.d.ts +12 -0
  77. package/dist/typescript-fetch/models/BillingPriceModel.js +4 -0
  78. package/dist/typescript-fetch/models/Case.d.ts +2 -1
  79. package/dist/typescript-fetch/models/Case.js +1 -0
  80. package/dist/typescript-fetch/models/CaseLineItemDomainReq.d.ts +1 -0
  81. package/dist/typescript-fetch/models/CaseLineItemDomainReq.js +1 -0
  82. package/dist/typescript-fetch/models/CaseLineItemDomainRes.d.ts +1 -0
  83. package/dist/typescript-fetch/models/CaseLineItemDomainRes.js +1 -0
  84. package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.d.ts +63 -0
  85. package/dist/typescript-fetch/models/CasePaymentBreakdownItemModel.js +65 -0
  86. package/dist/typescript-fetch/models/CasePaymentModel.d.ts +7 -0
  87. package/dist/typescript-fetch/models/CasePaymentModel.js +3 -0
  88. package/dist/typescript-fetch/models/CitationAuditEventModel.d.ts +14 -0
  89. package/dist/typescript-fetch/models/CitationAuditEventModel.js +14 -0
  90. package/dist/typescript-fetch/models/CitationModel.d.ts +2 -0
  91. package/dist/typescript-fetch/models/CitationModel.js +2 -0
  92. package/dist/typescript-fetch/models/CitationModelReq.d.ts +2 -0
  93. package/dist/typescript-fetch/models/CitationModelReq.js +2 -0
  94. package/dist/typescript-fetch/models/CitationModelRes.d.ts +2 -0
  95. package/dist/typescript-fetch/models/CitationModelRes.js +2 -0
  96. package/dist/typescript-fetch/models/CitationWithMissingFields.d.ts +2 -1
  97. package/dist/typescript-fetch/models/CitationWithMissingFields.js +1 -0
  98. package/dist/typescript-fetch/models/Contact.d.ts +39 -0
  99. package/dist/typescript-fetch/models/Contact.js +40 -0
  100. package/dist/typescript-fetch/models/ContactList.d.ts +34 -0
  101. package/dist/typescript-fetch/models/ContactList.js +39 -0
  102. package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.d.ts +7 -0
  103. package/dist/typescript-fetch/models/CreateBillingSubscriptionRequest.js +3 -0
  104. package/dist/typescript-fetch/models/CreateCitationRequest.d.ts +2 -0
  105. package/dist/typescript-fetch/models/CreateCitationRequest.js +2 -0
  106. package/dist/typescript-fetch/models/CreateLawfirmModel.d.ts +14 -10
  107. package/dist/typescript-fetch/models/CreateLawfirmModel.js +13 -9
  108. package/dist/typescript-fetch/models/DashboardCitationModel.d.ts +6 -0
  109. package/dist/typescript-fetch/models/DashboardCitationModel.js +2 -0
  110. package/dist/typescript-fetch/models/FirstContactReply.d.ts +39 -0
  111. package/dist/typescript-fetch/models/FirstContactReply.js +40 -0
  112. package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.d.ts +27 -0
  113. package/dist/typescript-fetch/models/GetCasesWithMissingLawfirmPayoutsRequest.js +36 -0
  114. package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.d.ts +6 -0
  115. package/dist/typescript-fetch/models/GetCasesWithUncapturedChargesRequest.js +2 -0
  116. package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.d.ts +6 -0
  117. package/dist/typescript-fetch/models/GetLawfirmCaseStatsResponse.js +2 -0
  118. package/dist/typescript-fetch/models/GetLawfirmModel.d.ts +20 -10
  119. package/dist/typescript-fetch/models/GetLawfirmModel.js +15 -9
  120. package/dist/typescript-fetch/models/GetLineItemTypesResponse.d.ts +1 -0
  121. package/dist/typescript-fetch/models/GetLineItemTypesResponse.js +1 -0
  122. package/dist/typescript-fetch/models/GetSupportTicketsResponse.d.ts +7 -1
  123. package/dist/typescript-fetch/models/GetSupportTicketsResponse.js +3 -1
  124. package/dist/typescript-fetch/models/GetUserByEmailRequest.d.ts +27 -0
  125. package/dist/typescript-fetch/models/GetUserByEmailRequest.js +36 -0
  126. package/dist/typescript-fetch/models/GetUserByEmailResponse.d.ts +33 -0
  127. package/dist/typescript-fetch/models/GetUserByEmailResponse.js +38 -0
  128. package/dist/typescript-fetch/models/GetUserRegistrationsRequest.d.ts +8 -0
  129. package/dist/typescript-fetch/models/GetUserRegistrationsRequest.js +2 -0
  130. package/dist/typescript-fetch/models/GetUserRegistrationsResponse.d.ts +3 -3
  131. package/dist/typescript-fetch/models/GetUserRegistrationsResponse.js +3 -3
  132. package/dist/typescript-fetch/models/GhostUser.d.ts +4 -1
  133. package/dist/typescript-fetch/models/GhostUser.js +3 -0
  134. package/dist/typescript-fetch/models/GhostUserResponse.d.ts +2 -1
  135. package/dist/typescript-fetch/models/GhostUserResponse.js +1 -0
  136. package/dist/typescript-fetch/models/IntercomConversationResponse.d.ts +178 -0
  137. package/dist/typescript-fetch/models/IntercomConversationResponse.js +87 -0
  138. package/dist/typescript-fetch/models/IntercomCreateTicketResponse.d.ts +136 -0
  139. package/dist/typescript-fetch/models/IntercomCreateTicketResponse.js +73 -0
  140. package/dist/typescript-fetch/models/IntercomNext.d.ts +33 -0
  141. package/dist/typescript-fetch/models/IntercomNext.js +38 -0
  142. package/dist/typescript-fetch/models/IntercomPages.d.ts +52 -0
  143. package/dist/typescript-fetch/models/IntercomPages.js +45 -0
  144. package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.d.ts +40 -0
  145. package/dist/typescript-fetch/models/IntercomSearchConversationsResponse.js +41 -0
  146. package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.d.ts +34 -0
  147. package/dist/typescript-fetch/models/IntercomSearchTicketsResponse.js +39 -0
  148. package/dist/typescript-fetch/models/IntercomTicketAttributes.d.ts +33 -0
  149. package/dist/typescript-fetch/models/IntercomTicketAttributes.js +38 -0
  150. package/dist/typescript-fetch/models/LastLoginDateModel.d.ts +2 -0
  151. package/dist/typescript-fetch/models/LastLoginDateModel.js +2 -0
  152. package/dist/typescript-fetch/models/LawfirmAuditEventModel.d.ts +14 -0
  153. package/dist/typescript-fetch/models/LawfirmAuditEventModel.js +14 -0
  154. package/dist/typescript-fetch/models/LawfirmLeadDomain.d.ts +32 -10
  155. package/dist/typescript-fetch/models/LawfirmLeadDomain.js +28 -9
  156. package/dist/typescript-fetch/models/LawfirmStorefrontModel.d.ts +14 -10
  157. package/dist/typescript-fetch/models/LawfirmStorefrontModel.js +13 -9
  158. package/dist/typescript-fetch/models/LineItem.d.ts +1 -0
  159. package/dist/typescript-fetch/models/LineItem.js +1 -0
  160. package/dist/typescript-fetch/models/LineItemModel.d.ts +1 -0
  161. package/dist/typescript-fetch/models/LineItemModel.js +1 -0
  162. package/dist/typescript-fetch/models/LineItemRequest.d.ts +1 -0
  163. package/dist/typescript-fetch/models/LineItemRequest.js +1 -0
  164. package/dist/typescript-fetch/models/LinkedObjects.d.ts +33 -0
  165. package/dist/typescript-fetch/models/LinkedObjects.js +38 -0
  166. package/dist/typescript-fetch/models/ListCaseBookingsRequest.d.ts +2 -1
  167. package/dist/typescript-fetch/models/ListCaseBookingsRequest.js +1 -0
  168. package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.d.ts +1 -0
  169. package/dist/typescript-fetch/models/ListLawfirmSurchargeModel.js +1 -0
  170. package/dist/typescript-fetch/models/ListPhoneCallsModel.d.ts +30 -0
  171. package/dist/typescript-fetch/models/ListPhoneCallsModel.js +10 -0
  172. package/dist/typescript-fetch/models/MatchCaseLineItemModel.d.ts +1 -0
  173. package/dist/typescript-fetch/models/MatchCaseLineItemModel.js +1 -0
  174. package/dist/typescript-fetch/models/NewUserResponse.d.ts +6 -0
  175. package/dist/typescript-fetch/models/NewUserResponse.js +2 -0
  176. package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.d.ts +6 -0
  177. package/dist/typescript-fetch/models/PersistTicketEvaluationRequest.js +2 -0
  178. package/dist/typescript-fetch/models/PhoneNumberDomain.d.ts +6 -0
  179. package/dist/typescript-fetch/models/PhoneNumberDomain.js +2 -0
  180. package/dist/typescript-fetch/models/PhoneNumberDomainReq.d.ts +6 -0
  181. package/dist/typescript-fetch/models/PhoneNumberDomainReq.js +2 -0
  182. package/dist/typescript-fetch/models/PhoneNumberDomainRes.d.ts +6 -0
  183. package/dist/typescript-fetch/models/PhoneNumberDomainRes.js +2 -0
  184. package/dist/typescript-fetch/models/RegisterGhostUserRequest.d.ts +6 -0
  185. package/dist/typescript-fetch/models/RegisterGhostUserRequest.js +2 -0
  186. package/dist/typescript-fetch/models/RegisterNewUserRequest.d.ts +8 -0
  187. package/dist/typescript-fetch/models/RegisterNewUserRequest.js +4 -0
  188. package/dist/typescript-fetch/models/RegisteredUserDomain.d.ts +187 -0
  189. package/dist/typescript-fetch/models/RegisteredUserDomain.js +140 -0
  190. package/dist/typescript-fetch/models/SaveDriverLicenseRequest.d.ts +6 -0
  191. package/dist/typescript-fetch/models/SaveDriverLicenseRequest.js +2 -0
  192. package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.d.ts +1 -0
  193. package/dist/typescript-fetch/models/SaveLawfirmSurchargeModel.js +1 -0
  194. package/dist/typescript-fetch/models/SaveUserSocialProfileModel.d.ts +45 -0
  195. package/dist/typescript-fetch/models/SaveUserSocialProfileModel.js +50 -0
  196. package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.d.ts +28 -0
  197. package/dist/typescript-fetch/models/SaveUserSocialProfileRequest.js +37 -0
  198. package/dist/typescript-fetch/models/ServiceLevelAgreement.d.ts +39 -0
  199. package/dist/typescript-fetch/models/ServiceLevelAgreement.js +40 -0
  200. package/dist/typescript-fetch/models/SetReferralSourceRequest.d.ts +2 -0
  201. package/dist/typescript-fetch/models/SetReferralSourceRequest.js +2 -0
  202. package/dist/typescript-fetch/models/SignImageUrlRequest.d.ts +33 -0
  203. package/dist/typescript-fetch/models/SignImageUrlRequest.js +38 -0
  204. package/dist/typescript-fetch/models/SignImageUrlResponse.d.ts +27 -0
  205. package/dist/typescript-fetch/models/SignImageUrlResponse.js +36 -0
  206. package/dist/typescript-fetch/models/SocialLoginRequest.d.ts +2 -0
  207. package/dist/typescript-fetch/models/SocialLoginRequest.js +2 -0
  208. package/dist/typescript-fetch/models/SocialLoginUser.d.ts +6 -0
  209. package/dist/typescript-fetch/models/SocialLoginUser.js +2 -0
  210. package/dist/typescript-fetch/models/Source.d.ts +85 -0
  211. package/dist/typescript-fetch/models/Source.js +63 -0
  212. package/dist/typescript-fetch/models/Statistics.d.ts +135 -0
  213. package/dist/typescript-fetch/models/Statistics.js +72 -0
  214. package/dist/typescript-fetch/models/SubscriptionGuardianModel.d.ts +39 -0
  215. package/dist/typescript-fetch/models/SubscriptionGuardianModel.js +39 -0
  216. package/dist/typescript-fetch/models/Tag.d.ts +39 -0
  217. package/dist/typescript-fetch/models/Tag.js +40 -0
  218. package/dist/typescript-fetch/models/Tags.d.ts +34 -0
  219. package/dist/typescript-fetch/models/Tags.js +39 -0
  220. package/dist/typescript-fetch/models/Teammates.d.ts +34 -0
  221. package/dist/typescript-fetch/models/Teammates.js +39 -0
  222. package/dist/typescript-fetch/models/TicketPart.d.ts +51 -0
  223. package/dist/typescript-fetch/models/TicketPart.js +44 -0
  224. package/dist/typescript-fetch/models/TicketPartsWrapper.d.ts +34 -0
  225. package/dist/typescript-fetch/models/TicketPartsWrapper.js +39 -0
  226. package/dist/typescript-fetch/models/TicketType.d.ts +76 -0
  227. package/dist/typescript-fetch/models/TicketType.js +53 -0
  228. package/dist/typescript-fetch/models/TicketTypeAttribute.d.ts +63 -0
  229. package/dist/typescript-fetch/models/TicketTypeAttribute.js +48 -0
  230. package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.d.ts +34 -0
  231. package/dist/typescript-fetch/models/TicketTypeAttributesWrapper.js +39 -0
  232. package/dist/typescript-fetch/models/Topic.d.ts +39 -0
  233. package/dist/typescript-fetch/models/Topic.js +40 -0
  234. package/dist/typescript-fetch/models/Topics.d.ts +40 -0
  235. package/dist/typescript-fetch/models/Topics.js +41 -0
  236. package/dist/typescript-fetch/models/UpdateLawfirmModel.d.ts +14 -10
  237. package/dist/typescript-fetch/models/UpdateLawfirmModel.js +13 -9
  238. package/dist/typescript-fetch/models/UpdateProfilePictureResponse.d.ts +27 -0
  239. package/dist/typescript-fetch/models/UpdateProfilePictureResponse.js +36 -0
  240. package/dist/typescript-fetch/models/UploadLawfirmsRequest.d.ts +33 -0
  241. package/dist/typescript-fetch/models/UploadLawfirmsRequest.js +38 -0
  242. package/dist/typescript-fetch/models/UploadLawfirmsResponse.d.ts +45 -0
  243. package/dist/typescript-fetch/models/UploadLawfirmsResponse.js +42 -0
  244. package/dist/typescript-fetch/models/UserAccountModel.d.ts +6 -0
  245. package/dist/typescript-fetch/models/UserAccountModel.js +2 -0
  246. package/dist/typescript-fetch/models/UserAuditEventModel.d.ts +26 -0
  247. package/dist/typescript-fetch/models/UserAuditEventModel.js +26 -0
  248. package/dist/typescript-fetch/models/UserDomain.d.ts +45 -2
  249. package/dist/typescript-fetch/models/UserDomain.js +16 -1
  250. package/dist/typescript-fetch/models/UserDomainReq.d.ts +45 -2
  251. package/dist/typescript-fetch/models/UserDomainReq.js +16 -1
  252. package/dist/typescript-fetch/models/UserDomainRes.d.ts +45 -2
  253. package/dist/typescript-fetch/models/UserDomainRes.js +16 -1
  254. package/dist/typescript-fetch/models/UserReferralLinkModel.d.ts +41 -0
  255. package/dist/typescript-fetch/models/UserReferralLinkModel.js +47 -0
  256. package/dist/typescript-fetch/models/UserReferralLinkModelReq.d.ts +41 -0
  257. package/dist/typescript-fetch/models/UserReferralLinkModelReq.js +47 -0
  258. package/dist/typescript-fetch/models/UserReferralLinkModelRes.d.ts +41 -0
  259. package/dist/typescript-fetch/models/UserReferralLinkModelRes.js +47 -0
  260. package/dist/typescript-fetch/models/UserSocialProfileModel.d.ts +45 -0
  261. package/dist/typescript-fetch/models/UserSocialProfileModel.js +51 -0
  262. package/dist/typescript-fetch/models/UserSocialProfileModelReq.d.ts +45 -0
  263. package/dist/typescript-fetch/models/UserSocialProfileModelReq.js +51 -0
  264. package/dist/typescript-fetch/models/UserSocialProfileModelRes.d.ts +45 -0
  265. package/dist/typescript-fetch/models/UserSocialProfileModelRes.js +51 -0
  266. package/dist/typescript-fetch/models/UserSubscriptionPlanModel.d.ts +21 -0
  267. package/dist/typescript-fetch/models/UserSubscriptionPlanModel.js +14 -0
  268. package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.d.ts +21 -0
  269. package/dist/typescript-fetch/models/UserSubscriptionPlanModelReq.js +14 -0
  270. package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.d.ts +21 -0
  271. package/dist/typescript-fetch/models/UserSubscriptionPlanModelRes.js +14 -0
  272. package/dist/typescript-fetch/models/ValidateDirectMailResponse.d.ts +6 -0
  273. package/dist/typescript-fetch/models/ValidateDirectMailResponse.js +6 -0
  274. package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.d.ts +24 -0
  275. package/dist/typescript-fetch/models/ValidatePhoneNumberResponse.js +8 -0
  276. package/dist/typescript-fetch/models/ViolationModel.d.ts +6 -0
  277. package/dist/typescript-fetch/models/ViolationModel.js +2 -0
  278. package/dist/typescript-fetch/models/WorkflowLineItemModel.d.ts +1 -0
  279. package/dist/typescript-fetch/models/WorkflowLineItemModel.js +1 -0
  280. package/dist/typescript-fetch/models/WorkflowViolationModel.d.ts +6 -0
  281. package/dist/typescript-fetch/models/WorkflowViolationModel.js +2 -0
  282. package/dist/typescript-fetch/models/index.d.ts +46 -2
  283. package/dist/typescript-fetch/models/index.js +46 -2
  284. package/package.json +1 -1
@@ -0,0 +1,63 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface TicketTypeAttribute
16
+ */
17
+ export interface TicketTypeAttribute {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof TicketTypeAttribute
22
+ */
23
+ dataType?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof TicketTypeAttribute
28
+ */
29
+ description?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof TicketTypeAttribute
34
+ */
35
+ id?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof TicketTypeAttribute
40
+ */
41
+ name?: string;
42
+ /**
43
+ *
44
+ * @type {boolean}
45
+ * @memberof TicketTypeAttribute
46
+ */
47
+ requiredToCreate?: boolean;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof TicketTypeAttribute
52
+ */
53
+ type?: string;
54
+ /**
55
+ *
56
+ * @type {boolean}
57
+ * @memberof TicketTypeAttribute
58
+ */
59
+ visibleOnCreate?: boolean;
60
+ }
61
+ export declare function TicketTypeAttributeFromJSON(json: any): TicketTypeAttribute;
62
+ export declare function TicketTypeAttributeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TicketTypeAttribute;
63
+ export declare function TicketTypeAttributeToJSON(value?: TicketTypeAttribute | null): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OffTheRecord Rest Service API - Devo
5
+ * A service to handle your traffic tickets
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ export function TicketTypeAttributeFromJSON(json) {
16
+ return TicketTypeAttributeFromJSONTyped(json, false);
17
+ }
18
+ export function TicketTypeAttributeFromJSONTyped(json, ignoreDiscriminator) {
19
+ if ((json === undefined) || (json === null)) {
20
+ return json;
21
+ }
22
+ return {
23
+ 'dataType': !exists(json, 'data_type') ? undefined : json['data_type'],
24
+ 'description': !exists(json, 'description') ? undefined : json['description'],
25
+ 'id': !exists(json, 'id') ? undefined : json['id'],
26
+ 'name': !exists(json, 'name') ? undefined : json['name'],
27
+ 'requiredToCreate': !exists(json, 'required_to_create') ? undefined : json['required_to_create'],
28
+ 'type': !exists(json, 'type') ? undefined : json['type'],
29
+ 'visibleOnCreate': !exists(json, 'visible_on_create') ? undefined : json['visible_on_create'],
30
+ };
31
+ }
32
+ export function TicketTypeAttributeToJSON(value) {
33
+ if (value === undefined) {
34
+ return undefined;
35
+ }
36
+ if (value === null) {
37
+ return null;
38
+ }
39
+ return {
40
+ 'data_type': value.dataType,
41
+ 'description': value.description,
42
+ 'id': value.id,
43
+ 'name': value.name,
44
+ 'required_to_create': value.requiredToCreate,
45
+ 'type': value.type,
46
+ 'visible_on_create': value.visibleOnCreate,
47
+ };
48
+ }
@@ -0,0 +1,34 @@
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
+ import { TicketTypeAttribute } from './';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TicketTypeAttributesWrapper
17
+ */
18
+ export interface TicketTypeAttributesWrapper {
19
+ /**
20
+ *
21
+ * @type {Array<TicketTypeAttribute>}
22
+ * @memberof TicketTypeAttributesWrapper
23
+ */
24
+ data?: Array<TicketTypeAttribute>;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof TicketTypeAttributesWrapper
29
+ */
30
+ type?: string;
31
+ }
32
+ export declare function TicketTypeAttributesWrapperFromJSON(json: any): TicketTypeAttributesWrapper;
33
+ export declare function TicketTypeAttributesWrapperFromJSONTyped(json: any, ignoreDiscriminator: boolean): TicketTypeAttributesWrapper;
34
+ export declare function TicketTypeAttributesWrapperToJSON(value?: TicketTypeAttributesWrapper | null): any;
@@ -0,0 +1,39 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OffTheRecord Rest Service API - Devo
5
+ * A service to handle your traffic tickets
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ import { TicketTypeAttributeFromJSON, TicketTypeAttributeToJSON, } from './';
16
+ export function TicketTypeAttributesWrapperFromJSON(json) {
17
+ return TicketTypeAttributesWrapperFromJSONTyped(json, false);
18
+ }
19
+ export function TicketTypeAttributesWrapperFromJSONTyped(json, ignoreDiscriminator) {
20
+ if ((json === undefined) || (json === null)) {
21
+ return json;
22
+ }
23
+ return {
24
+ 'data': !exists(json, 'data') ? undefined : (json['data'].map(TicketTypeAttributeFromJSON)),
25
+ 'type': !exists(json, 'type') ? undefined : json['type'],
26
+ };
27
+ }
28
+ export function TicketTypeAttributesWrapperToJSON(value) {
29
+ if (value === undefined) {
30
+ return undefined;
31
+ }
32
+ if (value === null) {
33
+ return null;
34
+ }
35
+ return {
36
+ 'data': value.data === undefined ? undefined : (value.data.map(TicketTypeAttributeToJSON)),
37
+ 'type': value.type,
38
+ };
39
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Topic
16
+ */
17
+ export interface Topic {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Topic
22
+ */
23
+ id?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Topic
28
+ */
29
+ name?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof Topic
34
+ */
35
+ type?: string;
36
+ }
37
+ export declare function TopicFromJSON(json: any): Topic;
38
+ export declare function TopicFromJSONTyped(json: any, ignoreDiscriminator: boolean): Topic;
39
+ export declare function TopicToJSON(value?: Topic | null): any;
@@ -0,0 +1,40 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OffTheRecord Rest Service API - Devo
5
+ * A service to handle your traffic tickets
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ export function TopicFromJSON(json) {
16
+ return TopicFromJSONTyped(json, false);
17
+ }
18
+ export function TopicFromJSONTyped(json, ignoreDiscriminator) {
19
+ if ((json === undefined) || (json === null)) {
20
+ return json;
21
+ }
22
+ return {
23
+ 'id': !exists(json, 'id') ? undefined : json['id'],
24
+ 'name': !exists(json, 'name') ? undefined : json['name'],
25
+ 'type': !exists(json, 'type') ? undefined : json['type'],
26
+ };
27
+ }
28
+ export function TopicToJSON(value) {
29
+ if (value === undefined) {
30
+ return undefined;
31
+ }
32
+ if (value === null) {
33
+ return null;
34
+ }
35
+ return {
36
+ 'id': value.id,
37
+ 'name': value.name,
38
+ 'type': value.type,
39
+ };
40
+ }
@@ -0,0 +1,40 @@
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
+ import { Topic } from './';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface Topics
17
+ */
18
+ export interface Topics {
19
+ /**
20
+ *
21
+ * @type {Array<Topic>}
22
+ * @memberof Topics
23
+ */
24
+ topics?: Array<Topic>;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof Topics
29
+ */
30
+ totalCount?: number;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof Topics
35
+ */
36
+ type?: string;
37
+ }
38
+ export declare function TopicsFromJSON(json: any): Topics;
39
+ export declare function TopicsFromJSONTyped(json: any, ignoreDiscriminator: boolean): Topics;
40
+ export declare function TopicsToJSON(value?: Topics | null): any;
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OffTheRecord Rest Service API - Devo
5
+ * A service to handle your traffic tickets
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ import { TopicFromJSON, TopicToJSON, } from './';
16
+ export function TopicsFromJSON(json) {
17
+ return TopicsFromJSONTyped(json, false);
18
+ }
19
+ export function TopicsFromJSONTyped(json, ignoreDiscriminator) {
20
+ if ((json === undefined) || (json === null)) {
21
+ return json;
22
+ }
23
+ return {
24
+ 'topics': !exists(json, 'topics') ? undefined : (json['topics'].map(TopicFromJSON)),
25
+ 'totalCount': !exists(json, 'total_count') ? undefined : json['total_count'],
26
+ 'type': !exists(json, 'type') ? undefined : json['type'],
27
+ };
28
+ }
29
+ export function TopicsToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'topics': value.topics === undefined ? undefined : (value.topics.map(TopicToJSON)),
38
+ 'total_count': value.totalCount,
39
+ 'type': value.type,
40
+ };
41
+ }
@@ -148,19 +148,23 @@ export declare enum UpdateLawfirmModelLawfirmPaymentModelEnum {
148
148
  */
149
149
  export declare enum UpdateLawfirmModelLawfirmStateEnum {
150
150
  ACCOUNTCLOSED = "ACCOUNT_CLOSED",
151
+ ACTIVE = "ACTIVE",
152
+ BLACKLISTED = "BLACKLISTED",
153
+ DEMOCOMPLETED = "DEMO_COMPLETED",
151
154
  DUPLICATE = "DUPLICATE",
152
- ESTABLISHED = "ESTABLISHED",
153
155
  FUTURELEAD = "FUTURE_LEAD",
154
- INTRIAL = "IN_TRIAL",
155
- LAWFIRMINTERESTED = "LAWFIRM_INTERESTED",
156
- LAWFIRMLEAD = "LAWFIRM_LEAD",
157
- LAWFIRMNOTINTERESTED = "LAWFIRM_NOT_INTERESTED",
158
- NOTINTERESTEDFEESPLITTINGETHICS = "NOT_INTERESTED_FEE_SPLITTING_ETHICS",
159
- NOTINTERESTEDREFUNDETHICS = "NOT_INTERESTED_REFUND_ETHICS",
160
- ONBOARDING = "ONBOARDING",
156
+ LEAD = "LEAD",
157
+ NEWPARTNER = "NEW_PARTNER",
158
+ NOTAGOODFIT = "NOT_A_GOOD_FIT",
159
+ NOTINTERESTEDDONOTCONTACT = "NOT_INTERESTED_DO_NOT_CONTACT",
160
+ NOTINTERESTEDFEESPLITTING = "NOT_INTERESTED_FEE_SPLITTING",
161
+ NOTINTERESTEDMARKETINGFEE = "NOT_INTERESTED_MARKETING_FEE",
162
+ NOTINTERESTEDMONEYBACKGUARANTEE = "NOT_INTERESTED_MONEY_BACK_GUARANTEE",
163
+ NOTINTERESTEDPLATFORMRESISTANCE = "NOT_INTERESTED_PLATFORM_RESISTANCE",
164
+ PASTINTEREST = "PAST_INTEREST",
165
+ SUPERVISED = "SUPERVISED",
161
166
  TEMPORARILYTURNEDOFF = "TEMPORARILY_TURNED_OFF",
162
167
  TERMINATEDFRAUD = "TERMINATED_FRAUD",
163
168
  TERMINATEDPOORSERVICE = "TERMINATED_POOR_SERVICE",
164
- TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS",
165
- UNDERREVIEW = "UNDER_REVIEW"
169
+ TERMINATEDPOORSUCCESS = "TERMINATED_POOR_SUCCESS"
166
170
  }
@@ -87,19 +87,23 @@ export var UpdateLawfirmModelLawfirmPaymentModelEnum;
87
87
  export var UpdateLawfirmModelLawfirmStateEnum;
88
88
  (function (UpdateLawfirmModelLawfirmStateEnum) {
89
89
  UpdateLawfirmModelLawfirmStateEnum["ACCOUNTCLOSED"] = "ACCOUNT_CLOSED";
90
+ UpdateLawfirmModelLawfirmStateEnum["ACTIVE"] = "ACTIVE";
91
+ UpdateLawfirmModelLawfirmStateEnum["BLACKLISTED"] = "BLACKLISTED";
92
+ UpdateLawfirmModelLawfirmStateEnum["DEMOCOMPLETED"] = "DEMO_COMPLETED";
90
93
  UpdateLawfirmModelLawfirmStateEnum["DUPLICATE"] = "DUPLICATE";
91
- UpdateLawfirmModelLawfirmStateEnum["ESTABLISHED"] = "ESTABLISHED";
92
94
  UpdateLawfirmModelLawfirmStateEnum["FUTURELEAD"] = "FUTURE_LEAD";
93
- UpdateLawfirmModelLawfirmStateEnum["INTRIAL"] = "IN_TRIAL";
94
- UpdateLawfirmModelLawfirmStateEnum["LAWFIRMINTERESTED"] = "LAWFIRM_INTERESTED";
95
- UpdateLawfirmModelLawfirmStateEnum["LAWFIRMLEAD"] = "LAWFIRM_LEAD";
96
- UpdateLawfirmModelLawfirmStateEnum["LAWFIRMNOTINTERESTED"] = "LAWFIRM_NOT_INTERESTED";
97
- UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDFEESPLITTINGETHICS"] = "NOT_INTERESTED_FEE_SPLITTING_ETHICS";
98
- UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDREFUNDETHICS"] = "NOT_INTERESTED_REFUND_ETHICS";
99
- UpdateLawfirmModelLawfirmStateEnum["ONBOARDING"] = "ONBOARDING";
95
+ UpdateLawfirmModelLawfirmStateEnum["LEAD"] = "LEAD";
96
+ UpdateLawfirmModelLawfirmStateEnum["NEWPARTNER"] = "NEW_PARTNER";
97
+ UpdateLawfirmModelLawfirmStateEnum["NOTAGOODFIT"] = "NOT_A_GOOD_FIT";
98
+ UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDDONOTCONTACT"] = "NOT_INTERESTED_DO_NOT_CONTACT";
99
+ UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDFEESPLITTING"] = "NOT_INTERESTED_FEE_SPLITTING";
100
+ UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDMARKETINGFEE"] = "NOT_INTERESTED_MARKETING_FEE";
101
+ UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDMONEYBACKGUARANTEE"] = "NOT_INTERESTED_MONEY_BACK_GUARANTEE";
102
+ UpdateLawfirmModelLawfirmStateEnum["NOTINTERESTEDPLATFORMRESISTANCE"] = "NOT_INTERESTED_PLATFORM_RESISTANCE";
103
+ UpdateLawfirmModelLawfirmStateEnum["PASTINTEREST"] = "PAST_INTEREST";
104
+ UpdateLawfirmModelLawfirmStateEnum["SUPERVISED"] = "SUPERVISED";
100
105
  UpdateLawfirmModelLawfirmStateEnum["TEMPORARILYTURNEDOFF"] = "TEMPORARILY_TURNED_OFF";
101
106
  UpdateLawfirmModelLawfirmStateEnum["TERMINATEDFRAUD"] = "TERMINATED_FRAUD";
102
107
  UpdateLawfirmModelLawfirmStateEnum["TERMINATEDPOORSERVICE"] = "TERMINATED_POOR_SERVICE";
103
108
  UpdateLawfirmModelLawfirmStateEnum["TERMINATEDPOORSUCCESS"] = "TERMINATED_POOR_SUCCESS";
104
- UpdateLawfirmModelLawfirmStateEnum["UNDERREVIEW"] = "UNDER_REVIEW";
105
109
  })(UpdateLawfirmModelLawfirmStateEnum || (UpdateLawfirmModelLawfirmStateEnum = {}));
@@ -0,0 +1,27 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UpdateProfilePictureResponse
16
+ */
17
+ export interface UpdateProfilePictureResponse {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateProfilePictureResponse
22
+ */
23
+ signedPictureUrl?: string;
24
+ }
25
+ export declare function UpdateProfilePictureResponseFromJSON(json: any): UpdateProfilePictureResponse;
26
+ export declare function UpdateProfilePictureResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateProfilePictureResponse;
27
+ export declare function UpdateProfilePictureResponseToJSON(value?: UpdateProfilePictureResponse | null): any;
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OffTheRecord Rest Service API - Devo
5
+ * A service to handle your traffic tickets
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ export function UpdateProfilePictureResponseFromJSON(json) {
16
+ return UpdateProfilePictureResponseFromJSONTyped(json, false);
17
+ }
18
+ export function UpdateProfilePictureResponseFromJSONTyped(json, ignoreDiscriminator) {
19
+ if ((json === undefined) || (json === null)) {
20
+ return json;
21
+ }
22
+ return {
23
+ 'signedPictureUrl': !exists(json, 'signedPictureUrl') ? undefined : json['signedPictureUrl'],
24
+ };
25
+ }
26
+ export function UpdateProfilePictureResponseToJSON(value) {
27
+ if (value === undefined) {
28
+ return undefined;
29
+ }
30
+ if (value === null) {
31
+ return null;
32
+ }
33
+ return {
34
+ 'signedPictureUrl': value.signedPictureUrl,
35
+ };
36
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UploadLawfirmsRequest
16
+ */
17
+ export interface UploadLawfirmsRequest {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof UploadLawfirmsRequest
22
+ */
23
+ createdByUserId: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UploadLawfirmsRequest
28
+ */
29
+ csvContentInBase64?: string;
30
+ }
31
+ export declare function UploadLawfirmsRequestFromJSON(json: any): UploadLawfirmsRequest;
32
+ export declare function UploadLawfirmsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UploadLawfirmsRequest;
33
+ export declare function UploadLawfirmsRequestToJSON(value?: UploadLawfirmsRequest | null): any;
@@ -0,0 +1,38 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OffTheRecord Rest Service API - Devo
5
+ * A service to handle your traffic tickets
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ export function UploadLawfirmsRequestFromJSON(json) {
16
+ return UploadLawfirmsRequestFromJSONTyped(json, false);
17
+ }
18
+ export function UploadLawfirmsRequestFromJSONTyped(json, ignoreDiscriminator) {
19
+ if ((json === undefined) || (json === null)) {
20
+ return json;
21
+ }
22
+ return {
23
+ 'createdByUserId': json['createdByUserId'],
24
+ 'csvContentInBase64': !exists(json, 'csvContentInBase64') ? undefined : json['csvContentInBase64'],
25
+ };
26
+ }
27
+ export function UploadLawfirmsRequestToJSON(value) {
28
+ if (value === undefined) {
29
+ return undefined;
30
+ }
31
+ if (value === null) {
32
+ return null;
33
+ }
34
+ return {
35
+ 'createdByUserId': value.createdByUserId,
36
+ 'csvContentInBase64': value.csvContentInBase64,
37
+ };
38
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UploadLawfirmsResponse
16
+ */
17
+ export interface UploadLawfirmsResponse {
18
+ /**
19
+ *
20
+ * @type {Array<string>}
21
+ * @memberof UploadLawfirmsResponse
22
+ */
23
+ errorMessages?: Array<string>;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof UploadLawfirmsResponse
28
+ */
29
+ totalFailedRecords?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof UploadLawfirmsResponse
34
+ */
35
+ totalRecords?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof UploadLawfirmsResponse
40
+ */
41
+ totalSuccessfulRecords?: number;
42
+ }
43
+ export declare function UploadLawfirmsResponseFromJSON(json: any): UploadLawfirmsResponse;
44
+ export declare function UploadLawfirmsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UploadLawfirmsResponse;
45
+ export declare function UploadLawfirmsResponseToJSON(value?: UploadLawfirmsResponse | null): any;
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OffTheRecord Rest Service API - Devo
5
+ * A service to handle your traffic tickets
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ export function UploadLawfirmsResponseFromJSON(json) {
16
+ return UploadLawfirmsResponseFromJSONTyped(json, false);
17
+ }
18
+ export function UploadLawfirmsResponseFromJSONTyped(json, ignoreDiscriminator) {
19
+ if ((json === undefined) || (json === null)) {
20
+ return json;
21
+ }
22
+ return {
23
+ 'errorMessages': !exists(json, 'errorMessages') ? undefined : json['errorMessages'],
24
+ 'totalFailedRecords': !exists(json, 'totalFailedRecords') ? undefined : json['totalFailedRecords'],
25
+ 'totalRecords': !exists(json, 'totalRecords') ? undefined : json['totalRecords'],
26
+ 'totalSuccessfulRecords': !exists(json, 'totalSuccessfulRecords') ? undefined : json['totalSuccessfulRecords'],
27
+ };
28
+ }
29
+ export function UploadLawfirmsResponseToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'errorMessages': value.errorMessages,
38
+ 'totalFailedRecords': value.totalFailedRecords,
39
+ 'totalRecords': value.totalRecords,
40
+ 'totalSuccessfulRecords': value.totalSuccessfulRecords,
41
+ };
42
+ }
@@ -51,6 +51,12 @@ export interface UserAccountModel {
51
51
  * @memberof UserAccountModel
52
52
  */
53
53
  userHandle?: string;
54
+ /**
55
+ *
56
+ * @type {Date}
57
+ * @memberof UserAccountModel
58
+ */
59
+ verificationDateUtc?: Date;
54
60
  }
55
61
  export declare function UserAccountModelFromJSON(json: any): UserAccountModel;
56
62
  export declare function UserAccountModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserAccountModel;
@@ -26,6 +26,7 @@ export function UserAccountModelFromJSONTyped(json, ignoreDiscriminator) {
26
26
  'merged': !exists(json, 'merged') ? undefined : json['merged'],
27
27
  'primary': !exists(json, 'primary') ? undefined : json['primary'],
28
28
  'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
29
+ 'verificationDateUtc': !exists(json, 'verificationDateUtc') ? undefined : (new Date(json['verificationDateUtc'])),
29
30
  };
30
31
  }
31
32
  export function UserAccountModelToJSON(value) {
@@ -42,6 +43,7 @@ export function UserAccountModelToJSON(value) {
42
43
  'merged': value.merged,
43
44
  'primary': value.primary,
44
45
  'userHandle': value.userHandle,
46
+ 'verificationDateUtc': value.verificationDateUtc === undefined ? undefined : (value.verificationDateUtc.toISOString()),
45
47
  };
46
48
  }
47
49
  /**