Skip to content

Commit bf5dde6

Browse files
committed
Merge pull request #51 from intercom/jo/add-remote-created-at
add remote_created_at to user
2 parents 6cc31ff + 9fd5403 commit bf5dde6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changes
22
=========
33

4+
1.0.0-b3
5+
6+
- Add remote_created_at to user update and create.
47

58
1.0.0-b2
69

src/Intercom/Service/config/intercom_public_user.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
"type": "integer",
6161
"format": "timestamp"
6262
},
63+
"remote_created_at": {
64+
"location": "json",
65+
"required": false,
66+
"type": "integer",
67+
"format": "timestamp"
68+
},
6369
"custom_attributes": {
6470
"location": "json",
6571
"required": false,
@@ -126,6 +132,12 @@
126132
"type": "integer",
127133
"format": "timestamp"
128134
},
135+
"remote_created_at": {
136+
"location": "json",
137+
"required": false,
138+
"type": "integer",
139+
"format": "timestamp"
140+
},
129141
"custom_attributes": {
130142
"location": "json",
131143
"required": false,

0 commit comments

Comments
 (0)