@cursor/sdk 1.0.12 → 1.0.14

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.
Files changed (66) hide show
  1. package/README.md +18 -0
  2. package/dist/cjs/642.index.js +1 -1
  3. package/dist/cjs/agent.d.ts +4 -1
  4. package/dist/cjs/agent.d.ts.map +1 -1
  5. package/dist/cjs/analytics.d.ts +26 -0
  6. package/dist/cjs/analytics.d.ts.map +1 -1
  7. package/dist/cjs/cloud-agent.d.ts +26 -1
  8. package/dist/cjs/cloud-agent.d.ts.map +1 -1
  9. package/dist/cjs/cloud-api-client.d.ts +11 -4
  10. package/dist/cjs/cloud-api-client.d.ts.map +1 -1
  11. package/dist/cjs/errors.d.ts +10 -0
  12. package/dist/cjs/errors.d.ts.map +1 -1
  13. package/dist/cjs/executor-common.d.ts.map +1 -1
  14. package/dist/cjs/executor-types.d.ts +9 -2
  15. package/dist/cjs/executor-types.d.ts.map +1 -1
  16. package/dist/cjs/index.d.ts +2 -2
  17. package/dist/cjs/index.d.ts.map +1 -1
  18. package/dist/cjs/index.js +3 -3
  19. package/dist/cjs/local-executor.d.ts.map +1 -1
  20. package/dist/cjs/local-model-validation.d.ts.map +1 -1
  21. package/dist/cjs/options.d.ts +6 -0
  22. package/dist/cjs/options.d.ts.map +1 -1
  23. package/dist/cjs/platform.d.ts +27 -1
  24. package/dist/cjs/platform.d.ts.map +1 -1
  25. package/dist/cjs/prefetched-blobs.d.ts +13 -0
  26. package/dist/cjs/prefetched-blobs.d.ts.map +1 -0
  27. package/dist/cjs/public-api.d.ts +1 -1
  28. package/dist/cjs/public-api.d.ts.map +1 -1
  29. package/dist/cjs/stubs.d.ts +1 -0
  30. package/dist/cjs/stubs.d.ts.map +1 -1
  31. package/dist/cjs/subagent-conversion.d.ts +4 -2
  32. package/dist/cjs/subagent-conversion.d.ts.map +1 -1
  33. package/dist/cjs/types/conversation-types.d.ts +96 -96
  34. package/dist/esm/642.index.js +1 -1
  35. package/dist/esm/agent.d.ts +4 -1
  36. package/dist/esm/agent.d.ts.map +1 -1
  37. package/dist/esm/analytics.d.ts +26 -0
  38. package/dist/esm/analytics.d.ts.map +1 -1
  39. package/dist/esm/cloud-agent.d.ts +26 -1
  40. package/dist/esm/cloud-agent.d.ts.map +1 -1
  41. package/dist/esm/cloud-api-client.d.ts +11 -4
  42. package/dist/esm/cloud-api-client.d.ts.map +1 -1
  43. package/dist/esm/errors.d.ts +10 -0
  44. package/dist/esm/errors.d.ts.map +1 -1
  45. package/dist/esm/executor-common.d.ts.map +1 -1
  46. package/dist/esm/executor-types.d.ts +9 -2
  47. package/dist/esm/executor-types.d.ts.map +1 -1
  48. package/dist/esm/index.d.ts +2 -2
  49. package/dist/esm/index.d.ts.map +1 -1
  50. package/dist/esm/index.js +5 -5
  51. package/dist/esm/local-executor.d.ts.map +1 -1
  52. package/dist/esm/local-model-validation.d.ts.map +1 -1
  53. package/dist/esm/options.d.ts +6 -0
  54. package/dist/esm/options.d.ts.map +1 -1
  55. package/dist/esm/platform.d.ts +27 -1
  56. package/dist/esm/platform.d.ts.map +1 -1
  57. package/dist/esm/prefetched-blobs.d.ts +13 -0
  58. package/dist/esm/prefetched-blobs.d.ts.map +1 -0
  59. package/dist/esm/public-api.d.ts +1 -1
  60. package/dist/esm/public-api.d.ts.map +1 -1
  61. package/dist/esm/stubs.d.ts +1 -0
  62. package/dist/esm/stubs.d.ts.map +1 -1
  63. package/dist/esm/subagent-conversion.d.ts +4 -2
  64. package/dist/esm/subagent-conversion.d.ts.map +1 -1
  65. package/dist/esm/types/conversation-types.d.ts +96 -96
  66. package/package.json +8 -8
@@ -574,23 +574,23 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
574
574
  file: z.ZodString;
575
575
  count: z.ZodNumber;
576
576
  }, "strip", z.ZodTypeAny, {
577
- count: number;
578
577
  file: string;
579
- }, {
580
578
  count: number;
579
+ }, {
581
580
  file: string;
581
+ count: number;
582
582
  }>, "many">;
583
583
  total: z.ZodNumber;
584
584
  }, "strip", z.ZodTypeAny, {
585
585
  counts: {
586
- count: number;
587
586
  file: string;
587
+ count: number;
588
588
  }[];
589
589
  total: number;
590
590
  }, {
591
591
  counts: {
592
- count: number;
593
592
  file: string;
593
+ count: number;
594
594
  }[];
595
595
  total: number;
596
596
  }>;
@@ -598,8 +598,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
598
598
  type: "count";
599
599
  output: {
600
600
  counts: {
601
- count: number;
602
601
  file: string;
602
+ count: number;
603
603
  }[];
604
604
  total: number;
605
605
  };
@@ -607,8 +607,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
607
607
  type: "count";
608
608
  output: {
609
609
  counts: {
610
- count: number;
611
610
  file: string;
611
+ count: number;
612
612
  }[];
613
613
  total: number;
614
614
  };
@@ -710,23 +710,23 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
710
710
  file: z.ZodString;
711
711
  count: z.ZodNumber;
712
712
  }, "strip", z.ZodTypeAny, {
713
- count: number;
714
713
  file: string;
715
- }, {
716
714
  count: number;
715
+ }, {
717
716
  file: string;
717
+ count: number;
718
718
  }>, "many">;
719
719
  total: z.ZodNumber;
720
720
  }, "strip", z.ZodTypeAny, {
721
721
  counts: {
722
- count: number;
723
722
  file: string;
723
+ count: number;
724
724
  }[];
725
725
  total: number;
726
726
  }, {
727
727
  counts: {
728
- count: number;
729
728
  file: string;
729
+ count: number;
730
730
  }[];
731
731
  total: number;
732
732
  }>;
@@ -734,8 +734,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
734
734
  type: "count";
735
735
  output: {
736
736
  counts: {
737
- count: number;
738
737
  file: string;
738
+ count: number;
739
739
  }[];
740
740
  total: number;
741
741
  };
@@ -743,8 +743,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
743
743
  type: "count";
744
744
  output: {
745
745
  counts: {
746
- count: number;
747
746
  file: string;
747
+ count: number;
748
748
  }[];
749
749
  total: number;
750
750
  };
@@ -772,8 +772,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
772
772
  type: "count";
773
773
  output: {
774
774
  counts: {
775
- count: number;
776
775
  file: string;
776
+ count: number;
777
777
  }[];
778
778
  total: number;
779
779
  };
@@ -800,8 +800,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
800
800
  type: "count";
801
801
  output: {
802
802
  counts: {
803
- count: number;
804
803
  file: string;
804
+ count: number;
805
805
  }[];
806
806
  total: number;
807
807
  };
@@ -829,8 +829,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
829
829
  type: "count";
830
830
  output: {
831
831
  counts: {
832
- count: number;
833
832
  file: string;
833
+ count: number;
834
834
  }[];
835
835
  total: number;
836
836
  };
@@ -857,8 +857,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
857
857
  type: "count";
858
858
  output: {
859
859
  counts: {
860
- count: number;
861
860
  file: string;
861
+ count: number;
862
862
  }[];
863
863
  total: number;
864
864
  };
@@ -888,8 +888,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
888
888
  type: "count";
889
889
  output: {
890
890
  counts: {
891
- count: number;
892
891
  file: string;
892
+ count: number;
893
893
  }[];
894
894
  total: number;
895
895
  };
@@ -916,8 +916,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
916
916
  type: "count";
917
917
  output: {
918
918
  counts: {
919
- count: number;
920
919
  file: string;
920
+ count: number;
921
921
  }[];
922
922
  total: number;
923
923
  };
@@ -948,8 +948,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
948
948
  type: "count";
949
949
  output: {
950
950
  counts: {
951
- count: number;
952
951
  file: string;
952
+ count: number;
953
953
  }[];
954
954
  total: number;
955
955
  };
@@ -976,8 +976,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
976
976
  type: "count";
977
977
  output: {
978
978
  counts: {
979
- count: number;
980
979
  file: string;
980
+ count: number;
981
981
  }[];
982
982
  total: number;
983
983
  };
@@ -1036,8 +1036,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
1036
1036
  type: "count";
1037
1037
  output: {
1038
1038
  counts: {
1039
- count: number;
1040
1039
  file: string;
1040
+ count: number;
1041
1041
  }[];
1042
1042
  total: number;
1043
1043
  };
@@ -1064,8 +1064,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
1064
1064
  type: "count";
1065
1065
  output: {
1066
1066
  counts: {
1067
- count: number;
1068
1067
  file: string;
1068
+ count: number;
1069
1069
  }[];
1070
1070
  total: number;
1071
1071
  };
@@ -1118,8 +1118,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
1118
1118
  type: "count";
1119
1119
  output: {
1120
1120
  counts: {
1121
- count: number;
1122
1121
  file: string;
1122
+ count: number;
1123
1123
  }[];
1124
1124
  total: number;
1125
1125
  };
@@ -1146,8 +1146,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
1146
1146
  type: "count";
1147
1147
  output: {
1148
1148
  counts: {
1149
- count: number;
1150
1149
  file: string;
1150
+ count: number;
1151
1151
  }[];
1152
1152
  total: number;
1153
1153
  };
@@ -2556,8 +2556,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
2556
2556
  type: "count";
2557
2557
  output: {
2558
2558
  counts: {
2559
- count: number;
2560
2559
  file: string;
2560
+ count: number;
2561
2561
  }[];
2562
2562
  total: number;
2563
2563
  };
@@ -2584,8 +2584,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
2584
2584
  type: "count";
2585
2585
  output: {
2586
2586
  counts: {
2587
- count: number;
2588
2587
  file: string;
2588
+ count: number;
2589
2589
  }[];
2590
2590
  total: number;
2591
2591
  };
@@ -2931,8 +2931,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
2931
2931
  type: "count";
2932
2932
  output: {
2933
2933
  counts: {
2934
- count: number;
2935
2934
  file: string;
2935
+ count: number;
2936
2936
  }[];
2937
2937
  total: number;
2938
2938
  };
@@ -2959,8 +2959,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
2959
2959
  type: "count";
2960
2960
  output: {
2961
2961
  counts: {
2962
- count: number;
2963
2962
  file: string;
2963
+ count: number;
2964
2964
  }[];
2965
2965
  total: number;
2966
2966
  };
@@ -3753,23 +3753,23 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3753
3753
  file: z.ZodString;
3754
3754
  count: z.ZodNumber;
3755
3755
  }, "strip", z.ZodTypeAny, {
3756
- count: number;
3757
3756
  file: string;
3758
- }, {
3759
3757
  count: number;
3758
+ }, {
3760
3759
  file: string;
3760
+ count: number;
3761
3761
  }>, "many">;
3762
3762
  total: z.ZodNumber;
3763
3763
  }, "strip", z.ZodTypeAny, {
3764
3764
  counts: {
3765
- count: number;
3766
3765
  file: string;
3766
+ count: number;
3767
3767
  }[];
3768
3768
  total: number;
3769
3769
  }, {
3770
3770
  counts: {
3771
- count: number;
3772
3771
  file: string;
3772
+ count: number;
3773
3773
  }[];
3774
3774
  total: number;
3775
3775
  }>;
@@ -3777,8 +3777,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3777
3777
  type: "count";
3778
3778
  output: {
3779
3779
  counts: {
3780
- count: number;
3781
3780
  file: string;
3781
+ count: number;
3782
3782
  }[];
3783
3783
  total: number;
3784
3784
  };
@@ -3786,8 +3786,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3786
3786
  type: "count";
3787
3787
  output: {
3788
3788
  counts: {
3789
- count: number;
3790
3789
  file: string;
3790
+ count: number;
3791
3791
  }[];
3792
3792
  total: number;
3793
3793
  };
@@ -3889,23 +3889,23 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3889
3889
  file: z.ZodString;
3890
3890
  count: z.ZodNumber;
3891
3891
  }, "strip", z.ZodTypeAny, {
3892
- count: number;
3893
3892
  file: string;
3894
- }, {
3895
3893
  count: number;
3894
+ }, {
3896
3895
  file: string;
3896
+ count: number;
3897
3897
  }>, "many">;
3898
3898
  total: z.ZodNumber;
3899
3899
  }, "strip", z.ZodTypeAny, {
3900
3900
  counts: {
3901
- count: number;
3902
3901
  file: string;
3902
+ count: number;
3903
3903
  }[];
3904
3904
  total: number;
3905
3905
  }, {
3906
3906
  counts: {
3907
- count: number;
3908
3907
  file: string;
3908
+ count: number;
3909
3909
  }[];
3910
3910
  total: number;
3911
3911
  }>;
@@ -3913,8 +3913,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3913
3913
  type: "count";
3914
3914
  output: {
3915
3915
  counts: {
3916
- count: number;
3917
3916
  file: string;
3917
+ count: number;
3918
3918
  }[];
3919
3919
  total: number;
3920
3920
  };
@@ -3922,8 +3922,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3922
3922
  type: "count";
3923
3923
  output: {
3924
3924
  counts: {
3925
- count: number;
3926
3925
  file: string;
3926
+ count: number;
3927
3927
  }[];
3928
3928
  total: number;
3929
3929
  };
@@ -3951,8 +3951,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3951
3951
  type: "count";
3952
3952
  output: {
3953
3953
  counts: {
3954
- count: number;
3955
3954
  file: string;
3955
+ count: number;
3956
3956
  }[];
3957
3957
  total: number;
3958
3958
  };
@@ -3979,8 +3979,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
3979
3979
  type: "count";
3980
3980
  output: {
3981
3981
  counts: {
3982
- count: number;
3983
3982
  file: string;
3983
+ count: number;
3984
3984
  }[];
3985
3985
  total: number;
3986
3986
  };
@@ -4008,8 +4008,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4008
4008
  type: "count";
4009
4009
  output: {
4010
4010
  counts: {
4011
- count: number;
4012
4011
  file: string;
4012
+ count: number;
4013
4013
  }[];
4014
4014
  total: number;
4015
4015
  };
@@ -4036,8 +4036,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4036
4036
  type: "count";
4037
4037
  output: {
4038
4038
  counts: {
4039
- count: number;
4040
4039
  file: string;
4040
+ count: number;
4041
4041
  }[];
4042
4042
  total: number;
4043
4043
  };
@@ -4067,8 +4067,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4067
4067
  type: "count";
4068
4068
  output: {
4069
4069
  counts: {
4070
- count: number;
4071
4070
  file: string;
4071
+ count: number;
4072
4072
  }[];
4073
4073
  total: number;
4074
4074
  };
@@ -4095,8 +4095,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4095
4095
  type: "count";
4096
4096
  output: {
4097
4097
  counts: {
4098
- count: number;
4099
4098
  file: string;
4099
+ count: number;
4100
4100
  }[];
4101
4101
  total: number;
4102
4102
  };
@@ -4127,8 +4127,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4127
4127
  type: "count";
4128
4128
  output: {
4129
4129
  counts: {
4130
- count: number;
4131
4130
  file: string;
4131
+ count: number;
4132
4132
  }[];
4133
4133
  total: number;
4134
4134
  };
@@ -4155,8 +4155,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4155
4155
  type: "count";
4156
4156
  output: {
4157
4157
  counts: {
4158
- count: number;
4159
4158
  file: string;
4159
+ count: number;
4160
4160
  }[];
4161
4161
  total: number;
4162
4162
  };
@@ -4215,8 +4215,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4215
4215
  type: "count";
4216
4216
  output: {
4217
4217
  counts: {
4218
- count: number;
4219
4218
  file: string;
4219
+ count: number;
4220
4220
  }[];
4221
4221
  total: number;
4222
4222
  };
@@ -4243,8 +4243,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4243
4243
  type: "count";
4244
4244
  output: {
4245
4245
  counts: {
4246
- count: number;
4247
4246
  file: string;
4247
+ count: number;
4248
4248
  }[];
4249
4249
  total: number;
4250
4250
  };
@@ -4297,8 +4297,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4297
4297
  type: "count";
4298
4298
  output: {
4299
4299
  counts: {
4300
- count: number;
4301
4300
  file: string;
4301
+ count: number;
4302
4302
  }[];
4303
4303
  total: number;
4304
4304
  };
@@ -4325,8 +4325,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
4325
4325
  type: "count";
4326
4326
  output: {
4327
4327
  counts: {
4328
- count: number;
4329
4328
  file: string;
4329
+ count: number;
4330
4330
  }[];
4331
4331
  total: number;
4332
4332
  };
@@ -5735,8 +5735,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
5735
5735
  type: "count";
5736
5736
  output: {
5737
5737
  counts: {
5738
- count: number;
5739
5738
  file: string;
5739
+ count: number;
5740
5740
  }[];
5741
5741
  total: number;
5742
5742
  };
@@ -5763,8 +5763,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
5763
5763
  type: "count";
5764
5764
  output: {
5765
5765
  counts: {
5766
- count: number;
5767
5766
  file: string;
5767
+ count: number;
5768
5768
  }[];
5769
5769
  total: number;
5770
5770
  };
@@ -6110,8 +6110,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
6110
6110
  type: "count";
6111
6111
  output: {
6112
6112
  counts: {
6113
- count: number;
6114
6113
  file: string;
6114
+ count: number;
6115
6115
  }[];
6116
6116
  total: number;
6117
6117
  };
@@ -6138,8 +6138,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
6138
6138
  type: "count";
6139
6139
  output: {
6140
6140
  counts: {
6141
- count: number;
6142
6141
  file: string;
6142
+ count: number;
6143
6143
  }[];
6144
6144
  total: number;
6145
6145
  };
@@ -6516,8 +6516,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
6516
6516
  type: "count";
6517
6517
  output: {
6518
6518
  counts: {
6519
- count: number;
6520
6519
  file: string;
6520
+ count: number;
6521
6521
  }[];
6522
6522
  total: number;
6523
6523
  };
@@ -6544,8 +6544,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
6544
6544
  type: "count";
6545
6545
  output: {
6546
6546
  counts: {
6547
- count: number;
6548
6547
  file: string;
6548
+ count: number;
6549
6549
  }[];
6550
6550
  total: number;
6551
6551
  };
@@ -6907,8 +6907,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
6907
6907
  type: "count";
6908
6908
  output: {
6909
6909
  counts: {
6910
- count: number;
6911
6910
  file: string;
6911
+ count: number;
6912
6912
  }[];
6913
6913
  total: number;
6914
6914
  };
@@ -6935,8 +6935,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
6935
6935
  type: "count";
6936
6936
  output: {
6937
6937
  counts: {
6938
- count: number;
6939
6938
  file: string;
6939
+ count: number;
6940
6940
  }[];
6941
6941
  total: number;
6942
6942
  };
@@ -7762,23 +7762,23 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7762
7762
  file: z.ZodString;
7763
7763
  count: z.ZodNumber;
7764
7764
  }, "strip", z.ZodTypeAny, {
7765
- count: number;
7766
7765
  file: string;
7767
- }, {
7768
7766
  count: number;
7767
+ }, {
7769
7768
  file: string;
7769
+ count: number;
7770
7770
  }>, "many">;
7771
7771
  total: z.ZodNumber;
7772
7772
  }, "strip", z.ZodTypeAny, {
7773
7773
  counts: {
7774
- count: number;
7775
7774
  file: string;
7775
+ count: number;
7776
7776
  }[];
7777
7777
  total: number;
7778
7778
  }, {
7779
7779
  counts: {
7780
- count: number;
7781
7780
  file: string;
7781
+ count: number;
7782
7782
  }[];
7783
7783
  total: number;
7784
7784
  }>;
@@ -7786,8 +7786,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7786
7786
  type: "count";
7787
7787
  output: {
7788
7788
  counts: {
7789
- count: number;
7790
7789
  file: string;
7790
+ count: number;
7791
7791
  }[];
7792
7792
  total: number;
7793
7793
  };
@@ -7795,8 +7795,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7795
7795
  type: "count";
7796
7796
  output: {
7797
7797
  counts: {
7798
- count: number;
7799
7798
  file: string;
7799
+ count: number;
7800
7800
  }[];
7801
7801
  total: number;
7802
7802
  };
@@ -7898,23 +7898,23 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7898
7898
  file: z.ZodString;
7899
7899
  count: z.ZodNumber;
7900
7900
  }, "strip", z.ZodTypeAny, {
7901
- count: number;
7902
7901
  file: string;
7903
- }, {
7904
7902
  count: number;
7903
+ }, {
7905
7904
  file: string;
7905
+ count: number;
7906
7906
  }>, "many">;
7907
7907
  total: z.ZodNumber;
7908
7908
  }, "strip", z.ZodTypeAny, {
7909
7909
  counts: {
7910
- count: number;
7911
7910
  file: string;
7911
+ count: number;
7912
7912
  }[];
7913
7913
  total: number;
7914
7914
  }, {
7915
7915
  counts: {
7916
- count: number;
7917
7916
  file: string;
7917
+ count: number;
7918
7918
  }[];
7919
7919
  total: number;
7920
7920
  }>;
@@ -7922,8 +7922,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7922
7922
  type: "count";
7923
7923
  output: {
7924
7924
  counts: {
7925
- count: number;
7926
7925
  file: string;
7926
+ count: number;
7927
7927
  }[];
7928
7928
  total: number;
7929
7929
  };
@@ -7931,8 +7931,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7931
7931
  type: "count";
7932
7932
  output: {
7933
7933
  counts: {
7934
- count: number;
7935
7934
  file: string;
7935
+ count: number;
7936
7936
  }[];
7937
7937
  total: number;
7938
7938
  };
@@ -7960,8 +7960,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7960
7960
  type: "count";
7961
7961
  output: {
7962
7962
  counts: {
7963
- count: number;
7964
7963
  file: string;
7964
+ count: number;
7965
7965
  }[];
7966
7966
  total: number;
7967
7967
  };
@@ -7988,8 +7988,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
7988
7988
  type: "count";
7989
7989
  output: {
7990
7990
  counts: {
7991
- count: number;
7992
7991
  file: string;
7992
+ count: number;
7993
7993
  }[];
7994
7994
  total: number;
7995
7995
  };
@@ -8017,8 +8017,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8017
8017
  type: "count";
8018
8018
  output: {
8019
8019
  counts: {
8020
- count: number;
8021
8020
  file: string;
8021
+ count: number;
8022
8022
  }[];
8023
8023
  total: number;
8024
8024
  };
@@ -8045,8 +8045,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8045
8045
  type: "count";
8046
8046
  output: {
8047
8047
  counts: {
8048
- count: number;
8049
8048
  file: string;
8049
+ count: number;
8050
8050
  }[];
8051
8051
  total: number;
8052
8052
  };
@@ -8076,8 +8076,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8076
8076
  type: "count";
8077
8077
  output: {
8078
8078
  counts: {
8079
- count: number;
8080
8079
  file: string;
8080
+ count: number;
8081
8081
  }[];
8082
8082
  total: number;
8083
8083
  };
@@ -8104,8 +8104,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8104
8104
  type: "count";
8105
8105
  output: {
8106
8106
  counts: {
8107
- count: number;
8108
8107
  file: string;
8108
+ count: number;
8109
8109
  }[];
8110
8110
  total: number;
8111
8111
  };
@@ -8136,8 +8136,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8136
8136
  type: "count";
8137
8137
  output: {
8138
8138
  counts: {
8139
- count: number;
8140
8139
  file: string;
8140
+ count: number;
8141
8141
  }[];
8142
8142
  total: number;
8143
8143
  };
@@ -8164,8 +8164,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8164
8164
  type: "count";
8165
8165
  output: {
8166
8166
  counts: {
8167
- count: number;
8168
8167
  file: string;
8168
+ count: number;
8169
8169
  }[];
8170
8170
  total: number;
8171
8171
  };
@@ -8224,8 +8224,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8224
8224
  type: "count";
8225
8225
  output: {
8226
8226
  counts: {
8227
- count: number;
8228
8227
  file: string;
8228
+ count: number;
8229
8229
  }[];
8230
8230
  total: number;
8231
8231
  };
@@ -8252,8 +8252,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8252
8252
  type: "count";
8253
8253
  output: {
8254
8254
  counts: {
8255
- count: number;
8256
8255
  file: string;
8256
+ count: number;
8257
8257
  }[];
8258
8258
  total: number;
8259
8259
  };
@@ -8306,8 +8306,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8306
8306
  type: "count";
8307
8307
  output: {
8308
8308
  counts: {
8309
- count: number;
8310
8309
  file: string;
8310
+ count: number;
8311
8311
  }[];
8312
8312
  total: number;
8313
8313
  };
@@ -8334,8 +8334,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
8334
8334
  type: "count";
8335
8335
  output: {
8336
8336
  counts: {
8337
- count: number;
8338
8337
  file: string;
8338
+ count: number;
8339
8339
  }[];
8340
8340
  total: number;
8341
8341
  };
@@ -9744,8 +9744,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
9744
9744
  type: "count";
9745
9745
  output: {
9746
9746
  counts: {
9747
- count: number;
9748
9747
  file: string;
9748
+ count: number;
9749
9749
  }[];
9750
9750
  total: number;
9751
9751
  };
@@ -9772,8 +9772,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
9772
9772
  type: "count";
9773
9773
  output: {
9774
9774
  counts: {
9775
- count: number;
9776
9775
  file: string;
9776
+ count: number;
9777
9777
  }[];
9778
9778
  total: number;
9779
9779
  };
@@ -10119,8 +10119,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
10119
10119
  type: "count";
10120
10120
  output: {
10121
10121
  counts: {
10122
- count: number;
10123
10122
  file: string;
10123
+ count: number;
10124
10124
  }[];
10125
10125
  total: number;
10126
10126
  };
@@ -10147,8 +10147,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
10147
10147
  type: "count";
10148
10148
  output: {
10149
10149
  counts: {
10150
- count: number;
10151
10150
  file: string;
10151
+ count: number;
10152
10152
  }[];
10153
10153
  total: number;
10154
10154
  };
@@ -10525,8 +10525,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
10525
10525
  type: "count";
10526
10526
  output: {
10527
10527
  counts: {
10528
- count: number;
10529
10528
  file: string;
10529
+ count: number;
10530
10530
  }[];
10531
10531
  total: number;
10532
10532
  };
@@ -10553,8 +10553,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
10553
10553
  type: "count";
10554
10554
  output: {
10555
10555
  counts: {
10556
- count: number;
10557
10556
  file: string;
10557
+ count: number;
10558
10558
  }[];
10559
10559
  total: number;
10560
10560
  };
@@ -10916,8 +10916,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
10916
10916
  type: "count";
10917
10917
  output: {
10918
10918
  counts: {
10919
- count: number;
10920
10919
  file: string;
10920
+ count: number;
10921
10921
  }[];
10922
10922
  total: number;
10923
10923
  };
@@ -10944,8 +10944,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
10944
10944
  type: "count";
10945
10945
  output: {
10946
10946
  counts: {
10947
- count: number;
10948
10947
  file: string;
10948
+ count: number;
10949
10949
  }[];
10950
10950
  total: number;
10951
10951
  };
@@ -11310,8 +11310,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
11310
11310
  type: "count";
11311
11311
  output: {
11312
11312
  counts: {
11313
- count: number;
11314
11313
  file: string;
11314
+ count: number;
11315
11315
  }[];
11316
11316
  total: number;
11317
11317
  };
@@ -11338,8 +11338,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
11338
11338
  type: "count";
11339
11339
  output: {
11340
11340
  counts: {
11341
- count: number;
11342
11341
  file: string;
11342
+ count: number;
11343
11343
  }[];
11344
11344
  total: number;
11345
11345
  };
@@ -11704,8 +11704,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
11704
11704
  type: "count";
11705
11705
  output: {
11706
11706
  counts: {
11707
- count: number;
11708
11707
  file: string;
11708
+ count: number;
11709
11709
  }[];
11710
11710
  total: number;
11711
11711
  };
@@ -11732,8 +11732,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
11732
11732
  type: "count";
11733
11733
  output: {
11734
11734
  counts: {
11735
- count: number;
11736
11735
  file: string;
11736
+ count: number;
11737
11737
  }[];
11738
11738
  total: number;
11739
11739
  };