Skip to content

Commit 01b7530

Browse files
committed
Bump version to 1.1.0
1 parent 6083b6d commit 01b7530

369 files changed

Lines changed: 141015 additions & 6401 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 357 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 181 additions & 0 deletions
Large diffs are not rendered by default.

docs/Api/DefaultApi.md

Lines changed: 4395 additions & 373 deletions
Large diffs are not rendered by default.

docs/Api/PublicApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ try {
16081608
| ------------- | ------------- | ------------- | ------------- |
16091609
| **tenant_id** | **string**| | |
16101610
| **url_id** | **string**| | |
1611-
| **username_starts_with** | **string**| | |
1611+
| **username_starts_with** | **string**| | [optional] |
16121612
| **mention_group_ids** | [**string[]**](../Model/string.md)| | [optional] |
16131613
| **sso** | **string**| | [optional] |
16141614

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# # APIDomainConfiguration
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | |
8+
**domain** | **string** | |
9+
**email_from_name** | **string** | | [optional]
10+
**email_from_email** | **string** | | [optional]
11+
**email_headers** | **array<string,string>** | Construct a type with a set of properties K of type T | [optional]
12+
**wp_sync_token** | **string** | | [optional]
13+
**wp_synced** | **bool** | | [optional]
14+
**wp_url** | **string** | | [optional]
15+
**created_at** | **\DateTime** | |
16+
**auto_added_date** | **\DateTime** | | [optional]
17+
**site_type** | [**\FastComments\Client\Model\ImportedSiteType**](ImportedSiteType.md) | | [optional]
18+
**logo_src** | **string** | | [optional]
19+
**logo_src100px** | **string** | | [optional]
20+
**footer_unsubscribe_url** | **string** | | [optional]
21+
**disable_unsubscribe_links** | **bool** | | [optional]
22+
23+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/APITenant.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# # APITenant
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | |
8+
**name** | **string** | |
9+
**email** | **string** | | [optional]
10+
**sign_up_date** | **float** | |
11+
**package_id** | **string** | |
12+
**payment_frequency** | **float** | |
13+
**billing_info_valid** | **bool** | |
14+
**billing_handled_externally** | **bool** | | [optional]
15+
**created_by** | **string** | |
16+
**is_setup** | **bool** | |
17+
**domain_configuration** | [**\FastComments\Client\Model\APIDomainConfiguration[]**](APIDomainConfiguration.md) | |
18+
**billing_info** | [**\FastComments\Client\Model\BillingInfo**](BillingInfo.md) | | [optional]
19+
**stripe_customer_id** | **string** | | [optional]
20+
**stripe_subscription_id** | **string** | | [optional]
21+
**stripe_plan_id** | **string** | | [optional]
22+
**enable_profanity_filter** | **bool** | |
23+
**enable_spam_filter** | **bool** | |
24+
**last_billing_issue_reminder_date** | **\DateTime** | | [optional]
25+
**remove_unverified_comments** | **bool** | | [optional]
26+
**unverified_comments_tt_lms** | **float** | | [optional]
27+
**comments_require_approval** | **bool** | | [optional]
28+
**auto_approve_comment_on_verification** | **bool** | | [optional]
29+
**send_profane_to_spam** | **bool** | | [optional]
30+
**has_flex_pricing** | **bool** | | [optional]
31+
**has_auditing** | **bool** | | [optional]
32+
**flex_last_billed_amount** | **float** | | [optional]
33+
**de_anon_ip_addr** | **float** | | [optional]
34+
**meta** | **array<string,string>** | Construct a type with a set of properties K of type T | [optional]
35+
36+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/APITenantDailyUsage.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# # APITenantDailyUsage
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | |
8+
**tenant_id** | **string** | |
9+
**year_number** | **float** | |
10+
**month_number** | **float** | |
11+
**day_number** | **float** | |
12+
**comment_fetch_count** | **float** | |
13+
**comment_create_count** | **float** | |
14+
**conversation_create_count** | **float** | |
15+
**vote_count** | **float** | |
16+
**account_created_count** | **float** | |
17+
**user_mention_search** | **float** | |
18+
**hash_tag_search** | **float** | |
19+
**gif_search_trending** | **float** | |
20+
**gif_search** | **float** | |
21+
**api_credits_used** | **float** | |
22+
**created_at** | **\DateTime** | |
23+
**billed** | **bool** | |
24+
**ignored** | **bool** | |
25+
**api_error_count** | **float** | |
26+
27+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# # AddHashTag200Response
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**\FastComments\Client\Model\APIStatus**](APIStatus.md) | |
8+
**hash_tag** | [**\FastComments\Client\Model\TenantHashTag**](TenantHashTag.md) | |
9+
**reason** | **string** | |
10+
**code** | **string** | |
11+
**secondary_code** | **string** | | [optional]
12+
**banned_until** | **int** | | [optional]
13+
**max_character_length** | **int** | | [optional]
14+
**translated_error** | **string** | | [optional]
15+
**custom_config** | [**\FastComments\Client\Model\CustomConfigParameters**](CustomConfigParameters.md) | | [optional]
16+
17+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# # AddHashTagsBulk200Response
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**\FastComments\Client\Model\APIStatus**](APIStatus.md) | |
8+
**results** | [**\FastComments\Client\Model\AddHashTag200Response[]**](AddHashTag200Response.md) | |
9+
**reason** | **string** | |
10+
**code** | **string** | |
11+
**secondary_code** | **string** | | [optional]
12+
**banned_until** | **int** | | [optional]
13+
**max_character_length** | **int** | | [optional]
14+
**translated_error** | **string** | | [optional]
15+
**custom_config** | [**\FastComments\Client\Model\CustomConfigParameters**](CustomConfigParameters.md) | | [optional]
16+
17+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/BillingInfo.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# # BillingInfo
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **string** | |
8+
**address** | **string** | |
9+
**city** | **string** | |
10+
**state** | **string** | |
11+
**zip** | **string** | |
12+
**country** | **string** | |
13+
**currency** | **string** | Currency for invoices. | [optional]
14+
**email** | **string** | Email for invoices. | [optional]
15+
16+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

0 commit comments

Comments
 (0)