@orq-ai/node 4.0.0-rc.31 → 4.0.0-rc.34

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 (160) hide show
  1. package/README.md +1 -1
  2. package/bin/mcp-server.js +539 -527
  3. package/bin/mcp-server.js.map +53 -53
  4. package/docs/sdks/deployments/README.md +43 -43
  5. package/examples/package-lock.json +2 -10
  6. package/funcs/deploymentsInvoke.d.ts +1 -1
  7. package/funcs/deploymentsInvoke.d.ts.map +1 -1
  8. package/funcs/deploymentsInvoke.js +1 -1
  9. package/funcs/deploymentsInvoke.js.map +1 -1
  10. package/jsr.json +1 -1
  11. package/lib/config.d.ts +3 -3
  12. package/lib/config.js +3 -3
  13. package/mcp-server/mcp-server.js +1 -1
  14. package/mcp-server/server.js +2 -2
  15. package/mcp-server/server.js.map +1 -1
  16. package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
  17. package/mcp-server/tools/deploymentsInvoke.js +1 -1
  18. package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
  19. package/models/components/index.d.ts +1 -1
  20. package/models/components/index.d.ts.map +1 -1
  21. package/models/components/index.js +1 -1
  22. package/models/components/index.js.map +1 -1
  23. package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
  24. package/models/components/invokedeploymentrequest.d.ts.map +1 -0
  25. package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
  26. package/models/components/invokedeploymentrequest.js.map +1 -0
  27. package/models/operations/createbudget.js +2 -2
  28. package/models/operations/createcontact.js +2 -2
  29. package/models/operations/createdataset.js +2 -2
  30. package/models/operations/createdatasetitem.js +8 -8
  31. package/models/operations/createdatasource.js +2 -2
  32. package/models/operations/createeval.js +28 -28
  33. package/models/operations/createprompt.d.ts +2 -0
  34. package/models/operations/createprompt.d.ts.map +1 -1
  35. package/models/operations/createprompt.js +2 -0
  36. package/models/operations/createprompt.js.map +1 -1
  37. package/models/operations/createtool.js +10 -10
  38. package/models/operations/deploymentgetconfig.d.ts +42 -32
  39. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  40. package/models/operations/deploymentgetconfig.js +42 -42
  41. package/models/operations/deploymentgetconfig.js.map +1 -1
  42. package/models/operations/deploymentinvoke.d.ts +15 -15
  43. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  44. package/models/operations/deploymentinvoke.js +17 -17
  45. package/models/operations/deploymentinvoke.js.map +1 -1
  46. package/models/operations/deployments.d.ts +1 -0
  47. package/models/operations/deployments.d.ts.map +1 -1
  48. package/models/operations/deployments.js +1 -0
  49. package/models/operations/deployments.js.map +1 -1
  50. package/models/operations/deploymentstream.d.ts +41 -32
  51. package/models/operations/deploymentstream.d.ts.map +1 -1
  52. package/models/operations/deploymentstream.js +42 -41
  53. package/models/operations/deploymentstream.js.map +1 -1
  54. package/models/operations/duplicatetool.js +10 -10
  55. package/models/operations/fileget.js +2 -2
  56. package/models/operations/filelist.js +2 -2
  57. package/models/operations/fileupload.js +2 -2
  58. package/models/operations/getallprompts.d.ts +1 -0
  59. package/models/operations/getallprompts.d.ts.map +1 -1
  60. package/models/operations/getallprompts.js +1 -0
  61. package/models/operations/getallprompts.js.map +1 -1
  62. package/models/operations/getalltools.js +10 -10
  63. package/models/operations/getbudget.js +2 -2
  64. package/models/operations/getevals.js +28 -28
  65. package/models/operations/getoneprompt.d.ts +1 -0
  66. package/models/operations/getoneprompt.d.ts.map +1 -1
  67. package/models/operations/getoneprompt.js +1 -0
  68. package/models/operations/getoneprompt.js.map +1 -1
  69. package/models/operations/getpromptversion.d.ts +1 -0
  70. package/models/operations/getpromptversion.d.ts.map +1 -1
  71. package/models/operations/getpromptversion.js +1 -0
  72. package/models/operations/getpromptversion.js.map +1 -1
  73. package/models/operations/listbudgets.js +2 -2
  74. package/models/operations/listcontacts.js +2 -2
  75. package/models/operations/listdatasetdatapoints.js +8 -8
  76. package/models/operations/listdatasets.js +2 -2
  77. package/models/operations/listdatasources.js +2 -2
  78. package/models/operations/listpromptversions.d.ts +1 -0
  79. package/models/operations/listpromptversions.d.ts.map +1 -1
  80. package/models/operations/listpromptversions.js +1 -0
  81. package/models/operations/listpromptversions.js.map +1 -1
  82. package/models/operations/retrievecontact.js +2 -2
  83. package/models/operations/retrievedatapoint.js +8 -8
  84. package/models/operations/retrievedataset.js +2 -2
  85. package/models/operations/retrievedatasource.js +2 -2
  86. package/models/operations/retrievetool.js +10 -10
  87. package/models/operations/searchknowledge.d.ts +41 -32
  88. package/models/operations/searchknowledge.d.ts.map +1 -1
  89. package/models/operations/searchknowledge.js +40 -40
  90. package/models/operations/searchknowledge.js.map +1 -1
  91. package/models/operations/syncmcptool.js +10 -10
  92. package/models/operations/updatebudget.js +2 -2
  93. package/models/operations/updatecontact.js +2 -2
  94. package/models/operations/updatedatapoint.js +8 -8
  95. package/models/operations/updatedataset.js +2 -2
  96. package/models/operations/updatedatasource.js +2 -2
  97. package/models/operations/updateeval.js +28 -28
  98. package/models/operations/updateprompt.d.ts +2 -0
  99. package/models/operations/updateprompt.d.ts.map +1 -1
  100. package/models/operations/updateprompt.js +2 -0
  101. package/models/operations/updateprompt.js.map +1 -1
  102. package/models/operations/updatetool.js +10 -10
  103. package/package.json +3 -6
  104. package/sdk/deployments.d.ts +7 -7
  105. package/sdk/deployments.d.ts.map +1 -1
  106. package/sdk/deployments.js +9 -9
  107. package/sdk/deployments.js.map +1 -1
  108. package/src/funcs/deploymentsInvoke.ts +3 -3
  109. package/src/lib/config.ts +3 -3
  110. package/src/mcp-server/mcp-server.ts +1 -1
  111. package/src/mcp-server/server.ts +2 -2
  112. package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
  113. package/src/models/components/index.ts +1 -1
  114. package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
  115. package/src/models/operations/createbudget.ts +2 -2
  116. package/src/models/operations/createcontact.ts +2 -2
  117. package/src/models/operations/createdataset.ts +2 -2
  118. package/src/models/operations/createdatasetitem.ts +8 -8
  119. package/src/models/operations/createdatasource.ts +2 -2
  120. package/src/models/operations/createeval.ts +28 -28
  121. package/src/models/operations/createprompt.ts +2 -0
  122. package/src/models/operations/createtool.ts +10 -10
  123. package/src/models/operations/deploymentgetconfig.ts +78 -66
  124. package/src/models/operations/deploymentinvoke.ts +35 -35
  125. package/src/models/operations/deployments.ts +1 -0
  126. package/src/models/operations/deploymentstream.ts +80 -78
  127. package/src/models/operations/duplicatetool.ts +10 -10
  128. package/src/models/operations/fileget.ts +2 -2
  129. package/src/models/operations/filelist.ts +2 -2
  130. package/src/models/operations/fileupload.ts +2 -2
  131. package/src/models/operations/getallprompts.ts +1 -0
  132. package/src/models/operations/getalltools.ts +10 -10
  133. package/src/models/operations/getbudget.ts +2 -2
  134. package/src/models/operations/getevals.ts +28 -28
  135. package/src/models/operations/getoneprompt.ts +1 -0
  136. package/src/models/operations/getpromptversion.ts +1 -0
  137. package/src/models/operations/listbudgets.ts +2 -2
  138. package/src/models/operations/listcontacts.ts +2 -2
  139. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  140. package/src/models/operations/listdatasets.ts +2 -2
  141. package/src/models/operations/listdatasources.ts +2 -2
  142. package/src/models/operations/listpromptversions.ts +1 -0
  143. package/src/models/operations/retrievecontact.ts +2 -2
  144. package/src/models/operations/retrievedatapoint.ts +8 -8
  145. package/src/models/operations/retrievedataset.ts +2 -2
  146. package/src/models/operations/retrievedatasource.ts +2 -2
  147. package/src/models/operations/retrievetool.ts +10 -10
  148. package/src/models/operations/searchknowledge.ts +79 -70
  149. package/src/models/operations/syncmcptool.ts +10 -10
  150. package/src/models/operations/updatebudget.ts +2 -2
  151. package/src/models/operations/updatecontact.ts +2 -2
  152. package/src/models/operations/updatedatapoint.ts +8 -8
  153. package/src/models/operations/updatedataset.ts +2 -2
  154. package/src/models/operations/updatedatasource.ts +2 -2
  155. package/src/models/operations/updateeval.ts +28 -28
  156. package/src/models/operations/updateprompt.ts +2 -0
  157. package/src/models/operations/updatetool.ts +10 -10
  158. package/src/sdk/deployments.ts +17 -17
  159. package/models/components/deployments.d.ts.map +0 -1
  160. package/models/components/deployments.js.map +0 -1
@@ -849,7 +849,10 @@ export type OrLt = {
849
849
  export type OrGte = {
850
850
  gte: number;
851
851
  };
852
- export type Or3 = {
852
+ /**
853
+ * Greater than
854
+ */
855
+ export type OrGt = {
853
856
  gt: number;
854
857
  };
855
858
  export type DeploymentGetConfigOrNe = string | number | boolean;
@@ -866,13 +869,13 @@ export type DeploymentGetConfigOrEq = string | number | boolean;
866
869
  export type OrEq = {
867
870
  eq: string | number | boolean;
868
871
  };
869
- export type KnowledgeFilterOr = OrEq | OrNe | Or3 | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
872
+ export type KnowledgeFilterOr = OrEq | OrNe | OrGt | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
870
873
  /**
871
874
  * Or
872
875
  */
873
876
  export type Or = {
874
877
  or: Array<{
875
- [k: string]: OrEq | OrNe | Or3 | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
878
+ [k: string]: OrEq | OrNe | OrGt | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
876
879
  }>;
877
880
  };
878
881
  /**
@@ -913,7 +916,10 @@ export type AndLt = {
913
916
  export type AndGte = {
914
917
  gte: number;
915
918
  };
916
- export type And3 = {
919
+ /**
920
+ * Greater than
921
+ */
922
+ export type AndGt = {
917
923
  gt: number;
918
924
  };
919
925
  export type DeploymentGetConfigAndNe = string | number | boolean;
@@ -930,13 +936,13 @@ export type DeploymentGetConfigAndEq = string | number | boolean;
930
936
  export type AndEq = {
931
937
  eq: string | number | boolean;
932
938
  };
933
- export type KnowledgeFilterAnd = AndEq | AndNe | And3 | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
939
+ export type KnowledgeFilterAnd = AndEq | AndNe | AndGt | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
934
940
  /**
935
941
  * And
936
942
  */
937
943
  export type And = {
938
944
  and: Array<{
939
- [k: string]: AndEq | AndNe | And3 | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
945
+ [k: string]: AndEq | AndNe | AndGt | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
940
946
  }>;
941
947
  };
942
948
  /**
@@ -977,7 +983,10 @@ export type Lt = {
977
983
  export type Gte = {
978
984
  gte: number;
979
985
  };
980
- export type One3 = {
986
+ /**
987
+ * Greater than
988
+ */
989
+ export type Gt = {
981
990
  gt: number;
982
991
  };
983
992
  export type OneNe = string | number | boolean;
@@ -994,12 +1003,12 @@ export type OneEq = string | number | boolean;
994
1003
  export type Eq = {
995
1004
  eq: string | number | boolean;
996
1005
  };
997
- export type KnowledgeFilter1 = Eq | Ne | One3 | Gte | Lt | Lte | In | Nin | Exists;
1006
+ export type KnowledgeFilter1 = Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
998
1007
  /**
999
1008
  * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
1000
1009
  */
1001
1010
  export type KnowledgeFilter = And | Or | {
1002
- [k: string]: Eq | Ne | One3 | Gte | Lt | Lte | In | Nin | Exists;
1011
+ [k: string]: Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
1003
1012
  };
1004
1013
  export type DeploymentGetConfigRequestBody = {
1005
1014
  /**
@@ -1052,7 +1061,7 @@ export type DeploymentGetConfigRequestBody = {
1052
1061
  * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
1053
1062
  */
1054
1063
  knowledgeFilter?: And | Or | {
1055
- [k: string]: Eq | Ne | One3 | Gte | Lt | Lte | In | Nin | Exists;
1064
+ [k: string]: Eq | Ne | Gt | Gte | Lt | Lte | In | Nin | Exists;
1056
1065
  } | undefined;
1057
1066
  };
1058
1067
  /**
@@ -1299,6 +1308,7 @@ export type DeploymentGetConfigEncodingFormat = ClosedEnum<typeof DeploymentGetC
1299
1308
  * Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1300
1309
  */
1301
1310
  export declare const DeploymentGetConfigReasoningEffort: {
1311
+ readonly None: "none";
1302
1312
  readonly Disable: "disable";
1303
1313
  readonly Minimal: "minimal";
1304
1314
  readonly Low: "low";
@@ -2339,15 +2349,15 @@ export declare const OrGte$outboundSchema: z.ZodType<OrGte$Outbound, z.ZodTypeDe
2339
2349
  export declare function orGteToJSON(orGte: OrGte): string;
2340
2350
  export declare function orGteFromJSON(jsonString: string): SafeParseResult<OrGte, SDKValidationError>;
2341
2351
  /** @internal */
2342
- export declare const Or3$inboundSchema: z.ZodType<Or3, z.ZodTypeDef, unknown>;
2352
+ export declare const OrGt$inboundSchema: z.ZodType<OrGt, z.ZodTypeDef, unknown>;
2343
2353
  /** @internal */
2344
- export type Or3$Outbound = {
2354
+ export type OrGt$Outbound = {
2345
2355
  gt: number;
2346
2356
  };
2347
2357
  /** @internal */
2348
- export declare const Or3$outboundSchema: z.ZodType<Or3$Outbound, z.ZodTypeDef, Or3>;
2349
- export declare function or3ToJSON(or3: Or3): string;
2350
- export declare function or3FromJSON(jsonString: string): SafeParseResult<Or3, SDKValidationError>;
2358
+ export declare const OrGt$outboundSchema: z.ZodType<OrGt$Outbound, z.ZodTypeDef, OrGt>;
2359
+ export declare function orGtToJSON(orGt: OrGt): string;
2360
+ export declare function orGtFromJSON(jsonString: string): SafeParseResult<OrGt, SDKValidationError>;
2351
2361
  /** @internal */
2352
2362
  export declare const DeploymentGetConfigOrNe$inboundSchema: z.ZodType<DeploymentGetConfigOrNe, z.ZodTypeDef, unknown>;
2353
2363
  /** @internal */
@@ -2387,7 +2397,7 @@ export declare function orEqFromJSON(jsonString: string): SafeParseResult<OrEq,
2387
2397
  /** @internal */
2388
2398
  export declare const KnowledgeFilterOr$inboundSchema: z.ZodType<KnowledgeFilterOr, z.ZodTypeDef, unknown>;
2389
2399
  /** @internal */
2390
- export type KnowledgeFilterOr$Outbound = OrEq$Outbound | OrNe$Outbound | Or3$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
2400
+ export type KnowledgeFilterOr$Outbound = OrEq$Outbound | OrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
2391
2401
  /** @internal */
2392
2402
  export declare const KnowledgeFilterOr$outboundSchema: z.ZodType<KnowledgeFilterOr$Outbound, z.ZodTypeDef, KnowledgeFilterOr>;
2393
2403
  export declare function knowledgeFilterOrToJSON(knowledgeFilterOr: KnowledgeFilterOr): string;
@@ -2397,7 +2407,7 @@ export declare const Or$inboundSchema: z.ZodType<Or, z.ZodTypeDef, unknown>;
2397
2407
  /** @internal */
2398
2408
  export type Or$Outbound = {
2399
2409
  or: Array<{
2400
- [k: string]: OrEq$Outbound | OrNe$Outbound | Or3$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
2410
+ [k: string]: OrEq$Outbound | OrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
2401
2411
  }>;
2402
2412
  };
2403
2413
  /** @internal */
@@ -2481,15 +2491,15 @@ export declare const AndGte$outboundSchema: z.ZodType<AndGte$Outbound, z.ZodType
2481
2491
  export declare function andGteToJSON(andGte: AndGte): string;
2482
2492
  export declare function andGteFromJSON(jsonString: string): SafeParseResult<AndGte, SDKValidationError>;
2483
2493
  /** @internal */
2484
- export declare const And3$inboundSchema: z.ZodType<And3, z.ZodTypeDef, unknown>;
2494
+ export declare const AndGt$inboundSchema: z.ZodType<AndGt, z.ZodTypeDef, unknown>;
2485
2495
  /** @internal */
2486
- export type And3$Outbound = {
2496
+ export type AndGt$Outbound = {
2487
2497
  gt: number;
2488
2498
  };
2489
2499
  /** @internal */
2490
- export declare const And3$outboundSchema: z.ZodType<And3$Outbound, z.ZodTypeDef, And3>;
2491
- export declare function and3ToJSON(and3: And3): string;
2492
- export declare function and3FromJSON(jsonString: string): SafeParseResult<And3, SDKValidationError>;
2500
+ export declare const AndGt$outboundSchema: z.ZodType<AndGt$Outbound, z.ZodTypeDef, AndGt>;
2501
+ export declare function andGtToJSON(andGt: AndGt): string;
2502
+ export declare function andGtFromJSON(jsonString: string): SafeParseResult<AndGt, SDKValidationError>;
2493
2503
  /** @internal */
2494
2504
  export declare const DeploymentGetConfigAndNe$inboundSchema: z.ZodType<DeploymentGetConfigAndNe, z.ZodTypeDef, unknown>;
2495
2505
  /** @internal */
@@ -2529,7 +2539,7 @@ export declare function andEqFromJSON(jsonString: string): SafeParseResult<AndEq
2529
2539
  /** @internal */
2530
2540
  export declare const KnowledgeFilterAnd$inboundSchema: z.ZodType<KnowledgeFilterAnd, z.ZodTypeDef, unknown>;
2531
2541
  /** @internal */
2532
- export type KnowledgeFilterAnd$Outbound = AndEq$Outbound | AndNe$Outbound | And3$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
2542
+ export type KnowledgeFilterAnd$Outbound = AndEq$Outbound | AndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
2533
2543
  /** @internal */
2534
2544
  export declare const KnowledgeFilterAnd$outboundSchema: z.ZodType<KnowledgeFilterAnd$Outbound, z.ZodTypeDef, KnowledgeFilterAnd>;
2535
2545
  export declare function knowledgeFilterAndToJSON(knowledgeFilterAnd: KnowledgeFilterAnd): string;
@@ -2539,7 +2549,7 @@ export declare const And$inboundSchema: z.ZodType<And, z.ZodTypeDef, unknown>;
2539
2549
  /** @internal */
2540
2550
  export type And$Outbound = {
2541
2551
  and: Array<{
2542
- [k: string]: AndEq$Outbound | AndNe$Outbound | And3$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
2552
+ [k: string]: AndEq$Outbound | AndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
2543
2553
  }>;
2544
2554
  };
2545
2555
  /** @internal */
@@ -2623,15 +2633,15 @@ export declare const Gte$outboundSchema: z.ZodType<Gte$Outbound, z.ZodTypeDef, G
2623
2633
  export declare function gteToJSON(gte: Gte): string;
2624
2634
  export declare function gteFromJSON(jsonString: string): SafeParseResult<Gte, SDKValidationError>;
2625
2635
  /** @internal */
2626
- export declare const One3$inboundSchema: z.ZodType<One3, z.ZodTypeDef, unknown>;
2636
+ export declare const Gt$inboundSchema: z.ZodType<Gt, z.ZodTypeDef, unknown>;
2627
2637
  /** @internal */
2628
- export type One3$Outbound = {
2638
+ export type Gt$Outbound = {
2629
2639
  gt: number;
2630
2640
  };
2631
2641
  /** @internal */
2632
- export declare const One3$outboundSchema: z.ZodType<One3$Outbound, z.ZodTypeDef, One3>;
2633
- export declare function one3ToJSON(one3: One3): string;
2634
- export declare function one3FromJSON(jsonString: string): SafeParseResult<One3, SDKValidationError>;
2642
+ export declare const Gt$outboundSchema: z.ZodType<Gt$Outbound, z.ZodTypeDef, Gt>;
2643
+ export declare function gtToJSON(gt: Gt): string;
2644
+ export declare function gtFromJSON(jsonString: string): SafeParseResult<Gt, SDKValidationError>;
2635
2645
  /** @internal */
2636
2646
  export declare const OneNe$inboundSchema: z.ZodType<OneNe, z.ZodTypeDef, unknown>;
2637
2647
  /** @internal */
@@ -2671,7 +2681,7 @@ export declare function eqFromJSON(jsonString: string): SafeParseResult<Eq, SDKV
2671
2681
  /** @internal */
2672
2682
  export declare const KnowledgeFilter1$inboundSchema: z.ZodType<KnowledgeFilter1, z.ZodTypeDef, unknown>;
2673
2683
  /** @internal */
2674
- export type KnowledgeFilter1$Outbound = Eq$Outbound | Ne$Outbound | One3$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
2684
+ export type KnowledgeFilter1$Outbound = Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
2675
2685
  /** @internal */
2676
2686
  export declare const KnowledgeFilter1$outboundSchema: z.ZodType<KnowledgeFilter1$Outbound, z.ZodTypeDef, KnowledgeFilter1>;
2677
2687
  export declare function knowledgeFilter1ToJSON(knowledgeFilter1: KnowledgeFilter1): string;
@@ -2680,7 +2690,7 @@ export declare function knowledgeFilter1FromJSON(jsonString: string): SafeParseR
2680
2690
  export declare const KnowledgeFilter$inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
2681
2691
  /** @internal */
2682
2692
  export type KnowledgeFilter$Outbound = And$Outbound | Or$Outbound | {
2683
- [k: string]: Eq$Outbound | Ne$Outbound | One3$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
2693
+ [k: string]: Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
2684
2694
  };
2685
2695
  /** @internal */
2686
2696
  export declare const KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
@@ -2710,7 +2720,7 @@ export type DeploymentGetConfigRequestBody$Outbound = {
2710
2720
  invoke_options?: InvokeOptions$Outbound | undefined;
2711
2721
  thread?: Thread$Outbound | undefined;
2712
2722
  knowledge_filter?: And$Outbound | Or$Outbound | {
2713
- [k: string]: Eq$Outbound | Ne$Outbound | One3$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
2723
+ [k: string]: Eq$Outbound | Ne$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
2714
2724
  } | undefined;
2715
2725
  };
2716
2726
  /** @internal */