Skip to content

Commit 4b8275f

Browse files
committed
Regenerate from spec
1 parent ed376ce commit 4b8275f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

vrchat_dart_generated/doc/CurrentUserPresence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:vrchat_dart_generated/api.dart';
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**avatarThumbnail** | **String** | | [optional]
12-
**currentAvatarTags** | **String** | | [optional]
12+
**currentAvatarTags** | **List<String>** | | [optional]
1313
**displayName** | **String** | | [optional]
1414
**debugflag** | **String** | | [optional]
1515
**groups** | **List<String>** | | [optional]

vrchat_dart_generated/lib/src/model/current_user_presence.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class CurrentUserPresence {
5454
final String? avatarThumbnail;
5555

5656
@JsonKey(name: r'currentAvatarTags', required: false, includeIfNull: false)
57-
final String? currentAvatarTags;
57+
final List<String>? currentAvatarTags;
5858

5959
@JsonKey(name: r'displayName', required: false, includeIfNull: false)
6060
final String? displayName;

vrchat_dart_generated/lib/src/model/current_user_presence.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)