@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250627.1 → 1.20250808.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 (98) hide show
  1. package/.openapi-generator/FILES +22 -2
  2. package/api/accounting-api.ts +100 -0
  3. package/api/adv-accounting-api.ts +100 -0
  4. package/api/adv-benefits-api.ts +102 -0
  5. package/api/adv-billing-api.ts +120 -0
  6. package/api/adv-claim-api.ts +126 -17
  7. package/api/claim-queue-details-api.ts +106 -0
  8. package/api/plan-benefits-api.ts +100 -0
  9. package/api/premium-distributions-api.ts +120 -0
  10. package/api/state-surcharge-basis-api.ts +158 -0
  11. package/api/vbareporting-api.ts +15 -15
  12. package/api/vbareports-api.ts +5 -5
  13. package/api/vbassist-api.ts +134 -26
  14. package/api/visium-code-ex-code-api.ts +685 -0
  15. package/api.ts +2 -0
  16. package/docs/AccountingApi.md +57 -0
  17. package/docs/AdvAccountingApi.md +57 -0
  18. package/docs/AdvBenefitsApi.md +57 -0
  19. package/docs/AdvBillingApi.md +65 -0
  20. package/docs/AdvClaimApi.md +64 -5
  21. package/docs/BillingRateModifyConfig.md +2 -2
  22. package/docs/ChatFeedbackRequest.md +27 -0
  23. package/docs/ChatRequest.md +25 -0
  24. package/docs/ClaimQueueDetailsApi.md +59 -0
  25. package/docs/ClaimQueueProcessTrack.md +4 -0
  26. package/docs/CompanyData.md +8 -0
  27. package/docs/CostContainVisiumExCode.md +32 -0
  28. package/docs/CostContainVisiumExCodeListVBAResponse.md +24 -0
  29. package/docs/CostContainVisiumExCodeVBAResponse.md +24 -0
  30. package/docs/Credit.md +22 -0
  31. package/docs/CriteriaDetail.md +10 -10
  32. package/docs/{ChatMessage.md → Debit.md} +7 -5
  33. package/docs/EmailReportDTO.md +1 -1
  34. package/docs/EnrollmentDisenroll.md +1 -1
  35. package/docs/EnrollmentDisenrollGroup.md +1 -1
  36. package/docs/FaxReportDTO.md +1 -1
  37. package/docs/IPWhitelist.md +1 -1
  38. package/docs/Members.md +1 -1
  39. package/docs/MessageThread.md +2 -2
  40. package/docs/Messages.md +7 -7
  41. package/docs/PlanBenefitCopy.md +54 -0
  42. package/docs/PlanBenefitsApi.md +57 -0
  43. package/docs/PremInvoiceAdjustment.md +24 -24
  44. package/docs/PremInvoiceApplyPayment.md +4 -4
  45. package/docs/PremiumDistributionsApi.md +65 -0
  46. package/docs/ReinsContract.md +1 -1
  47. package/docs/ReportSeriesStep.md +4 -0
  48. package/docs/SelectedField.md +4 -0
  49. package/docs/StateSurcharge.md +4 -0
  50. package/docs/StateSurchargeBasisApi.md +60 -0
  51. package/docs/UserAuthenticationResponse.md +1 -1
  52. package/docs/UserChangeTempPasswordResponse.md +1 -1
  53. package/docs/VBAFullClaim.md +4 -0
  54. package/docs/VBAFullClaimBatch.md +4 -0
  55. package/docs/VBAProblemDetails.md +4 -4
  56. package/docs/VBAProcessPaymentFile.md +1 -1
  57. package/docs/VBAReportingApi.md +5 -3
  58. package/docs/VBAReportsApi.md +2 -1
  59. package/docs/VBAUpdateRecon.md +24 -0
  60. package/docs/VBAUserStatus.md +1 -1
  61. package/docs/VBAssistApi.md +67 -7
  62. package/docs/VisiumCodeExCodeApi.md +354 -0
  63. package/models/billing-rate-modify-config.ts +2 -2
  64. package/models/chat-feedback-request.ts +48 -0
  65. package/models/chat-request.ts +42 -0
  66. package/models/claim-queue-process-track.ts +12 -0
  67. package/models/company-data.ts +24 -0
  68. package/models/cost-contain-visium-ex-code-list-vbaresponse.ts +51 -0
  69. package/models/cost-contain-visium-ex-code-vbaresponse.ts +51 -0
  70. package/models/cost-contain-visium-ex-code.ts +66 -0
  71. package/models/credit.ts +36 -0
  72. package/models/criteria-detail.ts +10 -10
  73. package/models/{chat-message.ts → debit.ts} +12 -6
  74. package/models/email-report-dto.ts +1 -1
  75. package/models/enrollment-disenroll-group.ts +1 -1
  76. package/models/enrollment-disenroll.ts +1 -1
  77. package/models/fax-report-dto.ts +1 -1
  78. package/models/index.ts +9 -1
  79. package/models/ipwhitelist.ts +1 -1
  80. package/models/members.ts +1 -1
  81. package/models/message-thread.ts +2 -2
  82. package/models/messages.ts +7 -7
  83. package/models/plan-benefit-copy.ts +132 -0
  84. package/models/prem-invoice-adjustment.ts +24 -24
  85. package/models/prem-invoice-apply-payment.ts +4 -4
  86. package/models/reins-contract.ts +1 -1
  87. package/models/report-series-step.ts +12 -0
  88. package/models/selected-field.ts +12 -0
  89. package/models/state-surcharge.ts +12 -0
  90. package/models/user-authentication-response.ts +1 -1
  91. package/models/user-change-temp-password-response.ts +1 -1
  92. package/models/vbafull-claim-batch.ts +12 -0
  93. package/models/vbafull-claim.ts +12 -0
  94. package/models/vbaproblem-details.ts +4 -4
  95. package/models/vbaprocess-payment-file.ts +1 -1
  96. package/models/vbaupdate-recon.ts +48 -0
  97. package/models/vbauser-status.ts +1 -1
  98. package/package.json +1 -1
package/api.ts CHANGED
@@ -814,6 +814,7 @@ export * from './api/specialty-api';
814
814
  export * from './api/state-interest-api';
815
815
  export * from './api/state-procedure-code-taxes-api';
816
816
  export * from './api/state-surcharge-api';
817
+ export * from './api/state-surcharge-basis-api';
817
818
  export * from './api/states-api';
818
819
  export * from './api/subscriber-accumulators-api';
819
820
  export * from './api/subscriber-enrollment-plan-riders-api';
@@ -883,6 +884,7 @@ export * from './api/vbaplan-types-api';
883
884
  export * from './api/vbareporting-api';
884
885
  export * from './api/vbareports-api';
885
886
  export * from './api/vbassist-api';
887
+ export * from './api/visium-code-ex-code-api';
886
888
  export * from './api/volume-types-api';
887
889
  export * from './api/waiting-period-types-api';
888
890
  export * from './api/workflow-details-api';
@@ -7,6 +7,7 @@ All URIs are relative to *https://vbapi.vbasoftware.com/vbasoftware*
7
7
  |[**accountingFundRequest**](#accountingfundrequest) | **POST** /accounting-fund-request | Claim Account Funding|
8
8
  |[**claimRefund**](#claimrefund) | **POST** /accounting-claim-refund | Claim Refund|
9
9
  |[**massUpdateClaimFundedStatus**](#massupdateclaimfundedstatus) | **POST** /accounting-update-claim-funded-status | Mass Update Claim Funded Status|
10
+ |[**updateReconDebitCredit**](#updaterecondebitcredit) | **POST** /update-recon-credit-debit | Sync and Update Debits and Credits for a Recon|
10
11
 
11
12
  # **accountingFundRequest**
12
13
  > BooleanVBAResponse accountingFundRequest(fUNDACCOUNTBALANCELIST)
@@ -174,3 +175,59 @@ void (empty response body)
174
175
 
175
176
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
176
177
 
178
+ # **updateReconDebitCredit**
179
+ > updateReconDebitCredit(vBAUpdateRecon)
180
+
181
+ Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
182
+
183
+ ### Example
184
+
185
+ ```typescript
186
+ import {
187
+ AccountingApi,
188
+ Configuration,
189
+ VBAUpdateRecon
190
+ } from './api';
191
+
192
+ const configuration = new Configuration();
193
+ const apiInstance = new AccountingApi(configuration);
194
+
195
+ let vbasoftwareDatabase: string; //Target database (default to undefined)
196
+ let vBAUpdateRecon: VBAUpdateRecon; //
197
+
198
+ const { status, data } = await apiInstance.updateReconDebitCredit(
199
+ vbasoftwareDatabase,
200
+ vBAUpdateRecon
201
+ );
202
+ ```
203
+
204
+ ### Parameters
205
+
206
+ |Name | Type | Description | Notes|
207
+ |------------- | ------------- | ------------- | -------------|
208
+ | **vBAUpdateRecon** | **VBAUpdateRecon**| | |
209
+ | **vbasoftwareDatabase** | [**string**] | Target database | defaults to undefined|
210
+
211
+
212
+ ### Return type
213
+
214
+ void (empty response body)
215
+
216
+ ### Authorization
217
+
218
+ [apiKeyAuth](../README.md#apiKeyAuth), [bearerAuth](../README.md#bearerAuth)
219
+
220
+ ### HTTP request headers
221
+
222
+ - **Content-Type**: application/json, text/json, application/*+json
223
+ - **Accept**: Not defined
224
+
225
+
226
+ ### HTTP response details
227
+ | Status code | Description | Response headers |
228
+ |-------------|-------------|------------------|
229
+ |**202** | Accepted for processing | - |
230
+ |**401** | Unauthorized | - |
231
+
232
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
233
+
@@ -18,6 +18,7 @@ All URIs are relative to *https://vbapi.vbasoftware.com/vbasoftware*
18
18
  |[**reconcileFunds**](#reconcilefunds) | **POST** /funding-reconciliation-reconcile-funds | Reconcile Funds|
19
19
  |[**transferFunds**](#transferfunds) | **PUT** /funding/{fundingKey}/transfer | Transfer Funds|
20
20
  |[**undoVoidCheck**](#undovoidcheck) | **POST** /checks-undo-void | Undo Void Check|
21
+ |[**updateReconDebitCredit**](#updaterecondebitcredit) | **POST** /update-recon-credit-debit | Sync and Update Debits and Credits for a Recon|
21
22
  |[**voidCheck**](#voidcheck) | **POST** /checks/{checkID}/void | Void Check|
22
23
  |[**voidFunds**](#voidfunds) | **PUT** /funding/{fundingKey}/void | Void Funds|
23
24
 
@@ -812,6 +813,62 @@ const { status, data } = await apiInstance.undoVoidCheck(
812
813
 
813
814
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
814
815
 
816
+ # **updateReconDebitCredit**
817
+ > updateReconDebitCredit(vBAUpdateRecon)
818
+
819
+ Based on submitted details, update the Disbursed and Received tables for cleared items on the selected Reconciliation.
820
+
821
+ ### Example
822
+
823
+ ```typescript
824
+ import {
825
+ AdvAccountingApi,
826
+ Configuration,
827
+ VBAUpdateRecon
828
+ } from './api';
829
+
830
+ const configuration = new Configuration();
831
+ const apiInstance = new AdvAccountingApi(configuration);
832
+
833
+ let vbasoftwareDatabase: string; //Target database (default to undefined)
834
+ let vBAUpdateRecon: VBAUpdateRecon; //
835
+
836
+ const { status, data } = await apiInstance.updateReconDebitCredit(
837
+ vbasoftwareDatabase,
838
+ vBAUpdateRecon
839
+ );
840
+ ```
841
+
842
+ ### Parameters
843
+
844
+ |Name | Type | Description | Notes|
845
+ |------------- | ------------- | ------------- | -------------|
846
+ | **vBAUpdateRecon** | **VBAUpdateRecon**| | |
847
+ | **vbasoftwareDatabase** | [**string**] | Target database | defaults to undefined|
848
+
849
+
850
+ ### Return type
851
+
852
+ void (empty response body)
853
+
854
+ ### Authorization
855
+
856
+ [apiKeyAuth](../README.md#apiKeyAuth), [bearerAuth](../README.md#bearerAuth)
857
+
858
+ ### HTTP request headers
859
+
860
+ - **Content-Type**: application/json, text/json, application/*+json
861
+ - **Accept**: Not defined
862
+
863
+
864
+ ### HTTP response details
865
+ | Status code | Description | Response headers |
866
+ |-------------|-------------|------------------|
867
+ |**202** | Accepted for processing | - |
868
+ |**401** | Unauthorized | - |
869
+
870
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
871
+
815
872
  # **voidCheck**
816
873
  > ChecksVBAResponse voidCheck(fundingVoidCheck)
817
874
 
@@ -5,6 +5,7 @@ All URIs are relative to *https://vbapi.vbasoftware.com/vbasoftware*
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
7
  |[**copyPlan**](#copyplan) | **POST** /plans-copy | Copy Plan|
8
+ |[**copyPlanBenefit**](#copyplanbenefit) | **POST** /plans-benefits-copy | Copy Plan Benefit|
8
9
 
9
10
  # **copyPlan**
10
11
  > PlansVBAResponse copyPlan(planCopy)
@@ -62,3 +63,59 @@ const { status, data } = await apiInstance.copyPlan(
62
63
 
63
64
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
64
65
 
66
+ # **copyPlanBenefit**
67
+ > PlanBenefitsVBAResponse copyPlanBenefit(planBenefitCopy)
68
+
69
+ Copies an existing Plan Benefit to another existing Plan.
70
+
71
+ ### Example
72
+
73
+ ```typescript
74
+ import {
75
+ AdvBenefitsApi,
76
+ Configuration,
77
+ PlanBenefitCopy
78
+ } from './api';
79
+
80
+ const configuration = new Configuration();
81
+ const apiInstance = new AdvBenefitsApi(configuration);
82
+
83
+ let vbasoftwareDatabase: string; //Target database (default to undefined)
84
+ let planBenefitCopy: PlanBenefitCopy; //
85
+
86
+ const { status, data } = await apiInstance.copyPlanBenefit(
87
+ vbasoftwareDatabase,
88
+ planBenefitCopy
89
+ );
90
+ ```
91
+
92
+ ### Parameters
93
+
94
+ |Name | Type | Description | Notes|
95
+ |------------- | ------------- | ------------- | -------------|
96
+ | **planBenefitCopy** | **PlanBenefitCopy**| | |
97
+ | **vbasoftwareDatabase** | [**string**] | Target database | defaults to undefined|
98
+
99
+
100
+ ### Return type
101
+
102
+ **PlanBenefitsVBAResponse**
103
+
104
+ ### Authorization
105
+
106
+ [apiKeyAuth](../README.md#apiKeyAuth), [bearerAuth](../README.md#bearerAuth)
107
+
108
+ ### HTTP request headers
109
+
110
+ - **Content-Type**: application/json, text/json, application/*+json
111
+ - **Accept**: text/plain, application/json, text/json
112
+
113
+
114
+ ### HTTP response details
115
+ | Status code | Description | Response headers |
116
+ |-------------|-------------|------------------|
117
+ |**200** | Success | - |
118
+ |**401** | Unauthorized | - |
119
+
120
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
121
+
@@ -17,6 +17,7 @@ All URIs are relative to *https://vbapi.vbasoftware.com/vbasoftware*
17
17
  |[**fullDeleteInvoice**](#fulldeleteinvoice) | **POST** /invoice-full-delete/{invoiceKey} | Delete an Invoice with additional options|
18
18
  |[**generatePremDistribution**](#generatepremdistribution) | **POST** /premium-distributions-generate/{groupId}/{asOfDate} | Create Premium Distributions|
19
19
  |[**generatePremDistributionCheck**](#generatepremdistributioncheck) | **POST** /premium-distributions-generate-check/{payeeId}/{payorId}/{accountKey}/{checkNumber} | Create Premium Distributions Checks|
20
+ |[**generatePremDistributionCheckBatch**](#generatepremdistributioncheckbatch) | **POST** /premium-distributions-generate-check-batch/{checkBatch}/{payeeId}/{payorId}/{accountKey} | Create Premium Distributions Check Batch|
20
21
  |[**generatePremInvoiceDivision**](#generatepreminvoicedivision) | **POST** /generate-division-invoice | Generate Division Invoice|
21
22
  |[**generatePremInvoiceGroup**](#generatepreminvoicegroup) | **POST** /generate-group-invoice | Generate Group Invoice|
22
23
  |[**generatePremInvoiceGroupDivision**](#generatepreminvoicegroupdivision) | **POST** /generate-group-division-invoice | Generate Group and Division Invoice|
@@ -764,6 +765,70 @@ const { status, data } = await apiInstance.generatePremDistributionCheck(
764
765
  | **checkNumber** | [**string**] | Check Number | defaults to undefined|
765
766
 
766
767
 
768
+ ### Return type
769
+
770
+ void (empty response body)
771
+
772
+ ### Authorization
773
+
774
+ [apiKeyAuth](../README.md#apiKeyAuth), [bearerAuth](../README.md#bearerAuth)
775
+
776
+ ### HTTP request headers
777
+
778
+ - **Content-Type**: Not defined
779
+ - **Accept**: Not defined
780
+
781
+
782
+ ### HTTP response details
783
+ | Status code | Description | Response headers |
784
+ |-------------|-------------|------------------|
785
+ |**202** | Accepted for processing | - |
786
+ |**401** | Unauthorized | - |
787
+
788
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
789
+
790
+ # **generatePremDistributionCheckBatch**
791
+ > generatePremDistributionCheckBatch()
792
+
793
+ Given an existing Check Batch, generate a Distribution check in that Check Batch.
794
+
795
+ ### Example
796
+
797
+ ```typescript
798
+ import {
799
+ AdvBillingApi,
800
+ Configuration
801
+ } from './api';
802
+
803
+ const configuration = new Configuration();
804
+ const apiInstance = new AdvBillingApi(configuration);
805
+
806
+ let vbasoftwareDatabase: string; //Target database (default to undefined)
807
+ let checkBatch: number; //Check Batch (default to undefined)
808
+ let payeeId: string; //Payee ID (default to undefined)
809
+ let payorId: string; //Payor ID (default to undefined)
810
+ let accountKey: number; //Account Key (default to undefined)
811
+
812
+ const { status, data } = await apiInstance.generatePremDistributionCheckBatch(
813
+ vbasoftwareDatabase,
814
+ checkBatch,
815
+ payeeId,
816
+ payorId,
817
+ accountKey
818
+ );
819
+ ```
820
+
821
+ ### Parameters
822
+
823
+ |Name | Type | Description | Notes|
824
+ |------------- | ------------- | ------------- | -------------|
825
+ | **vbasoftwareDatabase** | [**string**] | Target database | defaults to undefined|
826
+ | **checkBatch** | [**number**] | Check Batch | defaults to undefined|
827
+ | **payeeId** | [**string**] | Payee ID | defaults to undefined|
828
+ | **payorId** | [**string**] | Payor ID | defaults to undefined|
829
+ | **accountKey** | [**number**] | Account Key | defaults to undefined|
830
+
831
+
767
832
  ### Return type
768
833
 
769
834
  void (empty response body)
@@ -23,10 +23,11 @@ All URIs are relative to *https://vbapi.vbasoftware.com/vbasoftware*
23
23
  |[**listAdjudicateBenefitMatch**](#listadjudicatebenefitmatch) | **GET** /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/adjudicate-benefit-match | List matching benefit detail|
24
24
  |[**listClaimFundingMemberPayToAmount**](#listclaimfundingmemberpaytoamount) | **POST** /list-claim-funding-member-pay-to-amount/{payorId}/{accountKey} | List Pay to Amounts for Claim Funding by Member|
25
25
  |[**listClaimFundingPayToAmount**](#listclaimfundingpaytoamount) | **POST** /list-claim-funding-pay-to-amount/{payorId}/{accountKey} | List Pay to Amounts for Claim Funding|
26
+ |[**massInsertClaimQueueDetail**](#massinsertclaimqueuedetail) | **POST** /claim-queues/{claimQueueKey}/details-mass-insert | Mass Insert Claim Queue Detail|
26
27
  |[**returnClaimToBatch**](#returnclaimtobatch) | **POST** /claim-return-to-batch | Return Claim(s) to Batch|
27
28
  |[**suspendFromAudit**](#suspendfromaudit) | **POST** /claim-suspend-from-audit | Suspend Claims on Audit|
28
29
  |[**suspenseClaimRelease**](#suspenseclaimrelease) | **POST** /suspense-claim-release | Release Suspended Claims|
29
- |[**suspenseClaimReturn**](#suspenseclaimreturn) | **POST** /suspense-claim-return/{exCode} | Return Suspended Claims|
30
+ |[**suspenseClaimReturn**](#suspenseclaimreturn) | **POST** /suspense-claim-return | Return Suspended Claims|
30
31
 
31
32
  # **adjustClaim**
32
33
  > Int32VBAResponse adjustClaim(claimAdjustmentConfig)
@@ -1150,6 +1151,64 @@ const { status, data } = await apiInstance.listClaimFundingPayToAmount(
1150
1151
 
1151
1152
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1152
1153
 
1154
+ # **massInsertClaimQueueDetail**
1155
+ > massInsertClaimQueueDetail(claimQueueDetail)
1156
+
1157
+ Used similar to Create or Update option but done in mass for large claim queues.
1158
+
1159
+ ### Example
1160
+
1161
+ ```typescript
1162
+ import {
1163
+ AdvClaimApi,
1164
+ Configuration
1165
+ } from './api';
1166
+
1167
+ const configuration = new Configuration();
1168
+ const apiInstance = new AdvClaimApi(configuration);
1169
+
1170
+ let vbasoftwareDatabase: string; //Target database (default to undefined)
1171
+ let claimQueueKey: number; //ClaimQueue Key (default to undefined)
1172
+ let claimQueueDetail: Array<ClaimQueueDetail>; //
1173
+
1174
+ const { status, data } = await apiInstance.massInsertClaimQueueDetail(
1175
+ vbasoftwareDatabase,
1176
+ claimQueueKey,
1177
+ claimQueueDetail
1178
+ );
1179
+ ```
1180
+
1181
+ ### Parameters
1182
+
1183
+ |Name | Type | Description | Notes|
1184
+ |------------- | ------------- | ------------- | -------------|
1185
+ | **claimQueueDetail** | **Array<ClaimQueueDetail>**| | |
1186
+ | **vbasoftwareDatabase** | [**string**] | Target database | defaults to undefined|
1187
+ | **claimQueueKey** | [**number**] | ClaimQueue Key | defaults to undefined|
1188
+
1189
+
1190
+ ### Return type
1191
+
1192
+ void (empty response body)
1193
+
1194
+ ### Authorization
1195
+
1196
+ [apiKeyAuth](../README.md#apiKeyAuth), [bearerAuth](../README.md#bearerAuth)
1197
+
1198
+ ### HTTP request headers
1199
+
1200
+ - **Content-Type**: application/json, text/json, application/*+json
1201
+ - **Accept**: Not defined
1202
+
1203
+
1204
+ ### HTTP response details
1205
+ | Status code | Description | Response headers |
1206
+ |-------------|-------------|------------------|
1207
+ |**202** | Accepted for processing | - |
1208
+ |**401** | Unauthorized | - |
1209
+
1210
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1211
+
1153
1212
  # **returnClaimToBatch**
1154
1213
  > returnClaimToBatch(requestBody)
1155
1214
 
@@ -1332,13 +1391,13 @@ const configuration = new Configuration();
1332
1391
  const apiInstance = new AdvClaimApi(configuration);
1333
1392
 
1334
1393
  let vbasoftwareDatabase: string; //Target database (default to undefined)
1335
- let exCode: string; //Ex Code (default to undefined)
1336
1394
  let suspenseClaimList: Array<SuspenseClaimList>; //
1395
+ let exCode: string; //Ex Code (optional) (default to undefined)
1337
1396
 
1338
1397
  const { status, data } = await apiInstance.suspenseClaimReturn(
1339
1398
  vbasoftwareDatabase,
1340
- exCode,
1341
- suspenseClaimList
1399
+ suspenseClaimList,
1400
+ exCode
1342
1401
  );
1343
1402
  ```
1344
1403
 
@@ -1348,7 +1407,7 @@ const { status, data } = await apiInstance.suspenseClaimReturn(
1348
1407
  |------------- | ------------- | ------------- | -------------|
1349
1408
  | **suspenseClaimList** | **Array<SuspenseClaimList>**| | |
1350
1409
  | **vbasoftwareDatabase** | [**string**] | Target database | defaults to undefined|
1351
- | **exCode** | [**string**] | Ex Code | defaults to undefined|
1410
+ | **exCode** | [**string**] | Ex Code | (optional) defaults to undefined|
1352
1411
 
1353
1412
 
1354
1413
  ### Return type
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
16
16
  **division_ID** | **string** | Used in both Rate Copy and Rate Change | [optional] [default to undefined]
17
17
  **keep_Division_ID** | **boolean** | Used in both Rate Copy and Rate Change | [optional] [default to undefined]
18
18
  **premRate_Type** | **string** | Used in both Rate Copy and Rate Change | [optional] [default to undefined]
19
- **rate_Option** | **number** | Used in both Rate Copy and Rate Change 1 - Use Existing; 2 - Update Existing; 3 - Create New; | [optional] [default to undefined]
20
- **payee_Option** | **number** | Used in both Rate Copy and Rate Change 1 - Use Existing Rates; 2 - Create New Rates; 3 - Add; | [optional] [default to undefined]
19
+ **rate_Option** | **number** | Used in both Rate Copy and Rate Change 1 - Use Existing; 2 - Update Existing; 3 - Create New; | [optional] [default to undefined]
20
+ **payee_Option** | **number** | Used in both Rate Copy and Rate Change 1 - Use Existing Rates; 2 - Create New Rates; 3 - Add; | [optional] [default to undefined]
21
21
  **existing_Rate_Term_Date** | **string** | Used only with Rate Change | [optional] [default to undefined]
22
22
  **new_Rate_Effective_Date** | **string** | Used only with Rate Change | [optional] [default to undefined]
23
23
  **new_Rate_Term_Date** | **string** | Used only with Rate Change | [optional] [default to undefined]
@@ -0,0 +1,27 @@
1
+ # ChatFeedbackRequest
2
+
3
+ Data transfer object for submitting feedback about a chat conversation with VBAssist. This model is used by the ChatController\'s ChatFeedback endpoint to collect user feedback.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **agent_id** | **string** | The unique identifier of the AI agent that handled the conversation. This is required to track which agent received the feedback. | [default to undefined]
10
+ **conversation_id** | **string** | The unique identifier of the conversation for which feedback is being provided. This links the feedback to a specific chat interaction in the system. | [default to undefined]
11
+ **rating** | **number** | Numeric rating given to the conversation quality. Typically represents user satisfaction level with the AI response. Must be a value between 1 and 5, where 1 is lowest satisfaction and 5 is highest. | [default to undefined]
12
+ **feedback** | **string** | Textual feedback provided by the user about the conversation. Contains detailed comments, suggestions, or issues reported by the user. | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { ChatFeedbackRequest } from './api';
18
+
19
+ const instance: ChatFeedbackRequest = {
20
+ agent_id,
21
+ conversation_id,
22
+ rating,
23
+ feedback,
24
+ };
25
+ ```
26
+
27
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,25 @@
1
+ # ChatRequest
2
+
3
+ Data transfer object for submitting chat messages to the VBAssist AI service. This model encapsulates the user\'s message and optional conversation tracking parameters.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | The message text entered by the user to be processed by the AI. Contains the question, statement, or request that requires a response. | [optional] [default to undefined]
10
+ **agent_id** | **string** | The unique identifier for the AI agent handling this conversation. Used for tracking which AI model or version processed the request. If not provided, the system will use a default agent ID. | [optional] [default to undefined]
11
+ **conversation_id** | **string** | The unique identifier for the ongoing conversation between user and AI. Allows the system to maintain context across multiple message exchanges. If not provided, the system will treat this as a new conversation. | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { ChatRequest } from './api';
17
+
18
+ const instance: ChatRequest = {
19
+ message,
20
+ agent_id,
21
+ conversation_id,
22
+ };
23
+ ```
24
+
25
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -8,6 +8,7 @@ All URIs are relative to *https://vbapi.vbasoftware.com/vbasoftware*
8
8
  |[**deleteClaimQueueDetail**](#deleteclaimqueuedetail) | **DELETE** /claim-queues/{claimQueueKey}/details/{batchNumber}/{batchClaim} | Delete ClaimQueueDetail|
9
9
  |[**getClaimQueueDetail**](#getclaimqueuedetail) | **GET** /claim-queues/{claimQueueKey}/details/{batchNumber}/{batchClaim} | Get ClaimQueueDetail|
10
10
  |[**listClaimQueueDetail**](#listclaimqueuedetail) | **GET** /claim-queues/{claimQueueKey}/details | List ClaimQueueDetail|
11
+ |[**massInsertClaimQueueDetail**](#massinsertclaimqueuedetail) | **POST** /claim-queues/{claimQueueKey}/details-mass-insert | Mass Insert Claim Queue Detail|
11
12
  |[**updateBatchClaimQueueDetail**](#updatebatchclaimqueuedetail) | **PUT** /claim-queues/{claimQueueKey}/details-batch | Create or Update Batch ClaimQueueDetail|
12
13
  |[**updateClaimQueueDetail**](#updateclaimqueuedetail) | **PUT** /claim-queues/{claimQueueKey}/details/{batchNumber}/{batchClaim} | Update ClaimQueueDetail|
13
14
 
@@ -256,6 +257,64 @@ const { status, data } = await apiInstance.listClaimQueueDetail(
256
257
 
257
258
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
258
259
 
260
+ # **massInsertClaimQueueDetail**
261
+ > massInsertClaimQueueDetail(claimQueueDetail)
262
+
263
+ Used similar to Create or Update option but done in mass for large claim queues.
264
+
265
+ ### Example
266
+
267
+ ```typescript
268
+ import {
269
+ ClaimQueueDetailsApi,
270
+ Configuration
271
+ } from './api';
272
+
273
+ const configuration = new Configuration();
274
+ const apiInstance = new ClaimQueueDetailsApi(configuration);
275
+
276
+ let vbasoftwareDatabase: string; //Target database (default to undefined)
277
+ let claimQueueKey: number; //ClaimQueue Key (default to undefined)
278
+ let claimQueueDetail: Array<ClaimQueueDetail>; //
279
+
280
+ const { status, data } = await apiInstance.massInsertClaimQueueDetail(
281
+ vbasoftwareDatabase,
282
+ claimQueueKey,
283
+ claimQueueDetail
284
+ );
285
+ ```
286
+
287
+ ### Parameters
288
+
289
+ |Name | Type | Description | Notes|
290
+ |------------- | ------------- | ------------- | -------------|
291
+ | **claimQueueDetail** | **Array<ClaimQueueDetail>**| | |
292
+ | **vbasoftwareDatabase** | [**string**] | Target database | defaults to undefined|
293
+ | **claimQueueKey** | [**number**] | ClaimQueue Key | defaults to undefined|
294
+
295
+
296
+ ### Return type
297
+
298
+ void (empty response body)
299
+
300
+ ### Authorization
301
+
302
+ [apiKeyAuth](../README.md#apiKeyAuth), [bearerAuth](../README.md#bearerAuth)
303
+
304
+ ### HTTP request headers
305
+
306
+ - **Content-Type**: application/json, text/json, application/*+json
307
+ - **Accept**: Not defined
308
+
309
+
310
+ ### HTTP response details
311
+ | Status code | Description | Response headers |
312
+ |-------------|-------------|------------------|
313
+ |**202** | Accepted for processing | - |
314
+ |**401** | Unauthorized | - |
315
+
316
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
317
+
259
318
  # **updateBatchClaimQueueDetail**
260
319
  > MultiCodeResponseListVBAResponse updateBatchClaimQueueDetail(claimQueueDetail)
261
320
 
@@ -8,6 +8,8 @@ Name | Type | Description | Notes
8
8
  **subscriber_ID** | **string** | | [default to undefined]
9
9
  **process_In_Flight_Count** | **number** | | [optional] [default to undefined]
10
10
  **process_Status** | **string** | | [optional] [default to undefined]
11
+ **start_Date** | **string** | | [optional] [default to undefined]
12
+ **last_Process_Date** | **string** | | [optional] [default to undefined]
11
13
 
12
14
  ## Example
13
15
 
@@ -18,6 +20,8 @@ const instance: ClaimQueueProcessTrack = {
18
20
  subscriber_ID,
19
21
  process_In_Flight_Count,
20
22
  process_Status,
23
+ start_Date,
24
+ last_Process_Date,
21
25
  };
22
26
  ```
23
27
 
@@ -451,6 +451,10 @@ Name | Type | Description | Notes
451
451
  **allow_CallTracking_Provider_ID_Edit** | **boolean** | | [optional] [default to undefined]
452
452
  **allow_Candidate_Below_Account_Balance** | **boolean** | | [optional] [default to undefined]
453
453
  **enable_VBAssist** | **boolean** | | [optional] [default to undefined]
454
+ **trilogy_Subscriber** | **boolean** | | [optional] [default to undefined]
455
+ **use_Zelis_EOB** | **boolean** | | [optional] [default to undefined]
456
+ **zelis_EOB_API_Key** | **string** | | [optional] [default to undefined]
457
+ **offset_Ex_Code** | **string** | | [optional] [default to undefined]
454
458
 
455
459
  ## Example
456
460
 
@@ -904,6 +908,10 @@ const instance: CompanyData = {
904
908
  allow_CallTracking_Provider_ID_Edit,
905
909
  allow_Candidate_Below_Account_Balance,
906
910
  enable_VBAssist,
911
+ trilogy_Subscriber,
912
+ use_Zelis_EOB,
913
+ zelis_EOB_API_Key,
914
+ offset_Ex_Code,
907
915
  };
908
916
  ```
909
917
 
@@ -0,0 +1,32 @@
1
+ # CostContainVisiumExCode
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **costContainVisiumExCode_Key** | **number** | Note: This field is marked as NOT NULL in the database and therefore required by the API. | [default to undefined]
9
+ **entry_Date** | **string** | Date when the record was first added to the system. | [optional] [default to undefined]
10
+ **entry_User** | **string** | User that first added the record to the system. | [optional] [default to undefined]
11
+ **ex_Code** | **string** | | [default to undefined]
12
+ **update_Date** | **string** | Date when the record was last updated in the system. | [optional] [default to undefined]
13
+ **update_User** | **string** | User that last updated the record in the system. | [optional] [default to undefined]
14
+ **visium_Reason_Code** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { CostContainVisiumExCode } from './api';
20
+
21
+ const instance: CostContainVisiumExCode = {
22
+ costContainVisiumExCode_Key,
23
+ entry_Date,
24
+ entry_User,
25
+ ex_Code,
26
+ update_Date,
27
+ update_User,
28
+ visium_Reason_Code,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # CostContainVisiumExCodeListVBAResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **data** | [**Array&lt;CostContainVisiumExCode&gt;**](CostContainVisiumExCode.md) | | [optional] [default to undefined]
9
+ **error** | [**VBAProblemDetails**](VBAProblemDetails.md) | | [optional] [default to undefined]
10
+ **debug** | [**Debug**](Debug.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { CostContainVisiumExCodeListVBAResponse } from './api';
16
+
17
+ const instance: CostContainVisiumExCodeListVBAResponse = {
18
+ data,
19
+ error,
20
+ debug,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # CostContainVisiumExCodeVBAResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **data** | [**CostContainVisiumExCode**](CostContainVisiumExCode.md) | | [optional] [default to undefined]
9
+ **error** | [**VBAProblemDetails**](VBAProblemDetails.md) | | [optional] [default to undefined]
10
+ **debug** | [**Debug**](Debug.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { CostContainVisiumExCodeVBAResponse } from './api';
16
+
17
+ const instance: CostContainVisiumExCodeVBAResponse = {
18
+ data,
19
+ error,
20
+ debug,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)