@loomcore/api 0.0.43 → 0.0.44

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.
@@ -417,6 +417,7 @@ export class GenericApiService {
417
417
  console.log(`before stripping system properties, preparedEntity is ${JSON.stringify(preparedEntity)}`);
418
418
  console.log(`modelSpec is present = ${this.modelSpec !== undefined}`);
419
419
  console.log(`allowId is ${allowId}`);
420
+ console.log(`About to call stripSenderProvidedSystemProperties with allowId = ${allowId}`);
420
421
  this.stripSenderProvidedSystemProperties(userContext, preparedEntity, allowId);
421
422
  console.log(`after stripping system properties, preparedEntity is ${JSON.stringify(preparedEntity)}`);
422
423
  if (this.modelSpec?.isAuditable) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomcore/api",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "private": false,
5
5
  "description": "Loom Core Api - An opinionated Node.js api using Typescript, Express, and MongoDb",
6
6
  "scripts": {