rez_core 5.0.98 → 5.0.100

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "5.0.98",
3
+ "version": "5.0.100",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -619,7 +619,7 @@ export class WrapperService {
619
619
  where: {
620
620
  code: payload.template_code,
621
621
  level_id: levelId,
622
- levelType: levelType,
622
+ level_type: levelType,
623
623
  },
624
624
  });
625
625
 
@@ -9,9 +9,9 @@ export class ActionRepository {
9
9
 
10
10
  async getReasonCode(loggedInUser: UserData): Promise<any> {
11
11
  const { organization_id } = loggedInUser;
12
- const listMasterItemsRepo =
13
- this.reflectionHelper.getRepoService('ListMasterItems');
14
- const result = await listMasterItemsRepo.find({
12
+ const listMasterRepo =
13
+ this.reflectionHelper.getRepoService('ListMasterData');
14
+ const result = await listMasterRepo.find({
15
15
  where: {
16
16
  organization_id,
17
17
  source: 'master',