@alpic-ai/api 0.0.0-staging.g3e027f6 → 0.0.0-staging.g40fef76

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,5 +1,4 @@
1
1
  import { z } from "zod";
2
- import * as _$_orpc_contract0 from "@orpc/contract";
3
2
  import { InferContractRouterInputs, InferContractRouterOutputs } from "@orpc/contract";
4
3
 
5
4
  //#region src/api.contract.d.ts
@@ -16,7 +15,7 @@ declare const deploymentStatusSchema: z.ZodEnum<{
16
15
  failed: "failed";
17
16
  canceled: "canceled";
18
17
  }>;
19
- declare const createEnvironmentContractV1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
18
+ declare const createEnvironmentContractV1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
20
19
  projectId: z.ZodString;
21
20
  name: z.ZodString;
22
21
  sourceBranch: z.ZodString;
@@ -32,14 +31,14 @@ declare const createEnvironmentContractV1: _$_orpc_contract0.ContractProcedureBu
32
31
  urls: z.ZodArray<z.ZodURL>;
33
32
  createdAt: z.ZodCoercedDate<unknown>;
34
33
  projectId: z.ZodString;
35
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
34
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
36
35
  NOT_FOUND: {};
37
36
  BAD_REQUEST: {};
38
37
  }>, Record<never, never>>;
39
38
  declare const contract: {
40
39
  teams: {
41
40
  list: {
42
- v1: _$_orpc_contract0.ContractProcedureBuilderWithOutput<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodArray<z.ZodObject<{
41
+ v1: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, z.ZodArray<z.ZodObject<{
43
42
  id: z.ZodString;
44
43
  name: z.ZodString;
45
44
  createdAt: z.ZodCoercedDate<unknown>;
@@ -49,7 +48,7 @@ declare const contract: {
49
48
  };
50
49
  analytics: {
51
50
  get: {
52
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
51
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
53
52
  projectId: z.ZodString;
54
53
  startTimestamp: z.ZodCoercedNumber<unknown>;
55
54
  endTimestamp: z.ZodCoercedNumber<unknown>;
@@ -92,7 +91,7 @@ declare const contract: {
92
91
  categories: z.ZodRecord<z.ZodString, z.ZodUnknown>;
93
92
  }, z.core.$strip>>;
94
93
  }, z.core.$strip>;
95
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
94
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
96
95
  NOT_FOUND: {};
97
96
  BAD_REQUEST: {};
98
97
  }>, Record<never, never>>;
@@ -100,7 +99,7 @@ declare const contract: {
100
99
  };
101
100
  deployments: {
102
101
  list: {
103
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
102
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
104
103
  projectId: z.ZodString;
105
104
  status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
106
105
  ongoing: "ongoing";
@@ -128,12 +127,12 @@ declare const contract: {
128
127
  environmentName: z.ZodString;
129
128
  isCurrent: z.ZodBoolean;
130
129
  deploymentPageUrl: z.ZodNullable<z.ZodURL>;
131
- }, z.core.$strip>>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
130
+ }, z.core.$strip>>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
132
131
  NOT_FOUND: {};
133
132
  }>, Record<never, never>>;
134
133
  };
135
134
  get: {
136
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
135
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
137
136
  deploymentId: z.ZodString;
138
137
  }, z.core.$strip>, z.ZodObject<{
139
138
  id: z.ZodString;
@@ -154,24 +153,24 @@ declare const contract: {
154
153
  environmentName: z.ZodString;
155
154
  isCurrent: z.ZodBoolean;
156
155
  deploymentPageUrl: z.ZodNullable<z.ZodURL>;
157
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
156
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
158
157
  NOT_FOUND: {};
159
158
  }>, Record<never, never>>;
160
159
  };
161
160
  uploadArtifact: {
162
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
161
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
163
162
  teamId: z.ZodOptional<z.ZodString>;
164
163
  }, z.core.$strip>>, z.ZodObject<{
165
164
  uploadUrl: z.ZodURL;
166
165
  token: z.ZodString;
167
166
  expiresAt: z.ZodCoercedDate<unknown>;
168
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
167
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
169
168
  NOT_FOUND: {};
170
169
  BAD_REQUEST: {};
171
170
  }>, Record<never, never>>;
172
171
  };
173
172
  getLogs: {
174
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
173
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
175
174
  deploymentId: z.ZodString;
176
175
  }, z.core.$strip>, z.ZodObject<{
177
176
  logs: z.ZodArray<z.ZodObject<{
@@ -179,14 +178,14 @@ declare const contract: {
179
178
  content: z.ZodOptional<z.ZodString>;
180
179
  }, z.core.$strip>>;
181
180
  hasMoreLogs: z.ZodBoolean;
182
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
181
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
183
182
  NOT_FOUND: {};
184
183
  }>, Record<never, never>>;
185
184
  };
186
185
  };
187
186
  environments: {
188
187
  create: {
189
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
188
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
190
189
  projectId: z.ZodString;
191
190
  name: z.ZodString;
192
191
  sourceBranch: z.ZodString;
@@ -202,13 +201,13 @@ declare const contract: {
202
201
  urls: z.ZodArray<z.ZodURL>;
203
202
  createdAt: z.ZodCoercedDate<unknown>;
204
203
  projectId: z.ZodString;
205
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
204
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
206
205
  NOT_FOUND: {};
207
206
  BAD_REQUEST: {};
208
207
  }>, Record<never, never>>;
209
208
  };
210
209
  get: {
211
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
210
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
212
211
  environmentId: z.ZodString;
213
212
  }, z.core.$strip>, z.ZodObject<{
214
213
  id: z.ZodString;
@@ -218,12 +217,12 @@ declare const contract: {
218
217
  domains: z.ZodArray<z.ZodCustomStringFormat<"hostname">>;
219
218
  createdAt: z.ZodCoercedDate<unknown>;
220
219
  projectId: z.ZodString;
221
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
220
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
222
221
  NOT_FOUND: {};
223
222
  }>, Record<never, never>>;
224
223
  };
225
224
  deploy: {
226
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
225
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
227
226
  environmentId: z.ZodString;
228
227
  token: z.ZodOptional<z.ZodString>;
229
228
  }, z.core.$strip>, z.ZodObject<{
@@ -245,13 +244,13 @@ declare const contract: {
245
244
  environmentName: z.ZodString;
246
245
  isCurrent: z.ZodBoolean;
247
246
  deploymentPageUrl: z.ZodNullable<z.ZodURL>;
248
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
247
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
249
248
  NOT_FOUND: {};
250
249
  BAD_REQUEST: {};
251
250
  }>, Record<never, never>>;
252
251
  };
253
252
  getLogs: {
254
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
253
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
255
254
  environmentId: z.ZodString;
256
255
  since: z.ZodOptional<z.ZodString>;
257
256
  until: z.ZodOptional<z.ZodString>;
@@ -281,13 +280,13 @@ declare const contract: {
281
280
  durationInMs: z.ZodOptional<z.ZodNumber>;
282
281
  }, z.core.$strip>>;
283
282
  nextToken: z.ZodNullable<z.ZodString>;
284
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
283
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
285
284
  NOT_FOUND: {};
286
285
  BAD_REQUEST: {};
287
286
  }>, Record<never, never>>;
288
287
  };
289
288
  getLatestLogs: {
290
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
289
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
291
290
  environmentId: z.ZodString;
292
291
  limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
293
292
  level: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -313,7 +312,7 @@ declare const contract: {
313
312
  method: z.ZodOptional<z.ZodString>;
314
313
  durationInMs: z.ZodOptional<z.ZodNumber>;
315
314
  }, z.core.$strip>>;
316
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
315
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
317
316
  NOT_FOUND: {};
318
317
  BAD_REQUEST: {};
319
318
  }>, Record<never, never>>;
@@ -321,7 +320,7 @@ declare const contract: {
321
320
  };
322
321
  environmentVariables: {
323
322
  list: {
324
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
323
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
325
324
  environmentId: z.ZodString;
326
325
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
327
326
  id: z.ZodString;
@@ -329,12 +328,12 @@ declare const contract: {
329
328
  value: z.ZodString;
330
329
  isSecret: z.ZodBoolean;
331
330
  createdAt: z.ZodCoercedDate<unknown>;
332
- }, z.core.$strip>>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
331
+ }, z.core.$strip>>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
333
332
  NOT_FOUND: {};
334
333
  }>, Record<never, never>>;
335
334
  };
336
335
  create: {
337
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
336
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
338
337
  environmentId: z.ZodString;
339
338
  environmentVariables: z.ZodArray<z.ZodObject<{
340
339
  key: z.ZodString;
@@ -343,30 +342,30 @@ declare const contract: {
343
342
  }, z.core.$strip>>;
344
343
  }, z.core.$strip>, z.ZodObject<{
345
344
  success: z.ZodLiteral<true>;
346
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
345
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
347
346
  NOT_FOUND: {};
348
347
  BAD_REQUEST: {};
349
348
  }>, Record<never, never>>;
350
349
  };
351
350
  update: {
352
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
351
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
353
352
  environmentVariableId: z.ZodString;
354
353
  key: z.ZodString;
355
354
  value: z.ZodOptional<z.ZodString>;
356
355
  isSecret: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
357
356
  }, z.core.$strip>, z.ZodObject<{
358
357
  success: z.ZodLiteral<true>;
359
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
358
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
360
359
  NOT_FOUND: {};
361
360
  BAD_REQUEST: {};
362
361
  }>, Record<never, never>>;
363
362
  };
364
363
  delete: {
365
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
364
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
366
365
  environmentVariableId: z.ZodString;
367
366
  }, z.core.$strip>, z.ZodObject<{
368
367
  success: z.ZodLiteral<true>;
369
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
368
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
370
369
  NOT_FOUND: {};
371
370
  BAD_REQUEST: {};
372
371
  }>, Record<never, never>>;
@@ -374,7 +373,7 @@ declare const contract: {
374
373
  };
375
374
  projects: {
376
375
  update: {
377
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
376
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
378
377
  projectId: z.ZodString;
379
378
  name: z.ZodOptional<z.ZodString>;
380
379
  sourceRepository: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -446,13 +445,13 @@ declare const contract: {
446
445
  completedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
447
446
  }, z.core.$strip>>;
448
447
  }, z.core.$strip>>;
449
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
448
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
450
449
  NOT_FOUND: {};
451
450
  BAD_REQUEST: {};
452
451
  }>, Record<never, never>>;
453
452
  };
454
453
  get: {
455
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
454
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
456
455
  projectId: z.ZodString;
457
456
  }, z.core.$strip>, z.ZodObject<{
458
457
  id: z.ZodString;
@@ -522,12 +521,12 @@ declare const contract: {
522
521
  completedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
523
522
  }, z.core.$strip>>;
524
523
  }, z.core.$strip>>;
525
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
524
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
526
525
  NOT_FOUND: {};
527
526
  }>, Record<never, never>>;
528
527
  };
529
528
  list: {
530
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
529
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodOptional<z.ZodObject<{
531
530
  teamId: z.ZodOptional<z.ZodString>;
532
531
  }, z.core.$strip>>, z.ZodArray<z.ZodObject<{
533
532
  id: z.ZodString;
@@ -597,13 +596,13 @@ declare const contract: {
597
596
  completedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
598
597
  }, z.core.$strip>>;
599
598
  }, z.core.$strip>>;
600
- }, z.core.$strip>>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
599
+ }, z.core.$strip>>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
601
600
  NOT_FOUND: {};
602
601
  BAD_REQUEST: {};
603
602
  }>, Record<never, never>>;
604
603
  };
605
604
  create: {
606
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
605
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
607
606
  teamId: z.ZodOptional<z.ZodString>;
608
607
  name: z.ZodString;
609
608
  sourceRepository: z.ZodOptional<z.ZodString>;
@@ -661,24 +660,24 @@ declare const contract: {
661
660
  installCommand: z.ZodNullable<z.ZodString>;
662
661
  startCommand: z.ZodNullable<z.ZodString>;
663
662
  createdAt: z.ZodCoercedDate<unknown>;
664
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
663
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
665
664
  NOT_FOUND: {};
666
665
  BAD_REQUEST: {};
667
666
  }>, Record<never, never>>;
668
667
  };
669
668
  delete: {
670
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
669
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
671
670
  projectId: z.ZodString;
672
671
  }, z.core.$strip>, z.ZodObject<{
673
672
  success: z.ZodLiteral<true>;
674
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
673
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
675
674
  NOT_FOUND: {};
676
675
  }>, Record<never, never>>;
677
676
  };
678
677
  };
679
678
  playground: {
680
679
  get: {
681
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
680
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
682
681
  environmentId: z.ZodString;
683
682
  }, z.core.$strip>, z.ZodObject<{
684
683
  isPlaygroundEnabled: z.ZodBoolean;
@@ -696,12 +695,12 @@ declare const contract: {
696
695
  prompt: z.ZodString;
697
696
  }, z.core.$strip>>;
698
697
  }, z.core.$strip>>;
699
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
698
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
700
699
  NOT_FOUND: {};
701
700
  }>, Record<never, never>>;
702
701
  };
703
702
  upsert: {
704
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
703
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
705
704
  environmentId: z.ZodString;
706
705
  isPlaygroundEnabled: z.ZodOptional<z.ZodBoolean>;
707
706
  name: z.ZodOptional<z.ZodString>;
@@ -732,7 +731,7 @@ declare const contract: {
732
731
  prompt: z.ZodString;
733
732
  }, z.core.$strip>>;
734
733
  }, z.core.$strip>>;
735
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
734
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
736
735
  NOT_FOUND: {};
737
736
  BAD_REQUEST: {};
738
737
  }>, Record<never, never>>;
@@ -740,18 +739,18 @@ declare const contract: {
740
739
  };
741
740
  tunnels: {
742
741
  getTicket: {
743
- v1: _$_orpc_contract0.ContractProcedureBuilderWithOutput<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
742
+ v1: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, z.ZodObject<{
744
743
  subdomain: z.ZodString;
745
744
  ticket: z.ZodString;
746
745
  tunnelHost: z.ZodString;
747
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
746
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
748
747
  FORBIDDEN: {};
749
748
  }>, Record<never, never>>;
750
749
  };
751
750
  };
752
751
  distribution: {
753
752
  publish: {
754
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
753
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
755
754
  projectId: z.ZodString;
756
755
  domain: z.ZodString;
757
756
  title: z.ZodString;
@@ -783,13 +782,13 @@ declare const contract: {
783
782
  }, z.core.$strip>>>;
784
783
  }, z.core.$strip>>>;
785
784
  }, z.core.$strip>;
786
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
785
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
787
786
  NOT_FOUND: {};
788
787
  BAD_REQUEST: {};
789
788
  }>, Record<never, never>>;
790
789
  };
791
790
  get: {
792
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
791
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
793
792
  projectId: z.ZodString;
794
793
  domain: z.ZodString;
795
794
  }, z.core.$strip>, z.ZodObject<{
@@ -816,7 +815,7 @@ declare const contract: {
816
815
  }, z.core.$strip>>>;
817
816
  }, z.core.$strip>>>;
818
817
  }, z.core.$strip>;
819
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
818
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
820
819
  NOT_FOUND: {};
821
820
  BAD_REQUEST: {};
822
821
  }>, Record<never, never>>;
@@ -824,7 +823,7 @@ declare const contract: {
824
823
  };
825
824
  beacon: {
826
825
  create: {
827
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
826
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
828
827
  targetUrl: z.ZodURL;
829
828
  teamId: z.ZodOptional<z.ZodString>;
830
829
  projectId: z.ZodOptional<z.ZodString>;
@@ -837,7 +836,7 @@ declare const contract: {
837
836
  }>>>;
838
837
  }, z.core.$strip>, z.ZodObject<{
839
838
  id: z.ZodString;
840
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
839
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
841
840
  NOT_FOUND: {};
842
841
  BAD_REQUEST: {};
843
842
  DNS_RESOLUTION_FAILED: {
@@ -846,7 +845,7 @@ declare const contract: {
846
845
  }>, Record<never, never>>;
847
846
  };
848
847
  get: {
849
- v1: _$_orpc_contract0.ContractProcedureBuilderWithInputOutput<z.ZodObject<{
848
+ v1: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
850
849
  auditId: z.ZodString;
851
850
  }, z.core.$strip>, z.ZodObject<{
852
851
  id: z.ZodString;
@@ -930,7 +929,7 @@ declare const contract: {
930
929
  }, z.core.$strip>>;
931
930
  }, z.core.$strip>;
932
931
  }, z.core.$strip>>;
933
- }, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, {
932
+ }, z.core.$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, {
934
933
  NOT_FOUND: {};
935
934
  }>, Record<never, never>>;
936
935
  };
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@ import { z } from "zod";
2
2
  import * as z$1 from "zod/v4";
3
3
  import { oc } from "@orpc/contract";
4
4
  import ms from "ms";
5
- //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_@cfworker+json-schema@4.1.1_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js
5
+ //#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js
6
6
  /**
7
7
  * Reusable URL validation that disallows javascript: scheme
8
8
  */
@@ -567,10 +567,10 @@ const toolDefinitionSchema = z.object({
567
567
  }).optional()
568
568
  });
569
569
  const positiveTestCaseSchema = z.object({
570
- scenario: z.string(),
571
- userPrompt: z.string(),
572
- toolTriggered: z.string().optional(),
573
- expectedOutput: z.string().optional()
570
+ scenario: z.string().describe("Short label for what this case demonstrates."),
571
+ userPrompt: z.string().describe("A realistic, standalone user message a reviewer can paste and run with no prior state or multi-turn setup. Vary phrasing and tone across cases."),
572
+ toolTriggered: z.string().optional().describe("The tool this prompt should invoke."),
573
+ expectedOutput: z.string().optional().describe("What the user should see, including post-interaction behaviour where relevant.")
574
574
  }).partial().describe("Each case: Scenario, User prompt, Tool triggered, Expected output.");
575
575
  const screenshotEntrySchema = z.object({
576
576
  prompt: z.string(),
@@ -886,10 +886,10 @@ const negativeTestCaseSchema = z.object({
886
886
  }).partial().describe("Each case: Scenario + User prompt (the app should NOT trigger).");
887
887
  const chatgptToolJustificationSchema = z.object({
888
888
  toolName: z.string(),
889
- readOnlyJustification: z.string(),
890
- openWorldJustification: z.string(),
891
- destructiveJustification: z.string()
892
- }).describe("Per-tool justification of each MCP annotation value (one sentence per hint).");
889
+ readOnlyJustification: z.string().describe("One sentence on what the tool reads and returns."),
890
+ openWorldJustification: z.string().describe("One sentence on whether the tool reaches external systems beyond your own service."),
891
+ destructiveJustification: z.string().describe("One sentence on whether the tool changes data. For a read-only tool, state the full triad: \"No data is created, modified, or deleted.\"")
892
+ }).describe("Per-tool justification of each MCP annotation value (one specific sentence per hint).");
893
893
  /**
894
894
  * Base copy fields, defined once and reused by both the submission form and per-locale
895
895
  * translations so the constraints (tagline ≤ 30 chars) never drift. The translation generation
@@ -911,8 +911,8 @@ const chatgptSubmissionFormDataSchema = z.object({
911
911
  logoLight: z.string().describe("Logo icon for light mode. Square PNG, no borders or rounded corners (clients apply circular cropping)."),
912
912
  logoDark: z.string().optional().describe("Optional dark-mode logo icon. Square PNG, same specs as the light icon. Leave empty if the light icon also works on dark backgrounds."),
913
913
  appName: z.string().describe("The name users will see in ChatGPT and in the Apps Directory."),
914
- tagline: chatgptTaglineSchema.describe("Plain-language phrase focused on function and user value. 30 chars max."),
915
- description: chatgptDescriptionSchema.describe("Clear, engaging description highlighting what the app does and why people will love it. Appears publicly on the directory page."),
914
+ tagline: chatgptTaglineSchema.describe("Plain-language phrase focused on function and user value, 30 chars max. Avoid generic superlatives like \"the best …\"."),
915
+ description: chatgptDescriptionSchema.describe("Clear, engaging description highlighting what the app does and why people will love it. Appears publicly on the directory page. End it by naming the product categories or intents the app does NOT cover, so ChatGPT learns when not to route to it (define exclusions by absent categories or wrong intents, never by naming other brands)."),
916
916
  category: chatgptCategorySchema.describe("Category from the OpenAI taxonomy."),
917
917
  developerName: z.string().describe("Developer name shown publicly on the app's directory page."),
918
918
  companyUrl: z.url().describe("Your company's main website URL."),
@@ -924,10 +924,10 @@ const chatgptSubmissionFormDataSchema = z.object({
924
924
  serverUrl: z.url().describe("URL of the MCP server."),
925
925
  authentication: chatgptAuthenticationSchema.describe("OAuth 2.0 or No auth. OAuth configuration is auto-discovered from the MCP server's metadata."),
926
926
  tools: z.array(toolDefinitionSchema).describe("List of tools exposed by the MCP server (auto-populated from the production server's manifest)."),
927
- toolJustifications: z.array(chatgptToolJustificationSchema).describe("Per-tool justification of `readOnlyHint`, `openWorldHint`, and `destructiveHint` annotation values."),
928
- testCases: z.array(positiveTestCaseSchema).describe("At least 5 positive test cases. Each: Scenario, User prompt, Tool triggered, Expected output. Coverage over all major use cases."),
929
- negativeTestCases: z.array(negativeTestCaseSchema).describe("3 negative test cases prompts where the app should NOT trigger but the model might think it's relevant."),
930
- screenshots: z.array(screenshotEntrySchema).describe("In-app screenshots paired with the user prompt that produced them. Widget apps must show the widget UI; non-widget apps show the model response. Min 1, max 4 entries. First three are public. Images: 706px wide, 400–860px tall, PNG."),
927
+ toolJustifications: z.array(chatgptToolJustificationSchema).describe("Per-tool justification of `readOnlyHint`, `openWorldHint`, and `destructiveHint` annotation values. One short, specific sentence per hint describing what the tool actually does."),
928
+ testCases: z.array(positiveTestCaseSchema).describe("At least 5 positive test cases. Each: Scenario, User prompt, Tool triggered, Expected output. Collectively cover the full capability across different flow stages (initial search or browse, market or locale handling, post-interaction detail, an action ChatGPT performs on the user's behalf, and a conversion or secondary tool) rather than five variations of the same first step."),
929
+ negativeTestCases: z.array(negativeTestCaseSchema).describe("3 negative test cases: prompts where the app should NOT trigger but the model might think it is relevant. These become production routing metadata that teaches ChatGPT when to stay silent, so pick tight near-misses: a product category the app does not carry, the right brand or domain but an intent the app does not serve, or a boundary with a sibling app."),
930
+ screenshots: z.array(screenshotEntrySchema).max(3).describe("In-app screenshots paired with the user prompt that produced them. Widget apps must show the widget UI; non-widget apps show the model response. Min 1, max 3 entries, all public. Images: 706px wide, 400–860px tall, PNG."),
931
931
  translations: z.array(chatgptTranslationSchema).describe("Per-locale translation of tagline + description. English (US) is the default."),
932
932
  allowedCountries: chatgptAllowedCountriesSchema.describe("Availability: all supported countries, or an allow-list / block-list of specific ones (ISO alpha-2)."),
933
933
  releaseNotes: z.string().describe("Publicly displayed on the app details page.")
@@ -1158,6 +1158,7 @@ claudeSubmissionFormDataSchema.pick({
1158
1158
  const submissionMetaFieldsSchema = z.object({
1159
1159
  id: z.string(),
1160
1160
  environmentId: z.string(),
1161
+ auditId: z.string().nullable(),
1161
1162
  createdAt: z.coerce.date(),
1162
1163
  updatedAt: z.coerce.date()
1163
1164
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpic-ai/api",
3
- "version": "0.0.0-staging.g3e027f6",
3
+ "version": "0.0.0-staging.g40fef76",
4
4
  "description": "Contract for the Alpic API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -17,19 +17,19 @@
17
17
  "author": "Alpic",
18
18
  "license": "ISC",
19
19
  "dependencies": {
20
- "@orpc/contract": "^1.14.3",
20
+ "@orpc/contract": "^1.14.4",
21
21
  "ms": "^2.1.3",
22
22
  "zod": "^4.4.3"
23
23
  },
24
24
  "devDependencies": {
25
- "@orpc/openapi": "^1.14.3",
26
- "@orpc/zod": "^1.14.3",
25
+ "@orpc/openapi": "^1.14.4",
26
+ "@orpc/zod": "^1.14.4",
27
27
  "@total-typescript/tsconfig": "^1.0.4",
28
28
  "@types/ms": "^2.1.0",
29
29
  "shx": "^0.4.0",
30
- "tsdown": "^0.22.0",
30
+ "tsdown": "^0.22.1",
31
31
  "typescript": "^6.0.3",
32
- "vitest": "^4.1.6",
32
+ "vitest": "^4.1.8",
33
33
  "@alpic-ai/domains": "0.0.0"
34
34
  },
35
35
  "scripts": {