@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240531.2 → 1.20241220.1

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 (584) hide show
  1. package/.openapi-generator/FILES +153 -8
  2. package/api/accounting-api.ts +101 -0
  3. package/api/adv-accounting-api.ts +199 -0
  4. package/api/adv-billing-api.ts +926 -57
  5. package/api/adv-capitation-api.ts +99 -0
  6. package/api/adv-claim-api.ts +947 -5
  7. package/api/adv-commission-api.ts +101 -0
  8. package/api/adv-enrollment-api.ts +248 -42
  9. package/api/adv-reinsurance-api.ts +740 -0
  10. package/api/armor-code-ex-code-api.ts +677 -0
  11. package/api/billing-api.ts +198 -0
  12. package/api/capitations-api.ts +99 -0
  13. package/api/care-case-clinical-facts-api.ts +71 -167
  14. package/api/change-data-capture-api.ts +565 -0
  15. package/api/check-batches-api.ts +87 -0
  16. package/api/checks-api.ts +292 -0
  17. package/api/claim-adjudication-api.ts +10 -120
  18. package/api/claim-invoice-adjustment-reasons-api.ts +677 -0
  19. package/api/claim-invoice-adjustment-received-api.ts +685 -0
  20. package/api/claim-invoice-adjustments-api.ts +693 -0
  21. package/api/claim-invoice-api.ts +677 -0
  22. package/api/claim-invoice-details-api.ts +741 -0
  23. package/api/claim-invoice-payments-api.ts +725 -0
  24. package/api/claim-invoice-received-api.ts +693 -0
  25. package/api/claim-payments-api.ts +677 -0
  26. package/api/claim-prompt-pays-api.ts +677 -0
  27. package/api/claim-reprice-remove-api.ts +677 -0
  28. package/api/client-config-api.ts +104 -0
  29. package/api/criteria-api.ts +97 -0
  30. package/api/enrollment-accumulators-api.ts +909 -0
  31. package/api/enrollment-waiting-period-subscribers-api.ts +17 -8
  32. package/api/events-api.ts +87 -0
  33. package/api/gender-api.ts +677 -0
  34. package/api/grievances-api.ts +97 -0
  35. package/api/members-api.ts +206 -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/prem-invoice-api.ts +171 -0
  41. package/api/premium-distributions-api.ts +97 -0
  42. package/api/premium-invoices-api.ts +95 -0
  43. package/api/premium-payments-api.ts +133 -0
  44. package/api/premium-rates-api.ts +223 -39
  45. package/api/reinsurance-conditional-specific-api.ts +725 -0
  46. package/api/reinsurance-conditional-specific-detail-api.ts +725 -0
  47. package/api/reinsurance-contract-transactions-api.ts +728 -1
  48. package/api/reinsurance-contracts-api.ts +223 -0
  49. package/api/reinsurance-domestic-claims-criteria-api.ts +725 -0
  50. package/api/security-area-user-groups-api.ts +118 -5
  51. package/api/subscribers-api.ts +49 -43
  52. package/api/user-account-api.ts +1437 -0
  53. package/api/user-api.ts +6 -244
  54. package/api/vbagateway-messaging-api.ts +379 -0
  55. package/api/vbareports-api.ts +112 -15
  56. package/api.ts +23 -0
  57. package/models/accounting-withhold-check-config.ts +36 -0
  58. package/models/accumulator-added-accum-detail-result-list-vbaresponse.ts +45 -0
  59. package/models/accumulator-added-accum-detail-result.ts +378 -0
  60. package/models/accumulator-all-benefit-detail-result-list-vbaresponse.ts +45 -0
  61. package/models/accumulator-all-benefit-detail-result.ts +420 -0
  62. package/models/{generate-authenticator-qrcode-response-vbaresponse.ts → accumulator-benefit-detail-result-list-vbaresponse.ts} +8 -8
  63. package/models/accumulator-benefit-detail-result.ts +414 -0
  64. package/models/accumulator-detail-result-list-vbaresponse.ts +45 -0
  65. package/models/accumulator-detail-result.ts +402 -0
  66. package/models/{register-mfadevice-response-vbaresponse.ts → armor-code-ex-code-list-vbaresponse.ts} +8 -8
  67. package/models/armor-code-ex-code-vbaresponse.ts +45 -0
  68. package/models/armor-code-ex-code.ts +66 -0
  69. package/models/auth-reference.ts +24 -0
  70. package/models/auth-review-level.ts +24 -0
  71. package/models/auth-review-severity.ts +24 -0
  72. package/models/auth-review-status.ts +24 -0
  73. package/models/auth-review-type.ts +24 -0
  74. package/models/auth-type-place.ts +24 -0
  75. package/models/auth-type.ts +26 -2
  76. package/models/benefit-category.ts +24 -0
  77. package/models/benefit-codes.ts +18 -18
  78. package/models/benefit-diag-codes.ts +26 -2
  79. package/models/benefit-place.ts +25 -1
  80. package/models/benefit-procedures.ts +25 -1
  81. package/models/benefit-provider-types.ts +25 -1
  82. package/models/benefit-specialty.ts +25 -1
  83. package/models/billing-add-rate-from-template-config.ts +42 -0
  84. package/models/billing-apply-payment-config.ts +74 -0
  85. package/models/billing-auto-apply-config.ts +84 -0
  86. package/models/billing-basis.ts +24 -0
  87. package/models/billing-rate-modify-config.ts +140 -0
  88. package/models/boolean-vbaresponse.ts +44 -0
  89. package/models/brokerage.ts +24 -0
  90. package/models/call-tracking-call-destination.ts +25 -1
  91. package/models/call-tracking-call-status.ts +25 -1
  92. package/models/call-tracking-call-type.ts +25 -1
  93. package/models/call-tracking-caller-type.ts +25 -1
  94. package/models/call-tracking-diag-codes.ts +4 -4
  95. package/models/capitation-adjustment-reason.ts +24 -0
  96. package/models/capitation-adjustment-type.ts +24 -0
  97. package/models/capitation-adjustment.ts +25 -1
  98. package/models/capitation-category.ts +24 -0
  99. package/models/capitation-generate.ts +12 -0
  100. package/models/capitation-plan-rate.ts +27 -3
  101. package/models/capitation-service-plan.ts +25 -1
  102. package/models/capitation-service-tin.ts +25 -1
  103. package/models/capitation-service.ts +27 -3
  104. package/models/capitation-transaction.ts +25 -1
  105. package/models/capitation-type.ts +24 -0
  106. package/models/capitation.ts +25 -1
  107. package/models/care-case-clinical-fact.ts +1 -1
  108. package/models/check-edit-set-detail.ts +28 -4
  109. package/models/check-status.ts +24 -0
  110. package/models/check-type.ts +24 -0
  111. package/models/checks-detail.ts +26 -2
  112. package/models/checks.ts +26 -2
  113. package/models/claim-batch-claim-batch-detail-list-vbaresponse.ts +45 -0
  114. package/models/claim-batch-detail.ts +53 -47
  115. package/models/claim-batch.ts +202 -202
  116. package/models/claim-custom-ex-code-rule.ts +5 -5
  117. package/models/claim-detail.ts +54 -48
  118. package/models/claim-invoice-adjustment-list-vbaresponse.ts +45 -0
  119. package/models/claim-invoice-adjustment-reason-list-vbaresponse.ts +45 -0
  120. package/models/claim-invoice-adjustment-reason-vbaresponse.ts +45 -0
  121. package/models/claim-invoice-adjustment-reason.ts +60 -0
  122. package/models/claim-invoice-adjustment-received-list-vbaresponse.ts +45 -0
  123. package/models/claim-invoice-adjustment-received-vbaresponse.ts +45 -0
  124. package/models/claim-invoice-adjustment-received.ts +78 -0
  125. package/models/claim-invoice-adjustment-vbaresponse.ts +45 -0
  126. package/models/claim-invoice-adjustment.ts +90 -0
  127. package/models/claim-invoice-config.ts +37 -0
  128. package/models/claim-invoice-detail-list-vbaresponse.ts +45 -0
  129. package/models/claim-invoice-detail-vbaresponse.ts +45 -0
  130. package/models/claim-invoice-detail.ts +66 -0
  131. package/models/claim-invoice-list-vbaresponse.ts +45 -0
  132. package/models/claim-invoice-payment-list-vbaresponse.ts +45 -0
  133. package/models/claim-invoice-payment-vbaresponse.ts +45 -0
  134. package/models/claim-invoice-payment.ts +72 -0
  135. package/models/claim-invoice-received-list-vbaresponse.ts +45 -0
  136. package/models/claim-invoice-received-vbaresponse.ts +45 -0
  137. package/models/claim-invoice-received.ts +78 -0
  138. package/models/claim-invoice-vbaresponse.ts +45 -0
  139. package/models/claim-invoice.ts +90 -0
  140. package/models/claim-payment-list-vbaresponse.ts +45 -0
  141. package/models/claim-payment-vbaresponse.ts +45 -0
  142. package/models/claim-payment.ts +96 -0
  143. package/models/claim-pre-batch.ts +205 -205
  144. package/models/claim-prompt-pay-list-vbaresponse.ts +45 -0
  145. package/models/claim-prompt-pay-vbaresponse.ts +45 -0
  146. package/models/claim-prompt-pay.ts +90 -0
  147. package/models/claim-reprice-remove-list-vbaresponse.ts +45 -0
  148. package/models/claim-reprice-remove-vbaresponse.ts +45 -0
  149. package/models/claim-reprice-remove.ts +108 -0
  150. package/models/class.ts +24 -0
  151. package/models/cliacertificate.ts +25 -1
  152. package/models/commchecks.ts +180 -0
  153. package/models/commission-activity.ts +11 -11
  154. package/models/commission-adjustment.ts +14 -2
  155. package/models/commission-agency-rep.ts +22 -16
  156. package/models/commission-agency.ts +25 -19
  157. package/models/commission-rate-cluster-agency-rep.ts +10 -10
  158. package/models/commission-rate-cluster.ts +11 -5
  159. package/models/commission-rate.ts +11 -11
  160. package/models/commission.ts +66 -54
  161. package/models/communication-method.ts +24 -0
  162. package/models/company-data.ts +86 -38
  163. package/models/cost-contain-zelis-ex-code.ts +2 -2
  164. package/models/country.ts +24 -0
  165. package/models/county.ts +24 -0
  166. package/models/coverage-type.ts +26 -2
  167. package/models/covered-benefit.ts +49 -0
  168. package/models/cred-amount.ts +25 -1
  169. package/models/cred-attestation-method.ts +25 -1
  170. package/models/cred-attestation-question.ts +29 -5
  171. package/models/cred-attestation-source.ts +25 -1
  172. package/models/cred-attestation-type.ts +25 -1
  173. package/models/cred-carrier.ts +25 -1
  174. package/models/cred-certification.ts +25 -1
  175. package/models/cred-confidential.ts +25 -1
  176. package/models/cred-contract.ts +25 -1
  177. package/models/cred-date.ts +25 -1
  178. package/models/cred-education-type.ts +25 -1
  179. package/models/cred-license-type.ts +25 -1
  180. package/models/cred-option.ts +25 -1
  181. package/models/cred-practice-category.ts +25 -1
  182. package/models/cred-practice-type.ts +26 -2
  183. package/models/cred-quality.ts +25 -1
  184. package/models/cred-service.ts +25 -1
  185. package/models/cred-status.ts +24 -0
  186. package/models/cred-technique.ts +25 -1
  187. package/models/cred-termination.ts +26 -2
  188. package/models/cred-type.ts +25 -1
  189. package/models/currency.ts +24 -0
  190. package/models/diagnostic-code-group.ts +24 -0
  191. package/models/{register-mfadevice-response.ts → disable-mfasetup-request.ts} +5 -5
  192. package/models/disaster-location.ts +5 -5
  193. package/models/disaster.ts +6 -6
  194. package/models/drgcluster.ts +24 -0
  195. package/models/drgcodes.ts +24 -0
  196. package/models/edicode-map.ts +25 -1
  197. package/models/elig-detail.ts +114 -0
  198. package/models/eligibility-status.ts +26 -2
  199. package/models/email-report-dto.ts +0 -6
  200. package/models/{generate-authenticator-qrcode-request.ts → enable-mfasetup-request.ts} +5 -5
  201. package/models/enrollment-disenroll-adjustment-list-vbaresponse.ts +45 -0
  202. package/models/enrollment-disenroll-adjustment.ts +138 -0
  203. package/models/ethnicity-code.ts +24 -0
  204. package/models/event-arg.ts +25 -1
  205. package/models/event-schedule.ts +35 -11
  206. package/models/event.ts +28 -4
  207. package/models/expense-type.ts +24 -0
  208. package/models/external-id.ts +24 -0
  209. package/models/fax-report-dto.ts +0 -6
  210. package/models/fee-sched.ts +25 -1
  211. package/models/file-detail.ts +42 -0
  212. package/models/flex-issuance-type.ts +24 -0
  213. package/models/flex-vendor-card-status.ts +24 -0
  214. package/models/flex-vendor-purse-status.ts +24 -0
  215. package/models/flex-vendor.ts +24 -0
  216. package/models/forfeiture-status.ts +25 -1
  217. package/models/fundaccountbalancelist.ts +114 -0
  218. package/models/funding-account-category.ts +24 -0
  219. package/models/funding-account-signature.ts +28 -4
  220. package/models/funding-account-type.ts +24 -0
  221. package/models/funding-account.ts +48 -48
  222. package/models/funding-deposit.ts +25 -1
  223. package/models/funding-issue-type.ts +24 -0
  224. package/models/funding-reconcile-disbursed.ts +27 -3
  225. package/models/funding-reconcile-on-statement.ts +27 -3
  226. package/models/funding-reconcile-received.ts +27 -3
  227. package/models/funding-reconcile-status.ts +24 -0
  228. package/models/funding-reconcile.ts +28 -4
  229. package/models/funding-reference.ts +26 -2
  230. package/models/funding-request-claim.ts +28 -4
  231. package/models/funding-request-status.ts +24 -0
  232. package/models/funding-request-type.ts +24 -0
  233. package/models/funding-statement-format.ts +25 -1
  234. package/models/funding-status.ts +24 -0
  235. package/models/funding-type.ts +24 -0
  236. package/models/gender-list-vbaresponse.ts +45 -0
  237. package/models/gender-vbaresponse.ts +45 -0
  238. package/models/gender.ts +66 -0
  239. package/models/generate-reins-transaction-vbaresponse.ts +45 -0
  240. package/models/generate-reins-transaction.ts +42 -0
  241. package/models/get-plan-max-claim-detail-result-list-vbaresponse.ts +45 -0
  242. package/models/get-plan-max-claim-detail-result.ts +180 -0
  243. package/models/get-plan-max-summary-result-list-vbaresponse.ts +45 -0
  244. package/models/get-plan-max-summary-result.ts +114 -0
  245. package/models/get-prem-distribution-list-result-list-vbaresponse.ts +45 -0
  246. package/models/get-prem-distribution-list-result.ts +78 -0
  247. package/models/get-subscriber-disenroll-adjustments-result-list-vbaresponse.ts +45 -0
  248. package/models/get-subscriber-disenroll-adjustments-result.ts +144 -0
  249. package/models/get-temp-retro-prem-invoice-adjustments-result-list-vbaresponse.ts +45 -0
  250. package/models/get-temp-retro-prem-invoice-adjustments-result.ts +132 -0
  251. package/models/grievance-admin-change-type.ts +25 -1
  252. package/models/grievance-category.ts +25 -1
  253. package/models/grievance-issue-type.ts +25 -1
  254. package/models/grievance-resolution-type.ts +25 -1
  255. package/models/grievance-status.ts +25 -1
  256. package/models/grievance-type.ts +25 -1
  257. package/models/grievance.ts +25 -1
  258. package/models/group-account-period.ts +25 -1
  259. package/models/group-account-report.ts +25 -1
  260. package/models/group-achpull.ts +6 -6
  261. package/models/group-bill-cycle-payment-method.ts +9 -9
  262. package/models/group-class.ts +42 -18
  263. package/models/group-company-data-ex-code-override.ts +25 -1
  264. package/models/group-contract-plan-premium.ts +28 -4
  265. package/models/group-contract-plan-rider-external-id.ts +25 -1
  266. package/models/group-contract-plan-rider.ts +27 -3
  267. package/models/group-contract-plan.ts +41 -17
  268. package/models/group-contract-tier.ts +25 -1
  269. package/models/group-contract.ts +28 -4
  270. package/models/group-division-captive.ts +24 -0
  271. package/models/group-division-idcode.ts +24 -0
  272. package/models/group-division.ts +16 -16
  273. package/models/group-flex-create.ts +31 -7
  274. package/models/group-flex-schedule.ts +26 -2
  275. package/models/group-flex.ts +27 -3
  276. package/models/group-network-add-on.ts +28 -4
  277. package/models/group-network.ts +26 -2
  278. package/models/group-payor-account-benefit.ts +24 -0
  279. package/models/group-payor-account.ts +26 -2
  280. package/models/group-plan-year-auto-prior-accum.ts +25 -1
  281. package/models/group-plan-year.ts +29 -5
  282. package/models/group-price-adjust.ts +25 -1
  283. package/models/group-self-admin.ts +27 -3
  284. package/models/group-student-age.ts +25 -1
  285. package/models/group-ucpercent-claim-type.ts +24 -0
  286. package/models/group-ucpercent-criteria.ts +3 -3
  287. package/models/group-ucpercent.ts +26 -2
  288. package/models/group-vbaplan-type-subscriber-id.ts +25 -1
  289. package/models/group-volume.ts +27 -3
  290. package/models/groups-participation-incentive.ts +25 -1
  291. package/models/groups.ts +21 -21
  292. package/models/hipaaadjustment-code.ts +24 -0
  293. package/models/hipaabenefit-code.ts +24 -0
  294. package/models/hipaaclaim-status-category-code.ts +24 -0
  295. package/models/hipaaclaim-status-code.ts +24 -0
  296. package/models/hipaaplan-type.ts +24 -0
  297. package/models/hipaareason.ts +24 -0
  298. package/models/hipaarelationship.ts +24 -0
  299. package/models/hipaatier.ts +24 -0
  300. package/models/idcard-request-report-series-config.ts +30 -0
  301. package/models/idcard-request-type.ts +24 -0
  302. package/models/idcode-type.ts +3 -3
  303. package/models/idtype.ts +24 -0
  304. package/models/index.ts +130 -8
  305. package/models/invoice-reason.ts +25 -1
  306. package/models/ipwhitelist.ts +1 -1
  307. package/models/job-execution-meta-data.ts +25 -1
  308. package/models/job-execution.ts +25 -1
  309. package/models/job-type.ts +24 -0
  310. package/models/job.ts +24 -0
  311. package/models/languages.ts +24 -0
  312. package/models/member-account-plan-payment.ts +26 -2
  313. package/models/member-account-plan.ts +25 -1
  314. package/models/member-account.ts +27 -3
  315. package/models/member-accum.ts +54 -30
  316. package/models/member-address-history.ts +7 -7
  317. package/models/member-address.ts +3 -3
  318. package/models/member-beneficiary-plan.ts +24 -0
  319. package/models/member-care-alert.ts +25 -1
  320. package/models/member-case-head.ts +25 -1
  321. package/models/member-class.ts +25 -1
  322. package/models/member-cobsavings.ts +25 -1
  323. package/models/member-college.ts +25 -1
  324. package/models/member-detail.ts +102 -0
  325. package/models/member-eligibility-status.ts +25 -1
  326. package/models/member-idcard-printed.ts +26 -2
  327. package/models/member-insurance.ts +38 -2
  328. package/models/member-network.ts +25 -1
  329. package/models/member-occupation.ts +25 -1
  330. package/models/member-payment.ts +27 -3
  331. package/models/member-pre-ex-diag.ts +25 -1
  332. package/models/member-pre-ex-disclosed-diag.ts +11 -11
  333. package/models/member-provider-alternate.ts +25 -1
  334. package/models/member-provider.ts +26 -2
  335. package/models/member-tax.ts +40 -10
  336. package/models/member-tooth-ex-code.ts +25 -1
  337. package/models/member-tooth.ts +28 -4
  338. package/models/member-vbaplan-type-id.ts +24 -0
  339. package/models/message-thread-vbaresponse.ts +45 -0
  340. package/models/message-thread.ts +60 -0
  341. package/models/messages-vbaresponse.ts +45 -0
  342. package/models/messages.ts +66 -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-priority.ts +24 -0
  359. package/models/note-reference.ts +26 -2
  360. package/models/note-source.ts +26 -2
  361. package/models/note-type.ts +24 -0
  362. package/models/payee.ts +2 -2
  363. package/models/payment-method.ts +2 -2
  364. package/models/payor-account-signature.ts +29 -5
  365. package/models/payor-account.ts +27 -3
  366. package/models/payor.ts +25 -1
  367. package/models/pbmtype.ts +24 -0
  368. package/models/place-codes.ts +26 -2
  369. package/models/plan-added-accum.ts +24 -0
  370. package/models/plan-auth-penalty.ts +26 -2
  371. package/models/plan-ben-code-diag-code.ts +26 -2
  372. package/models/plan-ben-code-place.ts +25 -1
  373. package/models/plan-ben-code-proc-code.ts +25 -1
  374. package/models/plan-ben-code-provider-type.ts +25 -1
  375. package/models/plan-ben-code-specialty.ts +25 -1
  376. package/models/plan-benefit-level.ts +26 -2
  377. package/models/plan-benefits-diagnosis.ts +25 -1
  378. package/models/plan-benefits-modifiers.ts +24 -0
  379. package/models/plan-benefits-place-auth.ts +25 -1
  380. package/models/plan-benefits-place-co-ins.ts +26 -2
  381. package/models/plan-benefits-place-co-pay.ts +28 -4
  382. package/models/plan-benefits-place.ts +24 -0
  383. package/models/plan-benefits-procedures.ts +24 -0
  384. package/models/plan-benefits.ts +68 -32
  385. package/models/plan-diagnosis-age.ts +26 -2
  386. package/models/plan-display-type.ts +24 -0
  387. package/models/plan-display.ts +25 -1
  388. package/models/plan-lineage-detail.ts +26 -2
  389. package/models/plan-lineage.ts +24 -0
  390. package/models/plan-maximum-procedure.ts +26 -2
  391. package/models/plan-maximum.ts +26 -2
  392. package/models/plan-modifier.ts +27 -3
  393. package/models/plan-pre-ex.ts +5 -5
  394. package/models/plan-procedure-age-modifier.ts +27 -3
  395. package/models/plan-procedure-age.ts +27 -3
  396. package/models/plan-relationship-age.ts +27 -3
  397. package/models/plan-type.ts +22 -22
  398. package/models/plans.ts +56 -20
  399. package/models/policy-status.ts +25 -1
  400. package/models/practice-type.ts +24 -0
  401. package/models/prem-apply-payment-category-result-list-vbaresponse.ts +45 -0
  402. package/models/prem-apply-payment-category-result.ts +102 -0
  403. package/models/prem-invoice.ts +6 -6
  404. package/models/prem-payment-file-format.ts +2 -2
  405. package/models/prem-rate-add-on.ts +9 -9
  406. package/models/prem-rate-type.ts +3 -3
  407. package/models/prem-rate.ts +17 -5
  408. package/models/procedure-category.ts +26 -2
  409. package/models/procedure-code.ts +26 -2
  410. package/models/procedure-group.ts +25 -1
  411. package/models/provider-account.ts +27 -3
  412. package/models/provider-affiliation.ts +25 -1
  413. package/models/provider-alternate.ts +25 -1
  414. package/models/provider-apc.ts +27 -3
  415. package/models/provider-benefit-admin.ts +26 -2
  416. package/models/provider-cred-amount.ts +27 -3
  417. package/models/provider-cred-attestation.ts +27 -3
  418. package/models/provider-cred-certification.ts +27 -3
  419. package/models/provider-cred-contract.ts +26 -2
  420. package/models/provider-cred-county.ts +25 -1
  421. package/models/provider-cred-date.ts +27 -3
  422. package/models/provider-cred-education.ts +27 -3
  423. package/models/provider-cred-hours.ts +26 -2
  424. package/models/provider-cred-hyperlink.ts +26 -2
  425. package/models/provider-cred-license.ts +26 -2
  426. package/models/provider-cred-malpractice.ts +26 -2
  427. package/models/provider-cred-option.ts +26 -2
  428. package/models/provider-cred-practice-detail.ts +26 -2
  429. package/models/provider-cred-practice-office.ts +25 -1
  430. package/models/provider-cred-quality.ts +26 -2
  431. package/models/provider-cred-service.ts +26 -2
  432. package/models/provider-cred-technique.ts +26 -2
  433. package/models/provider-cred-termination.ts +26 -2
  434. package/models/provider-cred.ts +27 -3
  435. package/models/provider-drg.ts +28 -4
  436. package/models/provider-languages.ts +26 -2
  437. package/models/provider-network-modifier.ts +25 -1
  438. package/models/provider-network.ts +26 -2
  439. package/models/provider-payee.ts +9 -9
  440. package/models/provider-per-diem.ts +30 -6
  441. package/models/provider-rate-adjust.ts +27 -3
  442. package/models/provider-suffix.ts +24 -0
  443. package/models/provider-taxonomy.ts +25 -1
  444. package/models/provider-types.ts +25 -1
  445. package/models/reasons.ts +25 -1
  446. package/models/reins-accum.ts +26 -2
  447. package/models/reins-contract-conditional-specific-detail-list-vbaresponse.ts +45 -0
  448. package/models/reins-contract-conditional-specific-detail-vbaresponse.ts +45 -0
  449. package/models/reins-contract-conditional-specific-detail.ts +96 -0
  450. package/models/{prem-invoice-generate-inv-list-result-list-vbaresponse.ts → reins-contract-conditional-specific-list-vbaresponse.ts} +8 -8
  451. package/models/reins-contract-conditional-specific-vbaresponse.ts +45 -0
  452. package/models/reins-contract-conditional-specific.ts +78 -0
  453. package/models/reins-contract-criteria-detail.ts +27 -3
  454. package/models/reins-contract-criteria.ts +26 -2
  455. package/models/reins-contract-cycle.ts +24 -0
  456. package/models/reins-contract-factor-criteria.ts +27 -3
  457. package/models/reins-contract-factor.ts +27 -3
  458. package/models/reins-contract-member-specific.ts +25 -1
  459. package/models/reins-contract-status.ts +24 -0
  460. package/models/reins-contract-trans-claim-detail.ts +27 -3
  461. package/models/reins-contract-trans-claim-status.ts +24 -0
  462. package/models/reins-contract-trans-claim.ts +44 -2
  463. package/models/reins-contract-trans-reimburse.ts +27 -3
  464. package/models/reins-contract-trans-status.ts +24 -0
  465. package/models/reins-contract-trans.ts +26 -2
  466. package/models/reins-contract-type.ts +24 -0
  467. package/models/reins-contract.ts +38 -8
  468. package/models/reins-domestic-claim-criteria-list-vbaresponse.ts +45 -0
  469. package/models/reins-domestic-claim-criteria-vbaresponse.ts +45 -0
  470. package/models/reins-domestic-claim-criteria.ts +78 -0
  471. package/models/reins-level.ts +26 -2
  472. package/models/relationships.ts +24 -0
  473. package/models/report-category.ts +24 -0
  474. package/models/report-definition.ts +11 -11
  475. package/models/report-queue-detail.ts +26 -2
  476. package/models/report-queue.ts +25 -1
  477. package/models/report-series-process-arg.ts +25 -1
  478. package/models/report-series-process.ts +15 -9
  479. package/models/report-series-step.ts +12 -12
  480. package/models/report-series.ts +25 -1
  481. package/models/report-track-priority.ts +26 -2
  482. package/models/report-track-received-status.ts +26 -2
  483. package/models/report-track-sent-status.ts +26 -2
  484. package/models/report-track-sent-to.ts +26 -2
  485. package/models/report-track-status.ts +26 -2
  486. package/models/search-request.ts +30 -0
  487. package/models/security-area-report.ts +25 -1
  488. package/models/security-area-user-group.ts +26 -2
  489. package/models/security-area-user.ts +24 -0
  490. package/models/security-area.ts +24 -0
  491. package/models/security-field-set-detail.ts +4 -4
  492. package/models/security-field-set.ts +3 -3
  493. package/models/security-field-user-group.ts +6 -6
  494. package/models/security-field-user.ts +6 -6
  495. package/models/security-field.ts +4 -4
  496. package/models/send-to.ts +29 -5
  497. package/models/signature.ts +25 -1
  498. package/models/ssoconfig.ts +16 -10
  499. package/models/state-interest.ts +18 -18
  500. package/models/state.ts +6 -6
  501. package/models/sub-enrollment-plan.ts +6 -6
  502. package/models/sub-payment-method.ts +3 -3
  503. package/models/subscriber-accum.ts +54 -30
  504. package/models/subscriber-detail.ts +144 -0
  505. package/models/subscriber-flex-exported.ts +26 -2
  506. package/models/subscriber-flex-payment.ts +25 -1
  507. package/models/subscriber-flex.ts +29 -5
  508. package/models/subscriber-idcode.ts +24 -0
  509. package/models/subscriber-idhistory.ts +13 -1
  510. package/models/subscriber-plan-policy.ts +24 -0
  511. package/models/subscriber-policy-status.ts +25 -1
  512. package/models/subscriber-prem-rate-split.ts +29 -5
  513. package/models/subscriber-reimbursement.ts +25 -1
  514. package/models/subscriber-sponsor.ts +6 -6
  515. package/models/subscriber-waive-premium.ts +25 -1
  516. package/models/subscriber-writing-agent.ts +11 -11
  517. package/models/subscribers.ts +1 -1
  518. package/models/suffix.ts +24 -0
  519. package/models/tax-filing-status.ts +26 -2
  520. package/models/taxonomy-group-detail.ts +25 -1
  521. package/models/taxonomy-group.ts +24 -0
  522. package/models/taxonomy.ts +25 -1
  523. package/models/timely-filing.ts +26 -2
  524. package/models/tolerance.ts +8 -8
  525. package/models/tooth-action.ts +24 -0
  526. package/models/tooth-chart-type.ts +24 -0
  527. package/models/tooth-procedure.ts +25 -1
  528. package/models/tooth-quadrant.ts +24 -0
  529. package/models/treatment-type.ts +24 -0
  530. package/models/user-amount-procedure.ts +26 -2
  531. package/models/user-amount.ts +25 -1
  532. package/models/user-group.ts +25 -1
  533. package/models/user-note-access.ts +26 -2
  534. package/models/users.ts +24 -12
  535. package/models/vbaapp-info-vbaresponse.ts +45 -0
  536. package/models/vbaapp-info.ts +67 -0
  537. package/models/vbabenefit-inquiry-request.ts +96 -0
  538. package/models/vbabenefit-inquiry-vbaresponse.ts +45 -0
  539. package/models/vbabenefit-inquiry.ts +122 -0
  540. package/models/vbacdcmembers-list-vbaresponse.ts +45 -0
  541. package/models/vbacdcmembers.ts +336 -0
  542. package/models/vbacdcsubenrollment-list-vbaresponse.ts +45 -0
  543. package/models/vbacdcsubenrollment-plan-list-vbaresponse.ts +45 -0
  544. package/models/vbacdcsubenrollment-plan.ts +168 -0
  545. package/models/vbacdcsubenrollment-rider-list-vbaresponse.ts +45 -0
  546. package/models/vbacdcsubenrollment-rider.ts +210 -0
  547. package/models/vbacdcsubenrollment.ts +132 -0
  548. package/models/vbacdcsubscribers-list-vbaresponse.ts +45 -0
  549. package/models/vbacdcsubscribers.ts +246 -0
  550. package/models/vbadisability-advisor-deduction.ts +72 -0
  551. package/models/vbadisability-advisor.ts +571 -0
  552. package/models/vbagateway-subscription-detail.ts +26 -2
  553. package/models/vbagateway-subscription.ts +27 -3
  554. package/models/vbainterface-idcode.ts +1 -1
  555. package/models/vbainterface-map-type.ts +1 -1
  556. package/models/vbainterface-status.ts +24 -0
  557. package/models/vbainterface-type.ts +24 -0
  558. package/models/vbainterface-vendor.ts +24 -0
  559. package/models/vbainterface.ts +3 -3
  560. package/models/vbaprocess-log.ts +26 -2
  561. package/models/vbaprocess-parameter.ts +27 -3
  562. package/models/vbaprocess.ts +25 -1
  563. package/models/vbareins-contract-trans-amount-vbaresponse.ts +45 -0
  564. package/models/vbareins-contract-trans-amount.ts +198 -0
  565. package/models/vbareins-contract-trans-claim-list-vbaresponse.ts +45 -0
  566. package/models/vbareins-contract-trans-claim.ts +168 -0
  567. package/models/vbareins-contract-trans-reimburse-list-vbaresponse.ts +45 -0
  568. package/models/vbareins-contract-trans-reimburse.ts +84 -0
  569. package/models/vbareport-vbaresponse.ts +45 -0
  570. package/models/vbareport.ts +7 -7
  571. package/models/{register-mfadevice-request.ts → verify-mfadevice-setup-request.ts} +6 -6
  572. package/models/verify-mfadevice-setup-response-vbaresponse.ts +45 -0
  573. package/models/verify-mfadevice-setup-response.ts +30 -0
  574. package/models/workflow-detail.ts +25 -1
  575. package/models/workflow-task-user.ts +29 -5
  576. package/models/workflow-task.ts +26 -2
  577. package/models/workflow-type-task-option.ts +25 -1
  578. package/models/workflow-type.ts +24 -0
  579. package/models/workflow-user.ts +25 -1
  580. package/models/workflow.ts +26 -2
  581. package/models/zip-codes.ts +24 -0
  582. package/package.json +1 -1
  583. package/models/generate-authenticator-qrcode-response.ts +0 -36
  584. package/models/prem-invoice-generate-inv-list-result.ts +0 -138
@@ -0,0 +1,685 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * VBASoftware
5
+ * APIs for VBASoftware
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
17
+ import { Configuration } from '../configuration';
18
+ // Some imports not used depending on template conditions
19
+ // @ts-ignore
20
+ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
21
+ // @ts-ignore
22
+ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
23
+ // @ts-ignore
24
+ import { ClaimInvoiceAdjustmentReceived } from '../models';
25
+ // @ts-ignore
26
+ import { ClaimInvoiceAdjustmentReceivedListVBAResponse } from '../models';
27
+ // @ts-ignore
28
+ import { ClaimInvoiceAdjustmentReceivedVBAResponse } from '../models';
29
+ // @ts-ignore
30
+ import { MultiCodeResponseListVBAResponse } from '../models';
31
+ /**
32
+ * ClaimInvoiceAdjustmentReceivedApi - axios parameter creator
33
+ * @export
34
+ */
35
+ export const ClaimInvoiceAdjustmentReceivedApiAxiosParamCreator = function (configuration?: Configuration) {
36
+ return {
37
+ /**
38
+ * Creates a new ClaimInvoiceAdjustmentReceived
39
+ * @summary Create ClaimInvoiceAdjustmentReceived
40
+ * @param {string} vbasoftwareDatabase Target database
41
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
42
+ * @param {*} [options] Override http request option.
43
+ * @throws {RequiredError}
44
+ */
45
+ createClaimInvoiceAdjustmentReceived: async (vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
46
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
47
+ assertParamExists('createClaimInvoiceAdjustmentReceived', 'vbasoftwareDatabase', vbasoftwareDatabase)
48
+ // verify required parameter 'claimInvoiceAdjustmentReceived' is not null or undefined
49
+ assertParamExists('createClaimInvoiceAdjustmentReceived', 'claimInvoiceAdjustmentReceived', claimInvoiceAdjustmentReceived)
50
+ const localVarPath = `/claim-invoice-adjustment-received`;
51
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
52
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
53
+ let baseOptions;
54
+ if (configuration) {
55
+ baseOptions = configuration.baseOptions;
56
+ }
57
+
58
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
59
+ const localVarHeaderParameter = {} as any;
60
+ const localVarQueryParameter = {} as any;
61
+
62
+ // authentication apiKeyAuth required
63
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
64
+
65
+ // authentication bearerAuth required
66
+ // http bearer authentication required
67
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
68
+
69
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
70
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
71
+ }
72
+
73
+
74
+
75
+ localVarHeaderParameter['Content-Type'] = 'application/json';
76
+
77
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
78
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
79
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
80
+ localVarRequestOptions.data = serializeDataIfNeeded(claimInvoiceAdjustmentReceived, localVarRequestOptions, configuration)
81
+
82
+ return {
83
+ url: toPathString(localVarUrlObj),
84
+ options: localVarRequestOptions,
85
+ };
86
+ },
87
+ /**
88
+ * Deletes an ClaimInvoiceAdjustmentReceived
89
+ * @summary Delete ClaimInvoiceAdjustmentReceived
90
+ * @param {string} vbasoftwareDatabase Target database
91
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
92
+ * @param {*} [options] Override http request option.
93
+ * @throws {RequiredError}
94
+ */
95
+ deleteClaimInvoiceAdjustmentReceived: async (vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
96
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
97
+ assertParamExists('deleteClaimInvoiceAdjustmentReceived', 'vbasoftwareDatabase', vbasoftwareDatabase)
98
+ // verify required parameter 'claimInvoiceAdjustmentReceivedKey' is not null or undefined
99
+ assertParamExists('deleteClaimInvoiceAdjustmentReceived', 'claimInvoiceAdjustmentReceivedKey', claimInvoiceAdjustmentReceivedKey)
100
+ const localVarPath = `/claim-invoice-adjustment-received/{claimInvoiceAdjustmentReceivedKey}`
101
+ .replace(`{${"claimInvoiceAdjustmentReceivedKey"}}`, encodeURIComponent(String(claimInvoiceAdjustmentReceivedKey)));
102
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
103
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
104
+ let baseOptions;
105
+ if (configuration) {
106
+ baseOptions = configuration.baseOptions;
107
+ }
108
+
109
+ const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
110
+ const localVarHeaderParameter = {} as any;
111
+ const localVarQueryParameter = {} as any;
112
+
113
+ // authentication apiKeyAuth required
114
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
115
+
116
+ // authentication bearerAuth required
117
+ // http bearer authentication required
118
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
119
+
120
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
121
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
122
+ }
123
+
124
+
125
+
126
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
127
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
128
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
129
+
130
+ return {
131
+ url: toPathString(localVarUrlObj),
132
+ options: localVarRequestOptions,
133
+ };
134
+ },
135
+ /**
136
+ * Gets ClaimInvoiceAdjustmentReceived
137
+ * @summary Get ClaimInvoiceAdjustmentReceived
138
+ * @param {string} vbasoftwareDatabase Target database
139
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
140
+ * @param {*} [options] Override http request option.
141
+ * @throws {RequiredError}
142
+ */
143
+ getClaimInvoiceAdjustmentReceived: async (vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
144
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
145
+ assertParamExists('getClaimInvoiceAdjustmentReceived', 'vbasoftwareDatabase', vbasoftwareDatabase)
146
+ // verify required parameter 'claimInvoiceAdjustmentReceivedKey' is not null or undefined
147
+ assertParamExists('getClaimInvoiceAdjustmentReceived', 'claimInvoiceAdjustmentReceivedKey', claimInvoiceAdjustmentReceivedKey)
148
+ const localVarPath = `/claim-invoice-adjustment-received/{claimInvoiceAdjustmentReceivedKey}`
149
+ .replace(`{${"claimInvoiceAdjustmentReceivedKey"}}`, encodeURIComponent(String(claimInvoiceAdjustmentReceivedKey)));
150
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
151
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
152
+ let baseOptions;
153
+ if (configuration) {
154
+ baseOptions = configuration.baseOptions;
155
+ }
156
+
157
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
158
+ const localVarHeaderParameter = {} as any;
159
+ const localVarQueryParameter = {} as any;
160
+
161
+ // authentication apiKeyAuth required
162
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
163
+
164
+ // authentication bearerAuth required
165
+ // http bearer authentication required
166
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
167
+
168
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
169
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
170
+ }
171
+
172
+
173
+
174
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
175
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
176
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
177
+
178
+ return {
179
+ url: toPathString(localVarUrlObj),
180
+ options: localVarRequestOptions,
181
+ };
182
+ },
183
+ /**
184
+ * Lists all ClaimInvoiceAdjustmentReceived for the given claimInvoiceAdjustmentKey
185
+ * @summary List ClaimInvoiceAdjustmentReceived
186
+ * @param {string} vbasoftwareDatabase Target database
187
+ * @param {number} claimInvoiceAdjustmentKey ClaimInvoiceAdjustment Key
188
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
189
+ * @param {number} [page] Page
190
+ * @param {number} [pageSize] Page Size
191
+ * @param {*} [options] Override http request option.
192
+ * @throws {RequiredError}
193
+ */
194
+ listClaimInvoiceAdjustmentReceived: async (vbasoftwareDatabase: string, claimInvoiceAdjustmentKey: number, sortBy?: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
195
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
196
+ assertParamExists('listClaimInvoiceAdjustmentReceived', 'vbasoftwareDatabase', vbasoftwareDatabase)
197
+ // verify required parameter 'claimInvoiceAdjustmentKey' is not null or undefined
198
+ assertParamExists('listClaimInvoiceAdjustmentReceived', 'claimInvoiceAdjustmentKey', claimInvoiceAdjustmentKey)
199
+ const localVarPath = `/claim-invoice-adjustment/{claimInvoiceAdjustmentKey}/received`
200
+ .replace(`{${"claimInvoiceAdjustmentKey"}}`, encodeURIComponent(String(claimInvoiceAdjustmentKey)));
201
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
202
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
203
+ let baseOptions;
204
+ if (configuration) {
205
+ baseOptions = configuration.baseOptions;
206
+ }
207
+
208
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
209
+ const localVarHeaderParameter = {} as any;
210
+ const localVarQueryParameter = {} as any;
211
+
212
+ // authentication apiKeyAuth required
213
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
214
+
215
+ // authentication bearerAuth required
216
+ // http bearer authentication required
217
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
218
+
219
+ if (sortBy !== undefined) {
220
+ localVarQueryParameter['sortBy'] = sortBy;
221
+ }
222
+
223
+ if (page !== undefined) {
224
+ localVarQueryParameter['page'] = page;
225
+ }
226
+
227
+ if (pageSize !== undefined) {
228
+ localVarQueryParameter['pageSize'] = pageSize;
229
+ }
230
+
231
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
232
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
233
+ }
234
+
235
+
236
+
237
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
238
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
239
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
240
+
241
+ return {
242
+ url: toPathString(localVarUrlObj),
243
+ options: localVarRequestOptions,
244
+ };
245
+ },
246
+ /**
247
+ * Create or Update multiple ClaimInvoiceAdjustmentReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
248
+ * @summary Create or Update Batch ClaimInvoiceAdjustmentReceived
249
+ * @param {string} vbasoftwareDatabase Target database
250
+ * @param {Array<ClaimInvoiceAdjustmentReceived>} claimInvoiceAdjustmentReceived
251
+ * @param {*} [options] Override http request option.
252
+ * @throws {RequiredError}
253
+ */
254
+ updateBatchClaimInvoiceAdjustmentReceived: async (vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: Array<ClaimInvoiceAdjustmentReceived>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
255
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
256
+ assertParamExists('updateBatchClaimInvoiceAdjustmentReceived', 'vbasoftwareDatabase', vbasoftwareDatabase)
257
+ // verify required parameter 'claimInvoiceAdjustmentReceived' is not null or undefined
258
+ assertParamExists('updateBatchClaimInvoiceAdjustmentReceived', 'claimInvoiceAdjustmentReceived', claimInvoiceAdjustmentReceived)
259
+ const localVarPath = `/claim-invoice-adjustment-received-batch`;
260
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
261
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
262
+ let baseOptions;
263
+ if (configuration) {
264
+ baseOptions = configuration.baseOptions;
265
+ }
266
+
267
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
268
+ const localVarHeaderParameter = {} as any;
269
+ const localVarQueryParameter = {} as any;
270
+
271
+ // authentication apiKeyAuth required
272
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
273
+
274
+ // authentication bearerAuth required
275
+ // http bearer authentication required
276
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
277
+
278
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
279
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
280
+ }
281
+
282
+
283
+
284
+ localVarHeaderParameter['Content-Type'] = 'application/json';
285
+
286
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
287
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
288
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
289
+ localVarRequestOptions.data = serializeDataIfNeeded(claimInvoiceAdjustmentReceived, localVarRequestOptions, configuration)
290
+
291
+ return {
292
+ url: toPathString(localVarUrlObj),
293
+ options: localVarRequestOptions,
294
+ };
295
+ },
296
+ /**
297
+ * Updates a specific ClaimInvoiceAdjustmentReceived.
298
+ * @summary Update ClaimInvoiceAdjustmentReceived
299
+ * @param {string} vbasoftwareDatabase Target database
300
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
301
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
302
+ * @param {*} [options] Override http request option.
303
+ * @throws {RequiredError}
304
+ */
305
+ updateClaimInvoiceAdjustmentReceived: async (vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
306
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
307
+ assertParamExists('updateClaimInvoiceAdjustmentReceived', 'vbasoftwareDatabase', vbasoftwareDatabase)
308
+ // verify required parameter 'claimInvoiceAdjustmentReceivedKey' is not null or undefined
309
+ assertParamExists('updateClaimInvoiceAdjustmentReceived', 'claimInvoiceAdjustmentReceivedKey', claimInvoiceAdjustmentReceivedKey)
310
+ // verify required parameter 'claimInvoiceAdjustmentReceived' is not null or undefined
311
+ assertParamExists('updateClaimInvoiceAdjustmentReceived', 'claimInvoiceAdjustmentReceived', claimInvoiceAdjustmentReceived)
312
+ const localVarPath = `/claim-invoice-adjustment-received/{claimInvoiceAdjustmentReceivedKey}`
313
+ .replace(`{${"claimInvoiceAdjustmentReceivedKey"}}`, encodeURIComponent(String(claimInvoiceAdjustmentReceivedKey)));
314
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
315
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
316
+ let baseOptions;
317
+ if (configuration) {
318
+ baseOptions = configuration.baseOptions;
319
+ }
320
+
321
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
322
+ const localVarHeaderParameter = {} as any;
323
+ const localVarQueryParameter = {} as any;
324
+
325
+ // authentication apiKeyAuth required
326
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
327
+
328
+ // authentication bearerAuth required
329
+ // http bearer authentication required
330
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
331
+
332
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
333
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
334
+ }
335
+
336
+
337
+
338
+ localVarHeaderParameter['Content-Type'] = 'application/json';
339
+
340
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
341
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
342
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
343
+ localVarRequestOptions.data = serializeDataIfNeeded(claimInvoiceAdjustmentReceived, localVarRequestOptions, configuration)
344
+
345
+ return {
346
+ url: toPathString(localVarUrlObj),
347
+ options: localVarRequestOptions,
348
+ };
349
+ },
350
+ }
351
+ };
352
+
353
+ /**
354
+ * ClaimInvoiceAdjustmentReceivedApi - functional programming interface
355
+ * @export
356
+ */
357
+ export const ClaimInvoiceAdjustmentReceivedApiFp = function(configuration?: Configuration) {
358
+ const localVarAxiosParamCreator = ClaimInvoiceAdjustmentReceivedApiAxiosParamCreator(configuration)
359
+ return {
360
+ /**
361
+ * Creates a new ClaimInvoiceAdjustmentReceived
362
+ * @summary Create ClaimInvoiceAdjustmentReceived
363
+ * @param {string} vbasoftwareDatabase Target database
364
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
365
+ * @param {*} [options] Override http request option.
366
+ * @throws {RequiredError}
367
+ */
368
+ async createClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse>> {
369
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceived, options);
370
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
371
+ },
372
+ /**
373
+ * Deletes an ClaimInvoiceAdjustmentReceived
374
+ * @summary Delete ClaimInvoiceAdjustmentReceived
375
+ * @param {string} vbasoftwareDatabase Target database
376
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
377
+ * @param {*} [options] Override http request option.
378
+ * @throws {RequiredError}
379
+ */
380
+ async deleteClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
381
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, options);
382
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
383
+ },
384
+ /**
385
+ * Gets ClaimInvoiceAdjustmentReceived
386
+ * @summary Get ClaimInvoiceAdjustmentReceived
387
+ * @param {string} vbasoftwareDatabase Target database
388
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
389
+ * @param {*} [options] Override http request option.
390
+ * @throws {RequiredError}
391
+ */
392
+ async getClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse>> {
393
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, options);
394
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
395
+ },
396
+ /**
397
+ * Lists all ClaimInvoiceAdjustmentReceived for the given claimInvoiceAdjustmentKey
398
+ * @summary List ClaimInvoiceAdjustmentReceived
399
+ * @param {string} vbasoftwareDatabase Target database
400
+ * @param {number} claimInvoiceAdjustmentKey ClaimInvoiceAdjustment Key
401
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
402
+ * @param {number} [page] Page
403
+ * @param {number} [pageSize] Page Size
404
+ * @param {*} [options] Override http request option.
405
+ * @throws {RequiredError}
406
+ */
407
+ async listClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentKey: number, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimInvoiceAdjustmentReceivedListVBAResponse>> {
408
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentKey, sortBy, page, pageSize, options);
409
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
410
+ },
411
+ /**
412
+ * Create or Update multiple ClaimInvoiceAdjustmentReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
413
+ * @summary Create or Update Batch ClaimInvoiceAdjustmentReceived
414
+ * @param {string} vbasoftwareDatabase Target database
415
+ * @param {Array<ClaimInvoiceAdjustmentReceived>} claimInvoiceAdjustmentReceived
416
+ * @param {*} [options] Override http request option.
417
+ * @throws {RequiredError}
418
+ */
419
+ async updateBatchClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: Array<ClaimInvoiceAdjustmentReceived>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
420
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceived, options);
421
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
422
+ },
423
+ /**
424
+ * Updates a specific ClaimInvoiceAdjustmentReceived.
425
+ * @summary Update ClaimInvoiceAdjustmentReceived
426
+ * @param {string} vbasoftwareDatabase Target database
427
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
428
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
429
+ * @param {*} [options] Override http request option.
430
+ * @throws {RequiredError}
431
+ */
432
+ async updateClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse>> {
433
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, claimInvoiceAdjustmentReceived, options);
434
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
435
+ },
436
+ }
437
+ };
438
+
439
+ /**
440
+ * ClaimInvoiceAdjustmentReceivedApi - factory interface
441
+ * @export
442
+ */
443
+ export const ClaimInvoiceAdjustmentReceivedApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
444
+ const localVarFp = ClaimInvoiceAdjustmentReceivedApiFp(configuration)
445
+ return {
446
+ /**
447
+ * Creates a new ClaimInvoiceAdjustmentReceived
448
+ * @summary Create ClaimInvoiceAdjustmentReceived
449
+ * @param {string} vbasoftwareDatabase Target database
450
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
451
+ * @param {*} [options] Override http request option.
452
+ * @throws {RequiredError}
453
+ */
454
+ createClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: any): AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse> {
455
+ return localVarFp.createClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceived, options).then((request) => request(axios, basePath));
456
+ },
457
+ /**
458
+ * Deletes an ClaimInvoiceAdjustmentReceived
459
+ * @summary Delete ClaimInvoiceAdjustmentReceived
460
+ * @param {string} vbasoftwareDatabase Target database
461
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
462
+ * @param {*} [options] Override http request option.
463
+ * @throws {RequiredError}
464
+ */
465
+ deleteClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: any): AxiosPromise<void> {
466
+ return localVarFp.deleteClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, options).then((request) => request(axios, basePath));
467
+ },
468
+ /**
469
+ * Gets ClaimInvoiceAdjustmentReceived
470
+ * @summary Get ClaimInvoiceAdjustmentReceived
471
+ * @param {string} vbasoftwareDatabase Target database
472
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
473
+ * @param {*} [options] Override http request option.
474
+ * @throws {RequiredError}
475
+ */
476
+ getClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: any): AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse> {
477
+ return localVarFp.getClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, options).then((request) => request(axios, basePath));
478
+ },
479
+ /**
480
+ * Lists all ClaimInvoiceAdjustmentReceived for the given claimInvoiceAdjustmentKey
481
+ * @summary List ClaimInvoiceAdjustmentReceived
482
+ * @param {string} vbasoftwareDatabase Target database
483
+ * @param {number} claimInvoiceAdjustmentKey ClaimInvoiceAdjustment Key
484
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
485
+ * @param {number} [page] Page
486
+ * @param {number} [pageSize] Page Size
487
+ * @param {*} [options] Override http request option.
488
+ * @throws {RequiredError}
489
+ */
490
+ listClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentKey: number, sortBy?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<ClaimInvoiceAdjustmentReceivedListVBAResponse> {
491
+ return localVarFp.listClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentKey, sortBy, page, pageSize, options).then((request) => request(axios, basePath));
492
+ },
493
+ /**
494
+ * Create or Update multiple ClaimInvoiceAdjustmentReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
495
+ * @summary Create or Update Batch ClaimInvoiceAdjustmentReceived
496
+ * @param {string} vbasoftwareDatabase Target database
497
+ * @param {Array<ClaimInvoiceAdjustmentReceived>} claimInvoiceAdjustmentReceived
498
+ * @param {*} [options] Override http request option.
499
+ * @throws {RequiredError}
500
+ */
501
+ updateBatchClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: Array<ClaimInvoiceAdjustmentReceived>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
502
+ return localVarFp.updateBatchClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceived, options).then((request) => request(axios, basePath));
503
+ },
504
+ /**
505
+ * Updates a specific ClaimInvoiceAdjustmentReceived.
506
+ * @summary Update ClaimInvoiceAdjustmentReceived
507
+ * @param {string} vbasoftwareDatabase Target database
508
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
509
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
510
+ * @param {*} [options] Override http request option.
511
+ * @throws {RequiredError}
512
+ */
513
+ updateClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: any): AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse> {
514
+ return localVarFp.updateClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, claimInvoiceAdjustmentReceived, options).then((request) => request(axios, basePath));
515
+ },
516
+ };
517
+ };
518
+
519
+ /**
520
+ * ClaimInvoiceAdjustmentReceivedApi - interface
521
+ * @export
522
+ * @interface ClaimInvoiceAdjustmentReceivedApi
523
+ */
524
+ export interface ClaimInvoiceAdjustmentReceivedApiInterface {
525
+ /**
526
+ * Creates a new ClaimInvoiceAdjustmentReceived
527
+ * @summary Create ClaimInvoiceAdjustmentReceived
528
+ * @param {string} vbasoftwareDatabase Target database
529
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
530
+ * @param {*} [options] Override http request option.
531
+ * @throws {RequiredError}
532
+ * @memberof ClaimInvoiceAdjustmentReceivedApiInterface
533
+ */
534
+ createClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: AxiosRequestConfig): AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse>;
535
+
536
+ /**
537
+ * Deletes an ClaimInvoiceAdjustmentReceived
538
+ * @summary Delete ClaimInvoiceAdjustmentReceived
539
+ * @param {string} vbasoftwareDatabase Target database
540
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
541
+ * @param {*} [options] Override http request option.
542
+ * @throws {RequiredError}
543
+ * @memberof ClaimInvoiceAdjustmentReceivedApiInterface
544
+ */
545
+ deleteClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
546
+
547
+ /**
548
+ * Gets ClaimInvoiceAdjustmentReceived
549
+ * @summary Get ClaimInvoiceAdjustmentReceived
550
+ * @param {string} vbasoftwareDatabase Target database
551
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
552
+ * @param {*} [options] Override http request option.
553
+ * @throws {RequiredError}
554
+ * @memberof ClaimInvoiceAdjustmentReceivedApiInterface
555
+ */
556
+ getClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: AxiosRequestConfig): AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse>;
557
+
558
+ /**
559
+ * Lists all ClaimInvoiceAdjustmentReceived for the given claimInvoiceAdjustmentKey
560
+ * @summary List ClaimInvoiceAdjustmentReceived
561
+ * @param {string} vbasoftwareDatabase Target database
562
+ * @param {number} claimInvoiceAdjustmentKey ClaimInvoiceAdjustment Key
563
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
564
+ * @param {number} [page] Page
565
+ * @param {number} [pageSize] Page Size
566
+ * @param {*} [options] Override http request option.
567
+ * @throws {RequiredError}
568
+ * @memberof ClaimInvoiceAdjustmentReceivedApiInterface
569
+ */
570
+ listClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentKey: number, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<ClaimInvoiceAdjustmentReceivedListVBAResponse>;
571
+
572
+ /**
573
+ * Create or Update multiple ClaimInvoiceAdjustmentReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
574
+ * @summary Create or Update Batch ClaimInvoiceAdjustmentReceived
575
+ * @param {string} vbasoftwareDatabase Target database
576
+ * @param {Array<ClaimInvoiceAdjustmentReceived>} claimInvoiceAdjustmentReceived
577
+ * @param {*} [options] Override http request option.
578
+ * @throws {RequiredError}
579
+ * @memberof ClaimInvoiceAdjustmentReceivedApiInterface
580
+ */
581
+ updateBatchClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: Array<ClaimInvoiceAdjustmentReceived>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
582
+
583
+ /**
584
+ * Updates a specific ClaimInvoiceAdjustmentReceived.
585
+ * @summary Update ClaimInvoiceAdjustmentReceived
586
+ * @param {string} vbasoftwareDatabase Target database
587
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
588
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
589
+ * @param {*} [options] Override http request option.
590
+ * @throws {RequiredError}
591
+ * @memberof ClaimInvoiceAdjustmentReceivedApiInterface
592
+ */
593
+ updateClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: AxiosRequestConfig): AxiosPromise<ClaimInvoiceAdjustmentReceivedVBAResponse>;
594
+
595
+ }
596
+
597
+ /**
598
+ * ClaimInvoiceAdjustmentReceivedApi - object-oriented interface
599
+ * @export
600
+ * @class ClaimInvoiceAdjustmentReceivedApi
601
+ * @extends {BaseAPI}
602
+ */
603
+ export class ClaimInvoiceAdjustmentReceivedApi extends BaseAPI implements ClaimInvoiceAdjustmentReceivedApiInterface {
604
+ /**
605
+ * Creates a new ClaimInvoiceAdjustmentReceived
606
+ * @summary Create ClaimInvoiceAdjustmentReceived
607
+ * @param {string} vbasoftwareDatabase Target database
608
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
609
+ * @param {*} [options] Override http request option.
610
+ * @throws {RequiredError}
611
+ * @memberof ClaimInvoiceAdjustmentReceivedApi
612
+ */
613
+ public createClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: AxiosRequestConfig) {
614
+ return ClaimInvoiceAdjustmentReceivedApiFp(this.configuration).createClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceived, options).then((request) => request(this.axios, this.basePath));
615
+ }
616
+
617
+ /**
618
+ * Deletes an ClaimInvoiceAdjustmentReceived
619
+ * @summary Delete ClaimInvoiceAdjustmentReceived
620
+ * @param {string} vbasoftwareDatabase Target database
621
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
622
+ * @param {*} [options] Override http request option.
623
+ * @throws {RequiredError}
624
+ * @memberof ClaimInvoiceAdjustmentReceivedApi
625
+ */
626
+ public deleteClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: AxiosRequestConfig) {
627
+ return ClaimInvoiceAdjustmentReceivedApiFp(this.configuration).deleteClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, options).then((request) => request(this.axios, this.basePath));
628
+ }
629
+
630
+ /**
631
+ * Gets ClaimInvoiceAdjustmentReceived
632
+ * @summary Get ClaimInvoiceAdjustmentReceived
633
+ * @param {string} vbasoftwareDatabase Target database
634
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
635
+ * @param {*} [options] Override http request option.
636
+ * @throws {RequiredError}
637
+ * @memberof ClaimInvoiceAdjustmentReceivedApi
638
+ */
639
+ public getClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, options?: AxiosRequestConfig) {
640
+ return ClaimInvoiceAdjustmentReceivedApiFp(this.configuration).getClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, options).then((request) => request(this.axios, this.basePath));
641
+ }
642
+
643
+ /**
644
+ * Lists all ClaimInvoiceAdjustmentReceived for the given claimInvoiceAdjustmentKey
645
+ * @summary List ClaimInvoiceAdjustmentReceived
646
+ * @param {string} vbasoftwareDatabase Target database
647
+ * @param {number} claimInvoiceAdjustmentKey ClaimInvoiceAdjustment Key
648
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
649
+ * @param {number} [page] Page
650
+ * @param {number} [pageSize] Page Size
651
+ * @param {*} [options] Override http request option.
652
+ * @throws {RequiredError}
653
+ * @memberof ClaimInvoiceAdjustmentReceivedApi
654
+ */
655
+ public listClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentKey: number, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
656
+ return ClaimInvoiceAdjustmentReceivedApiFp(this.configuration).listClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentKey, sortBy, page, pageSize, options).then((request) => request(this.axios, this.basePath));
657
+ }
658
+
659
+ /**
660
+ * Create or Update multiple ClaimInvoiceAdjustmentReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
661
+ * @summary Create or Update Batch ClaimInvoiceAdjustmentReceived
662
+ * @param {string} vbasoftwareDatabase Target database
663
+ * @param {Array<ClaimInvoiceAdjustmentReceived>} claimInvoiceAdjustmentReceived
664
+ * @param {*} [options] Override http request option.
665
+ * @throws {RequiredError}
666
+ * @memberof ClaimInvoiceAdjustmentReceivedApi
667
+ */
668
+ public updateBatchClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceived: Array<ClaimInvoiceAdjustmentReceived>, options?: AxiosRequestConfig) {
669
+ return ClaimInvoiceAdjustmentReceivedApiFp(this.configuration).updateBatchClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceived, options).then((request) => request(this.axios, this.basePath));
670
+ }
671
+
672
+ /**
673
+ * Updates a specific ClaimInvoiceAdjustmentReceived.
674
+ * @summary Update ClaimInvoiceAdjustmentReceived
675
+ * @param {string} vbasoftwareDatabase Target database
676
+ * @param {number} claimInvoiceAdjustmentReceivedKey ClaimInvoiceAdjustmentReceived Key
677
+ * @param {ClaimInvoiceAdjustmentReceived} claimInvoiceAdjustmentReceived
678
+ * @param {*} [options] Override http request option.
679
+ * @throws {RequiredError}
680
+ * @memberof ClaimInvoiceAdjustmentReceivedApi
681
+ */
682
+ public updateClaimInvoiceAdjustmentReceived(vbasoftwareDatabase: string, claimInvoiceAdjustmentReceivedKey: number, claimInvoiceAdjustmentReceived: ClaimInvoiceAdjustmentReceived, options?: AxiosRequestConfig) {
683
+ return ClaimInvoiceAdjustmentReceivedApiFp(this.configuration).updateClaimInvoiceAdjustmentReceived(vbasoftwareDatabase, claimInvoiceAdjustmentReceivedKey, claimInvoiceAdjustmentReceived, options).then((request) => request(this.axios, this.basePath));
684
+ }
685
+ }