primarycare-binder 1.1.90 → 1.1.91
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 +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16989,7 +16989,7 @@ var UPSERT_PERSON = createAsyncThunk("personApiSlice/upsertPerson", /*#__PURE__*
|
|
|
16989
16989
|
|
|
16990
16990
|
body = [{
|
|
16991
16991
|
db_name: dbName,
|
|
16992
|
-
|
|
16992
|
+
entity: "Person",
|
|
16993
16993
|
is_metadata: true,
|
|
16994
16994
|
metadataId: query_ids["personApiSlice/upsertPerson"],
|
|
16995
16995
|
doc: {
|