amf-client-js 5.7.0-SNAPSHOT.11 → 5.7.0-SNAPSHOT.13
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 +11821 -11823
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +3 -5
package/package.json
CHANGED
|
@@ -4677,6 +4677,9 @@ declare module "amf-client-js" {
|
|
|
4677
4677
|
|
|
4678
4678
|
constructor();
|
|
4679
4679
|
}
|
|
4680
|
+
export class AvroSchemaDocument extends Document {
|
|
4681
|
+
constructor();
|
|
4682
|
+
}
|
|
4680
4683
|
export class JsonSchemaDraft201909 implements JSONSchemaVersion {}
|
|
4681
4684
|
export class JsonSchemaDraft4 implements JSONSchemaVersion {}
|
|
4682
4685
|
export class JsonSchemaDraft7 implements JSONSchemaVersion {}
|
|
@@ -6503,7 +6506,6 @@ declare module "amf-client-js" {
|
|
|
6503
6506
|
getMaxYamlReferences: undefined | number;
|
|
6504
6507
|
isAmfJsonLdSerialization: boolean;
|
|
6505
6508
|
isTokens: boolean;
|
|
6506
|
-
isExtensionsEverywhere: boolean;
|
|
6507
6509
|
|
|
6508
6510
|
constructor();
|
|
6509
6511
|
|
|
@@ -6524,10 +6526,6 @@ declare module "amf-client-js" {
|
|
|
6524
6526
|
withoutBaseUnitUrl(): ParsingOptions;
|
|
6525
6527
|
|
|
6526
6528
|
withoutTokens(): ParsingOptions;
|
|
6527
|
-
|
|
6528
|
-
withExtensionsEverywhere(): ParsingOptions;
|
|
6529
|
-
|
|
6530
|
-
withoutExtensionsEverywhere(): ParsingOptions;
|
|
6531
6529
|
}
|
|
6532
6530
|
export class Path {
|
|
6533
6531
|
static delimiter: string;
|