mftsccs-node 0.0.53 → 0.0.55
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/README.md +1386 -11
- package/package.json +1 -1
- package/dist/bundle.js +0 -1
- package/dist/bundle.js.LICENSE.txt +0 -1
- package/dist/types/Api/Create/CreateTheCharacter.d.ts +0 -3
- package/dist/types/Api/Create/CreateTheConceptApi.d.ts +0 -2
- package/dist/types/Api/Create/CreateTheConnectionApi.d.ts +0 -2
- package/dist/types/Api/Create/CreateTheTextData.d.ts +0 -2
- package/dist/types/Api/Delete/DeleteConceptInBackend.d.ts +0 -1
- package/dist/types/Api/DeleteTheConcept.d.ts +0 -1
- package/dist/types/Api/DeleteTheConnection.d.ts +0 -1
- package/dist/types/Api/GetAiData.d.ts +0 -1
- package/dist/types/Api/GetAllConcepts.d.ts +0 -1
- package/dist/types/Api/GetAllConceptsByType.d.ts +0 -1
- package/dist/types/Api/GetAllConnections.d.ts +0 -1
- package/dist/types/Api/GetAllConnectionsOfComposition.d.ts +0 -3
- package/dist/types/Api/GetAllConnectionsOfCompositionBulk.d.ts +0 -3
- package/dist/types/Api/GetAllLinkerConnectionsFromTheConcept.d.ts +0 -2
- package/dist/types/Api/GetAllLinkerConnectionsToTheConcept.d.ts +0 -2
- package/dist/types/Api/GetAllPrefetchConnections.d.ts +0 -1
- package/dist/types/Api/GetCharacterDataByCharacter.d.ts +0 -2
- package/dist/types/Api/GetCompositionConnectionsBetweenTwoConcepts.d.ts +0 -2
- package/dist/types/Api/GetConcept.d.ts +0 -2
- package/dist/types/Api/GetConceptBulk.d.ts +0 -3
- package/dist/types/Api/GetConceptByCharacterAndType.d.ts +0 -2
- package/dist/types/Api/GetConceptByCharacterValue.d.ts +0 -2
- package/dist/types/Api/GetConnection.d.ts +0 -2
- package/dist/types/Api/GetConnectionBulk.d.ts +0 -2
- package/dist/types/Api/GetConnectionOfTheConcept.d.ts +0 -2
- package/dist/types/Api/GetConnectionToTheConcept.d.ts +0 -2
- package/dist/types/Api/GetReservedConnectionIds.d.ts +0 -1
- package/dist/types/Api/GetReservedIds.d.ts +0 -1
- package/dist/types/Api/Login.d.ts +0 -1
- package/dist/types/Api/MakeTheNameInBackend.d.ts +0 -1
- package/dist/types/Api/MakeTheTypeConceptApi.d.ts +0 -2
- package/dist/types/Api/RecursiveSearch.d.ts +0 -1
- package/dist/types/Api/Search/FreeschemaQueryApi.d.ts +0 -2
- package/dist/types/Api/Search/Search.d.ts +0 -1
- package/dist/types/Api/Search/SearchInternalApi.d.ts +0 -2
- package/dist/types/Api/Search/SearchLinkMultipleApi.d.ts +0 -2
- package/dist/types/Api/Search/SearchWithLinker.d.ts +0 -2
- package/dist/types/Api/SearchConcept/GetConceptByCharacterAndCategoryApi.d.ts +0 -2
- package/dist/types/Api/SearchConcept/GetConceptByCharacterAndCategoryDirect.d.ts +0 -2
- package/dist/types/Api/Session/CreateSession.d.ts +0 -2
- package/dist/types/Api/Session/CreateSessionVisit.d.ts +0 -1
- package/dist/types/Api/Signin.d.ts +0 -3
- package/dist/types/Api/Signup.d.ts +0 -3
- package/dist/types/Api/View/ViewInternalDataApi.d.ts +0 -1
- package/dist/types/Constants/ApiConstants.d.ts +0 -23
- package/dist/types/Constants/FormatConstants.d.ts +0 -7
- package/dist/types/DataStructures/BaseUrl.d.ts +0 -50
- package/dist/types/DataStructures/BinaryCharacterTree.d.ts +0 -16
- package/dist/types/DataStructures/BinaryTree.d.ts +0 -12
- package/dist/types/DataStructures/BinaryTypeTree.d.ts +0 -15
- package/dist/types/DataStructures/CharacterRepository.d.ts +0 -8
- package/dist/types/DataStructures/Composition/Composition.d.ts +0 -14
- package/dist/types/DataStructures/Composition/CompositionBinaryTree.d.ts +0 -10
- package/dist/types/DataStructures/Composition/CompositionNode.d.ts +0 -21
- package/dist/types/DataStructures/Concept.d.ts +0 -29
- package/dist/types/DataStructures/ConceptData.d.ts +0 -25
- package/dist/types/DataStructures/ConceptsToDraw.d.ts +0 -11
- package/dist/types/DataStructures/Connection.d.ts +0 -27
- package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionBinaryTree.d.ts +0 -11
- package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionNode.d.ts +0 -24
- package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionTypeTree.d.ts +0 -13
- package/dist/types/DataStructures/ConnectionData.d.ts +0 -18
- package/dist/types/DataStructures/Count/CountInfo.d.ts +0 -6
- package/dist/types/DataStructures/FilterSearch.d.ts +0 -9
- package/dist/types/DataStructures/IdentifierFlags.d.ts +0 -11
- package/dist/types/DataStructures/Local/LConcept.d.ts +0 -21
- package/dist/types/DataStructures/Local/LConnection.d.ts +0 -18
- package/dist/types/DataStructures/Local/LNode.d.ts +0 -27
- package/dist/types/DataStructures/Local/LocalBinaryCharacterTree.d.ts +0 -12
- package/dist/types/DataStructures/Local/LocalBinaryTree.d.ts +0 -12
- package/dist/types/DataStructures/Local/LocalBinaryTypeTree.d.ts +0 -13
- package/dist/types/DataStructures/Local/LocalConceptData.d.ts +0 -14
- package/dist/types/DataStructures/Local/LocalConnectionData.d.ts +0 -16
- package/dist/types/DataStructures/Local/LocalSyncData.d.ts +0 -14
- package/dist/types/DataStructures/Node.d.ts +0 -29
- package/dist/types/DataStructures/PatcherStructure.d.ts +0 -8
- package/dist/types/DataStructures/ReferentInfo.d.ts +0 -7
- package/dist/types/DataStructures/ReservedIds.d.ts +0 -10
- package/dist/types/DataStructures/Responses/ErrorResponse.d.ts +0 -74
- package/dist/types/DataStructures/Responses/StandardResponses.d.ts +0 -6
- package/dist/types/DataStructures/Returner.d.ts +0 -7
- package/dist/types/DataStructures/Search/FreeschemaQuery.d.ts +0 -22
- package/dist/types/DataStructures/Search/SearchStructure.d.ts +0 -9
- package/dist/types/DataStructures/SearchQuery.d.ts +0 -16
- package/dist/types/DataStructures/Security/TokenStorage.d.ts +0 -3
- package/dist/types/DataStructures/Session/SessionData.d.ts +0 -13
- package/dist/types/DataStructures/SettingData.d.ts +0 -5
- package/dist/types/DataStructures/Settings.d.ts +0 -4
- package/dist/types/DataStructures/SigninModel.d.ts +0 -4
- package/dist/types/DataStructures/SignupModel.d.ts +0 -4
- package/dist/types/DataStructures/SyncData.d.ts +0 -26
- package/dist/types/DataStructures/TheCharacter.d.ts +0 -13
- package/dist/types/DataStructures/TheTexts.d.ts +0 -14
- package/dist/types/DataStructures/Transaction/Transaction.d.ts +0 -30
- package/dist/types/DataStructures/User/UserBinaryTree.d.ts +0 -15
- package/dist/types/DataStructures/User/UserNode.d.ts +0 -20
- package/dist/types/Database/GetConceptFromIndexDb.d.ts +0 -0
- package/dist/types/Database/NoIndexDb.d.ts +0 -9
- package/dist/types/Database/indexdblocal.d.ts +0 -3
- package/dist/types/Database/indexeddb.d.ts +0 -3
- package/dist/types/Drawing/ConceptDraw.d.ts +0 -1
- package/dist/types/Drawing/ConceptEvents.d.ts +0 -1
- package/dist/types/Helpers/CheckIfExists.d.ts +0 -10
- package/dist/types/Helpers/RemoveFromArray.d.ts +0 -6
- package/dist/types/Helpers/UniqueInsert.d.ts +0 -1
- package/dist/types/Services/AccessControl/AccessControlCacheService.d.ts +0 -19
- package/dist/types/Services/AccessControl/AccessControlService.d.ts +0 -267
- package/dist/types/Services/AccessControl/PermissionSet.d.ts +0 -8
- package/dist/types/Services/CheckForConnectionDeletion.d.ts +0 -3
- package/dist/types/Services/Common/DecodeCountInfo.d.ts +0 -3
- package/dist/types/Services/Common/ErrorPosting.d.ts +0 -2
- package/dist/types/Services/Common/RegexFunction.d.ts +0 -1
- package/dist/types/Services/Composition/BuildComposition.d.ts +0 -3
- package/dist/types/Services/Composition/CompositionCache.d.ts +0 -4
- package/dist/types/Services/Composition/CreateCompositionCache.d.ts +0 -3
- package/dist/types/Services/ConceptFinding/GetConceptByCharacterAndCategory.d.ts +0 -5
- package/dist/types/Services/Conversion/ConvertConcepts.d.ts +0 -7
- package/dist/types/Services/CreateBinaryTreeFromData.d.ts +0 -1
- package/dist/types/Services/CreateCharacterBinaryTreeFromData.d.ts +0 -1
- package/dist/types/Services/CreateConnectionBetweenTwoConcepts.d.ts +0 -5
- package/dist/types/Services/CreateDefaultConcept.d.ts +0 -3
- package/dist/types/Services/CreateTheComposition.d.ts +0 -2
- package/dist/types/Services/CreateTheConcept.d.ts +0 -5
- package/dist/types/Services/CreateTheConnection.d.ts +0 -2
- package/dist/types/Services/CreateTheConnectionGeneral.d.ts +0 -5
- package/dist/types/Services/CreateTypeTreeFromData.d.ts +0 -1
- package/dist/types/Services/Delete/GetAllConnectionByType.d.ts +0 -16
- package/dist/types/Services/DeleteConcept.d.ts +0 -1
- package/dist/types/Services/DeleteConnection.d.ts +0 -1
- package/dist/types/Services/FindConeceptsFromConnection.d.ts +0 -2
- package/dist/types/Services/FindConnectionsOfCompositionBulkInMemory.d.ts +0 -2
- package/dist/types/Services/GenerateHexNumber.d.ts +0 -1
- package/dist/types/Services/GetAccessIdOfUser.d.ts +0 -0
- package/dist/types/Services/GetComposition.d.ts +0 -11
- package/dist/types/Services/GetCompositionBulk.d.ts +0 -11
- package/dist/types/Services/GetCompositionList.d.ts +0 -2
- package/dist/types/Services/GetConceptByCharacter.d.ts +0 -3
- package/dist/types/Services/GetConnections.d.ts +0 -2
- package/dist/types/Services/GetDataFromIndexDb.d.ts +0 -2
- package/dist/types/Services/GetLink.d.ts +0 -3
- package/dist/types/Services/GetLinkerConnectionFromConcept.d.ts +0 -3
- package/dist/types/Services/GetMaximumConnectionSyncTime.d.ts +0 -2
- package/dist/types/Services/GetRelation.d.ts +0 -5
- package/dist/types/Services/GetTheConcept.d.ts +0 -2
- package/dist/types/Services/GetTheReferent.d.ts +0 -2
- package/dist/types/Services/InitializeSystem.d.ts +0 -2
- package/dist/types/Services/Local/CreateConnectionListFromDatat.d.ts +0 -0
- package/dist/types/Services/Local/CreateDefaultLConcept.d.ts +0 -2
- package/dist/types/Services/Local/CreateLocalBinaryTreeFromData.d.ts +0 -1
- package/dist/types/Services/Local/CreateLocalBinaryTypeTreeFromData.d.ts +0 -1
- package/dist/types/Services/Local/CreateLocalCharacterBinaryTree.d.ts +0 -1
- package/dist/types/Services/Local/CreateTheCompositionLocal.d.ts +0 -2
- package/dist/types/Services/Local/CreateTheConceptLocal.d.ts +0 -2
- package/dist/types/Services/Local/CreateTheConnectionLocal.d.ts +0 -2
- package/dist/types/Services/Local/GetCompositionListLocal.d.ts +0 -2
- package/dist/types/Services/Local/GetCompositionLocal.d.ts +0 -2
- package/dist/types/Services/Local/GetConceptByCharacterLocal.d.ts +0 -1
- package/dist/types/Services/Local/MakeTheConceptLocal.d.ts +0 -2
- package/dist/types/Services/Local/MakeTheInstanceConceptLocal.d.ts +0 -2
- package/dist/types/Services/Local/MakeTheTypeLocal.d.ts +0 -2
- package/dist/types/Services/Local/UpdateCompositionLocal.d.ts +0 -2
- package/dist/types/Services/MakeTheCharacter.d.ts +0 -2
- package/dist/types/Services/MakeTheCharacterData.d.ts +0 -2
- package/dist/types/Services/MakeTheConcept.d.ts +0 -2
- package/dist/types/Services/MakeTheInstanceConcept.d.ts +0 -3
- package/dist/types/Services/MakeTheLocalConcept.d.ts +0 -0
- package/dist/types/Services/MakeTheName.d.ts +0 -2
- package/dist/types/Services/MakeTheTimestamp.d.ts +0 -2
- package/dist/types/Services/MakeTheTypeConcept.d.ts +0 -3
- package/dist/types/Services/Mqtt/publishMessage.d.ts +0 -1
- package/dist/types/Services/Mqtt/subscribeMessage.d.ts +0 -0
- package/dist/types/Services/PatchComposition.d.ts +0 -2
- package/dist/types/Services/Search/DataIdFormat.d.ts +0 -32
- package/dist/types/Services/Search/FormatData.d.ts +0 -26
- package/dist/types/Services/Search/JustIdFormat.d.ts +0 -23
- package/dist/types/Services/Search/SearchLinkInternal.d.ts +0 -2
- package/dist/types/Services/Search/SearchLinkMultiple.d.ts +0 -3
- package/dist/types/Services/Search/SearchWithTypeAndLinker.d.ts +0 -34
- package/dist/types/Services/Search/orderingConnections.d.ts +0 -2
- package/dist/types/Services/Security/GetRequestHeader.d.ts +0 -10
- package/dist/types/Services/SplitStrings.d.ts +0 -1
- package/dist/types/Services/UpdateComposition.d.ts +0 -2
- package/dist/types/Services/User/UserTranslation.d.ts +0 -6
- package/dist/types/Services/View/ViewInternalData.d.ts +0 -1
- package/dist/types/Services/auth/AuthService.d.ts +0 -1
- package/dist/types/WrapperFunctions/SchemaQueryObservable.d.ts +0 -24
- package/dist/types/app.d.ts +0 -89
package/dist/types/app.d.ts
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
export { init, updateAccessToken };
|
|
2
|
-
export { SplitStrings } from './Services/SplitStrings';
|
|
3
|
-
export { GetCompositionList, GetCompositionListWithId } from './Services/GetCompositionList';
|
|
4
|
-
export { GetCompositionListLocal, GetCompositionListLocalWithId } from './Services/Local/GetCompositionListLocal';
|
|
5
|
-
export { GetAllConnectionsOfComposition } from './Api/GetAllConnectionsOfComposition';
|
|
6
|
-
export { GetComposition, GetCompositionWithId, recursiveFetch, GetCompositionWithAllIds } from './Services/GetComposition';
|
|
7
|
-
export { GetCompositionLocal, GetCompositionLocalWithId } from './Services/Local/GetCompositionLocal';
|
|
8
|
-
export { default as CreateComposition } from './Services/CreateTheComposition';
|
|
9
|
-
export { CreateTheCompositionLocal } from './Services/Local/CreateTheCompositionLocal';
|
|
10
|
-
export { CreateConnectionBetweenTwoConcepts, CreateConnectionBetweenTwoConceptsGeneral } from './Services/CreateConnectionBetweenTwoConcepts';
|
|
11
|
-
export { default as GetTheConcept } from './Services/GetTheConcept';
|
|
12
|
-
export { default as MakeTheInstanceConcept } from './Services/MakeTheInstanceConcept';
|
|
13
|
-
export { MakeTheInstanceConceptLocal } from './Services/Local/MakeTheInstanceConceptLocal';
|
|
14
|
-
export { storeToDatabase, getFromDatabaseWithType, getFromDatabaseWithTypeOld } from './Database/NoIndexDb';
|
|
15
|
-
export { createTheConnection as CreateTheConnection } from './Services/CreateTheConnection';
|
|
16
|
-
export { default as GetConceptByCharacter } from './Services/GetConceptByCharacter';
|
|
17
|
-
export { GetLink, GetLinkRaw } from './Services/GetLink';
|
|
18
|
-
export { CreateDefaultConcept } from './Services/CreateDefaultConcept';
|
|
19
|
-
export { MakeTheTypeConcept } from './Services/MakeTheTypeConcept';
|
|
20
|
-
export { MakeTheTypeConceptApi } from './Api/MakeTheTypeConceptApi';
|
|
21
|
-
export { GetLinkerConnectionFromConcepts, GetLinkerConnectionToConcepts } from './Services/GetLinkerConnectionFromConcept';
|
|
22
|
-
export { DeleteConceptById } from './Services/DeleteConcept';
|
|
23
|
-
export { DeleteConnectionById } from './Services/DeleteConnection';
|
|
24
|
-
export { TrashTheConcept } from './Api/Delete/DeleteConceptInBackend';
|
|
25
|
-
export { GetConnectionById } from './Services/GetConnections';
|
|
26
|
-
export { MakeTheTimestamp } from './Services/MakeTheTimestamp';
|
|
27
|
-
export { RecursiveSearchApi } from './Api/RecursiveSearch';
|
|
28
|
-
export { GetCompositionBulkWithDataId, GetCompositionBulk, GetCompositionFromConnectionsWithDataId } from './Services/GetCompositionBulk';
|
|
29
|
-
export { GetConceptBulk } from './Api/GetConceptBulk';
|
|
30
|
-
export { GetConnectionBulk } from './Api/GetConnectionBulk';
|
|
31
|
-
export { GetAllConnectionsOfCompositionBulk } from './Api/GetAllConnectionsOfCompositionBulk';
|
|
32
|
-
export { LoginToBackend } from './Api/Login';
|
|
33
|
-
export { GetConnectionOfTheConcept } from './Api/GetConnectionOfTheConcept';
|
|
34
|
-
export { default as Signup } from './Api/Signup';
|
|
35
|
-
export { default as Signin } from './Api/Signin';
|
|
36
|
-
export { default as UpdateComposition } from './Services/UpdateComposition';
|
|
37
|
-
export { SearchAllConcepts } from './Api/Search/Search';
|
|
38
|
-
export { SearchWithLinker } from './Api/Search/SearchWithLinker';
|
|
39
|
-
export { GetCompositionWithCache, GetCompositionWithDataIdWithCache, GetCompositionWithDataIdBulk } from './Services/Composition/CompositionCache';
|
|
40
|
-
export { CreateSession } from './Api/Session/CreateSession';
|
|
41
|
-
export { CreateSessionVisit } from './Api/Session/CreateSessionVisit';
|
|
42
|
-
export {} from './Api/GetConceptByCharacterAndType';
|
|
43
|
-
export { GetRelation, GetRelationRaw } from './Services/GetRelation';
|
|
44
|
-
export { recursiveFetchNew } from './Services/Composition/BuildComposition';
|
|
45
|
-
export { CreateTheCompositionWithCache } from './Services/Composition/CreateCompositionCache';
|
|
46
|
-
export { CreateDefaultLConcept } from './Services/Local/CreateDefaultLConcept';
|
|
47
|
-
export { CreateTheConnectionGeneral, CreateConnection } from './Services/CreateTheConnectionGeneral';
|
|
48
|
-
export { CreateTheConnectionLocal } from './Services/Local/CreateTheConnectionLocal';
|
|
49
|
-
export { GetUserGhostId, AddGhostConcept, GetUserGhostConnectionId, AddGhostConnection } from './Services/User/UserTranslation';
|
|
50
|
-
export { SearchLinkMultipleAll, FormatFromConnections } from './Services/Search/SearchLinkMultiple';
|
|
51
|
-
export { UpdateCompositionLocal } from './Services/Local/UpdateCompositionLocal';
|
|
52
|
-
export { GetCompositionFromConnectionsWithDataIdInObject } from './Services/GetCompositionBulk';
|
|
53
|
-
export { ViewInternalData } from './Services/View/ViewInternalData';
|
|
54
|
-
export { convertFromLConceptToConcept } from './Services/Conversion/ConvertConcepts';
|
|
55
|
-
export { SearchLinkInternal } from './Services/Search/SearchLinkInternal';
|
|
56
|
-
export { HandleHttpError } from './Services/Common/ErrorPosting';
|
|
57
|
-
export { GetConceptByCharacterAndType } from './Api/GetConceptByCharacterAndType';
|
|
58
|
-
export { GetConceptByCharacterAndCategoryDirectApi } from './Api/SearchConcept/GetConceptByCharacterAndCategoryDirect';
|
|
59
|
-
export { SearchLinkMultipleApi } from './Api/Search/SearchLinkMultipleApi';
|
|
60
|
-
export { GetCompositionWithIdFromMemoryFromConnections, GetCompositionWithIdFromMemory } from './Services/GetComposition';
|
|
61
|
-
export { SyncData } from './DataStructures/SyncData';
|
|
62
|
-
export { Concept } from './DataStructures/Concept';
|
|
63
|
-
export { LConcept } from './DataStructures/Local/LConcept';
|
|
64
|
-
export { LConnection } from './DataStructures/Local/LConnection';
|
|
65
|
-
export { Connection } from './DataStructures/Connection';
|
|
66
|
-
export { ConceptsData } from './DataStructures/ConceptData';
|
|
67
|
-
export { ConnectionData } from './DataStructures/ConnectionData';
|
|
68
|
-
export { BinaryTree } from './DataStructures/BinaryTree';
|
|
69
|
-
export { SearchQuery } from './DataStructures/SearchQuery';
|
|
70
|
-
export { SignupModel } from './DataStructures/SignupModel';
|
|
71
|
-
export { SigninModel } from './DataStructures/SigninModel';
|
|
72
|
-
export { FreeschemaResponse } from './DataStructures/Responses/StandardResponses';
|
|
73
|
-
export { PatcherStructure } from './DataStructures/PatcherStructure';
|
|
74
|
-
export { SessionData } from './DataStructures/Session/SessionData';
|
|
75
|
-
export { Composition } from './DataStructures/Composition/Composition';
|
|
76
|
-
export { CompositionBinaryTree } from './DataStructures/Composition/CompositionBinaryTree';
|
|
77
|
-
export { CompositionNode } from './DataStructures/Composition/CompositionNode';
|
|
78
|
-
export { UserBinaryTree } from './DataStructures/User/UserBinaryTree';
|
|
79
|
-
export { FilterSearch } from './DataStructures/FilterSearch';
|
|
80
|
-
export { SearchStructure } from './DataStructures/Search/SearchStructure';
|
|
81
|
-
export { FreeSchemaResponse } from './DataStructures/Responses/ErrorResponse';
|
|
82
|
-
export { BaseUrl } from './DataStructures/BaseUrl';
|
|
83
|
-
export { SchemaQueryListener } from './WrapperFunctions/SchemaQueryObservable';
|
|
84
|
-
export { FreeschemaQuery } from './DataStructures/Search/FreeschemaQuery';
|
|
85
|
-
export { GiveConnection, GetAllTheConnectionsByTypeAndOfTheConcept } from './Services/Delete/GetAllConnectionByType';
|
|
86
|
-
export { DATAID, NORMAL, JUSTDATA, ALLID, DATAIDDATE, RAW, LISTNORMAL } from './Constants/FormatConstants';
|
|
87
|
-
export { Transaction } from './DataStructures/Transaction/Transaction';
|
|
88
|
-
declare function updateAccessToken(accessToken?: string): void;
|
|
89
|
-
declare function init(url?: string, aiurl?: string, accessToken?: string): void;
|