amf-client-js 5.0.2 → 5.0.3-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/amf.js +10022 -9918
- package/amf.js.map +8 -0
- package/package.json +1 -5
- package/typings/amf-client-js.d.ts +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "amf-client-js",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3-RC.0",
|
|
4
4
|
"description": "AMF Library",
|
|
5
5
|
"main": "amf.js",
|
|
6
6
|
"author": "amf team",
|
|
@@ -17,9 +17,5 @@
|
|
|
17
17
|
"typings": "./typings/amf-client-js.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"ajv": "6.12.6"
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"webpack": "^4.43.0",
|
|
23
|
-
"webpack-cli": "^3.3.12"
|
|
24
20
|
}
|
|
25
21
|
}
|
|
@@ -1106,6 +1106,7 @@ declare module 'amf-client-js' {
|
|
|
1106
1106
|
security: Array<SecurityRequirement>
|
|
1107
1107
|
identifier: StrField
|
|
1108
1108
|
description: StrField
|
|
1109
|
+
tags: Array<Tag>
|
|
1109
1110
|
documentations: Array<CreativeWork>
|
|
1110
1111
|
servers: Array<Server>
|
|
1111
1112
|
schemes: Array<StrField>
|
|
@@ -2398,6 +2399,7 @@ declare module 'amf-client-js' {
|
|
|
2398
2399
|
security: Array<SecurityRequirement>
|
|
2399
2400
|
identifier: StrField
|
|
2400
2401
|
description: StrField
|
|
2402
|
+
tags: Array<Tag>
|
|
2401
2403
|
documentations: Array<CreativeWork>
|
|
2402
2404
|
servers: Array<Server>
|
|
2403
2405
|
schemes: Array<StrField>
|
|
@@ -2441,6 +2443,8 @@ declare module 'amf-client-js' {
|
|
|
2441
2443
|
|
|
2442
2444
|
withTermsOfService(terms: string): this
|
|
2443
2445
|
|
|
2446
|
+
withTags(tags: Array<Tag>): this
|
|
2447
|
+
|
|
2444
2448
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this
|
|
2445
2449
|
|
|
2446
2450
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this
|
|
@@ -2854,6 +2858,7 @@ declare module 'amf-client-js' {
|
|
|
2854
2858
|
security: Array<SecurityRequirement>
|
|
2855
2859
|
identifier: StrField
|
|
2856
2860
|
description: StrField
|
|
2861
|
+
tags: Array<Tag>
|
|
2857
2862
|
documentations: Array<CreativeWork>
|
|
2858
2863
|
servers: Array<Server>
|
|
2859
2864
|
schemes: Array<StrField>
|
|
@@ -2897,6 +2902,8 @@ declare module 'amf-client-js' {
|
|
|
2897
2902
|
|
|
2898
2903
|
withTermsOfService(terms: string): this
|
|
2899
2904
|
|
|
2905
|
+
withTags(tags: Array<Tag>): this
|
|
2906
|
+
|
|
2900
2907
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this
|
|
2901
2908
|
|
|
2902
2909
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this
|