merge_ticketing_client 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -6
  3. data/docs/Account.md +11 -10
  4. data/docs/AccountIntegration.md +1 -1
  5. data/docs/Attachment.md +15 -14
  6. data/docs/AttachmentRequest.md +11 -12
  7. data/docs/Collection.md +33 -0
  8. data/docs/CollectionTypeEnum.md +15 -0
  9. data/docs/CollectionsApi.md +193 -0
  10. data/docs/Comment.md +16 -15
  11. data/docs/CommentRequest.md +12 -13
  12. data/docs/ConditionSchema.md +30 -0
  13. data/docs/ConditionTypeEnum.md +15 -0
  14. data/docs/Contact.md +14 -13
  15. data/docs/DataPassthroughRequest.md +10 -11
  16. data/docs/EndUserDetailsRequest.md +2 -2
  17. data/docs/FieldFormatEnum.md +15 -0
  18. data/docs/FieldTypeEnum.md +15 -0
  19. data/docs/Issue.md +18 -17
  20. data/docs/LinkToken.md +1 -1
  21. data/docs/LinkedAccountCondition.md +27 -0
  22. data/docs/LinkedAccountConditionRequest.md +21 -0
  23. data/docs/LinkedAccountSelectiveSyncConfiguration.md +18 -0
  24. data/docs/LinkedAccountSelectiveSyncConfigurationListRequest.md +18 -0
  25. data/docs/LinkedAccountSelectiveSyncConfigurationRequest.md +18 -0
  26. data/docs/MetaResponse.md +6 -7
  27. data/docs/OperatorSchema.md +20 -0
  28. data/docs/PaginatedCollectionList.md +22 -0
  29. data/docs/PaginatedConditionSchemaList.md +22 -0
  30. data/docs/PaginatedRemoteFieldClassList.md +22 -0
  31. data/docs/PatchedTicketRequest.md +25 -22
  32. data/docs/Project.md +11 -10
  33. data/docs/ProjectsApi.md +10 -8
  34. data/docs/RemoteData.md +4 -5
  35. data/docs/RemoteField.md +19 -0
  36. data/docs/RemoteFieldClass.md +38 -0
  37. data/docs/RemoteFieldClassItemSchema.md +22 -0
  38. data/docs/RemoteResponse.md +9 -10
  39. data/docs/SelectiveSyncApi.md +233 -0
  40. data/docs/SelectiveSyncConfigurationsUsageEnum.md +15 -0
  41. data/docs/SyncStatus.md +5 -3
  42. data/docs/Tag.md +9 -8
  43. data/docs/Team.md +11 -10
  44. data/docs/Ticket.md +32 -25
  45. data/docs/TicketRequest.md +26 -25
  46. data/docs/TicketsApi.md +141 -13
  47. data/docs/User.md +14 -13
  48. data/docs/UsersApi.md +2 -0
  49. data/lib/merge_ticketing_client/api/collections_api.rb +234 -0
  50. data/lib/merge_ticketing_client/api/linked_accounts_api.rb +1 -1
  51. data/lib/merge_ticketing_client/api/projects_api.rb +14 -11
  52. data/lib/merge_ticketing_client/api/selective_sync_api.rb +225 -0
  53. data/lib/merge_ticketing_client/api/tickets_api.rb +177 -19
  54. data/lib/merge_ticketing_client/api/users_api.rb +3 -0
  55. data/lib/merge_ticketing_client/models/account.rb +16 -4
  56. data/lib/merge_ticketing_client/models/account_details_and_actions_status_enum.rb +1 -1
  57. data/lib/merge_ticketing_client/models/account_integration.rb +1 -1
  58. data/lib/merge_ticketing_client/models/attachment.rb +18 -4
  59. data/lib/merge_ticketing_client/models/attachment_request.rb +24 -20
  60. data/lib/merge_ticketing_client/models/categories_enum.rb +3 -2
  61. data/lib/merge_ticketing_client/models/category_enum.rb +3 -2
  62. data/lib/merge_ticketing_client/models/collection.rb +308 -0
  63. data/lib/merge_ticketing_client/models/collection_type_enum.rb +45 -0
  64. data/lib/merge_ticketing_client/models/comment.rb +19 -4
  65. data/lib/merge_ticketing_client/models/comment_request.rb +25 -20
  66. data/lib/merge_ticketing_client/models/condition_schema.rb +297 -0
  67. data/lib/merge_ticketing_client/models/condition_type_enum.rb +50 -0
  68. data/lib/merge_ticketing_client/models/contact.rb +16 -4
  69. data/lib/merge_ticketing_client/models/data_passthrough_request.rb +1 -0
  70. data/lib/merge_ticketing_client/models/encoding_enum.rb +1 -1
  71. data/lib/merge_ticketing_client/models/end_user_details_request.rb +2 -2
  72. data/lib/merge_ticketing_client/models/field_format_enum.rb +49 -0
  73. data/lib/merge_ticketing_client/models/field_type_enum.rb +49 -0
  74. data/lib/merge_ticketing_client/models/issue.rb +15 -4
  75. data/lib/merge_ticketing_client/models/link_token.rb +0 -5
  76. data/lib/merge_ticketing_client/models/linked_account_condition.rb +282 -0
  77. data/lib/merge_ticketing_client/models/linked_account_condition_request.rb +269 -0
  78. data/lib/merge_ticketing_client/models/linked_account_selective_sync_configuration.rb +221 -0
  79. data/lib/merge_ticketing_client/models/linked_account_selective_sync_configuration_list_request.rb +226 -0
  80. data/lib/merge_ticketing_client/models/linked_account_selective_sync_configuration_request.rb +226 -0
  81. data/lib/merge_ticketing_client/models/method_enum.rb +1 -1
  82. data/lib/merge_ticketing_client/models/operator_schema.rb +229 -0
  83. data/lib/merge_ticketing_client/models/paginated_collection_list.rb +240 -0
  84. data/lib/merge_ticketing_client/models/paginated_condition_schema_list.rb +240 -0
  85. data/lib/merge_ticketing_client/models/paginated_remote_field_class_list.rb +240 -0
  86. data/lib/merge_ticketing_client/models/patched_ticket_request.rb +57 -29
  87. data/lib/merge_ticketing_client/models/priority_enum.rb +1 -1
  88. data/lib/merge_ticketing_client/models/project.rb +16 -4
  89. data/lib/merge_ticketing_client/models/remote_data.rb +9 -7
  90. data/lib/merge_ticketing_client/models/remote_field.rb +231 -0
  91. data/lib/merge_ticketing_client/models/remote_field_class.rb +318 -0
  92. data/lib/merge_ticketing_client/models/remote_field_class_item_schema.rb +241 -0
  93. data/lib/merge_ticketing_client/models/request_format_enum.rb +1 -1
  94. data/lib/merge_ticketing_client/models/response_type_enum.rb +1 -1
  95. data/lib/merge_ticketing_client/models/selective_sync_configurations_usage_enum.rb +45 -0
  96. data/lib/merge_ticketing_client/models/sync_status.rb +13 -4
  97. data/lib/merge_ticketing_client/models/sync_status_status_enum.rb +1 -1
  98. data/lib/merge_ticketing_client/models/tag.rb +16 -4
  99. data/lib/merge_ticketing_client/models/team.rb +16 -4
  100. data/lib/merge_ticketing_client/models/ticket.rb +56 -7
  101. data/lib/merge_ticketing_client/models/ticket_request.rb +57 -40
  102. data/lib/merge_ticketing_client/models/ticket_status_enum.rb +1 -1
  103. data/lib/merge_ticketing_client/models/user.rb +16 -4
  104. data/lib/merge_ticketing_client/version.rb +1 -1
  105. data/lib/merge_ticketing_client.rb +21 -0
  106. data/spec/api/collections_api_spec.rb +76 -0
  107. data/spec/api/projects_api_spec.rb +3 -2
  108. data/spec/api/selective_sync_api_spec.rb +72 -0
  109. data/spec/api/tickets_api_spec.rb +24 -4
  110. data/spec/api/users_api_spec.rb +1 -0
  111. data/spec/models/account_spec.rb +6 -0
  112. data/spec/models/attachment_request_spec.rb +12 -0
  113. data/spec/models/attachment_spec.rb +6 -0
  114. data/spec/models/collection_spec.rb +82 -0
  115. data/spec/models/collection_type_enum_spec.rb +28 -0
  116. data/spec/models/comment_request_spec.rb +12 -0
  117. data/spec/models/comment_spec.rb +6 -0
  118. data/spec/models/condition_schema_spec.rb +70 -0
  119. data/spec/models/condition_type_enum_spec.rb +28 -0
  120. data/spec/models/contact_spec.rb +6 -0
  121. data/spec/models/issue_spec.rb +6 -0
  122. data/spec/models/linked_account_condition_request_spec.rb +46 -0
  123. data/spec/models/linked_account_condition_spec.rb +64 -0
  124. data/spec/models/linked_account_selective_sync_configuration_list_request_spec.rb +34 -0
  125. data/spec/models/linked_account_selective_sync_configuration_request_spec.rb +34 -0
  126. data/spec/models/linked_account_selective_sync_configuration_spec.rb +34 -0
  127. data/spec/models/operator_schema_spec.rb +40 -0
  128. data/spec/models/paginated_collection_list_spec.rb +46 -0
  129. data/spec/models/paginated_condition_schema_list_spec.rb +46 -0
  130. data/spec/models/patched_ticket_request_spec.rb +24 -0
  131. data/spec/models/project_spec.rb +6 -0
  132. data/spec/models/selective_sync_configurations_usage_enum_spec.rb +28 -0
  133. data/spec/models/sync_status_spec.rb +6 -0
  134. data/spec/models/tag_spec.rb +6 -0
  135. data/spec/models/team_spec.rb +6 -0
  136. data/spec/models/ticket_request_spec.rb +24 -0
  137. data/spec/models/ticket_spec.rb +18 -0
  138. data/spec/models/user_spec.rb +6 -0
  139. metadata +144 -72
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6048c40482d19d9bc544758517fdbefb5534645f835fd3a13432115cc21afb92
4
- data.tar.gz: 340d3ef51cbfbd09818fd4fc9e7ef0629d3a5c4dd8935c3e3351aeb8c46ab9cb
3
+ metadata.gz: f0a447245a66fa14b166c0bc743b05d485d17bb8c4fa55b689d8ebedfea39a08
4
+ data.tar.gz: c6e49ca82f44bf99e37db1b7ce0b6ed166cb2381213ecc97eaf8cbb56178b722
5
5
  SHA512:
6
- metadata.gz: cd6a23f8cd26ccf8343c5d9661a8cd96d9681c45bd6f2294be3d86ef8d1ad87693a9c89296459c66f9b527634aa3016e3c0c9bfb30d3e8a6e5c0dccf72eff5b7
7
- data.tar.gz: 9542026e9e2ff9d876c567a26e8d814e994945a2cf87c5f2d3cf56355cecb64d6fde34c0ffe17f6498e0d9be1674f21585b80c51df9c78c9d8c2ea2eec02ac9e
6
+ metadata.gz: 117749a1255f19e225030880aedb7dbfd86f1d1313258078d194312d89b8d410d0da01f3ef0afb3a340a8daf31fc891f60b35919ab6e5969f4d22aa6a2ee2778
7
+ data.tar.gz: 7fe9330c53d6a9412c6d168b22de12dda07db331255b5c7cdf701ddc78258263e5316e2f135423f497ee1fb68245dd0551c5d9ddce53bd42987ff3ae227ab12d
data/README.md CHANGED
@@ -7,7 +7,7 @@ The unified API for building rich integrations with multiple Ticketing platforms
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0
10
- - Package version: 1.0.1
10
+ - Package version: 1.0.3
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.merge.dev/](https://www.merge.dev/)
13
13
 
@@ -24,16 +24,16 @@ gem build merge_ticketing_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./merge_ticketing_client-1.0.1.gem
27
+ gem install ./merge_ticketing_client-1.0.3.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./merge_ticketing_client-1.0.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./merge_ticketing_client-1.0.3.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'merge_ticketing_client', '~> 1.0.1'
36
+ gem 'merge_ticketing_client', '~> 1.0.3'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -92,6 +92,8 @@ Class | Method | HTTP request | Description
92
92
  *MergeTicketingClient::AttachmentsApi* | [**attachments_meta_post_retrieve**](docs/AttachmentsApi.md#attachments_meta_post_retrieve) | **GET** /attachments/meta/post |
93
93
  *MergeTicketingClient::AttachmentsApi* | [**attachments_retrieve**](docs/AttachmentsApi.md#attachments_retrieve) | **GET** /attachments/{id} |
94
94
  *MergeTicketingClient::AvailableActionsApi* | [**available_actions_retrieve**](docs/AvailableActionsApi.md#available_actions_retrieve) | **GET** /available-actions |
95
+ *MergeTicketingClient::CollectionsApi* | [**collections_list**](docs/CollectionsApi.md#collections_list) | **GET** /collections |
96
+ *MergeTicketingClient::CollectionsApi* | [**collections_retrieve**](docs/CollectionsApi.md#collections_retrieve) | **GET** /collections/{id} |
95
97
  *MergeTicketingClient::CommentsApi* | [**comments_create**](docs/CommentsApi.md#comments_create) | **POST** /comments |
96
98
  *MergeTicketingClient::CommentsApi* | [**comments_list**](docs/CommentsApi.md#comments_list) | **GET** /comments |
97
99
  *MergeTicketingClient::CommentsApi* | [**comments_meta_post_retrieve**](docs/CommentsApi.md#comments_meta_post_retrieve) | **GET** /comments/meta/post |
@@ -108,19 +110,23 @@ Class | Method | HTTP request | Description
108
110
  *MergeTicketingClient::PassthroughApi* | [**passthrough_create**](docs/PassthroughApi.md#passthrough_create) | **POST** /passthrough |
109
111
  *MergeTicketingClient::ProjectsApi* | [**projects_list**](docs/ProjectsApi.md#projects_list) | **GET** /projects |
110
112
  *MergeTicketingClient::ProjectsApi* | [**projects_retrieve**](docs/ProjectsApi.md#projects_retrieve) | **GET** /projects/{id} |
111
- *MergeTicketingClient::ProjectsApi* | [**projects_users_list**](docs/ProjectsApi.md#projects_users_list) | **GET** /projects/{id}/users |
113
+ *MergeTicketingClient::ProjectsApi* | [**projects_users_list**](docs/ProjectsApi.md#projects_users_list) | **GET** /projects/{parent_id}/users |
112
114
  *MergeTicketingClient::RegenerateKeyApi* | [**regenerate_key_create**](docs/RegenerateKeyApi.md#regenerate_key_create) | **POST** /regenerate-key |
115
+ *MergeTicketingClient::SelectiveSyncApi* | [**selective_sync_configurations_list**](docs/SelectiveSyncApi.md#selective_sync_configurations_list) | **GET** /selective-sync/configurations |
116
+ *MergeTicketingClient::SelectiveSyncApi* | [**selective_sync_configurations_update**](docs/SelectiveSyncApi.md#selective_sync_configurations_update) | **PUT** /selective-sync/configurations |
117
+ *MergeTicketingClient::SelectiveSyncApi* | [**selective_sync_meta_list**](docs/SelectiveSyncApi.md#selective_sync_meta_list) | **GET** /selective-sync/meta |
113
118
  *MergeTicketingClient::SyncStatusApi* | [**sync_status_list**](docs/SyncStatusApi.md#sync_status_list) | **GET** /sync-status |
114
119
  *MergeTicketingClient::TagsApi* | [**tags_list**](docs/TagsApi.md#tags_list) | **GET** /tags |
115
120
  *MergeTicketingClient::TagsApi* | [**tags_retrieve**](docs/TagsApi.md#tags_retrieve) | **GET** /tags/{id} |
116
121
  *MergeTicketingClient::TeamsApi* | [**teams_list**](docs/TeamsApi.md#teams_list) | **GET** /teams |
117
122
  *MergeTicketingClient::TeamsApi* | [**teams_retrieve**](docs/TeamsApi.md#teams_retrieve) | **GET** /teams/{id} |
118
- *MergeTicketingClient::TicketsApi* | [**tickets_collaborators_list**](docs/TicketsApi.md#tickets_collaborators_list) | **GET** /tickets/{id}/collaborators |
123
+ *MergeTicketingClient::TicketsApi* | [**tickets_collaborators_list**](docs/TicketsApi.md#tickets_collaborators_list) | **GET** /tickets/{parent_id}/collaborators |
119
124
  *MergeTicketingClient::TicketsApi* | [**tickets_create**](docs/TicketsApi.md#tickets_create) | **POST** /tickets |
120
125
  *MergeTicketingClient::TicketsApi* | [**tickets_list**](docs/TicketsApi.md#tickets_list) | **GET** /tickets |
121
126
  *MergeTicketingClient::TicketsApi* | [**tickets_meta_patch_retrieve**](docs/TicketsApi.md#tickets_meta_patch_retrieve) | **GET** /tickets/meta/patch/{id} |
122
127
  *MergeTicketingClient::TicketsApi* | [**tickets_meta_post_retrieve**](docs/TicketsApi.md#tickets_meta_post_retrieve) | **GET** /tickets/meta/post |
123
128
  *MergeTicketingClient::TicketsApi* | [**tickets_partial_update**](docs/TicketsApi.md#tickets_partial_update) | **PATCH** /tickets/{id} |
129
+ *MergeTicketingClient::TicketsApi* | [**tickets_remote_field_classes_list**](docs/TicketsApi.md#tickets_remote_field_classes_list) | **GET** /tickets/remote-field-classes |
124
130
  *MergeTicketingClient::TicketsApi* | [**tickets_retrieve**](docs/TicketsApi.md#tickets_retrieve) | **GET** /tickets/{id} |
125
131
  *MergeTicketingClient::UsersApi* | [**users_list**](docs/UsersApi.md#users_list) | **GET** /users |
126
132
  *MergeTicketingClient::UsersApi* | [**users_retrieve**](docs/UsersApi.md#users_retrieve) | **GET** /users/{id} |
@@ -142,10 +148,14 @@ Class | Method | HTTP request | Description
142
148
  - [MergeTicketingClient::AvailableActions](docs/AvailableActions.md)
143
149
  - [MergeTicketingClient::CategoriesEnum](docs/CategoriesEnum.md)
144
150
  - [MergeTicketingClient::CategoryEnum](docs/CategoryEnum.md)
151
+ - [MergeTicketingClient::Collection](docs/Collection.md)
152
+ - [MergeTicketingClient::CollectionTypeEnum](docs/CollectionTypeEnum.md)
145
153
  - [MergeTicketingClient::Comment](docs/Comment.md)
146
154
  - [MergeTicketingClient::CommentEndpointRequest](docs/CommentEndpointRequest.md)
147
155
  - [MergeTicketingClient::CommentRequest](docs/CommentRequest.md)
148
156
  - [MergeTicketingClient::CommentResponse](docs/CommentResponse.md)
157
+ - [MergeTicketingClient::ConditionSchema](docs/ConditionSchema.md)
158
+ - [MergeTicketingClient::ConditionTypeEnum](docs/ConditionTypeEnum.md)
149
159
  - [MergeTicketingClient::Contact](docs/Contact.md)
150
160
  - [MergeTicketingClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
151
161
  - [MergeTicketingClient::DebugModeLog](docs/DebugModeLog.md)
@@ -153,22 +163,33 @@ Class | Method | HTTP request | Description
153
163
  - [MergeTicketingClient::EncodingEnum](docs/EncodingEnum.md)
154
164
  - [MergeTicketingClient::EndUserDetailsRequest](docs/EndUserDetailsRequest.md)
155
165
  - [MergeTicketingClient::ErrorValidationProblem](docs/ErrorValidationProblem.md)
166
+ - [MergeTicketingClient::FieldFormatEnum](docs/FieldFormatEnum.md)
167
+ - [MergeTicketingClient::FieldTypeEnum](docs/FieldTypeEnum.md)
156
168
  - [MergeTicketingClient::GenerateRemoteKeyRequest](docs/GenerateRemoteKeyRequest.md)
157
169
  - [MergeTicketingClient::Issue](docs/Issue.md)
158
170
  - [MergeTicketingClient::IssueStatusEnum](docs/IssueStatusEnum.md)
159
171
  - [MergeTicketingClient::LinkToken](docs/LinkToken.md)
172
+ - [MergeTicketingClient::LinkedAccountCondition](docs/LinkedAccountCondition.md)
173
+ - [MergeTicketingClient::LinkedAccountConditionRequest](docs/LinkedAccountConditionRequest.md)
174
+ - [MergeTicketingClient::LinkedAccountSelectiveSyncConfiguration](docs/LinkedAccountSelectiveSyncConfiguration.md)
175
+ - [MergeTicketingClient::LinkedAccountSelectiveSyncConfigurationListRequest](docs/LinkedAccountSelectiveSyncConfigurationListRequest.md)
176
+ - [MergeTicketingClient::LinkedAccountSelectiveSyncConfigurationRequest](docs/LinkedAccountSelectiveSyncConfigurationRequest.md)
160
177
  - [MergeTicketingClient::LinkedAccountStatus](docs/LinkedAccountStatus.md)
161
178
  - [MergeTicketingClient::MetaResponse](docs/MetaResponse.md)
162
179
  - [MergeTicketingClient::MethodEnum](docs/MethodEnum.md)
163
180
  - [MergeTicketingClient::ModelOperation](docs/ModelOperation.md)
164
181
  - [MergeTicketingClient::MultipartFormFieldRequest](docs/MultipartFormFieldRequest.md)
182
+ - [MergeTicketingClient::OperatorSchema](docs/OperatorSchema.md)
165
183
  - [MergeTicketingClient::PaginatedAccountDetailsAndActionsList](docs/PaginatedAccountDetailsAndActionsList.md)
166
184
  - [MergeTicketingClient::PaginatedAccountList](docs/PaginatedAccountList.md)
167
185
  - [MergeTicketingClient::PaginatedAttachmentList](docs/PaginatedAttachmentList.md)
186
+ - [MergeTicketingClient::PaginatedCollectionList](docs/PaginatedCollectionList.md)
168
187
  - [MergeTicketingClient::PaginatedCommentList](docs/PaginatedCommentList.md)
188
+ - [MergeTicketingClient::PaginatedConditionSchemaList](docs/PaginatedConditionSchemaList.md)
169
189
  - [MergeTicketingClient::PaginatedContactList](docs/PaginatedContactList.md)
170
190
  - [MergeTicketingClient::PaginatedIssueList](docs/PaginatedIssueList.md)
171
191
  - [MergeTicketingClient::PaginatedProjectList](docs/PaginatedProjectList.md)
192
+ - [MergeTicketingClient::PaginatedRemoteFieldClassList](docs/PaginatedRemoteFieldClassList.md)
172
193
  - [MergeTicketingClient::PaginatedSyncStatusList](docs/PaginatedSyncStatusList.md)
173
194
  - [MergeTicketingClient::PaginatedTagList](docs/PaginatedTagList.md)
174
195
  - [MergeTicketingClient::PaginatedTeamList](docs/PaginatedTeamList.md)
@@ -179,11 +200,15 @@ Class | Method | HTTP request | Description
179
200
  - [MergeTicketingClient::PriorityEnum](docs/PriorityEnum.md)
180
201
  - [MergeTicketingClient::Project](docs/Project.md)
181
202
  - [MergeTicketingClient::RemoteData](docs/RemoteData.md)
203
+ - [MergeTicketingClient::RemoteField](docs/RemoteField.md)
204
+ - [MergeTicketingClient::RemoteFieldClass](docs/RemoteFieldClass.md)
205
+ - [MergeTicketingClient::RemoteFieldClassItemSchema](docs/RemoteFieldClassItemSchema.md)
182
206
  - [MergeTicketingClient::RemoteKey](docs/RemoteKey.md)
183
207
  - [MergeTicketingClient::RemoteKeyForRegenerationRequest](docs/RemoteKeyForRegenerationRequest.md)
184
208
  - [MergeTicketingClient::RemoteResponse](docs/RemoteResponse.md)
185
209
  - [MergeTicketingClient::RequestFormatEnum](docs/RequestFormatEnum.md)
186
210
  - [MergeTicketingClient::ResponseTypeEnum](docs/ResponseTypeEnum.md)
211
+ - [MergeTicketingClient::SelectiveSyncConfigurationsUsageEnum](docs/SelectiveSyncConfigurationsUsageEnum.md)
187
212
  - [MergeTicketingClient::SyncStatus](docs/SyncStatus.md)
188
213
  - [MergeTicketingClient::SyncStatusStatusEnum](docs/SyncStatusStatusEnum.md)
189
214
  - [MergeTicketingClient::Tag](docs/Tag.md)
data/docs/Account.md CHANGED
@@ -2,14 +2,15 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional][readonly] |
8
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **name** | **String** | The account's name. | [optional] |
10
- | **domains** | **Array<String>** | The account's domain names. | [optional] |
11
- | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
12
- | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | -------------------------------------------- | ------------------------------------------------------------------------------ | -------------------- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **name** | **String** | The account's name. | [optional] |
10
+ | **domains** | **Array<String>** | The account's domain names. | [optional] |
11
+ | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
12
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
13
+ | **field_mappings** | [**Hash<String, Object>**](Object.md) | | [optional][readonly] |
13
14
 
14
15
  ## Example
15
16
 
@@ -22,7 +23,7 @@ instance = MergeTicketingClient::Account.new(
22
23
  name: Waystar Royco,
23
24
  domains: ["waystar-royco.com","royco.com"],
24
25
  remote_data: null,
25
- remote_was_deleted: null
26
+ remote_was_deleted: null,
27
+ field_mappings: {"organization_defined_targets":{"custom_key":"custom_value"},"linked_account_defined_targets":{"custom_key":"custom_value"}}
26
28
  )
27
29
  ```
28
-
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | Company name. | |
8
- | **categories** | [**Array<CategoriesEnum>**](CategoriesEnum.md) | Category or categories this integration belongs to. Multiple categories should be comma separated.<br/><br>Example: For [ats, hris], enter <i>ats,hris</i> | [optional] |
8
+ | **categories** | [**Array<CategoriesEnum>**](CategoriesEnum.md) | Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris]. | [optional] |
9
9
  | **image** | **String** | Company logo in rectangular shape. <b>Upload an image with a clear background.</b> | [optional] |
10
10
  | **square_image** | **String** | Company logo in square shape. <b>Upload an image with a white background.</b> | [optional] |
11
11
  | **color** | **String** | The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b> | [optional] |
data/docs/Attachment.md CHANGED
@@ -2,18 +2,19 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional][readonly] |
8
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **file_name** | **String** | The attachment's name. | [optional] |
10
- | **ticket** | **String** | | [optional] |
11
- | **file_url** | **String** | The attachment's url. | [optional] |
12
- | **content_type** | **String** | The attachment's file format. | [optional] |
13
- | **uploaded_by** | **String** | | [optional] |
14
- | **remote_created_at** | **Time** | When the third party's attachment was created. | [optional] |
15
- | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
16
- | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | -------------------------------------------- | -------------------------------------------------- | -------------------- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **file_name** | **String** | The attachment's name. | [optional] |
10
+ | **ticket** | **String** | The ticket associated with the attachment. | [optional] |
11
+ | **file_url** | **String** | The attachment's url. | [optional] |
12
+ | **content_type** | **String** | The attachment's file format. | [optional] |
13
+ | **uploaded_by** | **String** | The user who uploaded the attachment. | [optional] |
14
+ | **remote_created_at** | **Time** | When the third party's attachment was created. | [optional] |
15
+ | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
16
+ | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
17
+ | **field_mappings** | [**Hash<String, Object>**](Object.md) | | [optional][readonly] |
17
18
 
18
19
  ## Example
19
20
 
@@ -30,7 +31,7 @@ instance = MergeTicketingClient::Attachment.new(
30
31
  uploaded_by: 28b54125-287f-494d-965e-3c5b330c9a68,
31
32
  remote_created_at: 2022-11-10T00:00Z,
32
33
  remote_data: null,
33
- remote_was_deleted: null
34
+ remote_was_deleted: null,
35
+ field_mappings: {"organization_defined_targets":{"custom_key":"custom_value"},"linked_account_defined_targets":{"custom_key":"custom_value"}}
34
36
  )
35
37
  ```
36
-
@@ -2,15 +2,15 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
8
- | **file_name** | **String** | The attachment's name. | [optional] |
9
- | **ticket** | **String** | | [optional] |
10
- | **file_url** | **String** | The attachment's url. | [optional] |
11
- | **content_type** | **String** | The attachment's file format. | [optional] |
12
- | **uploaded_by** | **String** | | [optional] |
13
- | **remote_created_at** | **Time** | When the third party's attachment was created. | [optional] |
5
+ | Name | Type | Description | Notes |
6
+ | ------------------------- | ------------------------------------------- | ------------------------------------------ | ---------- |
7
+ | **file_name** | **String** | The attachment's name. | [optional] |
8
+ | **ticket** | **String** | The ticket associated with the attachment. | [optional] |
9
+ | **file_url** | **String** | The attachment's url. | [optional] |
10
+ | **content_type** | **String** | The attachment's file format. | [optional] |
11
+ | **uploaded_by** | **String** | The user who uploaded the attachment. | [optional] |
12
+ | **integration_params** | [**Hash<String, Object>**](Object.md) | | [optional] |
13
+ | **linked_account_params** | [**Hash<String, Object>**](Object.md) | | [optional] |
14
14
 
15
15
  ## Example
16
16
 
@@ -18,13 +18,12 @@
18
18
  require 'merge_ticketing_client'
19
19
 
20
20
  instance = MergeTicketingClient::AttachmentRequest.new(
21
- remote_id: 19202938,
22
21
  file_name: Screenshot.png,
23
22
  ticket: 0958cbc6-6040-430a-848e-aafacbadf4ae,
24
23
  file_url: http://alturl.com/p749b,
25
24
  content_type: jpeg,
26
25
  uploaded_by: 28b54125-287f-494d-965e-3c5b330c9a68,
27
- remote_created_at: 2022-11-10T00:00Z
26
+ integration_params: {"unique_integration_field":"unique_integration_field_value"},
27
+ linked_account_params: {"unique_linked_account_field":"unique_linked_account_field_value"}
28
28
  )
29
29
  ```
30
-
@@ -0,0 +1,33 @@
1
+ # MergeTicketingClient::Collection
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | ----------------------------------------------- | ------------------------------------------------------------------------------ | -------------------- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **name** | **String** | The collection's name. | [optional] |
10
+ | **description** | **String** | The collection's description. | [optional] |
11
+ | **collection_type** | [**CollectionTypeEnum**](CollectionTypeEnum.md) | The collection's type. | [optional] |
12
+ | **parent_collection** | **String** | The parent collection for this collection. | [optional] |
13
+ | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
14
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
15
+ | **field_mappings** | [**Hash<String, Object>**](Object.md) | | [optional][readonly] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'merge_ticketing_client'
21
+
22
+ instance = MergeTicketingClient::Collection.new(
23
+ id: fb8c55b6-1cb8-4b4c-9fb6-17924231619d,
24
+ remote_id: 19202938,
25
+ name: Q1 Platform,
26
+ description: For tracking all tasks related to Platform for Q1,
27
+ collection_type: LIST,
28
+ parent_collection: 25782302-5be1-4d78-8f46-2a5db72204ef,
29
+ remote_data: null,
30
+ remote_was_deleted: null,
31
+ field_mappings: {"organization_defined_targets":{"custom_key":"custom_value"},"linked_account_defined_targets":{"custom_key":"custom_value"}}
32
+ )
33
+ ```
@@ -0,0 +1,15 @@
1
+ # MergeTicketingClient::CollectionTypeEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_ticketing_client'
12
+
13
+ instance = MergeTicketingClient::CollectionTypeEnum.new()
14
+ ```
15
+
@@ -0,0 +1,193 @@
1
+ # MergeTicketingClient::CollectionsApi
2
+
3
+ All URIs are relative to *https://api.merge.dev/api/ticketing/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**collections_list**](CollectionsApi.md#collections_list) | **GET** /collections | |
8
+ | [**collections_retrieve**](CollectionsApi.md#collections_retrieve) | **GET** /collections/{id} | |
9
+
10
+
11
+ ## collections_list
12
+
13
+ > <PaginatedCollectionList> collections_list(x_account_token, opts)
14
+
15
+
16
+
17
+ Returns a list of `Collection` objects.
18
+
19
+ ### Examples
20
+
21
+ ```ruby
22
+ require 'time'
23
+ require 'merge_ticketing_client'
24
+ # setup authorization
25
+ MergeTicketingClient.configure do |config|
26
+ # Configure API key authorization: tokenAuth
27
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
28
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
29
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
30
+ end
31
+
32
+ api_instance = MergeTicketingClient::CollectionsApi.new
33
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
34
+ opts = {
35
+ collection_type: 'LIST', # String | If provided, will only return collections of the given type.
36
+ created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
37
+ created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
38
+ cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
39
+ expand: 'parent_collection', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
40
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
41
+ include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
42
+ modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
43
+ modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
44
+ page_size: 56, # Integer | Number of results to return per page.
45
+ parent_collection_id: 'parent_collection_id_example', # String | If provided, will only return collections whose parent collection matches the given id.
46
+ remote_fields: 'collection_type', # String | Deprecated. Use show_enum_origins.
47
+ remote_id: 'remote_id_example', # String | The API provider's ID for the given object.
48
+ show_enum_origins: 'collection_type' # String | Which fields should be returned in non-normalized form.
49
+ }
50
+
51
+ begin
52
+
53
+ result = api_instance.collections_list(x_account_token, opts)
54
+ p result
55
+ rescue MergeTicketingClient::ApiError => e
56
+ puts "Error when calling CollectionsApi->collections_list: #{e}"
57
+ end
58
+ ```
59
+
60
+ #### Using the collections_list_with_http_info variant
61
+
62
+ This returns an Array which contains the response data, status code and headers.
63
+
64
+ > <Array(<PaginatedCollectionList>, Integer, Hash)> collections_list_with_http_info(x_account_token, opts)
65
+
66
+ ```ruby
67
+ begin
68
+
69
+ data, status_code, headers = api_instance.collections_list_with_http_info(x_account_token, opts)
70
+ p status_code # => 2xx
71
+ p headers # => { ... }
72
+ p data # => <PaginatedCollectionList>
73
+ rescue MergeTicketingClient::ApiError => e
74
+ puts "Error when calling CollectionsApi->collections_list_with_http_info: #{e}"
75
+ end
76
+ ```
77
+
78
+ ### Parameters
79
+
80
+ | Name | Type | Description | Notes |
81
+ | ---- | ---- | ----------- | ----- |
82
+ | **x_account_token** | **String** | Token identifying the end user. | |
83
+ | **collection_type** | **String** | If provided, will only return collections of the given type. | [optional] |
84
+ | **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
85
+ | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
86
+ | **cursor** | **String** | The pagination cursor value. | [optional] |
87
+ | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
88
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
89
+ | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
90
+ | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
91
+ | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
92
+ | **page_size** | **Integer** | Number of results to return per page. | [optional] |
93
+ | **parent_collection_id** | **String** | If provided, will only return collections whose parent collection matches the given id. | [optional] |
94
+ | **remote_fields** | **String** | Deprecated. Use show_enum_origins. | [optional] |
95
+ | **remote_id** | **String** | The API provider&#39;s ID for the given object. | [optional] |
96
+ | **show_enum_origins** | **String** | Which fields should be returned in non-normalized form. | [optional] |
97
+
98
+ ### Return type
99
+
100
+ [**PaginatedCollectionList**](PaginatedCollectionList.md)
101
+
102
+ ### Authorization
103
+
104
+ [tokenAuth](../README.md#tokenAuth)
105
+
106
+ ### HTTP request headers
107
+
108
+ - **Content-Type**: Not defined
109
+ - **Accept**: application/json
110
+
111
+
112
+ ## collections_retrieve
113
+
114
+ > <Collection> collections_retrieve(x_account_token, id, opts)
115
+
116
+
117
+
118
+ Returns a `Collection` object with the given `id`.
119
+
120
+ ### Examples
121
+
122
+ ```ruby
123
+ require 'time'
124
+ require 'merge_ticketing_client'
125
+ # setup authorization
126
+ MergeTicketingClient.configure do |config|
127
+ # Configure API key authorization: tokenAuth
128
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
129
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
130
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
131
+ end
132
+
133
+ api_instance = MergeTicketingClient::CollectionsApi.new
134
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
135
+ id = TODO # String |
136
+ opts = {
137
+ expand: 'parent_collection', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
138
+ include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
139
+ remote_fields: 'collection_type', # String | Deprecated. Use show_enum_origins.
140
+ show_enum_origins: 'collection_type' # String | Which fields should be returned in non-normalized form.
141
+ }
142
+
143
+ begin
144
+
145
+ result = api_instance.collections_retrieve(x_account_token, id, opts)
146
+ p result
147
+ rescue MergeTicketingClient::ApiError => e
148
+ puts "Error when calling CollectionsApi->collections_retrieve: #{e}"
149
+ end
150
+ ```
151
+
152
+ #### Using the collections_retrieve_with_http_info variant
153
+
154
+ This returns an Array which contains the response data, status code and headers.
155
+
156
+ > <Array(<Collection>, Integer, Hash)> collections_retrieve_with_http_info(x_account_token, id, opts)
157
+
158
+ ```ruby
159
+ begin
160
+
161
+ data, status_code, headers = api_instance.collections_retrieve_with_http_info(x_account_token, id, opts)
162
+ p status_code # => 2xx
163
+ p headers # => { ... }
164
+ p data # => <Collection>
165
+ rescue MergeTicketingClient::ApiError => e
166
+ puts "Error when calling CollectionsApi->collections_retrieve_with_http_info: #{e}"
167
+ end
168
+ ```
169
+
170
+ ### Parameters
171
+
172
+ | Name | Type | Description | Notes |
173
+ | ---- | ---- | ----------- | ----- |
174
+ | **x_account_token** | **String** | Token identifying the end user. | |
175
+ | **id** | [**String**](.md) | | |
176
+ | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
177
+ | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
178
+ | **remote_fields** | **String** | Deprecated. Use show_enum_origins. | [optional] |
179
+ | **show_enum_origins** | **String** | Which fields should be returned in non-normalized form. | [optional] |
180
+
181
+ ### Return type
182
+
183
+ [**Collection**](Collection.md)
184
+
185
+ ### Authorization
186
+
187
+ [tokenAuth](../README.md#tokenAuth)
188
+
189
+ ### HTTP request headers
190
+
191
+ - **Content-Type**: Not defined
192
+ - **Accept**: application/json
193
+
data/docs/Comment.md CHANGED
@@ -2,19 +2,20 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional][readonly] |
8
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **user** | **String** | | [optional] |
10
- | **contact** | **String** | | [optional] |
11
- | **body** | **String** | The comment&#39;s text body. | [optional] |
12
- | **html_body** | **String** | The comment&#39;s text body formatted as html. | [optional] |
13
- | **ticket** | **String** | | [optional] |
14
- | **is_private** | **Boolean** | Whether or not the comment is internal. | [optional] |
15
- | **remote_created_at** | **Time** | When the third party&#39;s comment was created. | [optional] |
16
- | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
17
- | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | -------------------------------------------- | ------------------------------------------------------ | -------------------- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **user** | **String** | The author of the Comment, if the author is a User. | [optional] |
10
+ | **contact** | **String** | The author of the Comment, if the author is a Contact. | [optional] |
11
+ | **body** | **String** | The comment&#39;s text body. | [optional] |
12
+ | **html_body** | **String** | The comment&#39;s text body formatted as html. | [optional] |
13
+ | **ticket** | **String** | The ticket associated with the comment. | [optional] |
14
+ | **is_private** | **Boolean** | Whether or not the comment is internal. | [optional] |
15
+ | **remote_created_at** | **Time** | When the third party&#39;s comment was created. | [optional] |
16
+ | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
17
+ | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
18
+ | **field_mappings** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional][readonly] |
18
19
 
19
20
  ## Example
20
21
 
@@ -32,7 +33,7 @@ instance = MergeTicketingClient::Comment.new(
32
33
  is_private: null,
33
34
  remote_created_at: 1990-11-10T00:00Z,
34
35
  remote_data: null,
35
- remote_was_deleted: null
36
+ remote_was_deleted: null,
37
+ field_mappings: {&quot;organization_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;},&quot;linked_account_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;}}
36
38
  )
37
39
  ```
38
-
@@ -2,16 +2,16 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
8
- | **user** | **String** | | [optional] |
9
- | **contact** | **String** | | [optional] |
10
- | **body** | **String** | The comment&#39;s text body. | [optional] |
11
- | **html_body** | **String** | The comment&#39;s text body formatted as html. | [optional] |
12
- | **ticket** | **String** | | [optional] |
13
- | **is_private** | **Boolean** | Whether or not the comment is internal. | [optional] |
14
- | **remote_created_at** | **Time** | When the third party&#39;s comment was created. | [optional] |
5
+ | Name | Type | Description | Notes |
6
+ | ------------------------- | ------------------------------------------- | ------------------------------------------------------ | ---------- |
7
+ | **user** | **String** | The author of the Comment, if the author is a User. | [optional] |
8
+ | **contact** | **String** | The author of the Comment, if the author is a Contact. | [optional] |
9
+ | **body** | **String** | The comment&#39;s text body. | [optional] |
10
+ | **html_body** | **String** | The comment&#39;s text body formatted as html. | [optional] |
11
+ | **ticket** | **String** | The ticket associated with the comment. | [optional] |
12
+ | **is_private** | **Boolean** | Whether or not the comment is internal. | [optional] |
13
+ | **integration_params** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional] |
14
+ | **linked_account_params** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional] |
15
15
 
16
16
  ## Example
17
17
 
@@ -19,14 +19,13 @@
19
19
  require 'merge_ticketing_client'
20
20
 
21
21
  instance = MergeTicketingClient::CommentRequest.new(
22
- remote_id: 19202938,
23
22
  user: 17a54124-287f-494d-965e-3c5b330c9a68,
24
23
  contact: dde3fb16-b8eb-483d-81c4-b78100816f15,
25
24
  body: When will these integrations be done? You all should use Merge.,
26
25
  html_body: When will these integrations be done? You all should use &lt;b&gt;Merge&lt;b&gt;.,
27
26
  ticket: fb8c55b6-1cb8-4b4c-9fb6-17924231619d,
28
27
  is_private: null,
29
- remote_created_at: 1990-11-10T00:00Z
28
+ integration_params: {&quot;unique_integration_field&quot;:&quot;unique_integration_field_value&quot;},
29
+ linked_account_params: {&quot;unique_linked_account_field&quot;:&quot;unique_linked_account_field_value&quot;}
30
30
  )
31
31
  ```
32
-