amf-client-js 5.6.0-SNAPSHOT.40 → 5.6.0-SNAPSHOT.41
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 +12353 -12304
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +1 -0
package/package.json
CHANGED
|
@@ -6642,6 +6642,7 @@ declare module "amf-client-js" {
|
|
|
6642
6642
|
static readonly GRAPHQL_FEDERATION: ProfileName;
|
|
6643
6643
|
static readonly GRPC: ProfileName;
|
|
6644
6644
|
static readonly JSONSCHEMA: ProfileName;
|
|
6645
|
+
static readonly AVROSCHEMA: ProfileName;
|
|
6645
6646
|
static readonly OAS20: ProfileName;
|
|
6646
6647
|
static readonly OAS30: ProfileName;
|
|
6647
6648
|
static readonly PAYLOAD: ProfileName;
|