amf-client-js 5.8.0-SNAPSHOT.50 → 5.8.0-SNAPSHOT.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.8.0-SNAPSHOT.50",
3
+ "version": "5.8.0-SNAPSHOT.52",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -6656,6 +6656,7 @@ declare module "amf-client-js" {
6656
6656
  getMaxYamlReferences: undefined | number;
6657
6657
  isAmfJsonLdSerialization: boolean;
6658
6658
  isTokens: boolean;
6659
+ isSourceSchemaDef: boolean;
6659
6660
 
6660
6661
  constructor();
6661
6662
 
@@ -6671,11 +6672,15 @@ declare module "amf-client-js" {
6671
6672
 
6672
6673
  withTokens(): ParsingOptions;
6673
6674
 
6675
+ withSourceSchemaDef(): ParsingOptions;
6676
+
6674
6677
  withoutAmfJsonLdSerialization(): ParsingOptions;
6675
6678
 
6676
6679
  withoutBaseUnitUrl(): ParsingOptions;
6677
6680
 
6678
6681
  withoutTokens(): ParsingOptions;
6682
+
6683
+ withoutSourceSchemaDef(): ParsingOptions;
6679
6684
  }
6680
6685
  export class Path {
6681
6686
  static delimiter: string;