Skip to content

Commit

Permalink
Update OpenAPI Client for 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenAPI Bot committed Mar 23, 2024
1 parent e0c777b commit 267705f
Show file tree
Hide file tree
Showing 86 changed files with 4,395 additions and 1,085 deletions.
45 changes: 45 additions & 0 deletions packages/djangoflow_openapi/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
README.md
analysis_options.yaml
build.yaml
doc/ActionEnum.md
doc/AuthApi.md
doc/ChangePasswordRequest.md
doc/ChatApi.md
doc/ChatMessage.md
doc/ChatMessageRequest.md
doc/ChatMessageUpdate.md
doc/ChatMessageUpdateRequest.md
doc/ChatRoom.md
doc/ChatRoomMembers.md
doc/ChatRoomMembersRequest.md
doc/ChatRoomRequest.md
doc/ChatTypeEnum.md
doc/Error.md
doc/ErrorResponse.md
doc/NotificationsApi.md
Expand All @@ -13,8 +24,12 @@ doc/OTPDeviceRequest.md
doc/OTPDeviceTypeEnum.md
doc/OTPObtain.md
doc/OTPObtainRequest.md
doc/PaginatedChatMessageList.md
doc/PaginatedChatRoomList.md
doc/PaginatedOTPDeviceList.md
doc/PaginatedUserDeviceList.md
doc/PatchedChatMessageUpdateRequest.md
doc/PatchedChatRoomRequest.md
doc/PatchedUser2FARequest.md
doc/PatchedUserDeviceRequest.md
doc/PatchedUserIdentityRequest.md
Expand All @@ -38,6 +53,7 @@ doc/UserIdentityRequest.md
lib/djangoflow_openapi.dart
lib/src/api.dart
lib/src/api/auth_api.dart
lib/src/api/chat_api.dart
lib/src/api/notifications_api.dart
lib/src/api/remoteconfig_api.dart
lib/src/auth/api_key_auth.dart
Expand All @@ -46,7 +62,17 @@ lib/src/auth/basic_auth.dart
lib/src/auth/bearer_auth.dart
lib/src/auth/oauth.dart
lib/src/deserialize.dart
lib/src/model/action_enum.dart
lib/src/model/change_password_request.dart
lib/src/model/chat_message.dart
lib/src/model/chat_message_request.dart
lib/src/model/chat_message_update.dart
lib/src/model/chat_message_update_request.dart
lib/src/model/chat_room.dart
lib/src/model/chat_room_members.dart
lib/src/model/chat_room_members_request.dart
lib/src/model/chat_room_request.dart
lib/src/model/chat_type_enum.dart
lib/src/model/error.dart
lib/src/model/error_response.dart
lib/src/model/otp_device.dart
Expand All @@ -55,8 +81,12 @@ lib/src/model/otp_device_request.dart
lib/src/model/otp_device_type_enum.dart
lib/src/model/otp_obtain.dart
lib/src/model/otp_obtain_request.dart
lib/src/model/paginated_chat_message_list.dart
lib/src/model/paginated_chat_room_list.dart
lib/src/model/paginated_otp_device_list.dart
lib/src/model/paginated_user_device_list.dart
lib/src/model/patched_chat_message_update_request.dart
lib/src/model/patched_chat_room_request.dart
lib/src/model/patched_user2_fa_request.dart
lib/src/model/patched_user_device_request.dart
lib/src/model/patched_user_identity_request.dart
Expand All @@ -77,8 +107,19 @@ lib/src/model/user_device_type_enum.dart
lib/src/model/user_identity.dart
lib/src/model/user_identity_request.dart
pubspec.yaml
test/action_enum_test.dart
test/auth_api_test.dart
test/change_password_request_test.dart
test/chat_api_test.dart
test/chat_message_request_test.dart
test/chat_message_test.dart
test/chat_message_update_request_test.dart
test/chat_message_update_test.dart
test/chat_room_members_request_test.dart
test/chat_room_members_test.dart
test/chat_room_request_test.dart
test/chat_room_test.dart
test/chat_type_enum_test.dart
test/error_response_test.dart
test/error_test.dart
test/notifications_api_test.dart
Expand All @@ -88,8 +129,12 @@ test/otp_device_test.dart
test/otp_device_type_enum_test.dart
test/otp_obtain_request_test.dart
test/otp_obtain_test.dart
test/paginated_chat_message_list_test.dart
test/paginated_chat_room_list_test.dart
test/paginated_otp_device_list_test.dart
test/paginated_user_device_list_test.dart
test/patched_chat_message_update_request_test.dart
test/patched_chat_room_request_test.dart
test/patched_user2_fa_request_test.dart
test/patched_user_device_request_test.dart
test/patched_user_identity_request_test.dart
Expand Down
39 changes: 38 additions & 1 deletion packages/djangoflow_openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https://
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
```yaml
dependencies:
djangoflow_openapi: 0.0.24
djangoflow_openapi: 0.0.25
```

### Github
Expand Down Expand Up @@ -83,6 +83,19 @@ Class | Method | HTTP request | Description
[*AuthApi*](doc/AuthApi.md) | [**authUsersSetPasswordCreate**](doc/AuthApi.md#authuserssetpasswordcreate) | **POST** /api/v1/auth/users/{id}/set-password/ |
[*AuthApi*](doc/AuthApi.md) | [**authUsersTwoFaPartialUpdate**](doc/AuthApi.md#authuserstwofapartialupdate) | **PATCH** /api/v1/auth/users/{id}/two-fa/ |
[*AuthApi*](doc/AuthApi.md) | [**authUsersTwoFaRetrieve**](doc/AuthApi.md#authuserstwofaretrieve) | **GET** /api/v1/auth/users/{id}/two-fa/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsCreate**](doc/ChatApi.md#chatroomscreate) | **POST** /api/v1/chat/rooms/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsDestroy**](doc/ChatApi.md#chatroomsdestroy) | **DELETE** /api/v1/chat/rooms/{id}/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsList**](doc/ChatApi.md#chatroomslist) | **GET** /api/v1/chat/rooms/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsMemberCreate**](doc/ChatApi.md#chatroomsmembercreate) | **POST** /api/v1/chat/rooms/{id}/member/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsMessagesCreate**](doc/ChatApi.md#chatroomsmessagescreate) | **POST** /api/v1/chat/rooms/{room_id}/messages/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsMessagesDestroy**](doc/ChatApi.md#chatroomsmessagesdestroy) | **DELETE** /api/v1/chat/rooms/{room_id}/messages/{id}/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsMessagesList**](doc/ChatApi.md#chatroomsmessageslist) | **GET** /api/v1/chat/rooms/{room_id}/messages/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsMessagesPartialUpdate**](doc/ChatApi.md#chatroomsmessagespartialupdate) | **PATCH** /api/v1/chat/rooms/{room_id}/messages/{id}/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsMessagesRetrieve**](doc/ChatApi.md#chatroomsmessagesretrieve) | **GET** /api/v1/chat/rooms/{room_id}/messages/{id}/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsMessagesUpdate**](doc/ChatApi.md#chatroomsmessagesupdate) | **PUT** /api/v1/chat/rooms/{room_id}/messages/{id}/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsPartialUpdate**](doc/ChatApi.md#chatroomspartialupdate) | **PATCH** /api/v1/chat/rooms/{id}/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsRetrieve**](doc/ChatApi.md#chatroomsretrieve) | **GET** /api/v1/chat/rooms/{id}/ |
[*ChatApi*](doc/ChatApi.md) | [**chatRoomsUpdate**](doc/ChatApi.md#chatroomsupdate) | **PUT** /api/v1/chat/rooms/{id}/ |
[*NotificationsApi*](doc/NotificationsApi.md) | [**notificationsActionCategoriesList**](doc/NotificationsApi.md#notificationsactioncategorieslist) | **GET** /api/v1/notifications/action-categories/ |
[*NotificationsApi*](doc/NotificationsApi.md) | [**notificationsDevicesCreate**](doc/NotificationsApi.md#notificationsdevicescreate) | **POST** /api/v1/notifications/devices/ |
[*NotificationsApi*](doc/NotificationsApi.md) | [**notificationsDevicesDestroy**](doc/NotificationsApi.md#notificationsdevicesdestroy) | **DELETE** /api/v1/notifications/devices/{registration_id}/ |
Expand All @@ -95,7 +108,17 @@ Class | Method | HTTP request | Description

## Documentation For Models

- [ActionEnum](doc/ActionEnum.md)
- [ChangePasswordRequest](doc/ChangePasswordRequest.md)
- [ChatMessage](doc/ChatMessage.md)
- [ChatMessageRequest](doc/ChatMessageRequest.md)
- [ChatMessageUpdate](doc/ChatMessageUpdate.md)
- [ChatMessageUpdateRequest](doc/ChatMessageUpdateRequest.md)
- [ChatRoom](doc/ChatRoom.md)
- [ChatRoomMembers](doc/ChatRoomMembers.md)
- [ChatRoomMembersRequest](doc/ChatRoomMembersRequest.md)
- [ChatRoomRequest](doc/ChatRoomRequest.md)
- [ChatTypeEnum](doc/ChatTypeEnum.md)
- [Error](doc/Error.md)
- [ErrorResponse](doc/ErrorResponse.md)
- [OTPDevice](doc/OTPDevice.md)
Expand All @@ -104,8 +127,12 @@ Class | Method | HTTP request | Description
- [OTPDeviceTypeEnum](doc/OTPDeviceTypeEnum.md)
- [OTPObtain](doc/OTPObtain.md)
- [OTPObtainRequest](doc/OTPObtainRequest.md)
- [PaginatedChatMessageList](doc/PaginatedChatMessageList.md)
- [PaginatedChatRoomList](doc/PaginatedChatRoomList.md)
- [PaginatedOTPDeviceList](doc/PaginatedOTPDeviceList.md)
- [PaginatedUserDeviceList](doc/PaginatedUserDeviceList.md)
- [PatchedChatMessageUpdateRequest](doc/PatchedChatMessageUpdateRequest.md)
- [PatchedChatRoomRequest](doc/PatchedChatRoomRequest.md)
- [PatchedUser2FARequest](doc/PatchedUser2FARequest.md)
- [PatchedUserDeviceRequest](doc/PatchedUserDeviceRequest.md)
- [PatchedUserIdentityRequest](doc/PatchedUserIdentityRequest.md)
Expand All @@ -131,6 +158,16 @@ Class | Method | HTTP request | Description


Authentication schemes defined for the API:
### basicAuth

- **Type**: HTTP basic authentication

### cookieAuth

- **Type**: API key
- **API key parameter name**: sessionid
- **Location**:

### jwtAuth

- **Type**: HTTP basic authentication
Expand Down
14 changes: 14 additions & 0 deletions packages/djangoflow_openapi/doc/ActionEnum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# djangoflow_openapi.model.ActionEnum

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

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


Loading

0 comments on commit 267705f

Please sign in to comment.