✨ Source Iterable: add userId to applicable streams (#30931)
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"recipientState": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
|
||||
@@ -55,6 +55,9 @@
|
||||
},
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
},
|
||||
"type": ["null", "object"]
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"recipientState": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
},
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
},
|
||||
"type": ["null", "object"]
|
||||
|
||||
@@ -122,6 +122,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"channelId": {
|
||||
"type": ["null", "integer"]
|
||||
}
|
||||
|
||||
@@ -122,6 +122,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"channelId": {
|
||||
"type": ["null", "integer"]
|
||||
}
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"profileUpdatedAt": {
|
||||
"type": ["null", "string"],
|
||||
"format": "date-time"
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"channelId": {
|
||||
"type": ["null", "integer"]
|
||||
}
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"data": {
|
||||
"type": ["null", "object"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user