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.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/client/README.md +27 -0
  3. data/client/docs/APIComment.md +1 -1
  4. data/client/docs/APICommentBase.md +1 -1
  5. data/client/docs/APICommentBaseMeta.md +20 -0
  6. data/client/docs/APITicket.md +34 -0
  7. data/client/docs/APITicketDetail.md +42 -0
  8. data/client/docs/APITicketFile.md +36 -0
  9. data/client/docs/APIUserSubscription.md +2 -0
  10. data/client/docs/ChangeTicketState200Response.md +34 -0
  11. data/client/docs/ChangeTicketStateBody.md +18 -0
  12. data/client/docs/ChangeTicketStateResponse.md +20 -0
  13. data/client/docs/CommentData.md +3 -1
  14. data/client/docs/CreateAPIUserSubscriptionData.md +2 -0
  15. data/client/docs/CreateCommentParams.md +2 -0
  16. data/client/docs/CreateTenantPackageBody.md +2 -0
  17. data/client/docs/CreateTicket200Response.md +34 -0
  18. data/client/docs/CreateTicketBody.md +18 -0
  19. data/client/docs/CreateTicketResponse.md +20 -0
  20. data/client/docs/CustomConfigParameters.md +21 -1
  21. data/client/docs/DefaultApi.md +384 -0
  22. data/client/docs/FComment.md +3 -1
  23. data/client/docs/FCommentMeta.md +2 -0
  24. data/client/docs/GetTicket200Response.md +36 -0
  25. data/client/docs/GetTicketResponse.md +22 -0
  26. data/client/docs/GetTickets200Response.md +34 -0
  27. data/client/docs/GetTicketsResponse.md +20 -0
  28. data/client/docs/HeaderAccountNotification.md +34 -0
  29. data/client/docs/HeaderState.md +3 -1
  30. data/client/docs/MentionAutoCompleteMode.md +15 -0
  31. data/client/docs/Moderator.md +3 -1
  32. data/client/docs/PublicApi.md +3 -1
  33. data/client/docs/ReplaceTenantPackageBody.md +2 -0
  34. data/client/docs/SearchUsers200Response.md +2 -0
  35. data/client/docs/SearchUsersSectionedResponse.md +20 -0
  36. data/client/docs/TOSConfig.md +22 -0
  37. data/client/docs/TenantPackage.md +4 -0
  38. data/client/docs/UpdatableCommentParams.md +1 -1
  39. data/client/docs/UpdateAPIUserSubscriptionData.md +18 -0
  40. data/client/docs/UpdateSubscriptionAPIResponse.md +24 -0
  41. data/client/docs/UpdateTenantPackageBody.md +2 -0
  42. data/client/docs/User.md +17 -1
  43. data/client/docs/UserBadge.md +3 -1
  44. data/client/docs/UserBadgeProgress.md +3 -1
  45. data/client/docs/UserSearchSection.md +15 -0
  46. data/client/docs/UserSearchSectionResult.md +20 -0
  47. data/client/docs/UserSessionInfo.md +2 -0
  48. data/client/lib/fastcomments-client/api/default_api.rb +383 -0
  49. data/client/lib/fastcomments-client/api/public_api.rb +7 -0
  50. data/client/lib/fastcomments-client/models/api_comment.rb +1 -1
  51. data/client/lib/fastcomments-client/models/api_comment_base.rb +1 -1
  52. data/client/lib/fastcomments-client/models/api_comment_base_meta.rb +156 -0
  53. data/client/lib/fastcomments-client/models/api_ticket.rb +374 -0
  54. data/client/lib/fastcomments-client/models/api_ticket_detail.rb +432 -0
  55. data/client/lib/fastcomments-client/models/api_ticket_file.rb +381 -0
  56. data/client/lib/fastcomments-client/models/api_user_subscription.rb +10 -1
  57. data/client/lib/fastcomments-client/models/change_ticket_state200_response.rb +103 -0
  58. data/client/lib/fastcomments-client/models/change_ticket_state_body.rb +164 -0
  59. data/client/lib/fastcomments-client/models/change_ticket_state_response.rb +212 -0
  60. data/client/lib/fastcomments-client/models/comment_data.rb +13 -4
  61. data/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +10 -1
  62. data/client/lib/fastcomments-client/models/create_comment_params.rb +10 -1
  63. data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +10 -1
  64. data/client/lib/fastcomments-client/models/create_ticket200_response.rb +103 -0
  65. data/client/lib/fastcomments-client/models/create_ticket_body.rb +164 -0
  66. data/client/lib/fastcomments-client/models/create_ticket_response.rb +212 -0
  67. data/client/lib/fastcomments-client/models/custom_config_parameters.rb +97 -4
  68. data/client/lib/fastcomments-client/models/f_comment.rb +13 -4
  69. data/client/lib/fastcomments-client/models/f_comment_meta.rb +10 -1
  70. data/client/lib/fastcomments-client/models/get_ticket200_response.rb +103 -0
  71. data/client/lib/fastcomments-client/models/get_ticket_response.rb +240 -0
  72. data/client/lib/fastcomments-client/models/get_tickets200_response.rb +103 -0
  73. data/client/lib/fastcomments-client/models/get_tickets_response.rb +214 -0
  74. data/client/lib/fastcomments-client/models/header_account_notification.rb +322 -0
  75. data/client/lib/fastcomments-client/models/header_state.rb +32 -4
  76. data/client/lib/fastcomments-client/models/mention_auto_complete_mode.rb +41 -0
  77. data/client/lib/fastcomments-client/models/moderator.rb +14 -5
  78. data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +10 -1
  79. data/client/lib/fastcomments-client/models/search_users200_response.rb +2 -1
  80. data/client/lib/fastcomments-client/models/search_users_sectioned_response.rb +214 -0
  81. data/client/lib/fastcomments-client/models/tenant_package.rb +36 -1
  82. data/client/lib/fastcomments-client/models/tos_config.rb +168 -0
  83. data/client/lib/fastcomments-client/models/updatable_comment_params.rb +1 -1
  84. data/client/lib/fastcomments-client/models/update_api_user_subscription_data.rb +147 -0
  85. data/client/lib/fastcomments-client/models/update_subscription_api_response.rb +191 -0
  86. data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +10 -1
  87. data/client/lib/fastcomments-client/models/user.rb +76 -4
  88. data/client/lib/fastcomments-client/models/user_badge.rb +14 -4
  89. data/client/lib/fastcomments-client/models/user_badge_progress.rb +13 -4
  90. data/client/lib/fastcomments-client/models/user_search_section.rb +41 -0
  91. data/client/lib/fastcomments-client/models/user_search_section_result.rb +214 -0
  92. data/client/lib/fastcomments-client/models/user_session_info.rb +10 -1
  93. data/client/lib/fastcomments-client.rb +22 -0
  94. data/client/spec/api/default_api_spec.rb +64 -0
  95. data/client/spec/api/public_api_spec.rb +1 -0
  96. data/client/spec/models/api_comment_base_meta_spec.rb +42 -0
  97. data/client/spec/models/api_ticket_detail_spec.rb +108 -0
  98. data/client/spec/models/api_ticket_file_spec.rb +90 -0
  99. data/client/spec/models/api_ticket_spec.rb +84 -0
  100. data/client/spec/models/api_user_subscription_spec.rb +6 -0
  101. data/client/spec/models/change_ticket_state200_response_spec.rb +21 -0
  102. data/client/spec/models/change_ticket_state_body_spec.rb +36 -0
  103. data/client/spec/models/change_ticket_state_response_spec.rb +42 -0
  104. data/client/spec/models/comment_data_spec.rb +6 -0
  105. data/client/spec/models/create_api_user_subscription_data_spec.rb +6 -0
  106. data/client/spec/models/create_comment_params_spec.rb +6 -0
  107. data/client/spec/models/create_tenant_package_body_spec.rb +6 -0
  108. data/client/spec/models/create_ticket200_response_spec.rb +21 -0
  109. data/client/spec/models/create_ticket_body_spec.rb +36 -0
  110. data/client/spec/models/create_ticket_response_spec.rb +42 -0
  111. data/client/spec/models/custom_config_parameters_spec.rb +60 -0
  112. data/client/spec/models/f_comment_meta_spec.rb +6 -0
  113. data/client/spec/models/f_comment_spec.rb +6 -0
  114. data/client/spec/models/get_ticket200_response_spec.rb +21 -0
  115. data/client/spec/models/get_ticket_response_spec.rb +48 -0
  116. data/client/spec/models/get_tickets200_response_spec.rb +21 -0
  117. data/client/spec/models/get_tickets_response_spec.rb +42 -0
  118. data/client/spec/models/header_account_notification_spec.rb +84 -0
  119. data/client/spec/models/header_state_spec.rb +6 -0
  120. data/client/spec/models/mention_auto_complete_mode_spec.rb +30 -0
  121. data/client/spec/models/moderator_spec.rb +6 -0
  122. data/client/spec/models/replace_tenant_package_body_spec.rb +6 -0
  123. data/client/spec/models/search_users_sectioned_response_spec.rb +42 -0
  124. data/client/spec/models/tenant_package_spec.rb +12 -0
  125. data/client/spec/models/tos_config_spec.rb +48 -0
  126. data/client/spec/models/update_api_user_subscription_data_spec.rb +36 -0
  127. data/client/spec/models/update_subscription_api_response_spec.rb +54 -0
  128. data/client/spec/models/update_tenant_package_body_spec.rb +6 -0
  129. data/client/spec/models/user_badge_progress_spec.rb +6 -0
  130. data/client/spec/models/user_badge_spec.rb +6 -0
  131. data/client/spec/models/user_search_section_result_spec.rb +42 -0
  132. data/client/spec/models/user_search_section_spec.rb +30 -0
  133. data/client/spec/models/user_session_info_spec.rb +6 -0
  134. data/client/spec/models/user_spec.rb +48 -0
  135. data/lib/fastcomments.rb +1 -1
  136. metadata +68 -2
@@ -15,6 +15,7 @@
15
15
  | **max_sso_users** | **Float** | | |
16
16
  | **max_moderators** | **Float** | | |
17
17
  | **max_domains** | **Float** | | |
18
+ | **max_custom_collection_size** | **Float** | | [optional] |
18
19
  | **has_debranding** | **Boolean** | | |
19
20
  | **for_who_text** | **String** | | |
20
21
  | **feature_taglines** | **Array<String>** | | |
@@ -52,6 +53,7 @@ instance = FastCommentsClient::ReplaceTenantPackageBody.new(
52
53
  max_sso_users: null,
53
54
  max_moderators: null,
54
55
  max_domains: null,
56
+ max_custom_collection_size: null,
55
57
  has_debranding: null,
56
58
  for_who_text: null,
57
59
  feature_taglines: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **status** | [**APIStatus**](APIStatus.md) | | |
8
+ | **sections** | [**Array<UserSearchSectionResult>**](UserSearchSectionResult.md) | | |
8
9
  | **users** | [**Array<UserSearchResult>**](UserSearchResult.md) | | |
9
10
  | **reason** | **String** | | |
10
11
  | **code** | **String** | | |
@@ -21,6 +22,7 @@ require 'fastcomments-client'
21
22
 
22
23
  instance = FastCommentsClient::SearchUsers200Response.new(
23
24
  status: null,
25
+ sections: null,
24
26
  users: null,
25
27
  reason: null,
26
28
  code: null,
@@ -0,0 +1,20 @@
1
+ # FastCommentsClient::SearchUsersSectionedResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | [**APIStatus**](APIStatus.md) | | |
8
+ | **sections** | [**Array<UserSearchSectionResult>**](UserSearchSectionResult.md) | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fastcomments-client'
14
+
15
+ instance = FastCommentsClient::SearchUsersSectionedResponse.new(
16
+ status: null,
17
+ sections: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,22 @@
1
+ # FastCommentsClient::TOSConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enabled** | **Boolean** | | [optional] |
8
+ | **text_by_locale** | **Hash<String, String>** | Construct a type with a set of properties K of type T | [optional] |
9
+ | **last_updated** | **Time** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'fastcomments-client'
15
+
16
+ instance = FastCommentsClient::TOSConfig.new(
17
+ enabled: null,
18
+ text_by_locale: null,
19
+ last_updated: null
20
+ )
21
+ ```
22
+
@@ -23,6 +23,7 @@
23
23
  | **max_domains** | **Float** | | |
24
24
  | **max_white_labeled_tenants** | **Float** | | |
25
25
  | **max_monthly_event_log_requests** | **Float** | | |
26
+ | **max_custom_collection_size** | **Float** | | |
26
27
  | **has_white_labeling** | **Boolean** | | |
27
28
  | **has_debranding** | **Boolean** | | |
28
29
  | **has_llm_spam_detection** | **Boolean** | | |
@@ -31,6 +32,7 @@
31
32
  | **has_auditing** | **Boolean** | | |
32
33
  | **has_flex_pricing** | **Boolean** | | |
33
34
  | **enable_saml** | **Boolean** | | [optional] |
35
+ | **enable_canvas_lti** | **Boolean** | | [optional] |
34
36
  | **flex_page_load_cost_cents** | **Float** | | [optional] |
35
37
  | **flex_page_load_unit** | **Float** | | [optional] |
36
38
  | **flex_comment_cost_cents** | **Float** | | [optional] |
@@ -82,6 +84,7 @@ instance = FastCommentsClient::TenantPackage.new(
82
84
  max_domains: null,
83
85
  max_white_labeled_tenants: null,
84
86
  max_monthly_event_log_requests: null,
87
+ max_custom_collection_size: null,
85
88
  has_white_labeling: null,
86
89
  has_debranding: null,
87
90
  has_llm_spam_detection: null,
@@ -90,6 +93,7 @@ instance = FastCommentsClient::TenantPackage.new(
90
93
  has_auditing: null,
91
94
  has_flex_pricing: null,
92
95
  enable_saml: null,
96
+ enable_canvas_lti: null,
93
97
  flex_page_load_cost_cents: null,
94
98
  flex_page_load_unit: null,
95
99
  flex_comment_cost_cents: null,
@@ -40,7 +40,7 @@
40
40
  | **is_locked** | **Boolean** | | [optional] |
41
41
  | **flag_count** | **Integer** | | [optional] |
42
42
  | **display_label** | **String** | | [optional] |
43
- | **meta** | [**FCommentMeta**](FCommentMeta.md) | | [optional] |
43
+ | **meta** | [**APICommentBaseMeta**](APICommentBaseMeta.md) | | [optional] |
44
44
  | **moderation_group_ids** | **Array<String>** | | [optional] |
45
45
  | **feedback_ids** | **Array<String>** | | [optional] |
46
46
 
@@ -0,0 +1,18 @@
1
+ # FastCommentsClient::UpdateAPIUserSubscriptionData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **notification_frequency** | **Float** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fastcomments-client'
13
+
14
+ instance = FastCommentsClient::UpdateAPIUserSubscriptionData.new(
15
+ notification_frequency: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # FastCommentsClient::UpdateSubscriptionAPIResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **reason** | **String** | | [optional] |
8
+ | **code** | **String** | | [optional] |
9
+ | **subscription** | [**APIUserSubscription**](APIUserSubscription.md) | | [optional] |
10
+ | **status** | **String** | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'fastcomments-client'
16
+
17
+ instance = FastCommentsClient::UpdateSubscriptionAPIResponse.new(
18
+ reason: null,
19
+ code: null,
20
+ subscription: null,
21
+ status: null
22
+ )
23
+ ```
24
+
@@ -15,6 +15,7 @@
15
15
  | **max_sso_users** | **Float** | | [optional] |
16
16
  | **max_moderators** | **Float** | | [optional] |
17
17
  | **max_domains** | **Float** | | [optional] |
18
+ | **max_custom_collection_size** | **Float** | | [optional] |
18
19
  | **has_debranding** | **Boolean** | | [optional] |
19
20
  | **has_white_labeling** | **Boolean** | | [optional] |
20
21
  | **for_who_text** | **String** | | [optional] |
@@ -53,6 +54,7 @@ instance = FastCommentsClient::UpdateTenantPackageBody.new(
53
54
  max_sso_users: null,
54
55
  max_moderators: null,
55
56
  max_domains: null,
57
+ max_custom_collection_size: null,
56
58
  has_debranding: null,
57
59
  has_white_labeling: null,
58
60
  for_who_text: null,
data/client/docs/User.md CHANGED
@@ -11,6 +11,8 @@
11
11
  | **website_url** | **String** | | [optional] |
12
12
  | **email** | **String** | | |
13
13
  | **pending_email** | **String** | | [optional] |
14
+ | **backup_email** | **String** | | [optional] |
15
+ | **pending_backup_email** | **String** | | [optional] |
14
16
  | **sign_up_date** | **Integer** | | |
15
17
  | **created_from_url_id** | **String** | | [optional] |
16
18
  | **created_from_tenant_id** | **String** | | |
@@ -33,11 +35,16 @@
33
35
  | **is_manage_data_admin** | **Boolean** | | [optional] |
34
36
  | **is_comment_moderator_admin** | **Boolean** | | [optional] |
35
37
  | **is_api_admin** | **Boolean** | | [optional] |
38
+ | **is_site_admin** | **Boolean** | | [optional] |
36
39
  | **moderator_ids** | **Array<String>** | | [optional] |
37
40
  | **is_impersonator** | **Boolean** | | [optional] |
38
41
  | **is_coupon_manager** | **Boolean** | | [optional] |
39
42
  | **locale** | **String** | | [optional] |
40
43
  | **digest_email_frequency** | [**DigestEmailFrequency**](DigestEmailFrequency.md) | | [optional] |
44
+ | **notification_frequency** | **Float** | | [optional] |
45
+ | **admin_notification_frequency** | **Float** | | [optional] |
46
+ | **last_tenant_notification_sent_date** | **Time** | | [optional] |
47
+ | **last_reply_notification_sent_date** | **Time** | | [optional] |
41
48
  | **ignored_add_to_my_site_messages** | **Boolean** | | [optional] |
42
49
  | **last_login_date** | **Time** | | [optional] |
43
50
  | **display_label** | **String** | | [optional] |
@@ -55,6 +62,7 @@
55
62
  | **country_flag** | **String** | | [optional] |
56
63
  | **social_links** | **Array<String>** | | [optional] |
57
64
  | **has_two_factor** | **Boolean** | | [optional] |
65
+ | **is_email_suppressed** | **Boolean** | | [optional] |
58
66
 
59
67
  ## Example
60
68
 
@@ -69,6 +77,8 @@ instance = FastCommentsClient::User.new(
69
77
  website_url: null,
70
78
  email: null,
71
79
  pending_email: null,
80
+ backup_email: null,
81
+ pending_backup_email: null,
72
82
  sign_up_date: null,
73
83
  created_from_url_id: null,
74
84
  created_from_tenant_id: null,
@@ -91,11 +101,16 @@ instance = FastCommentsClient::User.new(
91
101
  is_manage_data_admin: null,
92
102
  is_comment_moderator_admin: null,
93
103
  is_api_admin: null,
104
+ is_site_admin: null,
94
105
  moderator_ids: null,
95
106
  is_impersonator: null,
96
107
  is_coupon_manager: null,
97
108
  locale: null,
98
109
  digest_email_frequency: null,
110
+ notification_frequency: null,
111
+ admin_notification_frequency: null,
112
+ last_tenant_notification_sent_date: null,
113
+ last_reply_notification_sent_date: null,
99
114
  ignored_add_to_my_site_messages: null,
100
115
  last_login_date: null,
101
116
  display_label: null,
@@ -112,7 +127,8 @@ instance = FastCommentsClient::User.new(
112
127
  country_code: null,
113
128
  country_flag: null,
114
129
  social_links: null,
115
- has_two_factor: null
130
+ has_two_factor: null,
131
+ is_email_suppressed: null
116
132
  )
117
133
  ```
118
134
 
@@ -22,6 +22,7 @@
22
22
  | **displayed_on_comments** | **Boolean** | | |
23
23
  | **received_at** | **Time** | | |
24
24
  | **order** | **Integer** | | [optional] |
25
+ | **url_id** | **String** | | [optional] |
25
26
 
26
27
  ## Example
27
28
 
@@ -46,7 +47,8 @@ instance = FastCommentsClient::UserBadge.new(
46
47
  veteran_user_threshold_millis: null,
47
48
  displayed_on_comments: null,
48
49
  received_at: null,
49
- order: null
50
+ order: null,
51
+ url_id: null
50
52
  )
51
53
  ```
52
54
 
@@ -12,6 +12,7 @@
12
12
  | **auto_trust_factor** | **Float** | | [optional] |
13
13
  | **manual_trust_factor** | **Float** | | [optional] |
14
14
  | **progress** | **Hash<String, Float>** | Construct a type with a set of properties K of type T | |
15
+ | **tos_accepted_at** | **Time** | | [optional] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = FastCommentsClient::UserBadgeProgress.new(
26
27
  first_comment_date: null,
27
28
  auto_trust_factor: null,
28
29
  manual_trust_factor: null,
29
- progress: null
30
+ progress: null,
31
+ tos_accepted_at: null
30
32
  )
31
33
  ```
32
34
 
@@ -0,0 +1,15 @@
1
+ # FastCommentsClient::UserSearchSection
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'fastcomments-client'
12
+
13
+ instance = FastCommentsClient::UserSearchSection.new()
14
+ ```
15
+
@@ -0,0 +1,20 @@
1
+ # FastCommentsClient::UserSearchSectionResult
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **section** | [**UserSearchSection**](UserSearchSection.md) | | |
8
+ | **users** | [**Array<UserSearchResult>**](UserSearchResult.md) | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fastcomments-client'
14
+
15
+ instance = FastCommentsClient::UserSearchSectionResult.new(
16
+ section: null,
17
+ users: null
18
+ )
19
+ ```
20
+
@@ -14,6 +14,7 @@
14
14
  | **group_ids** | **Array<String>** | | [optional] |
15
15
  | **has_blocked_users** | **Boolean** | | [optional] |
16
16
  | **is_anon_session** | **Boolean** | | [optional] |
17
+ | **needs_tos** | **Boolean** | | [optional] |
17
18
  | **session_id** | **String** | | [optional] |
18
19
  | **username** | **String** | | [optional] |
19
20
  | **website_url** | **String** | | [optional] |
@@ -34,6 +35,7 @@ instance = FastCommentsClient::UserSessionInfo.new(
34
35
  group_ids: null,
35
36
  has_blocked_users: null,
36
37
  is_anon_session: null,
38
+ needs_tos: null,
37
39
  session_id: null,
38
40
  username: null,
39
41
  website_url: null