@accordproject/concerto
Advanced tools
Comparing version 0.80.2-20190927153010 to 0.80.2
31
api.txt
@@ -171,32 +171,1 @@ class Factory { | ||
} | ||
class ModelManager { | ||
+ void validateModelFile(string,string) throws IllegalModelException | ||
+ Object addModelFile(string,string,boolean,boolean) throws IllegalModelException | ||
+ Object updateModelFile(string,string,boolean) throws IllegalModelException | ||
+ void deleteModelFile(string) | ||
+ Object[] addModelFiles(string[],undefined,boolean,boolean) | ||
+ void validateModelFiles() | ||
+ Promise updateExternalModels(Object,ModelFileDownloader) throws IllegalModelException | ||
+ void writeModelsToFileSystem(String,Object,boolean,boolean) | ||
+ Object[] getModels(Object,boolean,boolean) | ||
+ void clearModelFiles() | ||
+ string[] getNamespaces() | ||
+ ClassDeclaration[] getSystemTypes() | ||
+ AssetDeclaration[] getAssetDeclarations(Boolean) | ||
+ TransactionDeclaration[] getTransactionDeclarations(Boolean) | ||
+ EventDeclaration[] getEventDeclarations(Boolean) | ||
+ ParticipantDeclaration[] getParticipantDeclarations(Boolean) | ||
+ EnumDeclaration[] getEnumDeclarations(Boolean) | ||
+ ConceptDeclaration[] getConceptDeclarations(Boolean) | ||
+ Factory getFactory() | ||
+ Serializer getSerializer() | ||
+ DecoratorFactory[] getDecoratorFactories() | ||
+ void addDecoratorFactory(DecoratorFactory) | ||
+ boolean hasInstance(object) | ||
} | ||
class Serializer { | ||
+ void constructor(Factory,ModelManager) | ||
+ void setDefaultOptions(Object) | ||
+ Object toJSON(Resource,Object,boolean,boolean,boolean,boolean) throws Error | ||
+ Resource fromJSON(Object,Object,boolean,boolean) | ||
} |
{ | ||
"name": "@accordproject/concerto", | ||
"version": "0.80.2-20190927153010", | ||
"version": "0.80.2", | ||
"description": "Concerto Modeling Language", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
3966
0
1299621
1