Skip to content

Commit

Permalink
chore(client): regenerate with latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Mar 25, 2024
1 parent 3cd2ae6 commit 962535a
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 170 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"wxt": "^0.17.8"
"wxt": "^0.17.9"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.27.39",
"@hey-api/openapi-ts": "^0.28.0",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.2.5",
Expand Down
24 changes: 2 additions & 22 deletions packages/client/src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,5 @@ export { CancelablePromise, CancelError } from './core/CancelablePromise';
export { OpenAPI } from './core/OpenAPI';
export type { OpenAPIConfig } from './core/OpenAPI';

export type { AudioFormat } from './models/AudioFormat';
export { AudioFormatEnum } from './models/AudioFormat';
export type { AvailableDownloadOptions } from './models/AvailableDownloadOptions';
export type { Channel } from './models/Channel';
export type { Download } from './models/Download';
export type { DownloadInput } from './models/DownloadInput';
export type { DownloadOptions } from './models/DownloadOptions';
export type { DownloadQuality } from './models/DownloadQuality';
export { DownloadQualityEnum } from './models/DownloadQuality';
export type { DownloadState } from './models/DownloadState';
export { DownloadStateEnum } from './models/DownloadState';
export type { DownloadStatus } from './models/DownloadStatus';
export type { HTTPValidationError } from './models/HTTPValidationError';
export type { Session } from './models/Session';
export type { ValidationError } from './models/ValidationError';
export type { Video } from './models/Video';
export type { VideoFormat } from './models/VideoFormat';
export { VideoFormatEnum } from './models/VideoFormat';

export { DownloadsService } from './services/DownloadsService';
export { SearchService } from './services/SearchService';
export { SessionService } from './services/SessionService';
export * from './models';
export * from './services';
18 changes: 18 additions & 0 deletions packages/client/src/generated/models/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export type { AudioFormat } from './AudioFormat';
export { AudioFormatEnum } from './AudioFormat';
export type { AvailableDownloadOptions } from './AvailableDownloadOptions';
export type { Channel } from './Channel';
export type { Download } from './Download';
export type { DownloadInput } from './DownloadInput';
export type { DownloadOptions } from './DownloadOptions';
export type { DownloadQuality } from './DownloadQuality';
export { DownloadQualityEnum } from './DownloadQuality';
export type { DownloadState } from './DownloadState';
export { DownloadStateEnum } from './DownloadState';
export type { DownloadStatus } from './DownloadStatus';
export type { HTTPValidationError } from './HTTPValidationError';
export type { Session } from './Session';
export type { ValidationError } from './ValidationError';
export type { Video } from './Video';
export type { VideoFormat } from './VideoFormat';
export { VideoFormatEnum } from './VideoFormat';
3 changes: 3 additions & 0 deletions packages/client/src/generated/services/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export { DownloadsService } from './DownloadsService';
export { SearchService } from './SearchService';
export { SessionService } from './SessionService';
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
Expand Down
Loading

0 comments on commit 962535a

Please sign in to comment.