amf-client-js 5.8.0-SNAPSHOT.50 → 5.8.0-SNAPSHOT.51
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/amf.js +10505 -10502
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +5 -0
package/package.json
CHANGED
|
@@ -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;
|