@orq-ai/node 4.1.8 → 4.1.10

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 (162) hide show
  1. package/bin/mcp-server.js +272 -316
  2. package/bin/mcp-server.js.map +59 -59
  3. package/examples/package-lock.json +1 -1
  4. package/funcs/memoryStoresCreateDocument.js +2 -5
  5. package/funcs/memoryStoresCreateDocument.js.map +1 -1
  6. package/funcs/memoryStoresDeleteDocument.js +2 -5
  7. package/funcs/memoryStoresDeleteDocument.js.map +1 -1
  8. package/funcs/memoryStoresDeleteMemory.js +2 -5
  9. package/funcs/memoryStoresDeleteMemory.js.map +1 -1
  10. package/funcs/memoryStoresListDocuments.js +2 -5
  11. package/funcs/memoryStoresListDocuments.js.map +1 -1
  12. package/funcs/memoryStoresRetrieveDocument.js +2 -5
  13. package/funcs/memoryStoresRetrieveDocument.js.map +1 -1
  14. package/funcs/memoryStoresRetrieveMemory.js +2 -5
  15. package/funcs/memoryStoresRetrieveMemory.js.map +1 -1
  16. package/funcs/memoryStoresUpdateDocument.js +2 -5
  17. package/funcs/memoryStoresUpdateDocument.js.map +1 -1
  18. package/funcs/memoryStoresUpdateMemory.js +2 -5
  19. package/funcs/memoryStoresUpdateMemory.js.map +1 -1
  20. package/jsr.json +1 -1
  21. package/lib/config.d.ts +3 -3
  22. package/lib/config.js +3 -3
  23. package/lib/config.js.map +1 -1
  24. package/lib/sdks.js +2 -2
  25. package/lib/sdks.js.map +1 -1
  26. package/mcp-server/mcp-server.js +1 -1
  27. package/mcp-server/mcp-server.js.map +1 -1
  28. package/mcp-server/server.js +1 -1
  29. package/mcp-server/server.js.map +1 -1
  30. package/models/components/conversationresponse.js +2 -2
  31. package/models/components/partdoneevent.js +2 -2
  32. package/models/components/reasoningpart.js +2 -2
  33. package/models/operations/createcontact.js +2 -2
  34. package/models/operations/createconversation.js +2 -2
  35. package/models/operations/createdataset.js +2 -2
  36. package/models/operations/createdatasetitem.js +8 -8
  37. package/models/operations/createdatasource.js +2 -2
  38. package/models/operations/createeval.js +28 -28
  39. package/models/operations/creatememory.d.ts +3 -19
  40. package/models/operations/creatememory.d.ts.map +1 -1
  41. package/models/operations/creatememory.js +0 -4
  42. package/models/operations/creatememory.js.map +1 -1
  43. package/models/operations/creatememorydocument.d.ts +3 -3
  44. package/models/operations/creatememorydocument.d.ts.map +1 -1
  45. package/models/operations/creatememorydocument.js +4 -4
  46. package/models/operations/creatememorydocument.js.map +1 -1
  47. package/models/operations/createtool.js +12 -12
  48. package/models/operations/deletememory.d.ts +2 -2
  49. package/models/operations/deletememory.d.ts.map +1 -1
  50. package/models/operations/deletememory.js +4 -4
  51. package/models/operations/deletememory.js.map +1 -1
  52. package/models/operations/deletememorydocument.d.ts +2 -2
  53. package/models/operations/deletememorydocument.d.ts.map +1 -1
  54. package/models/operations/deletememorydocument.js +4 -4
  55. package/models/operations/deletememorydocument.js.map +1 -1
  56. package/models/operations/fileget.js +2 -2
  57. package/models/operations/filelist.js +2 -2
  58. package/models/operations/fileupload.js +2 -2
  59. package/models/operations/generateconversationname.js +2 -2
  60. package/models/operations/getallmemories.d.ts +3 -10
  61. package/models/operations/getallmemories.d.ts.map +1 -1
  62. package/models/operations/getallmemories.js +0 -2
  63. package/models/operations/getallmemories.js.map +1 -1
  64. package/models/operations/getallmemorydocuments.d.ts +2 -2
  65. package/models/operations/getallmemorydocuments.d.ts.map +1 -1
  66. package/models/operations/getallmemorydocuments.js +4 -4
  67. package/models/operations/getallmemorydocuments.js.map +1 -1
  68. package/models/operations/getalltools.js +12 -12
  69. package/models/operations/getevals.js +28 -28
  70. package/models/operations/listcontacts.js +2 -2
  71. package/models/operations/listdatasetdatapoints.js +8 -8
  72. package/models/operations/listdatasets.js +2 -2
  73. package/models/operations/listdatasources.js +2 -2
  74. package/models/operations/retrievecontact.js +2 -2
  75. package/models/operations/retrieveconversation.js +2 -2
  76. package/models/operations/retrievedatapoint.js +8 -8
  77. package/models/operations/retrievedataset.js +2 -2
  78. package/models/operations/retrievedatasource.js +2 -2
  79. package/models/operations/retrievememory.d.ts +5 -12
  80. package/models/operations/retrievememory.d.ts.map +1 -1
  81. package/models/operations/retrievememory.js +4 -6
  82. package/models/operations/retrievememory.js.map +1 -1
  83. package/models/operations/retrievememorydocument.d.ts +2 -2
  84. package/models/operations/retrievememorydocument.d.ts.map +1 -1
  85. package/models/operations/retrievememorydocument.js +4 -4
  86. package/models/operations/retrievememorydocument.js.map +1 -1
  87. package/models/operations/retrievetool.js +12 -12
  88. package/models/operations/runagent.js +2 -2
  89. package/models/operations/streamrunagent.js +2 -2
  90. package/models/operations/updatecontact.js +2 -2
  91. package/models/operations/updateconversation.js +2 -2
  92. package/models/operations/updatedatapoint.js +8 -8
  93. package/models/operations/updatedataset.js +2 -2
  94. package/models/operations/updatedatasource.js +2 -2
  95. package/models/operations/updateeval.js +28 -28
  96. package/models/operations/updatememory.d.ts +5 -20
  97. package/models/operations/updatememory.d.ts.map +1 -1
  98. package/models/operations/updatememory.js +4 -16
  99. package/models/operations/updatememory.js.map +1 -1
  100. package/models/operations/updatememorydocument.d.ts +2 -2
  101. package/models/operations/updatememorydocument.d.ts.map +1 -1
  102. package/models/operations/updatememorydocument.js +4 -4
  103. package/models/operations/updatememorydocument.js.map +1 -1
  104. package/models/operations/updatetool.js +14 -14
  105. package/package.json +1 -1
  106. package/src/funcs/memoryStoresCreateDocument.ts +6 -5
  107. package/src/funcs/memoryStoresDeleteDocument.ts +6 -5
  108. package/src/funcs/memoryStoresDeleteMemory.ts +6 -5
  109. package/src/funcs/memoryStoresListDocuments.ts +6 -5
  110. package/src/funcs/memoryStoresRetrieveDocument.ts +6 -5
  111. package/src/funcs/memoryStoresRetrieveMemory.ts +6 -5
  112. package/src/funcs/memoryStoresUpdateDocument.ts +6 -5
  113. package/src/funcs/memoryStoresUpdateMemory.ts +6 -5
  114. package/src/lib/config.ts +3 -3
  115. package/src/lib/sdks.ts +2 -2
  116. package/src/mcp-server/mcp-server.ts +1 -1
  117. package/src/mcp-server/server.ts +1 -1
  118. package/src/models/components/conversationresponse.ts +2 -2
  119. package/src/models/components/partdoneevent.ts +2 -2
  120. package/src/models/components/reasoningpart.ts +2 -2
  121. package/src/models/operations/createcontact.ts +2 -2
  122. package/src/models/operations/createconversation.ts +2 -2
  123. package/src/models/operations/createdataset.ts +2 -2
  124. package/src/models/operations/createdatasetitem.ts +8 -8
  125. package/src/models/operations/createdatasource.ts +2 -2
  126. package/src/models/operations/createeval.ts +28 -28
  127. package/src/models/operations/creatememory.ts +3 -15
  128. package/src/models/operations/creatememorydocument.ts +7 -7
  129. package/src/models/operations/createtool.ts +12 -12
  130. package/src/models/operations/deletememory.ts +6 -6
  131. package/src/models/operations/deletememorydocument.ts +6 -6
  132. package/src/models/operations/fileget.ts +2 -2
  133. package/src/models/operations/filelist.ts +2 -2
  134. package/src/models/operations/fileupload.ts +2 -2
  135. package/src/models/operations/generateconversationname.ts +2 -2
  136. package/src/models/operations/getallmemories.ts +3 -8
  137. package/src/models/operations/getallmemorydocuments.ts +6 -6
  138. package/src/models/operations/getalltools.ts +12 -12
  139. package/src/models/operations/getevals.ts +28 -28
  140. package/src/models/operations/listcontacts.ts +2 -2
  141. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  142. package/src/models/operations/listdatasets.ts +2 -2
  143. package/src/models/operations/listdatasources.ts +2 -2
  144. package/src/models/operations/retrievecontact.ts +2 -2
  145. package/src/models/operations/retrieveconversation.ts +2 -2
  146. package/src/models/operations/retrievedatapoint.ts +8 -8
  147. package/src/models/operations/retrievedataset.ts +2 -2
  148. package/src/models/operations/retrievedatasource.ts +2 -2
  149. package/src/models/operations/retrievememory.ts +9 -14
  150. package/src/models/operations/retrievememorydocument.ts +6 -6
  151. package/src/models/operations/retrievetool.ts +12 -12
  152. package/src/models/operations/runagent.ts +2 -2
  153. package/src/models/operations/streamrunagent.ts +2 -2
  154. package/src/models/operations/updatecontact.ts +2 -2
  155. package/src/models/operations/updateconversation.ts +2 -2
  156. package/src/models/operations/updatedatapoint.ts +8 -8
  157. package/src/models/operations/updatedataset.ts +2 -2
  158. package/src/models/operations/updatedatasource.ts +2 -2
  159. package/src/models/operations/updateeval.ts +28 -28
  160. package/src/models/operations/updatememory.ts +9 -32
  161. package/src/models/operations/updatememorydocument.ts +6 -6
  162. package/src/models/operations/updatetool.ts +14 -14
package/bin/mcp-server.js CHANGED
@@ -52449,9 +52449,9 @@ var init_config = __esm(() => {
52449
52449
  SDK_METADATA = {
52450
52450
  language: "typescript",
52451
52451
  openapiDocVersion: "2.0",
52452
- sdkVersion: "4.1.8",
52453
- genVersion: "2.791.1",
52454
- userAgent: "speakeasy-sdk/typescript 4.1.8 2.791.1 2.0 @orq-ai/node"
52452
+ sdkVersion: "4.1.10",
52453
+ genVersion: "2.792.2",
52454
+ userAgent: "speakeasy-sdk/typescript 4.1.10 2.792.2 2.0 @orq-ai/node"
52455
52455
  };
52456
52456
  });
52457
52457
 
@@ -53282,8 +53282,8 @@ var init_sdks = __esm(() => {
53282
53282
  gt = typeof globalThis === "undefined" ? null : globalThis;
53283
53283
  webWorkerLike = typeof gt === "object" && gt != null && "importScripts" in gt && typeof gt["importScripts"] === "function";
53284
53284
  isBrowserLike = webWorkerLike || typeof navigator !== "undefined" && "serviceWorker" in navigator || typeof window === "object" && typeof window.document !== "undefined";
53285
- jsonLikeContentTypeRE = /(application|text)\/.*?\+*json.*/;
53286
- jsonlLikeContentTypeRE = /(application|text)\/(.*?\+*\bjsonl\b.*|.*?\+*\bx-ndjson\b.*)/;
53285
+ jsonLikeContentTypeRE = /(application|text)\/([^+]+\+)*json.*/;
53286
+ jsonlLikeContentTypeRE = /(application|text)\/(([^+]+\+)*jsonl\b.*|([^+]+\+)*x-ndjson\b.*)/;
53287
53287
  });
53288
53288
 
53289
53289
  // src/core.ts
@@ -56338,7 +56338,7 @@ var init_conversationresponse = __esm(() => {
56338
56338
  entityId: stringType().optional()
56339
56339
  });
56340
56340
  ConversationResponse$inboundSchema = objectType({
56341
- _id: stringType().default("conv_01keed0drfd5adzzxd2396c1xr"),
56341
+ _id: stringType().default("conv_01keh7ssqgkvxkh78zjypr5ef4"),
56342
56342
  entityId: stringType(),
56343
56343
  kind: ConversationResponseKind$inboundSchema,
56344
56344
  displayName: stringType(),
@@ -56353,7 +56353,7 @@ var init_conversationresponse = __esm(() => {
56353
56353
  });
56354
56354
  });
56355
56355
  ConversationResponse$outboundSchema = objectType({
56356
- id: stringType().default("conv_01keed0drfd5adzzxd2396c1xr"),
56356
+ id: stringType().default("conv_01keh7ssqgkvxkh78zjypr5ef4"),
56357
56357
  entityId: stringType(),
56358
56358
  kind: ConversationResponseKind$outboundSchema,
56359
56359
  displayName: stringType(),
@@ -57847,7 +57847,7 @@ var init_reasoningpart = __esm(() => {
57847
57847
  init_esm();
57848
57848
  init_primitives();
57849
57849
  ReasoningPart$inboundSchema = objectType({
57850
- _id: stringType().default("reasoning_01keed0dfnm83eczrs8xg93e7r"),
57850
+ _id: stringType().default("reasoning_01keh7sses6jgedjk7y2mendps"),
57851
57851
  metadata: recordType(anyType()).optional(),
57852
57852
  kind: literalType("reasoning"),
57853
57853
  reasoning: stringType(),
@@ -57858,7 +57858,7 @@ var init_reasoningpart = __esm(() => {
57858
57858
  });
57859
57859
  });
57860
57860
  ReasoningPart$outboundSchema = objectType({
57861
- id: stringType().default("reasoning_01keed0dfnm83eczrs8xg93e7r"),
57861
+ id: stringType().default("reasoning_01keh7sses6jgedjk7y2mendps"),
57862
57862
  metadata: recordType(anyType()).optional(),
57863
57863
  kind: literalType("reasoning"),
57864
57864
  reasoning: stringType(),
@@ -57928,7 +57928,7 @@ var init_partdoneevent = __esm(() => {
57928
57928
  PartKind$inboundSchema = nativeEnumType(PartKind);
57929
57929
  PartKind$outboundSchema = PartKind$inboundSchema;
57930
57930
  PartReasoningPart$inboundSchema = objectType({
57931
- _id: stringType().default("reasoning_01keed0dfwnmp2zz9r0efnx6j1"),
57931
+ _id: stringType().default("reasoning_01keh7ssf02b2bd81sjcw6gkk3"),
57932
57932
  metadata: recordType(anyType()).optional(),
57933
57933
  kind: PartKind$inboundSchema,
57934
57934
  reasoning: stringType(),
@@ -57939,7 +57939,7 @@ var init_partdoneevent = __esm(() => {
57939
57939
  });
57940
57940
  });
57941
57941
  PartReasoningPart$outboundSchema = objectType({
57942
- id: stringType().default("reasoning_01keed0dfwnmp2zz9r0efnx6j1"),
57942
+ id: stringType().default("reasoning_01keh7ssf02b2bd81sjcw6gkk3"),
57943
57943
  metadata: recordType(anyType()).optional(),
57944
57944
  kind: PartKind$outboundSchema,
57945
57945
  reasoning: stringType(),
@@ -63305,7 +63305,7 @@ var init_createcontact = __esm(() => {
63305
63305
  tags: arrayType(stringType()).optional(),
63306
63306
  metadata: recordType(anyType()).optional(),
63307
63307
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63308
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
63308
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
63309
63309
  }).transform((v2) => {
63310
63310
  return remap(v2, {
63311
63311
  _id: "id",
@@ -63325,7 +63325,7 @@ var init_createcontact = __esm(() => {
63325
63325
  tags: arrayType(stringType()).optional(),
63326
63326
  metadata: recordType(anyType()).optional(),
63327
63327
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63328
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
63328
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
63329
63329
  }).transform((v2) => {
63330
63330
  return remap(v2, {
63331
63331
  id: "_id",
@@ -63372,7 +63372,7 @@ var init_createconversation = __esm(() => {
63372
63372
  entityId: stringType().optional()
63373
63373
  });
63374
63374
  CreateConversationResponseBody$inboundSchema = objectType({
63375
- _id: stringType().default("conv_01keed0drges6zrhbvammymt2x"),
63375
+ _id: stringType().default("conv_01keh7ssqjmtm2xxwf07m80hxn"),
63376
63376
  entityId: stringType(),
63377
63377
  kind: CreateConversationKind$inboundSchema,
63378
63378
  displayName: stringType(),
@@ -63387,7 +63387,7 @@ var init_createconversation = __esm(() => {
63387
63387
  });
63388
63388
  });
63389
63389
  CreateConversationResponseBody$outboundSchema = objectType({
63390
- id: stringType().default("conv_01keed0drges6zrhbvammymt2x"),
63390
+ id: stringType().default("conv_01keh7ssqjmtm2xxwf07m80hxn"),
63391
63391
  entityId: stringType(),
63392
63392
  kind: CreateConversationKind$outboundSchema,
63393
63393
  displayName: stringType(),
@@ -63451,7 +63451,7 @@ var init_createdataset = __esm(() => {
63451
63451
  created_by_id: stringType().optional(),
63452
63452
  updated_by_id: stringType().optional(),
63453
63453
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63454
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
63454
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
63455
63455
  }).transform((v2) => {
63456
63456
  return remap(v2, {
63457
63457
  _id: "id",
@@ -63471,7 +63471,7 @@ var init_createdataset = __esm(() => {
63471
63471
  createdById: stringType().optional(),
63472
63472
  updatedById: stringType().optional(),
63473
63473
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63474
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
63474
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
63475
63475
  }).transform((v2) => {
63476
63476
  return remap(v2, {
63477
63477
  id: "_id",
@@ -64207,7 +64207,7 @@ var init_createdatasetitem = __esm(() => {
64207
64207
  human_review_id: stringType(),
64208
64208
  source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
64209
64209
  reviewed_by_id: stringType(),
64210
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.445Z").transform((v2) => new Date(v2)),
64210
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.762Z").transform((v2) => new Date(v2)),
64211
64211
  type: literalType("string_array"),
64212
64212
  values: arrayType(stringType())
64213
64213
  }).transform((v2) => {
@@ -64224,7 +64224,7 @@ var init_createdatasetitem = __esm(() => {
64224
64224
  humanReviewId: stringType(),
64225
64225
  source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
64226
64226
  reviewedById: stringType(),
64227
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.445Z")).transform((v2) => v2.toISOString()),
64227
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.762Z")).transform((v2) => v2.toISOString()),
64228
64228
  type: literalType("string_array"),
64229
64229
  values: arrayType(stringType())
64230
64230
  }).transform((v2) => {
@@ -64245,7 +64245,7 @@ var init_createdatasetitem = __esm(() => {
64245
64245
  human_review_id: stringType(),
64246
64246
  source: EvaluationsSource$inboundSchema.default("orq"),
64247
64247
  reviewed_by_id: stringType(),
64248
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.444Z").transform((v2) => new Date(v2)),
64248
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.761Z").transform((v2) => new Date(v2)),
64249
64249
  type: literalType("number"),
64250
64250
  value: numberType()
64251
64251
  }).transform((v2) => {
@@ -64262,7 +64262,7 @@ var init_createdatasetitem = __esm(() => {
64262
64262
  humanReviewId: stringType(),
64263
64263
  source: EvaluationsSource$outboundSchema.default("orq"),
64264
64264
  reviewedById: stringType(),
64265
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.444Z")).transform((v2) => v2.toISOString()),
64265
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.761Z")).transform((v2) => v2.toISOString()),
64266
64266
  type: literalType("number"),
64267
64267
  value: numberType()
64268
64268
  }).transform((v2) => {
@@ -64283,7 +64283,7 @@ var init_createdatasetitem = __esm(() => {
64283
64283
  human_review_id: stringType(),
64284
64284
  source: Source$inboundSchema.default("orq"),
64285
64285
  reviewed_by_id: stringType(),
64286
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.444Z").transform((v2) => new Date(v2)),
64286
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.761Z").transform((v2) => new Date(v2)),
64287
64287
  type: literalType("string"),
64288
64288
  value: stringType()
64289
64289
  }).transform((v2) => {
@@ -64300,7 +64300,7 @@ var init_createdatasetitem = __esm(() => {
64300
64300
  humanReviewId: stringType(),
64301
64301
  source: Source$outboundSchema.default("orq"),
64302
64302
  reviewedById: stringType(),
64303
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.444Z")).transform((v2) => v2.toISOString()),
64303
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.761Z")).transform((v2) => v2.toISOString()),
64304
64304
  type: literalType("string"),
64305
64305
  value: stringType()
64306
64306
  }).transform((v2) => {
@@ -64343,7 +64343,7 @@ var init_createdatasetitem = __esm(() => {
64343
64343
  created_by_id: stringType().optional(),
64344
64344
  updated_by_id: stringType().optional(),
64345
64345
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
64346
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
64346
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
64347
64347
  }).transform((v2) => {
64348
64348
  return remap(v2, {
64349
64349
  _id: "id",
@@ -64377,7 +64377,7 @@ var init_createdatasetitem = __esm(() => {
64377
64377
  createdById: stringType().optional(),
64378
64378
  updatedById: stringType().optional(),
64379
64379
  created: dateType().transform((v2) => v2.toISOString()).optional(),
64380
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
64380
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
64381
64381
  }).transform((v2) => {
64382
64382
  return remap(v2, {
64383
64383
  id: "_id",
@@ -64546,7 +64546,7 @@ var init_createdatasource = __esm(() => {
64546
64546
  CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
64547
64547
  CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
64548
64548
  CreateDatasourceResponseBody$inboundSchema = objectType({
64549
- _id: stringType().default("01KEED0E57RJK8BHQQRDJMF5WW"),
64549
+ _id: stringType().default("01KEH7ST4ZR3E81627YPT0YVH6"),
64550
64550
  display_name: stringType(),
64551
64551
  description: stringType().optional(),
64552
64552
  status: CreateDatasourceStatus$inboundSchema,
@@ -64569,7 +64569,7 @@ var init_createdatasource = __esm(() => {
64569
64569
  });
64570
64570
  });
64571
64571
  CreateDatasourceResponseBody$outboundSchema = objectType({
64572
- id: stringType().default("01KEED0E57RJK8BHQQRDJMF5WW"),
64572
+ id: stringType().default("01KEH7ST4ZR3E81627YPT0YVH6"),
64573
64573
  displayName: stringType(),
64574
64574
  description: stringType().optional(),
64575
64575
  status: CreateDatasourceStatus$outboundSchema,
@@ -65156,8 +65156,8 @@ var init_createeval2 = __esm(() => {
65156
65156
  Typescript$inboundSchema = objectType({
65157
65157
  _id: stringType(),
65158
65158
  description: stringType(),
65159
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65160
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65159
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65160
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65161
65161
  guardrail_config: unionType([
65162
65162
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
65163
65163
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
@@ -65174,8 +65174,8 @@ var init_createeval2 = __esm(() => {
65174
65174
  Typescript$outboundSchema = objectType({
65175
65175
  id: stringType(),
65176
65176
  description: stringType(),
65177
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65178
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65177
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65178
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65179
65179
  guardrailConfig: unionType([
65180
65180
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
65181
65181
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
@@ -65246,8 +65246,8 @@ var init_createeval2 = __esm(() => {
65246
65246
  Ragas$inboundSchema = objectType({
65247
65247
  _id: stringType(),
65248
65248
  description: stringType(),
65249
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65250
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65249
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65250
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65251
65251
  guardrail_config: unionType([
65252
65252
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
65253
65253
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
@@ -65266,8 +65266,8 @@ var init_createeval2 = __esm(() => {
65266
65266
  Ragas$outboundSchema = objectType({
65267
65267
  id: stringType(),
65268
65268
  description: stringType(),
65269
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65270
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65269
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65270
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65271
65271
  guardrailConfig: unionType([
65272
65272
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
65273
65273
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
@@ -65622,8 +65622,8 @@ var init_createeval2 = __esm(() => {
65622
65622
  CreateEvalResponseBodyFunction$inboundSchema = objectType({
65623
65623
  _id: stringType(),
65624
65624
  description: stringType(),
65625
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65626
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65625
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65626
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65627
65627
  guardrail_config: unionType([
65628
65628
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
65629
65629
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
@@ -65674,8 +65674,8 @@ var init_createeval2 = __esm(() => {
65674
65674
  CreateEvalResponseBodyFunction$outboundSchema = objectType({
65675
65675
  id: stringType(),
65676
65676
  description: stringType(),
65677
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65678
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65677
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65678
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65679
65679
  guardrailConfig: unionType([
65680
65680
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
65681
65681
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
@@ -65778,8 +65778,8 @@ var init_createeval2 = __esm(() => {
65778
65778
  ResponseBodyPython$inboundSchema = objectType({
65779
65779
  _id: stringType(),
65780
65780
  description: stringType(),
65781
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65782
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65781
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65782
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65783
65783
  guardrail_config: unionType([
65784
65784
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
65785
65785
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -65796,8 +65796,8 @@ var init_createeval2 = __esm(() => {
65796
65796
  ResponseBodyPython$outboundSchema = objectType({
65797
65797
  id: stringType(),
65798
65798
  description: stringType(),
65799
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65800
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65799
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65800
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65801
65801
  guardrailConfig: unionType([
65802
65802
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
65803
65803
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -65868,8 +65868,8 @@ var init_createeval2 = __esm(() => {
65868
65868
  ResponseBodyHTTP$inboundSchema = objectType({
65869
65869
  _id: stringType(),
65870
65870
  description: stringType(),
65871
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65872
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65871
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65872
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65873
65873
  guardrail_config: unionType([
65874
65874
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
65875
65875
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -65889,8 +65889,8 @@ var init_createeval2 = __esm(() => {
65889
65889
  ResponseBodyHTTP$outboundSchema = objectType({
65890
65890
  id: stringType(),
65891
65891
  description: stringType(),
65892
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65893
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65892
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65893
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65894
65894
  guardrailConfig: unionType([
65895
65895
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
65896
65896
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -65962,8 +65962,8 @@ var init_createeval2 = __esm(() => {
65962
65962
  ResponseBodyJSON$inboundSchema = objectType({
65963
65963
  _id: stringType(),
65964
65964
  description: stringType(),
65965
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65966
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65965
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65966
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65967
65967
  guardrail_config: unionType([
65968
65968
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
65969
65969
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -65980,8 +65980,8 @@ var init_createeval2 = __esm(() => {
65980
65980
  ResponseBodyJSON$outboundSchema = objectType({
65981
65981
  id: stringType(),
65982
65982
  description: stringType(),
65983
- created: stringType().default("2026-01-08T08:54:00.017Z"),
65984
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
65983
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
65984
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
65985
65985
  guardrailConfig: unionType([
65986
65986
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
65987
65987
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -66050,8 +66050,8 @@ var init_createeval2 = __esm(() => {
66050
66050
  ResponseBodyLLM$inboundSchema = objectType({
66051
66051
  _id: stringType(),
66052
66052
  description: stringType(),
66053
- created: stringType().default("2026-01-08T08:54:00.017Z"),
66054
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
66053
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
66054
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
66055
66055
  guardrail_config: unionType([
66056
66056
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
66057
66057
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -66069,8 +66069,8 @@ var init_createeval2 = __esm(() => {
66069
66069
  ResponseBodyLLM$outboundSchema = objectType({
66070
66070
  id: stringType(),
66071
66071
  description: stringType(),
66072
- created: stringType().default("2026-01-08T08:54:00.017Z"),
66073
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
66072
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
66073
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
66074
66074
  guardrailConfig: unionType([
66075
66075
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
66076
66076
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -66811,16 +66811,14 @@ var init_creatememory = __esm(() => {
66811
66811
  init_esm();
66812
66812
  init_primitives();
66813
66813
  CreateMemoryRequestBody$inboundSchema = objectType({
66814
- entity_id: stringType(),
66815
- metadata: recordType(stringType()).optional()
66814
+ entity_id: stringType()
66816
66815
  }).transform((v2) => {
66817
66816
  return remap(v2, {
66818
66817
  entity_id: "entityId"
66819
66818
  });
66820
66819
  });
66821
66820
  CreateMemoryRequestBody$outboundSchema = objectType({
66822
- entityId: stringType(),
66823
- metadata: recordType(stringType()).optional()
66821
+ entityId: stringType()
66824
66822
  }).transform((v2) => {
66825
66823
  return remap(v2, {
66826
66824
  entityId: "entity_id"
@@ -66852,7 +66850,6 @@ var init_creatememory = __esm(() => {
66852
66850
  created_by_id: nullableType(stringType()).optional(),
66853
66851
  updated_by_id: nullableType(stringType()).optional(),
66854
66852
  store_id: stringType(),
66855
- metadata: recordType(stringType()),
66856
66853
  workspace_id: stringType(),
66857
66854
  documents_count: numberType()
66858
66855
  }).transform((v2) => {
@@ -66874,7 +66871,6 @@ var init_creatememory = __esm(() => {
66874
66871
  createdById: nullableType(stringType()).optional(),
66875
66872
  updatedById: nullableType(stringType()).optional(),
66876
66873
  storeId: stringType(),
66877
- metadata: recordType(stringType()),
66878
66874
  workspaceId: stringType(),
66879
66875
  documentsCount: numberType()
66880
66876
  }).transform((v2) => {
@@ -66905,23 +66901,23 @@ var init_creatememorydocument = __esm(() => {
66905
66901
  });
66906
66902
  CreateMemoryDocumentRequest$inboundSchema = objectType({
66907
66903
  memory_store_key: stringType(),
66908
- memory_id: stringType(),
66904
+ memory_entity_id: stringType(),
66909
66905
  RequestBody: lazyType(() => CreateMemoryDocumentRequestBody$inboundSchema).optional()
66910
66906
  }).transform((v2) => {
66911
66907
  return remap(v2, {
66912
66908
  memory_store_key: "memoryStoreKey",
66913
- memory_id: "memoryId",
66909
+ memory_entity_id: "memoryEntityId",
66914
66910
  RequestBody: "requestBody"
66915
66911
  });
66916
66912
  });
66917
66913
  CreateMemoryDocumentRequest$outboundSchema = objectType({
66918
66914
  memoryStoreKey: stringType(),
66919
- memoryId: stringType(),
66915
+ memoryEntityId: stringType(),
66920
66916
  requestBody: lazyType(() => CreateMemoryDocumentRequestBody$outboundSchema).optional()
66921
66917
  }).transform((v2) => {
66922
66918
  return remap(v2, {
66923
66919
  memoryStoreKey: "memory_store_key",
66924
- memoryId: "memory_id",
66920
+ memoryEntityId: "memory_entity_id",
66925
66921
  requestBody: "RequestBody"
66926
66922
  });
66927
66923
  });
@@ -68941,7 +68937,7 @@ var init_createtool = __esm(() => {
68941
68937
  code: stringType()
68942
68938
  });
68943
68939
  ResponseBodyCodeExecutionTool$inboundSchema = objectType({
68944
- _id: stringType().default("tool_01KEED0E0GGT52RVWR3KY0FGNB"),
68940
+ _id: stringType().default("tool_01KEH7SSZ21JBMVV2RWGRMQKK6"),
68945
68941
  path: stringType(),
68946
68942
  key: stringType(),
68947
68943
  display_name: stringType().optional(),
@@ -68969,7 +68965,7 @@ var init_createtool = __esm(() => {
68969
68965
  });
68970
68966
  });
68971
68967
  ResponseBodyCodeExecutionTool$outboundSchema = objectType({
68972
- id: stringType().default("tool_01KEED0E0GGT52RVWR3KY0FGNB"),
68968
+ id: stringType().default("tool_01KEH7SSZ21JBMVV2RWGRMQKK6"),
68973
68969
  path: stringType(),
68974
68970
  key: stringType(),
68975
68971
  displayName: stringType().optional(),
@@ -69019,13 +69015,13 @@ var init_createtool = __esm(() => {
69019
69015
  required: arrayType(stringType()).optional()
69020
69016
  });
69021
69017
  ResponseBodyTools$inboundSchema = objectType({
69022
- id: stringType().default("01KEED0E0F0JA0WTHK1CK6VGDG"),
69018
+ id: stringType().default("01KEH7SSZ2HDZ1N8MJB3ZT3DH3"),
69023
69019
  name: stringType(),
69024
69020
  description: stringType().optional(),
69025
69021
  schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
69026
69022
  });
69027
69023
  ResponseBodyTools$outboundSchema = objectType({
69028
- id: stringType().default("01KEED0E0F0JA0WTHK1CK6VGDG"),
69024
+ id: stringType().default("01KEH7SSZ2HDZ1N8MJB3ZT3DH3"),
69029
69025
  name: stringType(),
69030
69026
  description: stringType().optional(),
69031
69027
  schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
@@ -69055,7 +69051,7 @@ var init_createtool = __esm(() => {
69055
69051
  });
69056
69052
  });
69057
69053
  ResponseBodyMCPTool$inboundSchema = objectType({
69058
- _id: stringType().default("tool_01KEED0E0DYFY6988FW1VCJAMS"),
69054
+ _id: stringType().default("tool_01KEH7SSZ0BEVHJ1JS34F2HTS0"),
69059
69055
  path: stringType(),
69060
69056
  key: stringType(),
69061
69057
  display_name: stringType().optional(),
@@ -69082,7 +69078,7 @@ var init_createtool = __esm(() => {
69082
69078
  });
69083
69079
  });
69084
69080
  ResponseBodyMCPTool$outboundSchema = objectType({
69085
- id: stringType().default("tool_01KEED0E0DYFY6988FW1VCJAMS"),
69081
+ id: stringType().default("tool_01KEH7SSZ0BEVHJ1JS34F2HTS0"),
69086
69082
  path: stringType(),
69087
69083
  key: stringType(),
69088
69084
  displayName: stringType().optional(),
@@ -69169,7 +69165,7 @@ var init_createtool = __esm(() => {
69169
69165
  arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
69170
69166
  });
69171
69167
  ResponseBodyHTTPTool$inboundSchema = objectType({
69172
- _id: stringType().default("tool_01KEED0E0A04Z1CVAQR6F1ES81"),
69168
+ _id: stringType().default("tool_01KEH7SSYW44SF7HZS7YB4XC72"),
69173
69169
  path: stringType(),
69174
69170
  key: stringType(),
69175
69171
  display_name: stringType().optional(),
@@ -69196,7 +69192,7 @@ var init_createtool = __esm(() => {
69196
69192
  });
69197
69193
  });
69198
69194
  ResponseBodyHTTPTool$outboundSchema = objectType({
69199
- id: stringType().default("tool_01KEED0E0A04Z1CVAQR6F1ES81"),
69195
+ id: stringType().default("tool_01KEH7SSYW44SF7HZS7YB4XC72"),
69200
69196
  path: stringType(),
69201
69197
  key: stringType(),
69202
69198
  displayName: stringType().optional(),
@@ -69255,7 +69251,7 @@ var init_createtool = __esm(() => {
69255
69251
  strict: booleanType().optional()
69256
69252
  });
69257
69253
  ResponseBodyJSONSchemaTool$inboundSchema = objectType({
69258
- _id: stringType().default("tool_01KEED0E07NFH97X3NAWGHXJ5C"),
69254
+ _id: stringType().default("tool_01KEH7SSYT2YY20CHH9F7BHVQC"),
69259
69255
  path: stringType(),
69260
69256
  key: stringType(),
69261
69257
  display_name: stringType().optional(),
@@ -69283,7 +69279,7 @@ var init_createtool = __esm(() => {
69283
69279
  });
69284
69280
  });
69285
69281
  ResponseBodyJSONSchemaTool$outboundSchema = objectType({
69286
- id: stringType().default("tool_01KEED0E07NFH97X3NAWGHXJ5C"),
69282
+ id: stringType().default("tool_01KEH7SSYT2YY20CHH9F7BHVQC"),
69287
69283
  path: stringType(),
69288
69284
  key: stringType(),
69289
69285
  displayName: stringType().optional(),
@@ -69345,7 +69341,7 @@ var init_createtool = __esm(() => {
69345
69341
  parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
69346
69342
  });
69347
69343
  ResponseBodyFunctionTool$inboundSchema = objectType({
69348
- _id: stringType().default("tool_01KEED0E05Q595WVJJ12EEKQVX"),
69344
+ _id: stringType().default("tool_01KEH7SSYRF8E9P0PTAY4EAS9F"),
69349
69345
  path: stringType(),
69350
69346
  key: stringType(),
69351
69347
  display_name: stringType().optional(),
@@ -69372,7 +69368,7 @@ var init_createtool = __esm(() => {
69372
69368
  });
69373
69369
  });
69374
69370
  ResponseBodyFunctionTool$outboundSchema = objectType({
69375
- id: stringType().default("tool_01KEED0E05Q595WVJJ12EEKQVX"),
69371
+ id: stringType().default("tool_01KEH7SSYRF8E9P0PTAY4EAS9F"),
69376
69372
  path: stringType(),
69377
69373
  key: stringType(),
69378
69374
  displayName: stringType().optional(),
@@ -69669,20 +69665,20 @@ var init_deletememory = __esm(() => {
69669
69665
  init_primitives();
69670
69666
  DeleteMemoryRequest$inboundSchema = objectType({
69671
69667
  memory_store_key: stringType(),
69672
- memory_id: stringType()
69668
+ memory_entity_id: stringType()
69673
69669
  }).transform((v2) => {
69674
69670
  return remap(v2, {
69675
69671
  memory_store_key: "memoryStoreKey",
69676
- memory_id: "memoryId"
69672
+ memory_entity_id: "memoryEntityId"
69677
69673
  });
69678
69674
  });
69679
69675
  DeleteMemoryRequest$outboundSchema = objectType({
69680
69676
  memoryStoreKey: stringType(),
69681
- memoryId: stringType()
69677
+ memoryEntityId: stringType()
69682
69678
  }).transform((v2) => {
69683
69679
  return remap(v2, {
69684
69680
  memoryStoreKey: "memory_store_key",
69685
- memoryId: "memory_id"
69681
+ memoryEntityId: "memory_entity_id"
69686
69682
  });
69687
69683
  });
69688
69684
  });
@@ -69694,23 +69690,23 @@ var init_deletememorydocument = __esm(() => {
69694
69690
  init_primitives();
69695
69691
  DeleteMemoryDocumentRequest$inboundSchema = objectType({
69696
69692
  memory_store_key: stringType(),
69697
- memory_id: stringType(),
69693
+ memory_entity_id: stringType(),
69698
69694
  document_id: stringType()
69699
69695
  }).transform((v2) => {
69700
69696
  return remap(v2, {
69701
69697
  memory_store_key: "memoryStoreKey",
69702
- memory_id: "memoryId",
69698
+ memory_entity_id: "memoryEntityId",
69703
69699
  document_id: "documentId"
69704
69700
  });
69705
69701
  });
69706
69702
  DeleteMemoryDocumentRequest$outboundSchema = objectType({
69707
69703
  memoryStoreKey: stringType(),
69708
- memoryId: stringType(),
69704
+ memoryEntityId: stringType(),
69709
69705
  documentId: stringType()
69710
69706
  }).transform((v2) => {
69711
69707
  return remap(v2, {
69712
69708
  memoryStoreKey: "memory_store_key",
69713
- memoryId: "memory_id",
69709
+ memoryEntityId: "memory_entity_id",
69714
69710
  documentId: "document_id"
69715
69711
  });
69716
69712
  });
@@ -74557,7 +74553,7 @@ var init_fileget = __esm(() => {
74557
74553
  bytes: numberType(),
74558
74554
  file_name: stringType(),
74559
74555
  workspace_id: stringType(),
74560
- created: stringType().datetime({ offset: true }).default("2026-01-08T08:54:01.247Z").transform((v2) => new Date(v2))
74556
+ created: stringType().datetime({ offset: true }).default("2026-01-09T11:20:44.805Z").transform((v2) => new Date(v2))
74561
74557
  }).transform((v2) => {
74562
74558
  return remap(v2, {
74563
74559
  _id: "id",
@@ -74573,7 +74569,7 @@ var init_fileget = __esm(() => {
74573
74569
  bytes: numberType(),
74574
74570
  fileName: stringType(),
74575
74571
  workspaceId: stringType(),
74576
- created: dateType().default(() => new Date("2026-01-08T08:54:01.247Z")).transform((v2) => v2.toISOString())
74572
+ created: dateType().default(() => new Date("2026-01-09T11:20:44.805Z")).transform((v2) => v2.toISOString())
74577
74573
  }).transform((v2) => {
74578
74574
  return remap(v2, {
74579
74575
  id: "_id",
@@ -74628,7 +74624,7 @@ var init_filelist = __esm(() => {
74628
74624
  bytes: numberType(),
74629
74625
  file_name: stringType(),
74630
74626
  workspace_id: stringType(),
74631
- created: stringType().datetime({ offset: true }).default("2026-01-08T08:54:01.247Z").transform((v2) => new Date(v2))
74627
+ created: stringType().datetime({ offset: true }).default("2026-01-09T11:20:44.805Z").transform((v2) => new Date(v2))
74632
74628
  }).transform((v2) => {
74633
74629
  return remap(v2, {
74634
74630
  _id: "id",
@@ -74644,7 +74640,7 @@ var init_filelist = __esm(() => {
74644
74640
  bytes: numberType(),
74645
74641
  fileName: stringType(),
74646
74642
  workspaceId: stringType(),
74647
- created: dateType().default(() => new Date("2026-01-08T08:54:01.247Z")).transform((v2) => v2.toISOString())
74643
+ created: dateType().default(() => new Date("2026-01-09T11:20:44.805Z")).transform((v2) => v2.toISOString())
74648
74644
  }).transform((v2) => {
74649
74645
  return remap(v2, {
74650
74646
  id: "_id",
@@ -74752,7 +74748,7 @@ var init_fileupload = __esm(() => {
74752
74748
  bytes: numberType(),
74753
74749
  file_name: stringType(),
74754
74750
  workspace_id: stringType(),
74755
- created: stringType().datetime({ offset: true }).default("2026-01-08T08:54:01.247Z").transform((v2) => new Date(v2))
74751
+ created: stringType().datetime({ offset: true }).default("2026-01-09T11:20:44.805Z").transform((v2) => new Date(v2))
74756
74752
  }).transform((v2) => {
74757
74753
  return remap(v2, {
74758
74754
  _id: "id",
@@ -74768,7 +74764,7 @@ var init_fileupload = __esm(() => {
74768
74764
  bytes: numberType(),
74769
74765
  fileName: stringType(),
74770
74766
  workspaceId: stringType(),
74771
- created: dateType().default(() => new Date("2026-01-08T08:54:01.247Z")).transform((v2) => v2.toISOString())
74767
+ created: dateType().default(() => new Date("2026-01-09T11:20:44.805Z")).transform((v2) => v2.toISOString())
74772
74768
  }).transform((v2) => {
74773
74769
  return remap(v2, {
74774
74770
  id: "_id",
@@ -74822,7 +74818,7 @@ var init_generateconversationname2 = __esm(() => {
74822
74818
  entityId: stringType().optional()
74823
74819
  });
74824
74820
  GenerateConversationNameResponseBody$inboundSchema2 = objectType({
74825
- _id: stringType().default("conv_01keed0drjy8d2792pmh649sz2"),
74821
+ _id: stringType().default("conv_01keh7ssqkb22gadbbf3sw7k96"),
74826
74822
  entityId: stringType(),
74827
74823
  kind: GenerateConversationNameKind$inboundSchema,
74828
74824
  displayName: stringType(),
@@ -74837,7 +74833,7 @@ var init_generateconversationname2 = __esm(() => {
74837
74833
  });
74838
74834
  });
74839
74835
  GenerateConversationNameResponseBody$outboundSchema2 = objectType({
74840
- id: stringType().default("conv_01keed0drjy8d2792pmh649sz2"),
74836
+ id: stringType().default("conv_01keh7ssqkb22gadbbf3sw7k96"),
74841
74837
  entityId: stringType(),
74842
74838
  kind: GenerateConversationNameKind$outboundSchema,
74843
74839
  displayName: stringType(),
@@ -74897,7 +74893,6 @@ var init_getallmemories = __esm(() => {
74897
74893
  created_by_id: nullableType(stringType()).optional(),
74898
74894
  updated_by_id: nullableType(stringType()).optional(),
74899
74895
  store_id: stringType(),
74900
- metadata: recordType(stringType()),
74901
74896
  workspace_id: stringType(),
74902
74897
  documents_count: numberType()
74903
74898
  }).transform((v2) => {
@@ -74919,7 +74914,6 @@ var init_getallmemories = __esm(() => {
74919
74914
  createdById: nullableType(stringType()).optional(),
74920
74915
  updatedById: nullableType(stringType()).optional(),
74921
74916
  storeId: stringType(),
74922
- metadata: recordType(stringType()),
74923
74917
  workspaceId: stringType(),
74924
74918
  documentsCount: numberType()
74925
74919
  }).transform((v2) => {
@@ -74963,7 +74957,7 @@ var init_getallmemorydocuments = __esm(() => {
74963
74957
  };
74964
74958
  GetAllMemoryDocumentsRequest$inboundSchema = objectType({
74965
74959
  memory_store_key: stringType(),
74966
- memory_id: stringType(),
74960
+ memory_entity_id: stringType(),
74967
74961
  limit: numberType().default(10),
74968
74962
  starting_after: stringType().optional(),
74969
74963
  ending_before: stringType().optional(),
@@ -74972,7 +74966,7 @@ var init_getallmemorydocuments = __esm(() => {
74972
74966
  }).transform((v2) => {
74973
74967
  return remap(v2, {
74974
74968
  memory_store_key: "memoryStoreKey",
74975
- memory_id: "memoryId",
74969
+ memory_entity_id: "memoryEntityId",
74976
74970
  starting_after: "startingAfter",
74977
74971
  ending_before: "endingBefore",
74978
74972
  updated_after: "updatedAfter",
@@ -74981,7 +74975,7 @@ var init_getallmemorydocuments = __esm(() => {
74981
74975
  });
74982
74976
  GetAllMemoryDocumentsRequest$outboundSchema = objectType({
74983
74977
  memoryStoreKey: stringType(),
74984
- memoryId: stringType(),
74978
+ memoryEntityId: stringType(),
74985
74979
  limit: numberType().default(10),
74986
74980
  startingAfter: stringType().optional(),
74987
74981
  endingBefore: stringType().optional(),
@@ -74990,7 +74984,7 @@ var init_getallmemorydocuments = __esm(() => {
74990
74984
  }).transform((v2) => {
74991
74985
  return remap(v2, {
74992
74986
  memoryStoreKey: "memory_store_key",
74993
- memoryId: "memory_id",
74987
+ memoryEntityId: "memory_entity_id",
74994
74988
  startingAfter: "starting_after",
74995
74989
  endingBefore: "ending_before",
74996
74990
  updatedAfter: "updated_after",
@@ -75875,7 +75869,7 @@ var init_getalltools = __esm(() => {
75875
75869
  code: stringType()
75876
75870
  });
75877
75871
  DataCodeExecutionTool$inboundSchema = objectType({
75878
- _id: stringType().default("tool_01KEED0DZKPFJFEK4DJYF71719"),
75872
+ _id: stringType().default("tool_01KEH7SSY6AWYT1Q2AJY9S3GER"),
75879
75873
  path: stringType(),
75880
75874
  key: stringType(),
75881
75875
  display_name: stringType().optional(),
@@ -75903,7 +75897,7 @@ var init_getalltools = __esm(() => {
75903
75897
  });
75904
75898
  });
75905
75899
  DataCodeExecutionTool$outboundSchema = objectType({
75906
- id: stringType().default("tool_01KEED0DZKPFJFEK4DJYF71719"),
75900
+ id: stringType().default("tool_01KEH7SSY6AWYT1Q2AJY9S3GER"),
75907
75901
  path: stringType(),
75908
75902
  key: stringType(),
75909
75903
  displayName: stringType().optional(),
@@ -75953,13 +75947,13 @@ var init_getalltools = __esm(() => {
75953
75947
  required: arrayType(stringType()).optional()
75954
75948
  });
75955
75949
  DataTools$inboundSchema = objectType({
75956
- id: stringType().default("01KEED0DZJGPNWYC0BT1XJY8JN"),
75950
+ id: stringType().default("01KEH7SSY51PGY8APMM9Q4SE1S"),
75957
75951
  name: stringType(),
75958
75952
  description: stringType().optional(),
75959
75953
  schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
75960
75954
  });
75961
75955
  DataTools$outboundSchema = objectType({
75962
- id: stringType().default("01KEED0DZJGPNWYC0BT1XJY8JN"),
75956
+ id: stringType().default("01KEH7SSY51PGY8APMM9Q4SE1S"),
75963
75957
  name: stringType(),
75964
75958
  description: stringType().optional(),
75965
75959
  schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
@@ -75989,7 +75983,7 @@ var init_getalltools = __esm(() => {
75989
75983
  });
75990
75984
  });
75991
75985
  DataMCPTool$inboundSchema = objectType({
75992
- _id: stringType().default("tool_01KEED0DZGJ5FPZX8067HWRAR9"),
75986
+ _id: stringType().default("tool_01KEH7SSY3A2JZFJ30YYFJAFJ4"),
75993
75987
  path: stringType(),
75994
75988
  key: stringType(),
75995
75989
  display_name: stringType().optional(),
@@ -76016,7 +76010,7 @@ var init_getalltools = __esm(() => {
76016
76010
  });
76017
76011
  });
76018
76012
  DataMCPTool$outboundSchema = objectType({
76019
- id: stringType().default("tool_01KEED0DZGJ5FPZX8067HWRAR9"),
76013
+ id: stringType().default("tool_01KEH7SSY3A2JZFJ30YYFJAFJ4"),
76020
76014
  path: stringType(),
76021
76015
  key: stringType(),
76022
76016
  displayName: stringType().optional(),
@@ -76103,7 +76097,7 @@ var init_getalltools = __esm(() => {
76103
76097
  arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
76104
76098
  });
76105
76099
  DataHTTPTool$inboundSchema = objectType({
76106
- _id: stringType().default("tool_01KEED0DZEWFZJQDYJXVHNCJTC"),
76100
+ _id: stringType().default("tool_01KEH7SSY1MVR99SYBK6TF4FGE"),
76107
76101
  path: stringType(),
76108
76102
  key: stringType(),
76109
76103
  display_name: stringType().optional(),
@@ -76130,7 +76124,7 @@ var init_getalltools = __esm(() => {
76130
76124
  });
76131
76125
  });
76132
76126
  DataHTTPTool$outboundSchema = objectType({
76133
- id: stringType().default("tool_01KEED0DZEWFZJQDYJXVHNCJTC"),
76127
+ id: stringType().default("tool_01KEH7SSY1MVR99SYBK6TF4FGE"),
76134
76128
  path: stringType(),
76135
76129
  key: stringType(),
76136
76130
  displayName: stringType().optional(),
@@ -76189,7 +76183,7 @@ var init_getalltools = __esm(() => {
76189
76183
  strict: booleanType().optional()
76190
76184
  });
76191
76185
  DataJSONSchemaTool$inboundSchema = objectType({
76192
- _id: stringType().default("tool_01KEED0DZDVC61588AAMFWR7CS"),
76186
+ _id: stringType().default("tool_01KEH7SSXZ42B3EE56BQH59D0W"),
76193
76187
  path: stringType(),
76194
76188
  key: stringType(),
76195
76189
  display_name: stringType().optional(),
@@ -76217,7 +76211,7 @@ var init_getalltools = __esm(() => {
76217
76211
  });
76218
76212
  });
76219
76213
  DataJSONSchemaTool$outboundSchema = objectType({
76220
- id: stringType().default("tool_01KEED0DZDVC61588AAMFWR7CS"),
76214
+ id: stringType().default("tool_01KEH7SSXZ42B3EE56BQH59D0W"),
76221
76215
  path: stringType(),
76222
76216
  key: stringType(),
76223
76217
  displayName: stringType().optional(),
@@ -76279,7 +76273,7 @@ var init_getalltools = __esm(() => {
76279
76273
  parameters: lazyType(() => DataParameters$outboundSchema).optional()
76280
76274
  });
76281
76275
  DataFunctionTool$inboundSchema = objectType({
76282
- _id: stringType().default("tool_01KEED0DZBFR928W3G9CQHGM09"),
76276
+ _id: stringType().default("tool_01KEH7SSXYBSRAKJER5BYHNS1Q"),
76283
76277
  path: stringType(),
76284
76278
  key: stringType(),
76285
76279
  display_name: stringType().optional(),
@@ -76306,7 +76300,7 @@ var init_getalltools = __esm(() => {
76306
76300
  });
76307
76301
  });
76308
76302
  DataFunctionTool$outboundSchema = objectType({
76309
- id: stringType().default("tool_01KEED0DZBFR928W3G9CQHGM09"),
76303
+ id: stringType().default("tool_01KEH7SSXYBSRAKJER5BYHNS1Q"),
76310
76304
  path: stringType(),
76311
76305
  key: stringType(),
76312
76306
  displayName: stringType().optional(),
@@ -76582,8 +76576,8 @@ var init_getevals2 = __esm(() => {
76582
76576
  DataTypescript$inboundSchema = objectType({
76583
76577
  _id: stringType(),
76584
76578
  description: stringType(),
76585
- created: stringType().default("2026-01-08T08:54:00.017Z"),
76586
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
76579
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
76580
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
76587
76581
  guardrail_config: unionType([
76588
76582
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
76589
76583
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -76600,8 +76594,8 @@ var init_getevals2 = __esm(() => {
76600
76594
  DataTypescript$outboundSchema = objectType({
76601
76595
  id: stringType(),
76602
76596
  description: stringType(),
76603
- created: stringType().default("2026-01-08T08:54:00.017Z"),
76604
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
76597
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
76598
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
76605
76599
  guardrailConfig: unionType([
76606
76600
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
76607
76601
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -76672,8 +76666,8 @@ var init_getevals2 = __esm(() => {
76672
76666
  DataRagas$inboundSchema = objectType({
76673
76667
  _id: stringType(),
76674
76668
  description: stringType(),
76675
- created: stringType().default("2026-01-08T08:54:00.017Z"),
76676
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
76669
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
76670
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
76677
76671
  guardrail_config: unionType([
76678
76672
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
76679
76673
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -76692,8 +76686,8 @@ var init_getevals2 = __esm(() => {
76692
76686
  DataRagas$outboundSchema = objectType({
76693
76687
  id: stringType(),
76694
76688
  description: stringType(),
76695
- created: stringType().default("2026-01-08T08:54:00.017Z"),
76696
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
76689
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
76690
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
76697
76691
  guardrailConfig: unionType([
76698
76692
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
76699
76693
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -77048,8 +77042,8 @@ var init_getevals2 = __esm(() => {
77048
77042
  DataFunction$inboundSchema = objectType({
77049
77043
  _id: stringType(),
77050
77044
  description: stringType(),
77051
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77052
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77045
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77046
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77053
77047
  guardrail_config: unionType([
77054
77048
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
77055
77049
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -77100,8 +77094,8 @@ var init_getevals2 = __esm(() => {
77100
77094
  DataFunction$outboundSchema = objectType({
77101
77095
  id: stringType(),
77102
77096
  description: stringType(),
77103
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77104
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77097
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77098
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77105
77099
  guardrailConfig: unionType([
77106
77100
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
77107
77101
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -77204,8 +77198,8 @@ var init_getevals2 = __esm(() => {
77204
77198
  DataPython$inboundSchema = objectType({
77205
77199
  _id: stringType(),
77206
77200
  description: stringType(),
77207
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77208
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77201
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77202
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77209
77203
  guardrail_config: unionType([
77210
77204
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
77211
77205
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
@@ -77222,8 +77216,8 @@ var init_getevals2 = __esm(() => {
77222
77216
  DataPython$outboundSchema = objectType({
77223
77217
  id: stringType(),
77224
77218
  description: stringType(),
77225
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77226
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77219
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77220
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77227
77221
  guardrailConfig: unionType([
77228
77222
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
77229
77223
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
@@ -77294,8 +77288,8 @@ var init_getevals2 = __esm(() => {
77294
77288
  DataHTTP$inboundSchema = objectType({
77295
77289
  _id: stringType(),
77296
77290
  description: stringType(),
77297
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77298
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77291
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77292
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77299
77293
  guardrail_config: unionType([
77300
77294
  lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
77301
77295
  lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
@@ -77315,8 +77309,8 @@ var init_getevals2 = __esm(() => {
77315
77309
  DataHTTP$outboundSchema = objectType({
77316
77310
  id: stringType(),
77317
77311
  description: stringType(),
77318
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77319
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77312
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77313
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77320
77314
  guardrailConfig: unionType([
77321
77315
  lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
77322
77316
  lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
@@ -77388,8 +77382,8 @@ var init_getevals2 = __esm(() => {
77388
77382
  DataJSON$inboundSchema = objectType({
77389
77383
  _id: stringType(),
77390
77384
  description: stringType(),
77391
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77392
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77385
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77386
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77393
77387
  guardrail_config: unionType([
77394
77388
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
77395
77389
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
@@ -77406,8 +77400,8 @@ var init_getevals2 = __esm(() => {
77406
77400
  DataJSON$outboundSchema = objectType({
77407
77401
  id: stringType(),
77408
77402
  description: stringType(),
77409
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77410
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77403
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77404
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77411
77405
  guardrailConfig: unionType([
77412
77406
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
77413
77407
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
@@ -77476,8 +77470,8 @@ var init_getevals2 = __esm(() => {
77476
77470
  DataLLM$inboundSchema = objectType({
77477
77471
  _id: stringType(),
77478
77472
  description: stringType(),
77479
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77480
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77473
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77474
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77481
77475
  guardrail_config: unionType([
77482
77476
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
77483
77477
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -77495,8 +77489,8 @@ var init_getevals2 = __esm(() => {
77495
77489
  DataLLM$outboundSchema = objectType({
77496
77490
  id: stringType(),
77497
77491
  description: stringType(),
77498
- created: stringType().default("2026-01-08T08:54:00.017Z"),
77499
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
77492
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
77493
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
77500
77494
  guardrailConfig: unionType([
77501
77495
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
77502
77496
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -81271,7 +81265,7 @@ var init_listcontacts = __esm(() => {
81271
81265
  tags: arrayType(stringType()).optional(),
81272
81266
  metadata: recordType(anyType()).optional(),
81273
81267
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
81274
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2)),
81268
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2)),
81275
81269
  metrics: lazyType(() => ListContactsMetrics$inboundSchema)
81276
81270
  }).transform((v2) => {
81277
81271
  return remap(v2, {
@@ -81290,7 +81284,7 @@ var init_listcontacts = __esm(() => {
81290
81284
  tags: arrayType(stringType()).optional(),
81291
81285
  metadata: recordType(anyType()).optional(),
81292
81286
  created: dateType().transform((v2) => v2.toISOString()).optional(),
81293
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString()),
81287
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString()),
81294
81288
  metrics: lazyType(() => ListContactsMetrics$outboundSchema)
81295
81289
  }).transform((v2) => {
81296
81290
  return remap(v2, {
@@ -81746,7 +81740,7 @@ var init_listdatasetdatapoints = __esm(() => {
81746
81740
  human_review_id: stringType(),
81747
81741
  source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
81748
81742
  reviewed_by_id: stringType(),
81749
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.409Z").transform((v2) => new Date(v2)),
81743
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.731Z").transform((v2) => new Date(v2)),
81750
81744
  type: literalType("string_array"),
81751
81745
  values: arrayType(stringType())
81752
81746
  }).transform((v2) => {
@@ -81763,7 +81757,7 @@ var init_listdatasetdatapoints = __esm(() => {
81763
81757
  humanReviewId: stringType(),
81764
81758
  source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
81765
81759
  reviewedById: stringType(),
81766
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.409Z")).transform((v2) => v2.toISOString()),
81760
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.731Z")).transform((v2) => v2.toISOString()),
81767
81761
  type: literalType("string_array"),
81768
81762
  values: arrayType(stringType())
81769
81763
  }).transform((v2) => {
@@ -81784,7 +81778,7 @@ var init_listdatasetdatapoints = __esm(() => {
81784
81778
  human_review_id: stringType(),
81785
81779
  source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
81786
81780
  reviewed_by_id: stringType(),
81787
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.408Z").transform((v2) => new Date(v2)),
81781
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.731Z").transform((v2) => new Date(v2)),
81788
81782
  type: literalType("number"),
81789
81783
  value: numberType()
81790
81784
  }).transform((v2) => {
@@ -81801,7 +81795,7 @@ var init_listdatasetdatapoints = __esm(() => {
81801
81795
  humanReviewId: stringType(),
81802
81796
  source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
81803
81797
  reviewedById: stringType(),
81804
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.408Z")).transform((v2) => v2.toISOString()),
81798
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.731Z")).transform((v2) => v2.toISOString()),
81805
81799
  type: literalType("number"),
81806
81800
  value: numberType()
81807
81801
  }).transform((v2) => {
@@ -81822,7 +81816,7 @@ var init_listdatasetdatapoints = __esm(() => {
81822
81816
  human_review_id: stringType(),
81823
81817
  source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
81824
81818
  reviewed_by_id: stringType(),
81825
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.408Z").transform((v2) => new Date(v2)),
81819
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.731Z").transform((v2) => new Date(v2)),
81826
81820
  type: literalType("string"),
81827
81821
  value: stringType()
81828
81822
  }).transform((v2) => {
@@ -81839,7 +81833,7 @@ var init_listdatasetdatapoints = __esm(() => {
81839
81833
  humanReviewId: stringType(),
81840
81834
  source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
81841
81835
  reviewedById: stringType(),
81842
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.408Z")).transform((v2) => v2.toISOString()),
81836
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.731Z")).transform((v2) => v2.toISOString()),
81843
81837
  type: literalType("string"),
81844
81838
  value: stringType()
81845
81839
  }).transform((v2) => {
@@ -81882,7 +81876,7 @@ var init_listdatasetdatapoints = __esm(() => {
81882
81876
  created_by_id: stringType().optional(),
81883
81877
  updated_by_id: stringType().optional(),
81884
81878
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
81885
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
81879
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
81886
81880
  }).transform((v2) => {
81887
81881
  return remap(v2, {
81888
81882
  _id: "id",
@@ -81916,7 +81910,7 @@ var init_listdatasetdatapoints = __esm(() => {
81916
81910
  createdById: stringType().optional(),
81917
81911
  updatedById: stringType().optional(),
81918
81912
  created: dateType().transform((v2) => v2.toISOString()).optional(),
81919
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
81913
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
81920
81914
  }).transform((v2) => {
81921
81915
  return remap(v2, {
81922
81916
  id: "_id",
@@ -82005,7 +81999,7 @@ var init_listdatasets = __esm(() => {
82005
81999
  created_by_id: stringType().optional(),
82006
82000
  updated_by_id: stringType().optional(),
82007
82001
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
82008
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
82002
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
82009
82003
  }).transform((v2) => {
82010
82004
  return remap(v2, {
82011
82005
  _id: "id",
@@ -82025,7 +82019,7 @@ var init_listdatasets = __esm(() => {
82025
82019
  createdById: stringType().optional(),
82026
82020
  updatedById: stringType().optional(),
82027
82021
  created: dateType().transform((v2) => v2.toISOString()).optional(),
82028
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
82022
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
82029
82023
  }).transform((v2) => {
82030
82024
  return remap(v2, {
82031
82025
  id: "_id",
@@ -82106,7 +82100,7 @@ var init_listdatasources = __esm(() => {
82106
82100
  ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
82107
82101
  ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
82108
82102
  ListDatasourcesData$inboundSchema = objectType({
82109
- _id: stringType().default("01KEED0E54XFXTXXTPQ2EDS2J5"),
82103
+ _id: stringType().default("01KEH7ST4WPR6DM0NK73WAG1G6"),
82110
82104
  display_name: stringType(),
82111
82105
  description: stringType().optional(),
82112
82106
  status: ListDatasourcesStatus$inboundSchema,
@@ -82129,7 +82123,7 @@ var init_listdatasources = __esm(() => {
82129
82123
  });
82130
82124
  });
82131
82125
  ListDatasourcesData$outboundSchema = objectType({
82132
- id: stringType().default("01KEED0E54XFXTXXTPQ2EDS2J5"),
82126
+ id: stringType().default("01KEH7ST4WPR6DM0NK73WAG1G6"),
82133
82127
  displayName: stringType(),
82134
82128
  description: stringType().optional(),
82135
82129
  status: ListDatasourcesStatus$outboundSchema,
@@ -84341,7 +84335,7 @@ var init_retrievecontact2 = __esm(() => {
84341
84335
  tags: arrayType(stringType()).optional(),
84342
84336
  metadata: recordType(anyType()).optional(),
84343
84337
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
84344
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
84338
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
84345
84339
  }).transform((v2) => {
84346
84340
  return remap(v2, {
84347
84341
  _id: "id",
@@ -84359,7 +84353,7 @@ var init_retrievecontact2 = __esm(() => {
84359
84353
  tags: arrayType(stringType()).optional(),
84360
84354
  metadata: recordType(anyType()).optional(),
84361
84355
  created: dateType().transform((v2) => v2.toISOString()).optional(),
84362
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
84356
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
84363
84357
  }).transform((v2) => {
84364
84358
  return remap(v2, {
84365
84359
  id: "_id",
@@ -84403,7 +84397,7 @@ var init_retrieveconversation2 = __esm(() => {
84403
84397
  entityId: stringType().optional()
84404
84398
  });
84405
84399
  RetrieveConversationResponseBody$inboundSchema2 = objectType({
84406
- _id: stringType().default("conv_01keed0drkfmvk861b5hjrgw82"),
84400
+ _id: stringType().default("conv_01keh7ssqm60vwy9zh3jjw5akr"),
84407
84401
  entityId: stringType(),
84408
84402
  kind: RetrieveConversationKind$inboundSchema,
84409
84403
  displayName: stringType(),
@@ -84418,7 +84412,7 @@ var init_retrieveconversation2 = __esm(() => {
84418
84412
  });
84419
84413
  });
84420
84414
  RetrieveConversationResponseBody$outboundSchema2 = objectType({
84421
- id: stringType().default("conv_01keed0drkfmvk861b5hjrgw82"),
84415
+ id: stringType().default("conv_01keh7ssqm60vwy9zh3jjw5akr"),
84422
84416
  entityId: stringType(),
84423
84417
  kind: RetrieveConversationKind$outboundSchema,
84424
84418
  displayName: stringType(),
@@ -84808,7 +84802,7 @@ var init_retrievedatapoint = __esm(() => {
84808
84802
  human_review_id: stringType(),
84809
84803
  source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
84810
84804
  reviewed_by_id: stringType(),
84811
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.426Z").transform((v2) => new Date(v2)),
84805
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.742Z").transform((v2) => new Date(v2)),
84812
84806
  type: literalType("string_array"),
84813
84807
  values: arrayType(stringType())
84814
84808
  }).transform((v2) => {
@@ -84825,7 +84819,7 @@ var init_retrievedatapoint = __esm(() => {
84825
84819
  humanReviewId: stringType(),
84826
84820
  source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
84827
84821
  reviewedById: stringType(),
84828
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.426Z")).transform((v2) => v2.toISOString()),
84822
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.742Z")).transform((v2) => v2.toISOString()),
84829
84823
  type: literalType("string_array"),
84830
84824
  values: arrayType(stringType())
84831
84825
  }).transform((v2) => {
@@ -84846,7 +84840,7 @@ var init_retrievedatapoint = __esm(() => {
84846
84840
  human_review_id: stringType(),
84847
84841
  source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
84848
84842
  reviewed_by_id: stringType(),
84849
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.425Z").transform((v2) => new Date(v2)),
84843
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.742Z").transform((v2) => new Date(v2)),
84850
84844
  type: literalType("number"),
84851
84845
  value: numberType()
84852
84846
  }).transform((v2) => {
@@ -84863,7 +84857,7 @@ var init_retrievedatapoint = __esm(() => {
84863
84857
  humanReviewId: stringType(),
84864
84858
  source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
84865
84859
  reviewedById: stringType(),
84866
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.425Z")).transform((v2) => v2.toISOString()),
84860
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.742Z")).transform((v2) => v2.toISOString()),
84867
84861
  type: literalType("number"),
84868
84862
  value: numberType()
84869
84863
  }).transform((v2) => {
@@ -84884,7 +84878,7 @@ var init_retrievedatapoint = __esm(() => {
84884
84878
  human_review_id: stringType(),
84885
84879
  source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
84886
84880
  reviewed_by_id: stringType(),
84887
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.425Z").transform((v2) => new Date(v2)),
84881
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.741Z").transform((v2) => new Date(v2)),
84888
84882
  type: literalType("string"),
84889
84883
  value: stringType()
84890
84884
  }).transform((v2) => {
@@ -84901,7 +84895,7 @@ var init_retrievedatapoint = __esm(() => {
84901
84895
  humanReviewId: stringType(),
84902
84896
  source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
84903
84897
  reviewedById: stringType(),
84904
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.425Z")).transform((v2) => v2.toISOString()),
84898
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.741Z")).transform((v2) => v2.toISOString()),
84905
84899
  type: literalType("string"),
84906
84900
  value: stringType()
84907
84901
  }).transform((v2) => {
@@ -84944,7 +84938,7 @@ var init_retrievedatapoint = __esm(() => {
84944
84938
  created_by_id: stringType().optional(),
84945
84939
  updated_by_id: stringType().optional(),
84946
84940
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
84947
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
84941
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
84948
84942
  }).transform((v2) => {
84949
84943
  return remap(v2, {
84950
84944
  _id: "id",
@@ -84978,7 +84972,7 @@ var init_retrievedatapoint = __esm(() => {
84978
84972
  createdById: stringType().optional(),
84979
84973
  updatedById: stringType().optional(),
84980
84974
  created: dateType().transform((v2) => v2.toISOString()).optional(),
84981
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
84975
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
84982
84976
  }).transform((v2) => {
84983
84977
  return remap(v2, {
84984
84978
  id: "_id",
@@ -85038,7 +85032,7 @@ var init_retrievedataset = __esm(() => {
85038
85032
  created_by_id: stringType().optional(),
85039
85033
  updated_by_id: stringType().optional(),
85040
85034
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
85041
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
85035
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
85042
85036
  }).transform((v2) => {
85043
85037
  return remap(v2, {
85044
85038
  _id: "id",
@@ -85058,7 +85052,7 @@ var init_retrievedataset = __esm(() => {
85058
85052
  createdById: stringType().optional(),
85059
85053
  updatedById: stringType().optional(),
85060
85054
  created: dateType().transform((v2) => v2.toISOString()).optional(),
85061
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
85055
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
85062
85056
  }).transform((v2) => {
85063
85057
  return remap(v2, {
85064
85058
  id: "_id",
@@ -85104,7 +85098,7 @@ var init_retrievedatasource = __esm(() => {
85104
85098
  RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
85105
85099
  RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
85106
85100
  RetrieveDatasourceResponseBody$inboundSchema = objectType({
85107
- _id: stringType().default("01KEED0E56HK19S2RQB00XD40P"),
85101
+ _id: stringType().default("01KEH7ST4YDKHRM0J30Q4TJDBC"),
85108
85102
  display_name: stringType(),
85109
85103
  description: stringType().optional(),
85110
85104
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -85127,7 +85121,7 @@ var init_retrievedatasource = __esm(() => {
85127
85121
  });
85128
85122
  });
85129
85123
  RetrieveDatasourceResponseBody$outboundSchema = objectType({
85130
- id: stringType().default("01KEED0E56HK19S2RQB00XD40P"),
85124
+ id: stringType().default("01KEH7ST4YDKHRM0J30Q4TJDBC"),
85131
85125
  displayName: stringType(),
85132
85126
  description: stringType().optional(),
85133
85127
  status: RetrieveDatasourceStatus$outboundSchema,
@@ -85158,20 +85152,20 @@ var init_retrievememory = __esm(() => {
85158
85152
  init_primitives();
85159
85153
  RetrieveMemoryRequest$inboundSchema = objectType({
85160
85154
  memory_store_key: stringType(),
85161
- memory_id: stringType()
85155
+ memory_entity_id: stringType()
85162
85156
  }).transform((v2) => {
85163
85157
  return remap(v2, {
85164
85158
  memory_store_key: "memoryStoreKey",
85165
- memory_id: "memoryId"
85159
+ memory_entity_id: "memoryEntityId"
85166
85160
  });
85167
85161
  });
85168
85162
  RetrieveMemoryRequest$outboundSchema = objectType({
85169
85163
  memoryStoreKey: stringType(),
85170
- memoryId: stringType()
85164
+ memoryEntityId: stringType()
85171
85165
  }).transform((v2) => {
85172
85166
  return remap(v2, {
85173
85167
  memoryStoreKey: "memory_store_key",
85174
- memoryId: "memory_id"
85168
+ memoryEntityId: "memory_entity_id"
85175
85169
  });
85176
85170
  });
85177
85171
  RetrieveMemoryResponseBody$inboundSchema = objectType({
@@ -85182,7 +85176,6 @@ var init_retrievememory = __esm(() => {
85182
85176
  created_by_id: nullableType(stringType()).optional(),
85183
85177
  updated_by_id: nullableType(stringType()).optional(),
85184
85178
  store_id: stringType(),
85185
- metadata: recordType(stringType()),
85186
85179
  workspace_id: stringType(),
85187
85180
  documents_count: numberType()
85188
85181
  }).transform((v2) => {
@@ -85204,7 +85197,6 @@ var init_retrievememory = __esm(() => {
85204
85197
  createdById: nullableType(stringType()).optional(),
85205
85198
  updatedById: nullableType(stringType()).optional(),
85206
85199
  storeId: stringType(),
85207
- metadata: recordType(stringType()),
85208
85200
  workspaceId: stringType(),
85209
85201
  documentsCount: numberType()
85210
85202
  }).transform((v2) => {
@@ -85227,23 +85219,23 @@ var init_retrievememorydocument = __esm(() => {
85227
85219
  init_primitives();
85228
85220
  RetrieveMemoryDocumentRequest$inboundSchema = objectType({
85229
85221
  memory_store_key: stringType(),
85230
- memory_id: stringType(),
85222
+ memory_entity_id: stringType(),
85231
85223
  document_id: stringType()
85232
85224
  }).transform((v2) => {
85233
85225
  return remap(v2, {
85234
85226
  memory_store_key: "memoryStoreKey",
85235
- memory_id: "memoryId",
85227
+ memory_entity_id: "memoryEntityId",
85236
85228
  document_id: "documentId"
85237
85229
  });
85238
85230
  });
85239
85231
  RetrieveMemoryDocumentRequest$outboundSchema = objectType({
85240
85232
  memoryStoreKey: stringType(),
85241
- memoryId: stringType(),
85233
+ memoryEntityId: stringType(),
85242
85234
  documentId: stringType()
85243
85235
  }).transform((v2) => {
85244
85236
  return remap(v2, {
85245
85237
  memoryStoreKey: "memory_store_key",
85246
- memoryId: "memory_id",
85238
+ memoryEntityId: "memory_entity_id",
85247
85239
  documentId: "document_id"
85248
85240
  });
85249
85241
  });
@@ -85466,7 +85458,7 @@ var init_retrievetool = __esm(() => {
85466
85458
  code: stringType()
85467
85459
  });
85468
85460
  RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
85469
- _id: stringType().default("tool_01KEED0E218V8FX4RJW129A49S"),
85461
+ _id: stringType().default("tool_01KEH7ST0RT00J5A14RYK6S8PA"),
85470
85462
  path: stringType(),
85471
85463
  key: stringType(),
85472
85464
  display_name: stringType().optional(),
@@ -85494,7 +85486,7 @@ var init_retrievetool = __esm(() => {
85494
85486
  });
85495
85487
  });
85496
85488
  RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
85497
- id: stringType().default("tool_01KEED0E218V8FX4RJW129A49S"),
85489
+ id: stringType().default("tool_01KEH7ST0RT00J5A14RYK6S8PA"),
85498
85490
  path: stringType(),
85499
85491
  key: stringType(),
85500
85492
  displayName: stringType().optional(),
@@ -85544,13 +85536,13 @@ var init_retrievetool = __esm(() => {
85544
85536
  required: arrayType(stringType()).optional()
85545
85537
  });
85546
85538
  RetrieveToolResponseBodyTools$inboundSchema = objectType({
85547
- id: stringType().default("01KEED0E20R1HHRRB26AWE21XH"),
85539
+ id: stringType().default("01KEH7ST0Q0V55G3WARKDN4AHB"),
85548
85540
  name: stringType(),
85549
85541
  description: stringType().optional(),
85550
85542
  schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
85551
85543
  });
85552
85544
  RetrieveToolResponseBodyTools$outboundSchema = objectType({
85553
- id: stringType().default("01KEED0E20R1HHRRB26AWE21XH"),
85545
+ id: stringType().default("01KEH7ST0Q0V55G3WARKDN4AHB"),
85554
85546
  name: stringType(),
85555
85547
  description: stringType().optional(),
85556
85548
  schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
@@ -85580,7 +85572,7 @@ var init_retrievetool = __esm(() => {
85580
85572
  });
85581
85573
  });
85582
85574
  RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
85583
- _id: stringType().default("tool_01KEED0E1ZDZDW9S72XQNQCAVN"),
85575
+ _id: stringType().default("tool_01KEH7ST0PMQPM2BS0798J1765"),
85584
85576
  path: stringType(),
85585
85577
  key: stringType(),
85586
85578
  display_name: stringType().optional(),
@@ -85607,7 +85599,7 @@ var init_retrievetool = __esm(() => {
85607
85599
  });
85608
85600
  });
85609
85601
  RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
85610
- id: stringType().default("tool_01KEED0E1ZDZDW9S72XQNQCAVN"),
85602
+ id: stringType().default("tool_01KEH7ST0PMQPM2BS0798J1765"),
85611
85603
  path: stringType(),
85612
85604
  key: stringType(),
85613
85605
  displayName: stringType().optional(),
@@ -85694,7 +85686,7 @@ var init_retrievetool = __esm(() => {
85694
85686
  arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
85695
85687
  });
85696
85688
  RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
85697
- _id: stringType().default("tool_01KEED0E1XKNWFH1NK0740Z3G8"),
85689
+ _id: stringType().default("tool_01KEH7ST0MAXBFMWC0WK9KR40P"),
85698
85690
  path: stringType(),
85699
85691
  key: stringType(),
85700
85692
  display_name: stringType().optional(),
@@ -85721,7 +85713,7 @@ var init_retrievetool = __esm(() => {
85721
85713
  });
85722
85714
  });
85723
85715
  RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
85724
- id: stringType().default("tool_01KEED0E1XKNWFH1NK0740Z3G8"),
85716
+ id: stringType().default("tool_01KEH7ST0MAXBFMWC0WK9KR40P"),
85725
85717
  path: stringType(),
85726
85718
  key: stringType(),
85727
85719
  displayName: stringType().optional(),
@@ -85780,7 +85772,7 @@ var init_retrievetool = __esm(() => {
85780
85772
  strict: booleanType().optional()
85781
85773
  });
85782
85774
  RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
85783
- _id: stringType().default("tool_01KEED0E1WS1DSZB8DVMMVKCQM"),
85775
+ _id: stringType().default("tool_01KEH7ST0KZBK1V9BXVKKZZ3S2"),
85784
85776
  path: stringType(),
85785
85777
  key: stringType(),
85786
85778
  display_name: stringType().optional(),
@@ -85808,7 +85800,7 @@ var init_retrievetool = __esm(() => {
85808
85800
  });
85809
85801
  });
85810
85802
  RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
85811
- id: stringType().default("tool_01KEED0E1WS1DSZB8DVMMVKCQM"),
85803
+ id: stringType().default("tool_01KEH7ST0KZBK1V9BXVKKZZ3S2"),
85812
85804
  path: stringType(),
85813
85805
  key: stringType(),
85814
85806
  displayName: stringType().optional(),
@@ -85870,7 +85862,7 @@ var init_retrievetool = __esm(() => {
85870
85862
  parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
85871
85863
  });
85872
85864
  RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
85873
- _id: stringType().default("tool_01KEED0E1VS9ESVBHP7J1S45NG"),
85865
+ _id: stringType().default("tool_01KEH7ST0HJ6W65SM7GC4V7GTC"),
85874
85866
  path: stringType(),
85875
85867
  key: stringType(),
85876
85868
  display_name: stringType().optional(),
@@ -85897,7 +85889,7 @@ var init_retrievetool = __esm(() => {
85897
85889
  });
85898
85890
  });
85899
85891
  RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
85900
- id: stringType().default("tool_01KEED0E1VS9ESVBHP7J1S45NG"),
85892
+ id: stringType().default("tool_01KEH7ST0HJ6W65SM7GC4V7GTC"),
85901
85893
  path: stringType(),
85902
85894
  key: stringType(),
85903
85895
  displayName: stringType().optional(),
@@ -86761,13 +86753,13 @@ var init_runagent = __esm(() => {
86761
86753
  required: arrayType(stringType()).optional()
86762
86754
  });
86763
86755
  Tools$inboundSchema2 = objectType({
86764
- id: stringType().default("01KEED0DMJZAWC0CBRNPH4AA8C"),
86756
+ id: stringType().default("01KEH7SSKW4P3C4K5EP4YWSRB1"),
86765
86757
  name: stringType(),
86766
86758
  description: stringType().optional(),
86767
86759
  schema: lazyType(() => Schema$inboundSchema)
86768
86760
  });
86769
86761
  Tools$outboundSchema2 = objectType({
86770
- id: stringType().default("01KEED0DMJZAWC0CBRNPH4AA8C"),
86762
+ id: stringType().default("01KEH7SSKW4P3C4K5EP4YWSRB1"),
86771
86763
  name: stringType(),
86772
86764
  description: stringType().optional(),
86773
86765
  schema: lazyType(() => Schema$outboundSchema)
@@ -89057,13 +89049,13 @@ var init_streamrunagent2 = __esm(() => {
89057
89049
  required: arrayType(stringType()).optional()
89058
89050
  });
89059
89051
  AgentToolInputRunTools$inboundSchema = objectType({
89060
- id: stringType().default("01KEED0DPDD7WQ0N8170JXFG8X"),
89052
+ id: stringType().default("01KEH7SSNFYG5M9GWH18KG53WE"),
89061
89053
  name: stringType(),
89062
89054
  description: stringType().optional(),
89063
89055
  schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
89064
89056
  });
89065
89057
  AgentToolInputRunTools$outboundSchema = objectType({
89066
- id: stringType().default("01KEED0DPDD7WQ0N8170JXFG8X"),
89058
+ id: stringType().default("01KEH7SSNFYG5M9GWH18KG53WE"),
89067
89059
  name: stringType(),
89068
89060
  description: stringType().optional(),
89069
89061
  schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
@@ -92050,7 +92042,7 @@ var init_updatecontact2 = __esm(() => {
92050
92042
  tags: arrayType(stringType()).optional(),
92051
92043
  metadata: recordType(anyType()).optional(),
92052
92044
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
92053
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
92045
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
92054
92046
  }).transform((v2) => {
92055
92047
  return remap(v2, {
92056
92048
  _id: "id",
@@ -92068,7 +92060,7 @@ var init_updatecontact2 = __esm(() => {
92068
92060
  tags: arrayType(stringType()).optional(),
92069
92061
  metadata: recordType(anyType()).optional(),
92070
92062
  created: dateType().transform((v2) => v2.toISOString()).optional(),
92071
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
92063
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
92072
92064
  }).transform((v2) => {
92073
92065
  return remap(v2, {
92074
92066
  id: "_id",
@@ -92132,7 +92124,7 @@ var init_updateconversation2 = __esm(() => {
92132
92124
  entityId: stringType().optional()
92133
92125
  });
92134
92126
  UpdateConversationResponseBody$inboundSchema2 = objectType({
92135
- _id: stringType().default("conv_01keed0drn2tw8x38684m9cbpp"),
92127
+ _id: stringType().default("conv_01keh7ssqpg71gpmmzbrm7n0sf"),
92136
92128
  entityId: stringType(),
92137
92129
  kind: UpdateConversationKind$inboundSchema,
92138
92130
  displayName: stringType(),
@@ -92147,7 +92139,7 @@ var init_updateconversation2 = __esm(() => {
92147
92139
  });
92148
92140
  });
92149
92141
  UpdateConversationResponseBody$outboundSchema2 = objectType({
92150
- id: stringType().default("conv_01keed0drn2tw8x38684m9cbpp"),
92142
+ id: stringType().default("conv_01keh7ssqpg71gpmmzbrm7n0sf"),
92151
92143
  entityId: stringType(),
92152
92144
  kind: UpdateConversationKind$outboundSchema,
92153
92145
  displayName: stringType(),
@@ -92890,7 +92882,7 @@ var init_updatedatapoint = __esm(() => {
92890
92882
  human_review_id: stringType(),
92891
92883
  source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
92892
92884
  reviewed_by_id: stringType(),
92893
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.486Z").transform((v2) => new Date(v2)),
92885
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.805Z").transform((v2) => new Date(v2)),
92894
92886
  type: literalType("string_array"),
92895
92887
  values: arrayType(stringType())
92896
92888
  }).transform((v2) => {
@@ -92907,7 +92899,7 @@ var init_updatedatapoint = __esm(() => {
92907
92899
  humanReviewId: stringType(),
92908
92900
  source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
92909
92901
  reviewedById: stringType(),
92910
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.486Z")).transform((v2) => v2.toISOString()),
92902
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.805Z")).transform((v2) => v2.toISOString()),
92911
92903
  type: literalType("string_array"),
92912
92904
  values: arrayType(stringType())
92913
92905
  }).transform((v2) => {
@@ -92928,7 +92920,7 @@ var init_updatedatapoint = __esm(() => {
92928
92920
  human_review_id: stringType(),
92929
92921
  source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
92930
92922
  reviewed_by_id: stringType(),
92931
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.485Z").transform((v2) => new Date(v2)),
92923
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.804Z").transform((v2) => new Date(v2)),
92932
92924
  type: literalType("number"),
92933
92925
  value: numberType()
92934
92926
  }).transform((v2) => {
@@ -92945,7 +92937,7 @@ var init_updatedatapoint = __esm(() => {
92945
92937
  humanReviewId: stringType(),
92946
92938
  source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
92947
92939
  reviewedById: stringType(),
92948
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.485Z")).transform((v2) => v2.toISOString()),
92940
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.804Z")).transform((v2) => v2.toISOString()),
92949
92941
  type: literalType("number"),
92950
92942
  value: numberType()
92951
92943
  }).transform((v2) => {
@@ -92966,7 +92958,7 @@ var init_updatedatapoint = __esm(() => {
92966
92958
  human_review_id: stringType(),
92967
92959
  source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
92968
92960
  reviewed_by_id: stringType(),
92969
- reviewed_at: stringType().datetime({ offset: true }).default("2026-01-08T08:54:10.484Z").transform((v2) => new Date(v2)),
92961
+ reviewed_at: stringType().datetime({ offset: true }).default("2026-01-09T11:20:53.803Z").transform((v2) => new Date(v2)),
92970
92962
  type: literalType("string"),
92971
92963
  value: stringType()
92972
92964
  }).transform((v2) => {
@@ -92983,7 +92975,7 @@ var init_updatedatapoint = __esm(() => {
92983
92975
  humanReviewId: stringType(),
92984
92976
  source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
92985
92977
  reviewedById: stringType(),
92986
- reviewedAt: dateType().default(() => new Date("2026-01-08T08:54:10.484Z")).transform((v2) => v2.toISOString()),
92978
+ reviewedAt: dateType().default(() => new Date("2026-01-09T11:20:53.803Z")).transform((v2) => v2.toISOString()),
92987
92979
  type: literalType("string"),
92988
92980
  value: stringType()
92989
92981
  }).transform((v2) => {
@@ -93026,7 +93018,7 @@ var init_updatedatapoint = __esm(() => {
93026
93018
  created_by_id: stringType().optional(),
93027
93019
  updated_by_id: stringType().optional(),
93028
93020
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
93029
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
93021
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
93030
93022
  }).transform((v2) => {
93031
93023
  return remap(v2, {
93032
93024
  _id: "id",
@@ -93060,7 +93052,7 @@ var init_updatedatapoint = __esm(() => {
93060
93052
  createdById: stringType().optional(),
93061
93053
  updatedById: stringType().optional(),
93062
93054
  created: dateType().transform((v2) => v2.toISOString()).optional(),
93063
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
93055
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
93064
93056
  }).transform((v2) => {
93065
93057
  return remap(v2, {
93066
93058
  id: "_id",
@@ -93144,7 +93136,7 @@ var init_updatedataset = __esm(() => {
93144
93136
  created_by_id: stringType().optional(),
93145
93137
  updated_by_id: stringType().optional(),
93146
93138
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
93147
- updated: stringType().datetime({ offset: true }).default("2026-01-08T08:53:57.538Z").transform((v2) => new Date(v2))
93139
+ updated: stringType().datetime({ offset: true }).default("2026-01-09T11:20:41.257Z").transform((v2) => new Date(v2))
93148
93140
  }).transform((v2) => {
93149
93141
  return remap(v2, {
93150
93142
  _id: "id",
@@ -93164,7 +93156,7 @@ var init_updatedataset = __esm(() => {
93164
93156
  createdById: stringType().optional(),
93165
93157
  updatedById: stringType().optional(),
93166
93158
  created: dateType().transform((v2) => v2.toISOString()).optional(),
93167
- updated: dateType().default(() => new Date("2026-01-08T08:53:57.538Z")).transform((v2) => v2.toISOString())
93159
+ updated: dateType().default(() => new Date("2026-01-09T11:20:41.257Z")).transform((v2) => v2.toISOString())
93168
93160
  }).transform((v2) => {
93169
93161
  return remap(v2, {
93170
93162
  id: "_id",
@@ -93228,7 +93220,7 @@ var init_updatedatasource = __esm(() => {
93228
93220
  UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
93229
93221
  UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
93230
93222
  UpdateDatasourceResponseBody$inboundSchema = objectType({
93231
- _id: stringType().default("01KEED0E59Q0CWNEYJEY91KAK0"),
93223
+ _id: stringType().default("01KEH7ST51HSEG4NP5XKVJB5HQ"),
93232
93224
  display_name: stringType(),
93233
93225
  description: stringType().optional(),
93234
93226
  status: UpdateDatasourceStatus$inboundSchema,
@@ -93251,7 +93243,7 @@ var init_updatedatasource = __esm(() => {
93251
93243
  });
93252
93244
  });
93253
93245
  UpdateDatasourceResponseBody$outboundSchema = objectType({
93254
- id: stringType().default("01KEED0E59Q0CWNEYJEY91KAK0"),
93246
+ id: stringType().default("01KEH7ST51HSEG4NP5XKVJB5HQ"),
93255
93247
  displayName: stringType(),
93256
93248
  description: stringType().optional(),
93257
93249
  status: UpdateDatasourceStatus$outboundSchema,
@@ -93864,8 +93856,8 @@ var init_updateeval2 = __esm(() => {
93864
93856
  ResponseBodyTypescript$inboundSchema = objectType({
93865
93857
  _id: stringType(),
93866
93858
  description: stringType(),
93867
- created: stringType().default("2026-01-08T08:54:00.017Z"),
93868
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
93859
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
93860
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
93869
93861
  guardrail_config: unionType([
93870
93862
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
93871
93863
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
@@ -93882,8 +93874,8 @@ var init_updateeval2 = __esm(() => {
93882
93874
  ResponseBodyTypescript$outboundSchema = objectType({
93883
93875
  id: stringType(),
93884
93876
  description: stringType(),
93885
- created: stringType().default("2026-01-08T08:54:00.017Z"),
93886
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
93877
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
93878
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
93887
93879
  guardrailConfig: unionType([
93888
93880
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
93889
93881
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
@@ -93954,8 +93946,8 @@ var init_updateeval2 = __esm(() => {
93954
93946
  ResponseBodyRagas$inboundSchema = objectType({
93955
93947
  _id: stringType(),
93956
93948
  description: stringType(),
93957
- created: stringType().default("2026-01-08T08:54:00.017Z"),
93958
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
93949
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
93950
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
93959
93951
  guardrail_config: unionType([
93960
93952
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
93961
93953
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
@@ -93974,8 +93966,8 @@ var init_updateeval2 = __esm(() => {
93974
93966
  ResponseBodyRagas$outboundSchema = objectType({
93975
93967
  id: stringType(),
93976
93968
  description: stringType(),
93977
- created: stringType().default("2026-01-08T08:54:00.017Z"),
93978
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
93969
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
93970
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
93979
93971
  guardrailConfig: unionType([
93980
93972
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
93981
93973
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
@@ -94330,8 +94322,8 @@ var init_updateeval2 = __esm(() => {
94330
94322
  ResponseBodyFunction$inboundSchema = objectType({
94331
94323
  _id: stringType(),
94332
94324
  description: stringType(),
94333
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94334
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94325
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94326
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94335
94327
  guardrail_config: unionType([
94336
94328
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
94337
94329
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
@@ -94382,8 +94374,8 @@ var init_updateeval2 = __esm(() => {
94382
94374
  ResponseBodyFunction$outboundSchema = objectType({
94383
94375
  id: stringType(),
94384
94376
  description: stringType(),
94385
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94386
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94377
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94378
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94387
94379
  guardrailConfig: unionType([
94388
94380
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
94389
94381
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
@@ -94486,8 +94478,8 @@ var init_updateeval2 = __esm(() => {
94486
94478
  UpdateEvalResponseBodyPython$inboundSchema = objectType({
94487
94479
  _id: stringType(),
94488
94480
  description: stringType(),
94489
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94490
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94481
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94482
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94491
94483
  guardrail_config: unionType([
94492
94484
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
94493
94485
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -94504,8 +94496,8 @@ var init_updateeval2 = __esm(() => {
94504
94496
  UpdateEvalResponseBodyPython$outboundSchema = objectType({
94505
94497
  id: stringType(),
94506
94498
  description: stringType(),
94507
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94508
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94499
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94500
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94509
94501
  guardrailConfig: unionType([
94510
94502
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
94511
94503
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -94576,8 +94568,8 @@ var init_updateeval2 = __esm(() => {
94576
94568
  UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
94577
94569
  _id: stringType(),
94578
94570
  description: stringType(),
94579
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94580
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94571
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94572
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94581
94573
  guardrail_config: unionType([
94582
94574
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
94583
94575
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -94597,8 +94589,8 @@ var init_updateeval2 = __esm(() => {
94597
94589
  UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
94598
94590
  id: stringType(),
94599
94591
  description: stringType(),
94600
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94601
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94592
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94593
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94602
94594
  guardrailConfig: unionType([
94603
94595
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
94604
94596
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -94670,8 +94662,8 @@ var init_updateeval2 = __esm(() => {
94670
94662
  UpdateEvalResponseBodyJSON$inboundSchema = objectType({
94671
94663
  _id: stringType(),
94672
94664
  description: stringType(),
94673
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94674
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94665
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94666
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94675
94667
  guardrail_config: unionType([
94676
94668
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
94677
94669
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -94688,8 +94680,8 @@ var init_updateeval2 = __esm(() => {
94688
94680
  UpdateEvalResponseBodyJSON$outboundSchema = objectType({
94689
94681
  id: stringType(),
94690
94682
  description: stringType(),
94691
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94692
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94683
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94684
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94693
94685
  guardrailConfig: unionType([
94694
94686
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
94695
94687
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -94758,8 +94750,8 @@ var init_updateeval2 = __esm(() => {
94758
94750
  UpdateEvalResponseBodyLLM$inboundSchema = objectType({
94759
94751
  _id: stringType(),
94760
94752
  description: stringType(),
94761
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94762
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94753
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94754
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94763
94755
  guardrail_config: unionType([
94764
94756
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
94765
94757
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -94777,8 +94769,8 @@ var init_updateeval2 = __esm(() => {
94777
94769
  UpdateEvalResponseBodyLLM$outboundSchema = objectType({
94778
94770
  id: stringType(),
94779
94771
  description: stringType(),
94780
- created: stringType().default("2026-01-08T08:54:00.017Z"),
94781
- updated: stringType().default("2026-01-08T08:54:00.017Z"),
94772
+ created: stringType().default("2026-01-09T11:20:43.618Z"),
94773
+ updated: stringType().default("2026-01-09T11:20:43.618Z"),
94782
94774
  guardrailConfig: unionType([
94783
94775
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
94784
94776
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -95290,40 +95282,30 @@ var init_updatememory = __esm(() => {
95290
95282
  init_esm();
95291
95283
  init_primitives();
95292
95284
  UpdateMemoryRequestBody$inboundSchema = objectType({
95293
- entity_id: stringType(),
95294
95285
  metadata: recordType(stringType()).optional()
95295
- }).transform((v2) => {
95296
- return remap(v2, {
95297
- entity_id: "entityId"
95298
- });
95299
95286
  });
95300
95287
  UpdateMemoryRequestBody$outboundSchema = objectType({
95301
- entityId: stringType(),
95302
95288
  metadata: recordType(stringType()).optional()
95303
- }).transform((v2) => {
95304
- return remap(v2, {
95305
- entityId: "entity_id"
95306
- });
95307
95289
  });
95308
95290
  UpdateMemoryRequest$inboundSchema = objectType({
95309
95291
  memory_store_key: stringType(),
95310
- memory_id: stringType(),
95292
+ memory_entity_id: stringType(),
95311
95293
  RequestBody: lazyType(() => UpdateMemoryRequestBody$inboundSchema).optional()
95312
95294
  }).transform((v2) => {
95313
95295
  return remap(v2, {
95314
95296
  memory_store_key: "memoryStoreKey",
95315
- memory_id: "memoryId",
95297
+ memory_entity_id: "memoryEntityId",
95316
95298
  RequestBody: "requestBody"
95317
95299
  });
95318
95300
  });
95319
95301
  UpdateMemoryRequest$outboundSchema = objectType({
95320
95302
  memoryStoreKey: stringType(),
95321
- memoryId: stringType(),
95303
+ memoryEntityId: stringType(),
95322
95304
  requestBody: lazyType(() => UpdateMemoryRequestBody$outboundSchema).optional()
95323
95305
  }).transform((v2) => {
95324
95306
  return remap(v2, {
95325
95307
  memoryStoreKey: "memory_store_key",
95326
- memoryId: "memory_id",
95308
+ memoryEntityId: "memory_entity_id",
95327
95309
  requestBody: "RequestBody"
95328
95310
  });
95329
95311
  });
@@ -95335,7 +95317,6 @@ var init_updatememory = __esm(() => {
95335
95317
  created_by_id: nullableType(stringType()).optional(),
95336
95318
  updated_by_id: nullableType(stringType()).optional(),
95337
95319
  store_id: stringType(),
95338
- metadata: recordType(stringType()),
95339
95320
  workspace_id: stringType(),
95340
95321
  documents_count: numberType()
95341
95322
  }).transform((v2) => {
@@ -95357,7 +95338,6 @@ var init_updatememory = __esm(() => {
95357
95338
  createdById: nullableType(stringType()).optional(),
95358
95339
  updatedById: nullableType(stringType()).optional(),
95359
95340
  storeId: stringType(),
95360
- metadata: recordType(stringType()),
95361
95341
  workspaceId: stringType(),
95362
95342
  documentsCount: numberType()
95363
95343
  }).transform((v2) => {
@@ -95388,26 +95368,26 @@ var init_updatememorydocument = __esm(() => {
95388
95368
  });
95389
95369
  UpdateMemoryDocumentRequest$inboundSchema = objectType({
95390
95370
  memory_store_key: stringType(),
95391
- memory_id: stringType(),
95371
+ memory_entity_id: stringType(),
95392
95372
  document_id: stringType(),
95393
95373
  RequestBody: lazyType(() => UpdateMemoryDocumentRequestBody$inboundSchema).optional()
95394
95374
  }).transform((v2) => {
95395
95375
  return remap(v2, {
95396
95376
  memory_store_key: "memoryStoreKey",
95397
- memory_id: "memoryId",
95377
+ memory_entity_id: "memoryEntityId",
95398
95378
  document_id: "documentId",
95399
95379
  RequestBody: "requestBody"
95400
95380
  });
95401
95381
  });
95402
95382
  UpdateMemoryDocumentRequest$outboundSchema = objectType({
95403
95383
  memoryStoreKey: stringType(),
95404
- memoryId: stringType(),
95384
+ memoryEntityId: stringType(),
95405
95385
  documentId: stringType(),
95406
95386
  requestBody: lazyType(() => UpdateMemoryDocumentRequestBody$outboundSchema).optional()
95407
95387
  }).transform((v2) => {
95408
95388
  return remap(v2, {
95409
95389
  memoryStoreKey: "memory_store_key",
95410
- memoryId: "memory_id",
95390
+ memoryEntityId: "memory_entity_id",
95411
95391
  documentId: "document_id",
95412
95392
  requestBody: "RequestBody"
95413
95393
  });
@@ -97296,13 +97276,13 @@ var init_updatetool2 = __esm(() => {
97296
97276
  required: arrayType(stringType()).optional()
97297
97277
  });
97298
97278
  RequestBodyTools$inboundSchema = objectType({
97299
- id: stringType().default("01KEED0E1DWG7G0S2Z3VD563KF"),
97279
+ id: stringType().default("01KEH7ST049G76CJF09160S597"),
97300
97280
  name: stringType(),
97301
97281
  description: stringType().optional(),
97302
97282
  schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
97303
97283
  });
97304
97284
  RequestBodyTools$outboundSchema = objectType({
97305
- id: stringType().default("01KEED0E1DWG7G0S2Z3VD563KF"),
97285
+ id: stringType().default("01KEH7ST049G76CJF09160S597"),
97306
97286
  name: stringType(),
97307
97287
  description: stringType().optional(),
97308
97288
  schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
@@ -97642,7 +97622,7 @@ var init_updatetool2 = __esm(() => {
97642
97622
  code: stringType()
97643
97623
  });
97644
97624
  UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
97645
- _id: stringType().default("tool_01KEED0E17GY6C49CRHMVX536M"),
97625
+ _id: stringType().default("tool_01KEH7SSZYJ8K8XY2WG2HPR7AT"),
97646
97626
  path: stringType(),
97647
97627
  key: stringType(),
97648
97628
  display_name: stringType().optional(),
@@ -97670,7 +97650,7 @@ var init_updatetool2 = __esm(() => {
97670
97650
  });
97671
97651
  });
97672
97652
  UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
97673
- id: stringType().default("tool_01KEED0E17GY6C49CRHMVX536M"),
97653
+ id: stringType().default("tool_01KEH7SSZYJ8K8XY2WG2HPR7AT"),
97674
97654
  path: stringType(),
97675
97655
  key: stringType(),
97676
97656
  displayName: stringType().optional(),
@@ -97720,13 +97700,13 @@ var init_updatetool2 = __esm(() => {
97720
97700
  required: arrayType(stringType()).optional()
97721
97701
  });
97722
97702
  UpdateToolResponseBodyTools$inboundSchema = objectType({
97723
- id: stringType().default("01KEED0E16SPV8BKT9605H4QFH"),
97703
+ id: stringType().default("01KEH7SSZX8H5ETJFJ344442ZS"),
97724
97704
  name: stringType(),
97725
97705
  description: stringType().optional(),
97726
97706
  schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
97727
97707
  });
97728
97708
  UpdateToolResponseBodyTools$outboundSchema = objectType({
97729
- id: stringType().default("01KEED0E16SPV8BKT9605H4QFH"),
97709
+ id: stringType().default("01KEH7SSZX8H5ETJFJ344442ZS"),
97730
97710
  name: stringType(),
97731
97711
  description: stringType().optional(),
97732
97712
  schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
@@ -97756,7 +97736,7 @@ var init_updatetool2 = __esm(() => {
97756
97736
  });
97757
97737
  });
97758
97738
  UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
97759
- _id: stringType().default("tool_01KEED0E15CK12B2T6ZC9XWAQV"),
97739
+ _id: stringType().default("tool_01KEH7SSZVC409NHWESXSSPV3V"),
97760
97740
  path: stringType(),
97761
97741
  key: stringType(),
97762
97742
  display_name: stringType().optional(),
@@ -97783,7 +97763,7 @@ var init_updatetool2 = __esm(() => {
97783
97763
  });
97784
97764
  });
97785
97765
  UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
97786
- id: stringType().default("tool_01KEED0E15CK12B2T6ZC9XWAQV"),
97766
+ id: stringType().default("tool_01KEH7SSZVC409NHWESXSSPV3V"),
97787
97767
  path: stringType(),
97788
97768
  key: stringType(),
97789
97769
  displayName: stringType().optional(),
@@ -97870,7 +97850,7 @@ var init_updatetool2 = __esm(() => {
97870
97850
  arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
97871
97851
  });
97872
97852
  UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
97873
- _id: stringType().default("tool_01KEED0E13C20FXSPG4Z6MT8HG"),
97853
+ _id: stringType().default("tool_01KEH7SSZR8FA2FPAPH2X1H2DQ"),
97874
97854
  path: stringType(),
97875
97855
  key: stringType(),
97876
97856
  display_name: stringType().optional(),
@@ -97897,7 +97877,7 @@ var init_updatetool2 = __esm(() => {
97897
97877
  });
97898
97878
  });
97899
97879
  UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
97900
- id: stringType().default("tool_01KEED0E13C20FXSPG4Z6MT8HG"),
97880
+ id: stringType().default("tool_01KEH7SSZR8FA2FPAPH2X1H2DQ"),
97901
97881
  path: stringType(),
97902
97882
  key: stringType(),
97903
97883
  displayName: stringType().optional(),
@@ -97956,7 +97936,7 @@ var init_updatetool2 = __esm(() => {
97956
97936
  strict: booleanType().optional()
97957
97937
  });
97958
97938
  UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
97959
- _id: stringType().default("tool_01KEED0E12PRZM66TE43N1CE66"),
97939
+ _id: stringType().default("tool_01KEH7SSZP5GQE56RGVB5FZAS4"),
97960
97940
  path: stringType(),
97961
97941
  key: stringType(),
97962
97942
  display_name: stringType().optional(),
@@ -97984,7 +97964,7 @@ var init_updatetool2 = __esm(() => {
97984
97964
  });
97985
97965
  });
97986
97966
  UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
97987
- id: stringType().default("tool_01KEED0E12PRZM66TE43N1CE66"),
97967
+ id: stringType().default("tool_01KEH7SSZP5GQE56RGVB5FZAS4"),
97988
97968
  path: stringType(),
97989
97969
  key: stringType(),
97990
97970
  displayName: stringType().optional(),
@@ -98046,7 +98026,7 @@ var init_updatetool2 = __esm(() => {
98046
98026
  parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
98047
98027
  });
98048
98028
  UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
98049
- _id: stringType().default("tool_01KEED0E10ETAJ01MH8A5JPJC2"),
98029
+ _id: stringType().default("tool_01KEH7SSZKY3WN1G84YWJQCMW2"),
98050
98030
  path: stringType(),
98051
98031
  key: stringType(),
98052
98032
  display_name: stringType().optional(),
@@ -98073,7 +98053,7 @@ var init_updatetool2 = __esm(() => {
98073
98053
  });
98074
98054
  });
98075
98055
  UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
98076
- id: stringType().default("tool_01KEED0E10ETAJ01MH8A5JPJC2"),
98056
+ id: stringType().default("tool_01KEH7SSZKY3WN1G84YWJQCMW2"),
98077
98057
  path: stringType(),
98078
98058
  key: stringType(),
98079
98059
  displayName: stringType().optional(),
@@ -105843,13 +105823,10 @@ async function $do71(client, request, options) {
105843
105823
  const payload = parsed.value;
105844
105824
  const body = encodeJSON("body", payload.RequestBody, { explode: true });
105845
105825
  const pathParams = {
105846
- memory_id: encodeSimple("memory_id", payload.memory_id, {
105847
- explode: false,
105848
- charEncoding: "percent"
105849
- }),
105826
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
105850
105827
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
105851
105828
  };
105852
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}/documents")(pathParams);
105829
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}/documents")(pathParams);
105853
105830
  const headers = new Headers(compactMap({
105854
105831
  "Content-Type": "application/json",
105855
105832
  Accept: "application/json"
@@ -106156,13 +106133,10 @@ async function $do74(client, request, options) {
106156
106133
  explode: false,
106157
106134
  charEncoding: "percent"
106158
106135
  }),
106159
- memory_id: encodeSimple("memory_id", payload.memory_id, {
106160
- explode: false,
106161
- charEncoding: "percent"
106162
- }),
106136
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
106163
106137
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
106164
106138
  };
106165
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}/documents/{document_id}")(pathParams);
106139
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}/documents/{document_id}")(pathParams);
106166
106140
  const headers = new Headers(compactMap({
106167
106141
  Accept: "*/*"
106168
106142
  }));
@@ -106266,13 +106240,10 @@ async function $do75(client, request, options) {
106266
106240
  const payload = parsed.value;
106267
106241
  const body = null;
106268
106242
  const pathParams = {
106269
- memory_id: encodeSimple("memory_id", payload.memory_id, {
106270
- explode: false,
106271
- charEncoding: "percent"
106272
- }),
106243
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
106273
106244
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
106274
106245
  };
106275
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}")(pathParams);
106246
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}")(pathParams);
106276
106247
  const headers = new Headers(compactMap({
106277
106248
  Accept: "*/*"
106278
106249
  }));
@@ -106484,13 +106455,10 @@ async function $do77(client, request, options) {
106484
106455
  const payload = parsed.value;
106485
106456
  const body = null;
106486
106457
  const pathParams = {
106487
- memory_id: encodeSimple("memory_id", payload.memory_id, {
106488
- explode: false,
106489
- charEncoding: "percent"
106490
- }),
106458
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
106491
106459
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
106492
106460
  };
106493
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}/documents")(pathParams);
106461
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}/documents")(pathParams);
106494
106462
  const query = encodeFormQuery({
106495
106463
  ending_before: payload.ending_before,
106496
106464
  limit: payload.limit,
@@ -106814,13 +106782,10 @@ async function $do80(client, request, options) {
106814
106782
  explode: false,
106815
106783
  charEncoding: "percent"
106816
106784
  }),
106817
- memory_id: encodeSimple("memory_id", payload.memory_id, {
106818
- explode: false,
106819
- charEncoding: "percent"
106820
- }),
106785
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
106821
106786
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
106822
106787
  };
106823
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}/documents/{document_id}")(pathParams);
106788
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}/documents/{document_id}")(pathParams);
106824
106789
  const headers = new Headers(compactMap({
106825
106790
  Accept: "application/json"
106826
106791
  }));
@@ -106919,13 +106884,10 @@ async function $do81(client, request, options) {
106919
106884
  const payload = parsed.value;
106920
106885
  const body = null;
106921
106886
  const pathParams = {
106922
- memory_id: encodeSimple("memory_id", payload.memory_id, {
106923
- explode: false,
106924
- charEncoding: "percent"
106925
- }),
106887
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
106926
106888
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
106927
106889
  };
106928
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}")(pathParams);
106890
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}")(pathParams);
106929
106891
  const headers = new Headers(compactMap({
106930
106892
  Accept: "application/json"
106931
106893
  }));
@@ -107130,13 +107092,10 @@ async function $do83(client, request, options) {
107130
107092
  explode: false,
107131
107093
  charEncoding: "percent"
107132
107094
  }),
107133
- memory_id: encodeSimple("memory_id", payload.memory_id, {
107134
- explode: false,
107135
- charEncoding: "percent"
107136
- }),
107095
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
107137
107096
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
107138
107097
  };
107139
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}/documents/{document_id}")(pathParams);
107098
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}/documents/{document_id}")(pathParams);
107140
107099
  const headers = new Headers(compactMap({
107141
107100
  "Content-Type": "application/json",
107142
107101
  Accept: "application/json"
@@ -107236,13 +107195,10 @@ async function $do84(client, request, options) {
107236
107195
  const payload = parsed.value;
107237
107196
  const body = encodeJSON("body", payload.RequestBody, { explode: true });
107238
107197
  const pathParams = {
107239
- memory_id: encodeSimple("memory_id", payload.memory_id, {
107240
- explode: false,
107241
- charEncoding: "percent"
107242
- }),
107198
+ memory_entity_id: encodeSimple("memory_entity_id", payload.memory_entity_id, { explode: false, charEncoding: "percent" }),
107243
107199
  memory_store_key: encodeSimple("memory_store_key", payload.memory_store_key, { explode: false, charEncoding: "percent" })
107244
107200
  };
107245
- const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_id}")(pathParams);
107201
+ const path = pathToFunc("/v2/memory-stores/{memory_store_key}/memories/{memory_entity_id}")(pathParams);
107246
107202
  const headers = new Headers(compactMap({
107247
107203
  "Content-Type": "application/json",
107248
107204
  Accept: "application/json"
@@ -109203,7 +109159,7 @@ Updates a tool in the workspace.`,
109203
109159
  function createMCPServer(deps) {
109204
109160
  const server = new McpServer({
109205
109161
  name: "Orq",
109206
- version: "4.1.8"
109162
+ version: "4.1.10"
109207
109163
  });
109208
109164
  const client = new OrqCore({
109209
109165
  apiKey: deps.apiKey,
@@ -110627,7 +110583,7 @@ var routes = rn({
110627
110583
  var app = Ve(routes, {
110628
110584
  name: "mcp",
110629
110585
  versionInfo: {
110630
- currentVersion: "4.1.8"
110586
+ currentVersion: "4.1.10"
110631
110587
  }
110632
110588
  });
110633
110589
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -110635,5 +110591,5 @@ export {
110635
110591
  app
110636
110592
  };
110637
110593
 
110638
- //# debugId=104330EED8949A5C64756E2164756E21
110594
+ //# debugId=E740BE13707FDACA64756E2164756E21
110639
110595
  //# sourceMappingURL=mcp-server.js.map