@ukiahinsure/a2ui-react-adapter 0.1.9 → 0.1.10
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/dist/index.js +0 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1137,9 +1137,6 @@ function isProviderSubmitField(key) {
|
|
|
1137
1137
|
"provider_name",
|
|
1138
1138
|
"displayName",
|
|
1139
1139
|
"display_name",
|
|
1140
|
-
"doctorName",
|
|
1141
|
-
"doctorname",
|
|
1142
|
-
"doctor_name",
|
|
1143
1140
|
"name",
|
|
1144
1141
|
"primary_care_provider_location",
|
|
1145
1142
|
"primaryCareProviderLocation",
|
|
@@ -1254,9 +1251,6 @@ var PROVIDER_NAME_FIELDS = /* @__PURE__ */ new Set([
|
|
|
1254
1251
|
"providername",
|
|
1255
1252
|
"display_name",
|
|
1256
1253
|
"displayname",
|
|
1257
|
-
"doctor",
|
|
1258
|
-
"doctor_name",
|
|
1259
|
-
"doctorname",
|
|
1260
1254
|
"name"
|
|
1261
1255
|
]);
|
|
1262
1256
|
var PROVIDER_LOCATION_FIELDS = /* @__PURE__ */ new Set([
|
|
@@ -1274,8 +1268,6 @@ var PROVIDER_LOCATION_FIELDS = /* @__PURE__ */ new Set([
|
|
|
1274
1268
|
"providerlocation",
|
|
1275
1269
|
"provider_location_details",
|
|
1276
1270
|
"providerlocationdetails",
|
|
1277
|
-
"doctor_location",
|
|
1278
|
-
"doctorlocation",
|
|
1279
1271
|
"location",
|
|
1280
1272
|
"location_details",
|
|
1281
1273
|
"locationdetails",
|
|
@@ -1285,8 +1277,6 @@ var PROVIDER_LOCATION_FIELDS = /* @__PURE__ */ new Set([
|
|
|
1285
1277
|
"practicelocation",
|
|
1286
1278
|
"provider_address",
|
|
1287
1279
|
"provideraddress",
|
|
1288
|
-
"doctor_address",
|
|
1289
|
-
"doctoraddress",
|
|
1290
1280
|
"address",
|
|
1291
1281
|
"city_state",
|
|
1292
1282
|
"citystate"
|
|
@@ -2900,10 +2890,6 @@ function canonicalListFieldKey(listPath, key) {
|
|
|
2900
2890
|
case "primary_care_location":
|
|
2901
2891
|
case "provider_location":
|
|
2902
2892
|
case "providerlocation":
|
|
2903
|
-
case "doctor_location":
|
|
2904
|
-
case "doctorlocation":
|
|
2905
|
-
case "doctor_address":
|
|
2906
|
-
case "doctoraddress":
|
|
2907
2893
|
case "location_details":
|
|
2908
2894
|
case "locationdetails":
|
|
2909
2895
|
case "provider_address":
|