@repome/api 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -23,6 +23,13 @@ declare const commonErrors: {
23
23
  readonly message: "Sign in required";
24
24
  readonly data: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
25
25
  };
26
+ readonly TOO_MANY_REQUESTS: {
27
+ readonly status: 429;
28
+ readonly message: "Too many requests";
29
+ readonly data: z.ZodOptional<z.ZodObject<{
30
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
31
+ }, z.core.$strip>>;
32
+ };
26
33
  readonly FORBIDDEN: {
27
34
  readonly status: 403;
28
35
  readonly message: "You do not have access to this resource";
@@ -41,6 +48,13 @@ declare const commonErrors: {
41
48
  invitationId: z.ZodString;
42
49
  }, z.core.$strip>;
43
50
  };
51
+ readonly KEY_NOT_FOUND: {
52
+ readonly status: 404;
53
+ readonly message: "API key not found";
54
+ readonly data: z.ZodObject<{
55
+ id: z.ZodString;
56
+ }, z.core.$strip>;
57
+ };
44
58
  readonly REPO_NOT_FOUND: {
45
59
  readonly status: 404;
46
60
  readonly message: "Repo not found";
@@ -844,6 +858,13 @@ declare const contract: {
844
858
  readonly message: "Sign in required";
845
859
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
846
860
  };
861
+ readonly TOO_MANY_REQUESTS: {
862
+ readonly status: 429;
863
+ readonly message: "Too many requests";
864
+ readonly data: z.ZodOptional<z.ZodObject<{
865
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
866
+ }, _$zod_v4_core0.$strip>>;
867
+ };
847
868
  readonly FORBIDDEN: {
848
869
  readonly status: 403;
849
870
  readonly message: "You do not have access to this resource";
@@ -862,6 +883,13 @@ declare const contract: {
862
883
  invitationId: z.ZodString;
863
884
  }, _$zod_v4_core0.$strip>;
864
885
  };
886
+ readonly KEY_NOT_FOUND: {
887
+ readonly status: 404;
888
+ readonly message: "API key not found";
889
+ readonly data: z.ZodObject<{
890
+ id: z.ZodString;
891
+ }, _$zod_v4_core0.$strip>;
892
+ };
865
893
  readonly REPO_NOT_FOUND: {
866
894
  readonly status: 404;
867
895
  readonly message: "Repo not found";
@@ -1002,6 +1030,13 @@ declare const contract: {
1002
1030
  readonly message: "Sign in required";
1003
1031
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
1004
1032
  };
1033
+ readonly TOO_MANY_REQUESTS: {
1034
+ readonly status: 429;
1035
+ readonly message: "Too many requests";
1036
+ readonly data: z.ZodOptional<z.ZodObject<{
1037
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
1038
+ }, _$zod_v4_core0.$strip>>;
1039
+ };
1005
1040
  readonly FORBIDDEN: {
1006
1041
  readonly status: 403;
1007
1042
  readonly message: "You do not have access to this resource";
@@ -1020,6 +1055,13 @@ declare const contract: {
1020
1055
  invitationId: z.ZodString;
1021
1056
  }, _$zod_v4_core0.$strip>;
1022
1057
  };
1058
+ readonly KEY_NOT_FOUND: {
1059
+ readonly status: 404;
1060
+ readonly message: "API key not found";
1061
+ readonly data: z.ZodObject<{
1062
+ id: z.ZodString;
1063
+ }, _$zod_v4_core0.$strip>;
1064
+ };
1023
1065
  readonly REPO_NOT_FOUND: {
1024
1066
  readonly status: 404;
1025
1067
  readonly message: "Repo not found";
@@ -1164,6 +1206,13 @@ declare const contract: {
1164
1206
  readonly message: "Sign in required";
1165
1207
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
1166
1208
  };
1209
+ readonly TOO_MANY_REQUESTS: {
1210
+ readonly status: 429;
1211
+ readonly message: "Too many requests";
1212
+ readonly data: z.ZodOptional<z.ZodObject<{
1213
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
1214
+ }, _$zod_v4_core0.$strip>>;
1215
+ };
1167
1216
  readonly FORBIDDEN: {
1168
1217
  readonly status: 403;
1169
1218
  readonly message: "You do not have access to this resource";
@@ -1182,6 +1231,13 @@ declare const contract: {
1182
1231
  invitationId: z.ZodString;
1183
1232
  }, _$zod_v4_core0.$strip>;
1184
1233
  };
1234
+ readonly KEY_NOT_FOUND: {
1235
+ readonly status: 404;
1236
+ readonly message: "API key not found";
1237
+ readonly data: z.ZodObject<{
1238
+ id: z.ZodString;
1239
+ }, _$zod_v4_core0.$strip>;
1240
+ };
1185
1241
  readonly REPO_NOT_FOUND: {
1186
1242
  readonly status: 404;
1187
1243
  readonly message: "Repo not found";
@@ -1308,6 +1364,13 @@ declare const contract: {
1308
1364
  readonly message: "Sign in required";
1309
1365
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
1310
1366
  };
1367
+ readonly TOO_MANY_REQUESTS: {
1368
+ readonly status: 429;
1369
+ readonly message: "Too many requests";
1370
+ readonly data: z.ZodOptional<z.ZodObject<{
1371
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
1372
+ }, _$zod_v4_core0.$strip>>;
1373
+ };
1311
1374
  readonly FORBIDDEN: {
1312
1375
  readonly status: 403;
1313
1376
  readonly message: "You do not have access to this resource";
@@ -1326,6 +1389,13 @@ declare const contract: {
1326
1389
  invitationId: z.ZodString;
1327
1390
  }, _$zod_v4_core0.$strip>;
1328
1391
  };
1392
+ readonly KEY_NOT_FOUND: {
1393
+ readonly status: 404;
1394
+ readonly message: "API key not found";
1395
+ readonly data: z.ZodObject<{
1396
+ id: z.ZodString;
1397
+ }, _$zod_v4_core0.$strip>;
1398
+ };
1329
1399
  readonly REPO_NOT_FOUND: {
1330
1400
  readonly status: 404;
1331
1401
  readonly message: "Repo not found";
@@ -1471,6 +1541,13 @@ declare const contract: {
1471
1541
  readonly message: "Sign in required";
1472
1542
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
1473
1543
  };
1544
+ readonly TOO_MANY_REQUESTS: {
1545
+ readonly status: 429;
1546
+ readonly message: "Too many requests";
1547
+ readonly data: z.ZodOptional<z.ZodObject<{
1548
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
1549
+ }, _$zod_v4_core0.$strip>>;
1550
+ };
1474
1551
  readonly FORBIDDEN: {
1475
1552
  readonly status: 403;
1476
1553
  readonly message: "You do not have access to this resource";
@@ -1489,6 +1566,13 @@ declare const contract: {
1489
1566
  invitationId: z.ZodString;
1490
1567
  }, _$zod_v4_core0.$strip>;
1491
1568
  };
1569
+ readonly KEY_NOT_FOUND: {
1570
+ readonly status: 404;
1571
+ readonly message: "API key not found";
1572
+ readonly data: z.ZodObject<{
1573
+ id: z.ZodString;
1574
+ }, _$zod_v4_core0.$strip>;
1575
+ };
1492
1576
  readonly REPO_NOT_FOUND: {
1493
1577
  readonly status: 404;
1494
1578
  readonly message: "Repo not found";
@@ -1630,6 +1714,13 @@ declare const contract: {
1630
1714
  readonly message: "Sign in required";
1631
1715
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
1632
1716
  };
1717
+ readonly TOO_MANY_REQUESTS: {
1718
+ readonly status: 429;
1719
+ readonly message: "Too many requests";
1720
+ readonly data: z.ZodOptional<z.ZodObject<{
1721
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
1722
+ }, _$zod_v4_core0.$strip>>;
1723
+ };
1633
1724
  readonly FORBIDDEN: {
1634
1725
  readonly status: 403;
1635
1726
  readonly message: "You do not have access to this resource";
@@ -1648,6 +1739,13 @@ declare const contract: {
1648
1739
  invitationId: z.ZodString;
1649
1740
  }, _$zod_v4_core0.$strip>;
1650
1741
  };
1742
+ readonly KEY_NOT_FOUND: {
1743
+ readonly status: 404;
1744
+ readonly message: "API key not found";
1745
+ readonly data: z.ZodObject<{
1746
+ id: z.ZodString;
1747
+ }, _$zod_v4_core0.$strip>;
1748
+ };
1651
1749
  readonly REPO_NOT_FOUND: {
1652
1750
  readonly status: 404;
1653
1751
  readonly message: "Repo not found";
@@ -1781,6 +1879,13 @@ declare const contract: {
1781
1879
  readonly message: "Sign in required";
1782
1880
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
1783
1881
  };
1882
+ readonly TOO_MANY_REQUESTS: {
1883
+ readonly status: 429;
1884
+ readonly message: "Too many requests";
1885
+ readonly data: z.ZodOptional<z.ZodObject<{
1886
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
1887
+ }, _$zod_v4_core0.$strip>>;
1888
+ };
1784
1889
  readonly FORBIDDEN: {
1785
1890
  readonly status: 403;
1786
1891
  readonly message: "You do not have access to this resource";
@@ -1799,6 +1904,13 @@ declare const contract: {
1799
1904
  invitationId: z.ZodString;
1800
1905
  }, _$zod_v4_core0.$strip>;
1801
1906
  };
1907
+ readonly KEY_NOT_FOUND: {
1908
+ readonly status: 404;
1909
+ readonly message: "API key not found";
1910
+ readonly data: z.ZodObject<{
1911
+ id: z.ZodString;
1912
+ }, _$zod_v4_core0.$strip>;
1913
+ };
1802
1914
  readonly REPO_NOT_FOUND: {
1803
1915
  readonly status: 404;
1804
1916
  readonly message: "Repo not found";
@@ -1938,6 +2050,13 @@ declare const contract: {
1938
2050
  readonly message: "Sign in required";
1939
2051
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
1940
2052
  };
2053
+ readonly TOO_MANY_REQUESTS: {
2054
+ readonly status: 429;
2055
+ readonly message: "Too many requests";
2056
+ readonly data: z.ZodOptional<z.ZodObject<{
2057
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
2058
+ }, _$zod_v4_core0.$strip>>;
2059
+ };
1941
2060
  readonly FORBIDDEN: {
1942
2061
  readonly status: 403;
1943
2062
  readonly message: "You do not have access to this resource";
@@ -1956,6 +2075,13 @@ declare const contract: {
1956
2075
  invitationId: z.ZodString;
1957
2076
  }, _$zod_v4_core0.$strip>;
1958
2077
  };
2078
+ readonly KEY_NOT_FOUND: {
2079
+ readonly status: 404;
2080
+ readonly message: "API key not found";
2081
+ readonly data: z.ZodObject<{
2082
+ id: z.ZodString;
2083
+ }, _$zod_v4_core0.$strip>;
2084
+ };
1959
2085
  readonly REPO_NOT_FOUND: {
1960
2086
  readonly status: 404;
1961
2087
  readonly message: "Repo not found";
@@ -2099,6 +2225,13 @@ declare const contract: {
2099
2225
  readonly message: "Sign in required";
2100
2226
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
2101
2227
  };
2228
+ readonly TOO_MANY_REQUESTS: {
2229
+ readonly status: 429;
2230
+ readonly message: "Too many requests";
2231
+ readonly data: z.ZodOptional<z.ZodObject<{
2232
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
2233
+ }, _$zod_v4_core0.$strip>>;
2234
+ };
2102
2235
  readonly FORBIDDEN: {
2103
2236
  readonly status: 403;
2104
2237
  readonly message: "You do not have access to this resource";
@@ -2117,6 +2250,13 @@ declare const contract: {
2117
2250
  invitationId: z.ZodString;
2118
2251
  }, _$zod_v4_core0.$strip>;
2119
2252
  };
2253
+ readonly KEY_NOT_FOUND: {
2254
+ readonly status: 404;
2255
+ readonly message: "API key not found";
2256
+ readonly data: z.ZodObject<{
2257
+ id: z.ZodString;
2258
+ }, _$zod_v4_core0.$strip>;
2259
+ };
2120
2260
  readonly REPO_NOT_FOUND: {
2121
2261
  readonly status: 404;
2122
2262
  readonly message: "Repo not found";
@@ -2253,6 +2393,13 @@ declare const contract: {
2253
2393
  readonly message: "Sign in required";
2254
2394
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
2255
2395
  };
2396
+ readonly TOO_MANY_REQUESTS: {
2397
+ readonly status: 429;
2398
+ readonly message: "Too many requests";
2399
+ readonly data: z.ZodOptional<z.ZodObject<{
2400
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
2401
+ }, _$zod_v4_core0.$strip>>;
2402
+ };
2256
2403
  readonly FORBIDDEN: {
2257
2404
  readonly status: 403;
2258
2405
  readonly message: "You do not have access to this resource";
@@ -2271,6 +2418,13 @@ declare const contract: {
2271
2418
  invitationId: z.ZodString;
2272
2419
  }, _$zod_v4_core0.$strip>;
2273
2420
  };
2421
+ readonly KEY_NOT_FOUND: {
2422
+ readonly status: 404;
2423
+ readonly message: "API key not found";
2424
+ readonly data: z.ZodObject<{
2425
+ id: z.ZodString;
2426
+ }, _$zod_v4_core0.$strip>;
2427
+ };
2274
2428
  readonly REPO_NOT_FOUND: {
2275
2429
  readonly status: 404;
2276
2430
  readonly message: "Repo not found";
@@ -2435,6 +2589,13 @@ declare const contract: {
2435
2589
  readonly message: "Sign in required";
2436
2590
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
2437
2591
  };
2592
+ readonly TOO_MANY_REQUESTS: {
2593
+ readonly status: 429;
2594
+ readonly message: "Too many requests";
2595
+ readonly data: z.ZodOptional<z.ZodObject<{
2596
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
2597
+ }, _$zod_v4_core0.$strip>>;
2598
+ };
2438
2599
  readonly FORBIDDEN: {
2439
2600
  readonly status: 403;
2440
2601
  readonly message: "You do not have access to this resource";
@@ -2453,6 +2614,13 @@ declare const contract: {
2453
2614
  invitationId: z.ZodString;
2454
2615
  }, _$zod_v4_core0.$strip>;
2455
2616
  };
2617
+ readonly KEY_NOT_FOUND: {
2618
+ readonly status: 404;
2619
+ readonly message: "API key not found";
2620
+ readonly data: z.ZodObject<{
2621
+ id: z.ZodString;
2622
+ }, _$zod_v4_core0.$strip>;
2623
+ };
2456
2624
  readonly REPO_NOT_FOUND: {
2457
2625
  readonly status: 404;
2458
2626
  readonly message: "Repo not found";
@@ -2582,6 +2750,13 @@ declare const contract: {
2582
2750
  readonly message: "Sign in required";
2583
2751
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
2584
2752
  };
2753
+ readonly TOO_MANY_REQUESTS: {
2754
+ readonly status: 429;
2755
+ readonly message: "Too many requests";
2756
+ readonly data: z.ZodOptional<z.ZodObject<{
2757
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
2758
+ }, _$zod_v4_core0.$strip>>;
2759
+ };
2585
2760
  readonly FORBIDDEN: {
2586
2761
  readonly status: 403;
2587
2762
  readonly message: "You do not have access to this resource";
@@ -2600,6 +2775,13 @@ declare const contract: {
2600
2775
  invitationId: z.ZodString;
2601
2776
  }, _$zod_v4_core0.$strip>;
2602
2777
  };
2778
+ readonly KEY_NOT_FOUND: {
2779
+ readonly status: 404;
2780
+ readonly message: "API key not found";
2781
+ readonly data: z.ZodObject<{
2782
+ id: z.ZodString;
2783
+ }, _$zod_v4_core0.$strip>;
2784
+ };
2603
2785
  readonly REPO_NOT_FOUND: {
2604
2786
  readonly status: 404;
2605
2787
  readonly message: "Repo not found";
@@ -2742,6 +2924,13 @@ declare const contract: {
2742
2924
  readonly message: "Sign in required";
2743
2925
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
2744
2926
  };
2927
+ readonly TOO_MANY_REQUESTS: {
2928
+ readonly status: 429;
2929
+ readonly message: "Too many requests";
2930
+ readonly data: z.ZodOptional<z.ZodObject<{
2931
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
2932
+ }, _$zod_v4_core0.$strip>>;
2933
+ };
2745
2934
  readonly FORBIDDEN: {
2746
2935
  readonly status: 403;
2747
2936
  readonly message: "You do not have access to this resource";
@@ -2760,6 +2949,13 @@ declare const contract: {
2760
2949
  invitationId: z.ZodString;
2761
2950
  }, _$zod_v4_core0.$strip>;
2762
2951
  };
2952
+ readonly KEY_NOT_FOUND: {
2953
+ readonly status: 404;
2954
+ readonly message: "API key not found";
2955
+ readonly data: z.ZodObject<{
2956
+ id: z.ZodString;
2957
+ }, _$zod_v4_core0.$strip>;
2958
+ };
2763
2959
  readonly REPO_NOT_FOUND: {
2764
2960
  readonly status: 404;
2765
2961
  readonly message: "Repo not found";
@@ -2894,6 +3090,13 @@ declare const contract: {
2894
3090
  readonly message: "Sign in required";
2895
3091
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
2896
3092
  };
3093
+ readonly TOO_MANY_REQUESTS: {
3094
+ readonly status: 429;
3095
+ readonly message: "Too many requests";
3096
+ readonly data: z.ZodOptional<z.ZodObject<{
3097
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
3098
+ }, _$zod_v4_core0.$strip>>;
3099
+ };
2897
3100
  readonly FORBIDDEN: {
2898
3101
  readonly status: 403;
2899
3102
  readonly message: "You do not have access to this resource";
@@ -2912,6 +3115,13 @@ declare const contract: {
2912
3115
  invitationId: z.ZodString;
2913
3116
  }, _$zod_v4_core0.$strip>;
2914
3117
  };
3118
+ readonly KEY_NOT_FOUND: {
3119
+ readonly status: 404;
3120
+ readonly message: "API key not found";
3121
+ readonly data: z.ZodObject<{
3122
+ id: z.ZodString;
3123
+ }, _$zod_v4_core0.$strip>;
3124
+ };
2915
3125
  readonly REPO_NOT_FOUND: {
2916
3126
  readonly status: 404;
2917
3127
  readonly message: "Repo not found";
@@ -3053,6 +3263,13 @@ declare const contract: {
3053
3263
  readonly message: "Sign in required";
3054
3264
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
3055
3265
  };
3266
+ readonly TOO_MANY_REQUESTS: {
3267
+ readonly status: 429;
3268
+ readonly message: "Too many requests";
3269
+ readonly data: z.ZodOptional<z.ZodObject<{
3270
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
3271
+ }, _$zod_v4_core0.$strip>>;
3272
+ };
3056
3273
  readonly FORBIDDEN: {
3057
3274
  readonly status: 403;
3058
3275
  readonly message: "You do not have access to this resource";
@@ -3071,6 +3288,13 @@ declare const contract: {
3071
3288
  invitationId: z.ZodString;
3072
3289
  }, _$zod_v4_core0.$strip>;
3073
3290
  };
3291
+ readonly KEY_NOT_FOUND: {
3292
+ readonly status: 404;
3293
+ readonly message: "API key not found";
3294
+ readonly data: z.ZodObject<{
3295
+ id: z.ZodString;
3296
+ }, _$zod_v4_core0.$strip>;
3297
+ };
3074
3298
  readonly REPO_NOT_FOUND: {
3075
3299
  readonly status: 404;
3076
3300
  readonly message: "Repo not found";
@@ -3205,6 +3429,13 @@ declare const contract: {
3205
3429
  readonly message: "Sign in required";
3206
3430
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
3207
3431
  };
3432
+ readonly TOO_MANY_REQUESTS: {
3433
+ readonly status: 429;
3434
+ readonly message: "Too many requests";
3435
+ readonly data: z.ZodOptional<z.ZodObject<{
3436
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
3437
+ }, _$zod_v4_core0.$strip>>;
3438
+ };
3208
3439
  readonly FORBIDDEN: {
3209
3440
  readonly status: 403;
3210
3441
  readonly message: "You do not have access to this resource";
@@ -3223,6 +3454,13 @@ declare const contract: {
3223
3454
  invitationId: z.ZodString;
3224
3455
  }, _$zod_v4_core0.$strip>;
3225
3456
  };
3457
+ readonly KEY_NOT_FOUND: {
3458
+ readonly status: 404;
3459
+ readonly message: "API key not found";
3460
+ readonly data: z.ZodObject<{
3461
+ id: z.ZodString;
3462
+ }, _$zod_v4_core0.$strip>;
3463
+ };
3226
3464
  readonly REPO_NOT_FOUND: {
3227
3465
  readonly status: 404;
3228
3466
  readonly message: "Repo not found";
@@ -3358,6 +3596,13 @@ declare const contract: {
3358
3596
  readonly message: "Sign in required";
3359
3597
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
3360
3598
  };
3599
+ readonly TOO_MANY_REQUESTS: {
3600
+ readonly status: 429;
3601
+ readonly message: "Too many requests";
3602
+ readonly data: z.ZodOptional<z.ZodObject<{
3603
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
3604
+ }, _$zod_v4_core0.$strip>>;
3605
+ };
3361
3606
  readonly FORBIDDEN: {
3362
3607
  readonly status: 403;
3363
3608
  readonly message: "You do not have access to this resource";
@@ -3376,6 +3621,13 @@ declare const contract: {
3376
3621
  invitationId: z.ZodString;
3377
3622
  }, _$zod_v4_core0.$strip>;
3378
3623
  };
3624
+ readonly KEY_NOT_FOUND: {
3625
+ readonly status: 404;
3626
+ readonly message: "API key not found";
3627
+ readonly data: z.ZodObject<{
3628
+ id: z.ZodString;
3629
+ }, _$zod_v4_core0.$strip>;
3630
+ };
3379
3631
  readonly REPO_NOT_FOUND: {
3380
3632
  readonly status: 404;
3381
3633
  readonly message: "Repo not found";
@@ -3514,6 +3766,13 @@ declare const contract: {
3514
3766
  readonly message: "Sign in required";
3515
3767
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
3516
3768
  };
3769
+ readonly TOO_MANY_REQUESTS: {
3770
+ readonly status: 429;
3771
+ readonly message: "Too many requests";
3772
+ readonly data: z.ZodOptional<z.ZodObject<{
3773
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
3774
+ }, _$zod_v4_core0.$strip>>;
3775
+ };
3517
3776
  readonly FORBIDDEN: {
3518
3777
  readonly status: 403;
3519
3778
  readonly message: "You do not have access to this resource";
@@ -3532,6 +3791,13 @@ declare const contract: {
3532
3791
  invitationId: z.ZodString;
3533
3792
  }, _$zod_v4_core0.$strip>;
3534
3793
  };
3794
+ readonly KEY_NOT_FOUND: {
3795
+ readonly status: 404;
3796
+ readonly message: "API key not found";
3797
+ readonly data: z.ZodObject<{
3798
+ id: z.ZodString;
3799
+ }, _$zod_v4_core0.$strip>;
3800
+ };
3535
3801
  readonly REPO_NOT_FOUND: {
3536
3802
  readonly status: 404;
3537
3803
  readonly message: "Repo not found";
@@ -3661,6 +3927,13 @@ declare const contract: {
3661
3927
  readonly message: "Sign in required";
3662
3928
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
3663
3929
  };
3930
+ readonly TOO_MANY_REQUESTS: {
3931
+ readonly status: 429;
3932
+ readonly message: "Too many requests";
3933
+ readonly data: z.ZodOptional<z.ZodObject<{
3934
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
3935
+ }, _$zod_v4_core0.$strip>>;
3936
+ };
3664
3937
  readonly FORBIDDEN: {
3665
3938
  readonly status: 403;
3666
3939
  readonly message: "You do not have access to this resource";
@@ -3679,6 +3952,13 @@ declare const contract: {
3679
3952
  invitationId: z.ZodString;
3680
3953
  }, _$zod_v4_core0.$strip>;
3681
3954
  };
3955
+ readonly KEY_NOT_FOUND: {
3956
+ readonly status: 404;
3957
+ readonly message: "API key not found";
3958
+ readonly data: z.ZodObject<{
3959
+ id: z.ZodString;
3960
+ }, _$zod_v4_core0.$strip>;
3961
+ };
3682
3962
  readonly REPO_NOT_FOUND: {
3683
3963
  readonly status: 404;
3684
3964
  readonly message: "Repo not found";
@@ -3820,6 +4100,13 @@ declare const contract: {
3820
4100
  readonly message: "Sign in required";
3821
4101
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
3822
4102
  };
4103
+ readonly TOO_MANY_REQUESTS: {
4104
+ readonly status: 429;
4105
+ readonly message: "Too many requests";
4106
+ readonly data: z.ZodOptional<z.ZodObject<{
4107
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
4108
+ }, _$zod_v4_core0.$strip>>;
4109
+ };
3823
4110
  readonly FORBIDDEN: {
3824
4111
  readonly status: 403;
3825
4112
  readonly message: "You do not have access to this resource";
@@ -3838,6 +4125,13 @@ declare const contract: {
3838
4125
  invitationId: z.ZodString;
3839
4126
  }, _$zod_v4_core0.$strip>;
3840
4127
  };
4128
+ readonly KEY_NOT_FOUND: {
4129
+ readonly status: 404;
4130
+ readonly message: "API key not found";
4131
+ readonly data: z.ZodObject<{
4132
+ id: z.ZodString;
4133
+ }, _$zod_v4_core0.$strip>;
4134
+ };
3841
4135
  readonly REPO_NOT_FOUND: {
3842
4136
  readonly status: 404;
3843
4137
  readonly message: "Repo not found";
@@ -3972,6 +4266,13 @@ declare const contract: {
3972
4266
  readonly message: "Sign in required";
3973
4267
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
3974
4268
  };
4269
+ readonly TOO_MANY_REQUESTS: {
4270
+ readonly status: 429;
4271
+ readonly message: "Too many requests";
4272
+ readonly data: z.ZodOptional<z.ZodObject<{
4273
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
4274
+ }, _$zod_v4_core0.$strip>>;
4275
+ };
3975
4276
  readonly FORBIDDEN: {
3976
4277
  readonly status: 403;
3977
4278
  readonly message: "You do not have access to this resource";
@@ -3990,6 +4291,13 @@ declare const contract: {
3990
4291
  invitationId: z.ZodString;
3991
4292
  }, _$zod_v4_core0.$strip>;
3992
4293
  };
4294
+ readonly KEY_NOT_FOUND: {
4295
+ readonly status: 404;
4296
+ readonly message: "API key not found";
4297
+ readonly data: z.ZodObject<{
4298
+ id: z.ZodString;
4299
+ }, _$zod_v4_core0.$strip>;
4300
+ };
3993
4301
  readonly REPO_NOT_FOUND: {
3994
4302
  readonly status: 404;
3995
4303
  readonly message: "Repo not found";
@@ -4132,6 +4440,13 @@ declare const contract: {
4132
4440
  readonly message: "Sign in required";
4133
4441
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
4134
4442
  };
4443
+ readonly TOO_MANY_REQUESTS: {
4444
+ readonly status: 429;
4445
+ readonly message: "Too many requests";
4446
+ readonly data: z.ZodOptional<z.ZodObject<{
4447
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
4448
+ }, _$zod_v4_core0.$strip>>;
4449
+ };
4135
4450
  readonly FORBIDDEN: {
4136
4451
  readonly status: 403;
4137
4452
  readonly message: "You do not have access to this resource";
@@ -4150,6 +4465,13 @@ declare const contract: {
4150
4465
  invitationId: z.ZodString;
4151
4466
  }, _$zod_v4_core0.$strip>;
4152
4467
  };
4468
+ readonly KEY_NOT_FOUND: {
4469
+ readonly status: 404;
4470
+ readonly message: "API key not found";
4471
+ readonly data: z.ZodObject<{
4472
+ id: z.ZodString;
4473
+ }, _$zod_v4_core0.$strip>;
4474
+ };
4153
4475
  readonly REPO_NOT_FOUND: {
4154
4476
  readonly status: 404;
4155
4477
  readonly message: "Repo not found";
@@ -4278,6 +4600,13 @@ declare const contract: {
4278
4600
  readonly message: "Sign in required";
4279
4601
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
4280
4602
  };
4603
+ readonly TOO_MANY_REQUESTS: {
4604
+ readonly status: 429;
4605
+ readonly message: "Too many requests";
4606
+ readonly data: z.ZodOptional<z.ZodObject<{
4607
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
4608
+ }, _$zod_v4_core0.$strip>>;
4609
+ };
4281
4610
  readonly FORBIDDEN: {
4282
4611
  readonly status: 403;
4283
4612
  readonly message: "You do not have access to this resource";
@@ -4296,6 +4625,13 @@ declare const contract: {
4296
4625
  invitationId: z.ZodString;
4297
4626
  }, _$zod_v4_core0.$strip>;
4298
4627
  };
4628
+ readonly KEY_NOT_FOUND: {
4629
+ readonly status: 404;
4630
+ readonly message: "API key not found";
4631
+ readonly data: z.ZodObject<{
4632
+ id: z.ZodString;
4633
+ }, _$zod_v4_core0.$strip>;
4634
+ };
4299
4635
  readonly REPO_NOT_FOUND: {
4300
4636
  readonly status: 404;
4301
4637
  readonly message: "Repo not found";
@@ -4436,6 +4772,13 @@ declare const contract: {
4436
4772
  readonly message: "Sign in required";
4437
4773
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
4438
4774
  };
4775
+ readonly TOO_MANY_REQUESTS: {
4776
+ readonly status: 429;
4777
+ readonly message: "Too many requests";
4778
+ readonly data: z.ZodOptional<z.ZodObject<{
4779
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
4780
+ }, _$zod_v4_core0.$strip>>;
4781
+ };
4439
4782
  readonly FORBIDDEN: {
4440
4783
  readonly status: 403;
4441
4784
  readonly message: "You do not have access to this resource";
@@ -4454,6 +4797,13 @@ declare const contract: {
4454
4797
  invitationId: z.ZodString;
4455
4798
  }, _$zod_v4_core0.$strip>;
4456
4799
  };
4800
+ readonly KEY_NOT_FOUND: {
4801
+ readonly status: 404;
4802
+ readonly message: "API key not found";
4803
+ readonly data: z.ZodObject<{
4804
+ id: z.ZodString;
4805
+ }, _$zod_v4_core0.$strip>;
4806
+ };
4457
4807
  readonly REPO_NOT_FOUND: {
4458
4808
  readonly status: 404;
4459
4809
  readonly message: "Repo not found";
@@ -4586,6 +4936,13 @@ declare const contract: {
4586
4936
  readonly message: "Sign in required";
4587
4937
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
4588
4938
  };
4939
+ readonly TOO_MANY_REQUESTS: {
4940
+ readonly status: 429;
4941
+ readonly message: "Too many requests";
4942
+ readonly data: z.ZodOptional<z.ZodObject<{
4943
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
4944
+ }, _$zod_v4_core0.$strip>>;
4945
+ };
4589
4946
  readonly FORBIDDEN: {
4590
4947
  readonly status: 403;
4591
4948
  readonly message: "You do not have access to this resource";
@@ -4604,6 +4961,13 @@ declare const contract: {
4604
4961
  invitationId: z.ZodString;
4605
4962
  }, _$zod_v4_core0.$strip>;
4606
4963
  };
4964
+ readonly KEY_NOT_FOUND: {
4965
+ readonly status: 404;
4966
+ readonly message: "API key not found";
4967
+ readonly data: z.ZodObject<{
4968
+ id: z.ZodString;
4969
+ }, _$zod_v4_core0.$strip>;
4970
+ };
4607
4971
  readonly REPO_NOT_FOUND: {
4608
4972
  readonly status: 404;
4609
4973
  readonly message: "Repo not found";
@@ -4763,6 +5127,13 @@ declare const contract: {
4763
5127
  readonly message: "Sign in required";
4764
5128
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
4765
5129
  };
5130
+ readonly TOO_MANY_REQUESTS: {
5131
+ readonly status: 429;
5132
+ readonly message: "Too many requests";
5133
+ readonly data: z.ZodOptional<z.ZodObject<{
5134
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
5135
+ }, _$zod_v4_core0.$strip>>;
5136
+ };
4766
5137
  readonly FORBIDDEN: {
4767
5138
  readonly status: 403;
4768
5139
  readonly message: "You do not have access to this resource";
@@ -4781,6 +5152,13 @@ declare const contract: {
4781
5152
  invitationId: z.ZodString;
4782
5153
  }, _$zod_v4_core0.$strip>;
4783
5154
  };
5155
+ readonly KEY_NOT_FOUND: {
5156
+ readonly status: 404;
5157
+ readonly message: "API key not found";
5158
+ readonly data: z.ZodObject<{
5159
+ id: z.ZodString;
5160
+ }, _$zod_v4_core0.$strip>;
5161
+ };
4784
5162
  readonly REPO_NOT_FOUND: {
4785
5163
  readonly status: 404;
4786
5164
  readonly message: "Repo not found";
@@ -4925,6 +5303,13 @@ declare const contract: {
4925
5303
  readonly message: "Sign in required";
4926
5304
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
4927
5305
  };
5306
+ readonly TOO_MANY_REQUESTS: {
5307
+ readonly status: 429;
5308
+ readonly message: "Too many requests";
5309
+ readonly data: z.ZodOptional<z.ZodObject<{
5310
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
5311
+ }, _$zod_v4_core0.$strip>>;
5312
+ };
4928
5313
  readonly FORBIDDEN: {
4929
5314
  readonly status: 403;
4930
5315
  readonly message: "You do not have access to this resource";
@@ -4943,6 +5328,13 @@ declare const contract: {
4943
5328
  invitationId: z.ZodString;
4944
5329
  }, _$zod_v4_core0.$strip>;
4945
5330
  };
5331
+ readonly KEY_NOT_FOUND: {
5332
+ readonly status: 404;
5333
+ readonly message: "API key not found";
5334
+ readonly data: z.ZodObject<{
5335
+ id: z.ZodString;
5336
+ }, _$zod_v4_core0.$strip>;
5337
+ };
4946
5338
  readonly REPO_NOT_FOUND: {
4947
5339
  readonly status: 404;
4948
5340
  readonly message: "Repo not found";
@@ -5080,6 +5472,13 @@ declare const contract: {
5080
5472
  readonly message: "Sign in required";
5081
5473
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
5082
5474
  };
5475
+ readonly TOO_MANY_REQUESTS: {
5476
+ readonly status: 429;
5477
+ readonly message: "Too many requests";
5478
+ readonly data: z.ZodOptional<z.ZodObject<{
5479
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
5480
+ }, _$zod_v4_core0.$strip>>;
5481
+ };
5083
5482
  readonly FORBIDDEN: {
5084
5483
  readonly status: 403;
5085
5484
  readonly message: "You do not have access to this resource";
@@ -5098,6 +5497,13 @@ declare const contract: {
5098
5497
  invitationId: z.ZodString;
5099
5498
  }, _$zod_v4_core0.$strip>;
5100
5499
  };
5500
+ readonly KEY_NOT_FOUND: {
5501
+ readonly status: 404;
5502
+ readonly message: "API key not found";
5503
+ readonly data: z.ZodObject<{
5504
+ id: z.ZodString;
5505
+ }, _$zod_v4_core0.$strip>;
5506
+ };
5101
5507
  readonly REPO_NOT_FOUND: {
5102
5508
  readonly status: 404;
5103
5509
  readonly message: "Repo not found";
@@ -5263,6 +5669,13 @@ declare const contract: {
5263
5669
  readonly message: "Sign in required";
5264
5670
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
5265
5671
  };
5672
+ readonly TOO_MANY_REQUESTS: {
5673
+ readonly status: 429;
5674
+ readonly message: "Too many requests";
5675
+ readonly data: z.ZodOptional<z.ZodObject<{
5676
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
5677
+ }, _$zod_v4_core0.$strip>>;
5678
+ };
5266
5679
  readonly FORBIDDEN: {
5267
5680
  readonly status: 403;
5268
5681
  readonly message: "You do not have access to this resource";
@@ -5281,6 +5694,13 @@ declare const contract: {
5281
5694
  invitationId: z.ZodString;
5282
5695
  }, _$zod_v4_core0.$strip>;
5283
5696
  };
5697
+ readonly KEY_NOT_FOUND: {
5698
+ readonly status: 404;
5699
+ readonly message: "API key not found";
5700
+ readonly data: z.ZodObject<{
5701
+ id: z.ZodString;
5702
+ }, _$zod_v4_core0.$strip>;
5703
+ };
5284
5704
  readonly REPO_NOT_FOUND: {
5285
5705
  readonly status: 404;
5286
5706
  readonly message: "Repo not found";
@@ -5436,6 +5856,13 @@ declare const contract: {
5436
5856
  readonly message: "Sign in required";
5437
5857
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
5438
5858
  };
5859
+ readonly TOO_MANY_REQUESTS: {
5860
+ readonly status: 429;
5861
+ readonly message: "Too many requests";
5862
+ readonly data: z.ZodOptional<z.ZodObject<{
5863
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
5864
+ }, _$zod_v4_core0.$strip>>;
5865
+ };
5439
5866
  readonly FORBIDDEN: {
5440
5867
  readonly status: 403;
5441
5868
  readonly message: "You do not have access to this resource";
@@ -5454,6 +5881,13 @@ declare const contract: {
5454
5881
  invitationId: z.ZodString;
5455
5882
  }, _$zod_v4_core0.$strip>;
5456
5883
  };
5884
+ readonly KEY_NOT_FOUND: {
5885
+ readonly status: 404;
5886
+ readonly message: "API key not found";
5887
+ readonly data: z.ZodObject<{
5888
+ id: z.ZodString;
5889
+ }, _$zod_v4_core0.$strip>;
5890
+ };
5457
5891
  readonly REPO_NOT_FOUND: {
5458
5892
  readonly status: 404;
5459
5893
  readonly message: "Repo not found";
@@ -5611,6 +6045,13 @@ declare const contract: {
5611
6045
  readonly message: "Sign in required";
5612
6046
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
5613
6047
  };
6048
+ readonly TOO_MANY_REQUESTS: {
6049
+ readonly status: 429;
6050
+ readonly message: "Too many requests";
6051
+ readonly data: z.ZodOptional<z.ZodObject<{
6052
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
6053
+ }, _$zod_v4_core0.$strip>>;
6054
+ };
5614
6055
  readonly FORBIDDEN: {
5615
6056
  readonly status: 403;
5616
6057
  readonly message: "You do not have access to this resource";
@@ -5629,6 +6070,13 @@ declare const contract: {
5629
6070
  invitationId: z.ZodString;
5630
6071
  }, _$zod_v4_core0.$strip>;
5631
6072
  };
6073
+ readonly KEY_NOT_FOUND: {
6074
+ readonly status: 404;
6075
+ readonly message: "API key not found";
6076
+ readonly data: z.ZodObject<{
6077
+ id: z.ZodString;
6078
+ }, _$zod_v4_core0.$strip>;
6079
+ };
5632
6080
  readonly REPO_NOT_FOUND: {
5633
6081
  readonly status: 404;
5634
6082
  readonly message: "Repo not found";
@@ -5795,6 +6243,13 @@ declare const contract: {
5795
6243
  readonly message: "Sign in required";
5796
6244
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
5797
6245
  };
6246
+ readonly TOO_MANY_REQUESTS: {
6247
+ readonly status: 429;
6248
+ readonly message: "Too many requests";
6249
+ readonly data: z.ZodOptional<z.ZodObject<{
6250
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
6251
+ }, _$zod_v4_core0.$strip>>;
6252
+ };
5798
6253
  readonly FORBIDDEN: {
5799
6254
  readonly status: 403;
5800
6255
  readonly message: "You do not have access to this resource";
@@ -5813,6 +6268,13 @@ declare const contract: {
5813
6268
  invitationId: z.ZodString;
5814
6269
  }, _$zod_v4_core0.$strip>;
5815
6270
  };
6271
+ readonly KEY_NOT_FOUND: {
6272
+ readonly status: 404;
6273
+ readonly message: "API key not found";
6274
+ readonly data: z.ZodObject<{
6275
+ id: z.ZodString;
6276
+ }, _$zod_v4_core0.$strip>;
6277
+ };
5816
6278
  readonly REPO_NOT_FOUND: {
5817
6279
  readonly status: 404;
5818
6280
  readonly message: "Repo not found";
@@ -5959,6 +6421,13 @@ declare const contract: {
5959
6421
  readonly message: "Sign in required";
5960
6422
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
5961
6423
  };
6424
+ readonly TOO_MANY_REQUESTS: {
6425
+ readonly status: 429;
6426
+ readonly message: "Too many requests";
6427
+ readonly data: z.ZodOptional<z.ZodObject<{
6428
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
6429
+ }, _$zod_v4_core0.$strip>>;
6430
+ };
5962
6431
  readonly FORBIDDEN: {
5963
6432
  readonly status: 403;
5964
6433
  readonly message: "You do not have access to this resource";
@@ -5977,6 +6446,13 @@ declare const contract: {
5977
6446
  invitationId: z.ZodString;
5978
6447
  }, _$zod_v4_core0.$strip>;
5979
6448
  };
6449
+ readonly KEY_NOT_FOUND: {
6450
+ readonly status: 404;
6451
+ readonly message: "API key not found";
6452
+ readonly data: z.ZodObject<{
6453
+ id: z.ZodString;
6454
+ }, _$zod_v4_core0.$strip>;
6455
+ };
5980
6456
  readonly REPO_NOT_FOUND: {
5981
6457
  readonly status: 404;
5982
6458
  readonly message: "Repo not found";
@@ -6103,6 +6579,13 @@ declare const contract: {
6103
6579
  readonly message: "Sign in required";
6104
6580
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
6105
6581
  };
6582
+ readonly TOO_MANY_REQUESTS: {
6583
+ readonly status: 429;
6584
+ readonly message: "Too many requests";
6585
+ readonly data: z.ZodOptional<z.ZodObject<{
6586
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
6587
+ }, _$zod_v4_core0.$strip>>;
6588
+ };
6106
6589
  readonly FORBIDDEN: {
6107
6590
  readonly status: 403;
6108
6591
  readonly message: "You do not have access to this resource";
@@ -6121,6 +6604,13 @@ declare const contract: {
6121
6604
  invitationId: z.ZodString;
6122
6605
  }, _$zod_v4_core0.$strip>;
6123
6606
  };
6607
+ readonly KEY_NOT_FOUND: {
6608
+ readonly status: 404;
6609
+ readonly message: "API key not found";
6610
+ readonly data: z.ZodObject<{
6611
+ id: z.ZodString;
6612
+ }, _$zod_v4_core0.$strip>;
6613
+ };
6124
6614
  readonly REPO_NOT_FOUND: {
6125
6615
  readonly status: 404;
6126
6616
  readonly message: "Repo not found";
@@ -6279,6 +6769,13 @@ declare const contract: {
6279
6769
  readonly message: "Sign in required";
6280
6770
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
6281
6771
  };
6772
+ readonly TOO_MANY_REQUESTS: {
6773
+ readonly status: 429;
6774
+ readonly message: "Too many requests";
6775
+ readonly data: z.ZodOptional<z.ZodObject<{
6776
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
6777
+ }, _$zod_v4_core0.$strip>>;
6778
+ };
6282
6779
  readonly FORBIDDEN: {
6283
6780
  readonly status: 403;
6284
6781
  readonly message: "You do not have access to this resource";
@@ -6297,6 +6794,13 @@ declare const contract: {
6297
6794
  invitationId: z.ZodString;
6298
6795
  }, _$zod_v4_core0.$strip>;
6299
6796
  };
6797
+ readonly KEY_NOT_FOUND: {
6798
+ readonly status: 404;
6799
+ readonly message: "API key not found";
6800
+ readonly data: z.ZodObject<{
6801
+ id: z.ZodString;
6802
+ }, _$zod_v4_core0.$strip>;
6803
+ };
6300
6804
  readonly REPO_NOT_FOUND: {
6301
6805
  readonly status: 404;
6302
6806
  readonly message: "Repo not found";
@@ -6431,6 +6935,13 @@ declare const contract: {
6431
6935
  readonly message: "Sign in required";
6432
6936
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
6433
6937
  };
6938
+ readonly TOO_MANY_REQUESTS: {
6939
+ readonly status: 429;
6940
+ readonly message: "Too many requests";
6941
+ readonly data: z.ZodOptional<z.ZodObject<{
6942
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
6943
+ }, _$zod_v4_core0.$strip>>;
6944
+ };
6434
6945
  readonly FORBIDDEN: {
6435
6946
  readonly status: 403;
6436
6947
  readonly message: "You do not have access to this resource";
@@ -6449,6 +6960,13 @@ declare const contract: {
6449
6960
  invitationId: z.ZodString;
6450
6961
  }, _$zod_v4_core0.$strip>;
6451
6962
  };
6963
+ readonly KEY_NOT_FOUND: {
6964
+ readonly status: 404;
6965
+ readonly message: "API key not found";
6966
+ readonly data: z.ZodObject<{
6967
+ id: z.ZodString;
6968
+ }, _$zod_v4_core0.$strip>;
6969
+ };
6452
6970
  readonly REPO_NOT_FOUND: {
6453
6971
  readonly status: 404;
6454
6972
  readonly message: "Repo not found";
@@ -6580,6 +7098,13 @@ declare const contract: {
6580
7098
  readonly message: "Sign in required";
6581
7099
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
6582
7100
  };
7101
+ readonly TOO_MANY_REQUESTS: {
7102
+ readonly status: 429;
7103
+ readonly message: "Too many requests";
7104
+ readonly data: z.ZodOptional<z.ZodObject<{
7105
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
7106
+ }, _$zod_v4_core0.$strip>>;
7107
+ };
6583
7108
  readonly FORBIDDEN: {
6584
7109
  readonly status: 403;
6585
7110
  readonly message: "You do not have access to this resource";
@@ -6598,6 +7123,13 @@ declare const contract: {
6598
7123
  invitationId: z.ZodString;
6599
7124
  }, _$zod_v4_core0.$strip>;
6600
7125
  };
7126
+ readonly KEY_NOT_FOUND: {
7127
+ readonly status: 404;
7128
+ readonly message: "API key not found";
7129
+ readonly data: z.ZodObject<{
7130
+ id: z.ZodString;
7131
+ }, _$zod_v4_core0.$strip>;
7132
+ };
6601
7133
  readonly REPO_NOT_FOUND: {
6602
7134
  readonly status: 404;
6603
7135
  readonly message: "Repo not found";
@@ -6729,6 +7261,13 @@ declare const contract: {
6729
7261
  readonly message: "Sign in required";
6730
7262
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
6731
7263
  };
7264
+ readonly TOO_MANY_REQUESTS: {
7265
+ readonly status: 429;
7266
+ readonly message: "Too many requests";
7267
+ readonly data: z.ZodOptional<z.ZodObject<{
7268
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
7269
+ }, _$zod_v4_core0.$strip>>;
7270
+ };
6732
7271
  readonly FORBIDDEN: {
6733
7272
  readonly status: 403;
6734
7273
  readonly message: "You do not have access to this resource";
@@ -6747,6 +7286,13 @@ declare const contract: {
6747
7286
  invitationId: z.ZodString;
6748
7287
  }, _$zod_v4_core0.$strip>;
6749
7288
  };
7289
+ readonly KEY_NOT_FOUND: {
7290
+ readonly status: 404;
7291
+ readonly message: "API key not found";
7292
+ readonly data: z.ZodObject<{
7293
+ id: z.ZodString;
7294
+ }, _$zod_v4_core0.$strip>;
7295
+ };
6750
7296
  readonly REPO_NOT_FOUND: {
6751
7297
  readonly status: 404;
6752
7298
  readonly message: "Repo not found";
@@ -6873,6 +7419,13 @@ declare const contract: {
6873
7419
  readonly message: "Sign in required";
6874
7420
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
6875
7421
  };
7422
+ readonly TOO_MANY_REQUESTS: {
7423
+ readonly status: 429;
7424
+ readonly message: "Too many requests";
7425
+ readonly data: z.ZodOptional<z.ZodObject<{
7426
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
7427
+ }, _$zod_v4_core0.$strip>>;
7428
+ };
6876
7429
  readonly FORBIDDEN: {
6877
7430
  readonly status: 403;
6878
7431
  readonly message: "You do not have access to this resource";
@@ -6891,6 +7444,13 @@ declare const contract: {
6891
7444
  invitationId: z.ZodString;
6892
7445
  }, _$zod_v4_core0.$strip>;
6893
7446
  };
7447
+ readonly KEY_NOT_FOUND: {
7448
+ readonly status: 404;
7449
+ readonly message: "API key not found";
7450
+ readonly data: z.ZodObject<{
7451
+ id: z.ZodString;
7452
+ }, _$zod_v4_core0.$strip>;
7453
+ };
6894
7454
  readonly REPO_NOT_FOUND: {
6895
7455
  readonly status: 404;
6896
7456
  readonly message: "Repo not found";
@@ -7031,6 +7591,13 @@ declare const contract: {
7031
7591
  readonly message: "Sign in required";
7032
7592
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
7033
7593
  };
7594
+ readonly TOO_MANY_REQUESTS: {
7595
+ readonly status: 429;
7596
+ readonly message: "Too many requests";
7597
+ readonly data: z.ZodOptional<z.ZodObject<{
7598
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
7599
+ }, _$zod_v4_core0.$strip>>;
7600
+ };
7034
7601
  readonly FORBIDDEN: {
7035
7602
  readonly status: 403;
7036
7603
  readonly message: "You do not have access to this resource";
@@ -7049,6 +7616,13 @@ declare const contract: {
7049
7616
  invitationId: z.ZodString;
7050
7617
  }, _$zod_v4_core0.$strip>;
7051
7618
  };
7619
+ readonly KEY_NOT_FOUND: {
7620
+ readonly status: 404;
7621
+ readonly message: "API key not found";
7622
+ readonly data: z.ZodObject<{
7623
+ id: z.ZodString;
7624
+ }, _$zod_v4_core0.$strip>;
7625
+ };
7052
7626
  readonly REPO_NOT_FOUND: {
7053
7627
  readonly status: 404;
7054
7628
  readonly message: "Repo not found";
@@ -7189,6 +7763,13 @@ declare const contract: {
7189
7763
  readonly message: "Sign in required";
7190
7764
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
7191
7765
  };
7766
+ readonly TOO_MANY_REQUESTS: {
7767
+ readonly status: 429;
7768
+ readonly message: "Too many requests";
7769
+ readonly data: z.ZodOptional<z.ZodObject<{
7770
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
7771
+ }, _$zod_v4_core0.$strip>>;
7772
+ };
7192
7773
  readonly FORBIDDEN: {
7193
7774
  readonly status: 403;
7194
7775
  readonly message: "You do not have access to this resource";
@@ -7207,6 +7788,13 @@ declare const contract: {
7207
7788
  invitationId: z.ZodString;
7208
7789
  }, _$zod_v4_core0.$strip>;
7209
7790
  };
7791
+ readonly KEY_NOT_FOUND: {
7792
+ readonly status: 404;
7793
+ readonly message: "API key not found";
7794
+ readonly data: z.ZodObject<{
7795
+ id: z.ZodString;
7796
+ }, _$zod_v4_core0.$strip>;
7797
+ };
7210
7798
  readonly REPO_NOT_FOUND: {
7211
7799
  readonly status: 404;
7212
7800
  readonly message: "Repo not found";
@@ -7334,6 +7922,13 @@ declare const contract: {
7334
7922
  readonly message: "Sign in required";
7335
7923
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
7336
7924
  };
7925
+ readonly TOO_MANY_REQUESTS: {
7926
+ readonly status: 429;
7927
+ readonly message: "Too many requests";
7928
+ readonly data: z.ZodOptional<z.ZodObject<{
7929
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
7930
+ }, _$zod_v4_core0.$strip>>;
7931
+ };
7337
7932
  readonly FORBIDDEN: {
7338
7933
  readonly status: 403;
7339
7934
  readonly message: "You do not have access to this resource";
@@ -7352,6 +7947,13 @@ declare const contract: {
7352
7947
  invitationId: z.ZodString;
7353
7948
  }, _$zod_v4_core0.$strip>;
7354
7949
  };
7950
+ readonly KEY_NOT_FOUND: {
7951
+ readonly status: 404;
7952
+ readonly message: "API key not found";
7953
+ readonly data: z.ZodObject<{
7954
+ id: z.ZodString;
7955
+ }, _$zod_v4_core0.$strip>;
7956
+ };
7355
7957
  readonly REPO_NOT_FOUND: {
7356
7958
  readonly status: 404;
7357
7959
  readonly message: "Repo not found";
@@ -7493,6 +8095,13 @@ declare const contract: {
7493
8095
  readonly message: "Sign in required";
7494
8096
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
7495
8097
  };
8098
+ readonly TOO_MANY_REQUESTS: {
8099
+ readonly status: 429;
8100
+ readonly message: "Too many requests";
8101
+ readonly data: z.ZodOptional<z.ZodObject<{
8102
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
8103
+ }, _$zod_v4_core0.$strip>>;
8104
+ };
7496
8105
  readonly FORBIDDEN: {
7497
8106
  readonly status: 403;
7498
8107
  readonly message: "You do not have access to this resource";
@@ -7511,6 +8120,13 @@ declare const contract: {
7511
8120
  invitationId: z.ZodString;
7512
8121
  }, _$zod_v4_core0.$strip>;
7513
8122
  };
8123
+ readonly KEY_NOT_FOUND: {
8124
+ readonly status: 404;
8125
+ readonly message: "API key not found";
8126
+ readonly data: z.ZodObject<{
8127
+ id: z.ZodString;
8128
+ }, _$zod_v4_core0.$strip>;
8129
+ };
7514
8130
  readonly REPO_NOT_FOUND: {
7515
8131
  readonly status: 404;
7516
8132
  readonly message: "Repo not found";
@@ -7637,6 +8253,13 @@ declare const contract: {
7637
8253
  readonly message: "Sign in required";
7638
8254
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
7639
8255
  };
8256
+ readonly TOO_MANY_REQUESTS: {
8257
+ readonly status: 429;
8258
+ readonly message: "Too many requests";
8259
+ readonly data: z.ZodOptional<z.ZodObject<{
8260
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
8261
+ }, _$zod_v4_core0.$strip>>;
8262
+ };
7640
8263
  readonly FORBIDDEN: {
7641
8264
  readonly status: 403;
7642
8265
  readonly message: "You do not have access to this resource";
@@ -7655,6 +8278,13 @@ declare const contract: {
7655
8278
  invitationId: z.ZodString;
7656
8279
  }, _$zod_v4_core0.$strip>;
7657
8280
  };
8281
+ readonly KEY_NOT_FOUND: {
8282
+ readonly status: 404;
8283
+ readonly message: "API key not found";
8284
+ readonly data: z.ZodObject<{
8285
+ id: z.ZodString;
8286
+ }, _$zod_v4_core0.$strip>;
8287
+ };
7658
8288
  readonly REPO_NOT_FOUND: {
7659
8289
  readonly status: 404;
7660
8290
  readonly message: "Repo not found";
@@ -7782,6 +8412,13 @@ declare const contract: {
7782
8412
  readonly message: "Sign in required";
7783
8413
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
7784
8414
  };
8415
+ readonly TOO_MANY_REQUESTS: {
8416
+ readonly status: 429;
8417
+ readonly message: "Too many requests";
8418
+ readonly data: z.ZodOptional<z.ZodObject<{
8419
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
8420
+ }, _$zod_v4_core0.$strip>>;
8421
+ };
7785
8422
  readonly FORBIDDEN: {
7786
8423
  readonly status: 403;
7787
8424
  readonly message: "You do not have access to this resource";
@@ -7800,6 +8437,13 @@ declare const contract: {
7800
8437
  invitationId: z.ZodString;
7801
8438
  }, _$zod_v4_core0.$strip>;
7802
8439
  };
8440
+ readonly KEY_NOT_FOUND: {
8441
+ readonly status: 404;
8442
+ readonly message: "API key not found";
8443
+ readonly data: z.ZodObject<{
8444
+ id: z.ZodString;
8445
+ }, _$zod_v4_core0.$strip>;
8446
+ };
7803
8447
  readonly REPO_NOT_FOUND: {
7804
8448
  readonly status: 404;
7805
8449
  readonly message: "Repo not found";
@@ -7926,6 +8570,13 @@ declare const contract: {
7926
8570
  readonly message: "Sign in required";
7927
8571
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
7928
8572
  };
8573
+ readonly TOO_MANY_REQUESTS: {
8574
+ readonly status: 429;
8575
+ readonly message: "Too many requests";
8576
+ readonly data: z.ZodOptional<z.ZodObject<{
8577
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
8578
+ }, _$zod_v4_core0.$strip>>;
8579
+ };
7929
8580
  readonly FORBIDDEN: {
7930
8581
  readonly status: 403;
7931
8582
  readonly message: "You do not have access to this resource";
@@ -7944,6 +8595,13 @@ declare const contract: {
7944
8595
  invitationId: z.ZodString;
7945
8596
  }, _$zod_v4_core0.$strip>;
7946
8597
  };
8598
+ readonly KEY_NOT_FOUND: {
8599
+ readonly status: 404;
8600
+ readonly message: "API key not found";
8601
+ readonly data: z.ZodObject<{
8602
+ id: z.ZodString;
8603
+ }, _$zod_v4_core0.$strip>;
8604
+ };
7947
8605
  readonly REPO_NOT_FOUND: {
7948
8606
  readonly status: 404;
7949
8607
  readonly message: "Repo not found";
@@ -8089,6 +8747,13 @@ declare const contract: {
8089
8747
  readonly message: "Sign in required";
8090
8748
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
8091
8749
  };
8750
+ readonly TOO_MANY_REQUESTS: {
8751
+ readonly status: 429;
8752
+ readonly message: "Too many requests";
8753
+ readonly data: z.ZodOptional<z.ZodObject<{
8754
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
8755
+ }, _$zod_v4_core0.$strip>>;
8756
+ };
8092
8757
  readonly FORBIDDEN: {
8093
8758
  readonly status: 403;
8094
8759
  readonly message: "You do not have access to this resource";
@@ -8107,6 +8772,13 @@ declare const contract: {
8107
8772
  invitationId: z.ZodString;
8108
8773
  }, _$zod_v4_core0.$strip>;
8109
8774
  };
8775
+ readonly KEY_NOT_FOUND: {
8776
+ readonly status: 404;
8777
+ readonly message: "API key not found";
8778
+ readonly data: z.ZodObject<{
8779
+ id: z.ZodString;
8780
+ }, _$zod_v4_core0.$strip>;
8781
+ };
8110
8782
  readonly REPO_NOT_FOUND: {
8111
8783
  readonly status: 404;
8112
8784
  readonly message: "Repo not found";
@@ -8251,6 +8923,13 @@ declare const contract: {
8251
8923
  readonly message: "Sign in required";
8252
8924
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
8253
8925
  };
8926
+ readonly TOO_MANY_REQUESTS: {
8927
+ readonly status: 429;
8928
+ readonly message: "Too many requests";
8929
+ readonly data: z.ZodOptional<z.ZodObject<{
8930
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
8931
+ }, _$zod_v4_core0.$strip>>;
8932
+ };
8254
8933
  readonly FORBIDDEN: {
8255
8934
  readonly status: 403;
8256
8935
  readonly message: "You do not have access to this resource";
@@ -8269,6 +8948,13 @@ declare const contract: {
8269
8948
  invitationId: z.ZodString;
8270
8949
  }, _$zod_v4_core0.$strip>;
8271
8950
  };
8951
+ readonly KEY_NOT_FOUND: {
8952
+ readonly status: 404;
8953
+ readonly message: "API key not found";
8954
+ readonly data: z.ZodObject<{
8955
+ id: z.ZodString;
8956
+ }, _$zod_v4_core0.$strip>;
8957
+ };
8272
8958
  readonly REPO_NOT_FOUND: {
8273
8959
  readonly status: 404;
8274
8960
  readonly message: "Repo not found";
@@ -8413,6 +9099,13 @@ declare const contract: {
8413
9099
  readonly message: "Sign in required";
8414
9100
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
8415
9101
  };
9102
+ readonly TOO_MANY_REQUESTS: {
9103
+ readonly status: 429;
9104
+ readonly message: "Too many requests";
9105
+ readonly data: z.ZodOptional<z.ZodObject<{
9106
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
9107
+ }, _$zod_v4_core0.$strip>>;
9108
+ };
8416
9109
  readonly FORBIDDEN: {
8417
9110
  readonly status: 403;
8418
9111
  readonly message: "You do not have access to this resource";
@@ -8431,6 +9124,13 @@ declare const contract: {
8431
9124
  invitationId: z.ZodString;
8432
9125
  }, _$zod_v4_core0.$strip>;
8433
9126
  };
9127
+ readonly KEY_NOT_FOUND: {
9128
+ readonly status: 404;
9129
+ readonly message: "API key not found";
9130
+ readonly data: z.ZodObject<{
9131
+ id: z.ZodString;
9132
+ }, _$zod_v4_core0.$strip>;
9133
+ };
8434
9134
  readonly REPO_NOT_FOUND: {
8435
9135
  readonly status: 404;
8436
9136
  readonly message: "Repo not found";
@@ -8570,6 +9270,13 @@ declare const contract: {
8570
9270
  readonly message: "Sign in required";
8571
9271
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
8572
9272
  };
9273
+ readonly TOO_MANY_REQUESTS: {
9274
+ readonly status: 429;
9275
+ readonly message: "Too many requests";
9276
+ readonly data: z.ZodOptional<z.ZodObject<{
9277
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
9278
+ }, _$zod_v4_core0.$strip>>;
9279
+ };
8573
9280
  readonly FORBIDDEN: {
8574
9281
  readonly status: 403;
8575
9282
  readonly message: "You do not have access to this resource";
@@ -8588,6 +9295,13 @@ declare const contract: {
8588
9295
  invitationId: z.ZodString;
8589
9296
  }, _$zod_v4_core0.$strip>;
8590
9297
  };
9298
+ readonly KEY_NOT_FOUND: {
9299
+ readonly status: 404;
9300
+ readonly message: "API key not found";
9301
+ readonly data: z.ZodObject<{
9302
+ id: z.ZodString;
9303
+ }, _$zod_v4_core0.$strip>;
9304
+ };
8591
9305
  readonly REPO_NOT_FOUND: {
8592
9306
  readonly status: 404;
8593
9307
  readonly message: "Repo not found";
@@ -8731,6 +9445,13 @@ declare const contract: {
8731
9445
  readonly message: "Sign in required";
8732
9446
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
8733
9447
  };
9448
+ readonly TOO_MANY_REQUESTS: {
9449
+ readonly status: 429;
9450
+ readonly message: "Too many requests";
9451
+ readonly data: z.ZodOptional<z.ZodObject<{
9452
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
9453
+ }, _$zod_v4_core0.$strip>>;
9454
+ };
8734
9455
  readonly FORBIDDEN: {
8735
9456
  readonly status: 403;
8736
9457
  readonly message: "You do not have access to this resource";
@@ -8749,6 +9470,13 @@ declare const contract: {
8749
9470
  invitationId: z.ZodString;
8750
9471
  }, _$zod_v4_core0.$strip>;
8751
9472
  };
9473
+ readonly KEY_NOT_FOUND: {
9474
+ readonly status: 404;
9475
+ readonly message: "API key not found";
9476
+ readonly data: z.ZodObject<{
9477
+ id: z.ZodString;
9478
+ }, _$zod_v4_core0.$strip>;
9479
+ };
8752
9480
  readonly REPO_NOT_FOUND: {
8753
9481
  readonly status: 404;
8754
9482
  readonly message: "Repo not found";
@@ -8890,6 +9618,13 @@ declare const contract: {
8890
9618
  readonly message: "Sign in required";
8891
9619
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
8892
9620
  };
9621
+ readonly TOO_MANY_REQUESTS: {
9622
+ readonly status: 429;
9623
+ readonly message: "Too many requests";
9624
+ readonly data: z.ZodOptional<z.ZodObject<{
9625
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
9626
+ }, _$zod_v4_core0.$strip>>;
9627
+ };
8893
9628
  readonly FORBIDDEN: {
8894
9629
  readonly status: 403;
8895
9630
  readonly message: "You do not have access to this resource";
@@ -8908,6 +9643,13 @@ declare const contract: {
8908
9643
  invitationId: z.ZodString;
8909
9644
  }, _$zod_v4_core0.$strip>;
8910
9645
  };
9646
+ readonly KEY_NOT_FOUND: {
9647
+ readonly status: 404;
9648
+ readonly message: "API key not found";
9649
+ readonly data: z.ZodObject<{
9650
+ id: z.ZodString;
9651
+ }, _$zod_v4_core0.$strip>;
9652
+ };
8911
9653
  readonly REPO_NOT_FOUND: {
8912
9654
  readonly status: 404;
8913
9655
  readonly message: "Repo not found";
@@ -9035,6 +9777,13 @@ declare const contract: {
9035
9777
  readonly message: "Sign in required";
9036
9778
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
9037
9779
  };
9780
+ readonly TOO_MANY_REQUESTS: {
9781
+ readonly status: 429;
9782
+ readonly message: "Too many requests";
9783
+ readonly data: z.ZodOptional<z.ZodObject<{
9784
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
9785
+ }, _$zod_v4_core0.$strip>>;
9786
+ };
9038
9787
  readonly FORBIDDEN: {
9039
9788
  readonly status: 403;
9040
9789
  readonly message: "You do not have access to this resource";
@@ -9053,6 +9802,13 @@ declare const contract: {
9053
9802
  invitationId: z.ZodString;
9054
9803
  }, _$zod_v4_core0.$strip>;
9055
9804
  };
9805
+ readonly KEY_NOT_FOUND: {
9806
+ readonly status: 404;
9807
+ readonly message: "API key not found";
9808
+ readonly data: z.ZodObject<{
9809
+ id: z.ZodString;
9810
+ }, _$zod_v4_core0.$strip>;
9811
+ };
9056
9812
  readonly REPO_NOT_FOUND: {
9057
9813
  readonly status: 404;
9058
9814
  readonly message: "Repo not found";
@@ -9201,6 +9957,13 @@ declare const contract: {
9201
9957
  readonly message: "Sign in required";
9202
9958
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
9203
9959
  };
9960
+ readonly TOO_MANY_REQUESTS: {
9961
+ readonly status: 429;
9962
+ readonly message: "Too many requests";
9963
+ readonly data: z.ZodOptional<z.ZodObject<{
9964
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
9965
+ }, _$zod_v4_core0.$strip>>;
9966
+ };
9204
9967
  readonly FORBIDDEN: {
9205
9968
  readonly status: 403;
9206
9969
  readonly message: "You do not have access to this resource";
@@ -9219,6 +9982,13 @@ declare const contract: {
9219
9982
  invitationId: z.ZodString;
9220
9983
  }, _$zod_v4_core0.$strip>;
9221
9984
  };
9985
+ readonly KEY_NOT_FOUND: {
9986
+ readonly status: 404;
9987
+ readonly message: "API key not found";
9988
+ readonly data: z.ZodObject<{
9989
+ id: z.ZodString;
9990
+ }, _$zod_v4_core0.$strip>;
9991
+ };
9222
9992
  readonly REPO_NOT_FOUND: {
9223
9993
  readonly status: 404;
9224
9994
  readonly message: "Repo not found";
@@ -9362,6 +10132,13 @@ declare const contract: {
9362
10132
  readonly message: "Sign in required";
9363
10133
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
9364
10134
  };
10135
+ readonly TOO_MANY_REQUESTS: {
10136
+ readonly status: 429;
10137
+ readonly message: "Too many requests";
10138
+ readonly data: z.ZodOptional<z.ZodObject<{
10139
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
10140
+ }, _$zod_v4_core0.$strip>>;
10141
+ };
9365
10142
  readonly FORBIDDEN: {
9366
10143
  readonly status: 403;
9367
10144
  readonly message: "You do not have access to this resource";
@@ -9380,6 +10157,13 @@ declare const contract: {
9380
10157
  invitationId: z.ZodString;
9381
10158
  }, _$zod_v4_core0.$strip>;
9382
10159
  };
10160
+ readonly KEY_NOT_FOUND: {
10161
+ readonly status: 404;
10162
+ readonly message: "API key not found";
10163
+ readonly data: z.ZodObject<{
10164
+ id: z.ZodString;
10165
+ }, _$zod_v4_core0.$strip>;
10166
+ };
9383
10167
  readonly REPO_NOT_FOUND: {
9384
10168
  readonly status: 404;
9385
10169
  readonly message: "Repo not found";
@@ -9521,6 +10305,13 @@ declare const contract: {
9521
10305
  readonly message: "Sign in required";
9522
10306
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
9523
10307
  };
10308
+ readonly TOO_MANY_REQUESTS: {
10309
+ readonly status: 429;
10310
+ readonly message: "Too many requests";
10311
+ readonly data: z.ZodOptional<z.ZodObject<{
10312
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
10313
+ }, _$zod_v4_core0.$strip>>;
10314
+ };
9524
10315
  readonly FORBIDDEN: {
9525
10316
  readonly status: 403;
9526
10317
  readonly message: "You do not have access to this resource";
@@ -9539,6 +10330,13 @@ declare const contract: {
9539
10330
  invitationId: z.ZodString;
9540
10331
  }, _$zod_v4_core0.$strip>;
9541
10332
  };
10333
+ readonly KEY_NOT_FOUND: {
10334
+ readonly status: 404;
10335
+ readonly message: "API key not found";
10336
+ readonly data: z.ZodObject<{
10337
+ id: z.ZodString;
10338
+ }, _$zod_v4_core0.$strip>;
10339
+ };
9542
10340
  readonly REPO_NOT_FOUND: {
9543
10341
  readonly status: 404;
9544
10342
  readonly message: "Repo not found";
@@ -9667,6 +10465,13 @@ declare const contract: {
9667
10465
  readonly message: "Sign in required";
9668
10466
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
9669
10467
  };
10468
+ readonly TOO_MANY_REQUESTS: {
10469
+ readonly status: 429;
10470
+ readonly message: "Too many requests";
10471
+ readonly data: z.ZodOptional<z.ZodObject<{
10472
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
10473
+ }, _$zod_v4_core0.$strip>>;
10474
+ };
9670
10475
  readonly FORBIDDEN: {
9671
10476
  readonly status: 403;
9672
10477
  readonly message: "You do not have access to this resource";
@@ -9685,6 +10490,13 @@ declare const contract: {
9685
10490
  invitationId: z.ZodString;
9686
10491
  }, _$zod_v4_core0.$strip>;
9687
10492
  };
10493
+ readonly KEY_NOT_FOUND: {
10494
+ readonly status: 404;
10495
+ readonly message: "API key not found";
10496
+ readonly data: z.ZodObject<{
10497
+ id: z.ZodString;
10498
+ }, _$zod_v4_core0.$strip>;
10499
+ };
9688
10500
  readonly REPO_NOT_FOUND: {
9689
10501
  readonly status: 404;
9690
10502
  readonly message: "Repo not found";
@@ -9821,6 +10633,13 @@ declare const contract: {
9821
10633
  readonly message: "Sign in required";
9822
10634
  readonly data: z.ZodOptional<z.ZodObject<{}, _$zod_v4_core0.$strip>>;
9823
10635
  };
10636
+ readonly TOO_MANY_REQUESTS: {
10637
+ readonly status: 429;
10638
+ readonly message: "Too many requests";
10639
+ readonly data: z.ZodOptional<z.ZodObject<{
10640
+ retryAfterMs: z.ZodOptional<z.ZodNumber>;
10641
+ }, _$zod_v4_core0.$strip>>;
10642
+ };
9824
10643
  readonly FORBIDDEN: {
9825
10644
  readonly status: 403;
9826
10645
  readonly message: "You do not have access to this resource";
@@ -9839,6 +10658,13 @@ declare const contract: {
9839
10658
  invitationId: z.ZodString;
9840
10659
  }, _$zod_v4_core0.$strip>;
9841
10660
  };
10661
+ readonly KEY_NOT_FOUND: {
10662
+ readonly status: 404;
10663
+ readonly message: "API key not found";
10664
+ readonly data: z.ZodObject<{
10665
+ id: z.ZodString;
10666
+ }, _$zod_v4_core0.$strip>;
10667
+ };
9842
10668
  readonly REPO_NOT_FOUND: {
9843
10669
  readonly status: 404;
9844
10670
  readonly message: "Repo not found";