@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.
- package/.openapi-generator/FILES +30 -0
- package/api/adv-workflow-api.ts +456 -0
- package/api/benefits-api.ts +122 -0
- package/api/client-config-api.ts +869 -0
- package/api/commission-rates-api.ts +8 -18
- package/api/group-ucpercent-criterias-api.ts +677 -0
- package/api/process-automation-api.ts +365 -0
- package/api/support-api.ts +532 -0
- package/api/user-api.ts +0 -96
- package/api/vbareports-api.ts +155 -0
- package/api.ts +6 -0
- package/models/auth.ts +29 -5
- package/models/callback-dto.ts +43 -0
- package/models/company-data.ts +14 -2
- package/models/database-connection.ts +36 -0
- package/models/email-report-dto.ts +103 -0
- package/models/fax-report-dto.ts +85 -0
- package/models/group-ucpercent-criteria-list-vbaresponse.ts +45 -0
- package/models/group-ucpercent-criteria-vbaresponse.ts +45 -0
- package/models/group-ucpercent-criteria.ts +84 -0
- package/models/groups.ts +6 -0
- package/models/index.ts +24 -0
- package/models/json-node-options.ts +30 -0
- package/models/json-node.ts +43 -0
- package/models/json-value.ts +44 -0
- package/models/report-series-step.ts +6 -0
- package/models/smsdto.ts +67 -0
- package/models/ssoconfig-list-vbaresponse.ts +45 -0
- package/models/ssoconfig-vbaresponse.ts +45 -0
- package/models/ssoconfig.ts +84 -0
- package/models/users.ts +13 -1
- package/models/vbaclient-environment-list-vbaresponse.ts +45 -0
- package/models/vbaclient-environment.ts +37 -0
- package/models/vbaclient-list-vbaresponse.ts +45 -0
- package/models/vbaclient-vbaresponse.ts +45 -0
- package/models/vbaclient.ts +55 -0
- package/models/vbareport-list-vbaresponse.ts +45 -0
- package/models/vbareport.ts +60 -0
- package/models/vbassologin-config.ts +42 -0
- package/models/workflow-claim.ts +60 -0
- package/models/workflow-processing.ts +49 -0
- package/package.json +1 -1
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GroupUCPercentCriteria
|
|
21
|
+
*/
|
|
22
|
+
export interface GroupUCPercentCriteria {
|
|
23
|
+
/**
|
|
24
|
+
* References. The GroupUCPercentCriteria.GroupUCPercentCriteria_Key value on the parent table. Note: The database will apply a default value of `0` 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 `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GroupUCPercentCriteria
|
|
27
|
+
*/
|
|
28
|
+
'groupUCPercentCriteria_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
* Beginning of selected criteria range.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GroupUCPercentCriteria
|
|
33
|
+
*/
|
|
34
|
+
'criteria_From'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Defines how the ‘From’ and ‘Thru’ range is treated: inclusive, exclusive, matching, etc.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GroupUCPercentCriteria
|
|
39
|
+
*/
|
|
40
|
+
'criteria_Operator'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* End of selected criteria range. This criterion is only used for the ‘Between’ operation.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GroupUCPercentCriteria
|
|
45
|
+
*/
|
|
46
|
+
'criteria_Thru'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Date when the record was first added to the system.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GroupUCPercentCriteria
|
|
51
|
+
*/
|
|
52
|
+
'entry_Date'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
* User that first added the record to the system.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GroupUCPercentCriteria
|
|
57
|
+
*/
|
|
58
|
+
'entry_User'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* References the GroupUCPercentColumn.GroupUCPercentColumn_Key on the parent table. Note: The database will apply a default value of `0` 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 `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof GroupUCPercentCriteria
|
|
63
|
+
*/
|
|
64
|
+
'groupUCPercentColumn_Key': number;
|
|
65
|
+
/**
|
|
66
|
+
* References the GroupUCPercent.GroupUCPercent_Key value on the parent table. Note: The database will apply a default value of `0` 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 `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof GroupUCPercentCriteria
|
|
69
|
+
*/
|
|
70
|
+
'groupUCPercent_Key': number;
|
|
71
|
+
/**
|
|
72
|
+
* Date when the record was last updated in the system.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof GroupUCPercentCriteria
|
|
75
|
+
*/
|
|
76
|
+
'update_Date'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* User that last updated the record in the system.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof GroupUCPercentCriteria
|
|
81
|
+
*/
|
|
82
|
+
'update_User'?: string | null;
|
|
83
|
+
}
|
|
84
|
+
|
package/models/groups.ts
CHANGED
package/models/index.ts
CHANGED
|
@@ -126,6 +126,7 @@ export * from './call-tracking-subscriber';
|
|
|
126
126
|
export * from './call-tracking-subscriber-list-vbaresponse';
|
|
127
127
|
export * from './call-tracking-subscriber-vbaresponse';
|
|
128
128
|
export * from './call-tracking-vbaresponse';
|
|
129
|
+
export * from './callback-dto';
|
|
129
130
|
export * from './candidate-claim';
|
|
130
131
|
export * from './capitation';
|
|
131
132
|
export * from './capitation-adjustment';
|
|
@@ -844,6 +845,7 @@ export * from './drgschedule-vbaresponse';
|
|
|
844
845
|
export * from './drgweight';
|
|
845
846
|
export * from './drgweight-list-vbaresponse';
|
|
846
847
|
export * from './drgweight-vbaresponse';
|
|
848
|
+
export * from './database-connection';
|
|
847
849
|
export * from './day-interval';
|
|
848
850
|
export * from './day-interval-list-vbaresponse';
|
|
849
851
|
export * from './day-interval-vbaresponse';
|
|
@@ -894,6 +896,7 @@ export * from './electronic-statement';
|
|
|
894
896
|
export * from './eligibility-status';
|
|
895
897
|
export * from './eligibility-status-list-vbaresponse';
|
|
896
898
|
export * from './eligibility-status-vbaresponse';
|
|
899
|
+
export * from './email-report-dto';
|
|
897
900
|
export * from './enrollment-disenroll';
|
|
898
901
|
export * from './enrollment-disenroll-group';
|
|
899
902
|
export * from './enrollment-pcpauto-assign';
|
|
@@ -945,6 +948,7 @@ export * from './explanation-codes-vbaresponse';
|
|
|
945
948
|
export * from './external-id';
|
|
946
949
|
export * from './external-idlist-vbaresponse';
|
|
947
950
|
export * from './external-idvbaresponse';
|
|
951
|
+
export * from './fax-report-dto';
|
|
948
952
|
export * from './fee-sched';
|
|
949
953
|
export * from './fee-sched-anesthesia';
|
|
950
954
|
export * from './fee-sched-anesthesia-list-vbaresponse';
|
|
@@ -1208,6 +1212,9 @@ export * from './group-ucpercent';
|
|
|
1208
1212
|
export * from './group-ucpercent-claim-type';
|
|
1209
1213
|
export * from './group-ucpercent-claim-type-list-vbaresponse';
|
|
1210
1214
|
export * from './group-ucpercent-claim-type-vbaresponse';
|
|
1215
|
+
export * from './group-ucpercent-criteria';
|
|
1216
|
+
export * from './group-ucpercent-criteria-list-vbaresponse';
|
|
1217
|
+
export * from './group-ucpercent-criteria-vbaresponse';
|
|
1211
1218
|
export * from './group-ucpercent-list-vbaresponse';
|
|
1212
1219
|
export * from './group-ucpercent-vbaresponse';
|
|
1213
1220
|
export * from './group-vbaplan-type-subscriber-id';
|
|
@@ -1309,6 +1316,9 @@ export * from './job-type';
|
|
|
1309
1316
|
export * from './job-type-list-vbaresponse';
|
|
1310
1317
|
export * from './job-type-vbaresponse';
|
|
1311
1318
|
export * from './job-vbaresponse';
|
|
1319
|
+
export * from './json-node';
|
|
1320
|
+
export * from './json-node-options';
|
|
1321
|
+
export * from './json-value';
|
|
1312
1322
|
export * from './key-value-pair';
|
|
1313
1323
|
export * from './languages';
|
|
1314
1324
|
export * from './languages-list-vbaresponse';
|
|
@@ -2042,6 +2052,10 @@ export * from './report-track-vbaresponse';
|
|
|
2042
2052
|
export * from './reviewed-status';
|
|
2043
2053
|
export * from './reviewed-status-list-vbaresponse';
|
|
2044
2054
|
export * from './reviewed-status-vbaresponse';
|
|
2055
|
+
export * from './smsdto';
|
|
2056
|
+
export * from './ssoconfig';
|
|
2057
|
+
export * from './ssoconfig-list-vbaresponse';
|
|
2058
|
+
export * from './ssoconfig-vbaresponse';
|
|
2045
2059
|
export * from './search-config';
|
|
2046
2060
|
export * from './search-config-list-vbaresponse';
|
|
2047
2061
|
export * from './search-config-vbaresponse';
|
|
@@ -2260,6 +2274,11 @@ export * from './vbaauth';
|
|
|
2260
2274
|
export * from './vbaauth-vbaresponse';
|
|
2261
2275
|
export * from './vbaclaim-timeline';
|
|
2262
2276
|
export * from './vbaclaim-timeline-list-vbaresponse';
|
|
2277
|
+
export * from './vbaclient';
|
|
2278
|
+
export * from './vbaclient-environment';
|
|
2279
|
+
export * from './vbaclient-environment-list-vbaresponse';
|
|
2280
|
+
export * from './vbaclient-list-vbaresponse';
|
|
2281
|
+
export * from './vbaclient-vbaresponse';
|
|
2263
2282
|
export * from './vbacommission-rate-subscriber';
|
|
2264
2283
|
export * from './vbacommission-rate-subscriber-list-vbaresponse';
|
|
2265
2284
|
export * from './vbafunding-account-claim-info';
|
|
@@ -2316,12 +2335,17 @@ export * from './vbaprocess-parameter-vbaresponse';
|
|
|
2316
2335
|
export * from './vbaprocess-vbaresponse';
|
|
2317
2336
|
export * from './vbareins-contract-transaction-summary';
|
|
2318
2337
|
export * from './vbareins-contract-transaction-summary-list-vbaresponse';
|
|
2338
|
+
export * from './vbareport';
|
|
2339
|
+
export * from './vbareport-list-vbaresponse';
|
|
2340
|
+
export * from './vbassologin-config';
|
|
2319
2341
|
export * from './volume';
|
|
2320
2342
|
export * from './workflow';
|
|
2343
|
+
export * from './workflow-claim';
|
|
2321
2344
|
export * from './workflow-detail';
|
|
2322
2345
|
export * from './workflow-detail-list-vbaresponse';
|
|
2323
2346
|
export * from './workflow-detail-vbaresponse';
|
|
2324
2347
|
export * from './workflow-list-vbaresponse';
|
|
2348
|
+
export * from './workflow-processing';
|
|
2325
2349
|
export * from './workflow-task';
|
|
2326
2350
|
export * from './workflow-task-list-vbaresponse';
|
|
2327
2351
|
export * from './workflow-task-option';
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface JsonNodeOptions
|
|
21
|
+
*/
|
|
22
|
+
export interface JsonNodeOptions {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof JsonNodeOptions
|
|
27
|
+
*/
|
|
28
|
+
'propertyNameCaseInsensitive'?: boolean;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { JsonNodeOptions } from './json-node-options';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface JsonNode
|
|
22
|
+
*/
|
|
23
|
+
export interface JsonNode {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {JsonNodeOptions}
|
|
27
|
+
* @memberof JsonNode
|
|
28
|
+
*/
|
|
29
|
+
'options'?: JsonNodeOptions;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {JsonNode}
|
|
33
|
+
* @memberof JsonNode
|
|
34
|
+
*/
|
|
35
|
+
'parent'?: JsonNode;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {JsonNode}
|
|
39
|
+
* @memberof JsonNode
|
|
40
|
+
*/
|
|
41
|
+
'root'?: JsonNode;
|
|
42
|
+
}
|
|
43
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { JsonNode } from './json-node';
|
|
17
|
+
import { JsonNodeOptions } from './json-node-options';
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @export
|
|
22
|
+
* @interface JsonValue
|
|
23
|
+
*/
|
|
24
|
+
export interface JsonValue {
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {JsonNodeOptions}
|
|
28
|
+
* @memberof JsonValue
|
|
29
|
+
*/
|
|
30
|
+
'options'?: JsonNodeOptions;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {JsonNode}
|
|
34
|
+
* @memberof JsonValue
|
|
35
|
+
*/
|
|
36
|
+
'parent'?: JsonNode;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {JsonNode}
|
|
40
|
+
* @memberof JsonValue
|
|
41
|
+
*/
|
|
42
|
+
'root'?: JsonNode;
|
|
43
|
+
}
|
|
44
|
+
|
|
@@ -170,6 +170,12 @@ export interface ReportSeriesStep {
|
|
|
170
170
|
* @memberof ReportSeriesStep
|
|
171
171
|
*/
|
|
172
172
|
'relative_Frequency'?: number | null;
|
|
173
|
+
/**
|
|
174
|
+
* Unique identifier for the report for which this step refers.
|
|
175
|
+
* @type {number}
|
|
176
|
+
* @memberof ReportSeriesStep
|
|
177
|
+
*/
|
|
178
|
+
'reportDefinition_Key'?: number | null;
|
|
173
179
|
/**
|
|
174
180
|
* ID of the report series to which the step belongs. Note: The database will apply a default value of `0` 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 `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
175
181
|
* @type {number}
|
package/models/smsdto.ts
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
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 { CallbackDTO } from './callback-dto';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface SMSDTO
|
|
22
|
+
*/
|
|
23
|
+
export interface SMSDTO {
|
|
24
|
+
/**
|
|
25
|
+
* Activity ID that spawned this
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SMSDTO
|
|
28
|
+
*/
|
|
29
|
+
'parentActivityId'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SMSDTO
|
|
34
|
+
*/
|
|
35
|
+
'when'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {CallbackDTO}
|
|
39
|
+
* @memberof SMSDTO
|
|
40
|
+
*/
|
|
41
|
+
'onSuccess'?: CallbackDTO;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {CallbackDTO}
|
|
45
|
+
* @memberof SMSDTO
|
|
46
|
+
*/
|
|
47
|
+
'onFailure'?: CallbackDTO;
|
|
48
|
+
/**
|
|
49
|
+
* The 3 chatacter ID for the Client to bill for the message
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SMSDTO
|
|
52
|
+
*/
|
|
53
|
+
'senderClientId'?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* The number to send the SMS
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SMSDTO
|
|
58
|
+
*/
|
|
59
|
+
'toNumber'?: string | null;
|
|
60
|
+
/**
|
|
61
|
+
* The content of the SMS
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SMSDTO
|
|
64
|
+
*/
|
|
65
|
+
'content'?: string | null;
|
|
66
|
+
}
|
|
67
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { Debug } from './debug';
|
|
17
|
+
import { SSOConfig } from './ssoconfig';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SSOConfigListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SSOConfigListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SSOConfig>}
|
|
29
|
+
* @memberof SSOConfigListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<SSOConfig> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SSOConfigListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SSOConfigListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { Debug } from './debug';
|
|
17
|
+
import { SSOConfig } from './ssoconfig';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SSOConfigVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SSOConfigVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SSOConfig}
|
|
29
|
+
* @memberof SSOConfigVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: SSOConfig;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SSOConfigVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SSOConfigVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SSOConfig
|
|
21
|
+
*/
|
|
22
|
+
export interface SSOConfig {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SSOConfig
|
|
27
|
+
*/
|
|
28
|
+
'ssoConfig_ID': string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SSOConfig
|
|
33
|
+
*/
|
|
34
|
+
'auth_URL'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SSOConfig
|
|
39
|
+
*/
|
|
40
|
+
'client_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SSOConfig
|
|
45
|
+
*/
|
|
46
|
+
'client_Secret'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SSOConfig
|
|
51
|
+
*/
|
|
52
|
+
'description'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SSOConfig
|
|
57
|
+
*/
|
|
58
|
+
'display'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SSOConfig
|
|
63
|
+
*/
|
|
64
|
+
'provider_Name'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* 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.
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof SSOConfig
|
|
69
|
+
*/
|
|
70
|
+
'ssO_Enable': boolean;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof SSOConfig
|
|
75
|
+
*/
|
|
76
|
+
'scopes'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SSOConfig
|
|
81
|
+
*/
|
|
82
|
+
'token_URL'?: string | null;
|
|
83
|
+
}
|
|
84
|
+
|
package/models/users.ts
CHANGED
|
@@ -93,7 +93,7 @@ export interface Users {
|
|
|
93
93
|
*/
|
|
94
94
|
'country_ID'?: string | null;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
*
|
|
97
97
|
* @type {string}
|
|
98
98
|
* @memberof Users
|
|
99
99
|
*/
|
|
@@ -146,6 +146,12 @@ export interface Users {
|
|
|
146
146
|
* @memberof Users
|
|
147
147
|
*/
|
|
148
148
|
'iD_Card_Notification': boolean;
|
|
149
|
+
/**
|
|
150
|
+
* 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.
|
|
151
|
+
* @type {boolean}
|
|
152
|
+
* @memberof Users
|
|
153
|
+
*/
|
|
154
|
+
'is_SSO_User': boolean;
|
|
149
155
|
/**
|
|
150
156
|
* Identifies the machine on which the User is logged in.
|
|
151
157
|
* @type {string}
|
|
@@ -212,6 +218,12 @@ export interface Users {
|
|
|
212
218
|
* @memberof Users
|
|
213
219
|
*/
|
|
214
220
|
'phone_Country_Code'?: string | null;
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @type {string}
|
|
224
|
+
* @memberof Users
|
|
225
|
+
*/
|
|
226
|
+
'ssO_User_Name'?: string | null;
|
|
215
227
|
/**
|
|
216
228
|
* This option indicates that only one application can be opened using this login ID. 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.
|
|
217
229
|
* @type {boolean}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { Debug } from './debug';
|
|
17
|
+
import { VBAClientEnvironment } from './vbaclient-environment';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface VBAClientEnvironmentListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface VBAClientEnvironmentListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<VBAClientEnvironment>}
|
|
29
|
+
* @memberof VBAClientEnvironmentListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<VBAClientEnvironment> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof VBAClientEnvironmentListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof VBAClientEnvironmentListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { VBASSOLoginConfig } from './vbassologin-config';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface VBAClientEnvironment
|
|
22
|
+
*/
|
|
23
|
+
export interface VBAClientEnvironment {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VBAClientEnvironment
|
|
28
|
+
*/
|
|
29
|
+
'databaseName'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<VBASSOLoginConfig>}
|
|
33
|
+
* @memberof VBAClientEnvironment
|
|
34
|
+
*/
|
|
35
|
+
'ssoConfigs'?: Array<VBASSOLoginConfig> | null;
|
|
36
|
+
}
|
|
37
|
+
|