amf-client-js 5.0.5-RC.0 → 5.0.6-RC.0
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 +1 -1
- package/typings/amf-client-js.d.ts +6 -0
- package/amf.js +0 -10584
package/package.json
CHANGED
|
@@ -525,6 +525,8 @@ declare module 'amf-client-js' {
|
|
|
525
525
|
renderToBuilder<T>(element: DomainElement, builder: org.yaml.builder.JsOutputBuilder): void
|
|
526
526
|
|
|
527
527
|
|
|
528
|
+
}
|
|
529
|
+
export class UnitCacheHitEvent {
|
|
528
530
|
}
|
|
529
531
|
export interface TransformationStep {
|
|
530
532
|
transform(model: BaseUnit, errorHandler: ClientErrorHandler, configuration: AMFGraphConfiguration): BaseUnit
|
|
@@ -1355,6 +1357,8 @@ declare module 'amf-client-js' {
|
|
|
1355
1357
|
|
|
1356
1358
|
withTypeDiscriminatorName(name: string): AnnotationMapping
|
|
1357
1359
|
|
|
1360
|
+
withDomain(domains: Array<string>): AnnotationMapping
|
|
1361
|
+
|
|
1358
1362
|
sorted(): BoolField
|
|
1359
1363
|
|
|
1360
1364
|
minimum(): DoubleField
|
|
@@ -3568,6 +3572,7 @@ declare module 'amf-client-js' {
|
|
|
3568
3572
|
static readonly SelectedParsePlugin: 'SelectedParsePlugin'
|
|
3569
3573
|
static readonly DetectedSyntaxMediaType: 'DetectedSyntaxMediaType'
|
|
3570
3574
|
static readonly SkippedValidationPlugin: 'SkippedValidationPlugin'
|
|
3575
|
+
static readonly UnitCacheHit: 'UnitCacheHit'
|
|
3571
3576
|
|
|
3572
3577
|
}
|
|
3573
3578
|
export class AnyShape implements Shape {
|
|
@@ -6053,6 +6058,7 @@ declare module 'amf-client-js' {
|
|
|
6053
6058
|
static readonly AML: Spec
|
|
6054
6059
|
static readonly JSONSCHEMA: Spec
|
|
6055
6060
|
static readonly GRPC: Spec
|
|
6061
|
+
static readonly GRAPHQL: Spec
|
|
6056
6062
|
static readonly JSONSCHEMADIALECT: Spec
|
|
6057
6063
|
|
|
6058
6064
|
static apply(name: string): Spec
|