@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240120.1 → 1.20240302.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 (42) hide show
  1. package/.openapi-generator/FILES +30 -0
  2. package/api/adv-workflow-api.ts +456 -0
  3. package/api/benefits-api.ts +122 -0
  4. package/api/client-config-api.ts +869 -0
  5. package/api/commission-rates-api.ts +8 -18
  6. package/api/group-ucpercent-criterias-api.ts +677 -0
  7. package/api/process-automation-api.ts +365 -0
  8. package/api/support-api.ts +532 -0
  9. package/api/user-api.ts +0 -96
  10. package/api/vbareports-api.ts +155 -0
  11. package/api.ts +6 -0
  12. package/models/auth.ts +29 -5
  13. package/models/callback-dto.ts +43 -0
  14. package/models/company-data.ts +14 -2
  15. package/models/database-connection.ts +36 -0
  16. package/models/email-report-dto.ts +103 -0
  17. package/models/fax-report-dto.ts +85 -0
  18. package/models/group-ucpercent-criteria-list-vbaresponse.ts +45 -0
  19. package/models/group-ucpercent-criteria-vbaresponse.ts +45 -0
  20. package/models/group-ucpercent-criteria.ts +84 -0
  21. package/models/groups.ts +6 -0
  22. package/models/index.ts +24 -0
  23. package/models/json-node-options.ts +30 -0
  24. package/models/json-node.ts +43 -0
  25. package/models/json-value.ts +44 -0
  26. package/models/report-series-step.ts +6 -0
  27. package/models/smsdto.ts +67 -0
  28. package/models/ssoconfig-list-vbaresponse.ts +45 -0
  29. package/models/ssoconfig-vbaresponse.ts +45 -0
  30. package/models/ssoconfig.ts +84 -0
  31. package/models/users.ts +13 -1
  32. package/models/vbaclient-environment-list-vbaresponse.ts +45 -0
  33. package/models/vbaclient-environment.ts +37 -0
  34. package/models/vbaclient-list-vbaresponse.ts +45 -0
  35. package/models/vbaclient-vbaresponse.ts +45 -0
  36. package/models/vbaclient.ts +55 -0
  37. package/models/vbareport-list-vbaresponse.ts +45 -0
  38. package/models/vbareport.ts +60 -0
  39. package/models/vbassologin-config.ts +42 -0
  40. package/models/workflow-claim.ts +60 -0
  41. package/models/workflow-processing.ts +49 -0
  42. package/package.json +1 -1
@@ -15,6 +15,7 @@ api/adv-group-contracts-api.ts
15
15
  api/adv-group-divisions-api.ts
16
16
  api/adv-groups-api.ts
17
17
  api/adv-reinsurance-api.ts
18
+ api/adv-workflow-api.ts
18
19
  api/age-settings-api.ts
19
20
  api/agriculture-tax-returns-api.ts
20
21
  api/amount-details-api.ts
@@ -208,6 +209,7 @@ api/claims-api.ts
208
209
  api/classes-api.ts
209
210
  api/cliacertificate-api.ts
210
211
  api/cliacertificate-procedure-codes-api.ts
212
+ api/client-config-api.ts
211
213
  api/cobtypes-api.ts
212
214
  api/college-types-api.ts
213
215
  api/colleges-api.ts
@@ -431,6 +433,7 @@ api/group-subscriber-reimbursements-api.ts
431
433
  api/group-tax-day-limit-types-api.ts
432
434
  api/group-term-rules-api.ts
433
435
  api/group-ucpercent-claim-types-api.ts
436
+ api/group-ucpercent-criterias-api.ts
434
437
  api/group-ucpercent-settings-api.ts
435
438
  api/group-vbaplan-types-api.ts
436
439
  api/group-volumes-api.ts
@@ -615,6 +618,7 @@ api/procedure-code-qualifiers-api.ts
615
618
  api/procedure-code-sets-api.ts
616
619
  api/procedure-codes-api.ts
617
620
  api/procedure-groups-api.ts
621
+ api/process-automation-api.ts
618
622
  api/process-logging-api.ts
619
623
  api/process-parameters-api.ts
620
624
  api/processes-api.ts
@@ -755,6 +759,7 @@ api/subscriber-prior-accumulators-api.ts
755
759
  api/subscriber-waive-premiums-api.ts
756
760
  api/subscribers-api.ts
757
761
  api/suffix-api.ts
762
+ api/support-api.ts
758
763
  api/suspense-claims-api.ts
759
764
  api/suspense-criterias-api.ts
760
765
  api/suspense-types-api.ts
@@ -794,6 +799,7 @@ api/vbainterface-types-api.ts
794
799
  api/vbainterface-vendors-api.ts
795
800
  api/vbainterfaces-api.ts
796
801
  api/vbaplan-types-api.ts
802
+ api/vbareports-api.ts
797
803
  api/vbassist-api.ts
798
804
  api/volume-types-api.ts
799
805
  api/waiting-period-types-api.ts
@@ -936,6 +942,7 @@ models/call-tracking-subscriber-vbaresponse.ts
936
942
  models/call-tracking-subscriber.ts
937
943
  models/call-tracking-vbaresponse.ts
938
944
  models/call-tracking.ts
945
+ models/callback-dto.ts
939
946
  models/candidate-claim.ts
940
947
  models/capitation-adjustment-list-vbaresponse.ts
941
948
  models/capitation-adjustment-reason-list-vbaresponse.ts
@@ -1649,6 +1656,7 @@ models/criteria.ts
1649
1656
  models/currency-list-vbaresponse.ts
1650
1657
  models/currency-vbaresponse.ts
1651
1658
  models/currency.ts
1659
+ models/database-connection.ts
1652
1660
  models/day-interval-list-vbaresponse.ts
1653
1661
  models/day-interval-vbaresponse.ts
1654
1662
  models/day-interval.ts
@@ -1713,6 +1721,7 @@ models/electronic-statement.ts
1713
1721
  models/eligibility-status-list-vbaresponse.ts
1714
1722
  models/eligibility-status-vbaresponse.ts
1715
1723
  models/eligibility-status.ts
1724
+ models/email-report-dto.ts
1716
1725
  models/enrollment-disenroll-group.ts
1717
1726
  models/enrollment-disenroll.ts
1718
1727
  models/enrollment-pcpauto-assign-member-list-vbaresponse.ts
@@ -1764,6 +1773,7 @@ models/explanation-codes.ts
1764
1773
  models/external-id.ts
1765
1774
  models/external-idlist-vbaresponse.ts
1766
1775
  models/external-idvbaresponse.ts
1776
+ models/fax-report-dto.ts
1767
1777
  models/fee-sched-anesthesia-list-vbaresponse.ts
1768
1778
  models/fee-sched-anesthesia-vbaresponse.ts
1769
1779
  models/fee-sched-anesthesia.ts
@@ -2026,6 +2036,9 @@ models/group-student-age.ts
2026
2036
  models/group-ucpercent-claim-type-list-vbaresponse.ts
2027
2037
  models/group-ucpercent-claim-type-vbaresponse.ts
2028
2038
  models/group-ucpercent-claim-type.ts
2039
+ models/group-ucpercent-criteria-list-vbaresponse.ts
2040
+ models/group-ucpercent-criteria-vbaresponse.ts
2041
+ models/group-ucpercent-criteria.ts
2029
2042
  models/group-ucpercent-list-vbaresponse.ts
2030
2043
  models/group-ucpercent-vbaresponse.ts
2031
2044
  models/group-ucpercent.ts
@@ -2129,6 +2142,9 @@ models/job-type-vbaresponse.ts
2129
2142
  models/job-type.ts
2130
2143
  models/job-vbaresponse.ts
2131
2144
  models/job.ts
2145
+ models/json-node-options.ts
2146
+ models/json-node.ts
2147
+ models/json-value.ts
2132
2148
  models/key-value-pair.ts
2133
2149
  models/languages-list-vbaresponse.ts
2134
2150
  models/languages-vbaresponse.ts
@@ -2908,10 +2924,14 @@ models/send-to.ts
2908
2924
  models/signature-list-vbaresponse.ts
2909
2925
  models/signature-vbaresponse.ts
2910
2926
  models/signature.ts
2927
+ models/smsdto.ts
2911
2928
  models/specialty-criteria.ts
2912
2929
  models/specialty-list-vbaresponse.ts
2913
2930
  models/specialty-vbaresponse.ts
2914
2931
  models/specialty.ts
2932
+ models/ssoconfig-list-vbaresponse.ts
2933
+ models/ssoconfig-vbaresponse.ts
2934
+ models/ssoconfig.ts
2915
2935
  models/state-interest-list-vbaresponse.ts
2916
2936
  models/state-interest-vbaresponse.ts
2917
2937
  models/state-interest.ts
@@ -3080,6 +3100,11 @@ models/vbaauth-vbaresponse.ts
3080
3100
  models/vbaauth.ts
3081
3101
  models/vbaclaim-timeline-list-vbaresponse.ts
3082
3102
  models/vbaclaim-timeline.ts
3103
+ models/vbaclient-environment-list-vbaresponse.ts
3104
+ models/vbaclient-environment.ts
3105
+ models/vbaclient-list-vbaresponse.ts
3106
+ models/vbaclient-vbaresponse.ts
3107
+ models/vbaclient.ts
3083
3108
  models/vbacommission-rate-subscriber-list-vbaresponse.ts
3084
3109
  models/vbacommission-rate-subscriber.ts
3085
3110
  models/vbafunding-account-claim-info-list-vbaresponse.ts
@@ -3136,11 +3161,16 @@ models/vbaprocess-vbaresponse.ts
3136
3161
  models/vbaprocess.ts
3137
3162
  models/vbareins-contract-transaction-summary-list-vbaresponse.ts
3138
3163
  models/vbareins-contract-transaction-summary.ts
3164
+ models/vbareport-list-vbaresponse.ts
3165
+ models/vbareport.ts
3166
+ models/vbassologin-config.ts
3139
3167
  models/volume.ts
3168
+ models/workflow-claim.ts
3140
3169
  models/workflow-detail-list-vbaresponse.ts
3141
3170
  models/workflow-detail-vbaresponse.ts
3142
3171
  models/workflow-detail.ts
3143
3172
  models/workflow-list-vbaresponse.ts
3173
+ models/workflow-processing.ts
3144
3174
  models/workflow-task-list-vbaresponse.ts
3145
3175
  models/workflow-task-option-list-vbaresponse.ts
3146
3176
  models/workflow-task-option-vbaresponse.ts
@@ -0,0 +1,456 @@
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 { WorkflowProcessing } from '../models';
25
+ /**
26
+ * AdvWorkflowApi - axios parameter creator
27
+ * @export
28
+ */
29
+ export const AdvWorkflowApiAxiosParamCreator = function (configuration?: Configuration) {
30
+ return {
31
+ /**
32
+ * Set a list of WorkflowDetail records to Assign.
33
+ * @summary Assign Workflow Items
34
+ * @param {string} vbasoftwareDatabase Target database
35
+ * @param {WorkflowProcessing} workflowProcessing
36
+ * @param {*} [options] Override http request option.
37
+ * @throws {RequiredError}
38
+ */
39
+ workflowProcessingAssign: async (vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
40
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
41
+ assertParamExists('workflowProcessingAssign', 'vbasoftwareDatabase', vbasoftwareDatabase)
42
+ // verify required parameter 'workflowProcessing' is not null or undefined
43
+ assertParamExists('workflowProcessingAssign', 'workflowProcessing', workflowProcessing)
44
+ const localVarPath = `/workflow-assign`;
45
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
46
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
47
+ let baseOptions;
48
+ if (configuration) {
49
+ baseOptions = configuration.baseOptions;
50
+ }
51
+
52
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
53
+ const localVarHeaderParameter = {} as any;
54
+ const localVarQueryParameter = {} as any;
55
+
56
+ // authentication apiKeyAuth required
57
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
58
+
59
+ // authentication bearerAuth required
60
+ // http bearer authentication required
61
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
62
+
63
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
64
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
65
+ }
66
+
67
+
68
+
69
+ localVarHeaderParameter['Content-Type'] = 'application/json';
70
+
71
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
72
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
73
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
74
+ localVarRequestOptions.data = serializeDataIfNeeded(workflowProcessing, localVarRequestOptions, configuration)
75
+
76
+ return {
77
+ url: toPathString(localVarUrlObj),
78
+ options: localVarRequestOptions,
79
+ };
80
+ },
81
+ /**
82
+ * Set a list of WorkflowDetail records to Complete.
83
+ * @summary Complete Workflow Items
84
+ * @param {string} vbasoftwareDatabase Target database
85
+ * @param {WorkflowProcessing} workflowProcessing
86
+ * @param {*} [options] Override http request option.
87
+ * @throws {RequiredError}
88
+ */
89
+ workflowProcessingComplete: async (vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
90
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
91
+ assertParamExists('workflowProcessingComplete', 'vbasoftwareDatabase', vbasoftwareDatabase)
92
+ // verify required parameter 'workflowProcessing' is not null or undefined
93
+ assertParamExists('workflowProcessingComplete', 'workflowProcessing', workflowProcessing)
94
+ const localVarPath = `/workflow-complete`;
95
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
96
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
97
+ let baseOptions;
98
+ if (configuration) {
99
+ baseOptions = configuration.baseOptions;
100
+ }
101
+
102
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
103
+ const localVarHeaderParameter = {} as any;
104
+ const localVarQueryParameter = {} as any;
105
+
106
+ // authentication apiKeyAuth required
107
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
108
+
109
+ // authentication bearerAuth required
110
+ // http bearer authentication required
111
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
112
+
113
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
114
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
115
+ }
116
+
117
+
118
+
119
+ localVarHeaderParameter['Content-Type'] = 'application/json';
120
+
121
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
122
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
123
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
124
+ localVarRequestOptions.data = serializeDataIfNeeded(workflowProcessing, localVarRequestOptions, configuration)
125
+
126
+ return {
127
+ url: toPathString(localVarUrlObj),
128
+ options: localVarRequestOptions,
129
+ };
130
+ },
131
+ /**
132
+ * Set a list of Claims in Batch to Process.
133
+ * @summary Process Workflow Claims
134
+ * @param {string} vbasoftwareDatabase Target database
135
+ * @param {WorkflowProcessing} workflowProcessing
136
+ * @param {*} [options] Override http request option.
137
+ * @throws {RequiredError}
138
+ */
139
+ workflowProcessingProcessClaims: async (vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
140
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
141
+ assertParamExists('workflowProcessingProcessClaims', 'vbasoftwareDatabase', vbasoftwareDatabase)
142
+ // verify required parameter 'workflowProcessing' is not null or undefined
143
+ assertParamExists('workflowProcessingProcessClaims', 'workflowProcessing', workflowProcessing)
144
+ const localVarPath = `/workflow-process-claims`;
145
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
146
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
147
+ let baseOptions;
148
+ if (configuration) {
149
+ baseOptions = configuration.baseOptions;
150
+ }
151
+
152
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
153
+ const localVarHeaderParameter = {} as any;
154
+ const localVarQueryParameter = {} as any;
155
+
156
+ // authentication apiKeyAuth required
157
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
158
+
159
+ // authentication bearerAuth required
160
+ // http bearer authentication required
161
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
162
+
163
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
164
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
165
+ }
166
+
167
+
168
+
169
+ localVarHeaderParameter['Content-Type'] = 'application/json';
170
+
171
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
172
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
173
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
174
+ localVarRequestOptions.data = serializeDataIfNeeded(workflowProcessing, localVarRequestOptions, configuration)
175
+
176
+ return {
177
+ url: toPathString(localVarUrlObj),
178
+ options: localVarRequestOptions,
179
+ };
180
+ },
181
+ /**
182
+ * Set a list of WorkflowDetail records to Reject.
183
+ * @summary Reject Workflow Items
184
+ * @param {string} vbasoftwareDatabase Target database
185
+ * @param {WorkflowProcessing} workflowProcessing
186
+ * @param {*} [options] Override http request option.
187
+ * @throws {RequiredError}
188
+ */
189
+ workflowProcessingReject: async (vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
190
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
191
+ assertParamExists('workflowProcessingReject', 'vbasoftwareDatabase', vbasoftwareDatabase)
192
+ // verify required parameter 'workflowProcessing' is not null or undefined
193
+ assertParamExists('workflowProcessingReject', 'workflowProcessing', workflowProcessing)
194
+ const localVarPath = `/workflow-reject`;
195
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
196
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
197
+ let baseOptions;
198
+ if (configuration) {
199
+ baseOptions = configuration.baseOptions;
200
+ }
201
+
202
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
203
+ const localVarHeaderParameter = {} as any;
204
+ const localVarQueryParameter = {} as any;
205
+
206
+ // authentication apiKeyAuth required
207
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
208
+
209
+ // authentication bearerAuth required
210
+ // http bearer authentication required
211
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
212
+
213
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
214
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
215
+ }
216
+
217
+
218
+
219
+ localVarHeaderParameter['Content-Type'] = 'application/json';
220
+
221
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
222
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
223
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
224
+ localVarRequestOptions.data = serializeDataIfNeeded(workflowProcessing, localVarRequestOptions, configuration)
225
+
226
+ return {
227
+ url: toPathString(localVarUrlObj),
228
+ options: localVarRequestOptions,
229
+ };
230
+ },
231
+ }
232
+ };
233
+
234
+ /**
235
+ * AdvWorkflowApi - functional programming interface
236
+ * @export
237
+ */
238
+ export const AdvWorkflowApiFp = function(configuration?: Configuration) {
239
+ const localVarAxiosParamCreator = AdvWorkflowApiAxiosParamCreator(configuration)
240
+ return {
241
+ /**
242
+ * Set a list of WorkflowDetail records to Assign.
243
+ * @summary Assign Workflow Items
244
+ * @param {string} vbasoftwareDatabase Target database
245
+ * @param {WorkflowProcessing} workflowProcessing
246
+ * @param {*} [options] Override http request option.
247
+ * @throws {RequiredError}
248
+ */
249
+ async workflowProcessingAssign(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
250
+ const localVarAxiosArgs = await localVarAxiosParamCreator.workflowProcessingAssign(vbasoftwareDatabase, workflowProcessing, options);
251
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
252
+ },
253
+ /**
254
+ * Set a list of WorkflowDetail records to Complete.
255
+ * @summary Complete Workflow Items
256
+ * @param {string} vbasoftwareDatabase Target database
257
+ * @param {WorkflowProcessing} workflowProcessing
258
+ * @param {*} [options] Override http request option.
259
+ * @throws {RequiredError}
260
+ */
261
+ async workflowProcessingComplete(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
262
+ const localVarAxiosArgs = await localVarAxiosParamCreator.workflowProcessingComplete(vbasoftwareDatabase, workflowProcessing, options);
263
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
264
+ },
265
+ /**
266
+ * Set a list of Claims in Batch to Process.
267
+ * @summary Process Workflow Claims
268
+ * @param {string} vbasoftwareDatabase Target database
269
+ * @param {WorkflowProcessing} workflowProcessing
270
+ * @param {*} [options] Override http request option.
271
+ * @throws {RequiredError}
272
+ */
273
+ async workflowProcessingProcessClaims(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
274
+ const localVarAxiosArgs = await localVarAxiosParamCreator.workflowProcessingProcessClaims(vbasoftwareDatabase, workflowProcessing, options);
275
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
276
+ },
277
+ /**
278
+ * Set a list of WorkflowDetail records to Reject.
279
+ * @summary Reject Workflow Items
280
+ * @param {string} vbasoftwareDatabase Target database
281
+ * @param {WorkflowProcessing} workflowProcessing
282
+ * @param {*} [options] Override http request option.
283
+ * @throws {RequiredError}
284
+ */
285
+ async workflowProcessingReject(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
286
+ const localVarAxiosArgs = await localVarAxiosParamCreator.workflowProcessingReject(vbasoftwareDatabase, workflowProcessing, options);
287
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
288
+ },
289
+ }
290
+ };
291
+
292
+ /**
293
+ * AdvWorkflowApi - factory interface
294
+ * @export
295
+ */
296
+ export const AdvWorkflowApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
297
+ const localVarFp = AdvWorkflowApiFp(configuration)
298
+ return {
299
+ /**
300
+ * Set a list of WorkflowDetail records to Assign.
301
+ * @summary Assign Workflow Items
302
+ * @param {string} vbasoftwareDatabase Target database
303
+ * @param {WorkflowProcessing} workflowProcessing
304
+ * @param {*} [options] Override http request option.
305
+ * @throws {RequiredError}
306
+ */
307
+ workflowProcessingAssign(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: any): AxiosPromise<void> {
308
+ return localVarFp.workflowProcessingAssign(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(axios, basePath));
309
+ },
310
+ /**
311
+ * Set a list of WorkflowDetail records to Complete.
312
+ * @summary Complete Workflow Items
313
+ * @param {string} vbasoftwareDatabase Target database
314
+ * @param {WorkflowProcessing} workflowProcessing
315
+ * @param {*} [options] Override http request option.
316
+ * @throws {RequiredError}
317
+ */
318
+ workflowProcessingComplete(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: any): AxiosPromise<void> {
319
+ return localVarFp.workflowProcessingComplete(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(axios, basePath));
320
+ },
321
+ /**
322
+ * Set a list of Claims in Batch to Process.
323
+ * @summary Process Workflow Claims
324
+ * @param {string} vbasoftwareDatabase Target database
325
+ * @param {WorkflowProcessing} workflowProcessing
326
+ * @param {*} [options] Override http request option.
327
+ * @throws {RequiredError}
328
+ */
329
+ workflowProcessingProcessClaims(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: any): AxiosPromise<void> {
330
+ return localVarFp.workflowProcessingProcessClaims(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(axios, basePath));
331
+ },
332
+ /**
333
+ * Set a list of WorkflowDetail records to Reject.
334
+ * @summary Reject Workflow Items
335
+ * @param {string} vbasoftwareDatabase Target database
336
+ * @param {WorkflowProcessing} workflowProcessing
337
+ * @param {*} [options] Override http request option.
338
+ * @throws {RequiredError}
339
+ */
340
+ workflowProcessingReject(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: any): AxiosPromise<void> {
341
+ return localVarFp.workflowProcessingReject(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(axios, basePath));
342
+ },
343
+ };
344
+ };
345
+
346
+ /**
347
+ * AdvWorkflowApi - interface
348
+ * @export
349
+ * @interface AdvWorkflowApi
350
+ */
351
+ export interface AdvWorkflowApiInterface {
352
+ /**
353
+ * Set a list of WorkflowDetail records to Assign.
354
+ * @summary Assign Workflow Items
355
+ * @param {string} vbasoftwareDatabase Target database
356
+ * @param {WorkflowProcessing} workflowProcessing
357
+ * @param {*} [options] Override http request option.
358
+ * @throws {RequiredError}
359
+ * @memberof AdvWorkflowApiInterface
360
+ */
361
+ workflowProcessingAssign(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): AxiosPromise<void>;
362
+
363
+ /**
364
+ * Set a list of WorkflowDetail records to Complete.
365
+ * @summary Complete Workflow Items
366
+ * @param {string} vbasoftwareDatabase Target database
367
+ * @param {WorkflowProcessing} workflowProcessing
368
+ * @param {*} [options] Override http request option.
369
+ * @throws {RequiredError}
370
+ * @memberof AdvWorkflowApiInterface
371
+ */
372
+ workflowProcessingComplete(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): AxiosPromise<void>;
373
+
374
+ /**
375
+ * Set a list of Claims in Batch to Process.
376
+ * @summary Process Workflow Claims
377
+ * @param {string} vbasoftwareDatabase Target database
378
+ * @param {WorkflowProcessing} workflowProcessing
379
+ * @param {*} [options] Override http request option.
380
+ * @throws {RequiredError}
381
+ * @memberof AdvWorkflowApiInterface
382
+ */
383
+ workflowProcessingProcessClaims(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): AxiosPromise<void>;
384
+
385
+ /**
386
+ * Set a list of WorkflowDetail records to Reject.
387
+ * @summary Reject Workflow Items
388
+ * @param {string} vbasoftwareDatabase Target database
389
+ * @param {WorkflowProcessing} workflowProcessing
390
+ * @param {*} [options] Override http request option.
391
+ * @throws {RequiredError}
392
+ * @memberof AdvWorkflowApiInterface
393
+ */
394
+ workflowProcessingReject(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig): AxiosPromise<void>;
395
+
396
+ }
397
+
398
+ /**
399
+ * AdvWorkflowApi - object-oriented interface
400
+ * @export
401
+ * @class AdvWorkflowApi
402
+ * @extends {BaseAPI}
403
+ */
404
+ export class AdvWorkflowApi extends BaseAPI implements AdvWorkflowApiInterface {
405
+ /**
406
+ * Set a list of WorkflowDetail records to Assign.
407
+ * @summary Assign Workflow Items
408
+ * @param {string} vbasoftwareDatabase Target database
409
+ * @param {WorkflowProcessing} workflowProcessing
410
+ * @param {*} [options] Override http request option.
411
+ * @throws {RequiredError}
412
+ * @memberof AdvWorkflowApi
413
+ */
414
+ public workflowProcessingAssign(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig) {
415
+ return AdvWorkflowApiFp(this.configuration).workflowProcessingAssign(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(this.axios, this.basePath));
416
+ }
417
+
418
+ /**
419
+ * Set a list of WorkflowDetail records to Complete.
420
+ * @summary Complete Workflow Items
421
+ * @param {string} vbasoftwareDatabase Target database
422
+ * @param {WorkflowProcessing} workflowProcessing
423
+ * @param {*} [options] Override http request option.
424
+ * @throws {RequiredError}
425
+ * @memberof AdvWorkflowApi
426
+ */
427
+ public workflowProcessingComplete(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig) {
428
+ return AdvWorkflowApiFp(this.configuration).workflowProcessingComplete(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(this.axios, this.basePath));
429
+ }
430
+
431
+ /**
432
+ * Set a list of Claims in Batch to Process.
433
+ * @summary Process Workflow Claims
434
+ * @param {string} vbasoftwareDatabase Target database
435
+ * @param {WorkflowProcessing} workflowProcessing
436
+ * @param {*} [options] Override http request option.
437
+ * @throws {RequiredError}
438
+ * @memberof AdvWorkflowApi
439
+ */
440
+ public workflowProcessingProcessClaims(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig) {
441
+ return AdvWorkflowApiFp(this.configuration).workflowProcessingProcessClaims(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(this.axios, this.basePath));
442
+ }
443
+
444
+ /**
445
+ * Set a list of WorkflowDetail records to Reject.
446
+ * @summary Reject Workflow Items
447
+ * @param {string} vbasoftwareDatabase Target database
448
+ * @param {WorkflowProcessing} workflowProcessing
449
+ * @param {*} [options] Override http request option.
450
+ * @throws {RequiredError}
451
+ * @memberof AdvWorkflowApi
452
+ */
453
+ public workflowProcessingReject(vbasoftwareDatabase: string, workflowProcessing: WorkflowProcessing, options?: AxiosRequestConfig) {
454
+ return AdvWorkflowApiFp(this.configuration).workflowProcessingReject(vbasoftwareDatabase, workflowProcessing, options).then((request) => request(this.axios, this.basePath));
455
+ }
456
+ }