@perstack/api-client 0.0.53 → 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;
@@ -7819,7 +7861,7 @@ declare const response$10: z.ZodObject<{
7819
7861
  uvx: "uvx";
7820
7862
  }>;
7821
7863
  packageName: z.ZodString;
7822
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
7864
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7823
7865
  }, z.core.$strip>, z.ZodObject<{
7824
7866
  type: z.ZodLiteral<"mcpSseSkill">;
7825
7867
  name: z.ZodString;
@@ -7840,13 +7882,16 @@ declare const response$10: z.ZodObject<{
7840
7882
  }, z.core.$strip>], "type">>>>;
7841
7883
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7842
7884
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
7885
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
7886
+ "v1.0": "v1.0";
7887
+ }>>;
7843
7888
  scope: z.ZodObject<{
7844
7889
  id: z.ZodString;
7845
7890
  name: z.ZodString;
7846
7891
  organizationId: z.ZodString;
7847
7892
  expertDraftScopeId: z.ZodString;
7848
7893
  published: z.ZodBoolean;
7849
- publishedAt: z.ZodOptional<z.ZodString>;
7894
+ publishedAt: z.ZodNullable<z.ZodString>;
7850
7895
  category: z.ZodEnum<{
7851
7896
  general: "general";
7852
7897
  coding: "coding";
@@ -7899,6 +7944,9 @@ declare const response$10: z.ZodObject<{
7899
7944
  medium: "medium";
7900
7945
  high: "high";
7901
7946
  }>, z.ZodNumber]>;
7947
+ runtimeVersion: z.ZodEnum<{
7948
+ "v1.0": "v1.0";
7949
+ }>;
7902
7950
  maxSteps: z.ZodNumber;
7903
7951
  maxRetries: z.ZodNumber;
7904
7952
  currentStep: z.ZodNumber;
@@ -8863,7 +8911,7 @@ declare const response$9: z.ZodObject<{
8863
8911
  uvx: "uvx";
8864
8912
  }>;
8865
8913
  packageName: z.ZodString;
8866
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
8914
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
8867
8915
  }, z.core.$strip>, z.ZodObject<{
8868
8916
  type: z.ZodLiteral<"mcpSseSkill">;
8869
8917
  name: z.ZodString;
@@ -8884,13 +8932,16 @@ declare const response$9: z.ZodObject<{
8884
8932
  }, z.core.$strip>], "type">>>>;
8885
8933
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
8886
8934
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
8935
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
8936
+ "v1.0": "v1.0";
8937
+ }>>;
8887
8938
  scope: z.ZodObject<{
8888
8939
  id: z.ZodString;
8889
8940
  name: z.ZodString;
8890
8941
  organizationId: z.ZodString;
8891
8942
  expertDraftScopeId: z.ZodString;
8892
8943
  published: z.ZodBoolean;
8893
- publishedAt: z.ZodOptional<z.ZodString>;
8944
+ publishedAt: z.ZodNullable<z.ZodString>;
8894
8945
  category: z.ZodEnum<{
8895
8946
  general: "general";
8896
8947
  coding: "coding";
@@ -8943,6 +8994,9 @@ declare const response$9: z.ZodObject<{
8943
8994
  medium: "medium";
8944
8995
  high: "high";
8945
8996
  }>, z.ZodNumber]>;
8997
+ runtimeVersion: z.ZodEnum<{
8998
+ "v1.0": "v1.0";
8999
+ }>;
8946
9000
  maxSteps: z.ZodNumber;
8947
9001
  maxRetries: z.ZodNumber;
8948
9002
  currentStep: z.ZodNumber;
@@ -9882,7 +9936,7 @@ declare const response$8: z.ZodObject<{
9882
9936
  uvx: "uvx";
9883
9937
  }>;
9884
9938
  packageName: z.ZodString;
9885
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
9939
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
9886
9940
  }, z.core.$strip>, z.ZodObject<{
9887
9941
  type: z.ZodLiteral<"mcpSseSkill">;
9888
9942
  name: z.ZodString;
@@ -9903,13 +9957,16 @@ declare const response$8: z.ZodObject<{
9903
9957
  }, z.core.$strip>], "type">>>>;
9904
9958
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
9905
9959
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
9960
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
9961
+ "v1.0": "v1.0";
9962
+ }>>;
9906
9963
  scope: z.ZodObject<{
9907
9964
  id: z.ZodString;
9908
9965
  name: z.ZodString;
9909
9966
  organizationId: z.ZodString;
9910
9967
  expertDraftScopeId: z.ZodString;
9911
9968
  published: z.ZodBoolean;
9912
- publishedAt: z.ZodOptional<z.ZodString>;
9969
+ publishedAt: z.ZodNullable<z.ZodString>;
9913
9970
  category: z.ZodEnum<{
9914
9971
  general: "general";
9915
9972
  coding: "coding";
@@ -9962,6 +10019,9 @@ declare const response$8: z.ZodObject<{
9962
10019
  medium: "medium";
9963
10020
  high: "high";
9964
10021
  }>, z.ZodNumber]>;
10022
+ runtimeVersion: z.ZodEnum<{
10023
+ "v1.0": "v1.0";
10024
+ }>;
9965
10025
  maxSteps: z.ZodNumber;
9966
10026
  maxRetries: z.ZodNumber;
9967
10027
  currentStep: z.ZodNumber;
@@ -10926,7 +10986,7 @@ declare const response$7: z.ZodObject<{
10926
10986
  uvx: "uvx";
10927
10987
  }>;
10928
10988
  packageName: z.ZodString;
10929
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
10989
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
10930
10990
  }, z.core.$strip>, z.ZodObject<{
10931
10991
  type: z.ZodLiteral<"mcpSseSkill">;
10932
10992
  name: z.ZodString;
@@ -10947,13 +11007,16 @@ declare const response$7: z.ZodObject<{
10947
11007
  }, z.core.$strip>], "type">>>>;
10948
11008
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
10949
11009
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
11010
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
11011
+ "v1.0": "v1.0";
11012
+ }>>;
10950
11013
  scope: z.ZodObject<{
10951
11014
  id: z.ZodString;
10952
11015
  name: z.ZodString;
10953
11016
  organizationId: z.ZodString;
10954
11017
  expertDraftScopeId: z.ZodString;
10955
11018
  published: z.ZodBoolean;
10956
- publishedAt: z.ZodOptional<z.ZodString>;
11019
+ publishedAt: z.ZodNullable<z.ZodString>;
10957
11020
  category: z.ZodEnum<{
10958
11021
  general: "general";
10959
11022
  coding: "coding";
@@ -11006,6 +11069,9 @@ declare const response$7: z.ZodObject<{
11006
11069
  medium: "medium";
11007
11070
  high: "high";
11008
11071
  }>, z.ZodNumber]>;
11072
+ runtimeVersion: z.ZodEnum<{
11073
+ "v1.0": "v1.0";
11074
+ }>;
11009
11075
  maxSteps: z.ZodNumber;
11010
11076
  maxRetries: z.ZodNumber;
11011
11077
  currentStep: z.ZodNumber;
@@ -11964,7 +12030,7 @@ declare const response$6: z.ZodObject<{
11964
12030
  uvx: "uvx";
11965
12031
  }>;
11966
12032
  packageName: z.ZodString;
11967
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
12033
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
11968
12034
  }, z.core.$strip>, z.ZodObject<{
11969
12035
  type: z.ZodLiteral<"mcpSseSkill">;
11970
12036
  name: z.ZodString;
@@ -11985,13 +12051,16 @@ declare const response$6: z.ZodObject<{
11985
12051
  }, z.core.$strip>], "type">>>>;
11986
12052
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
11987
12053
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
12054
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
12055
+ "v1.0": "v1.0";
12056
+ }>>;
11988
12057
  scope: z.ZodObject<{
11989
12058
  id: z.ZodString;
11990
12059
  name: z.ZodString;
11991
12060
  organizationId: z.ZodString;
11992
12061
  expertDraftScopeId: z.ZodString;
11993
12062
  published: z.ZodBoolean;
11994
- publishedAt: z.ZodOptional<z.ZodString>;
12063
+ publishedAt: z.ZodNullable<z.ZodString>;
11995
12064
  category: z.ZodEnum<{
11996
12065
  general: "general";
11997
12066
  coding: "coding";
@@ -12044,6 +12113,9 @@ declare const response$6: z.ZodObject<{
12044
12113
  medium: "medium";
12045
12114
  high: "high";
12046
12115
  }>, z.ZodNumber]>;
12116
+ runtimeVersion: z.ZodEnum<{
12117
+ "v1.0": "v1.0";
12118
+ }>;
12047
12119
  maxSteps: z.ZodNumber;
12048
12120
  maxRetries: z.ZodNumber;
12049
12121
  currentStep: z.ZodNumber;
@@ -14272,7 +14344,7 @@ declare const apiCheckpointSchema: z.ZodObject<{
14272
14344
  uvx: "uvx";
14273
14345
  }>;
14274
14346
  packageName: z.ZodString;
14275
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14347
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14276
14348
  }, z.core.$strip>, z.ZodObject<{
14277
14349
  type: z.ZodLiteral<"mcpSseSkill">;
14278
14350
  name: z.ZodString;
@@ -14293,6 +14365,9 @@ declare const apiCheckpointSchema: z.ZodObject<{
14293
14365
  }, z.core.$strip>], "type">>>>;
14294
14366
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14295
14367
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14368
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14369
+ "v1.0": "v1.0";
14370
+ }>>;
14296
14371
  }, z.core.$strip>;
14297
14372
  delegateTo: z.ZodOptional<z.ZodArray<z.ZodObject<{
14298
14373
  expert: z.ZodObject<{
@@ -14313,7 +14388,7 @@ declare const apiCheckpointSchema: z.ZodObject<{
14313
14388
  uvx: "uvx";
14314
14389
  }>;
14315
14390
  packageName: z.ZodString;
14316
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14391
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14317
14392
  }, z.core.$strip>, z.ZodObject<{
14318
14393
  type: z.ZodLiteral<"mcpSseSkill">;
14319
14394
  name: z.ZodString;
@@ -14334,6 +14409,9 @@ declare const apiCheckpointSchema: z.ZodObject<{
14334
14409
  }, z.core.$strip>], "type">>>>;
14335
14410
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14336
14411
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14412
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14413
+ "v1.0": "v1.0";
14414
+ }>>;
14337
14415
  }, z.core.$strip>;
14338
14416
  toolCallId: z.ZodString;
14339
14417
  toolName: z.ZodString;
@@ -14358,7 +14436,7 @@ declare const apiCheckpointSchema: z.ZodObject<{
14358
14436
  uvx: "uvx";
14359
14437
  }>;
14360
14438
  packageName: z.ZodString;
14361
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14439
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14362
14440
  }, z.core.$strip>, z.ZodObject<{
14363
14441
  type: z.ZodLiteral<"mcpSseSkill">;
14364
14442
  name: z.ZodString;
@@ -14379,6 +14457,9 @@ declare const apiCheckpointSchema: z.ZodObject<{
14379
14457
  }, z.core.$strip>], "type">>>>;
14380
14458
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14381
14459
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14460
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14461
+ "v1.0": "v1.0";
14462
+ }>>;
14382
14463
  }, z.core.$strip>;
14383
14464
  toolCallId: z.ZodString;
14384
14465
  toolName: z.ZodString;
@@ -14846,7 +14927,7 @@ declare const expertSchema: z.ZodObject<{
14846
14927
  uvx: "uvx";
14847
14928
  }>;
14848
14929
  packageName: z.ZodString;
14849
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
14930
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14850
14931
  }, z.core.$strip>, z.ZodObject<{
14851
14932
  type: z.ZodLiteral<"mcpSseSkill">;
14852
14933
  name: z.ZodString;
@@ -14867,6 +14948,9 @@ declare const expertSchema: z.ZodObject<{
14867
14948
  }, z.core.$strip>], "type">>>>;
14868
14949
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14869
14950
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14951
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
14952
+ "v1.0": "v1.0";
14953
+ }>>;
14870
14954
  }, z.core.$strip>;
14871
14955
  /** Core expert entity compatible with `@perstack/core`. Executed by the perstack runtime. */
14872
14956
  type Expert = z.infer<typeof expertSchema>;
@@ -14877,7 +14961,7 @@ declare const expertMetadataSchema: z.ZodObject<{
14877
14961
  organizationId: z.ZodString;
14878
14962
  expertDraftScopeId: z.ZodString;
14879
14963
  published: z.ZodBoolean;
14880
- publishedAt: z.ZodOptional<z.ZodString>;
14964
+ publishedAt: z.ZodNullable<z.ZodString>;
14881
14965
  category: z.ZodEnum<{
14882
14966
  general: "general";
14883
14967
  coding: "coding";
@@ -14929,7 +15013,7 @@ declare const expertWithMetadataSchema: z.ZodObject<{
14929
15013
  uvx: "uvx";
14930
15014
  }>;
14931
15015
  packageName: z.ZodString;
14932
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
15016
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14933
15017
  }, z.core.$strip>, z.ZodObject<{
14934
15018
  type: z.ZodLiteral<"mcpSseSkill">;
14935
15019
  name: z.ZodString;
@@ -14950,13 +15034,16 @@ declare const expertWithMetadataSchema: z.ZodObject<{
14950
15034
  }, z.core.$strip>], "type">>>>;
14951
15035
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
14952
15036
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15037
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
15038
+ "v1.0": "v1.0";
15039
+ }>>;
14953
15040
  scope: z.ZodObject<{
14954
15041
  id: z.ZodString;
14955
15042
  name: z.ZodString;
14956
15043
  organizationId: z.ZodString;
14957
15044
  expertDraftScopeId: z.ZodString;
14958
15045
  published: z.ZodBoolean;
14959
- publishedAt: z.ZodOptional<z.ZodString>;
15046
+ publishedAt: z.ZodNullable<z.ZodString>;
14960
15047
  category: z.ZodEnum<{
14961
15048
  general: "general";
14962
15049
  coding: "coding";
@@ -15027,7 +15114,7 @@ declare const expertScopeSchema: z.ZodObject<{
15027
15114
  organizationId: z.ZodString;
15028
15115
  expertDraftScopeId: z.ZodString;
15029
15116
  published: z.ZodBoolean;
15030
- publishedAt: z.ZodOptional<z.ZodString>;
15117
+ publishedAt: z.ZodNullable<z.ZodString>;
15031
15118
  category: z.ZodEnum<{
15032
15119
  general: "general";
15033
15120
  coding: "coding";
@@ -15124,7 +15211,7 @@ declare const jobSchema: z.ZodObject<{
15124
15211
  uvx: "uvx";
15125
15212
  }>;
15126
15213
  packageName: z.ZodString;
15127
- requiredEnv: z.ZodOptional<z.ZodArray<z.ZodString>>;
15214
+ requiredEnv: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15128
15215
  }, z.core.$strip>, z.ZodObject<{
15129
15216
  type: z.ZodLiteral<"mcpSseSkill">;
15130
15217
  name: z.ZodString;
@@ -15145,13 +15232,16 @@ declare const jobSchema: z.ZodObject<{
15145
15232
  }, z.core.$strip>], "type">>>>;
15146
15233
  delegates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15147
15234
  tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
15235
+ minRuntimeVersion: z.ZodOptional<z.ZodEnum<{
15236
+ "v1.0": "v1.0";
15237
+ }>>;
15148
15238
  scope: z.ZodObject<{
15149
15239
  id: z.ZodString;
15150
15240
  name: z.ZodString;
15151
15241
  organizationId: z.ZodString;
15152
15242
  expertDraftScopeId: z.ZodString;
15153
15243
  published: z.ZodBoolean;
15154
- publishedAt: z.ZodOptional<z.ZodString>;
15244
+ publishedAt: z.ZodNullable<z.ZodString>;
15155
15245
  category: z.ZodEnum<{
15156
15246
  general: "general";
15157
15247
  coding: "coding";
@@ -15204,6 +15294,9 @@ declare const jobSchema: z.ZodObject<{
15204
15294
  medium: "medium";
15205
15295
  high: "high";
15206
15296
  }>, z.ZodNumber]>;
15297
+ runtimeVersion: z.ZodEnum<{
15298
+ "v1.0": "v1.0";
15299
+ }>;
15207
15300
  maxSteps: z.ZodNumber;
15208
15301
  maxRetries: z.ZodNumber;
15209
15302
  currentStep: z.ZodNumber;