mftsccs-browser 1.1.22 → 1.1.24-beta

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.
Files changed (51) hide show
  1. package/dist/serviceWorker.bundle.js +1 -1
  2. package/dist/serviceWorker.bundle.js.map +1 -1
  3. package/dist/types/Api/GetAllConnectionsOfCompositionBulk.d.ts +1 -1
  4. package/dist/types/Api/GetCompositionConnectionsBetweenTwoConcepts.d.ts +1 -2
  5. package/dist/types/Api/GetConcept.d.ts +1 -2
  6. package/dist/types/Api/GetConceptByCharacterAndType.d.ts +1 -2
  7. package/dist/types/Api/GetConnectionOfTheConcept.d.ts +1 -2
  8. package/dist/types/Api/RecursiveSearch.d.ts +1 -1
  9. package/dist/types/Api/Signup.d.ts +0 -16
  10. package/dist/types/DataStructures/BaseUrl.d.ts +3 -1
  11. package/dist/types/DataStructures/ConceptData.d.ts +2 -2
  12. package/dist/types/DataStructures/ConnectionData.d.ts +4 -4
  13. package/dist/types/DataStructures/Local/LocalSyncData.d.ts +12 -1
  14. package/dist/types/DataStructures/Search/FreeschemaQuery.d.ts +0 -1
  15. package/dist/types/DataStructures/SyncData.d.ts +1 -1
  16. package/dist/types/Services/CreateConnectionBetweenTwoConcepts.d.ts +1 -1
  17. package/dist/types/Services/CreateTheComposition.d.ts +1 -2
  18. package/dist/types/Services/DeleteConcept.d.ts +1 -1
  19. package/dist/types/Services/DeleteConnection.d.ts +1 -1
  20. package/dist/types/Services/DeleteConnectionByType.d.ts +1 -1
  21. package/dist/types/Services/FindConnectionsOfCompositionBulkInMemory.d.ts +1 -2
  22. package/dist/types/Services/GetComposition.d.ts +1 -4
  23. package/dist/types/Services/GetCompositionBulk.d.ts +1 -1
  24. package/dist/types/Services/GetCompositionList.d.ts +1 -1
  25. package/dist/types/Services/GetConceptByCharacter.d.ts +2 -3
  26. package/dist/types/Services/GetConnectionBetweenTwoConceptsLinker.d.ts +2 -2
  27. package/dist/types/Services/GetConnections.d.ts +1 -2
  28. package/dist/types/Services/GetLink.d.ts +1 -1
  29. package/dist/types/Services/GetRelation.d.ts +2 -3
  30. package/dist/types/Services/GetTheConcept.d.ts +1 -2
  31. package/dist/types/Services/Local/CreateConnectionBetweenTwoConceptsLocal.d.ts +2 -2
  32. package/dist/types/Services/Local/CreateTheCompositionLocal.d.ts +2 -2
  33. package/dist/types/Services/Local/CreateTheConceptLocal.d.ts +2 -2
  34. package/dist/types/Services/Local/CreateTheConnectionLocal.d.ts +2 -2
  35. package/dist/types/Services/Local/DeleteConceptLocal.d.ts +1 -1
  36. package/dist/types/Services/Local/GetConceptByCharacterLocal.d.ts +1 -1
  37. package/dist/types/Services/Local/GetTheConceptLocal.d.ts +1 -2
  38. package/dist/types/Services/Local/MakeTheConceptLocal.d.ts +2 -2
  39. package/dist/types/Services/Local/MakeTheInstanceConceptLocal.d.ts +3 -2
  40. package/dist/types/Services/Local/MakeTheTypeLocal.d.ts +3 -1
  41. package/dist/types/Services/Local/UpdateCompositionLocal.d.ts +3 -2
  42. package/dist/types/Services/MakeTheInstanceConcept.d.ts +1 -2
  43. package/dist/types/Services/MakeTheTimestamp.d.ts +1 -2
  44. package/dist/types/Services/MakeTheTypeConcept.d.ts +1 -2
  45. package/dist/types/Services/Search/FormatData.d.ts +2 -36
  46. package/dist/types/Services/Search/SearchWithTypeAndLinker.d.ts +0 -20
  47. package/dist/types/Services/UpdateComposition.d.ts +1 -1
  48. package/dist/types/WrapperFunctions/RecursiveSearchObservable.d.ts +7 -0
  49. package/dist/types/app.d.ts +18 -2
  50. package/package.json +9 -4
  51. package/scripts/postinstall.js +75 -0
@@ -10709,7 +10709,7 @@ const getActions = {
10709
10709
  return { success: true, data };
10710
10710
  }),
10711
10711
  GetConnectionDataPrefetch: (payload) => __awaiter(void 0, void 0, void 0, function* () {
10712
- const data = yield (0,_Services_GetCompositionBulk__WEBPACK_IMPORTED_MODULE_6__.GetConnectionDataPrefetch)(payload.compositionIds);
10712
+ const data = yield (0,_Services_GetCompositionBulk__WEBPACK_IMPORTED_MODULE_6__.GetConnectionDataPrefetch)(payload.connectionIds);
10713
10713
  return { success: true, data };
10714
10714
  }),
10715
10715
  // memory