amf-client-js 5.7.0-SNAPSHOT.6 → 5.7.0-SNAPSHOT.8
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
|
@@ -6503,6 +6503,7 @@ declare module "amf-client-js" {
|
|
|
6503
6503
|
getMaxYamlReferences: undefined | number;
|
|
6504
6504
|
isAmfJsonLdSerialization: boolean;
|
|
6505
6505
|
isTokens: boolean;
|
|
6506
|
+
isExtensionsEverywhere: boolean;
|
|
6506
6507
|
|
|
6507
6508
|
constructor();
|
|
6508
6509
|
|
|
@@ -6523,6 +6524,10 @@ declare module "amf-client-js" {
|
|
|
6523
6524
|
withoutBaseUnitUrl(): ParsingOptions;
|
|
6524
6525
|
|
|
6525
6526
|
withoutTokens(): ParsingOptions;
|
|
6527
|
+
|
|
6528
|
+
withExtensionsEverywhere(): ParsingOptions;
|
|
6529
|
+
|
|
6530
|
+
withoutExtensionsEverywhere(): ParsingOptions;
|
|
6526
6531
|
}
|
|
6527
6532
|
export class Path {
|
|
6528
6533
|
static delimiter: string;
|