amf-client-js 5.6.0-SNAPSHOT.51 → 5.6.0-SNAPSHOT.53

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.6.0-SNAPSHOT.51",
3
+ "version": "5.6.0-SNAPSHOT.53",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -1540,6 +1540,10 @@ declare module "amf-client-js" {
1540
1540
  withAliases(aliases: Array<string>): this;
1541
1541
 
1542
1542
  withSize(size: number): this;
1543
+
1544
+ avroSchemaType(): undefined | string;
1545
+
1546
+ isAvroSchema(): boolean;
1543
1547
  }
1544
1548
  export class Api<A> implements DomainElement {
1545
1549
  accepts: Array<StrField>;