Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vrchat_dart_generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.17.0
7.18.0
4 changes: 2 additions & 2 deletions vrchat_dart_generated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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.20.6
- Generator version: 7.17.0
- Generator version: 7.18.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 @@ -133,7 +133,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = await api.cancelPending2FA();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print("Exception when calling AuthenticationApi->cancelPending2FA: $e\n");
}

Expand Down
40 changes: 20 additions & 20 deletions vrchat_dart_generated/doc/AuthenticationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.cancelPending2FA();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->cancelPending2FA: $e\n');
}
```
Expand Down Expand Up @@ -94,7 +94,7 @@ final String excludeUserId = excludeUserId_example; // String | Exclude by UserI
try {
final response = api.checkUserExists(email, displayName, username, excludeUserId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->checkUserExists: $e\n');
}
```
Expand Down Expand Up @@ -140,7 +140,7 @@ final String verifyEmail = eml_00000000-0000-0000-0000-000000000000; // String |
try {
api.confirmEmail(id, verifyEmail);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->confirmEmail: $e\n');
}
```
Expand Down Expand Up @@ -188,7 +188,7 @@ final CreateAvatarModerationRequest createAvatarModerationRequest = ; // CreateA
try {
final response = api.createGlobalAvatarModeration(createAvatarModerationRequest);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->createGlobalAvatarModeration: $e\n');
}
```
Expand Down Expand Up @@ -236,7 +236,7 @@ final AvatarModerationType avatarModerationType = ; // AvatarModerationType | Th
try {
final response = api.deleteGlobalAvatarModeration(targetAvatarId, avatarModerationType);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->deleteGlobalAvatarModeration: $e\n');
}
```
Expand Down Expand Up @@ -284,7 +284,7 @@ final String userId = userId_example; // String | Must be a valid user ID.
try {
final response = api.deleteUser(userId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->deleteUser: $e\n');
}
```
Expand Down Expand Up @@ -330,7 +330,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.disable2FA();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->disable2FA: $e\n');
}
```
Expand Down Expand Up @@ -373,7 +373,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.enable2FA();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->enable2FA: $e\n');
}
```
Expand Down Expand Up @@ -423,7 +423,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.getCurrentUser();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->getCurrentUser: $e\n');
}
```
Expand Down Expand Up @@ -466,7 +466,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.getGlobalAvatarModerations();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->getGlobalAvatarModerations: $e\n');
}
```
Expand Down Expand Up @@ -509,7 +509,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.getRecoveryCodes();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->getRecoveryCodes: $e\n');
}
```
Expand Down Expand Up @@ -552,7 +552,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.logout();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->logout: $e\n');
}
```
Expand Down Expand Up @@ -592,7 +592,7 @@ final RegisterUserAccountRequest registerUserAccountRequest = ; // RegisterUserA
try {
final response = api.registerUserAccount(registerUserAccountRequest);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->registerUserAccount: $e\n');
}
```
Expand Down Expand Up @@ -638,7 +638,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.resendEmailConfirmation();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->resendEmailConfirmation: $e\n');
}
```
Expand Down Expand Up @@ -682,7 +682,7 @@ final TwoFactorAuthCode twoFactorAuthCode = ; // TwoFactorAuthCode |
try {
final response = api.verify2FA(twoFactorAuthCode);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->verify2FA: $e\n');
}
```
Expand Down Expand Up @@ -729,7 +729,7 @@ final TwoFactorEmailCode twoFactorEmailCode = ; // TwoFactorEmailCode |
try {
final response = api.verify2FAEmailCode(twoFactorEmailCode);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->verify2FAEmailCode: $e\n');
}
```
Expand Down Expand Up @@ -775,7 +775,7 @@ final api = VrchatDartGenerated().getAuthenticationApi();
try {
final response = api.verifyAuthToken();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->verifyAuthToken: $e\n');
}
```
Expand Down Expand Up @@ -815,7 +815,7 @@ final String userId = userId_example; // String | Filter by UserID.
try {
api.verifyLoginPlace(token, userId);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->verifyLoginPlace: $e\n');
}
```
Expand Down Expand Up @@ -863,7 +863,7 @@ final TwoFactorAuthCode twoFactorAuthCode = ; // TwoFactorAuthCode |
try {
final response = api.verifyPending2FA(twoFactorAuthCode);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->verifyPending2FA: $e\n');
}
```
Expand Down Expand Up @@ -910,7 +910,7 @@ final TwoFactorAuthCode twoFactorAuthCode = ; // TwoFactorAuthCode |
try {
final response = api.verifyRecoveryCode(twoFactorAuthCode);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AuthenticationApi->verifyRecoveryCode: $e\n');
}
```
Expand Down
28 changes: 14 additions & 14 deletions vrchat_dart_generated/doc/AvatarsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ final CreateAvatarRequest createAvatarRequest = ; // CreateAvatarRequest |
try {
final response = api.createAvatar(createAvatarRequest);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->createAvatar: $e\n');
}
```
Expand Down Expand Up @@ -93,7 +93,7 @@ final String avatarId = avatarId_example; // String | Must be a valid avatar ID.
try {
final response = api.deleteAvatar(avatarId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->deleteAvatar: $e\n');
}
```
Expand Down Expand Up @@ -139,7 +139,7 @@ final String avatarId = avatarId_example; // String | Must be a valid avatar ID.

try {
api.deleteImpostor(avatarId);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->deleteImpostor: $e\n');
}
```
Expand Down Expand Up @@ -186,7 +186,7 @@ final String avatarId = avatarId_example; // String | Must be a valid avatar ID.
try {
final response = api.enqueueImpostor(avatarId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->enqueueImpostor: $e\n');
}
```
Expand Down Expand Up @@ -233,7 +233,7 @@ final String avatarId = avatarId_example; // String | Must be a valid avatar ID.
try {
final response = api.getAvatar(avatarId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->getAvatar: $e\n');
}
```
Expand Down Expand Up @@ -275,7 +275,7 @@ final api = VrchatDartGenerated().getAvatarsApi();
try {
final response = api.getAvatarStyles();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->getAvatarStyles: $e\n');
}
```
Expand Down Expand Up @@ -331,7 +331,7 @@ final String userId = userId_example; // String | Target user to see information
try {
final response = api.getFavoritedAvatars(featured, sort, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, userId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->getFavoritedAvatars: $e\n');
}
```
Expand Down Expand Up @@ -389,7 +389,7 @@ final api = VrchatDartGenerated().getAvatarsApi();
try {
final response = api.getImpostorQueueStats();
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->getImpostorQueueStats: $e\n');
}
```
Expand Down Expand Up @@ -434,7 +434,7 @@ final int offset = 56; // int | A zero-based offset from the default object sort
try {
final response = api.getLicensedAvatars(n, offset);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->getLicensedAvatars: $e\n');
}
```
Expand Down Expand Up @@ -482,7 +482,7 @@ final String userId = userId_example; // String | Must be a valid user ID.
try {
final response = api.getOwnAvatar(userId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->getOwnAvatar: $e\n');
}
```
Expand Down Expand Up @@ -541,7 +541,7 @@ final String platform = platform_example; // String | The platform the asset sup
try {
final response = api.searchAvatars(featured, sort, user, userId, n, order, offset, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->searchAvatars: $e\n');
}
```
Expand Down Expand Up @@ -600,7 +600,7 @@ final String avatarId = avatarId_example; // String | Must be a valid avatar ID.
try {
final response = api.selectAvatar(avatarId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->selectAvatar: $e\n');
}
```
Expand Down Expand Up @@ -647,7 +647,7 @@ final String avatarId = avatarId_example; // String | Must be a valid avatar ID.
try {
final response = api.selectFallbackAvatar(avatarId);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->selectFallbackAvatar: $e\n');
}
```
Expand Down Expand Up @@ -695,7 +695,7 @@ final UpdateAvatarRequest updateAvatarRequest = ; // UpdateAvatarRequest |
try {
final response = api.updateAvatar(avatarId, updateAvatarRequest);
print(response);
} catch on DioException (e) {
} on DioException catch (e) {
print('Exception when calling AvatarsApi->updateAvatar: $e\n');
}
```
Expand Down
Loading