@neat.is/core 0.9.18-dev.20260917 → 0.9.18-dev.20260918

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.
@@ -18568,7 +18568,8 @@ function startConnectorPollLoop(connector, ctx, graph, resolveTarget, options =
18568
18568
  void (async () => {
18569
18569
  const tickStartedAt = (/* @__PURE__ */ new Date()).toISOString();
18570
18570
  try {
18571
- const result = await runConnectorPoll(connector, { ...ctx, since }, graph, resolveTarget);
18571
+ const credentials = options.refreshCredentials ? await options.refreshCredentials() : ctx.credentials;
18572
+ const result = await runConnectorPoll(connector, { ...ctx, credentials, since }, graph, resolveTarget);
18572
18573
  since = tickStartedAt;
18573
18574
  if (connectorId) {
18574
18575
  recordConnectorPoll(connectorId, {
@@ -22848,6 +22849,7 @@ export {
22848
22849
  startConnectorPollLoop,
22849
22850
  bearerAuthHeader,
22850
22851
  junctionFetch,
22852
+ PROVIDER_DISPATCH,
22851
22853
  isPushProvider,
22852
22854
  getProviderFieldSchema,
22853
22855
  knownProviderNames,
@@ -22857,4 +22859,4 @@ export {
22857
22859
  deprovisionConnector,
22858
22860
  buildApi
22859
22861
  };
22860
- //# sourceMappingURL=chunk-SSLPBQWY.js.map
22862
+ //# sourceMappingURL=chunk-KIV7OB2K.js.map