@alpic-ai/api 0.0.0-staging.ffd67d5 → 0.0.0-staging.g07a9dac

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
@@ -1,6 +1,6 @@
1
- import * as _orpc_contract0 from "@orpc/contract";
2
- import { InferContractRouterInputs, InferContractRouterOutputs } from "@orpc/contract";
3
1
  import { z } from "zod";
2
+ import * as _$_orpc_contract0 from "@orpc/contract";
3
+ import { InferContractRouterInputs, InferContractRouterOutputs } from "@orpc/contract";
4
4
 
5
5
  //#region src/api.contract.d.ts
6
6
  type ApiContext = {
@@ -11,12 +11,12 @@ type ApiContext = {
11
11
  };
12
12
  };
13
13
  declare const deploymentStatusSchema: z.ZodEnum<{
14
- failed: "failed";
15
14
  ongoing: "ongoing";
16
15
  deployed: "deployed";
16
+ failed: "failed";
17
17
  canceled: "canceled";
18
18
  }>;
19
- declare const createEnvironmentContractV1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
19
+ declare const createEnvironmentContractV1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
20
20
  projectId: z.ZodString;
21
21
  name: z.ZodString;
22
22
  sourceBranch: z.ZodString;
@@ -32,14 +32,14 @@ declare const createEnvironmentContractV1: _orpc_contract0.ContractProcedureBuil
32
32
  urls: z.ZodArray<z.ZodString>;
33
33
  createdAt: z.ZodCoercedDate<unknown>;
34
34
  projectId: z.ZodString;
35
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
35
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
36
36
  NOT_FOUND: {};
37
37
  BAD_REQUEST: {};
38
38
  }>, Record<never, never>>;
39
39
  declare const contract: {
40
40
  teams: {
41
41
  list: {
42
- v1: _orpc_contract0.ContractProcedureBuilderWithOutput<_orpc_contract0.Schema<unknown, unknown>, z.ZodArray<z.ZodObject<{
42
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithOutput<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodArray<z.ZodObject<{
43
43
  id: z.ZodString;
44
44
  name: z.ZodString;
45
45
  createdAt: z.ZodCoercedDate<unknown>;
@@ -49,7 +49,7 @@ declare const contract: {
49
49
  };
50
50
  analytics: {
51
51
  get: {
52
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
52
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
53
53
  projectId: z.ZodString;
54
54
  startTimestamp: z.ZodCoercedNumber<unknown>;
55
55
  endTimestamp: z.ZodCoercedNumber<unknown>;
@@ -92,7 +92,7 @@ declare const contract: {
92
92
  categories: z.ZodRecord<z.ZodString, z.ZodUnknown>;
93
93
  }, z.core.$strip>>;
94
94
  }, z.core.$strip>;
95
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
95
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
96
96
  NOT_FOUND: {};
97
97
  BAD_REQUEST: {};
98
98
  }>, Record<never, never>>;
@@ -100,21 +100,21 @@ declare const contract: {
100
100
  };
101
101
  deployments: {
102
102
  list: {
103
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
103
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
104
104
  projectId: z.ZodString;
105
105
  status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
106
- failed: "failed";
107
106
  ongoing: "ongoing";
108
107
  deployed: "deployed";
108
+ failed: "failed";
109
109
  canceled: "canceled";
110
110
  }>>>;
111
111
  environmentId: z.ZodOptional<z.ZodString>;
112
112
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
113
113
  id: z.ZodString;
114
114
  status: z.ZodEnum<{
115
- failed: "failed";
116
115
  ongoing: "ongoing";
117
116
  deployed: "deployed";
117
+ failed: "failed";
118
118
  canceled: "canceled";
119
119
  }>;
120
120
  sourceRef: z.ZodNullable<z.ZodString>;
@@ -128,19 +128,19 @@ declare const contract: {
128
128
  environmentName: z.ZodString;
129
129
  isCurrent: z.ZodBoolean;
130
130
  deploymentPageUrl: z.ZodNullable<z.ZodURL>;
131
- }, z.core.$strip>>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
131
+ }, z.core.$strip>>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
132
132
  NOT_FOUND: {};
133
133
  }>, Record<never, never>>;
134
134
  };
135
135
  get: {
136
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
136
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
137
137
  deploymentId: z.ZodString;
138
138
  }, z.core.$strip>, z.ZodObject<{
139
139
  id: z.ZodString;
140
140
  status: z.ZodEnum<{
141
- failed: "failed";
142
141
  ongoing: "ongoing";
143
142
  deployed: "deployed";
143
+ failed: "failed";
144
144
  canceled: "canceled";
145
145
  }>;
146
146
  sourceRef: z.ZodNullable<z.ZodString>;
@@ -154,12 +154,12 @@ declare const contract: {
154
154
  environmentName: z.ZodString;
155
155
  isCurrent: z.ZodBoolean;
156
156
  deploymentPageUrl: z.ZodNullable<z.ZodURL>;
157
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
157
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
158
158
  NOT_FOUND: {};
159
159
  }>, Record<never, never>>;
160
160
  };
161
161
  uploadArtifact: {
162
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
162
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
163
163
  teamId: z.ZodOptional<z.ZodString>;
164
164
  }, z.core.$strip>>, z.ZodObject<{
165
165
  uploadUrl: z.ZodURL;
@@ -168,7 +168,7 @@ declare const contract: {
168
168
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
169
169
  };
170
170
  getLogs: {
171
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
171
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
172
172
  deploymentId: z.ZodString;
173
173
  }, z.core.$strip>, z.ZodObject<{
174
174
  logs: z.ZodArray<z.ZodObject<{
@@ -176,14 +176,14 @@ declare const contract: {
176
176
  content: z.ZodOptional<z.ZodString>;
177
177
  }, z.core.$strip>>;
178
178
  hasMoreLogs: z.ZodBoolean;
179
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
179
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
180
180
  NOT_FOUND: {};
181
181
  }>, Record<never, never>>;
182
182
  };
183
183
  };
184
184
  environments: {
185
185
  create: {
186
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
186
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
187
187
  projectId: z.ZodString;
188
188
  name: z.ZodString;
189
189
  sourceBranch: z.ZodString;
@@ -199,36 +199,36 @@ declare const contract: {
199
199
  urls: z.ZodArray<z.ZodString>;
200
200
  createdAt: z.ZodCoercedDate<unknown>;
201
201
  projectId: z.ZodString;
202
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
202
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
203
203
  NOT_FOUND: {};
204
204
  BAD_REQUEST: {};
205
205
  }>, Record<never, never>>;
206
206
  };
207
207
  get: {
208
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
208
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
209
209
  environmentId: z.ZodString;
210
210
  }, z.core.$strip>, z.ZodObject<{
211
211
  id: z.ZodString;
212
212
  name: z.ZodString;
213
213
  sourceBranch: z.ZodNullable<z.ZodString>;
214
214
  mcpServerUrl: z.ZodString;
215
- domains: z.ZodArray<z.ZodURL>;
215
+ domains: z.ZodArray<z.ZodCustomStringFormat<"hostname">>;
216
216
  createdAt: z.ZodCoercedDate<unknown>;
217
217
  projectId: z.ZodString;
218
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
218
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
219
219
  NOT_FOUND: {};
220
220
  }>, Record<never, never>>;
221
221
  };
222
222
  deploy: {
223
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
223
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
224
224
  environmentId: z.ZodString;
225
225
  token: z.ZodOptional<z.ZodString>;
226
226
  }, z.core.$strip>, z.ZodObject<{
227
227
  id: z.ZodString;
228
228
  status: z.ZodEnum<{
229
- failed: "failed";
230
229
  ongoing: "ongoing";
231
230
  deployed: "deployed";
231
+ failed: "failed";
232
232
  canceled: "canceled";
233
233
  }>;
234
234
  sourceRef: z.ZodNullable<z.ZodString>;
@@ -242,13 +242,13 @@ declare const contract: {
242
242
  environmentName: z.ZodString;
243
243
  isCurrent: z.ZodBoolean;
244
244
  deploymentPageUrl: z.ZodNullable<z.ZodURL>;
245
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
245
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
246
246
  NOT_FOUND: {};
247
247
  BAD_REQUEST: {};
248
248
  }>, Record<never, never>>;
249
249
  };
250
250
  getLogs: {
251
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
251
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
252
252
  environmentId: z.ZodString;
253
253
  since: z.ZodOptional<z.ZodString>;
254
254
  until: z.ZodOptional<z.ZodString>;
@@ -278,7 +278,39 @@ declare const contract: {
278
278
  durationInMs: z.ZodOptional<z.ZodNumber>;
279
279
  }, z.core.$strip>>;
280
280
  nextToken: z.ZodNullable<z.ZodString>;
281
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
281
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
282
+ NOT_FOUND: {};
283
+ BAD_REQUEST: {};
284
+ }>, Record<never, never>>;
285
+ };
286
+ getLatestLogs: {
287
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
288
+ environmentId: z.ZodString;
289
+ limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
290
+ level: z.ZodOptional<z.ZodArray<z.ZodEnum<{
291
+ INFO: "INFO";
292
+ ERROR: "ERROR";
293
+ WARNING: "WARNING";
294
+ DEBUG: "DEBUG";
295
+ }>>>;
296
+ search: z.ZodOptional<z.ZodString>;
297
+ }, z.core.$strip>, z.ZodObject<{
298
+ logs: z.ZodArray<z.ZodObject<{
299
+ timestamp: z.ZodCoercedDate<unknown>;
300
+ type: z.ZodEnum<{
301
+ INFO: "INFO";
302
+ ERROR: "ERROR";
303
+ WARNING: "WARNING";
304
+ DEBUG: "DEBUG";
305
+ START: "START";
306
+ END: "END";
307
+ }>;
308
+ requestId: z.ZodString;
309
+ content: z.ZodOptional<z.ZodString>;
310
+ method: z.ZodOptional<z.ZodString>;
311
+ durationInMs: z.ZodOptional<z.ZodNumber>;
312
+ }, z.core.$strip>>;
313
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
282
314
  NOT_FOUND: {};
283
315
  BAD_REQUEST: {};
284
316
  }>, Record<never, never>>;
@@ -286,7 +318,7 @@ declare const contract: {
286
318
  };
287
319
  environmentVariables: {
288
320
  list: {
289
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
321
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
290
322
  environmentId: z.ZodString;
291
323
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
292
324
  id: z.ZodString;
@@ -294,12 +326,12 @@ declare const contract: {
294
326
  value: z.ZodString;
295
327
  isSecret: z.ZodBoolean;
296
328
  createdAt: z.ZodCoercedDate<unknown>;
297
- }, z.core.$strip>>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
329
+ }, z.core.$strip>>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
298
330
  NOT_FOUND: {};
299
331
  }>, Record<never, never>>;
300
332
  };
301
333
  create: {
302
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
334
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
303
335
  environmentId: z.ZodString;
304
336
  environmentVariables: z.ZodArray<z.ZodObject<{
305
337
  key: z.ZodString;
@@ -308,37 +340,37 @@ declare const contract: {
308
340
  }, z.core.$strip>>;
309
341
  }, z.core.$strip>, z.ZodObject<{
310
342
  success: z.ZodLiteral<true>;
311
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
343
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
312
344
  NOT_FOUND: {};
313
345
  BAD_REQUEST: {};
314
346
  }>, Record<never, never>>;
315
347
  };
316
348
  update: {
317
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
349
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
318
350
  environmentVariableId: z.ZodString;
319
351
  key: z.ZodString;
320
352
  value: z.ZodOptional<z.ZodString>;
321
- isSecret: z.ZodDefault<z.ZodBoolean>;
353
+ isSecret: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
322
354
  }, z.core.$strip>, z.ZodObject<{
323
355
  success: z.ZodLiteral<true>;
324
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
356
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
325
357
  NOT_FOUND: {};
326
358
  BAD_REQUEST: {};
327
359
  }>, Record<never, never>>;
328
360
  };
329
361
  delete: {
330
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
362
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
331
363
  environmentVariableId: z.ZodString;
332
364
  }, z.core.$strip>, z.ZodObject<{
333
365
  success: z.ZodLiteral<true>;
334
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
366
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
335
367
  NOT_FOUND: {};
336
368
  }>, Record<never, never>>;
337
369
  };
338
370
  };
339
371
  projects: {
340
372
  update: {
341
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
373
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
342
374
  projectId: z.ZodString;
343
375
  name: z.ZodOptional<z.ZodString>;
344
376
  sourceRepository: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -371,18 +403,18 @@ declare const contract: {
371
403
  domains: z.ZodArray<z.ZodObject<{
372
404
  domain: z.ZodString;
373
405
  status: z.ZodEnum<{
374
- failed: "failed";
375
406
  ongoing: "ongoing";
376
407
  deployed: "deployed";
408
+ failed: "failed";
377
409
  }>;
378
410
  createdAt: z.ZodCoercedDate<unknown>;
379
411
  }, z.core.$strip>>;
380
412
  latestDeployment: z.ZodNullable<z.ZodObject<{
381
413
  id: z.ZodString;
382
414
  status: z.ZodEnum<{
383
- failed: "failed";
384
415
  ongoing: "ongoing";
385
416
  deployed: "deployed";
417
+ failed: "failed";
386
418
  canceled: "canceled";
387
419
  }>;
388
420
  sourceCommitId: z.ZodNullable<z.ZodString>;
@@ -400,9 +432,9 @@ declare const contract: {
400
432
  latestDeployment: z.ZodNullable<z.ZodObject<{
401
433
  id: z.ZodString;
402
434
  status: z.ZodEnum<{
403
- failed: "failed";
404
435
  ongoing: "ongoing";
405
436
  deployed: "deployed";
437
+ failed: "failed";
406
438
  canceled: "canceled";
407
439
  }>;
408
440
  sourceCommitId: z.ZodNullable<z.ZodString>;
@@ -410,13 +442,13 @@ declare const contract: {
410
442
  completedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
411
443
  }, z.core.$strip>>;
412
444
  }, z.core.$strip>>;
413
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
445
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
414
446
  NOT_FOUND: {};
415
447
  BAD_REQUEST: {};
416
448
  }>, Record<never, never>>;
417
449
  };
418
450
  get: {
419
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
451
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
420
452
  projectId: z.ZodString;
421
453
  }, z.core.$strip>, z.ZodObject<{
422
454
  id: z.ZodString;
@@ -447,18 +479,18 @@ declare const contract: {
447
479
  domains: z.ZodArray<z.ZodObject<{
448
480
  domain: z.ZodString;
449
481
  status: z.ZodEnum<{
450
- failed: "failed";
451
482
  ongoing: "ongoing";
452
483
  deployed: "deployed";
484
+ failed: "failed";
453
485
  }>;
454
486
  createdAt: z.ZodCoercedDate<unknown>;
455
487
  }, z.core.$strip>>;
456
488
  latestDeployment: z.ZodNullable<z.ZodObject<{
457
489
  id: z.ZodString;
458
490
  status: z.ZodEnum<{
459
- failed: "failed";
460
491
  ongoing: "ongoing";
461
492
  deployed: "deployed";
493
+ failed: "failed";
462
494
  canceled: "canceled";
463
495
  }>;
464
496
  sourceCommitId: z.ZodNullable<z.ZodString>;
@@ -476,9 +508,9 @@ declare const contract: {
476
508
  latestDeployment: z.ZodNullable<z.ZodObject<{
477
509
  id: z.ZodString;
478
510
  status: z.ZodEnum<{
479
- failed: "failed";
480
511
  ongoing: "ongoing";
481
512
  deployed: "deployed";
513
+ failed: "failed";
482
514
  canceled: "canceled";
483
515
  }>;
484
516
  sourceCommitId: z.ZodNullable<z.ZodString>;
@@ -486,12 +518,12 @@ declare const contract: {
486
518
  completedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
487
519
  }, z.core.$strip>>;
488
520
  }, z.core.$strip>>;
489
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
521
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
490
522
  NOT_FOUND: {};
491
523
  }>, Record<never, never>>;
492
524
  };
493
525
  list: {
494
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
526
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
495
527
  teamId: z.ZodOptional<z.ZodString>;
496
528
  }, z.core.$strip>>, z.ZodArray<z.ZodObject<{
497
529
  id: z.ZodString;
@@ -522,18 +554,18 @@ declare const contract: {
522
554
  domains: z.ZodArray<z.ZodObject<{
523
555
  domain: z.ZodString;
524
556
  status: z.ZodEnum<{
525
- failed: "failed";
526
557
  ongoing: "ongoing";
527
558
  deployed: "deployed";
559
+ failed: "failed";
528
560
  }>;
529
561
  createdAt: z.ZodCoercedDate<unknown>;
530
562
  }, z.core.$strip>>;
531
563
  latestDeployment: z.ZodNullable<z.ZodObject<{
532
564
  id: z.ZodString;
533
565
  status: z.ZodEnum<{
534
- failed: "failed";
535
566
  ongoing: "ongoing";
536
567
  deployed: "deployed";
568
+ failed: "failed";
537
569
  canceled: "canceled";
538
570
  }>;
539
571
  sourceCommitId: z.ZodNullable<z.ZodString>;
@@ -551,9 +583,9 @@ declare const contract: {
551
583
  latestDeployment: z.ZodNullable<z.ZodObject<{
552
584
  id: z.ZodString;
553
585
  status: z.ZodEnum<{
554
- failed: "failed";
555
586
  ongoing: "ongoing";
556
587
  deployed: "deployed";
588
+ failed: "failed";
557
589
  canceled: "canceled";
558
590
  }>;
559
591
  sourceCommitId: z.ZodNullable<z.ZodString>;
@@ -564,7 +596,7 @@ declare const contract: {
564
596
  }, z.core.$strip>>, Record<never, never>, Record<never, never>>;
565
597
  };
566
598
  create: {
567
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
599
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
568
600
  teamId: z.ZodOptional<z.ZodString>;
569
601
  name: z.ZodString;
570
602
  sourceRepository: z.ZodOptional<z.ZodString>;
@@ -622,24 +654,86 @@ declare const contract: {
622
654
  installCommand: z.ZodNullable<z.ZodString>;
623
655
  startCommand: z.ZodNullable<z.ZodString>;
624
656
  createdAt: z.ZodCoercedDate<unknown>;
625
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
657
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
626
658
  NOT_FOUND: {};
627
659
  BAD_REQUEST: {};
628
660
  }>, Record<never, never>>;
629
661
  };
630
662
  delete: {
631
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
663
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
632
664
  projectId: z.ZodString;
633
665
  }, z.core.$strip>, z.ZodObject<{
634
666
  success: z.ZodLiteral<true>;
635
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
667
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
636
668
  NOT_FOUND: {};
637
669
  }>, Record<never, never>>;
638
670
  };
639
671
  };
672
+ playground: {
673
+ get: {
674
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
675
+ environmentId: z.ZodString;
676
+ }, z.core.$strip>, z.ZodObject<{
677
+ isPlaygroundEnabled: z.ZodBoolean;
678
+ serverMetadata: z.ZodNullable<z.ZodObject<{
679
+ name: z.ZodString;
680
+ description: z.ZodString;
681
+ headers: z.ZodArray<z.ZodObject<{
682
+ name: z.ZodString;
683
+ description: z.ZodString;
684
+ isRequired: z.ZodBoolean;
685
+ isSecret: z.ZodBoolean;
686
+ }, z.core.$strip>>;
687
+ examplePrompts: z.ZodArray<z.ZodObject<{
688
+ title: z.ZodString;
689
+ prompt: z.ZodString;
690
+ }, z.core.$strip>>;
691
+ }, z.core.$strip>>;
692
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
693
+ NOT_FOUND: {};
694
+ }>, Record<never, never>>;
695
+ };
696
+ upsert: {
697
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
698
+ environmentId: z.ZodString;
699
+ isPlaygroundEnabled: z.ZodOptional<z.ZodBoolean>;
700
+ name: z.ZodOptional<z.ZodString>;
701
+ description: z.ZodOptional<z.ZodString>;
702
+ headers: z.ZodOptional<z.ZodArray<z.ZodObject<{
703
+ name: z.ZodString;
704
+ description: z.ZodString;
705
+ isRequired: z.ZodDefault<z.ZodBoolean>;
706
+ isSecret: z.ZodDefault<z.ZodBoolean>;
707
+ }, z.core.$strip>>>;
708
+ examplePrompts: z.ZodOptional<z.ZodArray<z.ZodObject<{
709
+ title: z.ZodString;
710
+ prompt: z.ZodString;
711
+ }, z.core.$strip>>>;
712
+ }, z.core.$strip>, z.ZodObject<{
713
+ isPlaygroundEnabled: z.ZodBoolean;
714
+ serverMetadata: z.ZodNullable<z.ZodObject<{
715
+ name: z.ZodString;
716
+ description: z.ZodString;
717
+ headers: z.ZodArray<z.ZodObject<{
718
+ name: z.ZodString;
719
+ description: z.ZodString;
720
+ isRequired: z.ZodBoolean;
721
+ isSecret: z.ZodBoolean;
722
+ }, z.core.$strip>>;
723
+ examplePrompts: z.ZodArray<z.ZodObject<{
724
+ title: z.ZodString;
725
+ prompt: z.ZodString;
726
+ }, z.core.$strip>>;
727
+ }, z.core.$strip>>;
728
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
729
+ NOT_FOUND: {};
730
+ BAD_REQUEST: {};
731
+ }>, Record<never, never>>;
732
+ };
733
+ };
640
734
  tunnels: {
641
735
  getTicket: {
642
- v1: _orpc_contract0.ContractProcedureBuilderWithOutput<_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
736
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithOutput<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
643
737
  subdomain: z.ZodString;
644
738
  ticket: z.ZodString;
645
739
  tunnelHost: z.ZodString;
@@ -648,7 +742,7 @@ declare const contract: {
648
742
  };
649
743
  distribution: {
650
744
  publish: {
651
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
745
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
652
746
  projectId: z.ZodString;
653
747
  domain: z.ZodString;
654
748
  title: z.ZodString;
@@ -680,13 +774,13 @@ declare const contract: {
680
774
  }, z.core.$strip>>>;
681
775
  }, z.core.$strip>>>;
682
776
  }, z.core.$strip>;
683
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
777
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
684
778
  NOT_FOUND: {};
685
779
  BAD_REQUEST: {};
686
780
  }>, Record<never, never>>;
687
781
  };
688
782
  get: {
689
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
783
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
690
784
  projectId: z.ZodString;
691
785
  domain: z.ZodString;
692
786
  }, z.core.$strip>, z.ZodObject<{
@@ -713,7 +807,7 @@ declare const contract: {
713
807
  }, z.core.$strip>>>;
714
808
  }, z.core.$strip>>>;
715
809
  }, z.core.$strip>;
716
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
810
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
717
811
  NOT_FOUND: {};
718
812
  BAD_REQUEST: {};
719
813
  }>, Record<never, never>>;
@@ -721,28 +815,38 @@ declare const contract: {
721
815
  };
722
816
  beacon: {
723
817
  create: {
724
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
725
- targetUrl: z.ZodString;
818
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
819
+ targetUrl: z.ZodURL;
726
820
  teamId: z.ZodOptional<z.ZodString>;
727
821
  projectId: z.ZodOptional<z.ZodString>;
822
+ excludeCategories: z.ZodOptional<z.ZodArray<z.ZodEnum<{
823
+ connectivity: "connectivity";
824
+ "tool-metadata": "tool-metadata";
825
+ "resource-metadata": "resource-metadata";
826
+ performance: "performance";
827
+ e2e: "e2e";
828
+ }>>>;
728
829
  }, z.core.$strip>, z.ZodObject<{
729
830
  id: z.ZodString;
730
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
831
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
731
832
  NOT_FOUND: {};
732
833
  BAD_REQUEST: {};
834
+ DNS_RESOLUTION_FAILED: {
835
+ status: number;
836
+ };
733
837
  }>, Record<never, never>>;
734
838
  };
735
839
  get: {
736
- v1: _orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
737
- analysisId: z.ZodString;
840
+ v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
841
+ auditId: z.ZodString;
738
842
  }, z.core.$strip>, z.ZodObject<{
739
843
  id: z.ZodString;
740
844
  targetUrl: z.ZodString;
741
845
  status: z.ZodEnum<{
846
+ failed: "failed";
742
847
  pending: "pending";
743
848
  partial: "partial";
744
849
  completed: "completed";
745
- failed: "failed";
746
850
  }>;
747
851
  durationMs: z.ZodNullable<z.ZodNumber>;
748
852
  createdAt: z.ZodCoercedDate<unknown>;
@@ -755,6 +859,8 @@ declare const contract: {
755
859
  durationMs: z.ZodNumber;
756
860
  results: z.ZodArray<z.ZodObject<{
757
861
  checkId: z.ZodString;
862
+ checkName: z.ZodString;
863
+ description: z.ZodString;
758
864
  status: z.ZodEnum<{
759
865
  pending: "pending";
760
866
  pass: "pass";
@@ -802,20 +908,20 @@ declare const contract: {
802
908
  chatgpt: "chatgpt";
803
909
  claudeai: "claudeai";
804
910
  }>, z.ZodBoolean>;
805
- widgetScreenshotKeys: z.ZodOptional<z.ZodObject<{
911
+ widgetScreenshotKeys: z.ZodObject<{
806
912
  chatgpt: z.ZodOptional<z.ZodString>;
807
913
  claudeai: z.ZodOptional<z.ZodString>;
808
- }, z.core.$strip>>;
809
- widgetScreenshots: z.ZodOptional<z.ZodObject<{
914
+ }, z.core.$strip>;
915
+ widgetScreenshots: z.ZodObject<{
810
916
  chatgpt: z.ZodOptional<z.ZodObject<{
811
917
  url: z.ZodString;
812
918
  }, z.core.$strip>>;
813
919
  claudeai: z.ZodOptional<z.ZodObject<{
814
920
  url: z.ZodString;
815
921
  }, z.core.$strip>>;
816
- }, z.core.$strip>>;
922
+ }, z.core.$strip>;
817
923
  }, z.core.$strip>>;
818
- }, z.core.$strip>, _orpc_contract0.MergedErrorMap<Record<never, never>, {
924
+ }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
819
925
  NOT_FOUND: {};
820
926
  }>, Record<never, never>>;
821
927
  };
@@ -824,7 +930,30 @@ declare const contract: {
824
930
  type RouterInput = InferContractRouterInputs<typeof contract>;
825
931
  type RouterOutput = InferContractRouterOutputs<typeof contract>;
826
932
  //#endregion
933
+ //#region ../domains/src/platforms/schemas.d.ts
934
+ declare const platformSchema: z.ZodEnum<{
935
+ chatgpt: "chatgpt";
936
+ claudeai: "claudeai";
937
+ }>;
938
+ type Platform = z.infer<typeof platformSchema>;
939
+ declare const PLATFORM_LABELS: Record<Platform, string>;
940
+ //#endregion
941
+ //#region ../domains/src/projects/schemas.d.ts
942
+ declare const runtimeSchema: z.ZodEnum<{
943
+ "python3.13": "python3.13";
944
+ "python3.14": "python3.14";
945
+ node22: "node22";
946
+ node24: "node24";
947
+ }>;
948
+ declare const transportSchema: z.ZodEnum<{
949
+ stdio: "stdio";
950
+ sse: "sse";
951
+ streamablehttp: "streamablehttp";
952
+ }>;
953
+ //#endregion
827
954
  //#region src/schemas.d.ts
955
+ type Runtime = z.infer<typeof runtimeSchema>;
956
+ type Transport = z.infer<typeof transportSchema>;
828
957
  declare const environmentVariableSchema: z.ZodObject<{
829
958
  key: z.ZodString;
830
959
  value: z.ZodString;
@@ -835,170 +964,27 @@ declare const environmentVariablesSchema: z.ZodArray<z.ZodObject<{
835
964
  value: z.ZodString;
836
965
  isSecret: z.ZodDefault<z.ZodBoolean>;
837
966
  }, z.core.$strip>>;
967
+ declare const updateEnvironmentVariableSchema: z.ZodObject<{
968
+ key: z.ZodString;
969
+ value: z.ZodOptional<z.ZodString>;
970
+ isSecret: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
971
+ }, z.core.$strip>;
838
972
  declare const buildSettingsSchema: z.ZodObject<{
839
973
  installCommand: z.ZodOptional<z.ZodString>;
840
974
  buildCommand: z.ZodOptional<z.ZodString>;
841
975
  buildOutputDir: z.ZodOptional<z.ZodString>;
842
976
  startCommand: z.ZodOptional<z.ZodString>;
843
977
  }, z.core.$strip>;
844
- declare const runtimeSchema: z.ZodEnum<{
845
- "python3.13": "python3.13";
846
- "python3.14": "python3.14";
847
- node22: "node22";
848
- node24: "node24";
849
- }>;
850
- type Runtime = z.infer<typeof runtimeSchema>;
851
- declare const transportSchema: z.ZodEnum<{
852
- stdio: "stdio";
853
- sse: "sse";
854
- streamablehttp: "streamablehttp";
855
- }>;
856
- type Transport = z.infer<typeof transportSchema>;
857
- declare const analysisStatusSchema: z.ZodEnum<{
858
- pending: "pending";
859
- partial: "partial";
860
- completed: "completed";
861
- failed: "failed";
862
- }>;
863
- declare const platformSchema: z.ZodEnum<{
864
- chatgpt: "chatgpt";
865
- claudeai: "claudeai";
866
- }>;
867
- type Platform = z.infer<typeof platformSchema>;
868
- declare const checkSeveritySchema: z.ZodEnum<{
869
- error: "error";
870
- warning: "warning";
871
- info: "info";
872
- }>;
873
- type CheckSeverity = z.infer<typeof checkSeveritySchema>;
874
- declare const checkCategorySchema: z.ZodEnum<{
875
- connectivity: "connectivity";
876
- "tool-metadata": "tool-metadata";
877
- "resource-metadata": "resource-metadata";
878
- performance: "performance";
879
- e2e: "e2e";
880
- }>;
881
- type CheckCategory = z.infer<typeof checkCategorySchema>;
882
- declare const checkScopeSchema: z.ZodEnum<{
883
- server: "server";
884
- view: "view";
885
- }>;
886
- type CheckScope = z.infer<typeof checkScopeSchema>;
887
- declare const checkDetailSchema: z.ZodObject<{
888
- label: z.ZodString;
889
- value: z.ZodOptional<z.ZodString>;
890
- }, z.core.$strip>;
891
- type CheckDetail = z.infer<typeof checkDetailSchema>;
892
- declare const checkResultSchema: z.ZodObject<{
893
- checkId: z.ZodString;
894
- status: z.ZodEnum<{
895
- pending: "pending";
896
- pass: "pass";
897
- fail: "fail";
898
- skip: "skip";
899
- }>;
900
- message: z.ZodString;
901
- skipReason: z.ZodOptional<z.ZodString>;
902
- severity: z.ZodEnum<{
903
- error: "error";
904
- warning: "warning";
905
- info: "info";
906
- }>;
907
- category: z.ZodEnum<{
908
- connectivity: "connectivity";
909
- "tool-metadata": "tool-metadata";
910
- "resource-metadata": "resource-metadata";
911
- performance: "performance";
912
- e2e: "e2e";
913
- }>;
914
- scope: z.ZodEnum<{
915
- server: "server";
916
- view: "view";
917
- }>;
918
- platforms: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodEnum<{
919
- chatgpt: "chatgpt";
920
- claudeai: "claudeai";
921
- }>>>>;
922
- durationMs: z.ZodNumber;
923
- details: z.ZodOptional<z.ZodArray<z.ZodObject<{
924
- label: z.ZodString;
925
- value: z.ZodOptional<z.ZodString>;
926
- }, z.core.$strip>>>;
927
- hint: z.ZodOptional<z.ZodObject<{
928
- text: z.ZodString;
929
- }, z.core.$strip>>;
978
+ declare const playgroundHeaderSchema: z.ZodObject<{
979
+ name: z.ZodString;
980
+ description: z.ZodString;
981
+ isRequired: z.ZodDefault<z.ZodBoolean>;
982
+ isSecret: z.ZodDefault<z.ZodBoolean>;
930
983
  }, z.core.$strip>;
931
- type CheckResult = z.infer<typeof checkResultSchema>;
932
- declare const auditReportSchema: z.ZodObject<{
933
- schemaVersion: z.ZodString;
934
- auditId: z.ZodString;
935
- targetUrl: z.ZodString;
936
- startedAt: z.ZodString;
937
- completedAt: z.ZodString;
938
- durationMs: z.ZodNumber;
939
- results: z.ZodArray<z.ZodObject<{
940
- checkId: z.ZodString;
941
- status: z.ZodEnum<{
942
- pending: "pending";
943
- pass: "pass";
944
- fail: "fail";
945
- skip: "skip";
946
- }>;
947
- message: z.ZodString;
948
- skipReason: z.ZodOptional<z.ZodString>;
949
- severity: z.ZodEnum<{
950
- error: "error";
951
- warning: "warning";
952
- info: "info";
953
- }>;
954
- category: z.ZodEnum<{
955
- connectivity: "connectivity";
956
- "tool-metadata": "tool-metadata";
957
- "resource-metadata": "resource-metadata";
958
- performance: "performance";
959
- e2e: "e2e";
960
- }>;
961
- scope: z.ZodEnum<{
962
- server: "server";
963
- view: "view";
964
- }>;
965
- platforms: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodEnum<{
966
- chatgpt: "chatgpt";
967
- claudeai: "claudeai";
968
- }>>>>;
969
- durationMs: z.ZodNumber;
970
- details: z.ZodOptional<z.ZodArray<z.ZodObject<{
971
- label: z.ZodString;
972
- value: z.ZodOptional<z.ZodString>;
973
- }, z.core.$strip>>>;
974
- hint: z.ZodOptional<z.ZodObject<{
975
- text: z.ZodString;
976
- }, z.core.$strip>>;
977
- }, z.core.$strip>>;
978
- requiresAuth: z.ZodBoolean;
979
- hasViewSupport: z.ZodBoolean;
980
- viewPlatforms: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodEnum<{
981
- chatgpt: "chatgpt";
982
- claudeai: "claudeai";
983
- }>>>>;
984
- isReadyForPlatform: z.ZodRecord<z.ZodEnum<{
985
- chatgpt: "chatgpt";
986
- claudeai: "claudeai";
987
- }>, z.ZodBoolean>;
988
- widgetScreenshotKeys: z.ZodOptional<z.ZodObject<{
989
- chatgpt: z.ZodOptional<z.ZodString>;
990
- claudeai: z.ZodOptional<z.ZodString>;
991
- }, z.core.$strip>>;
992
- widgetScreenshots: z.ZodOptional<z.ZodObject<{
993
- chatgpt: z.ZodOptional<z.ZodObject<{
994
- url: z.ZodString;
995
- }, z.core.$strip>>;
996
- claudeai: z.ZodOptional<z.ZodObject<{
997
- url: z.ZodString;
998
- }, z.core.$strip>>;
999
- }, z.core.$strip>>;
984
+ declare const playgroundExamplePromptSchema: z.ZodObject<{
985
+ title: z.ZodString;
986
+ prompt: z.ZodString;
1000
987
  }, z.core.$strip>;
1001
- type AuditReport = z.infer<typeof auditReportSchema>;
1002
988
  declare const serverFieldsSchema: z.ZodObject<{
1003
989
  $schema: z.ZodString;
1004
990
  name: z.ZodString;
@@ -1023,4 +1009,4 @@ declare const serverFieldsSchema: z.ZodObject<{
1023
1009
  }, z.core.$strip>>>;
1024
1010
  }, z.core.$strip>;
1025
1011
  //#endregion
1026
- export { ApiContext, AuditReport, CheckCategory, CheckDetail, CheckResult, CheckScope, CheckSeverity, Platform, RouterInput, RouterOutput, Runtime, Transport, analysisStatusSchema, auditReportSchema, buildSettingsSchema, checkDetailSchema, checkResultSchema, contract, createEnvironmentContractV1, deploymentStatusSchema, environmentVariableSchema, environmentVariablesSchema, platformSchema, runtimeSchema, serverFieldsSchema, transportSchema };
1012
+ export { ApiContext, PLATFORM_LABELS, type Platform, RouterInput, RouterOutput, Runtime, Transport, buildSettingsSchema, contract, createEnvironmentContractV1, deploymentStatusSchema, environmentVariableSchema, environmentVariablesSchema, playgroundExamplePromptSchema, playgroundHeaderSchema, runtimeSchema, serverFieldsSchema, transportSchema, updateEnvironmentVariableSchema };