Skip to content

Commit 89c14f0

Browse files
Update type definitions
1 parent 0abe3b2 commit 89c14f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2.2.0 (March 28, 2025)
2-
- Added new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impression object sent to Split's backend. Read more in our docs.
2+
- Added new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impression object sent to Split backend.
33

44
2.1.0 (January 17, 2025)
55
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on `SplitView` type objects. Read more in our docs.

types/splitio.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,9 @@ declare namespace SplitIO {
782782
* Evaluation options object for getTreatment methods.
783783
*/
784784
type EvaluationOptions = {
785+
/**
786+
* Optional properties to append to the generated impression object sent to Split backend.
787+
*/
785788
properties?: Properties;
786789
}
787790
/**

0 commit comments

Comments
 (0)