Skip to content

Commit 7c9a4c1

Browse files
authored
chore(release): pull hotfix-release/v1.124.3 into main (#5012)
👑 *An automated PR*
2 parents 191ee98 + 9035390 commit 7c9a4c1

File tree

6 files changed

+23
-16
lines changed

6 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.124.3](https://github.com/rudderlabs/rudder-transformer/compare/v1.124.2...v1.124.3) (2026-03-02)
6+
7+
8+
### Bug Fixes
9+
10+
* tiktok audience list message type ([#5011](https://github.com/rudderlabs/rudder-transformer/issues/5011)) ([89ce201](https://github.com/rudderlabs/rudder-transformer/commit/89ce201f1731c83cd3ca71da1332f88d7aebeaad)), closes [/github.com/rudderlabs/rudder-transformer/pull/4971/changes/6a0ec7da38342d9f48548d04c16b634ba490220b#diff-abed566c996f7d32111260dfa5b8d1cddb2025c236fb3f4c998e598a00597b8aL14-L25](https://github.com/rudderlabs//github.com/rudderlabs/rudder-transformer/pull/4971/changes/6a0ec7da38342d9f48548d04c16b634ba490220b/issues/diff-abed566c996f7d32111260dfa5b8d1cddb2025c236fb3f4c998e598a00597b8aL14-L25)
11+
512
### [1.124.2](https://github.com/rudderlabs/rudder-transformer/compare/v1.124.1...v1.124.2) (2026-02-27)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rudder-transformer",
3-
"version": "1.124.2",
3+
"version": "1.124.3",
44
"description": "",
55
"homepage": "https://github.com/rudderlabs/rudder-transformer#readme",
66
"bugs": {

src/v0/destinations/tiktok_audience/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const TiktokAudienceDestinationSchema = z
1313

1414
export const TiktokAudienceMessageSchema = z
1515
.object({
16-
type: z.enum(['audiencelist'], {
16+
type: z.enum(['audienceList'], {
1717
required_error: 'message Type is not present. Aborting message.',
1818
}),
1919
anonymousId: z.string().optional(),

test/integrations/destinations/tiktok_audience/processor/data-native.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const nativeData = [
1111
{
1212
message: {
1313
userId: 'user 1',
14-
type: 'audiencelist',
14+
type: 'audienceList',
1515
properties: {
1616
listData: {
1717
add: [
@@ -203,7 +203,7 @@ export const nativeData = [
203203
{
204204
message: {
205205
userId: 'user 1',
206-
type: 'audiencelist',
206+
type: 'audienceList',
207207
properties: {
208208
listData: {
209209
add: [
@@ -425,7 +425,7 @@ export const nativeData = [
425425
{
426426
message: {
427427
userId: 'user 1',
428-
type: 'audiencelist',
428+
type: 'audienceList',
429429
properties: {
430430
listData: {
431431
add: [
@@ -596,7 +596,7 @@ export const nativeData = [
596596
{
597597
message: {
598598
userId: 'user 1',
599-
type: 'audiencelist',
599+
type: 'audienceList',
600600
properties: {
601601
listData: {
602602
add: [
@@ -884,7 +884,7 @@ export const nativeData = [
884884
status: 200,
885885
body: [
886886
{
887-
error: "message.type: Invalid enum value. Expected 'audiencelist', received 'identify'",
887+
error: "message.type: Invalid enum value. Expected 'audienceList', received 'identify'",
888888
metadata: {
889889
jobId: 102,
890890
attemptNum: 1,
@@ -926,7 +926,7 @@ export const nativeData = [
926926
{
927927
message: {
928928
userId: 'user 1',
929-
type: 'audiencelist',
929+
type: 'audienceList',
930930
context: {
931931
externalId: [
932932
{ type: 'TIKTOK_AUDIENCE-23856594064540489', identifierType: 'EMAIL_SHA256' },
@@ -1009,7 +1009,7 @@ export const nativeData = [
10091009
{
10101010
message: {
10111011
userId: 'user 1',
1012-
type: 'audiencelist',
1012+
type: 'audienceList',
10131013
properties: {},
10141014
context: {
10151015
externalId: [
@@ -1094,7 +1094,7 @@ export const nativeData = [
10941094
{
10951095
message: {
10961096
userId: 'user 1',
1097-
type: 'audiencelist',
1097+
type: 'audienceList',
10981098
properties: {
10991099
listData: {
11001100
update: [{ EMAIL_SHA256: 'alex@email.com' }],

test/integrations/destinations/tiktok_audience/router/data-native.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const nativeData = [
1212
{
1313
message: {
1414
userId: 'user 1',
15-
type: 'audiencelist',
15+
type: 'audienceList',
1616
properties: {
1717
listData: {
1818
add: [
@@ -57,7 +57,7 @@ export const nativeData = [
5757
{
5858
message: {
5959
userId: 'user 1',
60-
type: 'audiencelist',
60+
type: 'audienceList',
6161
properties: {
6262
listData: {
6363
add: [
@@ -102,7 +102,7 @@ export const nativeData = [
102102
{
103103
message: {
104104
userId: 'user 1',
105-
type: 'audiencelist',
105+
type: 'audienceList',
106106
properties: {
107107
listData: {
108108
add: [
@@ -156,7 +156,7 @@ export const nativeData = [
156156
{
157157
message: {
158158
userId: 'user 1',
159-
type: 'audiencelist',
159+
type: 'audienceList',
160160
properties: {
161161
listData: {
162162
add: [

0 commit comments

Comments
 (0)