You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2021/06/10 01:10:47 UTC

[openwhisk-client-js] branch master updated: Adding missing properties to Exec TS defs (#225)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new ad28f81  Adding missing properties to Exec TS defs (#225)
ad28f81 is described below

commit ad28f81c2bde494a5c252acb504a6b7359abe8de
Author: James Thomas <ja...@jamesthom.as>
AuthorDate: Thu Jun 10 02:10:41 2021 +0100

    Adding missing properties to Exec TS defs (#225)
---
 lib/main.d.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/main.d.ts b/lib/main.d.ts
index b6fedb6..212a183 100644
--- a/lib/main.d.ts
+++ b/lib/main.d.ts
@@ -250,6 +250,7 @@ declare namespace openwhisk {
         code: string;
         binary?: boolean;
         main?: string;
+        image?: string;
     }
 
     interface Sequence {