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.
Files changed (191) hide show
  1. package/README.md +1386 -11
  2. package/package.json +1 -1
  3. package/dist/bundle.js +0 -1
  4. package/dist/bundle.js.LICENSE.txt +0 -1
  5. package/dist/types/Api/Create/CreateTheCharacter.d.ts +0 -3
  6. package/dist/types/Api/Create/CreateTheConceptApi.d.ts +0 -2
  7. package/dist/types/Api/Create/CreateTheConnectionApi.d.ts +0 -2
  8. package/dist/types/Api/Create/CreateTheTextData.d.ts +0 -2
  9. package/dist/types/Api/Delete/DeleteConceptInBackend.d.ts +0 -1
  10. package/dist/types/Api/DeleteTheConcept.d.ts +0 -1
  11. package/dist/types/Api/DeleteTheConnection.d.ts +0 -1
  12. package/dist/types/Api/GetAiData.d.ts +0 -1
  13. package/dist/types/Api/GetAllConcepts.d.ts +0 -1
  14. package/dist/types/Api/GetAllConceptsByType.d.ts +0 -1
  15. package/dist/types/Api/GetAllConnections.d.ts +0 -1
  16. package/dist/types/Api/GetAllConnectionsOfComposition.d.ts +0 -3
  17. package/dist/types/Api/GetAllConnectionsOfCompositionBulk.d.ts +0 -3
  18. package/dist/types/Api/GetAllLinkerConnectionsFromTheConcept.d.ts +0 -2
  19. package/dist/types/Api/GetAllLinkerConnectionsToTheConcept.d.ts +0 -2
  20. package/dist/types/Api/GetAllPrefetchConnections.d.ts +0 -1
  21. package/dist/types/Api/GetCharacterDataByCharacter.d.ts +0 -2
  22. package/dist/types/Api/GetCompositionConnectionsBetweenTwoConcepts.d.ts +0 -2
  23. package/dist/types/Api/GetConcept.d.ts +0 -2
  24. package/dist/types/Api/GetConceptBulk.d.ts +0 -3
  25. package/dist/types/Api/GetConceptByCharacterAndType.d.ts +0 -2
  26. package/dist/types/Api/GetConceptByCharacterValue.d.ts +0 -2
  27. package/dist/types/Api/GetConnection.d.ts +0 -2
  28. package/dist/types/Api/GetConnectionBulk.d.ts +0 -2
  29. package/dist/types/Api/GetConnectionOfTheConcept.d.ts +0 -2
  30. package/dist/types/Api/GetConnectionToTheConcept.d.ts +0 -2
  31. package/dist/types/Api/GetReservedConnectionIds.d.ts +0 -1
  32. package/dist/types/Api/GetReservedIds.d.ts +0 -1
  33. package/dist/types/Api/Login.d.ts +0 -1
  34. package/dist/types/Api/MakeTheNameInBackend.d.ts +0 -1
  35. package/dist/types/Api/MakeTheTypeConceptApi.d.ts +0 -2
  36. package/dist/types/Api/RecursiveSearch.d.ts +0 -1
  37. package/dist/types/Api/Search/FreeschemaQueryApi.d.ts +0 -2
  38. package/dist/types/Api/Search/Search.d.ts +0 -1
  39. package/dist/types/Api/Search/SearchInternalApi.d.ts +0 -2
  40. package/dist/types/Api/Search/SearchLinkMultipleApi.d.ts +0 -2
  41. package/dist/types/Api/Search/SearchWithLinker.d.ts +0 -2
  42. package/dist/types/Api/SearchConcept/GetConceptByCharacterAndCategoryApi.d.ts +0 -2
  43. package/dist/types/Api/SearchConcept/GetConceptByCharacterAndCategoryDirect.d.ts +0 -2
  44. package/dist/types/Api/Session/CreateSession.d.ts +0 -2
  45. package/dist/types/Api/Session/CreateSessionVisit.d.ts +0 -1
  46. package/dist/types/Api/Signin.d.ts +0 -3
  47. package/dist/types/Api/Signup.d.ts +0 -3
  48. package/dist/types/Api/View/ViewInternalDataApi.d.ts +0 -1
  49. package/dist/types/Constants/ApiConstants.d.ts +0 -23
  50. package/dist/types/Constants/FormatConstants.d.ts +0 -7
  51. package/dist/types/DataStructures/BaseUrl.d.ts +0 -50
  52. package/dist/types/DataStructures/BinaryCharacterTree.d.ts +0 -16
  53. package/dist/types/DataStructures/BinaryTree.d.ts +0 -12
  54. package/dist/types/DataStructures/BinaryTypeTree.d.ts +0 -15
  55. package/dist/types/DataStructures/CharacterRepository.d.ts +0 -8
  56. package/dist/types/DataStructures/Composition/Composition.d.ts +0 -14
  57. package/dist/types/DataStructures/Composition/CompositionBinaryTree.d.ts +0 -10
  58. package/dist/types/DataStructures/Composition/CompositionNode.d.ts +0 -21
  59. package/dist/types/DataStructures/Concept.d.ts +0 -29
  60. package/dist/types/DataStructures/ConceptData.d.ts +0 -25
  61. package/dist/types/DataStructures/ConceptsToDraw.d.ts +0 -11
  62. package/dist/types/DataStructures/Connection.d.ts +0 -27
  63. package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionBinaryTree.d.ts +0 -11
  64. package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionNode.d.ts +0 -24
  65. package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionTypeTree.d.ts +0 -13
  66. package/dist/types/DataStructures/ConnectionData.d.ts +0 -18
  67. package/dist/types/DataStructures/Count/CountInfo.d.ts +0 -6
  68. package/dist/types/DataStructures/FilterSearch.d.ts +0 -9
  69. package/dist/types/DataStructures/IdentifierFlags.d.ts +0 -11
  70. package/dist/types/DataStructures/Local/LConcept.d.ts +0 -21
  71. package/dist/types/DataStructures/Local/LConnection.d.ts +0 -18
  72. package/dist/types/DataStructures/Local/LNode.d.ts +0 -27
  73. package/dist/types/DataStructures/Local/LocalBinaryCharacterTree.d.ts +0 -12
  74. package/dist/types/DataStructures/Local/LocalBinaryTree.d.ts +0 -12
  75. package/dist/types/DataStructures/Local/LocalBinaryTypeTree.d.ts +0 -13
  76. package/dist/types/DataStructures/Local/LocalConceptData.d.ts +0 -14
  77. package/dist/types/DataStructures/Local/LocalConnectionData.d.ts +0 -16
  78. package/dist/types/DataStructures/Local/LocalSyncData.d.ts +0 -14
  79. package/dist/types/DataStructures/Node.d.ts +0 -29
  80. package/dist/types/DataStructures/PatcherStructure.d.ts +0 -8
  81. package/dist/types/DataStructures/ReferentInfo.d.ts +0 -7
  82. package/dist/types/DataStructures/ReservedIds.d.ts +0 -10
  83. package/dist/types/DataStructures/Responses/ErrorResponse.d.ts +0 -74
  84. package/dist/types/DataStructures/Responses/StandardResponses.d.ts +0 -6
  85. package/dist/types/DataStructures/Returner.d.ts +0 -7
  86. package/dist/types/DataStructures/Search/FreeschemaQuery.d.ts +0 -22
  87. package/dist/types/DataStructures/Search/SearchStructure.d.ts +0 -9
  88. package/dist/types/DataStructures/SearchQuery.d.ts +0 -16
  89. package/dist/types/DataStructures/Security/TokenStorage.d.ts +0 -3
  90. package/dist/types/DataStructures/Session/SessionData.d.ts +0 -13
  91. package/dist/types/DataStructures/SettingData.d.ts +0 -5
  92. package/dist/types/DataStructures/Settings.d.ts +0 -4
  93. package/dist/types/DataStructures/SigninModel.d.ts +0 -4
  94. package/dist/types/DataStructures/SignupModel.d.ts +0 -4
  95. package/dist/types/DataStructures/SyncData.d.ts +0 -26
  96. package/dist/types/DataStructures/TheCharacter.d.ts +0 -13
  97. package/dist/types/DataStructures/TheTexts.d.ts +0 -14
  98. package/dist/types/DataStructures/Transaction/Transaction.d.ts +0 -30
  99. package/dist/types/DataStructures/User/UserBinaryTree.d.ts +0 -15
  100. package/dist/types/DataStructures/User/UserNode.d.ts +0 -20
  101. package/dist/types/Database/GetConceptFromIndexDb.d.ts +0 -0
  102. package/dist/types/Database/NoIndexDb.d.ts +0 -9
  103. package/dist/types/Database/indexdblocal.d.ts +0 -3
  104. package/dist/types/Database/indexeddb.d.ts +0 -3
  105. package/dist/types/Drawing/ConceptDraw.d.ts +0 -1
  106. package/dist/types/Drawing/ConceptEvents.d.ts +0 -1
  107. package/dist/types/Helpers/CheckIfExists.d.ts +0 -10
  108. package/dist/types/Helpers/RemoveFromArray.d.ts +0 -6
  109. package/dist/types/Helpers/UniqueInsert.d.ts +0 -1
  110. package/dist/types/Services/AccessControl/AccessControlCacheService.d.ts +0 -19
  111. package/dist/types/Services/AccessControl/AccessControlService.d.ts +0 -267
  112. package/dist/types/Services/AccessControl/PermissionSet.d.ts +0 -8
  113. package/dist/types/Services/CheckForConnectionDeletion.d.ts +0 -3
  114. package/dist/types/Services/Common/DecodeCountInfo.d.ts +0 -3
  115. package/dist/types/Services/Common/ErrorPosting.d.ts +0 -2
  116. package/dist/types/Services/Common/RegexFunction.d.ts +0 -1
  117. package/dist/types/Services/Composition/BuildComposition.d.ts +0 -3
  118. package/dist/types/Services/Composition/CompositionCache.d.ts +0 -4
  119. package/dist/types/Services/Composition/CreateCompositionCache.d.ts +0 -3
  120. package/dist/types/Services/ConceptFinding/GetConceptByCharacterAndCategory.d.ts +0 -5
  121. package/dist/types/Services/Conversion/ConvertConcepts.d.ts +0 -7
  122. package/dist/types/Services/CreateBinaryTreeFromData.d.ts +0 -1
  123. package/dist/types/Services/CreateCharacterBinaryTreeFromData.d.ts +0 -1
  124. package/dist/types/Services/CreateConnectionBetweenTwoConcepts.d.ts +0 -5
  125. package/dist/types/Services/CreateDefaultConcept.d.ts +0 -3
  126. package/dist/types/Services/CreateTheComposition.d.ts +0 -2
  127. package/dist/types/Services/CreateTheConcept.d.ts +0 -5
  128. package/dist/types/Services/CreateTheConnection.d.ts +0 -2
  129. package/dist/types/Services/CreateTheConnectionGeneral.d.ts +0 -5
  130. package/dist/types/Services/CreateTypeTreeFromData.d.ts +0 -1
  131. package/dist/types/Services/Delete/GetAllConnectionByType.d.ts +0 -16
  132. package/dist/types/Services/DeleteConcept.d.ts +0 -1
  133. package/dist/types/Services/DeleteConnection.d.ts +0 -1
  134. package/dist/types/Services/FindConeceptsFromConnection.d.ts +0 -2
  135. package/dist/types/Services/FindConnectionsOfCompositionBulkInMemory.d.ts +0 -2
  136. package/dist/types/Services/GenerateHexNumber.d.ts +0 -1
  137. package/dist/types/Services/GetAccessIdOfUser.d.ts +0 -0
  138. package/dist/types/Services/GetComposition.d.ts +0 -11
  139. package/dist/types/Services/GetCompositionBulk.d.ts +0 -11
  140. package/dist/types/Services/GetCompositionList.d.ts +0 -2
  141. package/dist/types/Services/GetConceptByCharacter.d.ts +0 -3
  142. package/dist/types/Services/GetConnections.d.ts +0 -2
  143. package/dist/types/Services/GetDataFromIndexDb.d.ts +0 -2
  144. package/dist/types/Services/GetLink.d.ts +0 -3
  145. package/dist/types/Services/GetLinkerConnectionFromConcept.d.ts +0 -3
  146. package/dist/types/Services/GetMaximumConnectionSyncTime.d.ts +0 -2
  147. package/dist/types/Services/GetRelation.d.ts +0 -5
  148. package/dist/types/Services/GetTheConcept.d.ts +0 -2
  149. package/dist/types/Services/GetTheReferent.d.ts +0 -2
  150. package/dist/types/Services/InitializeSystem.d.ts +0 -2
  151. package/dist/types/Services/Local/CreateConnectionListFromDatat.d.ts +0 -0
  152. package/dist/types/Services/Local/CreateDefaultLConcept.d.ts +0 -2
  153. package/dist/types/Services/Local/CreateLocalBinaryTreeFromData.d.ts +0 -1
  154. package/dist/types/Services/Local/CreateLocalBinaryTypeTreeFromData.d.ts +0 -1
  155. package/dist/types/Services/Local/CreateLocalCharacterBinaryTree.d.ts +0 -1
  156. package/dist/types/Services/Local/CreateTheCompositionLocal.d.ts +0 -2
  157. package/dist/types/Services/Local/CreateTheConceptLocal.d.ts +0 -2
  158. package/dist/types/Services/Local/CreateTheConnectionLocal.d.ts +0 -2
  159. package/dist/types/Services/Local/GetCompositionListLocal.d.ts +0 -2
  160. package/dist/types/Services/Local/GetCompositionLocal.d.ts +0 -2
  161. package/dist/types/Services/Local/GetConceptByCharacterLocal.d.ts +0 -1
  162. package/dist/types/Services/Local/MakeTheConceptLocal.d.ts +0 -2
  163. package/dist/types/Services/Local/MakeTheInstanceConceptLocal.d.ts +0 -2
  164. package/dist/types/Services/Local/MakeTheTypeLocal.d.ts +0 -2
  165. package/dist/types/Services/Local/UpdateCompositionLocal.d.ts +0 -2
  166. package/dist/types/Services/MakeTheCharacter.d.ts +0 -2
  167. package/dist/types/Services/MakeTheCharacterData.d.ts +0 -2
  168. package/dist/types/Services/MakeTheConcept.d.ts +0 -2
  169. package/dist/types/Services/MakeTheInstanceConcept.d.ts +0 -3
  170. package/dist/types/Services/MakeTheLocalConcept.d.ts +0 -0
  171. package/dist/types/Services/MakeTheName.d.ts +0 -2
  172. package/dist/types/Services/MakeTheTimestamp.d.ts +0 -2
  173. package/dist/types/Services/MakeTheTypeConcept.d.ts +0 -3
  174. package/dist/types/Services/Mqtt/publishMessage.d.ts +0 -1
  175. package/dist/types/Services/Mqtt/subscribeMessage.d.ts +0 -0
  176. package/dist/types/Services/PatchComposition.d.ts +0 -2
  177. package/dist/types/Services/Search/DataIdFormat.d.ts +0 -32
  178. package/dist/types/Services/Search/FormatData.d.ts +0 -26
  179. package/dist/types/Services/Search/JustIdFormat.d.ts +0 -23
  180. package/dist/types/Services/Search/SearchLinkInternal.d.ts +0 -2
  181. package/dist/types/Services/Search/SearchLinkMultiple.d.ts +0 -3
  182. package/dist/types/Services/Search/SearchWithTypeAndLinker.d.ts +0 -34
  183. package/dist/types/Services/Search/orderingConnections.d.ts +0 -2
  184. package/dist/types/Services/Security/GetRequestHeader.d.ts +0 -10
  185. package/dist/types/Services/SplitStrings.d.ts +0 -1
  186. package/dist/types/Services/UpdateComposition.d.ts +0 -2
  187. package/dist/types/Services/User/UserTranslation.d.ts +0 -6
  188. package/dist/types/Services/View/ViewInternalData.d.ts +0 -1
  189. package/dist/types/Services/auth/AuthService.d.ts +0 -1
  190. package/dist/types/WrapperFunctions/SchemaQueryObservable.d.ts +0 -24
  191. package/dist/types/app.d.ts +0 -89
@@ -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;