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/amf.js +11349 -11347
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +4 -0
package/package.json
CHANGED
|
@@ -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>;
|