@photonhealth/elements 0.0.83 → 0.0.84

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 CHANGED
@@ -231,6 +231,8 @@ this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`):a
231
231
  `,ua=Q`
232
232
  fragment PharmacyFields on Pharmacy {
233
233
  id
234
+ NPI
235
+ NCPDP
234
236
  name
235
237
  fulfillmentTypes
236
238
  address {
package/dist/index.mjs CHANGED
@@ -11136,6 +11136,8 @@ const Im = Q`
11136
11136
  `, ua = Q`
11137
11137
  fragment PharmacyFields on Pharmacy {
11138
11138
  id
11139
+ NPI
11140
+ NCPDP
11139
11141
  name
11140
11142
  fulfillmentTypes
11141
11143
  address {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photonhealth/elements",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",