@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230225.1 → 1.20230403.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 (44) hide show
  1. package/.openapi-generator/FILES +19 -0
  2. package/api/adv-group-api.ts +17 -17
  3. package/api/chat-gptapi.ts +154 -0
  4. package/api/groups-api.ts +17 -17
  5. package/api/prem-rate-types-api.ts +668 -0
  6. package/api/premium-invoice-payments-api.ts +124 -0
  7. package/api/premium-invoices-api.ts +336 -5
  8. package/api/premium-rate-distribution-types-api.ts +155 -0
  9. package/api/state-interest-api.ts +668 -0
  10. package/api/subscriber-plan-policies-api.ts +43 -91
  11. package/api/user-api.ts +394 -0
  12. package/api.ts +4 -0
  13. package/models/chat-message.ts +30 -0
  14. package/models/claim-batch-detail.ts +7 -1
  15. package/models/claim-batch.ts +1082 -86
  16. package/models/claim-detail.ts +7 -1
  17. package/models/claim-pre-batch-detail.ts +1 -1
  18. package/models/claim-pre-batch.ts +1138 -82
  19. package/models/claim.ts +1116 -120
  20. package/models/company-data.ts +15 -3
  21. package/models/cost-contain-zelis-ex-code.ts +6 -0
  22. package/models/enrollment-disenroll-group.ts +84 -0
  23. package/models/enrollment-disenroll.ts +28 -34
  24. package/models/index.ts +15 -0
  25. package/models/member-language.ts +2 -2
  26. package/models/member-medicare-resp.ts +50 -26
  27. package/models/members.ts +1 -1
  28. package/models/network-procedure-cluster.ts +15 -9
  29. package/models/plan-benefits.ts +1 -1
  30. package/models/prem-invoice-group-summary-vbaresponse.ts +45 -0
  31. package/models/prem-invoice-group-summary.ts +114 -0
  32. package/models/prem-invoice-payment-ext-list-vbaresponse.ts +45 -0
  33. package/models/prem-invoice-payment-ext.ts +102 -0
  34. package/models/prem-invoice-slim-list-vbaresponse.ts +45 -0
  35. package/models/prem-invoice-slim.ts +42 -0
  36. package/models/prem-rate-type-list-vbaresponse.ts +45 -0
  37. package/models/prem-rate-type-vbaresponse.ts +45 -0
  38. package/models/prem-rate-type.ts +72 -0
  39. package/models/prem-rate.ts +6 -0
  40. package/models/state-interest-list-vbaresponse.ts +45 -0
  41. package/models/state-interest-vbaresponse.ts +45 -0
  42. package/models/state-interest.ts +84 -0
  43. package/models/user-reset-password-request.ts +42 -0
  44. package/package.json +1 -1
@@ -93,7 +93,7 @@ export interface ClaimDetail {
93
93
  */
94
94
  'benefit_Code'?: string | null;
95
95
  /**
96
- *
96
+ * Benefit Rate being applied to this detail line.
97
97
  * @type {number}
98
98
  * @memberof ClaimDetail
99
99
  */
@@ -464,6 +464,12 @@ export interface ClaimDetail {
464
464
  * @memberof ClaimDetail
465
465
  */
466
466
  'other_Deduction_Amount'?: number | null;
467
+ /**
468
+ * Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
469
+ * @type {boolean}
470
+ * @memberof ClaimDetail
471
+ */
472
+ 'override_Benefit_Code': boolean;
467
473
  /**
468
474
  * Notes that the associated amount field was manually overrided by an application user or automated process that would skip adjudication calculations for this amount. Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
469
475
  * @type {boolean}
@@ -87,7 +87,7 @@ export interface ClaimPreBatchDetail {
87
87
  */
88
88
  'benefit_Code'?: string | null;
89
89
  /**
90
- *
90
+ * Benefit Rate being applied to this detail line.
91
91
  * @type {number}
92
92
  * @memberof ClaimPreBatchDetail
93
93
  */