Skip to content

Commit

Permalink
Merge pull request #25 from khipu/adds-socket-protocol-options
Browse files Browse the repository at this point in the history
Adds Socket Transfer Format Protocol parameter
  • Loading branch information
ignaciosanhkhipu authored Sep 9, 2021
2 parents 8c81ab5 + 27ee4e8 commit e051389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ interface PaymentIdResponseMessage extends TypedMessage {
type: 'PAYMENT_ID_RESPONSE',
paymentId: string,
sessionCookieName: string | undefined,
sessionCookieValue: string | undefined
sessionCookieValue: string | undefined,
stfp: any | undefined,
}

type PaymentInitializationMessagesType =
Expand Down Expand Up @@ -206,4 +207,4 @@ interface UIExperimentsCofigurationUpdatedMessage extends TypedMessage {
interface BankWithoutAutomatonMessage extends TypedMessage {
type: 'BANK_WITHOUT_AUTOMATON',
disabledAutomatonMessage: string
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@types/khenshin-ui",
"description": "TypeScript definitions for client-server messaging protocol",
"version": "1.3.3",
"version": "1.3.6",
"homepage": "https://github.com/khipu/types-khenshin-ui",
"license": "UNLICENSED",
"private": true,
Expand Down

0 comments on commit e051389

Please sign in to comment.