@quintype/components 3.4.3 → 3.4.4-access-token-api.0

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/cjs/index.js CHANGED
@@ -5159,7 +5159,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
5159
5159
  return null;
5160
5160
  };
5161
5161
  _context8.next = 3;
5162
- return fetch("/api/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
5162
+ return fetch("/api/auth/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
5163
5163
 
5164
5164
  case 3:
5165
5165
  jwtResponse = _context8.sent;
@@ -429,7 +429,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
429
429
  return null;
430
430
  };
431
431
  _context8.next = 3;
432
- return fetch("/api/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
432
+ return fetch("/api/auth/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
433
433
 
434
434
  case 3:
435
435
  jwtResponse = _context8.sent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.4.3",
3
+ "version": "3.4.4-access-token-api.0",
4
4
  "description": "Components to help build Quintype Node.js apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",