@overmap-ai/core 1.0.53-add-agent-conversations.9 → 1.0.53-add-agent-conversations.10

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.
@@ -6931,18 +6931,17 @@ class MainService extends BaseApiService {
6931
6931
  store.dispatch(setActiveWorkspaceId(currentWorkspaceId));
6932
6932
  void this.client.categories.refreshStore().then(() => {
6933
6933
  void this.client.issues.refreshStore().then(() => {
6934
- void this.client.issueComments.refreshStore().then();
6934
+ void this.client.issueComments.refreshStore();
6935
6935
  });
6936
6936
  });
6937
- void this.client.projectFiles.refreshStore().then();
6937
+ void this.client.projectFiles.refreshStore();
6938
6938
  void this.client.componentTypes.refreshStore().then(() => {
6939
6939
  void this.client.componentStages.refreshStore().then(() => {
6940
- void this.client.components.refreshStore(overwrite).then();
6940
+ void this.client.components.refreshStore(overwrite);
6941
6941
  });
6942
- void this.client.componentStageCompletions.refreshStore().then();
6943
6942
  });
6944
6943
  void this.client.userForms.refreshStore().then(() => {
6945
- void this.client.userFormSubmissions.refreshStore().then();
6944
+ void this.client.userFormSubmissions.refreshStore();
6946
6945
  });
6947
6946
  }
6948
6947
  if (currentProjectId) {
@@ -6964,6 +6963,7 @@ class MainService extends BaseApiService {
6964
6963
  void this.client.documents.refreshStore();
6965
6964
  void this.client.issueUpdates.refreshStore();
6966
6965
  void this.client.issueTypes.refreshStore();
6966
+ void this.client.agent.refreshStore();
6967
6967
  }
6968
6968
  store.dispatch(setIsFetchingInitialData(false));
6969
6969
  if (overwrite) {