@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250117.1 → 1.20250131.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/.openapi-generator/VERSION +1 -1
- package/api/adv-billing-api.ts +218 -0
- package/api/adv-claim-api.ts +114 -0
- package/api/premium-invoices-api.ts +98 -0
- package/api/premium-payments-api.ts +120 -0
- package/api/support-api.ts +134 -20
- package/api/user-status-api.ts +166 -0
- package/api/vbagateway-messaging-api.ts +98 -0
- package/api.ts +1 -0
- package/configuration.ts +7 -1
- package/models/covered-benefit.ts +18 -0
- package/models/index.ts +4 -0
- package/models/prem-invoice-apply-payment.ts +10 -1
- package/models/transpose-request-meta-data-result-list-vbaresponse.ts +51 -0
- package/models/transpose-request-meta-data-result.ts +42 -0
- package/models/vbaprocess-payment-file.ts +1 -1
- package/models/vbauser-status-vbaresponse.ts +51 -0
- package/models/vbauser-status.ts +39 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -843,6 +843,7 @@ api/user-group-mappings-api.ts
|
|
|
843
843
|
api/user-groups-api.ts
|
|
844
844
|
api/user-log-types-api.ts
|
|
845
845
|
api/user-note-access-api.ts
|
|
846
|
+
api/user-status-api.ts
|
|
846
847
|
api/vbagateway-messaging-api.ts
|
|
847
848
|
api/vbagateway-subscription-api.ts
|
|
848
849
|
api/vbagateway-subscription-detail-api.ts
|
|
@@ -3308,6 +3309,8 @@ models/tooth-quadrant-vbaresponse.ts
|
|
|
3308
3309
|
models/tooth-quadrant.ts
|
|
3309
3310
|
models/tooth-vbaresponse.ts
|
|
3310
3311
|
models/tooth.ts
|
|
3312
|
+
models/transpose-request-meta-data-result-list-vbaresponse.ts
|
|
3313
|
+
models/transpose-request-meta-data-result.ts
|
|
3311
3314
|
models/treatment-type-list-vbaresponse.ts
|
|
3312
3315
|
models/treatment-type-vbaresponse.ts
|
|
3313
3316
|
models/treatment-type.ts
|
|
@@ -3456,6 +3459,8 @@ models/vbareport-list-vbaresponse.ts
|
|
|
3456
3459
|
models/vbareport-vbaresponse.ts
|
|
3457
3460
|
models/vbareport.ts
|
|
3458
3461
|
models/vbassologin-config.ts
|
|
3462
|
+
models/vbauser-status-vbaresponse.ts
|
|
3463
|
+
models/vbauser-status.ts
|
|
3459
3464
|
models/verify-mfadevice-setup-request.ts
|
|
3460
3465
|
models/verify-mfadevice-setup-response-vbaresponse.ts
|
|
3461
3466
|
models/verify-mfadevice-setup-response.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.11.0
|
package/api/adv-billing-api.ts
CHANGED
|
@@ -32,6 +32,8 @@ import type { BillingRateModifyConfig } from '../models';
|
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
import type { BillingRefund } from '../models';
|
|
34
34
|
// @ts-ignore
|
|
35
|
+
import type { BooleanVBAResponse } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
35
37
|
import type { EnrollmentDisenrollAdjustmentListVBAResponse } from '../models';
|
|
36
38
|
// @ts-ignore
|
|
37
39
|
import type { GeneratePremInvoice } from '../models';
|
|
@@ -1199,6 +1201,55 @@ export const AdvBillingApiAxiosParamCreator = function (configuration?: Configur
|
|
|
1199
1201
|
|
|
1200
1202
|
|
|
1201
1203
|
|
|
1204
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1205
|
+
|
|
1206
|
+
if (vbasoftwareDatabase != null) {
|
|
1207
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
1208
|
+
}
|
|
1209
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1210
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1211
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1212
|
+
localVarRequestOptions.data = serializeDataIfNeeded(premInvoiceApplyPayment, localVarRequestOptions, configuration)
|
|
1213
|
+
|
|
1214
|
+
return {
|
|
1215
|
+
url: toPathString(localVarUrlObj),
|
|
1216
|
+
options: localVarRequestOptions,
|
|
1217
|
+
};
|
|
1218
|
+
},
|
|
1219
|
+
/**
|
|
1220
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
1221
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
1222
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1223
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
1224
|
+
* @param {*} [options] Override http request option.
|
|
1225
|
+
* @throws {RequiredError}
|
|
1226
|
+
*/
|
|
1227
|
+
premInvoiceApplyPaymentSelfAdmin: async (vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1228
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
1229
|
+
assertParamExists('premInvoiceApplyPaymentSelfAdmin', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
1230
|
+
// verify required parameter 'premInvoiceApplyPayment' is not null or undefined
|
|
1231
|
+
assertParamExists('premInvoiceApplyPaymentSelfAdmin', 'premInvoiceApplyPayment', premInvoiceApplyPayment)
|
|
1232
|
+
const localVarPath = `/premium-invoice-apply-payment-self-admin`;
|
|
1233
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1234
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1235
|
+
let baseOptions;
|
|
1236
|
+
if (configuration) {
|
|
1237
|
+
baseOptions = configuration.baseOptions;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1241
|
+
const localVarHeaderParameter = {} as any;
|
|
1242
|
+
const localVarQueryParameter = {} as any;
|
|
1243
|
+
|
|
1244
|
+
// authentication apiKeyAuth required
|
|
1245
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
1246
|
+
|
|
1247
|
+
// authentication bearerAuth required
|
|
1248
|
+
// http bearer authentication required
|
|
1249
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1202
1253
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1203
1254
|
|
|
1204
1255
|
if (vbasoftwareDatabase != null) {
|
|
@@ -1443,6 +1494,67 @@ export const AdvBillingApiAxiosParamCreator = function (configuration?: Configur
|
|
|
1443
1494
|
|
|
1444
1495
|
|
|
1445
1496
|
|
|
1497
|
+
if (vbasoftwareDatabase != null) {
|
|
1498
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
1499
|
+
}
|
|
1500
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1501
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1502
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1503
|
+
|
|
1504
|
+
return {
|
|
1505
|
+
url: toPathString(localVarUrlObj),
|
|
1506
|
+
options: localVarRequestOptions,
|
|
1507
|
+
};
|
|
1508
|
+
},
|
|
1509
|
+
/**
|
|
1510
|
+
* Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off.
|
|
1511
|
+
* @summary Process or Check Invoice Tolerance
|
|
1512
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1513
|
+
* @param {number} invoiceKey Invoice Key
|
|
1514
|
+
* @param {number} amountDue Amount Due
|
|
1515
|
+
* @param {boolean} verifyOnly Verify Only
|
|
1516
|
+
* @param {*} [options] Override http request option.
|
|
1517
|
+
* @throws {RequiredError}
|
|
1518
|
+
*/
|
|
1519
|
+
processInvoiceTolerance: async (vbasoftwareDatabase: string, invoiceKey: number, amountDue: number, verifyOnly: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1520
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
1521
|
+
assertParamExists('processInvoiceTolerance', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
1522
|
+
// verify required parameter 'invoiceKey' is not null or undefined
|
|
1523
|
+
assertParamExists('processInvoiceTolerance', 'invoiceKey', invoiceKey)
|
|
1524
|
+
// verify required parameter 'amountDue' is not null or undefined
|
|
1525
|
+
assertParamExists('processInvoiceTolerance', 'amountDue', amountDue)
|
|
1526
|
+
// verify required parameter 'verifyOnly' is not null or undefined
|
|
1527
|
+
assertParamExists('processInvoiceTolerance', 'verifyOnly', verifyOnly)
|
|
1528
|
+
const localVarPath = `/process-invoice-tolerance/{invoiceKey}`
|
|
1529
|
+
.replace(`{${"invoiceKey"}}`, encodeURIComponent(String(invoiceKey)));
|
|
1530
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1531
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1532
|
+
let baseOptions;
|
|
1533
|
+
if (configuration) {
|
|
1534
|
+
baseOptions = configuration.baseOptions;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1538
|
+
const localVarHeaderParameter = {} as any;
|
|
1539
|
+
const localVarQueryParameter = {} as any;
|
|
1540
|
+
|
|
1541
|
+
// authentication apiKeyAuth required
|
|
1542
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
1543
|
+
|
|
1544
|
+
// authentication bearerAuth required
|
|
1545
|
+
// http bearer authentication required
|
|
1546
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1547
|
+
|
|
1548
|
+
if (amountDue !== undefined) {
|
|
1549
|
+
localVarQueryParameter['amountDue'] = amountDue;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
if (verifyOnly !== undefined) {
|
|
1553
|
+
localVarQueryParameter['verifyOnly'] = verifyOnly;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
|
|
1557
|
+
|
|
1446
1558
|
if (vbasoftwareDatabase != null) {
|
|
1447
1559
|
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
1448
1560
|
}
|
|
@@ -1930,6 +2042,20 @@ export const AdvBillingApiFp = function(configuration?: Configuration) {
|
|
|
1930
2042
|
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.premInvoiceApplyPaymentHeaderAdjustment']?.[localVarOperationServerIndex]?.url;
|
|
1931
2043
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1932
2044
|
},
|
|
2045
|
+
/**
|
|
2046
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
2047
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
2048
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2049
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
2050
|
+
* @param {*} [options] Override http request option.
|
|
2051
|
+
* @throws {RequiredError}
|
|
2052
|
+
*/
|
|
2053
|
+
async premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2054
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase, premInvoiceApplyPayment, options);
|
|
2055
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2056
|
+
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.premInvoiceApplyPaymentSelfAdmin']?.[localVarOperationServerIndex]?.url;
|
|
2057
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2058
|
+
},
|
|
1933
2059
|
/**
|
|
1934
2060
|
* PremInvoice Apply Payments by Subscriber
|
|
1935
2061
|
* @summary PremInvoice Apply Payments by Subscriber
|
|
@@ -2000,6 +2126,22 @@ export const AdvBillingApiFp = function(configuration?: Configuration) {
|
|
|
2000
2126
|
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.premInvoiceAutoApplySelfAdmin']?.[localVarOperationServerIndex]?.url;
|
|
2001
2127
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2002
2128
|
},
|
|
2129
|
+
/**
|
|
2130
|
+
* Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off.
|
|
2131
|
+
* @summary Process or Check Invoice Tolerance
|
|
2132
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2133
|
+
* @param {number} invoiceKey Invoice Key
|
|
2134
|
+
* @param {number} amountDue Amount Due
|
|
2135
|
+
* @param {boolean} verifyOnly Verify Only
|
|
2136
|
+
* @param {*} [options] Override http request option.
|
|
2137
|
+
* @throws {RequiredError}
|
|
2138
|
+
*/
|
|
2139
|
+
async processInvoiceTolerance(vbasoftwareDatabase: string, invoiceKey: number, amountDue: number, verifyOnly: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BooleanVBAResponse>> {
|
|
2140
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.processInvoiceTolerance(vbasoftwareDatabase, invoiceKey, amountDue, verifyOnly, options);
|
|
2141
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2142
|
+
const localVarOperationServerBasePath = operationServerMap['AdvBillingApi.processInvoiceTolerance']?.[localVarOperationServerIndex]?.url;
|
|
2143
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2144
|
+
},
|
|
2003
2145
|
/**
|
|
2004
2146
|
* Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices.
|
|
2005
2147
|
* @summary Process Payment File
|
|
@@ -2308,6 +2450,17 @@ export const AdvBillingApiFactory = function (configuration?: Configuration, bas
|
|
|
2308
2450
|
premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2309
2451
|
return localVarFp.premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(axios, basePath));
|
|
2310
2452
|
},
|
|
2453
|
+
/**
|
|
2454
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
2455
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
2456
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2457
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
2458
|
+
* @param {*} [options] Override http request option.
|
|
2459
|
+
* @throws {RequiredError}
|
|
2460
|
+
*/
|
|
2461
|
+
premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2462
|
+
return localVarFp.premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(axios, basePath));
|
|
2463
|
+
},
|
|
2311
2464
|
/**
|
|
2312
2465
|
* PremInvoice Apply Payments by Subscriber
|
|
2313
2466
|
* @summary PremInvoice Apply Payments by Subscriber
|
|
@@ -2363,6 +2516,19 @@ export const AdvBillingApiFactory = function (configuration?: Configuration, bas
|
|
|
2363
2516
|
premInvoiceAutoApplySelfAdmin(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2364
2517
|
return localVarFp.premInvoiceAutoApplySelfAdmin(vbasoftwareDatabase, invoiceKey, options).then((request) => request(axios, basePath));
|
|
2365
2518
|
},
|
|
2519
|
+
/**
|
|
2520
|
+
* Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off.
|
|
2521
|
+
* @summary Process or Check Invoice Tolerance
|
|
2522
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2523
|
+
* @param {number} invoiceKey Invoice Key
|
|
2524
|
+
* @param {number} amountDue Amount Due
|
|
2525
|
+
* @param {boolean} verifyOnly Verify Only
|
|
2526
|
+
* @param {*} [options] Override http request option.
|
|
2527
|
+
* @throws {RequiredError}
|
|
2528
|
+
*/
|
|
2529
|
+
processInvoiceTolerance(vbasoftwareDatabase: string, invoiceKey: number, amountDue: number, verifyOnly: boolean, options?: RawAxiosRequestConfig): AxiosPromise<BooleanVBAResponse> {
|
|
2530
|
+
return localVarFp.processInvoiceTolerance(vbasoftwareDatabase, invoiceKey, amountDue, verifyOnly, options).then((request) => request(axios, basePath));
|
|
2531
|
+
},
|
|
2366
2532
|
/**
|
|
2367
2533
|
* Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices.
|
|
2368
2534
|
* @summary Process Payment File
|
|
@@ -2661,6 +2827,17 @@ export interface AdvBillingApiInterface {
|
|
|
2661
2827
|
*/
|
|
2662
2828
|
premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2663
2829
|
|
|
2830
|
+
/**
|
|
2831
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
2832
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
2833
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2834
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
2835
|
+
* @param {*} [options] Override http request option.
|
|
2836
|
+
* @throws {RequiredError}
|
|
2837
|
+
* @memberof AdvBillingApiInterface
|
|
2838
|
+
*/
|
|
2839
|
+
premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2840
|
+
|
|
2664
2841
|
/**
|
|
2665
2842
|
* PremInvoice Apply Payments by Subscriber
|
|
2666
2843
|
* @summary PremInvoice Apply Payments by Subscriber
|
|
@@ -2716,6 +2893,19 @@ export interface AdvBillingApiInterface {
|
|
|
2716
2893
|
*/
|
|
2717
2894
|
premInvoiceAutoApplySelfAdmin(vbasoftwareDatabase: string, invoiceKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2718
2895
|
|
|
2896
|
+
/**
|
|
2897
|
+
* Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off.
|
|
2898
|
+
* @summary Process or Check Invoice Tolerance
|
|
2899
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2900
|
+
* @param {number} invoiceKey Invoice Key
|
|
2901
|
+
* @param {number} amountDue Amount Due
|
|
2902
|
+
* @param {boolean} verifyOnly Verify Only
|
|
2903
|
+
* @param {*} [options] Override http request option.
|
|
2904
|
+
* @throws {RequiredError}
|
|
2905
|
+
* @memberof AdvBillingApiInterface
|
|
2906
|
+
*/
|
|
2907
|
+
processInvoiceTolerance(vbasoftwareDatabase: string, invoiceKey: number, amountDue: number, verifyOnly: boolean, options?: RawAxiosRequestConfig): AxiosPromise<BooleanVBAResponse>;
|
|
2908
|
+
|
|
2719
2909
|
/**
|
|
2720
2910
|
* Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices.
|
|
2721
2911
|
* @summary Process Payment File
|
|
@@ -3058,6 +3248,19 @@ export class AdvBillingApi extends BaseAPI implements AdvBillingApiInterface {
|
|
|
3058
3248
|
return AdvBillingApiFp(this.configuration).premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(this.axios, this.basePath));
|
|
3059
3249
|
}
|
|
3060
3250
|
|
|
3251
|
+
/**
|
|
3252
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
3253
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
3254
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
3255
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
3256
|
+
* @param {*} [options] Override http request option.
|
|
3257
|
+
* @throws {RequiredError}
|
|
3258
|
+
* @memberof AdvBillingApi
|
|
3259
|
+
*/
|
|
3260
|
+
public premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig) {
|
|
3261
|
+
return AdvBillingApiFp(this.configuration).premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(this.axios, this.basePath));
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3061
3264
|
/**
|
|
3062
3265
|
* PremInvoice Apply Payments by Subscriber
|
|
3063
3266
|
* @summary PremInvoice Apply Payments by Subscriber
|
|
@@ -3123,6 +3326,21 @@ export class AdvBillingApi extends BaseAPI implements AdvBillingApiInterface {
|
|
|
3123
3326
|
return AdvBillingApiFp(this.configuration).premInvoiceAutoApplySelfAdmin(vbasoftwareDatabase, invoiceKey, options).then((request) => request(this.axios, this.basePath));
|
|
3124
3327
|
}
|
|
3125
3328
|
|
|
3329
|
+
/**
|
|
3330
|
+
* Given an Invoice and amount due, either check if an Invoice falls withing Tolerance range to performan a write-off, or go ahead and perform the write-off.
|
|
3331
|
+
* @summary Process or Check Invoice Tolerance
|
|
3332
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
3333
|
+
* @param {number} invoiceKey Invoice Key
|
|
3334
|
+
* @param {number} amountDue Amount Due
|
|
3335
|
+
* @param {boolean} verifyOnly Verify Only
|
|
3336
|
+
* @param {*} [options] Override http request option.
|
|
3337
|
+
* @throws {RequiredError}
|
|
3338
|
+
* @memberof AdvBillingApi
|
|
3339
|
+
*/
|
|
3340
|
+
public processInvoiceTolerance(vbasoftwareDatabase: string, invoiceKey: number, amountDue: number, verifyOnly: boolean, options?: RawAxiosRequestConfig) {
|
|
3341
|
+
return AdvBillingApiFp(this.configuration).processInvoiceTolerance(vbasoftwareDatabase, invoiceKey, amountDue, verifyOnly, options).then((request) => request(this.axios, this.basePath));
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3126
3344
|
/**
|
|
3127
3345
|
* Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices.
|
|
3128
3346
|
* @summary Process Payment File
|
package/api/adv-claim-api.ts
CHANGED
|
@@ -38,6 +38,8 @@ import type { Int32VBAResponse } from '../models';
|
|
|
38
38
|
// @ts-ignore
|
|
39
39
|
import type { LifeClaimAdvisor } from '../models';
|
|
40
40
|
// @ts-ignore
|
|
41
|
+
import type { StringVBAResponse } from '../models';
|
|
42
|
+
// @ts-ignore
|
|
41
43
|
import type { SuspenseClaimList } from '../models';
|
|
42
44
|
// @ts-ignore
|
|
43
45
|
import type { VBADisabilityAdvisor } from '../models';
|
|
@@ -587,6 +589,61 @@ export const AdvClaimApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
587
589
|
options: localVarRequestOptions,
|
|
588
590
|
};
|
|
589
591
|
},
|
|
592
|
+
/**
|
|
593
|
+
* Get a full XML representation of this claim submitted via EDI into VBADataIntegration. The criteria for this is available in Search Config: VBADATAINT_CLAIM.
|
|
594
|
+
* @summary Get Claim EDI XML
|
|
595
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
596
|
+
* @param {number} ediKey EDI Key
|
|
597
|
+
* @param {number} claimKey Claim Key
|
|
598
|
+
* @param {string} ediLocation EDI Location
|
|
599
|
+
* @param {*} [options] Override http request option.
|
|
600
|
+
* @throws {RequiredError}
|
|
601
|
+
*/
|
|
602
|
+
getClaimXML: async (vbasoftwareDatabase: string, ediKey: number, claimKey: number, ediLocation: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
603
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
604
|
+
assertParamExists('getClaimXML', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
605
|
+
// verify required parameter 'ediKey' is not null or undefined
|
|
606
|
+
assertParamExists('getClaimXML', 'ediKey', ediKey)
|
|
607
|
+
// verify required parameter 'claimKey' is not null or undefined
|
|
608
|
+
assertParamExists('getClaimXML', 'claimKey', claimKey)
|
|
609
|
+
// verify required parameter 'ediLocation' is not null or undefined
|
|
610
|
+
assertParamExists('getClaimXML', 'ediLocation', ediLocation)
|
|
611
|
+
const localVarPath = `/edi-key/{ediKey}/edi-claim-key/{claimKey}/edi-location/{ediLocation}/edi-xml`
|
|
612
|
+
.replace(`{${"ediKey"}}`, encodeURIComponent(String(ediKey)))
|
|
613
|
+
.replace(`{${"claimKey"}}`, encodeURIComponent(String(claimKey)))
|
|
614
|
+
.replace(`{${"ediLocation"}}`, encodeURIComponent(String(ediLocation)));
|
|
615
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
616
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
617
|
+
let baseOptions;
|
|
618
|
+
if (configuration) {
|
|
619
|
+
baseOptions = configuration.baseOptions;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
623
|
+
const localVarHeaderParameter = {} as any;
|
|
624
|
+
const localVarQueryParameter = {} as any;
|
|
625
|
+
|
|
626
|
+
// authentication apiKeyAuth required
|
|
627
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
628
|
+
|
|
629
|
+
// authentication bearerAuth required
|
|
630
|
+
// http bearer authentication required
|
|
631
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
if (vbasoftwareDatabase != null) {
|
|
636
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
637
|
+
}
|
|
638
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
639
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
640
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
641
|
+
|
|
642
|
+
return {
|
|
643
|
+
url: toPathString(localVarUrlObj),
|
|
644
|
+
options: localVarRequestOptions,
|
|
645
|
+
};
|
|
646
|
+
},
|
|
590
647
|
/**
|
|
591
648
|
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
592
649
|
* @summary List matching benefit detail
|
|
@@ -1016,6 +1073,22 @@ export const AdvClaimApiFp = function(configuration?: Configuration) {
|
|
|
1016
1073
|
const localVarOperationServerBasePath = operationServerMap['AdvClaimApi.generateClaimInvoice']?.[localVarOperationServerIndex]?.url;
|
|
1017
1074
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1018
1075
|
},
|
|
1076
|
+
/**
|
|
1077
|
+
* Get a full XML representation of this claim submitted via EDI into VBADataIntegration. The criteria for this is available in Search Config: VBADATAINT_CLAIM.
|
|
1078
|
+
* @summary Get Claim EDI XML
|
|
1079
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1080
|
+
* @param {number} ediKey EDI Key
|
|
1081
|
+
* @param {number} claimKey Claim Key
|
|
1082
|
+
* @param {string} ediLocation EDI Location
|
|
1083
|
+
* @param {*} [options] Override http request option.
|
|
1084
|
+
* @throws {RequiredError}
|
|
1085
|
+
*/
|
|
1086
|
+
async getClaimXML(vbasoftwareDatabase: string, ediKey: number, claimKey: number, ediLocation: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StringVBAResponse>> {
|
|
1087
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getClaimXML(vbasoftwareDatabase, ediKey, claimKey, ediLocation, options);
|
|
1088
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1089
|
+
const localVarOperationServerBasePath = operationServerMap['AdvClaimApi.getClaimXML']?.[localVarOperationServerIndex]?.url;
|
|
1090
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1091
|
+
},
|
|
1019
1092
|
/**
|
|
1020
1093
|
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
1021
1094
|
* @summary List matching benefit detail
|
|
@@ -1220,6 +1293,19 @@ export const AdvClaimApiFactory = function (configuration?: Configuration, baseP
|
|
|
1220
1293
|
generateClaimInvoice(vbasoftwareDatabase: string, claimInvoiceConfig: ClaimInvoiceConfig, options?: RawAxiosRequestConfig): AxiosPromise<ClaimBatchClaimBatchDetailListVBAResponse> {
|
|
1221
1294
|
return localVarFp.generateClaimInvoice(vbasoftwareDatabase, claimInvoiceConfig, options).then((request) => request(axios, basePath));
|
|
1222
1295
|
},
|
|
1296
|
+
/**
|
|
1297
|
+
* Get a full XML representation of this claim submitted via EDI into VBADataIntegration. The criteria for this is available in Search Config: VBADATAINT_CLAIM.
|
|
1298
|
+
* @summary Get Claim EDI XML
|
|
1299
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1300
|
+
* @param {number} ediKey EDI Key
|
|
1301
|
+
* @param {number} claimKey Claim Key
|
|
1302
|
+
* @param {string} ediLocation EDI Location
|
|
1303
|
+
* @param {*} [options] Override http request option.
|
|
1304
|
+
* @throws {RequiredError}
|
|
1305
|
+
*/
|
|
1306
|
+
getClaimXML(vbasoftwareDatabase: string, ediKey: number, claimKey: number, ediLocation: string, options?: RawAxiosRequestConfig): AxiosPromise<StringVBAResponse> {
|
|
1307
|
+
return localVarFp.getClaimXML(vbasoftwareDatabase, ediKey, claimKey, ediLocation, options).then((request) => request(axios, basePath));
|
|
1308
|
+
},
|
|
1223
1309
|
/**
|
|
1224
1310
|
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
1225
1311
|
* @summary List matching benefit detail
|
|
@@ -1408,6 +1494,19 @@ export interface AdvClaimApiInterface {
|
|
|
1408
1494
|
*/
|
|
1409
1495
|
generateClaimInvoice(vbasoftwareDatabase: string, claimInvoiceConfig: ClaimInvoiceConfig, options?: RawAxiosRequestConfig): AxiosPromise<ClaimBatchClaimBatchDetailListVBAResponse>;
|
|
1410
1496
|
|
|
1497
|
+
/**
|
|
1498
|
+
* Get a full XML representation of this claim submitted via EDI into VBADataIntegration. The criteria for this is available in Search Config: VBADATAINT_CLAIM.
|
|
1499
|
+
* @summary Get Claim EDI XML
|
|
1500
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1501
|
+
* @param {number} ediKey EDI Key
|
|
1502
|
+
* @param {number} claimKey Claim Key
|
|
1503
|
+
* @param {string} ediLocation EDI Location
|
|
1504
|
+
* @param {*} [options] Override http request option.
|
|
1505
|
+
* @throws {RequiredError}
|
|
1506
|
+
* @memberof AdvClaimApiInterface
|
|
1507
|
+
*/
|
|
1508
|
+
getClaimXML(vbasoftwareDatabase: string, ediKey: number, claimKey: number, ediLocation: string, options?: RawAxiosRequestConfig): AxiosPromise<StringVBAResponse>;
|
|
1509
|
+
|
|
1411
1510
|
/**
|
|
1412
1511
|
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
1413
1512
|
* @summary List matching benefit detail
|
|
@@ -1616,6 +1715,21 @@ export class AdvClaimApi extends BaseAPI implements AdvClaimApiInterface {
|
|
|
1616
1715
|
return AdvClaimApiFp(this.configuration).generateClaimInvoice(vbasoftwareDatabase, claimInvoiceConfig, options).then((request) => request(this.axios, this.basePath));
|
|
1617
1716
|
}
|
|
1618
1717
|
|
|
1718
|
+
/**
|
|
1719
|
+
* Get a full XML representation of this claim submitted via EDI into VBADataIntegration. The criteria for this is available in Search Config: VBADATAINT_CLAIM.
|
|
1720
|
+
* @summary Get Claim EDI XML
|
|
1721
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1722
|
+
* @param {number} ediKey EDI Key
|
|
1723
|
+
* @param {number} claimKey Claim Key
|
|
1724
|
+
* @param {string} ediLocation EDI Location
|
|
1725
|
+
* @param {*} [options] Override http request option.
|
|
1726
|
+
* @throws {RequiredError}
|
|
1727
|
+
* @memberof AdvClaimApi
|
|
1728
|
+
*/
|
|
1729
|
+
public getClaimXML(vbasoftwareDatabase: string, ediKey: number, claimKey: number, ediLocation: string, options?: RawAxiosRequestConfig) {
|
|
1730
|
+
return AdvClaimApiFp(this.configuration).getClaimXML(vbasoftwareDatabase, ediKey, claimKey, ediLocation, options).then((request) => request(this.axios, this.basePath));
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1619
1733
|
/**
|
|
1620
1734
|
* List of potential benefit matches along with a match count for a specific claim service line.
|
|
1621
1735
|
* @summary List matching benefit detail
|
|
@@ -889,6 +889,55 @@ export const PremiumInvoicesApiAxiosParamCreator = function (configuration?: Con
|
|
|
889
889
|
|
|
890
890
|
|
|
891
891
|
|
|
892
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
893
|
+
|
|
894
|
+
if (vbasoftwareDatabase != null) {
|
|
895
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
896
|
+
}
|
|
897
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
898
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
899
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
900
|
+
localVarRequestOptions.data = serializeDataIfNeeded(premInvoiceApplyPayment, localVarRequestOptions, configuration)
|
|
901
|
+
|
|
902
|
+
return {
|
|
903
|
+
url: toPathString(localVarUrlObj),
|
|
904
|
+
options: localVarRequestOptions,
|
|
905
|
+
};
|
|
906
|
+
},
|
|
907
|
+
/**
|
|
908
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
909
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
910
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
911
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
912
|
+
* @param {*} [options] Override http request option.
|
|
913
|
+
* @throws {RequiredError}
|
|
914
|
+
*/
|
|
915
|
+
premInvoiceApplyPaymentSelfAdmin: async (vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
916
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
917
|
+
assertParamExists('premInvoiceApplyPaymentSelfAdmin', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
918
|
+
// verify required parameter 'premInvoiceApplyPayment' is not null or undefined
|
|
919
|
+
assertParamExists('premInvoiceApplyPaymentSelfAdmin', 'premInvoiceApplyPayment', premInvoiceApplyPayment)
|
|
920
|
+
const localVarPath = `/premium-invoice-apply-payment-self-admin`;
|
|
921
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
922
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
923
|
+
let baseOptions;
|
|
924
|
+
if (configuration) {
|
|
925
|
+
baseOptions = configuration.baseOptions;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
929
|
+
const localVarHeaderParameter = {} as any;
|
|
930
|
+
const localVarQueryParameter = {} as any;
|
|
931
|
+
|
|
932
|
+
// authentication apiKeyAuth required
|
|
933
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
934
|
+
|
|
935
|
+
// authentication bearerAuth required
|
|
936
|
+
// http bearer authentication required
|
|
937
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
892
941
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
893
942
|
|
|
894
943
|
if (vbasoftwareDatabase != null) {
|
|
@@ -1549,6 +1598,20 @@ export const PremiumInvoicesApiFp = function(configuration?: Configuration) {
|
|
|
1549
1598
|
const localVarOperationServerBasePath = operationServerMap['PremiumInvoicesApi.premInvoiceApplyPaymentHeaderAdjustment']?.[localVarOperationServerIndex]?.url;
|
|
1550
1599
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1551
1600
|
},
|
|
1601
|
+
/**
|
|
1602
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
1603
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
1604
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1605
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
1606
|
+
* @param {*} [options] Override http request option.
|
|
1607
|
+
* @throws {RequiredError}
|
|
1608
|
+
*/
|
|
1609
|
+
async premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
1610
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase, premInvoiceApplyPayment, options);
|
|
1611
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1612
|
+
const localVarOperationServerBasePath = operationServerMap['PremiumInvoicesApi.premInvoiceApplyPaymentSelfAdmin']?.[localVarOperationServerIndex]?.url;
|
|
1613
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1614
|
+
},
|
|
1552
1615
|
/**
|
|
1553
1616
|
* PremInvoice Apply Payments by Subscriber
|
|
1554
1617
|
* @summary PremInvoice Apply Payments by Subscriber
|
|
@@ -1866,6 +1929,17 @@ export const PremiumInvoicesApiFactory = function (configuration?: Configuration
|
|
|
1866
1929
|
premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1867
1930
|
return localVarFp.premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(axios, basePath));
|
|
1868
1931
|
},
|
|
1932
|
+
/**
|
|
1933
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
1934
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
1935
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1936
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
1937
|
+
* @param {*} [options] Override http request option.
|
|
1938
|
+
* @throws {RequiredError}
|
|
1939
|
+
*/
|
|
1940
|
+
premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1941
|
+
return localVarFp.premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(axios, basePath));
|
|
1942
|
+
},
|
|
1869
1943
|
/**
|
|
1870
1944
|
* PremInvoice Apply Payments by Subscriber
|
|
1871
1945
|
* @summary PremInvoice Apply Payments by Subscriber
|
|
@@ -2158,6 +2232,17 @@ export interface PremiumInvoicesApiInterface {
|
|
|
2158
2232
|
*/
|
|
2159
2233
|
premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2160
2234
|
|
|
2235
|
+
/**
|
|
2236
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
2237
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
2238
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2239
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
2240
|
+
* @param {*} [options] Override http request option.
|
|
2241
|
+
* @throws {RequiredError}
|
|
2242
|
+
* @memberof PremiumInvoicesApiInterface
|
|
2243
|
+
*/
|
|
2244
|
+
premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2245
|
+
|
|
2161
2246
|
/**
|
|
2162
2247
|
* PremInvoice Apply Payments by Subscriber
|
|
2163
2248
|
* @summary PremInvoice Apply Payments by Subscriber
|
|
@@ -2484,6 +2569,19 @@ export class PremiumInvoicesApi extends BaseAPI implements PremiumInvoicesApiInt
|
|
|
2484
2569
|
return PremiumInvoicesApiFp(this.configuration).premInvoiceApplyPaymentHeaderAdjustment(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(this.axios, this.basePath));
|
|
2485
2570
|
}
|
|
2486
2571
|
|
|
2572
|
+
/**
|
|
2573
|
+
* PremInvoice Apply Payments for Self-Admin
|
|
2574
|
+
* @summary PremInvoice Apply Payments for Self-Admin
|
|
2575
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
2576
|
+
* @param {PremInvoiceApplyPayment} premInvoiceApplyPayment
|
|
2577
|
+
* @param {*} [options] Override http request option.
|
|
2578
|
+
* @throws {RequiredError}
|
|
2579
|
+
* @memberof PremiumInvoicesApi
|
|
2580
|
+
*/
|
|
2581
|
+
public premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase: string, premInvoiceApplyPayment: PremInvoiceApplyPayment, options?: RawAxiosRequestConfig) {
|
|
2582
|
+
return PremiumInvoicesApiFp(this.configuration).premInvoiceApplyPaymentSelfAdmin(vbasoftwareDatabase, premInvoiceApplyPayment, options).then((request) => request(this.axios, this.basePath));
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2487
2585
|
/**
|
|
2488
2586
|
* PremInvoice Apply Payments by Subscriber
|
|
2489
2587
|
* @summary PremInvoice Apply Payments by Subscriber
|