File tree Expand file tree Collapse file tree 5 files changed +21
-30
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-intercom
docs/integrations/sources Expand file tree Collapse file tree 5 files changed +21
-30
lines changed Original file line number Diff line number Diff line change 473
473
- name : Intercom
474
474
sourceDefinitionId : d8313939-3782-41b0-be29-b3ca20d8dd3a
475
475
dockerRepository : airbyte/source-intercom
476
- dockerImageTag : 0.1.25
476
+ dockerImageTag : 0.1.26
477
477
documentationUrl : https://docs.airbyte.io/integrations/sources/intercom
478
478
icon : intercom.svg
479
479
sourceType : api
Original file line number Diff line number Diff line change 4565
4565
oauthFlowInitParameters : []
4566
4566
oauthFlowOutputParameters :
4567
4567
- - "access_token"
4568
- - dockerImage : " airbyte/source-intercom:0.1.25 "
4568
+ - dockerImage : " airbyte/source-intercom:0.1.26 "
4569
4569
spec :
4570
4570
documentationUrl : " https://docs.airbyte.io/integrations/sources/intercom"
4571
4571
connectionSpecification :
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ COPY source_intercom ./source_intercom
35
35
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
36
36
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
37
37
38
- LABEL io.airbyte.version=0.1.25
38
+ LABEL io.airbyte.version=0.1.26
39
39
LABEL io.airbyte.name=airbyte/source-intercom
Original file line number Diff line number Diff line change 45
45
"type" : " array" ,
46
46
"items" : {
47
47
"type" : [" null" , " object" ],
48
- "anyOf" : [
49
- {
50
- "type" : " object" ,
51
- "properties" : {
52
- "type" : {
53
- "type" : " string"
54
- },
55
- "name" : {
56
- "type" : " string"
57
- },
58
- "id" : {
59
- "type" : " integer"
60
- }
61
- }
48
+ "properties" : {
49
+ "type" : {
50
+ "type" : " string"
51
+ },
52
+ "name" : {
53
+ "type" : " string"
54
+ },
55
+ "id" : {
56
+ "type" : " integer"
62
57
}
63
- ]
58
+ }
64
59
}
65
60
}
66
61
}
75
70
"type" : " array" ,
76
71
"items" : {
77
72
"type" : [" null" , " object" ],
78
- "anyOf" : [
79
- {
80
- "type" : " object" ,
81
- "properties" : {
82
- "type" : {
83
- "type" : " string"
84
- },
85
- "id" : {
86
- "type" : " string"
87
- }
88
- }
73
+ "properties" : {
74
+ "type" : {
75
+ "type" : " string"
76
+ },
77
+ "id" : {
78
+ "type" : " string"
89
79
}
90
- ]
80
+ }
91
81
}
92
82
}
93
83
}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ The Intercom connector should not run into Intercom API limitations under normal
49
49
50
50
| Version | Date | Pull Request | Subject |
51
51
| :--------| :-----------| :--- | :--- |
52
+ | 0.1.26 | 2022-08-18 | [ 16540] ( https://github.com/airbytehq/airbyte/pull/16540 ) | Fix JSON schema |
52
53
| 0.1.25 | 2022-08-18 | [ 15681] ( https://github.com/airbytehq/airbyte/pull/15681 ) | Update Intercom API to v 2.5 |
53
54
| 0.1.24 | 2022-07-21 | [ 14924] ( https://github.com/airbytehq/airbyte/pull/14924 ) | Remove ` additionalProperties ` field from schemas |
54
55
| 0.1.23 | 2022-07-19 | [ 14830] ( https://github.com/airbytehq/airbyte/pull/14830 ) | Added ` checkpoint_interval ` for Incremental streams |
You can’t perform that action at this time.
0 commit comments