Release v1.2.0

This commit is contained in:
2025-08-09 20:29:17 -03:00
parent 1f73b2b509
commit 596fb5e642
55 changed files with 3692 additions and 1150 deletions

View File

@@ -4,11 +4,18 @@ export * from './Account';
export * from './Application';
export * from './ApplicationType';
export * from './AuthorizeRequest';
export * from './Client';
export * from './ClientInfo';
export * from './ClientType';
export * from './CodeChallengeMethod';
export * from './CodeResponse';
export * from './CreateUser';
export * from './CryptoViewModel';
export * from './Game';
export * from './GameServer';
export * from './GameServerCluster';
export * from './GameServerQuery';
export * from './GameServerStatus';
export * from './GrantType';
export * from './Group';
export * from './GroupGame';
@@ -16,25 +23,24 @@ export * from './GroupMember';
export * from './GroupRank';
export * from './HashViewModel';
export * from './IntrospectRequest';
export * from './IntrospectResponse';
export * from './IpAddress';
export * from './LeaderboardItem';
export * from './LeaderboardOrder';
export * from './LoginProvider';
export * from './LoginRequest';
export * from './LoginResponse';
export * from './ModelFile';
export * from './Package';
export * from './PackageRelease';
export * from './Profile';
export * from './ProfileGame';
export * from './ProfileGroup';
export * from './RefreshRequest';
export * from './RegisterRequest';
export * from './ResponseType';
export * from './RevokeRequest';
export * from './SearchRequest';
export * from './Search';
export * from './SearchType';
export * from './ServerMetrics';
export * from './ServerStatus';
export * from './Subscription';
export * from './SubscriptionPrice';
export * from './TokenHintType';
export * from './TokenRequest';
export * from './TokenResponse';