fastcomments 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/client/README.md +27 -0
- data/client/docs/APIComment.md +1 -1
- data/client/docs/APICommentBase.md +1 -1
- data/client/docs/APICommentBaseMeta.md +20 -0
- data/client/docs/APITicket.md +34 -0
- data/client/docs/APITicketDetail.md +42 -0
- data/client/docs/APITicketFile.md +36 -0
- data/client/docs/APIUserSubscription.md +2 -0
- data/client/docs/ChangeTicketState200Response.md +34 -0
- data/client/docs/ChangeTicketStateBody.md +18 -0
- data/client/docs/ChangeTicketStateResponse.md +20 -0
- data/client/docs/CommentData.md +3 -1
- data/client/docs/CreateAPIUserSubscriptionData.md +2 -0
- data/client/docs/CreateCommentParams.md +2 -0
- data/client/docs/CreateTenantPackageBody.md +2 -0
- data/client/docs/CreateTicket200Response.md +34 -0
- data/client/docs/CreateTicketBody.md +18 -0
- data/client/docs/CreateTicketResponse.md +20 -0
- data/client/docs/CustomConfigParameters.md +21 -1
- data/client/docs/DefaultApi.md +384 -0
- data/client/docs/FComment.md +3 -1
- data/client/docs/FCommentMeta.md +2 -0
- data/client/docs/GetTicket200Response.md +36 -0
- data/client/docs/GetTicketResponse.md +22 -0
- data/client/docs/GetTickets200Response.md +34 -0
- data/client/docs/GetTicketsResponse.md +20 -0
- data/client/docs/HeaderAccountNotification.md +34 -0
- data/client/docs/HeaderState.md +3 -1
- data/client/docs/MentionAutoCompleteMode.md +15 -0
- data/client/docs/Moderator.md +3 -1
- data/client/docs/PublicApi.md +3 -1
- data/client/docs/ReplaceTenantPackageBody.md +2 -0
- data/client/docs/SearchUsers200Response.md +2 -0
- data/client/docs/SearchUsersSectionedResponse.md +20 -0
- data/client/docs/TOSConfig.md +22 -0
- data/client/docs/TenantPackage.md +4 -0
- data/client/docs/UpdatableCommentParams.md +1 -1
- data/client/docs/UpdateAPIUserSubscriptionData.md +18 -0
- data/client/docs/UpdateSubscriptionAPIResponse.md +24 -0
- data/client/docs/UpdateTenantPackageBody.md +2 -0
- data/client/docs/User.md +17 -1
- data/client/docs/UserBadge.md +3 -1
- data/client/docs/UserBadgeProgress.md +3 -1
- data/client/docs/UserSearchSection.md +15 -0
- data/client/docs/UserSearchSectionResult.md +20 -0
- data/client/docs/UserSessionInfo.md +2 -0
- data/client/lib/fastcomments-client/api/default_api.rb +383 -0
- data/client/lib/fastcomments-client/api/public_api.rb +7 -0
- data/client/lib/fastcomments-client/models/api_comment.rb +1 -1
- data/client/lib/fastcomments-client/models/api_comment_base.rb +1 -1
- data/client/lib/fastcomments-client/models/api_comment_base_meta.rb +156 -0
- data/client/lib/fastcomments-client/models/api_ticket.rb +374 -0
- data/client/lib/fastcomments-client/models/api_ticket_detail.rb +432 -0
- data/client/lib/fastcomments-client/models/api_ticket_file.rb +381 -0
- data/client/lib/fastcomments-client/models/api_user_subscription.rb +10 -1
- data/client/lib/fastcomments-client/models/change_ticket_state200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/change_ticket_state_body.rb +164 -0
- data/client/lib/fastcomments-client/models/change_ticket_state_response.rb +212 -0
- data/client/lib/fastcomments-client/models/comment_data.rb +13 -4
- data/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +10 -1
- data/client/lib/fastcomments-client/models/create_comment_params.rb +10 -1
- data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +10 -1
- data/client/lib/fastcomments-client/models/create_ticket200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_ticket_body.rb +164 -0
- data/client/lib/fastcomments-client/models/create_ticket_response.rb +212 -0
- data/client/lib/fastcomments-client/models/custom_config_parameters.rb +97 -4
- data/client/lib/fastcomments-client/models/f_comment.rb +13 -4
- data/client/lib/fastcomments-client/models/f_comment_meta.rb +10 -1
- data/client/lib/fastcomments-client/models/get_ticket200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_ticket_response.rb +240 -0
- data/client/lib/fastcomments-client/models/get_tickets200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tickets_response.rb +214 -0
- data/client/lib/fastcomments-client/models/header_account_notification.rb +322 -0
- data/client/lib/fastcomments-client/models/header_state.rb +32 -4
- data/client/lib/fastcomments-client/models/mention_auto_complete_mode.rb +41 -0
- data/client/lib/fastcomments-client/models/moderator.rb +14 -5
- data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +10 -1
- data/client/lib/fastcomments-client/models/search_users200_response.rb +2 -1
- data/client/lib/fastcomments-client/models/search_users_sectioned_response.rb +214 -0
- data/client/lib/fastcomments-client/models/tenant_package.rb +36 -1
- data/client/lib/fastcomments-client/models/tos_config.rb +168 -0
- data/client/lib/fastcomments-client/models/updatable_comment_params.rb +1 -1
- data/client/lib/fastcomments-client/models/update_api_user_subscription_data.rb +147 -0
- data/client/lib/fastcomments-client/models/update_subscription_api_response.rb +191 -0
- data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +10 -1
- data/client/lib/fastcomments-client/models/user.rb +76 -4
- data/client/lib/fastcomments-client/models/user_badge.rb +14 -4
- data/client/lib/fastcomments-client/models/user_badge_progress.rb +13 -4
- data/client/lib/fastcomments-client/models/user_search_section.rb +41 -0
- data/client/lib/fastcomments-client/models/user_search_section_result.rb +214 -0
- data/client/lib/fastcomments-client/models/user_session_info.rb +10 -1
- data/client/lib/fastcomments-client.rb +22 -0
- data/client/spec/api/default_api_spec.rb +64 -0
- data/client/spec/api/public_api_spec.rb +1 -0
- data/client/spec/models/api_comment_base_meta_spec.rb +42 -0
- data/client/spec/models/api_ticket_detail_spec.rb +108 -0
- data/client/spec/models/api_ticket_file_spec.rb +90 -0
- data/client/spec/models/api_ticket_spec.rb +84 -0
- data/client/spec/models/api_user_subscription_spec.rb +6 -0
- data/client/spec/models/change_ticket_state200_response_spec.rb +21 -0
- data/client/spec/models/change_ticket_state_body_spec.rb +36 -0
- data/client/spec/models/change_ticket_state_response_spec.rb +42 -0
- data/client/spec/models/comment_data_spec.rb +6 -0
- data/client/spec/models/create_api_user_subscription_data_spec.rb +6 -0
- data/client/spec/models/create_comment_params_spec.rb +6 -0
- data/client/spec/models/create_tenant_package_body_spec.rb +6 -0
- data/client/spec/models/create_ticket200_response_spec.rb +21 -0
- data/client/spec/models/create_ticket_body_spec.rb +36 -0
- data/client/spec/models/create_ticket_response_spec.rb +42 -0
- data/client/spec/models/custom_config_parameters_spec.rb +60 -0
- data/client/spec/models/f_comment_meta_spec.rb +6 -0
- data/client/spec/models/f_comment_spec.rb +6 -0
- data/client/spec/models/get_ticket200_response_spec.rb +21 -0
- data/client/spec/models/get_ticket_response_spec.rb +48 -0
- data/client/spec/models/get_tickets200_response_spec.rb +21 -0
- data/client/spec/models/get_tickets_response_spec.rb +42 -0
- data/client/spec/models/header_account_notification_spec.rb +84 -0
- data/client/spec/models/header_state_spec.rb +6 -0
- data/client/spec/models/mention_auto_complete_mode_spec.rb +30 -0
- data/client/spec/models/moderator_spec.rb +6 -0
- data/client/spec/models/replace_tenant_package_body_spec.rb +6 -0
- data/client/spec/models/search_users_sectioned_response_spec.rb +42 -0
- data/client/spec/models/tenant_package_spec.rb +12 -0
- data/client/spec/models/tos_config_spec.rb +48 -0
- data/client/spec/models/update_api_user_subscription_data_spec.rb +36 -0
- data/client/spec/models/update_subscription_api_response_spec.rb +54 -0
- data/client/spec/models/update_tenant_package_body_spec.rb +6 -0
- data/client/spec/models/user_badge_progress_spec.rb +6 -0
- data/client/spec/models/user_badge_spec.rb +6 -0
- data/client/spec/models/user_search_section_result_spec.rb +42 -0
- data/client/spec/models/user_search_section_spec.rb +30 -0
- data/client/spec/models/user_session_info_spec.rb +6 -0
- data/client/spec/models/user_spec.rb +48 -0
- data/lib/fastcomments.rb +1 -1
- metadata +68 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c9285c831324d638533f339bce680999e39551a75f495dfe38d463a389206e2
|
|
4
|
+
data.tar.gz: 25e65b2fdf74572a3fa3e79768f75c6887e806df833fdac2b23349ab8eeea5b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d462a7578b9bb09bc4768ee837203fef02e535d0e84c668eeadf66dfbfb45aca8067b6c63dabb2a52ceb5a2c3e04f9b9084b25e3329ef9509d5a494c91b9d6f5
|
|
7
|
+
data.tar.gz: c971c9cd5a242131bd065170e18ab1d585f035d6ae3f090693a00523fee81b6980ac110f2d5350df602e6636b96363740857592b6600748c4d58a1cef2782bb9
|
data/client/README.md
CHANGED
|
@@ -93,6 +93,7 @@ Class | Method | HTTP request | Description
|
|
|
93
93
|
*FastCommentsClient::DefaultApi* | [**aggregate_question_results**](docs/DefaultApi.md#aggregate_question_results) | **GET** /api/v1/question-results-aggregation |
|
|
94
94
|
*FastCommentsClient::DefaultApi* | [**block_user_from_comment**](docs/DefaultApi.md#block_user_from_comment) | **POST** /api/v1/comments/{id}/block |
|
|
95
95
|
*FastCommentsClient::DefaultApi* | [**bulk_aggregate_question_results**](docs/DefaultApi.md#bulk_aggregate_question_results) | **POST** /api/v1/question-results-aggregation/bulk |
|
|
96
|
+
*FastCommentsClient::DefaultApi* | [**change_ticket_state**](docs/DefaultApi.md#change_ticket_state) | **PATCH** /api/v1/tickets/{id}/state |
|
|
96
97
|
*FastCommentsClient::DefaultApi* | [**combine_comments_with_question_results**](docs/DefaultApi.md#combine_comments_with_question_results) | **GET** /api/v1/question-results-aggregation/combine/comments |
|
|
97
98
|
*FastCommentsClient::DefaultApi* | [**create_email_template**](docs/DefaultApi.md#create_email_template) | **POST** /api/v1/email-templates |
|
|
98
99
|
*FastCommentsClient::DefaultApi* | [**create_feed_post**](docs/DefaultApi.md#create_feed_post) | **POST** /api/v1/feed-posts |
|
|
@@ -103,6 +104,7 @@ Class | Method | HTTP request | Description
|
|
|
103
104
|
*FastCommentsClient::DefaultApi* | [**create_tenant**](docs/DefaultApi.md#create_tenant) | **POST** /api/v1/tenants |
|
|
104
105
|
*FastCommentsClient::DefaultApi* | [**create_tenant_package**](docs/DefaultApi.md#create_tenant_package) | **POST** /api/v1/tenant-packages |
|
|
105
106
|
*FastCommentsClient::DefaultApi* | [**create_tenant_user**](docs/DefaultApi.md#create_tenant_user) | **POST** /api/v1/tenant-users |
|
|
107
|
+
*FastCommentsClient::DefaultApi* | [**create_ticket**](docs/DefaultApi.md#create_ticket) | **POST** /api/v1/tickets |
|
|
106
108
|
*FastCommentsClient::DefaultApi* | [**create_user_badge**](docs/DefaultApi.md#create_user_badge) | **POST** /api/v1/user-badges |
|
|
107
109
|
*FastCommentsClient::DefaultApi* | [**create_vote**](docs/DefaultApi.md#create_vote) | **POST** /api/v1/votes |
|
|
108
110
|
*FastCommentsClient::DefaultApi* | [**delete_comment**](docs/DefaultApi.md#delete_comment) | **DELETE** /api/v1/comments/{id} |
|
|
@@ -159,6 +161,8 @@ Class | Method | HTTP request | Description
|
|
|
159
161
|
*FastCommentsClient::DefaultApi* | [**get_tenant_user**](docs/DefaultApi.md#get_tenant_user) | **GET** /api/v1/tenant-users/{id} |
|
|
160
162
|
*FastCommentsClient::DefaultApi* | [**get_tenant_users**](docs/DefaultApi.md#get_tenant_users) | **GET** /api/v1/tenant-users |
|
|
161
163
|
*FastCommentsClient::DefaultApi* | [**get_tenants**](docs/DefaultApi.md#get_tenants) | **GET** /api/v1/tenants |
|
|
164
|
+
*FastCommentsClient::DefaultApi* | [**get_ticket**](docs/DefaultApi.md#get_ticket) | **GET** /api/v1/tickets/{id} |
|
|
165
|
+
*FastCommentsClient::DefaultApi* | [**get_tickets**](docs/DefaultApi.md#get_tickets) | **GET** /api/v1/tickets |
|
|
162
166
|
*FastCommentsClient::DefaultApi* | [**get_user**](docs/DefaultApi.md#get_user) | **GET** /api/v1/users/{id} |
|
|
163
167
|
*FastCommentsClient::DefaultApi* | [**get_user_badge**](docs/DefaultApi.md#get_user_badge) | **GET** /api/v1/user-badges/{id} |
|
|
164
168
|
*FastCommentsClient::DefaultApi* | [**get_user_badge_progress_by_id**](docs/DefaultApi.md#get_user_badge_progress_by_id) | **GET** /api/v1/user-badge-progress/{id} |
|
|
@@ -189,6 +193,7 @@ Class | Method | HTTP request | Description
|
|
|
189
193
|
*FastCommentsClient::DefaultApi* | [**update_notification**](docs/DefaultApi.md#update_notification) | **PATCH** /api/v1/notifications/{id} |
|
|
190
194
|
*FastCommentsClient::DefaultApi* | [**update_question_config**](docs/DefaultApi.md#update_question_config) | **PATCH** /api/v1/question-configs/{id} |
|
|
191
195
|
*FastCommentsClient::DefaultApi* | [**update_question_result**](docs/DefaultApi.md#update_question_result) | **PATCH** /api/v1/question-results/{id} |
|
|
196
|
+
*FastCommentsClient::DefaultApi* | [**update_subscription**](docs/DefaultApi.md#update_subscription) | **PATCH** /api/v1/subscriptions/{id} |
|
|
192
197
|
*FastCommentsClient::DefaultApi* | [**update_tenant**](docs/DefaultApi.md#update_tenant) | **PATCH** /api/v1/tenants/{id} |
|
|
193
198
|
*FastCommentsClient::DefaultApi* | [**update_tenant_package**](docs/DefaultApi.md#update_tenant_package) | **PATCH** /api/v1/tenant-packages/{id} |
|
|
194
199
|
*FastCommentsClient::DefaultApi* | [**update_tenant_user**](docs/DefaultApi.md#update_tenant_user) | **PATCH** /api/v1/tenant-users/{id} |
|
|
@@ -235,6 +240,7 @@ Class | Method | HTTP request | Description
|
|
|
235
240
|
- [FastCommentsClient::APIAuditLog](docs/APIAuditLog.md)
|
|
236
241
|
- [FastCommentsClient::APIComment](docs/APIComment.md)
|
|
237
242
|
- [FastCommentsClient::APICommentBase](docs/APICommentBase.md)
|
|
243
|
+
- [FastCommentsClient::APICommentBaseMeta](docs/APICommentBaseMeta.md)
|
|
238
244
|
- [FastCommentsClient::APICreateUserBadgeResponse](docs/APICreateUserBadgeResponse.md)
|
|
239
245
|
- [FastCommentsClient::APIDomainConfiguration](docs/APIDomainConfiguration.md)
|
|
240
246
|
- [FastCommentsClient::APIEmptyResponse](docs/APIEmptyResponse.md)
|
|
@@ -251,6 +257,9 @@ Class | Method | HTTP request | Description
|
|
|
251
257
|
- [FastCommentsClient::APIStatus](docs/APIStatus.md)
|
|
252
258
|
- [FastCommentsClient::APITenant](docs/APITenant.md)
|
|
253
259
|
- [FastCommentsClient::APITenantDailyUsage](docs/APITenantDailyUsage.md)
|
|
260
|
+
- [FastCommentsClient::APITicket](docs/APITicket.md)
|
|
261
|
+
- [FastCommentsClient::APITicketDetail](docs/APITicketDetail.md)
|
|
262
|
+
- [FastCommentsClient::APITicketFile](docs/APITicketFile.md)
|
|
254
263
|
- [FastCommentsClient::APIUserSubscription](docs/APIUserSubscription.md)
|
|
255
264
|
- [FastCommentsClient::AddDomainConfig200Response](docs/AddDomainConfig200Response.md)
|
|
256
265
|
- [FastCommentsClient::AddDomainConfig200ResponseAnyOf](docs/AddDomainConfig200ResponseAnyOf.md)
|
|
@@ -282,6 +291,9 @@ Class | Method | HTTP request | Description
|
|
|
282
291
|
- [FastCommentsClient::BulkCreateHashTagsBodyTagsInner](docs/BulkCreateHashTagsBodyTagsInner.md)
|
|
283
292
|
- [FastCommentsClient::BulkCreateHashTagsResponse](docs/BulkCreateHashTagsResponse.md)
|
|
284
293
|
- [FastCommentsClient::ChangeCommentPinStatusResponse](docs/ChangeCommentPinStatusResponse.md)
|
|
294
|
+
- [FastCommentsClient::ChangeTicketState200Response](docs/ChangeTicketState200Response.md)
|
|
295
|
+
- [FastCommentsClient::ChangeTicketStateBody](docs/ChangeTicketStateBody.md)
|
|
296
|
+
- [FastCommentsClient::ChangeTicketStateResponse](docs/ChangeTicketStateResponse.md)
|
|
285
297
|
- [FastCommentsClient::CheckBlockedCommentsResponse](docs/CheckBlockedCommentsResponse.md)
|
|
286
298
|
- [FastCommentsClient::CheckedCommentsForBlocked200Response](docs/CheckedCommentsForBlocked200Response.md)
|
|
287
299
|
- [FastCommentsClient::CombineCommentsWithQuestionResults200Response](docs/CombineCommentsWithQuestionResults200Response.md)
|
|
@@ -333,6 +345,9 @@ Class | Method | HTTP request | Description
|
|
|
333
345
|
- [FastCommentsClient::CreateTenantUser200Response](docs/CreateTenantUser200Response.md)
|
|
334
346
|
- [FastCommentsClient::CreateTenantUserBody](docs/CreateTenantUserBody.md)
|
|
335
347
|
- [FastCommentsClient::CreateTenantUserResponse](docs/CreateTenantUserResponse.md)
|
|
348
|
+
- [FastCommentsClient::CreateTicket200Response](docs/CreateTicket200Response.md)
|
|
349
|
+
- [FastCommentsClient::CreateTicketBody](docs/CreateTicketBody.md)
|
|
350
|
+
- [FastCommentsClient::CreateTicketResponse](docs/CreateTicketResponse.md)
|
|
336
351
|
- [FastCommentsClient::CreateUserBadge200Response](docs/CreateUserBadge200Response.md)
|
|
337
352
|
- [FastCommentsClient::CreateUserBadgeParams](docs/CreateUserBadgeParams.md)
|
|
338
353
|
- [FastCommentsClient::CustomConfigParameters](docs/CustomConfigParameters.md)
|
|
@@ -441,6 +456,10 @@ Class | Method | HTTP request | Description
|
|
|
441
456
|
- [FastCommentsClient::GetTenantUsersResponse](docs/GetTenantUsersResponse.md)
|
|
442
457
|
- [FastCommentsClient::GetTenants200Response](docs/GetTenants200Response.md)
|
|
443
458
|
- [FastCommentsClient::GetTenantsResponse](docs/GetTenantsResponse.md)
|
|
459
|
+
- [FastCommentsClient::GetTicket200Response](docs/GetTicket200Response.md)
|
|
460
|
+
- [FastCommentsClient::GetTicketResponse](docs/GetTicketResponse.md)
|
|
461
|
+
- [FastCommentsClient::GetTickets200Response](docs/GetTickets200Response.md)
|
|
462
|
+
- [FastCommentsClient::GetTicketsResponse](docs/GetTicketsResponse.md)
|
|
444
463
|
- [FastCommentsClient::GetUser200Response](docs/GetUser200Response.md)
|
|
445
464
|
- [FastCommentsClient::GetUserBadge200Response](docs/GetUserBadge200Response.md)
|
|
446
465
|
- [FastCommentsClient::GetUserBadgeProgressById200Response](docs/GetUserBadgeProgressById200Response.md)
|
|
@@ -458,6 +477,7 @@ Class | Method | HTTP request | Description
|
|
|
458
477
|
- [FastCommentsClient::GetVotesForUserResponse](docs/GetVotesForUserResponse.md)
|
|
459
478
|
- [FastCommentsClient::GetVotesResponse](docs/GetVotesResponse.md)
|
|
460
479
|
- [FastCommentsClient::GifRating](docs/GifRating.md)
|
|
480
|
+
- [FastCommentsClient::HeaderAccountNotification](docs/HeaderAccountNotification.md)
|
|
461
481
|
- [FastCommentsClient::HeaderState](docs/HeaderState.md)
|
|
462
482
|
- [FastCommentsClient::IgnoredResponse](docs/IgnoredResponse.md)
|
|
463
483
|
- [FastCommentsClient::ImageContentProfanityLevel](docs/ImageContentProfanityLevel.md)
|
|
@@ -467,6 +487,7 @@ Class | Method | HTTP request | Description
|
|
|
467
487
|
- [FastCommentsClient::LiveEventType](docs/LiveEventType.md)
|
|
468
488
|
- [FastCommentsClient::LockComment200Response](docs/LockComment200Response.md)
|
|
469
489
|
- [FastCommentsClient::MediaAsset](docs/MediaAsset.md)
|
|
490
|
+
- [FastCommentsClient::MentionAutoCompleteMode](docs/MentionAutoCompleteMode.md)
|
|
470
491
|
- [FastCommentsClient::MetaItem](docs/MetaItem.md)
|
|
471
492
|
- [FastCommentsClient::Moderator](docs/Moderator.md)
|
|
472
493
|
- [FastCommentsClient::NotificationAndCount](docs/NotificationAndCount.md)
|
|
@@ -523,11 +544,13 @@ Class | Method | HTTP request | Description
|
|
|
523
544
|
- [FastCommentsClient::SaveCommentsResponseWithPresence](docs/SaveCommentsResponseWithPresence.md)
|
|
524
545
|
- [FastCommentsClient::SearchUsers200Response](docs/SearchUsers200Response.md)
|
|
525
546
|
- [FastCommentsClient::SearchUsersResponse](docs/SearchUsersResponse.md)
|
|
547
|
+
- [FastCommentsClient::SearchUsersSectionedResponse](docs/SearchUsersSectionedResponse.md)
|
|
526
548
|
- [FastCommentsClient::SetCommentText200Response](docs/SetCommentText200Response.md)
|
|
527
549
|
- [FastCommentsClient::SetCommentTextResult](docs/SetCommentTextResult.md)
|
|
528
550
|
- [FastCommentsClient::SizePreset](docs/SizePreset.md)
|
|
529
551
|
- [FastCommentsClient::SortDirections](docs/SortDirections.md)
|
|
530
552
|
- [FastCommentsClient::SpamRule](docs/SpamRule.md)
|
|
553
|
+
- [FastCommentsClient::TOSConfig](docs/TOSConfig.md)
|
|
531
554
|
- [FastCommentsClient::TenantHashTag](docs/TenantHashTag.md)
|
|
532
555
|
- [FastCommentsClient::TenantPackage](docs/TenantPackage.md)
|
|
533
556
|
- [FastCommentsClient::UnBlockCommentPublic200Response](docs/UnBlockCommentPublic200Response.md)
|
|
@@ -536,6 +559,7 @@ Class | Method | HTTP request | Description
|
|
|
536
559
|
- [FastCommentsClient::UpdatableCommentParams](docs/UpdatableCommentParams.md)
|
|
537
560
|
- [FastCommentsClient::UpdateAPIPageData](docs/UpdateAPIPageData.md)
|
|
538
561
|
- [FastCommentsClient::UpdateAPISSOUserData](docs/UpdateAPISSOUserData.md)
|
|
562
|
+
- [FastCommentsClient::UpdateAPIUserSubscriptionData](docs/UpdateAPIUserSubscriptionData.md)
|
|
539
563
|
- [FastCommentsClient::UpdateDomainConfigParams](docs/UpdateDomainConfigParams.md)
|
|
540
564
|
- [FastCommentsClient::UpdateEmailTemplateBody](docs/UpdateEmailTemplateBody.md)
|
|
541
565
|
- [FastCommentsClient::UpdateFeedPostParams](docs/UpdateFeedPostParams.md)
|
|
@@ -545,6 +569,7 @@ Class | Method | HTTP request | Description
|
|
|
545
569
|
- [FastCommentsClient::UpdateNotificationBody](docs/UpdateNotificationBody.md)
|
|
546
570
|
- [FastCommentsClient::UpdateQuestionConfigBody](docs/UpdateQuestionConfigBody.md)
|
|
547
571
|
- [FastCommentsClient::UpdateQuestionResultBody](docs/UpdateQuestionResultBody.md)
|
|
572
|
+
- [FastCommentsClient::UpdateSubscriptionAPIResponse](docs/UpdateSubscriptionAPIResponse.md)
|
|
548
573
|
- [FastCommentsClient::UpdateTenantBody](docs/UpdateTenantBody.md)
|
|
549
574
|
- [FastCommentsClient::UpdateTenantPackageBody](docs/UpdateTenantPackageBody.md)
|
|
550
575
|
- [FastCommentsClient::UpdateTenantUserBody](docs/UpdateTenantUserBody.md)
|
|
@@ -561,6 +586,8 @@ Class | Method | HTTP request | Description
|
|
|
561
586
|
- [FastCommentsClient::UserPresenceData](docs/UserPresenceData.md)
|
|
562
587
|
- [FastCommentsClient::UserReactsResponse](docs/UserReactsResponse.md)
|
|
563
588
|
- [FastCommentsClient::UserSearchResult](docs/UserSearchResult.md)
|
|
589
|
+
- [FastCommentsClient::UserSearchSection](docs/UserSearchSection.md)
|
|
590
|
+
- [FastCommentsClient::UserSearchSectionResult](docs/UserSearchSectionResult.md)
|
|
564
591
|
- [FastCommentsClient::UserSessionInfo](docs/UserSessionInfo.md)
|
|
565
592
|
- [FastCommentsClient::VoteBodyParams](docs/VoteBodyParams.md)
|
|
566
593
|
- [FastCommentsClient::VoteComment200Response](docs/VoteComment200Response.md)
|
data/client/docs/APIComment.md
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| **local_date_string** | **String** | | [optional] |
|
|
40
40
|
| **locale** | **String** | | |
|
|
41
41
|
| **mentions** | [**Array<CommentUserMentionInfo>**](CommentUserMentionInfo.md) | | [optional] |
|
|
42
|
-
| **meta** | [**
|
|
42
|
+
| **meta** | [**APICommentBaseMeta**](APICommentBaseMeta.md) | | [optional] |
|
|
43
43
|
| **moderation_group_ids** | **Array<String>** | | [optional] |
|
|
44
44
|
| **notification_sent_for_parent** | **Boolean** | | [optional] |
|
|
45
45
|
| **notification_sent_for_parent_tenant** | **Boolean** | | [optional] |
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| **local_date_string** | **String** | | [optional] |
|
|
40
40
|
| **locale** | **String** | | |
|
|
41
41
|
| **mentions** | [**Array<CommentUserMentionInfo>**](CommentUserMentionInfo.md) | | [optional] |
|
|
42
|
-
| **meta** | [**
|
|
42
|
+
| **meta** | [**APICommentBaseMeta**](APICommentBaseMeta.md) | | [optional] |
|
|
43
43
|
| **moderation_group_ids** | **Array<String>** | | [optional] |
|
|
44
44
|
| **notification_sent_for_parent** | **Boolean** | | [optional] |
|
|
45
45
|
| **notification_sent_for_parent_tenant** | **Boolean** | | [optional] |
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::APICommentBaseMeta
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **wp_user_id** | **String** | | [optional] |
|
|
8
|
+
| **wp_post_id** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::APICommentBaseMeta.new(
|
|
16
|
+
wp_user_id: null,
|
|
17
|
+
wp_post_id: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::APITicket
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_id** | **String** | | |
|
|
8
|
+
| **url_id** | **String** | | |
|
|
9
|
+
| **user_id** | **String** | | |
|
|
10
|
+
| **managed_by_tenant_id** | **String** | | |
|
|
11
|
+
| **assigned_user_ids** | **Array<String>** | | |
|
|
12
|
+
| **subject** | **String** | | |
|
|
13
|
+
| **created_at** | **String** | | |
|
|
14
|
+
| **state** | **Integer** | | |
|
|
15
|
+
| **file_count** | **Integer** | | |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::APITicket.new(
|
|
23
|
+
_id: null,
|
|
24
|
+
url_id: null,
|
|
25
|
+
user_id: null,
|
|
26
|
+
managed_by_tenant_id: null,
|
|
27
|
+
assigned_user_ids: null,
|
|
28
|
+
subject: null,
|
|
29
|
+
created_at: null,
|
|
30
|
+
state: null,
|
|
31
|
+
file_count: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# FastCommentsClient::APITicketDetail
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_id** | **String** | | |
|
|
8
|
+
| **url_id** | **String** | | |
|
|
9
|
+
| **user_id** | **String** | | |
|
|
10
|
+
| **managed_by_tenant_id** | **String** | | |
|
|
11
|
+
| **assigned_user_ids** | **Array<String>** | | |
|
|
12
|
+
| **subject** | **String** | | |
|
|
13
|
+
| **created_at** | **String** | | |
|
|
14
|
+
| **state** | **Integer** | | |
|
|
15
|
+
| **file_count** | **Integer** | | |
|
|
16
|
+
| **files** | [**Array<APITicketFile>**](APITicketFile.md) | | |
|
|
17
|
+
| **reopened_at** | **String** | | [optional] |
|
|
18
|
+
| **resolved_at** | **String** | | [optional] |
|
|
19
|
+
| **ack_at** | **String** | | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'fastcomments-client'
|
|
25
|
+
|
|
26
|
+
instance = FastCommentsClient::APITicketDetail.new(
|
|
27
|
+
_id: null,
|
|
28
|
+
url_id: null,
|
|
29
|
+
user_id: null,
|
|
30
|
+
managed_by_tenant_id: null,
|
|
31
|
+
assigned_user_ids: null,
|
|
32
|
+
subject: null,
|
|
33
|
+
created_at: null,
|
|
34
|
+
state: null,
|
|
35
|
+
file_count: null,
|
|
36
|
+
files: null,
|
|
37
|
+
reopened_at: null,
|
|
38
|
+
resolved_at: null,
|
|
39
|
+
ack_at: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# FastCommentsClient::APITicketFile
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | | |
|
|
8
|
+
| **s3_key** | **String** | | |
|
|
9
|
+
| **original_file_name** | **String** | | |
|
|
10
|
+
| **size_bytes** | **Integer** | | |
|
|
11
|
+
| **content_type** | **String** | | |
|
|
12
|
+
| **uploaded_by_user_id** | **String** | | |
|
|
13
|
+
| **uploaded_at** | **String** | | |
|
|
14
|
+
| **url** | **String** | | |
|
|
15
|
+
| **expires_at** | **String** | | |
|
|
16
|
+
| **expired** | **Boolean** | | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'fastcomments-client'
|
|
22
|
+
|
|
23
|
+
instance = FastCommentsClient::APITicketFile.new(
|
|
24
|
+
id: null,
|
|
25
|
+
s3_key: null,
|
|
26
|
+
original_file_name: null,
|
|
27
|
+
size_bytes: null,
|
|
28
|
+
content_type: null,
|
|
29
|
+
uploaded_by_user_id: null,
|
|
30
|
+
uploaded_at: null,
|
|
31
|
+
url: null,
|
|
32
|
+
expires_at: null,
|
|
33
|
+
expired: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **notification_frequency** | **Float** | | [optional] |
|
|
7
8
|
| **created_at** | **Time** | | |
|
|
8
9
|
| **page_title** | **String** | | [optional] |
|
|
9
10
|
| **url** | **String** | | [optional] |
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
require 'fastcomments-client'
|
|
19
20
|
|
|
20
21
|
instance = FastCommentsClient::APIUserSubscription.new(
|
|
22
|
+
notification_frequency: null,
|
|
21
23
|
created_at: null,
|
|
22
24
|
page_title: null,
|
|
23
25
|
url: null,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::ChangeTicketState200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::ChangeTicketState200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
ticket: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# FastCommentsClient::ChangeTicketStateBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **state** | **Integer** | | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'fastcomments-client'
|
|
13
|
+
|
|
14
|
+
instance = FastCommentsClient::ChangeTicketStateBody.new(
|
|
15
|
+
state: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::ChangeTicketStateResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::ChangeTicketStateResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
ticket: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/client/docs/CommentData.md
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
| **autoplay_delay_ms** | **Integer** | | [optional] |
|
|
29
29
|
| **feedback_ids** | **Array<String>** | | [optional] |
|
|
30
30
|
| **question_values** | [**Hash<String, RecordStringStringOrNumberValue>**](RecordStringStringOrNumberValue.md) | Construct a type with a set of properties K of type T | [optional] |
|
|
31
|
+
| **tos** | **Boolean** | | [optional] |
|
|
31
32
|
|
|
32
33
|
## Example
|
|
33
34
|
|
|
@@ -58,7 +59,8 @@ instance = FastCommentsClient::CommentData.new(
|
|
|
58
59
|
from_offline_restore: null,
|
|
59
60
|
autoplay_delay_ms: null,
|
|
60
61
|
feedback_ids: null,
|
|
61
|
-
question_values: null
|
|
62
|
+
question_values: null,
|
|
63
|
+
tos: null
|
|
62
64
|
)
|
|
63
65
|
```
|
|
64
66
|
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **notification_frequency** | **Float** | | [optional] |
|
|
7
8
|
| **page_title** | **String** | | [optional] |
|
|
8
9
|
| **url** | **String** | | [optional] |
|
|
9
10
|
| **url_id** | **String** | | |
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
require 'fastcomments-client'
|
|
17
18
|
|
|
18
19
|
instance = FastCommentsClient::CreateAPIUserSubscriptionData.new(
|
|
20
|
+
notification_frequency: null,
|
|
19
21
|
page_title: null,
|
|
20
22
|
url: null,
|
|
21
23
|
url_id: null,
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
| **autoplay_delay_ms** | **Integer** | | [optional] |
|
|
29
29
|
| **feedback_ids** | **Array<String>** | | [optional] |
|
|
30
30
|
| **question_values** | [**Hash<String, RecordStringStringOrNumberValue>**](RecordStringStringOrNumberValue.md) | Construct a type with a set of properties K of type T | [optional] |
|
|
31
|
+
| **tos** | **Boolean** | | [optional] |
|
|
31
32
|
| **approved** | **Boolean** | | [optional] |
|
|
32
33
|
| **domain** | **String** | | [optional] |
|
|
33
34
|
| **ip** | **String** | | [optional] |
|
|
@@ -69,6 +70,7 @@ instance = FastCommentsClient::CreateCommentParams.new(
|
|
|
69
70
|
autoplay_delay_ms: null,
|
|
70
71
|
feedback_ids: null,
|
|
71
72
|
question_values: null,
|
|
73
|
+
tos: null,
|
|
72
74
|
approved: null,
|
|
73
75
|
domain: null,
|
|
74
76
|
ip: null,
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
| **max_domains** | **Float** | | |
|
|
21
21
|
| **max_white_labeled_tenants** | **Float** | | [optional] |
|
|
22
22
|
| **max_monthly_event_log_requests** | **Float** | | [optional] |
|
|
23
|
+
| **max_custom_collection_size** | **Float** | | [optional] |
|
|
23
24
|
| **has_white_labeling** | **Boolean** | | [optional] |
|
|
24
25
|
| **has_debranding** | **Boolean** | | |
|
|
25
26
|
| **has_llm_spam_detection** | **Boolean** | | [optional] |
|
|
@@ -75,6 +76,7 @@ instance = FastCommentsClient::CreateTenantPackageBody.new(
|
|
|
75
76
|
max_domains: null,
|
|
76
77
|
max_white_labeled_tenants: null,
|
|
77
78
|
max_monthly_event_log_requests: null,
|
|
79
|
+
max_custom_collection_size: null,
|
|
78
80
|
has_white_labeling: null,
|
|
79
81
|
has_debranding: null,
|
|
80
82
|
has_llm_spam_detection: null,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::CreateTicket200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::CreateTicket200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
ticket: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# FastCommentsClient::CreateTicketBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **subject** | **String** | | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'fastcomments-client'
|
|
13
|
+
|
|
14
|
+
instance = FastCommentsClient::CreateTicketBody.new(
|
|
15
|
+
subject: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::CreateTicketResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::CreateTicketResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
ticket: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
| **disable_email_inputs** | **Boolean** | | [optional] |
|
|
29
29
|
| **disable_live_commenting** | **Boolean** | | [optional] |
|
|
30
30
|
| **disable_notification_bell** | **Boolean** | | [optional] |
|
|
31
|
+
| **disable_profile_comments** | **Boolean** | | [optional] |
|
|
32
|
+
| **disable_profile_direct_messages** | **Boolean** | | [optional] |
|
|
31
33
|
| **disable_profiles** | **Boolean** | | [optional] |
|
|
32
34
|
| **disable_success_message** | **Boolean** | | [optional] |
|
|
33
35
|
| **disable_toolbar** | **Boolean** | | [optional] |
|
|
@@ -52,6 +54,7 @@
|
|
|
52
54
|
| **max_comment_character_length** | **Integer** | | [optional] |
|
|
53
55
|
| **max_comment_created_count_pupm** | **Integer** | | [optional] |
|
|
54
56
|
| **no_custom_config** | **Boolean** | | [optional] |
|
|
57
|
+
| **mention_auto_complete_mode** | [**MentionAutoCompleteMode**](MentionAutoCompleteMode.md) | | [optional] |
|
|
55
58
|
| **no_image_uploads** | **Boolean** | | [optional] |
|
|
56
59
|
| **no_styles** | **Boolean** | | [optional] |
|
|
57
60
|
| **page_size** | **Integer** | | [optional] |
|
|
@@ -72,11 +75,18 @@
|
|
|
72
75
|
| **vote_style** | [**VoteStyle**](VoteStyle.md) | | [optional] |
|
|
73
76
|
| **widget_question_id** | **String** | | [optional] |
|
|
74
77
|
| **widget_question_results_style** | [**CommentQuestionResultsRenderingType**](CommentQuestionResultsRenderingType.md) | | [optional] |
|
|
78
|
+
| **widget_question_show_breakdown** | **Boolean** | | [optional] |
|
|
75
79
|
| **widget_question_style** | [**QuestionRenderingType**](QuestionRenderingType.md) | | [optional] |
|
|
76
80
|
| **widget_question_when_to_save** | [**QuestionWhenSave**](QuestionWhenSave.md) | | [optional] |
|
|
77
81
|
| **widget_questions_required** | [**CommentQuestionsRequired**](CommentQuestionsRequired.md) | | [optional] |
|
|
78
82
|
| **widget_sub_question_visibility** | [**QuestionSubQuestionVisibility**](QuestionSubQuestionVisibility.md) | | [optional] |
|
|
79
83
|
| **wrap** | **Boolean** | | [optional] |
|
|
84
|
+
| **ticket_base_url** | **String** | | [optional] |
|
|
85
|
+
| **ticket_kb_search_endpoint** | **String** | | [optional] |
|
|
86
|
+
| **ticket_file_uploads_enabled** | **Boolean** | | [optional] |
|
|
87
|
+
| **ticket_max_file_size** | **Integer** | | [optional] |
|
|
88
|
+
| **ticket_auto_assign_user_ids** | **Array<String>** | | [optional] |
|
|
89
|
+
| **tos** | [**TOSConfig**](TOSConfig.md) | | [optional] |
|
|
80
90
|
|
|
81
91
|
## Example
|
|
82
92
|
|
|
@@ -108,6 +118,8 @@ instance = FastCommentsClient::CustomConfigParameters.new(
|
|
|
108
118
|
disable_email_inputs: null,
|
|
109
119
|
disable_live_commenting: null,
|
|
110
120
|
disable_notification_bell: null,
|
|
121
|
+
disable_profile_comments: null,
|
|
122
|
+
disable_profile_direct_messages: null,
|
|
111
123
|
disable_profiles: null,
|
|
112
124
|
disable_success_message: null,
|
|
113
125
|
disable_toolbar: null,
|
|
@@ -132,6 +144,7 @@ instance = FastCommentsClient::CustomConfigParameters.new(
|
|
|
132
144
|
max_comment_character_length: null,
|
|
133
145
|
max_comment_created_count_pupm: null,
|
|
134
146
|
no_custom_config: null,
|
|
147
|
+
mention_auto_complete_mode: null,
|
|
135
148
|
no_image_uploads: null,
|
|
136
149
|
no_styles: null,
|
|
137
150
|
page_size: null,
|
|
@@ -152,11 +165,18 @@ instance = FastCommentsClient::CustomConfigParameters.new(
|
|
|
152
165
|
vote_style: null,
|
|
153
166
|
widget_question_id: null,
|
|
154
167
|
widget_question_results_style: null,
|
|
168
|
+
widget_question_show_breakdown: null,
|
|
155
169
|
widget_question_style: null,
|
|
156
170
|
widget_question_when_to_save: null,
|
|
157
171
|
widget_questions_required: null,
|
|
158
172
|
widget_sub_question_visibility: null,
|
|
159
|
-
wrap: null
|
|
173
|
+
wrap: null,
|
|
174
|
+
ticket_base_url: null,
|
|
175
|
+
ticket_kb_search_endpoint: null,
|
|
176
|
+
ticket_file_uploads_enabled: null,
|
|
177
|
+
ticket_max_file_size: null,
|
|
178
|
+
ticket_auto_assign_user_ids: null,
|
|
179
|
+
tos: null
|
|
160
180
|
)
|
|
161
181
|
```
|
|
162
182
|
|