@rh-support/react-context 2.1.49 → 2.1.51

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.
@@ -608,7 +608,7 @@ export const fetchAccountManagers = (dispatch, token) => __awaiter(void 0, void
608
608
  type: GlobalMetadataReducerConstants.setAccountManagers,
609
609
  payload: { accountManagers: getApiResourceObject([], true) },
610
610
  });
611
- const accountManagers = yield accounts.getPartnerAccountsForACustomer(token.account_number);
611
+ const accountManagers = yield accounts.getPartnerAccountsForACustomer(token.account_number, null, true);
612
612
  dispatch({
613
613
  type: GlobalMetadataReducerConstants.setAccountManagers,
614
614
  payload: { accountManagers: getApiResourceObject(accountManagers ? accountManagers.accounts : []) },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "2.1.49",
3
+ "version": "2.1.51",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -26,7 +26,7 @@
26
26
  "lib/**/*"
27
27
  ],
28
28
  "peerDependencies": {
29
- "@cee-eng/hydrajs": "4.17.3",
29
+ "@cee-eng/hydrajs": "4.17.7",
30
30
  "@patternfly/react-core": "5.1.1",
31
31
  "@patternfly/react-icons": "5.1.1",
32
32
  "i18next": "^22.5.1",
@@ -37,13 +37,13 @@
37
37
  "react-test-renderer": "18.2.0"
38
38
  },
39
39
  "dependencies": {
40
- "@cee-eng/hydrajs": "4.17.3",
40
+ "@cee-eng/hydrajs": "4.17.7",
41
41
  "@patternfly/react-core": "5.1.1",
42
42
  "@patternfly/react-icons": "5.1.1",
43
- "@rh-support/components": "2.1.44",
43
+ "@rh-support/components": "2.1.46",
44
44
  "@rh-support/types": "2.0.3",
45
- "@rh-support/user-permissions": "2.1.32",
46
- "@rh-support/utils": "2.1.22",
45
+ "@rh-support/user-permissions": "2.1.33",
46
+ "@rh-support/utils": "2.1.23",
47
47
  "i18next": "^22.5.1",
48
48
  "localforage": "^1.10.0",
49
49
  "lodash": "^4.17.21",
@@ -93,5 +93,5 @@
93
93
  "defaults and supports es6-module",
94
94
  "maintained node versions"
95
95
  ],
96
- "gitHead": "375373ea584917e9ab9880c21b1fac72b4fe992e"
96
+ "gitHead": "73340df833a3a85d6982412acfc7f1f9297f6736"
97
97
  }