bruce-models 4.3.1 → 4.3.2

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.
@@ -3750,7 +3750,8 @@
3750
3750
  const { entity: data } = yield Get({
3751
3751
  api,
3752
3752
  entityId,
3753
- entityTypeId: typeId
3753
+ entityTypeId: typeId,
3754
+ migrated: true
3754
3755
  });
3755
3756
  entity = data;
3756
3757
  }
@@ -7499,7 +7500,8 @@
7499
7500
  pageIndex: filter.index == null ? 0 : filter.index,
7500
7501
  entityTypeConditions: reqFilter,
7501
7502
  orderBy: "lastUpdateTime"
7502
- }
7503
+ },
7504
+ migrated: true
7503
7505
  })).entities;
7504
7506
  return {
7505
7507
  comments: records
@@ -13073,7 +13075,7 @@
13073
13075
  })(exports.DataSource || (exports.DataSource = {}));
13074
13076
 
13075
13077
  // This is updated with the package.json version on build.
13076
- const VERSION = "4.3.1";
13078
+ const VERSION = "4.3.2";
13077
13079
 
13078
13080
  exports.VERSION = VERSION;
13079
13081
  exports.AbstractApi = AbstractApi;