primary_care_admin_binder 0.1.103 → 0.1.104

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.cjs.js CHANGED
@@ -27449,7 +27449,8 @@ var ORGANIZATION_GET_PARENT_ENTITY = createAsyncThunk("organizationSlice/orgParE
27449
27449
  body = {
27450
27450
  "db_name": process.env.REACT_APP_DATABASE_NAME,
27451
27451
  "filter": {
27452
- "entityparentcode": payload.entityType
27452
+ "entityparentcode": payload.entityType,
27453
+ "isexternal": payload.isexternal
27453
27454
  },
27454
27455
  "queryid": "cb3c355a-e383-4fb5-ad82-6ca3f3473524"
27455
27456
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",