Skip to content

Commit

Permalink
missing 'dest' connection parameter name added to connection paramete…
Browse files Browse the repository at this point in the history
…rs type
  • Loading branch information
bsrdjan committed Jul 7, 2021
1 parent 2eb473a commit 9719612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ts/wrapper/sapnwrfc-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ type RfcConnectionParametersAllowed =
| "CODEPAGE"
| "COMPRESSION_TYPE"
| "DELTA"
| "DEST"
| "EXTIDDATA"
| "EXTIDTYPE"
| "GETSSO2"
Expand Down Expand Up @@ -103,6 +104,7 @@ type RfcConnectionParametersAllowed =
| "codepage"
| "compression_type"
| "delta"
| "dest"
| "extiddata"
| "extidtype"
| "getsso2"
Expand Down

0 comments on commit 9719612

Please sign in to comment.