1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Source Iterable: add userId to applicable streams (#30931)

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
This commit is contained in:
Dylan Seidt
2024-01-11 11:34:39 -06:00
committed by GitHub
parent 7d9f636142
commit 42b54bbdf2
11 changed files with 30 additions and 2 deletions

View File

@@ -29,6 +29,9 @@
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
},
"recipientState": {
"type": ["null", "string"]
}

View File

@@ -55,6 +55,9 @@
},
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
}
},
"type": ["null", "object"]

View File

@@ -29,6 +29,9 @@
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
},
"recipientState": {
"type": ["null", "string"]
}

View File

@@ -46,6 +46,9 @@
},
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
}
},
"type": ["null", "object"]

View File

@@ -122,6 +122,9 @@
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
},
"channelId": {
"type": ["null", "integer"]
}

View File

@@ -122,6 +122,9 @@
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
},
"channelId": {
"type": ["null", "integer"]
}

View File

@@ -30,6 +30,9 @@
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
},
"profileUpdatedAt": {
"type": ["null", "string"],
"format": "date-time"

View File

@@ -46,6 +46,9 @@
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
},
"channelId": {
"type": ["null", "integer"]
}

View File

@@ -23,6 +23,9 @@
"email": {
"type": ["null", "string"]
},
"userId": {
"type": ["null", "string"]
},
"data": {
"type": ["null", "object"]
}