Skip to content

Commit

Permalink
[CI] Regenerated from spec (#30)
Browse files Browse the repository at this point in the history
* Regenerated from spec

* bump

---------

Co-authored-by: VRCCat <[email protected]>
Co-authored-by: Rexios <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2025
1 parent 270e016 commit 28de378
Show file tree
Hide file tree
Showing 43 changed files with 1,184 additions and 35 deletions.
21 changes: 21 additions & 0 deletions vrchat_dart_generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.gitignore
README.md
doc/APIConfig.md
doc/APIConfigAccessLogsUrls.md
doc/APIConfigAnnouncement.md
doc/APIConfigAvatarPerfLimiter.md
doc/APIConfigConstants.md
Expand All @@ -16,6 +17,11 @@ doc/APIConfigEvents.md
doc/APIConfigMinSupportedClientBuildNumber.md
doc/APIConfigOfflineAnalysis.md
doc/APIConfigReportCategories.md
doc/APIConfigReportOptions.md
doc/APIConfigReportOptionsAvatar.md
doc/APIConfigReportOptionsGroup.md
doc/APIConfigReportOptionsUser.md
doc/APIConfigReportOptionsWorld.md
doc/APIConfigReportReasons.md
doc/APIHealth.md
doc/AccountDeletionLog.md
Expand All @@ -42,6 +48,7 @@ doc/CreateGroupRoleRequest.md
doc/CreateInstanceRequest.md
doc/CreateWorldRequest.md
doc/CurrentUser.md
doc/CurrentUserPlatformHistoryInner.md
doc/CurrentUserPresence.md
doc/DeploymentGroup.md
doc/DeveloperType.md
Expand Down Expand Up @@ -227,6 +234,7 @@ lib/src/model/add_favorite_request.dart
lib/src/model/add_group_gallery_image_request.dart
lib/src/model/age_verification_status.dart
lib/src/model/api_config.dart
lib/src/model/api_config_access_logs_urls.dart
lib/src/model/api_config_announcement.dart
lib/src/model/api_config_avatar_perf_limiter.dart
lib/src/model/api_config_constants.dart
Expand All @@ -242,6 +250,11 @@ lib/src/model/api_config_events.dart
lib/src/model/api_config_min_supported_client_build_number.dart
lib/src/model/api_config_offline_analysis.dart
lib/src/model/api_config_report_categories.dart
lib/src/model/api_config_report_options.dart
lib/src/model/api_config_report_options_avatar.dart
lib/src/model/api_config_report_options_group.dart
lib/src/model/api_config_report_options_user.dart
lib/src/model/api_config_report_options_world.dart
lib/src/model/api_config_report_reasons.dart
lib/src/model/api_health.dart
lib/src/model/avatar.dart
Expand All @@ -262,6 +275,7 @@ lib/src/model/create_group_role_request.dart
lib/src/model/create_instance_request.dart
lib/src/model/create_world_request.dart
lib/src/model/current_user.dart
lib/src/model/current_user_platform_history_inner.dart
lib/src/model/current_user_presence.dart
lib/src/model/deployment_group.dart
lib/src/model/developer_type.dart
Expand Down Expand Up @@ -410,6 +424,7 @@ test/account_deletion_log_test.dart
test/add_favorite_request_test.dart
test/add_group_gallery_image_request_test.dart
test/age_verification_status_test.dart
test/api_config_access_logs_urls_test.dart
test/api_config_announcement_test.dart
test/api_config_avatar_perf_limiter_test.dart
test/api_config_constants_groups_test.dart
Expand All @@ -425,6 +440,11 @@ test/api_config_events_test.dart
test/api_config_min_supported_client_build_number_test.dart
test/api_config_offline_analysis_test.dart
test/api_config_report_categories_test.dart
test/api_config_report_options_avatar_test.dart
test/api_config_report_options_group_test.dart
test/api_config_report_options_test.dart
test/api_config_report_options_user_test.dart
test/api_config_report_options_world_test.dart
test/api_config_report_reasons_test.dart
test/api_config_test.dart
test/api_health_test.dart
Expand All @@ -447,6 +467,7 @@ test/create_group_request_test.dart
test/create_group_role_request_test.dart
test/create_instance_request_test.dart
test/create_world_request_test.dart
test/current_user_platform_history_inner_test.dart
test/current_user_presence_test.dart
test/current_user_test.dart
test/deployment_group_test.dart
Expand Down
3 changes: 3 additions & 0 deletions vrchat_dart_generated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.19.1
- Updated to match spec

## 1.19.0
- Updated to match spec

Expand Down
9 changes: 8 additions & 1 deletion vrchat_dart_generated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ commit-access to the project. It also means we are very open and welcoming of ne

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

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

- [APIConfig](doc/APIConfig.md)
- [APIConfigAccessLogsUrls](doc/APIConfigAccessLogsUrls.md)
- [APIConfigAnnouncement](doc/APIConfigAnnouncement.md)
- [APIConfigAvatarPerfLimiter](doc/APIConfigAvatarPerfLimiter.md)
- [APIConfigConstants](doc/APIConfigConstants.md)
Expand All @@ -326,6 +327,11 @@ Class | Method | HTTP request | Description
- [APIConfigMinSupportedClientBuildNumber](doc/APIConfigMinSupportedClientBuildNumber.md)
- [APIConfigOfflineAnalysis](doc/APIConfigOfflineAnalysis.md)
- [APIConfigReportCategories](doc/APIConfigReportCategories.md)
- [APIConfigReportOptions](doc/APIConfigReportOptions.md)
- [APIConfigReportOptionsAvatar](doc/APIConfigReportOptionsAvatar.md)
- [APIConfigReportOptionsGroup](doc/APIConfigReportOptionsGroup.md)
- [APIConfigReportOptionsUser](doc/APIConfigReportOptionsUser.md)
- [APIConfigReportOptionsWorld](doc/APIConfigReportOptionsWorld.md)
- [APIConfigReportReasons](doc/APIConfigReportReasons.md)
- [APIHealth](doc/APIHealth.md)
- [AccountDeletionLog](doc/AccountDeletionLog.md)
Expand All @@ -350,6 +356,7 @@ Class | Method | HTTP request | Description
- [CreateInstanceRequest](doc/CreateInstanceRequest.md)
- [CreateWorldRequest](doc/CreateWorldRequest.md)
- [CurrentUser](doc/CurrentUser.md)
- [CurrentUserPlatformHistoryInner](doc/CurrentUserPlatformHistoryInner.md)
- [CurrentUserPresence](doc/CurrentUserPresence.md)
- [DeploymentGroup](doc/DeploymentGroup.md)
- [DeveloperType](doc/DeveloperType.md)
Expand Down
9 changes: 8 additions & 1 deletion vrchat_dart_generated/doc/APIConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**voiceEnableDegradation** | **bool** | Unknown, probably voice optimization testing | [default to false]
**voiceEnableReceiverLimiting** | **bool** | Unknown, probably voice optimization testing | [default to true]
**accessLogsUrls** | [**APIConfigAccessLogsUrls**](APIConfigAccessLogsUrls.md) | |
**address** | **String** | VRChat's office address |
**ageVerificationInviteVisible** | **bool** | |
**ageVerificationP** | **bool** | |
**ageVerificationStatusVisible** | **bool** | |
**analysisMaxRetries** | **int** | Max retries for avatar analysis requests |
**analysisRetryInterval** | **int** | Interval between retries for avatar analysis requests |
**announcements** | [**Set&lt;APIConfigAnnouncement&gt;**](APIConfigAnnouncement.md) | Public Announcements |
**analyticsSegmentNewUIPctOfUsers** | **int** | Unknown |
**analyticsSegmentNewUISalt** | **String** | Unknown |
Expand Down Expand Up @@ -60,6 +64,7 @@ Name | Type | Description | Notes
**disableEventStream** | **bool** | Toggles if Analytics should be disabled. | [default to false]
**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]
**disableFrontendBuilds** | **bool** | Unknown, probably toggles compilation of frontend web builds? So internal flag? | [default to false]
**disableGiftDrops** | **bool** | Toggles if gift drops should be disabled | [default to false]
**disableHello** | **bool** | Unknown | [default to false]
**disableOculusSubs** | **bool** | Toggles if signing up for Subscriptions in Oculus is disabled or not. | [default to false]
**disableRegistration** | **bool** | Toggles if new user account registration should be disabled. | [default to false]
Expand All @@ -75,6 +80,7 @@ Name | Type | Description | Notes
**economyState** | **int** | Unknown | [optional] [default to 1]
**events** | [**APIConfigEvents**](APIConfigEvents.md) | |
**forceUseLatestWorld** | **bool** | Unknown | [default to true]
**giftDisplayType** | **String** | Display type of gifts |
**googleApiClientId** | **String** | Unknown | [default to '827942544393-r2ouvckvouldn9dg9uruseje575e878f.apps.googleusercontent.com']
**homeWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
**homepageRedirectTarget** | **String** | Redirect target if you try to open the base API domain in your browser | [default to 'https://hello.vrchat.com']
Expand All @@ -90,8 +96,9 @@ Name | Type | Description | Notes
**photonPublicKeys** | **List&lt;String&gt;** | Unknown |
**reportCategories** | [**APIConfigReportCategories**](APIConfigReportCategories.md) | |
**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}']
**reportOptions** | **Object** | Options for reporting content |
**reportOptions** | [**APIConfigReportOptions**](APIConfigReportOptions.md) | |
**reportReasons** | [**APIConfigReportReasons**](APIConfigReportReasons.md) | |
**requireAgeVerificationBetaTag** | **bool** | |
**sdkDeveloperFaqUrl** | **String** | Link to the developer FAQ |
**sdkDiscordUrl** | **String** | Link to the official VRChat Discord |
**sdkNotAllowedToPublishMessage** | **String** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet |
Expand Down
18 changes: 18 additions & 0 deletions vrchat_dart_generated/doc/APIConfigAccessLogsUrls.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# vrchat_dart_generated.model.APIConfigAccessLogsUrls

## Load the model package
```dart
import 'package:vrchat_dart_generated/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default_** | **String** | | [optional]
**pico** | **String** | | [optional]
**quest** | **String** | | [optional]
**xRElite** | **String** | | [optional]

[[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 changes: 18 additions & 0 deletions vrchat_dart_generated/doc/APIConfigReportOptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# vrchat_dart_generated.model.APIConfigReportOptions

## Load the model package
```dart
import 'package:vrchat_dart_generated/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avatar** | [**APIConfigReportOptionsAvatar**](APIConfigReportOptionsAvatar.md) | | [optional]
**group** | [**APIConfigReportOptionsGroup**](APIConfigReportOptionsGroup.md) | | [optional]
**user** | [**APIConfigReportOptionsUser**](APIConfigReportOptionsUser.md) | | [optional]
**world** | [**APIConfigReportOptionsWorld**](APIConfigReportOptionsWorld.md) | | [optional]

[[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 changes: 16 additions & 0 deletions vrchat_dart_generated/doc/APIConfigReportOptionsAvatar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# vrchat_dart_generated.model.APIConfigReportOptionsAvatar

## Load the model package
```dart
import 'package:vrchat_dart_generated/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avatar** | **List&lt;String&gt;** | | [optional]
**warnings** | **List&lt;String&gt;** | | [optional]

[[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 changes: 17 additions & 0 deletions vrchat_dart_generated/doc/APIConfigReportOptionsGroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# vrchat_dart_generated.model.APIConfigReportOptionsGroup

## Load the model package
```dart
import 'package:vrchat_dart_generated/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**groupstore** | **List&lt;String&gt;** | | [optional]
**image** | **List&lt;String&gt;** | | [optional]
**text** | **List&lt;String&gt;** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


20 changes: 20 additions & 0 deletions vrchat_dart_generated/doc/APIConfigReportOptionsUser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# vrchat_dart_generated.model.APIConfigReportOptionsUser

## Load the model package
```dart
import 'package:vrchat_dart_generated/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**behavior** | **List&lt;String&gt;** | | [optional]
**chat** | **List&lt;String&gt;** | | [optional]
**emoji** | **List&lt;String&gt;** | | [optional]
**image** | **List&lt;String&gt;** | | [optional]
**sticker** | **List&lt;String&gt;** | | [optional]
**text** | **List&lt;String&gt;** | | [optional]

[[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 changes: 19 additions & 0 deletions vrchat_dart_generated/doc/APIConfigReportOptionsWorld.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# vrchat_dart_generated.model.APIConfigReportOptionsWorld

## Load the model package
```dart
import 'package:vrchat_dart_generated/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**environment** | **List&lt;String&gt;** | | [optional]
**text** | **List&lt;String&gt;** | | [optional]
**warnings** | **List&lt;String&gt;** | | [optional]
**worldimage** | **List&lt;String&gt;** | | [optional]
**worldstore** | **List&lt;String&gt;** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


3 changes: 2 additions & 1 deletion vrchat_dart_generated/doc/CurrentUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description | Notes
**accountDeletionLog** | [**List&lt;AccountDeletionLog&gt;**](AccountDeletionLog.md) | | [optional]
**activeFriends** | **List&lt;String&gt;** | | [optional]
**ageVerificationStatus** | [**AgeVerificationStatus**](AgeVerificationStatus.md) | |
**ageVerified** | **bool** | |
**ageVerified** | **bool** | `true` if, user is age verified (not 18+). |
**allowAvatarCopying** | **bool** | |
**badges** | [**List&lt;Badge&gt;**](Badge.md) | | [optional]
**bio** | **String** | |
Expand Down Expand Up @@ -59,6 +59,7 @@ Name | Type | Description | Notes
**onlineFriends** | **List&lt;String&gt;** | | [optional]
**pastDisplayNames** | [**List&lt;PastDisplayName&gt;**](PastDisplayName.md) | |
**presence** | [**CurrentUserPresence**](CurrentUserPresence.md) | | [optional]
**platformHistory** | [**List&lt;CurrentUserPlatformHistoryInner&gt;**](CurrentUserPlatformHistoryInner.md) | | [optional]
**profilePicOverride** | **String** | |
**profilePicOverrideThumbnail** | **String** | |
**pronouns** | **String** | |
Expand Down
17 changes: 17 additions & 0 deletions vrchat_dart_generated/doc/CurrentUserPlatformHistoryInner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# vrchat_dart_generated.model.CurrentUserPlatformHistoryInner

## Load the model package
```dart
import 'package:vrchat_dart_generated/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isMobile** | **bool** | | [optional]
**platform** | **String** | | [optional]
**recorded** | [**DateTime**](DateTime.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 0 additions & 1 deletion vrchat_dart_generated/doc/PerformanceLimiterInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'package:vrchat_dart_generated/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed** | **bool** | |
**maxSeats** | **int** | Maximum amount of seats. -1 means no limit. |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion vrchat_dart_generated/doc/PlatformBuildInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:vrchat_dart_generated/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**minBuildNumber** | **int** | Minimum build number required for the platform |
**redirectionAddress** | **String** | Redirection URL for updating the app |
**redirectionAddress** | **String** | Redirection URL for updating the app | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions vrchat_dart_generated/doc/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import 'package:vrchat_dart_generated/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ageVerificationStatus** | [**AgeVerificationStatus**](AgeVerificationStatus.md) | |
**ageVerified** | **bool** | `true` if, user is age verified (not 18+). |
**allowAvatarCopying** | **bool** | | [default to true]
**badges** | [**List&lt;Badge&gt;**](Badge.md) | | [optional]
**bio** | **String** | |
Expand Down
Loading

0 comments on commit 28de378

Please sign in to comment.