@perstack/api-client 0.0.52 → 0.0.54

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
@@ -580,7 +580,7 @@ declare const expertDefinitionSchema: z.ZodObject<{
580
580
  uvx: "uvx";
581
581
  }>;
582
582
  packageName: z.ZodString;
583
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
583
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
584
584
  }, z.core.$strip>, z.ZodObject<{
585
585
  type: z.ZodLiteral<"mcpSseSkill">;
586
586
  name: z.ZodString;
@@ -601,6 +601,9 @@ declare const expertDefinitionSchema: z.ZodObject<{
601
601
  }, z.core.$strip>], "type">>>>;
602
602
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
603
603
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
604
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
605
+ "v1.0": "v1.0";
606
+ }>>;
604
607
  }, z.core.$strip>>;
605
608
  }, z.core.$strip>;
606
609
  /** Immutable expert definition. Passed to perstack runtime. */
@@ -621,7 +624,7 @@ declare const response$22: z.ZodObject<{
621
624
  organizationId: z.ZodString;
622
625
  expertDraftScopeId: z.ZodString;
623
626
  published: z.ZodBoolean;
624
- publishedAt: z.ZodOptional<z.ZodString>;
627
+ publishedAt: z.ZodNullable<z.ZodString>;
625
628
  category: z.ZodEnum<{
626
629
  general: "general";
627
630
  coding: "coding";
@@ -672,7 +675,7 @@ declare const response$21: z.ZodObject<{
672
675
  organizationId: z.ZodString;
673
676
  expertDraftScopeId: z.ZodString;
674
677
  published: z.ZodBoolean;
675
- publishedAt: z.ZodOptional<z.ZodString>;
678
+ publishedAt: z.ZodNullable<z.ZodString>;
676
679
  category: z.ZodEnum<{
677
680
  general: "general";
678
681
  coding: "coding";
@@ -745,7 +748,7 @@ declare const response$20: z.ZodObject<{
745
748
  uvx: "uvx";
746
749
  }>;
747
750
  packageName: z.ZodString;
748
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
751
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
749
752
  }, z.core.$strip>, z.ZodObject<{
750
753
  type: z.ZodLiteral<"mcpSseSkill">;
751
754
  name: z.ZodString;
@@ -766,6 +769,9 @@ declare const response$20: z.ZodObject<{
766
769
  }, z.core.$strip>], "type">>>>;
767
770
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
768
771
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
772
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
773
+ "v1.0": "v1.0";
774
+ }>>;
769
775
  }, z.core.$strip>>;
770
776
  }, z.core.$strip>;
771
777
  yanked: z.ZodOptional<z.ZodBoolean>;
@@ -800,7 +806,7 @@ declare const response$19: z.ZodObject<{
800
806
  organizationId: z.ZodString;
801
807
  expertDraftScopeId: z.ZodString;
802
808
  published: z.ZodBoolean;
803
- publishedAt: z.ZodOptional<z.ZodString>;
809
+ publishedAt: z.ZodNullable<z.ZodString>;
804
810
  category: z.ZodEnum<{
805
811
  general: "general";
806
812
  coding: "coding";
@@ -863,7 +869,7 @@ declare const response$18: z.ZodObject<{
863
869
  organizationId: z.ZodString;
864
870
  expertDraftScopeId: z.ZodString;
865
871
  published: z.ZodBoolean;
866
- publishedAt: z.ZodOptional<z.ZodString>;
872
+ publishedAt: z.ZodNullable<z.ZodString>;
867
873
  category: z.ZodEnum<{
868
874
  general: "general";
869
875
  coding: "coding";
@@ -916,7 +922,7 @@ declare const response$17: z.ZodObject<{
916
922
  organizationId: z.ZodString;
917
923
  expertDraftScopeId: z.ZodString;
918
924
  published: z.ZodBoolean;
919
- publishedAt: z.ZodOptional<z.ZodString>;
925
+ publishedAt: z.ZodNullable<z.ZodString>;
920
926
  category: z.ZodEnum<{
921
927
  general: "general";
922
928
  coding: "coding";
@@ -953,7 +959,7 @@ declare const response$16: z.ZodObject<{
953
959
  organizationId: z.ZodString;
954
960
  expertDraftScopeId: z.ZodString;
955
961
  published: z.ZodBoolean;
956
- publishedAt: z.ZodOptional<z.ZodString>;
962
+ publishedAt: z.ZodNullable<z.ZodString>;
957
963
  category: z.ZodEnum<{
958
964
  general: "general";
959
965
  coding: "coding";
@@ -2745,7 +2751,7 @@ declare const response$14: z.ZodObject<{
2745
2751
  uvx: "uvx";
2746
2752
  }>;
2747
2753
  packageName: z.ZodString;
2748
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
2754
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2749
2755
  }, z.core.$strip>, z.ZodObject<{
2750
2756
  type: z.ZodLiteral<"mcpSseSkill">;
2751
2757
  name: z.ZodString;
@@ -2766,6 +2772,9 @@ declare const response$14: z.ZodObject<{
2766
2772
  }, z.core.$strip>], "type">>>>;
2767
2773
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2768
2774
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2775
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
2776
+ "v1.0": "v1.0";
2777
+ }>>;
2769
2778
  }, z.core.$strip>;
2770
2779
  delegateTo: z.ZodOptional<z.ZodArray<z.ZodObject<{
2771
2780
  expert: z.ZodObject<{
@@ -2786,7 +2795,7 @@ declare const response$14: z.ZodObject<{
2786
2795
  uvx: "uvx";
2787
2796
  }>;
2788
2797
  packageName: z.ZodString;
2789
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
2798
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2790
2799
  }, z.core.$strip>, z.ZodObject<{
2791
2800
  type: z.ZodLiteral<"mcpSseSkill">;
2792
2801
  name: z.ZodString;
@@ -2807,6 +2816,9 @@ declare const response$14: z.ZodObject<{
2807
2816
  }, z.core.$strip>], "type">>>>;
2808
2817
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2809
2818
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2819
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
2820
+ "v1.0": "v1.0";
2821
+ }>>;
2810
2822
  }, z.core.$strip>;
2811
2823
  toolCallId: z.ZodString;
2812
2824
  toolName: z.ZodString;
@@ -2831,7 +2843,7 @@ declare const response$14: z.ZodObject<{
2831
2843
  uvx: "uvx";
2832
2844
  }>;
2833
2845
  packageName: z.ZodString;
2834
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
2846
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2835
2847
  }, z.core.$strip>, z.ZodObject<{
2836
2848
  type: z.ZodLiteral<"mcpSseSkill">;
2837
2849
  name: z.ZodString;
@@ -2852,6 +2864,9 @@ declare const response$14: z.ZodObject<{
2852
2864
  }, z.core.$strip>], "type">>>>;
2853
2865
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2854
2866
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2867
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
2868
+ "v1.0": "v1.0";
2869
+ }>>;
2855
2870
  }, z.core.$strip>;
2856
2871
  toolCallId: z.ZodString;
2857
2872
  toolName: z.ZodString;
@@ -4221,7 +4236,7 @@ declare const response$13: z.ZodObject<{
4221
4236
  uvx: "uvx";
4222
4237
  }>;
4223
4238
  packageName: z.ZodString;
4224
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
4239
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4225
4240
  }, z.core.$strip>, z.ZodObject<{
4226
4241
  type: z.ZodLiteral<"mcpSseSkill">;
4227
4242
  name: z.ZodString;
@@ -4242,6 +4257,9 @@ declare const response$13: z.ZodObject<{
4242
4257
  }, z.core.$strip>], "type">>>>;
4243
4258
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4244
4259
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4260
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
4261
+ "v1.0": "v1.0";
4262
+ }>>;
4245
4263
  }, z.core.$strip>;
4246
4264
  delegateTo: z.ZodOptional<z.ZodArray<z.ZodObject<{
4247
4265
  expert: z.ZodObject<{
@@ -4262,7 +4280,7 @@ declare const response$13: z.ZodObject<{
4262
4280
  uvx: "uvx";
4263
4281
  }>;
4264
4282
  packageName: z.ZodString;
4265
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
4283
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4266
4284
  }, z.core.$strip>, z.ZodObject<{
4267
4285
  type: z.ZodLiteral<"mcpSseSkill">;
4268
4286
  name: z.ZodString;
@@ -4283,6 +4301,9 @@ declare const response$13: z.ZodObject<{
4283
4301
  }, z.core.$strip>], "type">>>>;
4284
4302
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4285
4303
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4304
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
4305
+ "v1.0": "v1.0";
4306
+ }>>;
4286
4307
  }, z.core.$strip>;
4287
4308
  toolCallId: z.ZodString;
4288
4309
  toolName: z.ZodString;
@@ -4307,7 +4328,7 @@ declare const response$13: z.ZodObject<{
4307
4328
  uvx: "uvx";
4308
4329
  }>;
4309
4330
  packageName: z.ZodString;
4310
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
4331
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4311
4332
  }, z.core.$strip>, z.ZodObject<{
4312
4333
  type: z.ZodLiteral<"mcpSseSkill">;
4313
4334
  name: z.ZodString;
@@ -4328,6 +4349,9 @@ declare const response$13: z.ZodObject<{
4328
4349
  }, z.core.$strip>], "type">>>>;
4329
4350
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4330
4351
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
4352
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
4353
+ "v1.0": "v1.0";
4354
+ }>>;
4331
4355
  }, z.core.$strip>;
4332
4356
  toolCallId: z.ZodString;
4333
4357
  toolName: z.ZodString;
@@ -5708,7 +5732,7 @@ declare const response$12: z.ZodObject<{
5708
5732
  uvx: "uvx";
5709
5733
  }>;
5710
5734
  packageName: z.ZodString;
5711
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
5735
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5712
5736
  }, z.core.$strip>, z.ZodObject<{
5713
5737
  type: z.ZodLiteral<"mcpSseSkill">;
5714
5738
  name: z.ZodString;
@@ -5729,6 +5753,9 @@ declare const response$12: z.ZodObject<{
5729
5753
  }, z.core.$strip>], "type">>>>;
5730
5754
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5731
5755
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5756
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
5757
+ "v1.0": "v1.0";
5758
+ }>>;
5732
5759
  }, z.core.$strip>;
5733
5760
  delegateTo: z.ZodOptional<z.ZodArray<z.ZodObject<{
5734
5761
  expert: z.ZodObject<{
@@ -5749,7 +5776,7 @@ declare const response$12: z.ZodObject<{
5749
5776
  uvx: "uvx";
5750
5777
  }>;
5751
5778
  packageName: z.ZodString;
5752
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
5779
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5753
5780
  }, z.core.$strip>, z.ZodObject<{
5754
5781
  type: z.ZodLiteral<"mcpSseSkill">;
5755
5782
  name: z.ZodString;
@@ -5770,6 +5797,9 @@ declare const response$12: z.ZodObject<{
5770
5797
  }, z.core.$strip>], "type">>>>;
5771
5798
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5772
5799
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5800
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
5801
+ "v1.0": "v1.0";
5802
+ }>>;
5773
5803
  }, z.core.$strip>;
5774
5804
  toolCallId: z.ZodString;
5775
5805
  toolName: z.ZodString;
@@ -5794,7 +5824,7 @@ declare const response$12: z.ZodObject<{
5794
5824
  uvx: "uvx";
5795
5825
  }>;
5796
5826
  packageName: z.ZodString;
5797
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
5827
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5798
5828
  }, z.core.$strip>, z.ZodObject<{
5799
5829
  type: z.ZodLiteral<"mcpSseSkill">;
5800
5830
  name: z.ZodString;
@@ -5815,6 +5845,9 @@ declare const response$12: z.ZodObject<{
5815
5845
  }, z.core.$strip>], "type">>>>;
5816
5846
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5817
5847
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
5848
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
5849
+ "v1.0": "v1.0";
5850
+ }>>;
5818
5851
  }, z.core.$strip>;
5819
5852
  toolCallId: z.ZodString;
5820
5853
  toolName: z.ZodString;
@@ -7187,7 +7220,7 @@ declare const response$11: z.ZodObject<{
7187
7220
  uvx: "uvx";
7188
7221
  }>;
7189
7222
  packageName: z.ZodString;
7190
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
7223
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7191
7224
  }, z.core.$strip>, z.ZodObject<{
7192
7225
  type: z.ZodLiteral<"mcpSseSkill">;
7193
7226
  name: z.ZodString;
@@ -7208,6 +7241,9 @@ declare const response$11: z.ZodObject<{
7208
7241
  }, z.core.$strip>], "type">>>>;
7209
7242
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7210
7243
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7244
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
7245
+ "v1.0": "v1.0";
7246
+ }>>;
7211
7247
  }, z.core.$strip>;
7212
7248
  delegateTo: z.ZodOptional<z.ZodArray<z.ZodObject<{
7213
7249
  expert: z.ZodObject<{
@@ -7228,7 +7264,7 @@ declare const response$11: z.ZodObject<{
7228
7264
  uvx: "uvx";
7229
7265
  }>;
7230
7266
  packageName: z.ZodString;
7231
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
7267
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7232
7268
  }, z.core.$strip>, z.ZodObject<{
7233
7269
  type: z.ZodLiteral<"mcpSseSkill">;
7234
7270
  name: z.ZodString;
@@ -7249,6 +7285,9 @@ declare const response$11: z.ZodObject<{
7249
7285
  }, z.core.$strip>], "type">>>>;
7250
7286
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7251
7287
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7288
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
7289
+ "v1.0": "v1.0";
7290
+ }>>;
7252
7291
  }, z.core.$strip>;
7253
7292
  toolCallId: z.ZodString;
7254
7293
  toolName: z.ZodString;
@@ -7273,7 +7312,7 @@ declare const response$11: z.ZodObject<{
7273
7312
  uvx: "uvx";
7274
7313
  }>;
7275
7314
  packageName: z.ZodString;
7276
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
7315
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7277
7316
  }, z.core.$strip>, z.ZodObject<{
7278
7317
  type: z.ZodLiteral<"mcpSseSkill">;
7279
7318
  name: z.ZodString;
@@ -7294,6 +7333,9 @@ declare const response$11: z.ZodObject<{
7294
7333
  }, z.core.$strip>], "type">>>>;
7295
7334
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7296
7335
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7336
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
7337
+ "v1.0": "v1.0";
7338
+ }>>;
7297
7339
  }, z.core.$strip>;
7298
7340
  toolCallId: z.ZodString;
7299
7341
  toolName: z.ZodString;
@@ -7754,9 +7796,8 @@ declare const request$7: {
7754
7796
  jobId: z.ZodString;
7755
7797
  }, z.core.$strip>;
7756
7798
  body: z.ZodObject<{
7757
- query: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7799
+ query: z.ZodString;
7758
7800
  interactiveToolCallResult: z.ZodOptional<z.ZodBoolean>;
7759
- files: z.ZodOptional<z.ZodUnion<readonly [z.ZodFile, z.ZodArray<z.ZodFile>]>>;
7760
7801
  provider: z.ZodOptional<z.ZodEnum<{
7761
7802
  anthropic: "anthropic";
7762
7803
  google: "google";
@@ -7803,7 +7844,6 @@ declare const response$10: z.ZodObject<{
7803
7844
  }>;
7804
7845
  coordinatorExpertKey: z.ZodString;
7805
7846
  query: z.ZodOptional<z.ZodString>;
7806
- files: z.ZodArray<z.ZodString>;
7807
7847
  expert: z.ZodObject<{
7808
7848
  key: z.ZodString;
7809
7849
  name: z.ZodString;
@@ -7821,7 +7861,7 @@ declare const response$10: z.ZodObject<{
7821
7861
  uvx: "uvx";
7822
7862
  }>;
7823
7863
  packageName: z.ZodString;
7824
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
7864
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7825
7865
  }, z.core.$strip>, z.ZodObject<{
7826
7866
  type: z.ZodLiteral<"mcpSseSkill">;
7827
7867
  name: z.ZodString;
@@ -7842,13 +7882,16 @@ declare const response$10: z.ZodObject<{
7842
7882
  }, z.core.$strip>], "type">>>>;
7843
7883
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7844
7884
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7885
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
7886
+ "v1.0": "v1.0";
7887
+ }>>;
7845
7888
  scope: z.ZodObject<{
7846
7889
  id: z.ZodString;
7847
7890
  name: z.ZodString;
7848
7891
  organizationId: z.ZodString;
7849
7892
  expertDraftScopeId: z.ZodString;
7850
7893
  published: z.ZodBoolean;
7851
- publishedAt: z.ZodOptional<z.ZodString>;
7894
+ publishedAt: z.ZodNullable<z.ZodString>;
7852
7895
  category: z.ZodEnum<{
7853
7896
  general: "general";
7854
7897
  coding: "coding";
@@ -7901,6 +7944,9 @@ declare const response$10: z.ZodObject<{
7901
7944
  medium: "medium";
7902
7945
  high: "high";
7903
7946
  }>, z.ZodNumber]>;
7947
+ runtimeVersion: z.ZodEnum<{
7948
+ "v1.0": "v1.0";
7949
+ }>;
7904
7950
  maxSteps: z.ZodNumber;
7905
7951
  maxRetries: z.ZodNumber;
7906
7952
  currentStep: z.ZodNumber;
@@ -8799,8 +8845,7 @@ declare namespace create_d_exports {
8799
8845
  declare const request$6: {
8800
8846
  body: z.ZodObject<{
8801
8847
  applicationId: z.ZodString;
8802
- query: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8803
- files: z.ZodOptional<z.ZodUnion<readonly [z.ZodFile, z.ZodArray<z.ZodFile>]>>;
8848
+ query: z.ZodString;
8804
8849
  provider: z.ZodEnum<{
8805
8850
  anthropic: "anthropic";
8806
8851
  google: "google";
@@ -8849,7 +8894,6 @@ declare const response$9: z.ZodObject<{
8849
8894
  }>;
8850
8895
  coordinatorExpertKey: z.ZodString;
8851
8896
  query: z.ZodOptional<z.ZodString>;
8852
- files: z.ZodArray<z.ZodString>;
8853
8897
  expert: z.ZodObject<{
8854
8898
  key: z.ZodString;
8855
8899
  name: z.ZodString;
@@ -8867,7 +8911,7 @@ declare const response$9: z.ZodObject<{
8867
8911
  uvx: "uvx";
8868
8912
  }>;
8869
8913
  packageName: z.ZodString;
8870
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
8914
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
8871
8915
  }, z.core.$strip>, z.ZodObject<{
8872
8916
  type: z.ZodLiteral<"mcpSseSkill">;
8873
8917
  name: z.ZodString;
@@ -8888,13 +8932,16 @@ declare const response$9: z.ZodObject<{
8888
8932
  }, z.core.$strip>], "type">>>>;
8889
8933
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
8890
8934
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
8935
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
8936
+ "v1.0": "v1.0";
8937
+ }>>;
8891
8938
  scope: z.ZodObject<{
8892
8939
  id: z.ZodString;
8893
8940
  name: z.ZodString;
8894
8941
  organizationId: z.ZodString;
8895
8942
  expertDraftScopeId: z.ZodString;
8896
8943
  published: z.ZodBoolean;
8897
- publishedAt: z.ZodOptional<z.ZodString>;
8944
+ publishedAt: z.ZodNullable<z.ZodString>;
8898
8945
  category: z.ZodEnum<{
8899
8946
  general: "general";
8900
8947
  coding: "coding";
@@ -8947,6 +8994,9 @@ declare const response$9: z.ZodObject<{
8947
8994
  medium: "medium";
8948
8995
  high: "high";
8949
8996
  }>, z.ZodNumber]>;
8997
+ runtimeVersion: z.ZodEnum<{
8998
+ "v1.0": "v1.0";
8999
+ }>;
8950
9000
  maxSteps: z.ZodNumber;
8951
9001
  maxRetries: z.ZodNumber;
8952
9002
  currentStep: z.ZodNumber;
@@ -9869,7 +9919,6 @@ declare const response$8: z.ZodObject<{
9869
9919
  }>;
9870
9920
  coordinatorExpertKey: z.ZodString;
9871
9921
  query: z.ZodOptional<z.ZodString>;
9872
- files: z.ZodArray<z.ZodString>;
9873
9922
  expert: z.ZodObject<{
9874
9923
  key: z.ZodString;
9875
9924
  name: z.ZodString;
@@ -9887,7 +9936,7 @@ declare const response$8: z.ZodObject<{
9887
9936
  uvx: "uvx";
9888
9937
  }>;
9889
9938
  packageName: z.ZodString;
9890
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
9939
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
9891
9940
  }, z.core.$strip>, z.ZodObject<{
9892
9941
  type: z.ZodLiteral<"mcpSseSkill">;
9893
9942
  name: z.ZodString;
@@ -9908,13 +9957,16 @@ declare const response$8: z.ZodObject<{
9908
9957
  }, z.core.$strip>], "type">>>>;
9909
9958
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
9910
9959
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
9960
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
9961
+ "v1.0": "v1.0";
9962
+ }>>;
9911
9963
  scope: z.ZodObject<{
9912
9964
  id: z.ZodString;
9913
9965
  name: z.ZodString;
9914
9966
  organizationId: z.ZodString;
9915
9967
  expertDraftScopeId: z.ZodString;
9916
9968
  published: z.ZodBoolean;
9917
- publishedAt: z.ZodOptional<z.ZodString>;
9969
+ publishedAt: z.ZodNullable<z.ZodString>;
9918
9970
  category: z.ZodEnum<{
9919
9971
  general: "general";
9920
9972
  coding: "coding";
@@ -9967,6 +10019,9 @@ declare const response$8: z.ZodObject<{
9967
10019
  medium: "medium";
9968
10020
  high: "high";
9969
10021
  }>, z.ZodNumber]>;
10022
+ runtimeVersion: z.ZodEnum<{
10023
+ "v1.0": "v1.0";
10024
+ }>;
9970
10025
  maxSteps: z.ZodNumber;
9971
10026
  maxRetries: z.ZodNumber;
9972
10027
  currentStep: z.ZodNumber;
@@ -10914,7 +10969,6 @@ declare const response$7: z.ZodObject<{
10914
10969
  }>;
10915
10970
  coordinatorExpertKey: z.ZodString;
10916
10971
  query: z.ZodOptional<z.ZodString>;
10917
- files: z.ZodArray<z.ZodString>;
10918
10972
  expert: z.ZodObject<{
10919
10973
  key: z.ZodString;
10920
10974
  name: z.ZodString;
@@ -10932,7 +10986,7 @@ declare const response$7: z.ZodObject<{
10932
10986
  uvx: "uvx";
10933
10987
  }>;
10934
10988
  packageName: z.ZodString;
10935
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
10989
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
10936
10990
  }, z.core.$strip>, z.ZodObject<{
10937
10991
  type: z.ZodLiteral<"mcpSseSkill">;
10938
10992
  name: z.ZodString;
@@ -10953,13 +11007,16 @@ declare const response$7: z.ZodObject<{
10953
11007
  }, z.core.$strip>], "type">>>>;
10954
11008
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
10955
11009
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
11010
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
11011
+ "v1.0": "v1.0";
11012
+ }>>;
10956
11013
  scope: z.ZodObject<{
10957
11014
  id: z.ZodString;
10958
11015
  name: z.ZodString;
10959
11016
  organizationId: z.ZodString;
10960
11017
  expertDraftScopeId: z.ZodString;
10961
11018
  published: z.ZodBoolean;
10962
- publishedAt: z.ZodOptional<z.ZodString>;
11019
+ publishedAt: z.ZodNullable<z.ZodString>;
10963
11020
  category: z.ZodEnum<{
10964
11021
  general: "general";
10965
11022
  coding: "coding";
@@ -11012,6 +11069,9 @@ declare const response$7: z.ZodObject<{
11012
11069
  medium: "medium";
11013
11070
  high: "high";
11014
11071
  }>, z.ZodNumber]>;
11072
+ runtimeVersion: z.ZodEnum<{
11073
+ "v1.0": "v1.0";
11074
+ }>;
11015
11075
  maxSteps: z.ZodNumber;
11016
11076
  maxRetries: z.ZodNumber;
11017
11077
  currentStep: z.ZodNumber;
@@ -11953,7 +12013,6 @@ declare const response$6: z.ZodObject<{
11953
12013
  }>;
11954
12014
  coordinatorExpertKey: z.ZodString;
11955
12015
  query: z.ZodOptional<z.ZodString>;
11956
- files: z.ZodArray<z.ZodString>;
11957
12016
  expert: z.ZodObject<{
11958
12017
  key: z.ZodString;
11959
12018
  name: z.ZodString;
@@ -11971,7 +12030,7 @@ declare const response$6: z.ZodObject<{
11971
12030
  uvx: "uvx";
11972
12031
  }>;
11973
12032
  packageName: z.ZodString;
11974
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
12033
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
11975
12034
  }, z.core.$strip>, z.ZodObject<{
11976
12035
  type: z.ZodLiteral<"mcpSseSkill">;
11977
12036
  name: z.ZodString;
@@ -11992,13 +12051,16 @@ declare const response$6: z.ZodObject<{
11992
12051
  }, z.core.$strip>], "type">>>>;
11993
12052
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
11994
12053
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
12054
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
12055
+ "v1.0": "v1.0";
12056
+ }>>;
11995
12057
  scope: z.ZodObject<{
11996
12058
  id: z.ZodString;
11997
12059
  name: z.ZodString;
11998
12060
  organizationId: z.ZodString;
11999
12061
  expertDraftScopeId: z.ZodString;
12000
12062
  published: z.ZodBoolean;
12001
- publishedAt: z.ZodOptional<z.ZodString>;
12063
+ publishedAt: z.ZodNullable<z.ZodString>;
12002
12064
  category: z.ZodEnum<{
12003
12065
  general: "general";
12004
12066
  coding: "coding";
@@ -12051,6 +12113,9 @@ declare const response$6: z.ZodObject<{
12051
12113
  medium: "medium";
12052
12114
  high: "high";
12053
12115
  }>, z.ZodNumber]>;
12116
+ runtimeVersion: z.ZodEnum<{
12117
+ "v1.0": "v1.0";
12118
+ }>;
12054
12119
  maxSteps: z.ZodNumber;
12055
12120
  maxRetries: z.ZodNumber;
12056
12121
  currentStep: z.ZodNumber;
@@ -14279,7 +14344,7 @@ declare const apiCheckpointSchema: z.ZodObject<{
14279
14344
  uvx: "uvx";
14280
14345
  }>;
14281
14346
  packageName: z.ZodString;
14282
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14347
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14283
14348
  }, z.core.$strip>, z.ZodObject<{
14284
14349
  type: z.ZodLiteral<"mcpSseSkill">;
14285
14350
  name: z.ZodString;
@@ -14300,6 +14365,9 @@ declare const apiCheckpointSchema: z.ZodObject<{
14300
14365
  }, z.core.$strip>], "type">>>>;
14301
14366
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14302
14367
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14368
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14369
+ "v1.0": "v1.0";
14370
+ }>>;
14303
14371
  }, z.core.$strip>;
14304
14372
  delegateTo: z.ZodOptional<z.ZodArray<z.ZodObject<{
14305
14373
  expert: z.ZodObject<{
@@ -14320,7 +14388,7 @@ declare const apiCheckpointSchema: z.ZodObject<{
14320
14388
  uvx: "uvx";
14321
14389
  }>;
14322
14390
  packageName: z.ZodString;
14323
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14391
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14324
14392
  }, z.core.$strip>, z.ZodObject<{
14325
14393
  type: z.ZodLiteral<"mcpSseSkill">;
14326
14394
  name: z.ZodString;
@@ -14341,6 +14409,9 @@ declare const apiCheckpointSchema: z.ZodObject<{
14341
14409
  }, z.core.$strip>], "type">>>>;
14342
14410
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14343
14411
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14412
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14413
+ "v1.0": "v1.0";
14414
+ }>>;
14344
14415
  }, z.core.$strip>;
14345
14416
  toolCallId: z.ZodString;
14346
14417
  toolName: z.ZodString;
@@ -14365,7 +14436,7 @@ declare const apiCheckpointSchema: z.ZodObject<{
14365
14436
  uvx: "uvx";
14366
14437
  }>;
14367
14438
  packageName: z.ZodString;
14368
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14439
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14369
14440
  }, z.core.$strip>, z.ZodObject<{
14370
14441
  type: z.ZodLiteral<"mcpSseSkill">;
14371
14442
  name: z.ZodString;
@@ -14386,6 +14457,9 @@ declare const apiCheckpointSchema: z.ZodObject<{
14386
14457
  }, z.core.$strip>], "type">>>>;
14387
14458
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14388
14459
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14460
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14461
+ "v1.0": "v1.0";
14462
+ }>>;
14389
14463
  }, z.core.$strip>;
14390
14464
  toolCallId: z.ZodString;
14391
14465
  toolName: z.ZodString;
@@ -14853,7 +14927,7 @@ declare const expertSchema: z.ZodObject<{
14853
14927
  uvx: "uvx";
14854
14928
  }>;
14855
14929
  packageName: z.ZodString;
14856
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14930
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14857
14931
  }, z.core.$strip>, z.ZodObject<{
14858
14932
  type: z.ZodLiteral<"mcpSseSkill">;
14859
14933
  name: z.ZodString;
@@ -14874,6 +14948,9 @@ declare const expertSchema: z.ZodObject<{
14874
14948
  }, z.core.$strip>], "type">>>>;
14875
14949
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14876
14950
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14951
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14952
+ "v1.0": "v1.0";
14953
+ }>>;
14877
14954
  }, z.core.$strip>;
14878
14955
  /** Core expert entity compatible with `@perstack/core`. Executed by the perstack runtime. */
14879
14956
  type Expert = z.infer<typeof expertSchema>;
@@ -14884,7 +14961,7 @@ declare const expertMetadataSchema: z.ZodObject<{
14884
14961
  organizationId: z.ZodString;
14885
14962
  expertDraftScopeId: z.ZodString;
14886
14963
  published: z.ZodBoolean;
14887
- publishedAt: z.ZodOptional<z.ZodString>;
14964
+ publishedAt: z.ZodNullable<z.ZodString>;
14888
14965
  category: z.ZodEnum<{
14889
14966
  general: "general";
14890
14967
  coding: "coding";
@@ -14936,7 +15013,7 @@ declare const expertWithMetadataSchema: z.ZodObject<{
14936
15013
  uvx: "uvx";
14937
15014
  }>;
14938
15015
  packageName: z.ZodString;
14939
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
15016
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14940
15017
  }, z.core.$strip>, z.ZodObject<{
14941
15018
  type: z.ZodLiteral<"mcpSseSkill">;
14942
15019
  name: z.ZodString;
@@ -14957,13 +15034,16 @@ declare const expertWithMetadataSchema: z.ZodObject<{
14957
15034
  }, z.core.$strip>], "type">>>>;
14958
15035
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14959
15036
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15037
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
15038
+ "v1.0": "v1.0";
15039
+ }>>;
14960
15040
  scope: z.ZodObject<{
14961
15041
  id: z.ZodString;
14962
15042
  name: z.ZodString;
14963
15043
  organizationId: z.ZodString;
14964
15044
  expertDraftScopeId: z.ZodString;
14965
15045
  published: z.ZodBoolean;
14966
- publishedAt: z.ZodOptional<z.ZodString>;
15046
+ publishedAt: z.ZodNullable<z.ZodString>;
14967
15047
  category: z.ZodEnum<{
14968
15048
  general: "general";
14969
15049
  coding: "coding";
@@ -15034,7 +15114,7 @@ declare const expertScopeSchema: z.ZodObject<{
15034
15114
  organizationId: z.ZodString;
15035
15115
  expertDraftScopeId: z.ZodString;
15036
15116
  published: z.ZodBoolean;
15037
- publishedAt: z.ZodOptional<z.ZodString>;
15117
+ publishedAt: z.ZodNullable<z.ZodString>;
15038
15118
  category: z.ZodEnum<{
15039
15119
  general: "general";
15040
15120
  coding: "coding";
@@ -15114,7 +15194,6 @@ declare const jobSchema: z.ZodObject<{
15114
15194
  }>;
15115
15195
  coordinatorExpertKey: z.ZodString;
15116
15196
  query: z.ZodOptional<z.ZodString>;
15117
- files: z.ZodArray<z.ZodString>;
15118
15197
  expert: z.ZodObject<{
15119
15198
  key: z.ZodString;
15120
15199
  name: z.ZodString;
@@ -15132,7 +15211,7 @@ declare const jobSchema: z.ZodObject<{
15132
15211
  uvx: "uvx";
15133
15212
  }>;
15134
15213
  packageName: z.ZodString;
15135
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
15214
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15136
15215
  }, z.core.$strip>, z.ZodObject<{
15137
15216
  type: z.ZodLiteral<"mcpSseSkill">;
15138
15217
  name: z.ZodString;
@@ -15153,13 +15232,16 @@ declare const jobSchema: z.ZodObject<{
15153
15232
  }, z.core.$strip>], "type">>>>;
15154
15233
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15155
15234
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15235
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
15236
+ "v1.0": "v1.0";
15237
+ }>>;
15156
15238
  scope: z.ZodObject<{
15157
15239
  id: z.ZodString;
15158
15240
  name: z.ZodString;
15159
15241
  organizationId: z.ZodString;
15160
15242
  expertDraftScopeId: z.ZodString;
15161
15243
  published: z.ZodBoolean;
15162
- publishedAt: z.ZodOptional<z.ZodString>;
15244
+ publishedAt: z.ZodNullable<z.ZodString>;
15163
15245
  category: z.ZodEnum<{
15164
15246
  general: "general";
15165
15247
  coding: "coding";
@@ -15212,6 +15294,9 @@ declare const jobSchema: z.ZodObject<{
15212
15294
  medium: "medium";
15213
15295
  high: "high";
15214
15296
  }>, z.ZodNumber]>;
15297
+ runtimeVersion: z.ZodEnum<{
15298
+ "v1.0": "v1.0";
15299
+ }>;
15215
15300
  maxSteps: z.ZodNumber;
15216
15301
  maxRetries: z.ZodNumber;
15217
15302
  currentStep: z.ZodNumber;
@@ -16254,6 +16339,12 @@ interface StreamReader {
16254
16339
  done: boolean;
16255
16340
  }>;
16256
16341
  }
16342
+ type SSEEventType = "message" | "error" | "complete";
16343
+ interface SSEEvent<T = unknown> {
16344
+ event: SSEEventType;
16345
+ data: T;
16346
+ }
16347
+ declare function parseSSEEvents<T>(reader: StreamReader): AsyncGenerator<SSEEvent<T>>;
16257
16348
  declare function parseSSE<T>(reader: StreamReader): AsyncGenerator<T>;
16258
16349
  //#endregion
16259
16350
  //#region src/endpoints/applications.d.ts
@@ -16311,11 +16402,29 @@ interface ExpertsApi {
16311
16402
  }
16312
16403
  //#endregion
16313
16404
  //#region src/endpoints/jobs-checkpoints.d.ts
16405
+ type StreamEvent = {
16406
+ event: "message";
16407
+ data: ApiCheckpoint;
16408
+ } | {
16409
+ event: "error";
16410
+ data: {
16411
+ type: string;
16412
+ jobId: string;
16413
+ message?: string;
16414
+ };
16415
+ } | {
16416
+ event: "complete";
16417
+ data: {
16418
+ status: string;
16419
+ jobId: string;
16420
+ };
16421
+ };
16314
16422
  interface CheckpointsApi {
16315
16423
  list(jobId: string, params?: RequestQuery$1, options?: RequestOptions): Promise<ApiResult<Response$13>>;
16316
16424
  get(jobId: string, checkpointId: string, options?: RequestOptions): Promise<ApiResult<Response$14>>;
16317
16425
  create(jobId: string, input: RequestBody$6, options?: RequestOptions): Promise<ApiResult<Response$14>>;
16318
16426
  stream(jobId: string, options?: StreamRequestOptions): AsyncGenerator<ApiResult<ApiCheckpoint>, void, unknown>;
16427
+ streamEvents(jobId: string, options?: StreamRequestOptions): AsyncGenerator<ApiResult<StreamEvent>, void, unknown>;
16319
16428
  }
16320
16429
  //#endregion
16321
16430
  //#region src/endpoints/jobs.d.ts
@@ -16351,5 +16460,5 @@ interface ApiClient {
16351
16460
  }
16352
16461
  declare function createApiClient(config: ApiClientConfig): ApiClient;
16353
16462
  //#endregion
16354
- export { type Activity, type ActivityOrGroup, type ActivityType, type ApiClient, ApiClientConfig, ApiError, ApiErrorType, ApiResult, type Application, type ApplicationStatus, type index_d_exports as ApplicationsAPI, AuthOptions, type ApiCheckpoint as Checkpoint, type CheckpointStatus, type index_d_exports$1 as EnvAPI, type Expert, type ExpertDefinition, type ExpertDraftRef, type ExpertDraftScope, type ExpertMetadata, type ExpertScope, type ExpertVersion, type ExpertWithMetadata, type index_d_exports$2 as ExpertsAPI, Fetcher, type Job, type JobStatus, type index_d_exports$3 as JobsAPI, type Organization, type OrganizationStatus, type OrganizationType, type ReasoningBudget, RequestOptions, type SecretMetadata, StreamRequestOptions, type VariableResponse, buildAuthHeaders, buildQueryString, createAbortError, createApiClient, createFetcher, createHttpError, createNetworkError, createTimeoutError, createValidationError, handleHttpError, isAbortError, isClientError, isHttpError, isNetworkError, isTimeoutError, isValidationError, matchExperts, matchOperations, matchWildcard, parseApiKeyPermissions, parseSSE, stringifyApiKeyPermissions };
16463
+ export { type Activity, type ActivityOrGroup, type ActivityType, type ApiClient, ApiClientConfig, ApiError, ApiErrorType, ApiResult, type Application, type ApplicationStatus, type index_d_exports as ApplicationsAPI, AuthOptions, type ApiCheckpoint as Checkpoint, type CheckpointStatus, type index_d_exports$1 as EnvAPI, type Expert, type ExpertDefinition, type ExpertDraftRef, type ExpertDraftScope, type ExpertMetadata, type ExpertScope, type ExpertVersion, type ExpertWithMetadata, type index_d_exports$2 as ExpertsAPI, Fetcher, type Job, type JobStatus, type index_d_exports$3 as JobsAPI, type Organization, type OrganizationStatus, type OrganizationType, type ReasoningBudget, RequestOptions, SSEEvent, SSEEventType, type SecretMetadata, StreamReader, StreamRequestOptions, type VariableResponse, buildAuthHeaders, buildQueryString, createAbortError, createApiClient, createFetcher, createHttpError, createNetworkError, createTimeoutError, createValidationError, handleHttpError, isAbortError, isClientError, isHttpError, isNetworkError, isTimeoutError, isValidationError, matchExperts, matchOperations, matchWildcard, parseApiKeyPermissions, parseSSE, parseSSEEvents, stringifyApiKeyPermissions };
16355
16464
  //# sourceMappingURL=index.d.mts.map