fixes, orval, downloader functioning again

This commit is contained in:
2026-04-21 00:47:10 +02:00
parent 659999f4fd
commit cf08dbaf15
93 changed files with 1662 additions and 1333 deletions

View File

@@ -29,7 +29,7 @@ export interface PatchedDiscountCode {
active?: boolean;
/**
* @minimum 0
* @maximum 9223372036854776000
* @maximum 2147483647
* @nullable
*/
usage_limit?: number | null;