@tailor-platform/sdk 1.6.2 → 1.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @tailor-platform/sdk
2
2
 
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#505](https://github.com/tailor-platform/sdk/pull/505) [`c3329a9`](https://github.com/tailor-platform/sdk/commit/c3329a991ab7fc2f60dc4558ba33ea60ed18394e) Thanks [@k1LoW](https://github.com/k1LoW)! - Add actor field to executor event trigger args
8
+
9
+ - Added `TailorActor` type to represent actors in event triggers
10
+ - Added `actor` field to `EventArgs` interface (nullable)
11
+ - Field names are aligned with `TailorUser` for consistency (`attributes`, `attributeList`)
12
+ - Added transformation in executor bundler to convert server field names to SDK field names
13
+
14
+ - [#489](https://github.com/tailor-platform/sdk/pull/489) [`2f17481`](https://github.com/tailor-platform/sdk/commit/2f17481f26577249c8dd0ac93d1b04b0f91cb377) Thanks [@riku99](https://github.com/riku99)! - Moved executor service config types to parser and updated CLI imports
15
+
3
16
  ## 1.6.2
4
17
 
5
18
  ### Patch Changes