mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 00:35:38 +02:00
## Description <!-- Briefly describe the purpose and scope of your changes --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added support for managing multiple Steam profiles per user, including a new profiles page with avatar selection and profile management. - Introduced a streamlined Steam authentication flow using a popup window, replacing the previous QR code and team-based login. - Added utilities for Steam image handling and metadata, including avatar preloading and static Steam metadata mappings. - Enhanced OpenID verification for Steam login. - Added new image-related events and expanded event handling for Steam account updates and image processing. - **Improvements** - Refactored the account structure from teams to profiles, updating related UI, context, and storage. - Updated API headers and authentication logic to use Steam IDs instead of team IDs. - Expanded game metadata with new fields for categories, franchises, and social links. - Improved library and category schemas for richer game and profile data. - Simplified and improved Steam API client methods for fetching user info, friends, and game libraries using Steam Web API. - Updated queue processing to handle individual game updates and publish image events. - Adjusted permissions and queue configurations for better message handling and dead-letter queue support. - Improved slug creation and rating estimation utilities. - **Bug Fixes** - Fixed avatar image loading to display higher quality images after initial load. - **Removals** - Removed all team, member, and credential management functionality and related database schemas. - Eliminated the QR code-based login and related UI components. - Deleted legacy team and member database tables and related code. - Removed encryption utilities and deprecated secret keys in favor of new secret management. - **Chores** - Updated dependencies and internal configuration for new features and schema changes. - Cleaned up unused code and updated database migrations for new data structures. - Adjusted import orders and removed unused imports across multiple modules. - Added new resource declarations and updated service link configurations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
122 lines
2.4 KiB
TypeScript
122 lines
2.4 KiB
TypeScript
/* This file is auto-generated by SST. Do not edit. */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/* deno-fmt-ignore-file */
|
|
|
|
import "sst"
|
|
declare module "sst" {
|
|
export interface Resource {
|
|
"Api": {
|
|
"service": string
|
|
"type": "sst.aws.Service"
|
|
"url": string
|
|
}
|
|
"Auth": {
|
|
"service": string
|
|
"type": "sst.aws.Service"
|
|
"url": string
|
|
}
|
|
"Bus": {
|
|
"arn": string
|
|
"name": string
|
|
"type": "sst.aws.Bus"
|
|
}
|
|
"Database": {
|
|
"clusterArn": string
|
|
"database": string
|
|
"host": string
|
|
"password": string
|
|
"port": number
|
|
"reader": string
|
|
"secretArn": string
|
|
"type": "sst.aws.Aurora"
|
|
"username": string
|
|
}
|
|
"DiscordClientID": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"DiscordClientSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Email": {
|
|
"configSet": string
|
|
"sender": string
|
|
"type": "sst.aws.Email"
|
|
}
|
|
"GithubClientID": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"GithubClientSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"LibraryDLQ": {
|
|
"type": "sst.aws.Queue"
|
|
"url": string
|
|
}
|
|
"LibraryQueue": {
|
|
"type": "sst.aws.Queue"
|
|
"url": string
|
|
}
|
|
"NestriFamilyMonthly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriFamilyYearly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriFreeMonthly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriProMonthly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriProYearly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"PolarSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"PolarWebhookSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Realtime": {
|
|
"authorizer": string
|
|
"endpoint": string
|
|
"type": "sst.aws.Realtime"
|
|
}
|
|
"SteamApiKey": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Storage": {
|
|
"name": string
|
|
"type": "sst.aws.Bucket"
|
|
}
|
|
"VPC": {
|
|
"bastion": string
|
|
"type": "sst.aws.Vpc"
|
|
}
|
|
"Web": {
|
|
"type": "sst.aws.StaticSite"
|
|
"url": string
|
|
}
|
|
"Zero": {
|
|
"service": string
|
|
"type": "sst.aws.Service"
|
|
"url": string
|
|
}
|
|
}
|
|
}
|
|
|
|
import "sst"
|
|
export {} |