mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
add generated files
This commit is contained in:
1
frontend/src/__generated__/index.ts
generated
1
frontend/src/__generated__/index.ts
generated
@@ -40,6 +40,7 @@ export type { ClientTokenCreateSchema } from './models/ClientTokenCreateSchema';
|
||||
export type { ClientTokenExchangePayload } from './models/ClientTokenExchangePayload';
|
||||
export type { ClientTokenPairSchema } from './models/ClientTokenPairSchema';
|
||||
export type { ClientTokenSchema } from './models/ClientTokenSchema';
|
||||
export type { CollectionRomsPayload } from './models/CollectionRomsPayload';
|
||||
export type { CollectionSchema } from './models/CollectionSchema';
|
||||
export type { ConfigResponse } from './models/ConfigResponse';
|
||||
export type { ConversionStats } from './models/ConversionStats';
|
||||
|
||||
8
frontend/src/__generated__/models/CollectionRomsPayload.ts
generated
Normal file
8
frontend/src/__generated__/models/CollectionRomsPayload.ts
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type CollectionRomsPayload = {
|
||||
rom_ids: Array<number>;
|
||||
};
|
||||
|
||||
@@ -18,6 +18,7 @@ export type RomFileSchema = {
|
||||
sha1_hash: (string | null);
|
||||
ra_hash: (string | null);
|
||||
chd_sha1_hash: (string | null);
|
||||
archive_members: null;
|
||||
category: (RomFileCategory | null);
|
||||
};
|
||||
|
||||
|
||||
@@ -16,5 +16,7 @@ export type RomLaunchboxMetadata = {
|
||||
genres?: Array<string>;
|
||||
companies?: Array<string>;
|
||||
images?: Array<LaunchboxImage>;
|
||||
video_url?: string;
|
||||
video_path?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user