amf-client-js 5.7.0-SNAPSHOT.12 → 5.7.0-SNAPSHOT.14
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 +11953 -11954
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +0 -5
package/package.json
CHANGED
|
@@ -6506,7 +6506,6 @@ declare module "amf-client-js" {
|
|
|
6506
6506
|
getMaxYamlReferences: undefined | number;
|
|
6507
6507
|
isAmfJsonLdSerialization: boolean;
|
|
6508
6508
|
isTokens: boolean;
|
|
6509
|
-
isExtensionsEverywhere: boolean;
|
|
6510
6509
|
|
|
6511
6510
|
constructor();
|
|
6512
6511
|
|
|
@@ -6527,10 +6526,6 @@ declare module "amf-client-js" {
|
|
|
6527
6526
|
withoutBaseUnitUrl(): ParsingOptions;
|
|
6528
6527
|
|
|
6529
6528
|
withoutTokens(): ParsingOptions;
|
|
6530
|
-
|
|
6531
|
-
withExtensionsEverywhere(): ParsingOptions;
|
|
6532
|
-
|
|
6533
|
-
withoutExtensionsEverywhere(): ParsingOptions;
|
|
6534
6529
|
}
|
|
6535
6530
|
export class Path {
|
|
6536
6531
|
static delimiter: string;
|