mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
140 lines
2.8 KiB
Dart
140 lines
2.8 KiB
Dart
//
|
|
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
|
//
|
|
// @dart=2.18
|
|
|
|
// ignore_for_file: unused_element, unused_import
|
|
// ignore_for_file: always_put_required_named_parameters_first
|
|
// ignore_for_file: constant_identifier_names
|
|
// ignore_for_file: lines_longer_than_80_chars
|
|
|
|
import 'package:openapi/api.dart';
|
|
import 'package:test/test.dart';
|
|
|
|
// tests for SyncAssetV2
|
|
void main() {
|
|
// final instance = SyncAssetV2();
|
|
|
|
group('test SyncAssetV2', () {
|
|
// Checksum
|
|
// String checksum
|
|
test('to test the property `checksum`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Uploaded to Immich at
|
|
// DateTime createdAt
|
|
test('to test the property `createdAt`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Deleted at
|
|
// DateTime deletedAt
|
|
test('to test the property `deletedAt`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Duration
|
|
// int duration
|
|
test('to test the property `duration`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// File created at
|
|
// DateTime fileCreatedAt
|
|
test('to test the property `fileCreatedAt`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// File modified at
|
|
// DateTime fileModifiedAt
|
|
test('to test the property `fileModifiedAt`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Asset height
|
|
// int height
|
|
test('to test the property `height`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Asset ID
|
|
// String id
|
|
test('to test the property `id`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Is edited
|
|
// bool isEdited
|
|
test('to test the property `isEdited`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Is favorite
|
|
// bool isFavorite
|
|
test('to test the property `isFavorite`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Library ID
|
|
// String libraryId
|
|
test('to test the property `libraryId`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Live photo video ID
|
|
// String livePhotoVideoId
|
|
test('to test the property `livePhotoVideoId`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Local date time
|
|
// DateTime localDateTime
|
|
test('to test the property `localDateTime`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Original file name
|
|
// String originalFileName
|
|
test('to test the property `originalFileName`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Owner ID
|
|
// String ownerId
|
|
test('to test the property `ownerId`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Stack ID
|
|
// String stackId
|
|
test('to test the property `stackId`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Thumbhash
|
|
// String thumbhash
|
|
test('to test the property `thumbhash`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// AssetTypeEnum type
|
|
test('to test the property `type`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// AssetVisibility visibility
|
|
test('to test the property `visibility`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Asset width
|
|
// int width
|
|
test('to test the property `width`', () async {
|
|
// TODO
|
|
});
|
|
|
|
|
|
});
|
|
|
|
}
|