Skip to content

Commit 28de378

Browse files
github-actions[bot]VRCCatRexios80
authored
[CI] Regenerated from spec (#30)
* Regenerated from spec * bump --------- Co-authored-by: VRCCat <91346271+VRCCat@users.noreply.github.com> Co-authored-by: Rexios <rexios@rexios.dev>
1 parent 270e016 commit 28de378

43 files changed

Lines changed: 1184 additions & 35 deletions

Some content is hidden

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

vrchat_dart_generated/.openapi-generator/FILES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.gitignore
22
README.md
33
doc/APIConfig.md
4+
doc/APIConfigAccessLogsUrls.md
45
doc/APIConfigAnnouncement.md
56
doc/APIConfigAvatarPerfLimiter.md
67
doc/APIConfigConstants.md
@@ -16,6 +17,11 @@ doc/APIConfigEvents.md
1617
doc/APIConfigMinSupportedClientBuildNumber.md
1718
doc/APIConfigOfflineAnalysis.md
1819
doc/APIConfigReportCategories.md
20+
doc/APIConfigReportOptions.md
21+
doc/APIConfigReportOptionsAvatar.md
22+
doc/APIConfigReportOptionsGroup.md
23+
doc/APIConfigReportOptionsUser.md
24+
doc/APIConfigReportOptionsWorld.md
1925
doc/APIConfigReportReasons.md
2026
doc/APIHealth.md
2127
doc/AccountDeletionLog.md
@@ -42,6 +48,7 @@ doc/CreateGroupRoleRequest.md
4248
doc/CreateInstanceRequest.md
4349
doc/CreateWorldRequest.md
4450
doc/CurrentUser.md
51+
doc/CurrentUserPlatformHistoryInner.md
4552
doc/CurrentUserPresence.md
4653
doc/DeploymentGroup.md
4754
doc/DeveloperType.md
@@ -227,6 +234,7 @@ lib/src/model/add_favorite_request.dart
227234
lib/src/model/add_group_gallery_image_request.dart
228235
lib/src/model/age_verification_status.dart
229236
lib/src/model/api_config.dart
237+
lib/src/model/api_config_access_logs_urls.dart
230238
lib/src/model/api_config_announcement.dart
231239
lib/src/model/api_config_avatar_perf_limiter.dart
232240
lib/src/model/api_config_constants.dart
@@ -242,6 +250,11 @@ lib/src/model/api_config_events.dart
242250
lib/src/model/api_config_min_supported_client_build_number.dart
243251
lib/src/model/api_config_offline_analysis.dart
244252
lib/src/model/api_config_report_categories.dart
253+
lib/src/model/api_config_report_options.dart
254+
lib/src/model/api_config_report_options_avatar.dart
255+
lib/src/model/api_config_report_options_group.dart
256+
lib/src/model/api_config_report_options_user.dart
257+
lib/src/model/api_config_report_options_world.dart
245258
lib/src/model/api_config_report_reasons.dart
246259
lib/src/model/api_health.dart
247260
lib/src/model/avatar.dart
@@ -262,6 +275,7 @@ lib/src/model/create_group_role_request.dart
262275
lib/src/model/create_instance_request.dart
263276
lib/src/model/create_world_request.dart
264277
lib/src/model/current_user.dart
278+
lib/src/model/current_user_platform_history_inner.dart
265279
lib/src/model/current_user_presence.dart
266280
lib/src/model/deployment_group.dart
267281
lib/src/model/developer_type.dart
@@ -410,6 +424,7 @@ test/account_deletion_log_test.dart
410424
test/add_favorite_request_test.dart
411425
test/add_group_gallery_image_request_test.dart
412426
test/age_verification_status_test.dart
427+
test/api_config_access_logs_urls_test.dart
413428
test/api_config_announcement_test.dart
414429
test/api_config_avatar_perf_limiter_test.dart
415430
test/api_config_constants_groups_test.dart
@@ -425,6 +440,11 @@ test/api_config_events_test.dart
425440
test/api_config_min_supported_client_build_number_test.dart
426441
test/api_config_offline_analysis_test.dart
427442
test/api_config_report_categories_test.dart
443+
test/api_config_report_options_avatar_test.dart
444+
test/api_config_report_options_group_test.dart
445+
test/api_config_report_options_test.dart
446+
test/api_config_report_options_user_test.dart
447+
test/api_config_report_options_world_test.dart
428448
test/api_config_report_reasons_test.dart
429449
test/api_config_test.dart
430450
test/api_health_test.dart
@@ -447,6 +467,7 @@ test/create_group_request_test.dart
447467
test/create_group_role_request_test.dart
448468
test/create_instance_request_test.dart
449469
test/create_world_request_test.dart
470+
test/current_user_platform_history_inner_test.dart
450471
test/current_user_presence_test.dart
451472
test/current_user_test.dart
452473
test/deployment_group_test.dart

vrchat_dart_generated/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.19.1
2+
- Updated to match spec
3+
14
## 1.19.0
25
- Updated to match spec
36

vrchat_dart_generated/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ commit-access to the project. It also means we are very open and welcoming of ne
8282

8383
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8484

85-
- API version: 1.19.0
85+
- API version: 1.19.1
8686
- Generator version: 7.11.0
8787
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen
8888
For more information, please visit [https://github.com/VRChatAPI](https://github.com/VRChatAPI)
@@ -311,6 +311,7 @@ Class | Method | HTTP request | Description
311311
## Documentation For Models
312312

313313
- [APIConfig](doc/APIConfig.md)
314+
- [APIConfigAccessLogsUrls](doc/APIConfigAccessLogsUrls.md)
314315
- [APIConfigAnnouncement](doc/APIConfigAnnouncement.md)
315316
- [APIConfigAvatarPerfLimiter](doc/APIConfigAvatarPerfLimiter.md)
316317
- [APIConfigConstants](doc/APIConfigConstants.md)
@@ -326,6 +327,11 @@ Class | Method | HTTP request | Description
326327
- [APIConfigMinSupportedClientBuildNumber](doc/APIConfigMinSupportedClientBuildNumber.md)
327328
- [APIConfigOfflineAnalysis](doc/APIConfigOfflineAnalysis.md)
328329
- [APIConfigReportCategories](doc/APIConfigReportCategories.md)
330+
- [APIConfigReportOptions](doc/APIConfigReportOptions.md)
331+
- [APIConfigReportOptionsAvatar](doc/APIConfigReportOptionsAvatar.md)
332+
- [APIConfigReportOptionsGroup](doc/APIConfigReportOptionsGroup.md)
333+
- [APIConfigReportOptionsUser](doc/APIConfigReportOptionsUser.md)
334+
- [APIConfigReportOptionsWorld](doc/APIConfigReportOptionsWorld.md)
329335
- [APIConfigReportReasons](doc/APIConfigReportReasons.md)
330336
- [APIHealth](doc/APIHealth.md)
331337
- [AccountDeletionLog](doc/AccountDeletionLog.md)
@@ -350,6 +356,7 @@ Class | Method | HTTP request | Description
350356
- [CreateInstanceRequest](doc/CreateInstanceRequest.md)
351357
- [CreateWorldRequest](doc/CreateWorldRequest.md)
352358
- [CurrentUser](doc/CurrentUser.md)
359+
- [CurrentUserPlatformHistoryInner](doc/CurrentUserPlatformHistoryInner.md)
353360
- [CurrentUserPresence](doc/CurrentUserPresence.md)
354361
- [DeploymentGroup](doc/DeploymentGroup.md)
355362
- [DeveloperType](doc/DeveloperType.md)

vrchat_dart_generated/doc/APIConfig.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**voiceEnableDegradation** | **bool** | Unknown, probably voice optimization testing | [default to false]
1212
**voiceEnableReceiverLimiting** | **bool** | Unknown, probably voice optimization testing | [default to true]
13+
**accessLogsUrls** | [**APIConfigAccessLogsUrls**](APIConfigAccessLogsUrls.md) | |
1314
**address** | **String** | VRChat's office address |
15+
**ageVerificationInviteVisible** | **bool** | |
1416
**ageVerificationP** | **bool** | |
1517
**ageVerificationStatusVisible** | **bool** | |
18+
**analysisMaxRetries** | **int** | Max retries for avatar analysis requests |
19+
**analysisRetryInterval** | **int** | Interval between retries for avatar analysis requests |
1620
**announcements** | [**Set&lt;APIConfigAnnouncement&gt;**](APIConfigAnnouncement.md) | Public Announcements |
1721
**analyticsSegmentNewUIPctOfUsers** | **int** | Unknown |
1822
**analyticsSegmentNewUISalt** | **String** | Unknown |
@@ -60,6 +64,7 @@ Name | Type | Description | Notes
6064
**disableEventStream** | **bool** | Toggles if Analytics should be disabled. | [default to false]
6165
**disableFeedbackGating** | **bool** | Toggles if feedback gating should be disabled. Feedback gating restricts submission of feedback (reporting a World or User) to people with the `system_feedback_access` Tag. | [default to false]
6266
**disableFrontendBuilds** | **bool** | Unknown, probably toggles compilation of frontend web builds? So internal flag? | [default to false]
67+
**disableGiftDrops** | **bool** | Toggles if gift drops should be disabled | [default to false]
6368
**disableHello** | **bool** | Unknown | [default to false]
6469
**disableOculusSubs** | **bool** | Toggles if signing up for Subscriptions in Oculus is disabled or not. | [default to false]
6570
**disableRegistration** | **bool** | Toggles if new user account registration should be disabled. | [default to false]
@@ -75,6 +80,7 @@ Name | Type | Description | Notes
7580
**economyState** | **int** | Unknown | [optional] [default to 1]
7681
**events** | [**APIConfigEvents**](APIConfigEvents.md) | |
7782
**forceUseLatestWorld** | **bool** | Unknown | [default to true]
83+
**giftDisplayType** | **String** | Display type of gifts |
7884
**googleApiClientId** | **String** | Unknown | [default to '827942544393-r2ouvckvouldn9dg9uruseje575e878f.apps.googleusercontent.com']
7985
**homeWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
8086
**homepageRedirectTarget** | **String** | Redirect target if you try to open the base API domain in your browser | [default to 'https://hello.vrchat.com']
@@ -90,8 +96,9 @@ Name | Type | Description | Notes
9096
**photonPublicKeys** | **List&lt;String&gt;** | Unknown |
9197
**reportCategories** | [**APIConfigReportCategories**](APIConfigReportCategories.md) | |
9298
**reportFormUrl** | **String** | URL to the report form | [default to 'https://help.vrchat.com/hc/en-us/requests/new?ticket_form_id=1500000182242&tf_360056455174=user_report&tf_360057451993={userId}&tf_1500001445142={reportedId}&tf_subject={reason} {category} By {contentType} {reportedName}&tf_description={description}']
93-
**reportOptions** | **Object** | Options for reporting content |
99+
**reportOptions** | [**APIConfigReportOptions**](APIConfigReportOptions.md) | |
94100
**reportReasons** | [**APIConfigReportReasons**](APIConfigReportReasons.md) | |
101+
**requireAgeVerificationBetaTag** | **bool** | |
95102
**sdkDeveloperFaqUrl** | **String** | Link to the developer FAQ |
96103
**sdkDiscordUrl** | **String** | Link to the official VRChat Discord |
97104
**sdkNotAllowedToPublishMessage** | **String** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# vrchat_dart_generated.model.APIConfigAccessLogsUrls
2+
3+
## Load the model package
4+
```dart
5+
import 'package:vrchat_dart_generated/api.dart';
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**default_** | **String** | | [optional]
12+
**pico** | **String** | | [optional]
13+
**quest** | **String** | | [optional]
14+
**xRElite** | **String** | | [optional]
15+
16+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# vrchat_dart_generated.model.APIConfigReportOptions
2+
3+
## Load the model package
4+
```dart
5+
import 'package:vrchat_dart_generated/api.dart';
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**avatar** | [**APIConfigReportOptionsAvatar**](APIConfigReportOptionsAvatar.md) | | [optional]
12+
**group** | [**APIConfigReportOptionsGroup**](APIConfigReportOptionsGroup.md) | | [optional]
13+
**user** | [**APIConfigReportOptionsUser**](APIConfigReportOptionsUser.md) | | [optional]
14+
**world** | [**APIConfigReportOptionsWorld**](APIConfigReportOptionsWorld.md) | | [optional]
15+
16+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
17+
18+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# vrchat_dart_generated.model.APIConfigReportOptionsAvatar
2+
3+
## Load the model package
4+
```dart
5+
import 'package:vrchat_dart_generated/api.dart';
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**avatar** | **List&lt;String&gt;** | | [optional]
12+
**warnings** | **List&lt;String&gt;** | | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# vrchat_dart_generated.model.APIConfigReportOptionsGroup
2+
3+
## Load the model package
4+
```dart
5+
import 'package:vrchat_dart_generated/api.dart';
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**groupstore** | **List&lt;String&gt;** | | [optional]
12+
**image** | **List&lt;String&gt;** | | [optional]
13+
**text** | **List&lt;String&gt;** | | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# vrchat_dart_generated.model.APIConfigReportOptionsUser
2+
3+
## Load the model package
4+
```dart
5+
import 'package:vrchat_dart_generated/api.dart';
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**behavior** | **List&lt;String&gt;** | | [optional]
12+
**chat** | **List&lt;String&gt;** | | [optional]
13+
**emoji** | **List&lt;String&gt;** | | [optional]
14+
**image** | **List&lt;String&gt;** | | [optional]
15+
**sticker** | **List&lt;String&gt;** | | [optional]
16+
**text** | **List&lt;String&gt;** | | [optional]
17+
18+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
19+
20+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# vrchat_dart_generated.model.APIConfigReportOptionsWorld
2+
3+
## Load the model package
4+
```dart
5+
import 'package:vrchat_dart_generated/api.dart';
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**environment** | **List&lt;String&gt;** | | [optional]
12+
**text** | **List&lt;String&gt;** | | [optional]
13+
**warnings** | **List&lt;String&gt;** | | [optional]
14+
**worldimage** | **List&lt;String&gt;** | | [optional]
15+
**worldstore** | **List&lt;String&gt;** | | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

0 commit comments

Comments
 (0)