@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240913.2

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 (617) hide show
  1. package/.openapi-generator/FILES +202 -0
  2. package/api/accounting-api.ts +165 -0
  3. package/api/adv-accounting-api.ts +99 -0
  4. package/api/adv-billing-api.ts +1973 -0
  5. package/api/adv-claim-api.ts +1144 -0
  6. package/api/adv-commission-api.ts +101 -0
  7. package/api/adv-enrollment-api.ts +383 -0
  8. package/api/adv-reinsurance-api.ts +643 -0
  9. package/api/armor-code-ex-code-api.ts +677 -0
  10. package/api/billing-api.ts +165 -0
  11. package/api/change-data-capture-api.ts +565 -0
  12. package/api/claim-adjudication-api.ts +10 -120
  13. package/api/claim-batch-api.ts +121 -0
  14. package/api/claim-batch-details-api.ts +140 -0
  15. package/api/claim-prompt-pays-api.ts +677 -0
  16. package/api/claim-reprice-remove-api.ts +677 -0
  17. package/api/client-config-api.ts +104 -0
  18. package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
  19. package/api/criteria-api.ts +97 -0
  20. package/api/disability-event-case-changes-api.ts +677 -0
  21. package/api/disability-event-deduction-changes-api.ts +677 -0
  22. package/api/disability-event-field-changes-api.ts +677 -0
  23. package/api/disability-event-fields-api.ts +677 -0
  24. package/api/disability-event-groups-api.ts +677 -0
  25. package/api/disaster-locations-api.ts +677 -0
  26. package/api/disasters-api.ts +677 -0
  27. package/api/enrollment-waiting-period-subscribers-api.ts +17 -8
  28. package/api/fee-schedules-api.ts +163 -0
  29. package/api/gender-api.ts +677 -0
  30. package/api/grievances-api.ts +97 -0
  31. package/api/group-achpulls-api.ts +725 -0
  32. package/api/group-bill-cycle-payment-methods-api.ts +677 -0
  33. package/api/group-network-criterias-api.ts +31 -13
  34. package/api/member-address-history-api.ts +773 -0
  35. package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
  36. package/api/multi-factor-auth-api.ts +731 -0
  37. package/api/network-profile-assignments-api.ts +846 -0
  38. package/api/network-profile-networks-api.ts +733 -0
  39. package/api/network-profiles-api.ts +677 -0
  40. package/api/payment-methods-api.ts +772 -0
  41. package/api/premium-distributions-api.ts +319 -0
  42. package/api/premium-invoice-subscribers-api.ts +291 -0
  43. package/api/premium-invoices-api.ts +1577 -219
  44. package/api/premium-rate-add-ons-api.ts +725 -0
  45. package/api/premium-rates-api.ts +119 -0
  46. package/api/reinsurance-conditional-specific-api.ts +725 -0
  47. package/api/reinsurance-conditional-specific-detail-api.ts +725 -0
  48. package/api/reinsurance-contract-transactions-api.ts +728 -1
  49. package/api/reinsurance-contracts-api.ts +126 -0
  50. package/api/reinsurance-domestic-claims-criteria-api.ts +725 -0
  51. package/api/security-field-set-details-api.ts +733 -0
  52. package/api/security-field-sets-api.ts +677 -0
  53. package/api/security-field-user-groups-api.ts +677 -0
  54. package/api/security-field-users-api.ts +677 -0
  55. package/api/security-fields-api.ts +677 -0
  56. package/api/subscriber-enrollments-api.ts +111 -0
  57. package/api/subscriber-sponsors-api.ts +677 -0
  58. package/api/subscriber-writing-agents-api.ts +725 -0
  59. package/api/subscribers-api.ts +321 -0
  60. package/api/tolerances-api.ts +677 -0
  61. package/api/user-account-api.ts +1437 -0
  62. package/api/user-api.ts +307 -0
  63. package/api/user-field-security-api.ts +191 -0
  64. package/api/user-group-mappings-api.ts +101 -5
  65. package/api.ts +40 -0
  66. package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
  67. package/models/adjudicate-benefit-match-detail.ts +198 -0
  68. package/models/armor-code-ex-code-list-vbaresponse.ts +45 -0
  69. package/models/armor-code-ex-code-vbaresponse.ts +45 -0
  70. package/models/armor-code-ex-code.ts +66 -0
  71. package/models/auth-reference.ts +24 -0
  72. package/models/auth-review-level.ts +24 -0
  73. package/models/auth-review-severity.ts +24 -0
  74. package/models/auth-review-status.ts +24 -0
  75. package/models/auth-review-type.ts +24 -0
  76. package/models/auth-type-place.ts +24 -0
  77. package/models/auth-type.ts +26 -2
  78. package/models/benefit-category.ts +24 -0
  79. package/models/benefit-diag-codes.ts +26 -2
  80. package/models/benefit-place.ts +25 -1
  81. package/models/benefit-procedures.ts +25 -1
  82. package/models/benefit-provider-types.ts +25 -1
  83. package/models/benefit-specialty.ts +25 -1
  84. package/models/billing-basis.ts +24 -0
  85. package/models/billing-refund.ts +126 -0
  86. package/models/boolean-vbaresponse.ts +44 -0
  87. package/models/brokerage.ts +24 -0
  88. package/models/call-tracking-call-destination.ts +25 -1
  89. package/models/call-tracking-call-status.ts +25 -1
  90. package/models/call-tracking-call-type.ts +25 -1
  91. package/models/call-tracking-caller-type.ts +25 -1
  92. package/models/call-tracking-diag-codes.ts +4 -4
  93. package/models/capitation-adjustment-reason.ts +24 -0
  94. package/models/capitation-adjustment-type.ts +24 -0
  95. package/models/capitation-adjustment.ts +25 -1
  96. package/models/capitation-category.ts +24 -0
  97. package/models/capitation-plan-rate.ts +27 -3
  98. package/models/capitation-service-plan.ts +25 -1
  99. package/models/capitation-service-tin.ts +25 -1
  100. package/models/capitation-service.ts +27 -3
  101. package/models/capitation-transaction.ts +25 -1
  102. package/models/capitation-type.ts +24 -0
  103. package/models/capitation.ts +25 -1
  104. package/models/check-batch.ts +1 -1
  105. package/models/check-edit-set-detail.ts +28 -4
  106. package/models/check-status.ts +24 -0
  107. package/models/check-type.ts +24 -0
  108. package/models/checks-detail.ts +26 -2
  109. package/models/checks.ts +26 -2
  110. package/models/claim-adjustment-config.ts +121 -0
  111. package/models/claim-batch-detail.ts +53 -47
  112. package/models/claim-batch.ts +202 -202
  113. package/models/claim-custom-ex-code-rule.ts +52 -22
  114. package/models/claim-detail.ts +54 -48
  115. package/models/claim-pre-batch.ts +205 -205
  116. package/models/claim-prompt-pay-list-vbaresponse.ts +45 -0
  117. package/models/claim-prompt-pay-vbaresponse.ts +45 -0
  118. package/models/claim-prompt-pay.ts +90 -0
  119. package/models/claim-reprice-remove-list-vbaresponse.ts +45 -0
  120. package/models/claim-reprice-remove-vbaresponse.ts +45 -0
  121. package/models/claim-reprice-remove.ts +108 -0
  122. package/models/class.ts +24 -0
  123. package/models/cliacertificate.ts +25 -1
  124. package/models/cobraplan-criteria.ts +36 -0
  125. package/models/commchecks.ts +180 -0
  126. package/models/commission-activity.ts +11 -11
  127. package/models/commission-adjustment.ts +2 -2
  128. package/models/commission-agency-rep.ts +22 -16
  129. package/models/commission-agency.ts +25 -19
  130. package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
  131. package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
  132. package/models/commission-rate-cluster-agency-rep.ts +102 -0
  133. package/models/commission-rate-cluster.ts +11 -5
  134. package/models/commission-rate.ts +11 -11
  135. package/models/commission.ts +66 -54
  136. package/models/communication-method.ts +24 -0
  137. package/models/company-data.ts +149 -107
  138. package/models/copy-group-division.ts +4 -10
  139. package/models/cost-contain-zelis-ex-code.ts +2 -2
  140. package/models/country.ts +24 -0
  141. package/models/county.ts +24 -0
  142. package/models/coverage-type.ts +26 -2
  143. package/models/cred-amount.ts +25 -1
  144. package/models/cred-attestation-method.ts +25 -1
  145. package/models/cred-attestation-question.ts +29 -5
  146. package/models/cred-attestation-source.ts +25 -1
  147. package/models/cred-attestation-type.ts +25 -1
  148. package/models/cred-carrier.ts +25 -1
  149. package/models/cred-certification.ts +25 -1
  150. package/models/cred-confidential.ts +25 -1
  151. package/models/cred-contract.ts +25 -1
  152. package/models/cred-date.ts +25 -1
  153. package/models/cred-education-type.ts +25 -1
  154. package/models/cred-license-type.ts +25 -1
  155. package/models/cred-option.ts +25 -1
  156. package/models/cred-practice-category.ts +25 -1
  157. package/models/cred-practice-type.ts +26 -2
  158. package/models/cred-quality.ts +25 -1
  159. package/models/cred-service.ts +25 -1
  160. package/models/cred-status.ts +24 -0
  161. package/models/cred-technique.ts +25 -1
  162. package/models/cred-termination.ts +26 -2
  163. package/models/cred-type.ts +25 -1
  164. package/models/criteria-detail.ts +1 -1
  165. package/models/currency.ts +24 -0
  166. package/models/diagnostic-code-group.ts +24 -0
  167. package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
  168. package/models/disability-event-case-changed-vbaresponse.ts +45 -0
  169. package/models/disability-event-case-changed.ts +78 -0
  170. package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
  171. package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
  172. package/models/disability-event-deduction-changed.ts +72 -0
  173. package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
  174. package/models/disability-event-field-changed-vbaresponse.ts +45 -0
  175. package/models/disability-event-field-changed.ts +72 -0
  176. package/models/disability-event-field-list-vbaresponse.ts +45 -0
  177. package/models/disability-event-field-vbaresponse.ts +45 -0
  178. package/models/disability-event-field.ts +60 -0
  179. package/models/disability-event-group-list-vbaresponse.ts +45 -0
  180. package/models/disability-event-group-vbaresponse.ts +45 -0
  181. package/models/disability-event-group.ts +78 -0
  182. package/models/disable-mfasetup-request.ts +30 -0
  183. package/models/disaster-list-vbaresponse.ts +45 -0
  184. package/models/disaster-location-list-vbaresponse.ts +45 -0
  185. package/models/disaster-location-vbaresponse.ts +45 -0
  186. package/models/disaster-location.ts +78 -0
  187. package/models/disaster-vbaresponse.ts +45 -0
  188. package/models/disaster.ts +84 -0
  189. package/models/drgcluster.ts +24 -0
  190. package/models/drgcodes.ts +24 -0
  191. package/models/edicode-map.ts +25 -1
  192. package/models/eligibility-status.ts +26 -2
  193. package/models/enable-mfasetup-request.ts +30 -0
  194. package/models/enrollment-reenroll.ts +13 -0
  195. package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
  196. package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
  197. package/models/ethnicity-code.ts +24 -0
  198. package/models/event-arg.ts +25 -1
  199. package/models/event-schedule.ts +35 -11
  200. package/models/event.ts +28 -4
  201. package/models/expense-type.ts +24 -0
  202. package/models/external-id.ts +24 -0
  203. package/models/fee-sched-detail.ts +1 -1
  204. package/models/fee-sched-modifier-discount.ts +1 -1
  205. package/models/fee-sched-procedure-group-adjust.ts +1 -1
  206. package/models/fee-sched-provider-type-discount.ts +1 -1
  207. package/models/fee-sched.ts +25 -1
  208. package/models/file-detail.ts +42 -0
  209. package/models/flex-issuance-type.ts +24 -0
  210. package/models/flex-vendor-card-status.ts +24 -0
  211. package/models/flex-vendor-purse-status.ts +24 -0
  212. package/models/flex-vendor.ts +24 -0
  213. package/models/forfeiture-status.ts +25 -1
  214. package/models/funding-account-category.ts +24 -0
  215. package/models/funding-account-signature.ts +28 -4
  216. package/models/funding-account-type.ts +24 -0
  217. package/models/funding-account.ts +48 -48
  218. package/models/funding-deposit.ts +25 -1
  219. package/models/funding-issue-type.ts +24 -0
  220. package/models/funding-process-claim-refund.ts +66 -0
  221. package/models/funding-reconcile-disbursed.ts +27 -3
  222. package/models/funding-reconcile-on-statement.ts +27 -3
  223. package/models/funding-reconcile-received.ts +27 -3
  224. package/models/funding-reconcile-status.ts +24 -0
  225. package/models/funding-reconcile.ts +28 -4
  226. package/models/funding-reference.ts +26 -2
  227. package/models/funding-request-claim.ts +28 -4
  228. package/models/funding-request-status.ts +24 -0
  229. package/models/funding-request-type.ts +24 -0
  230. package/models/funding-request.ts +1 -1
  231. package/models/funding-statement-format.ts +25 -1
  232. package/models/funding-status.ts +24 -0
  233. package/models/funding-type.ts +24 -0
  234. package/models/gender-list-vbaresponse.ts +45 -0
  235. package/models/gender-vbaresponse.ts +45 -0
  236. package/models/gender.ts +66 -0
  237. package/models/generate-prem-invoice.ts +90 -0
  238. package/models/generate-reins-transaction-vbaresponse.ts +45 -0
  239. package/models/generate-reins-transaction.ts +42 -0
  240. package/models/get-prem-distribution-list-result-list-vbaresponse.ts +45 -0
  241. package/models/get-prem-distribution-list-result.ts +78 -0
  242. package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
  243. package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
  244. package/models/grievance-admin-change-type.ts +25 -1
  245. package/models/grievance-category.ts +25 -1
  246. package/models/grievance-issue-type.ts +25 -1
  247. package/models/grievance-resolution-type.ts +25 -1
  248. package/models/grievance-status.ts +25 -1
  249. package/models/grievance-type.ts +25 -1
  250. package/models/grievance.ts +25 -1
  251. package/models/group-account-period.ts +25 -1
  252. package/models/group-account-report.ts +25 -1
  253. package/models/group-achpull-list-vbaresponse.ts +45 -0
  254. package/models/group-achpull-vbaresponse.ts +45 -0
  255. package/models/group-achpull.ts +60 -0
  256. package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
  257. package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
  258. package/models/group-bill-cycle-payment-method.ts +78 -0
  259. package/models/group-change-coverage-start.ts +6 -0
  260. package/models/group-class.ts +42 -18
  261. package/models/group-company-data-ex-code-override.ts +25 -1
  262. package/models/group-contract-plan-premium.ts +28 -4
  263. package/models/group-contract-plan-rider-external-id.ts +25 -1
  264. package/models/group-contract-plan-rider.ts +27 -3
  265. package/models/group-contract-plan.ts +41 -17
  266. package/models/group-contract-tier.ts +25 -1
  267. package/models/group-contract.ts +28 -4
  268. package/models/group-division-captive.ts +24 -0
  269. package/models/group-division-idcode.ts +24 -0
  270. package/models/group-division.ts +16 -16
  271. package/models/group-flex-create.ts +31 -7
  272. package/models/group-flex-schedule.ts +26 -2
  273. package/models/group-flex.ts +27 -3
  274. package/models/group-network-add-on.ts +28 -4
  275. package/models/group-network.ts +26 -2
  276. package/models/group-payor-account-benefit.ts +24 -0
  277. package/models/group-payor-account.ts +26 -2
  278. package/models/group-plan-year-auto-prior-accum.ts +25 -1
  279. package/models/group-plan-year.ts +29 -5
  280. package/models/group-price-adjust.ts +25 -1
  281. package/models/group-self-admin.ts +27 -3
  282. package/models/group-student-age.ts +25 -1
  283. package/models/group-ucpercent-claim-type.ts +24 -0
  284. package/models/group-ucpercent-criteria.ts +3 -3
  285. package/models/group-ucpercent.ts +26 -2
  286. package/models/group-vbaplan-type-subscriber-id.ts +25 -1
  287. package/models/group-volume.ts +27 -3
  288. package/models/groups-participation-incentive.ts +25 -1
  289. package/models/groups.ts +21 -21
  290. package/models/hipaaadjustment-code.ts +24 -0
  291. package/models/hipaabenefit-code.ts +24 -0
  292. package/models/hipaaclaim-status-category-code.ts +24 -0
  293. package/models/hipaaclaim-status-code.ts +24 -0
  294. package/models/hipaaplan-type.ts +24 -0
  295. package/models/hipaareason.ts +24 -0
  296. package/models/hipaarelationship.ts +24 -0
  297. package/models/hipaatier.ts +24 -0
  298. package/models/idcard-request-type.ts +24 -0
  299. package/models/idcode-type.ts +8 -2
  300. package/models/idtype.ts +24 -0
  301. package/models/index.ts +162 -0
  302. package/models/invoice-reason.ts +25 -1
  303. package/models/ipwhitelist.ts +1 -1
  304. package/models/job-execution-meta-data.ts +25 -1
  305. package/models/job-execution.ts +25 -1
  306. package/models/job-type.ts +24 -0
  307. package/models/job.ts +24 -0
  308. package/models/json-node-options.ts +7 -1
  309. package/models/languages.ts +24 -0
  310. package/models/life-claim-advisor.ts +256 -0
  311. package/models/mem-enrollment-plan.ts +3 -3
  312. package/models/mem-enrollment-rider.ts +4 -4
  313. package/models/member-account-plan-payment.ts +26 -2
  314. package/models/member-account-plan.ts +25 -1
  315. package/models/member-account.ts +27 -3
  316. package/models/member-accum.ts +54 -30
  317. package/models/member-address-history-list-vbaresponse.ts +45 -0
  318. package/models/member-address-history-vbaresponse.ts +45 -0
  319. package/models/member-address-history.ts +216 -0
  320. package/models/member-address.ts +3 -3
  321. package/models/member-beneficiary-plan.ts +24 -0
  322. package/models/member-care-alert.ts +25 -1
  323. package/models/member-case-head.ts +25 -1
  324. package/models/member-class.ts +25 -1
  325. package/models/member-cobsavings.ts +25 -1
  326. package/models/member-college.ts +25 -1
  327. package/models/member-eligibility-status.ts +25 -1
  328. package/models/member-idcard-printed.ts +26 -2
  329. package/models/member-insurance.ts +38 -2
  330. package/models/member-network.ts +25 -1
  331. package/models/member-occupation.ts +25 -1
  332. package/models/member-payment.ts +27 -3
  333. package/models/member-pre-ex-diag.ts +25 -1
  334. package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
  335. package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
  336. package/models/member-pre-ex-disclosed-diag.ts +90 -0
  337. package/models/member-provider-alternate.ts +25 -1
  338. package/models/member-provider.ts +26 -2
  339. package/models/member-tax.ts +40 -10
  340. package/models/member-tooth-ex-code.ts +25 -1
  341. package/models/member-tooth.ts +28 -4
  342. package/models/member-vbaplan-type-id.ts +24 -0
  343. package/models/mfadevice-setup-request.ts +30 -0
  344. package/models/mfadevice-setup-response-vbaresponse.ts +45 -0
  345. package/models/mfadevice-setup-response.ts +36 -0
  346. package/models/network-procedure-cluster.ts +5 -5
  347. package/models/network-profile-assign-list-vbaresponse.ts +45 -0
  348. package/models/network-profile-assign-vbaresponse.ts +45 -0
  349. package/models/network-profile-assign.ts +78 -0
  350. package/models/network-profile-list-vbaresponse.ts +45 -0
  351. package/models/network-profile-network-list-vbaresponse.ts +45 -0
  352. package/models/network-profile-network-vbaresponse.ts +45 -0
  353. package/models/network-profile-network.ts +132 -0
  354. package/models/network-profile-vbaresponse.ts +45 -0
  355. package/models/network-profile.ts +66 -0
  356. package/models/networks.ts +24 -0
  357. package/models/note-category.ts +25 -1
  358. package/models/note-note-attachment.ts +38 -0
  359. package/models/note-priority.ts +24 -0
  360. package/models/note-reference.ts +26 -2
  361. package/models/note-source.ts +26 -2
  362. package/models/note-type.ts +24 -0
  363. package/models/payee.ts +2 -2
  364. package/models/payment-method-list-vbaresponse.ts +45 -0
  365. package/models/payment-method-vbaresponse.ts +45 -0
  366. package/models/payment-method.ts +72 -0
  367. package/models/payor-account-signature.ts +29 -5
  368. package/models/payor-account.ts +27 -3
  369. package/models/payor.ts +25 -1
  370. package/models/pbmtype.ts +24 -0
  371. package/models/place-codes.ts +26 -2
  372. package/models/plan-added-accum.ts +24 -0
  373. package/models/plan-auth-penalty.ts +26 -2
  374. package/models/plan-ben-code-diag-code.ts +26 -2
  375. package/models/plan-ben-code-place.ts +25 -1
  376. package/models/plan-ben-code-proc-code.ts +25 -1
  377. package/models/plan-ben-code-provider-type.ts +25 -1
  378. package/models/plan-ben-code-specialty.ts +25 -1
  379. package/models/plan-benefit-level.ts +26 -2
  380. package/models/plan-benefit-rate.ts +1 -1
  381. package/models/plan-benefits-diagnosis.ts +25 -1
  382. package/models/plan-benefits-modifiers.ts +24 -0
  383. package/models/plan-benefits-place-auth.ts +25 -1
  384. package/models/plan-benefits-place-co-ins.ts +26 -2
  385. package/models/plan-benefits-place-co-pay.ts +28 -4
  386. package/models/plan-benefits-place.ts +24 -0
  387. package/models/plan-benefits-procedures.ts +24 -0
  388. package/models/plan-benefits.ts +68 -32
  389. package/models/plan-diagnosis-age.ts +26 -2
  390. package/models/plan-display-type.ts +24 -0
  391. package/models/plan-display.ts +25 -1
  392. package/models/plan-lineage-detail.ts +26 -2
  393. package/models/plan-lineage.ts +24 -0
  394. package/models/plan-maximum-procedure.ts +26 -2
  395. package/models/plan-maximum.ts +26 -2
  396. package/models/plan-modifier.ts +27 -3
  397. package/models/plan-pre-ex.ts +5 -5
  398. package/models/plan-procedure-age-modifier.ts +27 -3
  399. package/models/plan-procedure-age.ts +27 -3
  400. package/models/plan-relationship-age.ts +27 -3
  401. package/models/plan-type.ts +22 -22
  402. package/models/plans.ts +56 -20
  403. package/models/policy-status.ts +25 -1
  404. package/models/practice-type.ts +24 -0
  405. package/models/prem-invoice-apply-payment.ts +78 -0
  406. package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
  407. package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
  408. package/models/prem-invoice-generate-inv-list-result.ts +138 -0
  409. package/models/prem-invoice-generate-inv-list.ts +138 -0
  410. package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
  411. package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
  412. package/models/prem-invoice.ts +6 -6
  413. package/models/prem-payment-file-format.ts +2 -2
  414. package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
  415. package/models/prem-rate-add-on-vbaresponse.ts +45 -0
  416. package/models/prem-rate-add-on.ts +78 -0
  417. package/models/prem-rate-type.ts +3 -3
  418. package/models/prem-rate.ts +38 -14
  419. package/models/procedure-category.ts +26 -2
  420. package/models/procedure-code.ts +26 -2
  421. package/models/procedure-group.ts +25 -1
  422. package/models/provider-account.ts +27 -3
  423. package/models/provider-affiliation.ts +25 -1
  424. package/models/provider-alternate.ts +25 -1
  425. package/models/provider-apc.ts +27 -3
  426. package/models/provider-benefit-admin.ts +26 -2
  427. package/models/provider-cred-amount.ts +27 -3
  428. package/models/provider-cred-attestation.ts +27 -3
  429. package/models/provider-cred-certification.ts +27 -3
  430. package/models/provider-cred-contract.ts +26 -2
  431. package/models/provider-cred-county.ts +25 -1
  432. package/models/provider-cred-date.ts +27 -3
  433. package/models/provider-cred-education.ts +27 -3
  434. package/models/provider-cred-hours.ts +26 -2
  435. package/models/provider-cred-hyperlink.ts +26 -2
  436. package/models/provider-cred-license.ts +26 -2
  437. package/models/provider-cred-malpractice.ts +26 -2
  438. package/models/provider-cred-option.ts +26 -2
  439. package/models/provider-cred-practice-detail.ts +26 -2
  440. package/models/provider-cred-practice-office.ts +25 -1
  441. package/models/provider-cred-quality.ts +26 -2
  442. package/models/provider-cred-service.ts +26 -2
  443. package/models/provider-cred-technique.ts +26 -2
  444. package/models/provider-cred-termination.ts +26 -2
  445. package/models/provider-cred.ts +27 -3
  446. package/models/provider-drg.ts +28 -4
  447. package/models/provider-languages.ts +26 -2
  448. package/models/provider-network-modifier.ts +25 -1
  449. package/models/provider-network.ts +26 -2
  450. package/models/provider-payee.ts +9 -9
  451. package/models/provider-per-diem.ts +30 -6
  452. package/models/provider-rate-adjust.ts +27 -3
  453. package/models/provider-suffix.ts +24 -0
  454. package/models/provider-taxonomy.ts +25 -1
  455. package/models/provider-types.ts +25 -1
  456. package/models/reasons.ts +25 -1
  457. package/models/reins-accum.ts +26 -2
  458. package/models/reins-contract-conditional-specific-detail-list-vbaresponse.ts +45 -0
  459. package/models/reins-contract-conditional-specific-detail-vbaresponse.ts +45 -0
  460. package/models/reins-contract-conditional-specific-detail.ts +96 -0
  461. package/models/reins-contract-conditional-specific-list-vbaresponse.ts +45 -0
  462. package/models/reins-contract-conditional-specific-vbaresponse.ts +45 -0
  463. package/models/reins-contract-conditional-specific.ts +78 -0
  464. package/models/reins-contract-criteria-detail.ts +27 -3
  465. package/models/reins-contract-criteria.ts +26 -2
  466. package/models/reins-contract-cycle.ts +24 -0
  467. package/models/reins-contract-factor-criteria.ts +27 -3
  468. package/models/reins-contract-factor.ts +27 -3
  469. package/models/reins-contract-member-specific.ts +25 -1
  470. package/models/reins-contract-status.ts +24 -0
  471. package/models/reins-contract-trans-claim-detail.ts +27 -3
  472. package/models/reins-contract-trans-claim-status.ts +24 -0
  473. package/models/reins-contract-trans-claim.ts +44 -2
  474. package/models/reins-contract-trans-reimburse.ts +27 -3
  475. package/models/reins-contract-trans-status.ts +24 -0
  476. package/models/reins-contract-trans.ts +26 -2
  477. package/models/reins-contract-type.ts +24 -0
  478. package/models/reins-contract.ts +38 -8
  479. package/models/reins-domestic-claim-criteria-list-vbaresponse.ts +45 -0
  480. package/models/reins-domestic-claim-criteria-vbaresponse.ts +45 -0
  481. package/models/reins-domestic-claim-criteria.ts +78 -0
  482. package/models/reins-level.ts +26 -2
  483. package/models/relationships.ts +24 -0
  484. package/models/report-category.ts +24 -0
  485. package/models/report-definition.ts +11 -11
  486. package/models/report-queue-detail.ts +26 -2
  487. package/models/report-queue.ts +25 -1
  488. package/models/report-series-process-arg.ts +25 -1
  489. package/models/report-series-process.ts +15 -9
  490. package/models/report-series-step.ts +12 -12
  491. package/models/report-series.ts +25 -1
  492. package/models/report-track-priority.ts +26 -2
  493. package/models/report-track-received-status.ts +26 -2
  494. package/models/report-track-sent-status.ts +26 -2
  495. package/models/report-track-sent-to.ts +26 -2
  496. package/models/report-track-status.ts +26 -2
  497. package/models/search-request.ts +18 -0
  498. package/models/security-area-report.ts +25 -1
  499. package/models/security-area-user.ts +24 -0
  500. package/models/security-area.ts +24 -0
  501. package/models/security-field-list-vbaresponse.ts +45 -0
  502. package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
  503. package/models/security-field-set-detail-vbaresponse.ts +45 -0
  504. package/models/security-field-set-detail.ts +72 -0
  505. package/models/security-field-set-list-vbaresponse.ts +45 -0
  506. package/models/security-field-set-vbaresponse.ts +45 -0
  507. package/models/security-field-set.ts +66 -0
  508. package/models/security-field-user-group-list-vbaresponse.ts +45 -0
  509. package/models/security-field-user-group-vbaresponse.ts +45 -0
  510. package/models/security-field-user-group.ts +84 -0
  511. package/models/security-field-user-list-vbaresponse.ts +45 -0
  512. package/models/security-field-user-vbaresponse.ts +45 -0
  513. package/models/security-field-user.ts +84 -0
  514. package/models/security-field-vbaresponse.ts +45 -0
  515. package/models/security-field.ts +72 -0
  516. package/models/send-to.ts +29 -5
  517. package/models/signature.ts +25 -1
  518. package/models/ssoconfig.ts +16 -10
  519. package/models/state-interest.ts +18 -18
  520. package/models/state.ts +6 -6
  521. package/models/sub-enrollment-plan.ts +6 -6
  522. package/models/sub-enrollment-rider.ts +4 -4
  523. package/models/sub-enrollment.ts +2 -2
  524. package/models/sub-payment-method.ts +3 -3
  525. package/models/submit-mfacode-request.ts +42 -0
  526. package/models/subscriber-accum.ts +54 -30
  527. package/models/subscriber-flex-exported.ts +26 -2
  528. package/models/subscriber-flex-payment.ts +25 -1
  529. package/models/subscriber-flex.ts +29 -5
  530. package/models/subscriber-forfeiture-status.ts +1 -1
  531. package/models/subscriber-idcode.ts +24 -0
  532. package/models/subscriber-idhistory.ts +13 -1
  533. package/models/subscriber-plan-policy.ts +24 -0
  534. package/models/subscriber-policy-status.ts +25 -1
  535. package/models/subscriber-prem-rate-split.ts +29 -5
  536. package/models/subscriber-reimbursement.ts +25 -1
  537. package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
  538. package/models/subscriber-sponsor-vbaresponse.ts +45 -0
  539. package/models/subscriber-sponsor.ts +84 -0
  540. package/models/subscriber-waive-premium.ts +25 -1
  541. package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
  542. package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
  543. package/models/subscriber-writing-agent.ts +90 -0
  544. package/models/subscribers.ts +1 -1
  545. package/models/suffix.ts +24 -0
  546. package/models/suspense-claim-list.ts +228 -0
  547. package/models/tax-filing-status.ts +26 -2
  548. package/models/taxonomy-group-detail.ts +25 -1
  549. package/models/taxonomy-group.ts +24 -0
  550. package/models/taxonomy.ts +25 -1
  551. package/models/timely-filing.ts +26 -2
  552. package/models/tolerance-list-vbaresponse.ts +45 -0
  553. package/models/tolerance-vbaresponse.ts +45 -0
  554. package/models/tolerance.ts +72 -0
  555. package/models/tooth-action.ts +24 -0
  556. package/models/tooth-chart-type.ts +24 -0
  557. package/models/tooth-procedure.ts +25 -1
  558. package/models/tooth-quadrant.ts +24 -0
  559. package/models/treatment-type.ts +24 -0
  560. package/models/user-amount-procedure.ts +26 -2
  561. package/models/user-amount.ts +25 -1
  562. package/models/user-group.ts +25 -1
  563. package/models/user-note-access.ts +26 -2
  564. package/models/userfieldsecurity.ts +66 -0
  565. package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
  566. package/models/users.ts +24 -12
  567. package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
  568. package/models/usual-customary-rate-all-percentile.ts +120 -0
  569. package/models/vbaapp-info-vbaresponse.ts +45 -0
  570. package/models/vbaapp-info.ts +61 -0
  571. package/models/vbacdcmembers-list-vbaresponse.ts +45 -0
  572. package/models/vbacdcmembers.ts +336 -0
  573. package/models/vbacdcsubenrollment-list-vbaresponse.ts +45 -0
  574. package/models/vbacdcsubenrollment-plan-list-vbaresponse.ts +45 -0
  575. package/models/vbacdcsubenrollment-plan.ts +168 -0
  576. package/models/vbacdcsubenrollment-rider-list-vbaresponse.ts +45 -0
  577. package/models/vbacdcsubenrollment-rider.ts +210 -0
  578. package/models/vbacdcsubenrollment.ts +132 -0
  579. package/models/vbacdcsubscribers-list-vbaresponse.ts +45 -0
  580. package/models/vbacdcsubscribers.ts +246 -0
  581. package/models/vbagateway-subscription-detail.ts +26 -2
  582. package/models/vbagateway-subscription.ts +27 -3
  583. package/models/vbainterface-idcode.ts +31 -1
  584. package/models/vbainterface-map-type.ts +31 -1
  585. package/models/vbainterface-status.ts +24 -0
  586. package/models/vbainterface-type.ts +24 -0
  587. package/models/vbainterface-vendor.ts +24 -0
  588. package/models/vbainterface.ts +43 -1
  589. package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
  590. package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
  591. package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
  592. package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
  593. package/models/vbaprocess-log.ts +26 -2
  594. package/models/vbaprocess-parameter.ts +27 -3
  595. package/models/vbaprocess.ts +25 -1
  596. package/models/vbareins-contract-trans-amount-vbaresponse.ts +45 -0
  597. package/models/vbareins-contract-trans-amount.ts +198 -0
  598. package/models/vbareins-contract-trans-claim-list-vbaresponse.ts +45 -0
  599. package/models/vbareins-contract-trans-claim.ts +168 -0
  600. package/models/vbareins-contract-trans-reimburse-list-vbaresponse.ts +45 -0
  601. package/models/vbareins-contract-trans-reimburse.ts +84 -0
  602. package/models/verify-mfadevice-setup-request.ts +42 -0
  603. package/models/verify-mfadevice-setup-response-vbaresponse.ts +45 -0
  604. package/models/verify-mfadevice-setup-response.ts +30 -0
  605. package/models/workflow-auth.ts +54 -0
  606. package/models/workflow-check.ts +54 -0
  607. package/models/workflow-detail.ts +25 -1
  608. package/models/workflow-enrollment.ts +60 -0
  609. package/models/workflow-processing.ts +21 -0
  610. package/models/workflow-task-user.ts +29 -5
  611. package/models/workflow-task.ts +26 -2
  612. package/models/workflow-type-task-option.ts +25 -1
  613. package/models/workflow-type.ts +24 -0
  614. package/models/workflow-user.ts +25 -1
  615. package/models/workflow.ts +26 -2
  616. package/models/zip-codes.ts +24 -0
  617. package/package.json +3 -3
@@ -21,19 +21,19 @@
21
21
  */
22
22
  export interface ClaimBatch {
23
23
  /**
24
- * This value, in combination with Batch_Claim, creates a unique identifier for each claim that is maintained in both batch and processed. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
24
+ * This value, in combination with Batch_Claim, creates a unique identifier for each claim that is maintained in both batch and processed. Note: This field is marked as NOT NULL in the database and therefore required by the API.
25
25
  * @type {number}
26
26
  * @memberof ClaimBatch
27
27
  */
28
28
  'batch_Number': number;
29
29
  /**
30
- * This value, in combination with Batch_Number, creates a unique identifier for each claim that is maintained in both batch and processed. Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
30
+ * This value, in combination with Batch_Number, creates a unique identifier for each claim that is maintained in both batch and processed. Note: This field is marked as NOT NULL in the database and therefore required by the API.
31
31
  * @type {number}
32
32
  * @memberof ClaimBatch
33
33
  */
34
34
  'batch_Claim': number;
35
35
  /**
36
- * A flag indicating a claim is an Advanced EOB and not a claim for payment. Part of the No Surprise Act. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
36
+ * A flag indicating a claim is an Advanced EOB and not a claim for payment. Part of the No Surprise Act. Note: This field is marked as NOT NULL in the database and therefore required by the API.
37
37
  * @type {boolean}
38
38
  * @memberof ClaimBatch
39
39
  */
@@ -57,7 +57,7 @@ export interface ClaimBatch {
57
57
  */
58
58
  'adjusted_From'?: number | null;
59
59
  /**
60
- * Indicates this claim is part of an adjustment process. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
60
+ * Indicates this claim is part of an adjustment process. Note: This field is marked as NOT NULL in the database and therefore required by the API.
61
61
  * @type {boolean}
62
62
  * @memberof ClaimBatch
63
63
  */
@@ -93,13 +93,13 @@ export interface ClaimBatch {
93
93
  */
94
94
  'admit_Date'?: string | null;
95
95
  /**
96
- * Indicates if this claim, for disability, can be processed and paid in advance of that service dates. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
96
+ * Indicates if this claim, for disability, can be processed and paid in advance of that service dates. Note: This field is marked as NOT NULL in the database and therefore required by the API.
97
97
  * @type {boolean}
98
98
  * @memberof ClaimBatch
99
99
  */
100
100
  'advance_Pay': boolean;
101
101
  /**
102
- * Notes this claim is advice to pay and will not go through funding. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
102
+ * Notes this claim is advice to pay and will not go through funding. Note: This field is marked as NOT NULL in the database and therefore required by the API.
103
103
  * @type {boolean}
104
104
  * @memberof ClaimBatch
105
105
  */
@@ -285,13 +285,13 @@ export interface ClaimBatch {
285
285
  */
286
286
  'attended_Physician_Date'?: string | null;
287
287
  /**
288
- * For flex claims, notes that this claim was auto-created by adjudication based on configuration at the group. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
288
+ * For flex claims, notes that this claim was auto-created by adjudication based on configuration at the group. Note: This field is marked as NOT NULL in the database and therefore required by the API.
289
289
  * @type {boolean}
290
290
  * @memberof ClaimBatch
291
291
  */
292
292
  'auto_Flex': boolean;
293
293
  /**
294
- * Flagged when a claim has gone through the baseload provider matching service. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
294
+ * Flagged when a claim has gone through the baseload provider matching service. Note: This field is marked as NOT NULL in the database and therefore required by the API.
295
295
  * @type {boolean}
296
296
  * @memberof ClaimBatch
297
297
  */
@@ -393,13 +393,13 @@ export interface ClaimBatch {
393
393
  */
394
394
  'cliA_Number'?: string | null;
395
395
  /**
396
- * Notes if interest was calculated for this claim as part of adjudication. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
396
+ * Notes if interest was calculated for this claim as part of adjudication. Note: This field is marked as NOT NULL in the database and therefore required by the API.
397
397
  * @type {boolean}
398
398
  * @memberof ClaimBatch
399
399
  */
400
400
  'calculate_Interest': boolean;
401
401
  /**
402
- * Indicates if this claim is capitated. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
402
+ * Indicates if this claim is capitated. Note: This field is marked as NOT NULL in the database and therefore required by the API.
403
403
  * @type {boolean}
404
404
  * @memberof ClaimBatch
405
405
  */
@@ -447,61 +447,61 @@ export interface ClaimBatch {
447
447
  */
448
448
  'condition_Code1'?: string | null;
449
449
  /**
450
- *
450
+ * The Condition Code value for this claim.
451
451
  * @type {string}
452
452
  * @memberof ClaimBatch
453
453
  */
454
454
  'condition_Code10'?: string | null;
455
455
  /**
456
- *
456
+ * The Condition Code value for this claim.
457
457
  * @type {string}
458
458
  * @memberof ClaimBatch
459
459
  */
460
460
  'condition_Code11'?: string | null;
461
461
  /**
462
- *
462
+ * The Condition Code value for this claim.
463
463
  * @type {string}
464
464
  * @memberof ClaimBatch
465
465
  */
466
466
  'condition_Code12'?: string | null;
467
467
  /**
468
- *
468
+ * The Condition Code value for this claim.
469
469
  * @type {string}
470
470
  * @memberof ClaimBatch
471
471
  */
472
472
  'condition_Code13'?: string | null;
473
473
  /**
474
- *
474
+ * The Condition Code value for this claim.
475
475
  * @type {string}
476
476
  * @memberof ClaimBatch
477
477
  */
478
478
  'condition_Code14'?: string | null;
479
479
  /**
480
- *
480
+ * The Condition Code value for this claim.
481
481
  * @type {string}
482
482
  * @memberof ClaimBatch
483
483
  */
484
484
  'condition_Code15'?: string | null;
485
485
  /**
486
- *
486
+ * The Condition Code value for this claim.
487
487
  * @type {string}
488
488
  * @memberof ClaimBatch
489
489
  */
490
490
  'condition_Code16'?: string | null;
491
491
  /**
492
- *
492
+ * The Condition Code value for this claim.
493
493
  * @type {string}
494
494
  * @memberof ClaimBatch
495
495
  */
496
496
  'condition_Code17'?: string | null;
497
497
  /**
498
- *
498
+ * The Condition Code value for this claim.
499
499
  * @type {string}
500
500
  * @memberof ClaimBatch
501
501
  */
502
502
  'condition_Code18'?: string | null;
503
503
  /**
504
- *
504
+ * The Condition Code value for this claim.
505
505
  * @type {string}
506
506
  * @memberof ClaimBatch
507
507
  */
@@ -513,31 +513,31 @@ export interface ClaimBatch {
513
513
  */
514
514
  'condition_Code2'?: string | null;
515
515
  /**
516
- *
516
+ * The Condition Code value for this claim.
517
517
  * @type {string}
518
518
  * @memberof ClaimBatch
519
519
  */
520
520
  'condition_Code20'?: string | null;
521
521
  /**
522
- *
522
+ * The Condition Code value for this claim.
523
523
  * @type {string}
524
524
  * @memberof ClaimBatch
525
525
  */
526
526
  'condition_Code21'?: string | null;
527
527
  /**
528
- *
528
+ * The Condition Code value for this claim.
529
529
  * @type {string}
530
530
  * @memberof ClaimBatch
531
531
  */
532
532
  'condition_Code22'?: string | null;
533
533
  /**
534
- *
534
+ * The Condition Code value for this claim.
535
535
  * @type {string}
536
536
  * @memberof ClaimBatch
537
537
  */
538
538
  'condition_Code23'?: string | null;
539
539
  /**
540
- *
540
+ * The Condition Code value for this claim.
541
541
  * @type {string}
542
542
  * @memberof ClaimBatch
543
543
  */
@@ -573,19 +573,19 @@ export interface ClaimBatch {
573
573
  */
574
574
  'condition_Code7'?: string | null;
575
575
  /**
576
- *
576
+ * The Condition Code value for this claim.
577
577
  * @type {string}
578
578
  * @memberof ClaimBatch
579
579
  */
580
580
  'condition_Code8'?: string | null;
581
581
  /**
582
- *
582
+ * The Condition Code value for this claim.
583
583
  * @type {string}
584
584
  * @memberof ClaimBatch
585
585
  */
586
586
  'condition_Code9'?: string | null;
587
587
  /**
588
- * Allows the user to flag a claim to ignore Context4Health service results and stick to core adjudication edits. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
588
+ * Allows the user to flag a claim to ignore Context4Health service results and stick to core adjudication edits. Note: This field is marked as NOT NULL in the database and therefore required by the API.
589
589
  * @type {boolean}
590
590
  * @memberof ClaimBatch
591
591
  */
@@ -783,7 +783,7 @@ export interface ClaimBatch {
783
783
  */
784
784
  'diagnostic_Code9'?: string | null;
785
785
  /**
786
- * Indicates if the Diagnostic Code values on this claim are ICD9 or ICD10. Two possible values: 9 - ICD9 or 0 - ICD10.
786
+ * Indicates if the Diagnostic Code values on this claim are ICD9 or ICD10. Two possible values: 9 - ICD9 or 0 - ICD10. Note: This field is marked as NOT NULL in the database and therefore required by the API.
787
787
  * @type {string}
788
788
  * @memberof ClaimBatch
789
789
  */
@@ -1437,7 +1437,7 @@ export interface ClaimBatch {
1437
1437
  */
1438
1438
  'last_Seen_Date'?: string | null;
1439
1439
  /**
1440
- * This is an information only field that identifies if this disability is a liability injury. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
1440
+ * This is an information only field that identifies if this disability is a liability injury. Note: This field is marked as NOT NULL in the database and therefore required by the API.
1441
1441
  * @type {boolean}
1442
1442
  * @memberof ClaimBatch
1443
1443
  */
@@ -1473,7 +1473,7 @@ export interface ClaimBatch {
1473
1473
  */
1474
1474
  'note'?: string | null;
1475
1475
  /**
1476
- * Notes if the disability is related to the patiens occupation. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
1476
+ * Notes if the disability is related to the patiens occupation. Note: This field is marked as NOT NULL in the database and therefore required by the API.
1477
1477
  * @type {boolean}
1478
1478
  * @memberof ClaimBatch
1479
1479
  */
@@ -1485,61 +1485,61 @@ export interface ClaimBatch {
1485
1485
  */
1486
1486
  'occurrence_Code1'?: string | null;
1487
1487
  /**
1488
- *
1488
+ * The Occurrence Code value for this claim.
1489
1489
  * @type {string}
1490
1490
  * @memberof ClaimBatch
1491
1491
  */
1492
1492
  'occurrence_Code10'?: string | null;
1493
1493
  /**
1494
- *
1494
+ * The Occurrence Code value for this claim.
1495
1495
  * @type {string}
1496
1496
  * @memberof ClaimBatch
1497
1497
  */
1498
1498
  'occurrence_Code11'?: string | null;
1499
1499
  /**
1500
- *
1500
+ * The Occurrence Code value for this claim.
1501
1501
  * @type {string}
1502
1502
  * @memberof ClaimBatch
1503
1503
  */
1504
1504
  'occurrence_Code12'?: string | null;
1505
1505
  /**
1506
- *
1506
+ * The Occurrence Code value for this claim.
1507
1507
  * @type {string}
1508
1508
  * @memberof ClaimBatch
1509
1509
  */
1510
1510
  'occurrence_Code13'?: string | null;
1511
1511
  /**
1512
- *
1512
+ * The Occurrence Code value for this claim.
1513
1513
  * @type {string}
1514
1514
  * @memberof ClaimBatch
1515
1515
  */
1516
1516
  'occurrence_Code14'?: string | null;
1517
1517
  /**
1518
- *
1518
+ * The Occurrence Code value for this claim.
1519
1519
  * @type {string}
1520
1520
  * @memberof ClaimBatch
1521
1521
  */
1522
1522
  'occurrence_Code15'?: string | null;
1523
1523
  /**
1524
- *
1524
+ * The Occurrence Code value for this claim.
1525
1525
  * @type {string}
1526
1526
  * @memberof ClaimBatch
1527
1527
  */
1528
1528
  'occurrence_Code16'?: string | null;
1529
1529
  /**
1530
- *
1530
+ * The Occurrence Code value for this claim.
1531
1531
  * @type {string}
1532
1532
  * @memberof ClaimBatch
1533
1533
  */
1534
1534
  'occurrence_Code17'?: string | null;
1535
1535
  /**
1536
- *
1536
+ * The Occurrence Code value for this claim.
1537
1537
  * @type {string}
1538
1538
  * @memberof ClaimBatch
1539
1539
  */
1540
1540
  'occurrence_Code18'?: string | null;
1541
1541
  /**
1542
- *
1542
+ * The Occurrence Code value for this claim.
1543
1543
  * @type {string}
1544
1544
  * @memberof ClaimBatch
1545
1545
  */
@@ -1551,31 +1551,31 @@ export interface ClaimBatch {
1551
1551
  */
1552
1552
  'occurrence_Code2'?: string | null;
1553
1553
  /**
1554
- *
1554
+ * The Occurrence Code value for this claim.
1555
1555
  * @type {string}
1556
1556
  * @memberof ClaimBatch
1557
1557
  */
1558
1558
  'occurrence_Code20'?: string | null;
1559
1559
  /**
1560
- *
1560
+ * The Occurrence Code value for this claim.
1561
1561
  * @type {string}
1562
1562
  * @memberof ClaimBatch
1563
1563
  */
1564
1564
  'occurrence_Code21'?: string | null;
1565
1565
  /**
1566
- *
1566
+ * The Occurrence Code value for this claim.
1567
1567
  * @type {string}
1568
1568
  * @memberof ClaimBatch
1569
1569
  */
1570
1570
  'occurrence_Code22'?: string | null;
1571
1571
  /**
1572
- *
1572
+ * The Occurrence Code value for this claim.
1573
1573
  * @type {string}
1574
1574
  * @memberof ClaimBatch
1575
1575
  */
1576
1576
  'occurrence_Code23'?: string | null;
1577
1577
  /**
1578
- *
1578
+ * The Occurrence Code value for this claim.
1579
1579
  * @type {string}
1580
1580
  * @memberof ClaimBatch
1581
1581
  */
@@ -1593,31 +1593,31 @@ export interface ClaimBatch {
1593
1593
  */
1594
1594
  'occurrence_Code4'?: string | null;
1595
1595
  /**
1596
- *
1596
+ * The Occurrence Code value for this claim.
1597
1597
  * @type {string}
1598
1598
  * @memberof ClaimBatch
1599
1599
  */
1600
1600
  'occurrence_Code5'?: string | null;
1601
1601
  /**
1602
- *
1602
+ * The Occurrence Code value for this claim.
1603
1603
  * @type {string}
1604
1604
  * @memberof ClaimBatch
1605
1605
  */
1606
1606
  'occurrence_Code6'?: string | null;
1607
1607
  /**
1608
- *
1608
+ * The Occurrence Code value for this claim.
1609
1609
  * @type {string}
1610
1610
  * @memberof ClaimBatch
1611
1611
  */
1612
1612
  'occurrence_Code7'?: string | null;
1613
1613
  /**
1614
- *
1614
+ * The Occurrence Code value for this claim.
1615
1615
  * @type {string}
1616
1616
  * @memberof ClaimBatch
1617
1617
  */
1618
1618
  'occurrence_Code8'?: string | null;
1619
1619
  /**
1620
- *
1620
+ * The Occurrence Code value for this claim.
1621
1621
  * @type {string}
1622
1622
  * @memberof ClaimBatch
1623
1623
  */
@@ -1629,61 +1629,61 @@ export interface ClaimBatch {
1629
1629
  */
1630
1630
  'occurrence_Date1'?: string | null;
1631
1631
  /**
1632
- *
1632
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1633
1633
  * @type {string}
1634
1634
  * @memberof ClaimBatch
1635
1635
  */
1636
1636
  'occurrence_Date10'?: string | null;
1637
1637
  /**
1638
- *
1638
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1639
1639
  * @type {string}
1640
1640
  * @memberof ClaimBatch
1641
1641
  */
1642
1642
  'occurrence_Date11'?: string | null;
1643
1643
  /**
1644
- *
1644
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1645
1645
  * @type {string}
1646
1646
  * @memberof ClaimBatch
1647
1647
  */
1648
1648
  'occurrence_Date12'?: string | null;
1649
1649
  /**
1650
- *
1650
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1651
1651
  * @type {string}
1652
1652
  * @memberof ClaimBatch
1653
1653
  */
1654
1654
  'occurrence_Date13'?: string | null;
1655
1655
  /**
1656
- *
1656
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1657
1657
  * @type {string}
1658
1658
  * @memberof ClaimBatch
1659
1659
  */
1660
1660
  'occurrence_Date14'?: string | null;
1661
1661
  /**
1662
- *
1662
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1663
1663
  * @type {string}
1664
1664
  * @memberof ClaimBatch
1665
1665
  */
1666
1666
  'occurrence_Date15'?: string | null;
1667
1667
  /**
1668
- *
1668
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1669
1669
  * @type {string}
1670
1670
  * @memberof ClaimBatch
1671
1671
  */
1672
1672
  'occurrence_Date16'?: string | null;
1673
1673
  /**
1674
- *
1674
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1675
1675
  * @type {string}
1676
1676
  * @memberof ClaimBatch
1677
1677
  */
1678
1678
  'occurrence_Date17'?: string | null;
1679
1679
  /**
1680
- *
1680
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1681
1681
  * @type {string}
1682
1682
  * @memberof ClaimBatch
1683
1683
  */
1684
1684
  'occurrence_Date18'?: string | null;
1685
1685
  /**
1686
- *
1686
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1687
1687
  * @type {string}
1688
1688
  * @memberof ClaimBatch
1689
1689
  */
@@ -1695,31 +1695,31 @@ export interface ClaimBatch {
1695
1695
  */
1696
1696
  'occurrence_Date2'?: string | null;
1697
1697
  /**
1698
- *
1698
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1699
1699
  * @type {string}
1700
1700
  * @memberof ClaimBatch
1701
1701
  */
1702
1702
  'occurrence_Date20'?: string | null;
1703
1703
  /**
1704
- *
1704
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1705
1705
  * @type {string}
1706
1706
  * @memberof ClaimBatch
1707
1707
  */
1708
1708
  'occurrence_Date21'?: string | null;
1709
1709
  /**
1710
- *
1710
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1711
1711
  * @type {string}
1712
1712
  * @memberof ClaimBatch
1713
1713
  */
1714
1714
  'occurrence_Date22'?: string | null;
1715
1715
  /**
1716
- *
1716
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1717
1717
  * @type {string}
1718
1718
  * @memberof ClaimBatch
1719
1719
  */
1720
1720
  'occurrence_Date23'?: string | null;
1721
1721
  /**
1722
- *
1722
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1723
1723
  * @type {string}
1724
1724
  * @memberof ClaimBatch
1725
1725
  */
@@ -1737,31 +1737,31 @@ export interface ClaimBatch {
1737
1737
  */
1738
1738
  'occurrence_Date4'?: string | null;
1739
1739
  /**
1740
- *
1740
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1741
1741
  * @type {string}
1742
1742
  * @memberof ClaimBatch
1743
1743
  */
1744
1744
  'occurrence_Date5'?: string | null;
1745
1745
  /**
1746
- *
1746
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1747
1747
  * @type {string}
1748
1748
  * @memberof ClaimBatch
1749
1749
  */
1750
1750
  'occurrence_Date6'?: string | null;
1751
1751
  /**
1752
- *
1752
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1753
1753
  * @type {string}
1754
1754
  * @memberof ClaimBatch
1755
1755
  */
1756
1756
  'occurrence_Date7'?: string | null;
1757
1757
  /**
1758
- *
1758
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1759
1759
  * @type {string}
1760
1760
  * @memberof ClaimBatch
1761
1761
  */
1762
1762
  'occurrence_Date8'?: string | null;
1763
1763
  /**
1764
- *
1764
+ * The Occurrence Date associated to the assigned Occurrence Codes.
1765
1765
  * @type {string}
1766
1766
  * @memberof ClaimBatch
1767
1767
  */
@@ -1773,139 +1773,139 @@ export interface ClaimBatch {
1773
1773
  */
1774
1774
  'occurrence_Span_Code'?: string | null;
1775
1775
  /**
1776
- *
1776
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1777
1777
  * @type {string}
1778
1778
  * @memberof ClaimBatch
1779
1779
  */
1780
1780
  'occurrence_Span_Code10'?: string | null;
1781
1781
  /**
1782
- *
1782
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1783
1783
  * @type {string}
1784
1784
  * @memberof ClaimBatch
1785
1785
  */
1786
1786
  'occurrence_Span_Code11'?: string | null;
1787
1787
  /**
1788
- *
1788
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1789
1789
  * @type {string}
1790
1790
  * @memberof ClaimBatch
1791
1791
  */
1792
1792
  'occurrence_Span_Code12'?: string | null;
1793
1793
  /**
1794
- *
1794
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1795
1795
  * @type {string}
1796
1796
  * @memberof ClaimBatch
1797
1797
  */
1798
1798
  'occurrence_Span_Code13'?: string | null;
1799
1799
  /**
1800
- *
1800
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1801
1801
  * @type {string}
1802
1802
  * @memberof ClaimBatch
1803
1803
  */
1804
1804
  'occurrence_Span_Code14'?: string | null;
1805
1805
  /**
1806
- *
1806
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1807
1807
  * @type {string}
1808
1808
  * @memberof ClaimBatch
1809
1809
  */
1810
1810
  'occurrence_Span_Code15'?: string | null;
1811
1811
  /**
1812
- *
1812
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1813
1813
  * @type {string}
1814
1814
  * @memberof ClaimBatch
1815
1815
  */
1816
1816
  'occurrence_Span_Code16'?: string | null;
1817
1817
  /**
1818
- *
1818
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1819
1819
  * @type {string}
1820
1820
  * @memberof ClaimBatch
1821
1821
  */
1822
1822
  'occurrence_Span_Code17'?: string | null;
1823
1823
  /**
1824
- *
1824
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1825
1825
  * @type {string}
1826
1826
  * @memberof ClaimBatch
1827
1827
  */
1828
1828
  'occurrence_Span_Code18'?: string | null;
1829
1829
  /**
1830
- *
1830
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1831
1831
  * @type {string}
1832
1832
  * @memberof ClaimBatch
1833
1833
  */
1834
1834
  'occurrence_Span_Code19'?: string | null;
1835
1835
  /**
1836
- *
1836
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1837
1837
  * @type {string}
1838
1838
  * @memberof ClaimBatch
1839
1839
  */
1840
1840
  'occurrence_Span_Code2'?: string | null;
1841
1841
  /**
1842
- *
1842
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1843
1843
  * @type {string}
1844
1844
  * @memberof ClaimBatch
1845
1845
  */
1846
1846
  'occurrence_Span_Code20'?: string | null;
1847
1847
  /**
1848
- *
1848
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1849
1849
  * @type {string}
1850
1850
  * @memberof ClaimBatch
1851
1851
  */
1852
1852
  'occurrence_Span_Code21'?: string | null;
1853
1853
  /**
1854
- *
1854
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1855
1855
  * @type {string}
1856
1856
  * @memberof ClaimBatch
1857
1857
  */
1858
1858
  'occurrence_Span_Code22'?: string | null;
1859
1859
  /**
1860
- *
1860
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1861
1861
  * @type {string}
1862
1862
  * @memberof ClaimBatch
1863
1863
  */
1864
1864
  'occurrence_Span_Code23'?: string | null;
1865
1865
  /**
1866
- *
1866
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1867
1867
  * @type {string}
1868
1868
  * @memberof ClaimBatch
1869
1869
  */
1870
1870
  'occurrence_Span_Code24'?: string | null;
1871
1871
  /**
1872
- *
1872
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1873
1873
  * @type {string}
1874
1874
  * @memberof ClaimBatch
1875
1875
  */
1876
1876
  'occurrence_Span_Code3'?: string | null;
1877
1877
  /**
1878
- *
1878
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1879
1879
  * @type {string}
1880
1880
  * @memberof ClaimBatch
1881
1881
  */
1882
1882
  'occurrence_Span_Code4'?: string | null;
1883
1883
  /**
1884
- *
1884
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1885
1885
  * @type {string}
1886
1886
  * @memberof ClaimBatch
1887
1887
  */
1888
1888
  'occurrence_Span_Code5'?: string | null;
1889
1889
  /**
1890
- *
1890
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1891
1891
  * @type {string}
1892
1892
  * @memberof ClaimBatch
1893
1893
  */
1894
1894
  'occurrence_Span_Code6'?: string | null;
1895
1895
  /**
1896
- *
1896
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1897
1897
  * @type {string}
1898
1898
  * @memberof ClaimBatch
1899
1899
  */
1900
1900
  'occurrence_Span_Code7'?: string | null;
1901
1901
  /**
1902
- *
1902
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1903
1903
  * @type {string}
1904
1904
  * @memberof ClaimBatch
1905
1905
  */
1906
1906
  'occurrence_Span_Code8'?: string | null;
1907
1907
  /**
1908
- *
1908
+ * The occurrence span indicator for the Occurrence Span From and Thru dates.
1909
1909
  * @type {string}
1910
1910
  * @memberof ClaimBatch
1911
1911
  */
@@ -1917,139 +1917,139 @@ export interface ClaimBatch {
1917
1917
  */
1918
1918
  'occurrence_Span_From'?: string | null;
1919
1919
  /**
1920
- *
1920
+ * The occurrence span from for this claim.
1921
1921
  * @type {string}
1922
1922
  * @memberof ClaimBatch
1923
1923
  */
1924
1924
  'occurrence_Span_From10'?: string | null;
1925
1925
  /**
1926
- *
1926
+ * The occurrence span from for this claim.
1927
1927
  * @type {string}
1928
1928
  * @memberof ClaimBatch
1929
1929
  */
1930
1930
  'occurrence_Span_From11'?: string | null;
1931
1931
  /**
1932
- *
1932
+ * The occurrence span from for this claim.
1933
1933
  * @type {string}
1934
1934
  * @memberof ClaimBatch
1935
1935
  */
1936
1936
  'occurrence_Span_From12'?: string | null;
1937
1937
  /**
1938
- *
1938
+ * The occurrence span from for this claim.
1939
1939
  * @type {string}
1940
1940
  * @memberof ClaimBatch
1941
1941
  */
1942
1942
  'occurrence_Span_From13'?: string | null;
1943
1943
  /**
1944
- *
1944
+ * The occurrence span from for this claim.
1945
1945
  * @type {string}
1946
1946
  * @memberof ClaimBatch
1947
1947
  */
1948
1948
  'occurrence_Span_From14'?: string | null;
1949
1949
  /**
1950
- *
1950
+ * The occurrence span from for this claim.
1951
1951
  * @type {string}
1952
1952
  * @memberof ClaimBatch
1953
1953
  */
1954
1954
  'occurrence_Span_From15'?: string | null;
1955
1955
  /**
1956
- *
1956
+ * The occurrence span from for this claim.
1957
1957
  * @type {string}
1958
1958
  * @memberof ClaimBatch
1959
1959
  */
1960
1960
  'occurrence_Span_From16'?: string | null;
1961
1961
  /**
1962
- *
1962
+ * The occurrence span from for this claim.
1963
1963
  * @type {string}
1964
1964
  * @memberof ClaimBatch
1965
1965
  */
1966
1966
  'occurrence_Span_From17'?: string | null;
1967
1967
  /**
1968
- *
1968
+ * The occurrence span from for this claim.
1969
1969
  * @type {string}
1970
1970
  * @memberof ClaimBatch
1971
1971
  */
1972
1972
  'occurrence_Span_From18'?: string | null;
1973
1973
  /**
1974
- *
1974
+ * The occurrence span from for this claim.
1975
1975
  * @type {string}
1976
1976
  * @memberof ClaimBatch
1977
1977
  */
1978
1978
  'occurrence_Span_From19'?: string | null;
1979
1979
  /**
1980
- *
1980
+ * The occurrence span from for this claim.
1981
1981
  * @type {string}
1982
1982
  * @memberof ClaimBatch
1983
1983
  */
1984
1984
  'occurrence_Span_From2'?: string | null;
1985
1985
  /**
1986
- *
1986
+ * The occurrence span from for this claim.
1987
1987
  * @type {string}
1988
1988
  * @memberof ClaimBatch
1989
1989
  */
1990
1990
  'occurrence_Span_From20'?: string | null;
1991
1991
  /**
1992
- *
1992
+ * The occurrence span from for this claim.
1993
1993
  * @type {string}
1994
1994
  * @memberof ClaimBatch
1995
1995
  */
1996
1996
  'occurrence_Span_From21'?: string | null;
1997
1997
  /**
1998
- *
1998
+ * The occurrence span from for this claim.
1999
1999
  * @type {string}
2000
2000
  * @memberof ClaimBatch
2001
2001
  */
2002
2002
  'occurrence_Span_From22'?: string | null;
2003
2003
  /**
2004
- *
2004
+ * The occurrence span from for this claim.
2005
2005
  * @type {string}
2006
2006
  * @memberof ClaimBatch
2007
2007
  */
2008
2008
  'occurrence_Span_From23'?: string | null;
2009
2009
  /**
2010
- *
2010
+ * The occurrence span from for this claim.
2011
2011
  * @type {string}
2012
2012
  * @memberof ClaimBatch
2013
2013
  */
2014
2014
  'occurrence_Span_From24'?: string | null;
2015
2015
  /**
2016
- *
2016
+ * The occurrence span from for this claim.
2017
2017
  * @type {string}
2018
2018
  * @memberof ClaimBatch
2019
2019
  */
2020
2020
  'occurrence_Span_From3'?: string | null;
2021
2021
  /**
2022
- *
2022
+ * The occurrence span from for this claim.
2023
2023
  * @type {string}
2024
2024
  * @memberof ClaimBatch
2025
2025
  */
2026
2026
  'occurrence_Span_From4'?: string | null;
2027
2027
  /**
2028
- *
2028
+ * The occurrence span from for this claim.
2029
2029
  * @type {string}
2030
2030
  * @memberof ClaimBatch
2031
2031
  */
2032
2032
  'occurrence_Span_From5'?: string | null;
2033
2033
  /**
2034
- *
2034
+ * The occurrence span from for this claim.
2035
2035
  * @type {string}
2036
2036
  * @memberof ClaimBatch
2037
2037
  */
2038
2038
  'occurrence_Span_From6'?: string | null;
2039
2039
  /**
2040
- *
2040
+ * The occurrence span from for this claim.
2041
2041
  * @type {string}
2042
2042
  * @memberof ClaimBatch
2043
2043
  */
2044
2044
  'occurrence_Span_From7'?: string | null;
2045
2045
  /**
2046
- *
2046
+ * The occurrence span from for this claim.
2047
2047
  * @type {string}
2048
2048
  * @memberof ClaimBatch
2049
2049
  */
2050
2050
  'occurrence_Span_From8'?: string | null;
2051
2051
  /**
2052
- *
2052
+ * The occurrence span from for this claim.
2053
2053
  * @type {string}
2054
2054
  * @memberof ClaimBatch
2055
2055
  */
@@ -2061,139 +2061,139 @@ export interface ClaimBatch {
2061
2061
  */
2062
2062
  'occurrence_Span_Thru'?: string | null;
2063
2063
  /**
2064
- *
2064
+ * The occurrence span from for this claim.
2065
2065
  * @type {string}
2066
2066
  * @memberof ClaimBatch
2067
2067
  */
2068
2068
  'occurrence_Span_Thru10'?: string | null;
2069
2069
  /**
2070
- *
2070
+ * The occurrence span from for this claim.
2071
2071
  * @type {string}
2072
2072
  * @memberof ClaimBatch
2073
2073
  */
2074
2074
  'occurrence_Span_Thru11'?: string | null;
2075
2075
  /**
2076
- *
2076
+ * The occurrence span from for this claim.
2077
2077
  * @type {string}
2078
2078
  * @memberof ClaimBatch
2079
2079
  */
2080
2080
  'occurrence_Span_Thru12'?: string | null;
2081
2081
  /**
2082
- *
2082
+ * The occurrence span from for this claim.
2083
2083
  * @type {string}
2084
2084
  * @memberof ClaimBatch
2085
2085
  */
2086
2086
  'occurrence_Span_Thru13'?: string | null;
2087
2087
  /**
2088
- *
2088
+ * The occurrence span from for this claim.
2089
2089
  * @type {string}
2090
2090
  * @memberof ClaimBatch
2091
2091
  */
2092
2092
  'occurrence_Span_Thru14'?: string | null;
2093
2093
  /**
2094
- *
2094
+ * The occurrence span from for this claim.
2095
2095
  * @type {string}
2096
2096
  * @memberof ClaimBatch
2097
2097
  */
2098
2098
  'occurrence_Span_Thru15'?: string | null;
2099
2099
  /**
2100
- *
2100
+ * The occurrence span from for this claim.
2101
2101
  * @type {string}
2102
2102
  * @memberof ClaimBatch
2103
2103
  */
2104
2104
  'occurrence_Span_Thru16'?: string | null;
2105
2105
  /**
2106
- *
2106
+ * The occurrence span from for this claim.
2107
2107
  * @type {string}
2108
2108
  * @memberof ClaimBatch
2109
2109
  */
2110
2110
  'occurrence_Span_Thru17'?: string | null;
2111
2111
  /**
2112
- *
2112
+ * The occurrence span from for this claim.
2113
2113
  * @type {string}
2114
2114
  * @memberof ClaimBatch
2115
2115
  */
2116
2116
  'occurrence_Span_Thru18'?: string | null;
2117
2117
  /**
2118
- *
2118
+ * The occurrence span from for this claim.
2119
2119
  * @type {string}
2120
2120
  * @memberof ClaimBatch
2121
2121
  */
2122
2122
  'occurrence_Span_Thru19'?: string | null;
2123
2123
  /**
2124
- *
2124
+ * The occurrence span from for this claim.
2125
2125
  * @type {string}
2126
2126
  * @memberof ClaimBatch
2127
2127
  */
2128
2128
  'occurrence_Span_Thru2'?: string | null;
2129
2129
  /**
2130
- *
2130
+ * The occurrence span from for this claim.
2131
2131
  * @type {string}
2132
2132
  * @memberof ClaimBatch
2133
2133
  */
2134
2134
  'occurrence_Span_Thru20'?: string | null;
2135
2135
  /**
2136
- *
2136
+ * The occurrence span from for this claim.
2137
2137
  * @type {string}
2138
2138
  * @memberof ClaimBatch
2139
2139
  */
2140
2140
  'occurrence_Span_Thru21'?: string | null;
2141
2141
  /**
2142
- *
2142
+ * The occurrence span from for this claim.
2143
2143
  * @type {string}
2144
2144
  * @memberof ClaimBatch
2145
2145
  */
2146
2146
  'occurrence_Span_Thru22'?: string | null;
2147
2147
  /**
2148
- *
2148
+ * The occurrence span from for this claim.
2149
2149
  * @type {string}
2150
2150
  * @memberof ClaimBatch
2151
2151
  */
2152
2152
  'occurrence_Span_Thru23'?: string | null;
2153
2153
  /**
2154
- *
2154
+ * The occurrence span from for this claim.
2155
2155
  * @type {string}
2156
2156
  * @memberof ClaimBatch
2157
2157
  */
2158
2158
  'occurrence_Span_Thru24'?: string | null;
2159
2159
  /**
2160
- *
2160
+ * The occurrence span from for this claim.
2161
2161
  * @type {string}
2162
2162
  * @memberof ClaimBatch
2163
2163
  */
2164
2164
  'occurrence_Span_Thru3'?: string | null;
2165
2165
  /**
2166
- *
2166
+ * The occurrence span from for this claim.
2167
2167
  * @type {string}
2168
2168
  * @memberof ClaimBatch
2169
2169
  */
2170
2170
  'occurrence_Span_Thru4'?: string | null;
2171
2171
  /**
2172
- *
2172
+ * The occurrence span from for this claim.
2173
2173
  * @type {string}
2174
2174
  * @memberof ClaimBatch
2175
2175
  */
2176
2176
  'occurrence_Span_Thru5'?: string | null;
2177
2177
  /**
2178
- *
2178
+ * The occurrence span from for this claim.
2179
2179
  * @type {string}
2180
2180
  * @memberof ClaimBatch
2181
2181
  */
2182
2182
  'occurrence_Span_Thru6'?: string | null;
2183
2183
  /**
2184
- *
2184
+ * The occurrence span from for this claim.
2185
2185
  * @type {string}
2186
2186
  * @memberof ClaimBatch
2187
2187
  */
2188
2188
  'occurrence_Span_Thru7'?: string | null;
2189
2189
  /**
2190
- *
2190
+ * The occurrence span from for this claim.
2191
2191
  * @type {string}
2192
2192
  * @memberof ClaimBatch
2193
2193
  */
2194
2194
  'occurrence_Span_Thru8'?: string | null;
2195
2195
  /**
2196
- *
2196
+ * The occurrence span from for this claim.
2197
2197
  * @type {string}
2198
2198
  * @memberof ClaimBatch
2199
2199
  */
@@ -2283,13 +2283,13 @@ export interface ClaimBatch {
2283
2283
  */
2284
2284
  'oper_Provider_Zip'?: string | null;
2285
2285
  /**
2286
- * When this flag is checked, it indicates the dental claim is for orthodontics. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
2286
+ * When this flag is checked, it indicates the dental claim is for orthodontics. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2287
2287
  * @type {boolean}
2288
2288
  * @memberof ClaimBatch
2289
2289
  */
2290
2290
  'orthodontics_Treatment': boolean;
2291
2291
  /**
2292
- * Indicates if other insurance is applicable on this claim. This indicator unlocks COB amount fields on the ClaimDetail (service line). Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
2292
+ * Indicates if other insurance is applicable on this claim. This indicator unlocks COB amount fields on the ClaimDetail (service line). Note: This field is marked as NOT NULL in the database and therefore required by the API.
2293
2293
  * @type {boolean}
2294
2294
  * @memberof ClaimBatch
2295
2295
  */
@@ -2583,13 +2583,13 @@ export interface ClaimBatch {
2583
2583
  */
2584
2584
  'override_Date'?: string | null;
2585
2585
  /**
2586
- * This indicator lets the system know that the front end user has assigned this network ID and not adjudication. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
2586
+ * This indicator lets the system know that the front end user has assigned this network ID and not adjudication. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2587
2587
  * @type {boolean}
2588
2588
  * @memberof ClaimBatch
2589
2589
  */
2590
2590
  'override_Network_ID': boolean;
2591
2591
  /**
2592
- * Users can choose the payor from the More Information screen and this flag prevents adjudication from using the expected payor. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
2592
+ * Users can choose the payor from the More Information screen and this flag prevents adjudication from using the expected payor. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2593
2593
  * @type {boolean}
2594
2594
  * @memberof ClaimBatch
2595
2595
  */
@@ -2601,7 +2601,7 @@ export interface ClaimBatch {
2601
2601
  */
2602
2602
  'override_User'?: string | null;
2603
2603
  /**
2604
- * This will identify if this is a partial disability payment. Partial Disability payments have additional tax and payment rules applied during adjudication. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
2604
+ * This will identify if this is a partial disability payment. Partial Disability payments have additional tax and payment rules applied during adjudication. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2605
2605
  * @type {boolean}
2606
2606
  * @memberof ClaimBatch
2607
2607
  */
@@ -2691,7 +2691,7 @@ export interface ClaimBatch {
2691
2691
  */
2692
2692
  'patient_Sex'?: string | null;
2693
2693
  /**
2694
- * Indicates if the patient signature has been collected. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
2694
+ * Indicates if the patient signature has been collected. Note: This field is marked as NOT NULL in the database and therefore required by the API.
2695
2695
  * @type {boolean}
2696
2696
  * @memberof ClaimBatch
2697
2697
  */
@@ -3105,7 +3105,7 @@ export interface ClaimBatch {
3105
3105
  */
3106
3106
  'prior_Placement_Date'?: string | null;
3107
3107
  /**
3108
- * This flag indicates if this claim is for the replacement of a prosthesis. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3108
+ * This flag indicates if this claim is for the replacement of a prosthesis. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3109
3109
  * @type {boolean}
3110
3110
  * @memberof ClaimBatch
3111
3111
  */
@@ -3303,7 +3303,7 @@ export interface ClaimBatch {
3303
3303
  */
3304
3304
  'refund_Check_ID'?: number | null;
3305
3305
  /**
3306
- * Indicates this claim is part of a refund process. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3306
+ * Indicates this claim is part of a refund process. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3307
3307
  * @type {boolean}
3308
3308
  * @memberof ClaimBatch
3309
3309
  */
@@ -3315,25 +3315,25 @@ export interface ClaimBatch {
3315
3315
  */
3316
3316
  'refund_Funding_Key'?: number | null;
3317
3317
  /**
3318
- * Indicates if the claim is related to a non-car accident. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3318
+ * Indicates if the claim is related to a non-car accident. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3319
3319
  * @type {boolean}
3320
3320
  * @memberof ClaimBatch
3321
3321
  */
3322
3322
  'related_To_Accident': boolean;
3323
3323
  /**
3324
- * Indicates if the claim was casued by a third party. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3324
+ * Indicates if the claim was casued by a third party. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3325
3325
  * @type {boolean}
3326
3326
  * @memberof ClaimBatch
3327
3327
  */
3328
3328
  'related_To_Another_Party': boolean;
3329
3329
  /**
3330
- * Indicates if the claim is related to a car accident. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3330
+ * Indicates if the claim is related to a car accident. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3331
3331
  * @type {boolean}
3332
3332
  * @memberof ClaimBatch
3333
3333
  */
3334
3334
  'related_To_Auto': boolean;
3335
3335
  /**
3336
- * Indicates if the claim is work related. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3336
+ * Indicates if the claim is work related. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3337
3337
  * @type {boolean}
3338
3338
  * @memberof ClaimBatch
3339
3339
  */
@@ -3435,7 +3435,7 @@ export interface ClaimBatch {
3435
3435
  */
3436
3436
  'return_To_Work_Date'?: string | null;
3437
3437
  /**
3438
- * This flag identifies that there is salary continuation during this disability. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3438
+ * This flag identifies that there is salary continuation during this disability. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3439
3439
  * @type {boolean}
3440
3440
  * @memberof ClaimBatch
3441
3441
  */
@@ -3543,7 +3543,7 @@ export interface ClaimBatch {
3543
3543
  */
3544
3544
  'service_Thru'?: string | null;
3545
3545
  /**
3546
- * This flag identifies that there is sick time during this disability. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3546
+ * This flag identifies that there is sick time during this disability. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3547
3547
  * @type {boolean}
3548
3548
  * @memberof ClaimBatch
3549
3549
  */
@@ -3567,25 +3567,25 @@ export interface ClaimBatch {
3567
3567
  */
3568
3568
  'subscriber_ID'?: string | null;
3569
3569
  /**
3570
- * Indicates if the insured signature has been collected. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3570
+ * Indicates if the insured signature has been collected. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3571
3571
  * @type {boolean}
3572
3572
  * @memberof ClaimBatch
3573
3573
  */
3574
3574
  'subscriber_Signature': boolean;
3575
3575
  /**
3576
- * Indicates if Survivor Benefit was applied for this disability payment. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3576
+ * Indicates if Survivor Benefit was applied for this disability payment. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3577
3577
  * @type {boolean}
3578
3578
  * @memberof ClaimBatch
3579
3579
  */
3580
3580
  'survivor_Benefit': boolean;
3581
3581
  /**
3582
- * For disability, indicates if this professional claim is a 3rd party payment (typically related to alimony, garnishment, etc.) Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3582
+ * For disability, indicates if this professional claim is a 3rd party payment (typically related to alimony, garnishment, etc.) Note: This field is marked as NOT NULL in the database and therefore required by the API.
3583
3583
  * @type {boolean}
3584
3584
  * @memberof ClaimBatch
3585
3585
  */
3586
3586
  'third_Party_Payment': boolean;
3587
3587
  /**
3588
- * COB total for all claim detail lines Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
3588
+ * COB total for all claim detail lines Note: This field is marked as NOT NULL in the database and therefore required by the API.
3589
3589
  * @type {number}
3590
3590
  * @memberof ClaimBatch
3591
3591
  */
@@ -3603,7 +3603,7 @@ export interface ClaimBatch {
3603
3603
  */
3604
3604
  'trans_837_Control_Num'?: string | null;
3605
3605
  /**
3606
- * Indicates this is a claim entered by an inbound 837. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3606
+ * Indicates this is a claim entered by an inbound 837. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3607
3607
  * @type {boolean}
3608
3608
  * @memberof ClaimBatch
3609
3609
  */
@@ -3639,7 +3639,7 @@ export interface ClaimBatch {
3639
3639
  */
3640
3640
  'update_User'?: string | null;
3641
3641
  /**
3642
- * This flag identifies that there is vacation during this disability. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3642
+ * This flag identifies that there is vacation during this disability. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3643
3643
  * @type {boolean}
3644
3644
  * @memberof ClaimBatch
3645
3645
  */
@@ -3651,61 +3651,61 @@ export interface ClaimBatch {
3651
3651
  */
3652
3652
  'value_Amount1'?: number | null;
3653
3653
  /**
3654
- *
3654
+ * The monetary amount related to the value code.
3655
3655
  * @type {number}
3656
3656
  * @memberof ClaimBatch
3657
3657
  */
3658
3658
  'value_Amount10'?: number | null;
3659
3659
  /**
3660
- *
3660
+ * The monetary amount related to the value code.
3661
3661
  * @type {number}
3662
3662
  * @memberof ClaimBatch
3663
3663
  */
3664
3664
  'value_Amount11'?: number | null;
3665
3665
  /**
3666
- *
3666
+ * The monetary amount related to the value code.
3667
3667
  * @type {number}
3668
3668
  * @memberof ClaimBatch
3669
3669
  */
3670
3670
  'value_Amount12'?: number | null;
3671
3671
  /**
3672
- *
3672
+ * The monetary amount related to the value code.
3673
3673
  * @type {number}
3674
3674
  * @memberof ClaimBatch
3675
3675
  */
3676
3676
  'value_Amount13'?: number | null;
3677
3677
  /**
3678
- *
3678
+ * The monetary amount related to the value code.
3679
3679
  * @type {number}
3680
3680
  * @memberof ClaimBatch
3681
3681
  */
3682
3682
  'value_Amount14'?: number | null;
3683
3683
  /**
3684
- *
3684
+ * The monetary amount related to the value code.
3685
3685
  * @type {number}
3686
3686
  * @memberof ClaimBatch
3687
3687
  */
3688
3688
  'value_Amount15'?: number | null;
3689
3689
  /**
3690
- *
3690
+ * The monetary amount related to the value code.
3691
3691
  * @type {number}
3692
3692
  * @memberof ClaimBatch
3693
3693
  */
3694
3694
  'value_Amount16'?: number | null;
3695
3695
  /**
3696
- *
3696
+ * The monetary amount related to the value code.
3697
3697
  * @type {number}
3698
3698
  * @memberof ClaimBatch
3699
3699
  */
3700
3700
  'value_Amount17'?: number | null;
3701
3701
  /**
3702
- *
3702
+ * The monetary amount related to the value code.
3703
3703
  * @type {number}
3704
3704
  * @memberof ClaimBatch
3705
3705
  */
3706
3706
  'value_Amount18'?: number | null;
3707
3707
  /**
3708
- *
3708
+ * The monetary amount related to the value code.
3709
3709
  * @type {number}
3710
3710
  * @memberof ClaimBatch
3711
3711
  */
@@ -3717,31 +3717,31 @@ export interface ClaimBatch {
3717
3717
  */
3718
3718
  'value_Amount2'?: number | null;
3719
3719
  /**
3720
- *
3720
+ * The monetary amount related to the value code.
3721
3721
  * @type {number}
3722
3722
  * @memberof ClaimBatch
3723
3723
  */
3724
3724
  'value_Amount20'?: number | null;
3725
3725
  /**
3726
- *
3726
+ * The monetary amount related to the value code.
3727
3727
  * @type {number}
3728
3728
  * @memberof ClaimBatch
3729
3729
  */
3730
3730
  'value_Amount21'?: number | null;
3731
3731
  /**
3732
- *
3732
+ * The monetary amount related to the value code.
3733
3733
  * @type {number}
3734
3734
  * @memberof ClaimBatch
3735
3735
  */
3736
3736
  'value_Amount22'?: number | null;
3737
3737
  /**
3738
- *
3738
+ * The monetary amount related to the value code.
3739
3739
  * @type {number}
3740
3740
  * @memberof ClaimBatch
3741
3741
  */
3742
3742
  'value_Amount23'?: number | null;
3743
3743
  /**
3744
- *
3744
+ * The monetary amount related to the value code.
3745
3745
  * @type {number}
3746
3746
  * @memberof ClaimBatch
3747
3747
  */
@@ -3759,31 +3759,31 @@ export interface ClaimBatch {
3759
3759
  */
3760
3760
  'value_Amount4'?: number | null;
3761
3761
  /**
3762
- *
3762
+ * The monetary amount related to the value code.
3763
3763
  * @type {number}
3764
3764
  * @memberof ClaimBatch
3765
3765
  */
3766
3766
  'value_Amount5'?: number | null;
3767
3767
  /**
3768
- *
3768
+ * The monetary amount related to the value code.
3769
3769
  * @type {number}
3770
3770
  * @memberof ClaimBatch
3771
3771
  */
3772
3772
  'value_Amount6'?: number | null;
3773
3773
  /**
3774
- *
3774
+ * The monetary amount related to the value code.
3775
3775
  * @type {number}
3776
3776
  * @memberof ClaimBatch
3777
3777
  */
3778
3778
  'value_Amount7'?: number | null;
3779
3779
  /**
3780
- *
3780
+ * The monetary amount related to the value code.
3781
3781
  * @type {number}
3782
3782
  * @memberof ClaimBatch
3783
3783
  */
3784
3784
  'value_Amount8'?: number | null;
3785
3785
  /**
3786
- *
3786
+ * The monetary amount related to the value code.
3787
3787
  * @type {number}
3788
3788
  * @memberof ClaimBatch
3789
3789
  */
@@ -3795,61 +3795,61 @@ export interface ClaimBatch {
3795
3795
  */
3796
3796
  'value_Code1'?: string | null;
3797
3797
  /**
3798
- *
3798
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3799
3799
  * @type {string}
3800
3800
  * @memberof ClaimBatch
3801
3801
  */
3802
3802
  'value_Code10'?: string | null;
3803
3803
  /**
3804
- *
3804
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3805
3805
  * @type {string}
3806
3806
  * @memberof ClaimBatch
3807
3807
  */
3808
3808
  'value_Code11'?: string | null;
3809
3809
  /**
3810
- *
3810
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3811
3811
  * @type {string}
3812
3812
  * @memberof ClaimBatch
3813
3813
  */
3814
3814
  'value_Code12'?: string | null;
3815
3815
  /**
3816
- *
3816
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3817
3817
  * @type {string}
3818
3818
  * @memberof ClaimBatch
3819
3819
  */
3820
3820
  'value_Code13'?: string | null;
3821
3821
  /**
3822
- *
3822
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3823
3823
  * @type {string}
3824
3824
  * @memberof ClaimBatch
3825
3825
  */
3826
3826
  'value_Code14'?: string | null;
3827
3827
  /**
3828
- *
3828
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3829
3829
  * @type {string}
3830
3830
  * @memberof ClaimBatch
3831
3831
  */
3832
3832
  'value_Code15'?: string | null;
3833
3833
  /**
3834
- *
3834
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3835
3835
  * @type {string}
3836
3836
  * @memberof ClaimBatch
3837
3837
  */
3838
3838
  'value_Code16'?: string | null;
3839
3839
  /**
3840
- *
3840
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3841
3841
  * @type {string}
3842
3842
  * @memberof ClaimBatch
3843
3843
  */
3844
3844
  'value_Code17'?: string | null;
3845
3845
  /**
3846
- *
3846
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3847
3847
  * @type {string}
3848
3848
  * @memberof ClaimBatch
3849
3849
  */
3850
3850
  'value_Code18'?: string | null;
3851
3851
  /**
3852
- *
3852
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3853
3853
  * @type {string}
3854
3854
  * @memberof ClaimBatch
3855
3855
  */
@@ -3861,31 +3861,31 @@ export interface ClaimBatch {
3861
3861
  */
3862
3862
  'value_Code2'?: string | null;
3863
3863
  /**
3864
- *
3864
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3865
3865
  * @type {string}
3866
3866
  * @memberof ClaimBatch
3867
3867
  */
3868
3868
  'value_Code20'?: string | null;
3869
3869
  /**
3870
- *
3870
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3871
3871
  * @type {string}
3872
3872
  * @memberof ClaimBatch
3873
3873
  */
3874
3874
  'value_Code21'?: string | null;
3875
3875
  /**
3876
- *
3876
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3877
3877
  * @type {string}
3878
3878
  * @memberof ClaimBatch
3879
3879
  */
3880
3880
  'value_Code22'?: string | null;
3881
3881
  /**
3882
- *
3882
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3883
3883
  * @type {string}
3884
3884
  * @memberof ClaimBatch
3885
3885
  */
3886
3886
  'value_Code23'?: string | null;
3887
3887
  /**
3888
- *
3888
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3889
3889
  * @type {string}
3890
3890
  * @memberof ClaimBatch
3891
3891
  */
@@ -3903,31 +3903,31 @@ export interface ClaimBatch {
3903
3903
  */
3904
3904
  'value_Code4'?: string | null;
3905
3905
  /**
3906
- *
3906
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3907
3907
  * @type {string}
3908
3908
  * @memberof ClaimBatch
3909
3909
  */
3910
3910
  'value_Code5'?: string | null;
3911
3911
  /**
3912
- *
3912
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3913
3913
  * @type {string}
3914
3914
  * @memberof ClaimBatch
3915
3915
  */
3916
3916
  'value_Code6'?: string | null;
3917
3917
  /**
3918
- *
3918
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3919
3919
  * @type {string}
3920
3920
  * @memberof ClaimBatch
3921
3921
  */
3922
3922
  'value_Code7'?: string | null;
3923
3923
  /**
3924
- *
3924
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3925
3925
  * @type {string}
3926
3926
  * @memberof ClaimBatch
3927
3927
  */
3928
3928
  'value_Code8'?: string | null;
3929
3929
  /**
3930
- *
3930
+ * The code indicating a monetary condition which was used by the intermediary to process an institutional claim.
3931
3931
  * @type {string}
3932
3932
  * @memberof ClaimBatch
3933
3933
  */
@@ -3939,13 +3939,13 @@ export interface ClaimBatch {
3939
3939
  */
3940
3940
  'void_Check_ID'?: number | null;
3941
3941
  /**
3942
- * Notes that the benefit amount, for disability claims, has been manually overridden. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3942
+ * Notes that the benefit amount, for disability claims, has been manually overridden. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3943
3943
  * @type {boolean}
3944
3944
  * @memberof ClaimBatch
3945
3945
  */
3946
3946
  'volume_Override': boolean;
3947
3947
  /**
3948
- * Indicates if this disability payment is a waiting period payment. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
3948
+ * Indicates if this disability payment is a waiting period payment. Note: This field is marked as NOT NULL in the database and therefore required by the API.
3949
3949
  * @type {boolean}
3950
3950
  * @memberof ClaimBatch
3951
3951
  */