Skip to content

Commit

Permalink
Merge pull request #133 from mithunjohny/users/mithunj/pushNotificati…
Browse files Browse the repository at this point in the history
…onParams

Users/mithunj/push notification params
  • Loading branch information
mithunjohny authored Jan 29, 2025
2 parents 8b0a4b9 + 23f9ed0 commit f2ca709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Added new initContext property types for push notification

## [0.5.10] - 2025-01-16

### Added
Expand Down
2 changes: 2 additions & 0 deletions src/Model/InitContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ export default class InitContext {
public customContextData?: { [key: string]: any }; // eslint-disable-line @typescript-eslint/no-explicit-any
public portalcontactid?: string;
public isProactiveChat?: boolean;
public platform?: string;
public handle?: string;
}

0 comments on commit f2ca709

Please sign in to comment.