fluxer_dart 1.3.0
fluxer_dart: ^1.3.0 copied to clipboard
Dart SDK for Fluxer a free and open source instant messaging and VoIP platform.
V1.3.0 #
- Improved the generation script to correctly mark fields as nullable when defined as nullable in the OpenAPI specification. Previously, fields using
$reftypes withinanyOfnullable patterns were generated as non-nullable.
V1.2.1 #
- Added
precedingSiblingIdfield toChannelPositionUpdateRequestInnermodel.
V1.2.0 #
- Removed Sentry-related fields from
WellKnownFluxerResponseAppPublic:sentryProxyPathsentryReportHostsentryProjectIdsentryPublicKey
- Removed
CHUNKED_UPLOAD_CHUNK_INDEX_OUT_OF_RANGE,CHUNKED_UPLOAD_INCOMPLETE,CHUNKED_UPLOAD_NOT_FOUND, andCHUNKED_UPLOAD_NOT_OWNEDerror codes fromApiErrorCode.
V1.1.0 #
- Added
AttachmentsApifor managing file attachments. - Added chunked upload support to
ChannelsApi:createChunkedUpload— initiates a new chunked upload session for large files.uploadChunk— uploads a single chunk by index, returning an ETag.completeChunkedUpload— assembles all uploaded chunks into the final file.
- Added three new WebAuthn admin endpoints to
AdminApi:adminResendVerificationEmail— resends the account verification email for a user.listUserWebauthnCredentials— lists all WebAuthn credentials (passkeys/security keys) for a user.deleteUserWebauthnCredential— removes a specific WebAuthn credential from a user account.
- Added new models:
CompleteChunkedUploadRequest,CompleteChunkedUploadRequestEtagsInner,CompleteChunkedUploadResponse,CreateChunkedUploadRequest,CreateChunkedUploadResponse,UploadChunkResponse,DeleteWebAuthnCredentialRequest,ListWebAuthnCredentialsRequest,ResendVerificationEmailRequest. - Added
ApiErrorCodeenum with generated serializer. - Updated
RefreshSearchIndexRequestwith additional fields.
V1.0.2 #
- Fixed code formatting and analyzer warnings.
- Updated README with more getting started documentation.
V1.0.1 #
- Updated README with more documentation.
V1.0.0 #
- First version.