@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20231102.2 → 1.20231104.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/models/company-data.ts
CHANGED
|
@@ -1118,6 +1118,12 @@ export interface CompanyData {
|
|
|
1118
1118
|
* @memberof CompanyData
|
|
1119
1119
|
*/
|
|
1120
1120
|
'default_State_Wage_Limit'?: number | null;
|
|
1121
|
+
/**
|
|
1122
|
+
*
|
|
1123
|
+
* @type {string}
|
|
1124
|
+
* @memberof CompanyData
|
|
1125
|
+
*/
|
|
1126
|
+
'dental_ATP_Paid_Date_Type'?: string | null;
|
|
1121
1127
|
/**
|
|
1122
1128
|
* Default Diagnostic Code Type for Disability and Life claims
|
|
1123
1129
|
* @type {string}
|
|
@@ -1130,6 +1136,12 @@ export interface CompanyData {
|
|
|
1130
1136
|
* @memberof CompanyData
|
|
1131
1137
|
*/
|
|
1132
1138
|
'disallow_Spec_Char_In_Plan_ID': boolean;
|
|
1139
|
+
/**
|
|
1140
|
+
* 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.
|
|
1141
|
+
* @type {boolean}
|
|
1142
|
+
* @memberof CompanyData
|
|
1143
|
+
*/
|
|
1144
|
+
'disconnect_Call_Notes_From_Claim_Provider': boolean;
|
|
1133
1145
|
/**
|
|
1134
1146
|
* Not used in system configuration. Used on external and/or custom procedures.
|
|
1135
1147
|
* @type {number}
|
|
@@ -1904,6 +1916,12 @@ export interface CompanyData {
|
|
|
1904
1916
|
* @memberof CompanyData
|
|
1905
1917
|
*/
|
|
1906
1918
|
'processing_Mode'?: string | null;
|
|
1919
|
+
/**
|
|
1920
|
+
*
|
|
1921
|
+
* @type {string}
|
|
1922
|
+
* @memberof CompanyData
|
|
1923
|
+
*/
|
|
1924
|
+
'prof_ATP_Paid_Date_Type'?: string | null;
|
|
1907
1925
|
/**
|
|
1908
1926
|
* Ex Code to set when the member has used a Prosthesis Tooth
|
|
1909
1927
|
* @type {string}
|
|
@@ -2096,6 +2114,12 @@ export interface CompanyData {
|
|
|
2096
2114
|
* @memberof CompanyData
|
|
2097
2115
|
*/
|
|
2098
2116
|
'tooth_Chart_Type'?: string | null;
|
|
2117
|
+
/**
|
|
2118
|
+
*
|
|
2119
|
+
* @type {string}
|
|
2120
|
+
* @memberof CompanyData
|
|
2121
|
+
*/
|
|
2122
|
+
'uB92_ATP_Paid_Date_Type'?: string | null;
|
|
2099
2123
|
/**
|
|
2100
2124
|
* This Ex Code is used when Usual and Customary is used.
|
|
2101
2125
|
* @type {string}
|
|
@@ -38,6 +38,12 @@ export interface NetworkProcedureCluster {
|
|
|
38
38
|
* @memberof NetworkProcedureCluster
|
|
39
39
|
*/
|
|
40
40
|
'effective_Date': string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof NetworkProcedureCluster
|
|
45
|
+
*/
|
|
46
|
+
'bill_Percent'?: number | null;
|
|
41
47
|
/**
|
|
42
48
|
*
|
|
43
49
|
* @type {string}
|
|
@@ -68,6 +74,12 @@ export interface NetworkProcedureCluster {
|
|
|
68
74
|
* @memberof NetworkProcedureCluster
|
|
69
75
|
*/
|
|
70
76
|
'fee_Percent'?: number | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof NetworkProcedureCluster
|
|
81
|
+
*/
|
|
82
|
+
'flat_Rate'?: number | null;
|
|
71
83
|
/**
|
|
72
84
|
* Date when the pricing rule expires/expired.
|
|
73
85
|
* @type {string}
|