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.
- package/dist/serviceWorker.bundle.js +1 -1
- package/dist/serviceWorker.bundle.js.map +1 -1
- package/dist/types/Api/GetAllConnectionsOfCompositionBulk.d.ts +1 -1
- package/dist/types/Api/GetCompositionConnectionsBetweenTwoConcepts.d.ts +1 -2
- package/dist/types/Api/GetConcept.d.ts +1 -2
- package/dist/types/Api/GetConceptByCharacterAndType.d.ts +1 -2
- package/dist/types/Api/GetConnectionOfTheConcept.d.ts +1 -2
- package/dist/types/Api/RecursiveSearch.d.ts +1 -1
- package/dist/types/Api/Signup.d.ts +0 -16
- package/dist/types/DataStructures/BaseUrl.d.ts +3 -1
- package/dist/types/DataStructures/ConceptData.d.ts +2 -2
- package/dist/types/DataStructures/ConnectionData.d.ts +4 -4
- package/dist/types/DataStructures/Local/LocalSyncData.d.ts +12 -1
- package/dist/types/DataStructures/Search/FreeschemaQuery.d.ts +0 -1
- package/dist/types/DataStructures/SyncData.d.ts +1 -1
- package/dist/types/Services/CreateConnectionBetweenTwoConcepts.d.ts +1 -1
- package/dist/types/Services/CreateTheComposition.d.ts +1 -2
- package/dist/types/Services/DeleteConcept.d.ts +1 -1
- package/dist/types/Services/DeleteConnection.d.ts +1 -1
- package/dist/types/Services/DeleteConnectionByType.d.ts +1 -1
- package/dist/types/Services/FindConnectionsOfCompositionBulkInMemory.d.ts +1 -2
- package/dist/types/Services/GetComposition.d.ts +1 -4
- package/dist/types/Services/GetCompositionBulk.d.ts +1 -1
- package/dist/types/Services/GetCompositionList.d.ts +1 -1
- package/dist/types/Services/GetConceptByCharacter.d.ts +2 -3
- package/dist/types/Services/GetConnectionBetweenTwoConceptsLinker.d.ts +2 -2
- package/dist/types/Services/GetConnections.d.ts +1 -2
- package/dist/types/Services/GetLink.d.ts +1 -1
- package/dist/types/Services/GetRelation.d.ts +2 -3
- package/dist/types/Services/GetTheConcept.d.ts +1 -2
- package/dist/types/Services/Local/CreateConnectionBetweenTwoConceptsLocal.d.ts +2 -2
- package/dist/types/Services/Local/CreateTheCompositionLocal.d.ts +2 -2
- package/dist/types/Services/Local/CreateTheConceptLocal.d.ts +2 -2
- package/dist/types/Services/Local/CreateTheConnectionLocal.d.ts +2 -2
- package/dist/types/Services/Local/DeleteConceptLocal.d.ts +1 -1
- package/dist/types/Services/Local/GetConceptByCharacterLocal.d.ts +1 -1
- package/dist/types/Services/Local/GetTheConceptLocal.d.ts +1 -2
- package/dist/types/Services/Local/MakeTheConceptLocal.d.ts +2 -2
- package/dist/types/Services/Local/MakeTheInstanceConceptLocal.d.ts +3 -2
- package/dist/types/Services/Local/MakeTheTypeLocal.d.ts +3 -1
- package/dist/types/Services/Local/UpdateCompositionLocal.d.ts +3 -2
- package/dist/types/Services/MakeTheInstanceConcept.d.ts +1 -2
- package/dist/types/Services/MakeTheTimestamp.d.ts +1 -2
- package/dist/types/Services/MakeTheTypeConcept.d.ts +1 -2
- package/dist/types/Services/Search/FormatData.d.ts +2 -36
- package/dist/types/Services/Search/SearchWithTypeAndLinker.d.ts +0 -20
- package/dist/types/Services/UpdateComposition.d.ts +1 -1
- package/dist/types/WrapperFunctions/RecursiveSearchObservable.d.ts +7 -0
- package/dist/types/app.d.ts +18 -2
- package/package.json +9 -4
- 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.
|
|
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
|