Skip to content

Commit 96c4f21

Browse files
committed
fix: adding missing types
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent 3fc76ca commit 96c4f21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@api-components/amf-helper-mixin",
33
"description": "A mixin with common functions user by most AMF components to compute AMF values",
4-
"version": "4.3.8",
4+
"version": "4.3.9",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"module": "index.js",

src/Namespace.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ interface ApiContract {
7878
key: string;
7979
Payload: string;
8080
Request: string;
81+
Response: string;
8182
EndPoint: string;
8283
Parameter: string;
8384
Operation: string;

0 commit comments

Comments
 (0)