@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230825.1 → 1.20230830.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.
- package/.openapi-generator/FILES +5 -0
- package/api/claim-pre-batch-details-api.ts +71 -254
- package/api/claim-pre-batches-api.ts +71 -158
- package/api/claim-queue-types-api.ts +155 -0
- package/api/reviewed-status-api.ts +677 -0
- package/api.ts +2 -0
- package/models/company-data.ts +12 -0
- package/models/index.ts +3 -0
- package/models/report-definition.ts +39 -9
- package/models/reviewed-status-list-vbaresponse.ts +45 -0
- package/models/reviewed-status-vbaresponse.ts +45 -0
- package/models/reviewed-status.ts +60 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -188,6 +188,7 @@ api/claim-queue-schedule-notify-user-groups-api.ts
|
|
|
188
188
|
api/claim-queue-schedule-notify-users-api.ts
|
|
189
189
|
api/claim-queue-schedules-api.ts
|
|
190
190
|
api/claim-queue-statuses-api.ts
|
|
191
|
+
api/claim-queue-types-api.ts
|
|
191
192
|
api/claim-queues-api.ts
|
|
192
193
|
api/claim-rule-dependents-api.ts
|
|
193
194
|
api/claim-rule-procedures-api.ts
|
|
@@ -703,6 +704,7 @@ api/report-tracking-received-statuses-api.ts
|
|
|
703
704
|
api/report-tracking-sent-statuses-api.ts
|
|
704
705
|
api/report-tracking-sent-to-api.ts
|
|
705
706
|
api/report-tracking-statuses-api.ts
|
|
707
|
+
api/reviewed-status-api.ts
|
|
706
708
|
api/rounding-precision-api.ts
|
|
707
709
|
api/rounding-types-api.ts
|
|
708
710
|
api/search-config-api.ts
|
|
@@ -2831,6 +2833,9 @@ models/report-track-status-vbaresponse.ts
|
|
|
2831
2833
|
models/report-track-status.ts
|
|
2832
2834
|
models/report-track-vbaresponse.ts
|
|
2833
2835
|
models/report-track.ts
|
|
2836
|
+
models/reviewed-status-list-vbaresponse.ts
|
|
2837
|
+
models/reviewed-status-vbaresponse.ts
|
|
2838
|
+
models/reviewed-status.ts
|
|
2834
2839
|
models/search-config-list-vbaresponse.ts
|
|
2835
2840
|
models/search-config-vbaresponse.ts
|
|
2836
2841
|
models/search-config.ts
|