Skip to content

Commit 658decb

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feature/add-stream-functionality
2 parents c1c27c6 + 926c988 commit 658decb

File tree

655 files changed

+35843
-19788
lines changed

Some content is hidden

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

655 files changed

+35843
-19788
lines changed

README.md

Lines changed: 127 additions & 103 deletions
Large diffs are not rendered by default.

docs/AddBookmarkRequest.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/AddOrDeleteRulesRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
## Properties
77

8-
Name | Type | Description | Notes
9-
------------ | ------------- | ------------- | -------------
10-
**add** | [**List<RuleNoId>**](RuleNoId.md) | |
11-
**delete** | [**DeleteRulesRequestDelete**](DeleteRulesRequestDelete.md) | |
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**add** | [**List<RuleNoId>**](RuleNoId.md) | | |
11+
|**delete** | [**DeleteRulesRequestDelete**](DeleteRulesRequestDelete.md) | | |
1212

1313

1414

docs/AddOrDeleteRulesResponse.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A response from modifying user-specified stream filtering rules.
66

77
## Properties
88

9-
Name | Type | Description | Notes
10-
------------ | ------------- | ------------- | -------------
11-
**data** | [**List<Rule>**](Rule.md) | All user-specified stream filtering rules that were created. | [optional]
12-
**meta** | [**RulesResponseMetadata**](RulesResponseMetadata.md) | |
13-
**errors** | [**List<Problem>**](Problem.md) | | [optional]
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**data** | [**List<Rule>**](Rule.md) | All user-specified stream filtering rules that were created. | [optional] |
12+
|**errors** | [**List<Problem>**](Problem.md) | | [optional] |
13+
|**meta** | [**RulesResponseMetadata**](RulesResponseMetadata.md) | | |
1414

1515

1616

docs/AddRulesRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ A request to add a user-specified stream filtering rule.
66

77
## Properties
88

9-
Name | Type | Description | Notes
10-
------------ | ------------- | ------------- | -------------
11-
**add** | [**List<RuleNoId>**](RuleNoId.md) | |
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**add** | [**List<RuleNoId>**](RuleNoId.md) | | |
1212

1313

1414

docs/AnimatedGif.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
## Properties
77

8-
Name | Type | Description | Notes
9-
------------ | ------------- | ------------- | -------------
10-
**previewImageUrl** | **URL** | | [optional]
11-
**variants** | [**List<VideoAllOfVariants>**](VideoAllOfVariants.md) | An array of all available variants of the media | [optional]
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**previewImageUrl** | **URL** | | [optional] |
11+
|**variants** | [**List<Variant>**](Variant.md) | An array of all available variants of the media. | [optional] |
1212

1313

1414

docs/AnimatedGifAllOf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
## Properties
77

8-
Name | Type | Description | Notes
9-
------------ | ------------- | ------------- | -------------
10-
**previewImageUrl** | **URL** | | [optional]
11-
**variants** | [**List<VideoAllOfVariants>**](VideoAllOfVariants.md) | An array of all available variants of the media | [optional]
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**previewImageUrl** | **URL** | | [optional] |
11+
|**variants** | [**List<Variant>**](Variant.md) | An array of all available variants of the media. | [optional] |
1212

1313

1414

docs/BlockUserMutationResponse.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# BlockUserMutationResponse
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**data** | [**BlockUserMutationResponseData**](BlockUserMutationResponseData.md) | | [optional] |
11+
|**errors** | [**List<Problem>**](Problem.md) | | [optional] |
12+
13+
14+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# BlockUserMutationResponseData
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**blocking** | **Boolean** | | [optional] |
11+
12+
13+

docs/BlockUserRequest.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# BlockUserRequest
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**targetUserId** | **String** | Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. | |
11+
12+
13+

0 commit comments

Comments
 (0)