@orq-ai/node 3.2.10 → 3.2.11

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 (130) hide show
  1. package/bin/mcp-server.js +63 -63
  2. package/bin/mcp-server.js.map +49 -49
  3. package/funcs/contactsCreate.js +1 -1
  4. package/funcs/contactsCreate.js.map +1 -1
  5. package/funcs/datasetsClear.js +1 -1
  6. package/funcs/datasetsClear.js.map +1 -1
  7. package/funcs/datasetsCreate.js +1 -1
  8. package/funcs/datasetsCreate.js.map +1 -1
  9. package/funcs/datasetsCreateDatapoint.js +1 -1
  10. package/funcs/datasetsCreateDatapoint.js.map +1 -1
  11. package/funcs/datasetsCreateDatapoints.js +1 -1
  12. package/funcs/datasetsCreateDatapoints.js.map +1 -1
  13. package/funcs/datasetsDelete.js +1 -1
  14. package/funcs/datasetsDelete.js.map +1 -1
  15. package/funcs/datasetsDeleteDatapoint.js +1 -1
  16. package/funcs/datasetsDeleteDatapoint.js.map +1 -1
  17. package/funcs/datasetsList.js +1 -1
  18. package/funcs/datasetsList.js.map +1 -1
  19. package/funcs/datasetsListDatapoints.js +1 -1
  20. package/funcs/datasetsListDatapoints.js.map +1 -1
  21. package/funcs/datasetsRetrieve.js +1 -1
  22. package/funcs/datasetsRetrieve.js.map +1 -1
  23. package/funcs/datasetsRetrieveDatapoint.js +1 -1
  24. package/funcs/datasetsRetrieveDatapoint.js.map +1 -1
  25. package/funcs/datasetsUpdate.js +1 -1
  26. package/funcs/datasetsUpdate.js.map +1 -1
  27. package/funcs/datasetsUpdateDatapoint.js +1 -1
  28. package/funcs/datasetsUpdateDatapoint.js.map +1 -1
  29. package/funcs/deploymentsGetConfig.js +1 -1
  30. package/funcs/deploymentsGetConfig.js.map +1 -1
  31. package/funcs/deploymentsInvoke.js +1 -1
  32. package/funcs/deploymentsInvoke.js.map +1 -1
  33. package/funcs/deploymentsList.js +1 -1
  34. package/funcs/deploymentsList.js.map +1 -1
  35. package/funcs/deploymentsMetricsCreate.js +1 -1
  36. package/funcs/deploymentsMetricsCreate.js.map +1 -1
  37. package/funcs/deploymentsStream.js +1 -1
  38. package/funcs/deploymentsStream.js.map +1 -1
  39. package/funcs/feedbackCreate.js +1 -1
  40. package/funcs/feedbackCreate.js.map +1 -1
  41. package/funcs/filesCreate.js +1 -1
  42. package/funcs/filesCreate.js.map +1 -1
  43. package/funcs/filesDelete.js +1 -1
  44. package/funcs/filesDelete.js.map +1 -1
  45. package/funcs/filesGet.js +1 -1
  46. package/funcs/filesGet.js.map +1 -1
  47. package/funcs/filesList.js +1 -1
  48. package/funcs/filesList.js.map +1 -1
  49. package/funcs/promptsCreate.js +1 -1
  50. package/funcs/promptsCreate.js.map +1 -1
  51. package/funcs/promptsDelete.js +1 -1
  52. package/funcs/promptsDelete.js.map +1 -1
  53. package/funcs/promptsGetVersion.js +1 -1
  54. package/funcs/promptsGetVersion.js.map +1 -1
  55. package/funcs/promptsList.js +1 -1
  56. package/funcs/promptsList.js.map +1 -1
  57. package/funcs/promptsListVersions.js +1 -1
  58. package/funcs/promptsListVersions.js.map +1 -1
  59. package/funcs/promptsRetrieve.js +1 -1
  60. package/funcs/promptsRetrieve.js.map +1 -1
  61. package/funcs/promptsUpdate.js +1 -1
  62. package/funcs/promptsUpdate.js.map +1 -1
  63. package/funcs/remoteconfigsRetrieve.js +1 -1
  64. package/funcs/remoteconfigsRetrieve.js.map +1 -1
  65. package/jsr.json +1 -1
  66. package/lib/config.d.ts +3 -3
  67. package/lib/config.js +3 -3
  68. package/mcp-server/mcp-server.js +1 -1
  69. package/mcp-server/server.js +1 -1
  70. package/models/operations/bulkcreatedatapoints.js +2 -2
  71. package/models/operations/createcontact.js +2 -2
  72. package/models/operations/createdataset.js +2 -2
  73. package/models/operations/createdatasetitem.js +2 -2
  74. package/models/operations/fileget.js +2 -2
  75. package/models/operations/filelist.js +2 -2
  76. package/models/operations/fileupload.js +2 -2
  77. package/models/operations/listdatasetdatapoints.js +2 -2
  78. package/models/operations/listdatasets.js +2 -2
  79. package/models/operations/retrievedatapoint.js +2 -2
  80. package/models/operations/retrievedataset.js +2 -2
  81. package/models/operations/updatedatapoint.js +2 -2
  82. package/models/operations/updatedataset.js +2 -2
  83. package/package.json +1 -1
  84. package/src/funcs/contactsCreate.ts +1 -1
  85. package/src/funcs/datasetsClear.ts +1 -1
  86. package/src/funcs/datasetsCreate.ts +1 -1
  87. package/src/funcs/datasetsCreateDatapoint.ts +1 -1
  88. package/src/funcs/datasetsCreateDatapoints.ts +1 -1
  89. package/src/funcs/datasetsDelete.ts +1 -1
  90. package/src/funcs/datasetsDeleteDatapoint.ts +1 -1
  91. package/src/funcs/datasetsList.ts +1 -1
  92. package/src/funcs/datasetsListDatapoints.ts +1 -1
  93. package/src/funcs/datasetsRetrieve.ts +1 -1
  94. package/src/funcs/datasetsRetrieveDatapoint.ts +1 -1
  95. package/src/funcs/datasetsUpdate.ts +1 -1
  96. package/src/funcs/datasetsUpdateDatapoint.ts +1 -1
  97. package/src/funcs/deploymentsGetConfig.ts +1 -1
  98. package/src/funcs/deploymentsInvoke.ts +1 -1
  99. package/src/funcs/deploymentsList.ts +1 -1
  100. package/src/funcs/deploymentsMetricsCreate.ts +1 -1
  101. package/src/funcs/deploymentsStream.ts +1 -1
  102. package/src/funcs/feedbackCreate.ts +1 -1
  103. package/src/funcs/filesCreate.ts +1 -1
  104. package/src/funcs/filesDelete.ts +1 -1
  105. package/src/funcs/filesGet.ts +1 -1
  106. package/src/funcs/filesList.ts +1 -1
  107. package/src/funcs/promptsCreate.ts +1 -1
  108. package/src/funcs/promptsDelete.ts +1 -1
  109. package/src/funcs/promptsGetVersion.ts +1 -1
  110. package/src/funcs/promptsList.ts +1 -1
  111. package/src/funcs/promptsListVersions.ts +1 -1
  112. package/src/funcs/promptsRetrieve.ts +1 -1
  113. package/src/funcs/promptsUpdate.ts +1 -1
  114. package/src/funcs/remoteconfigsRetrieve.ts +1 -1
  115. package/src/lib/config.ts +3 -3
  116. package/src/mcp-server/mcp-server.ts +1 -1
  117. package/src/mcp-server/server.ts +1 -1
  118. package/src/models/operations/bulkcreatedatapoints.ts +2 -2
  119. package/src/models/operations/createcontact.ts +2 -2
  120. package/src/models/operations/createdataset.ts +2 -2
  121. package/src/models/operations/createdatasetitem.ts +2 -2
  122. package/src/models/operations/fileget.ts +2 -2
  123. package/src/models/operations/filelist.ts +2 -2
  124. package/src/models/operations/fileupload.ts +2 -2
  125. package/src/models/operations/listdatasetdatapoints.ts +2 -2
  126. package/src/models/operations/listdatasets.ts +2 -2
  127. package/src/models/operations/retrievedatapoint.ts +2 -2
  128. package/src/models/operations/retrievedataset.ts +2 -2
  129. package/src/models/operations/updatedatapoint.ts +2 -2
  130. package/src/models/operations/updatedataset.ts +2 -2
package/bin/mcp-server.js CHANGED
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
34234
34234
  SDK_METADATA = {
34235
34235
  language: "typescript",
34236
34236
  openapiDocVersion: "2.0",
34237
- sdkVersion: "3.2.10",
34238
- genVersion: "2.562.2",
34239
- userAgent: "speakeasy-sdk/typescript 3.2.10 2.562.2 2.0 @orq-ai/node"
34237
+ sdkVersion: "3.2.11",
34238
+ genVersion: "2.562.3",
34239
+ userAgent: "speakeasy-sdk/typescript 3.2.11 2.562.3 2.0 @orq-ai/node"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -36271,7 +36271,7 @@ var init_bulkcreatedatapoints = __esm(() => {
36271
36271
  created_by_id: stringType().optional(),
36272
36272
  updated_by_id: stringType().optional(),
36273
36273
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36274
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
36274
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
36275
36275
  }).transform((v2) => {
36276
36276
  return remap(v2, {
36277
36277
  _id: "id",
@@ -36292,7 +36292,7 @@ var init_bulkcreatedatapoints = __esm(() => {
36292
36292
  createdById: stringType().optional(),
36293
36293
  updatedById: stringType().optional(),
36294
36294
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36295
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
36295
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
36296
36296
  }).transform((v2) => {
36297
36297
  return remap(v2, {
36298
36298
  id: "_id",
@@ -36380,7 +36380,7 @@ var init_createcontact = __esm(() => {
36380
36380
  tags: arrayType(stringType()).optional(),
36381
36381
  metadata: recordType(anyType()).optional(),
36382
36382
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36383
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
36383
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
36384
36384
  }).transform((v2) => {
36385
36385
  return remap(v2, {
36386
36386
  external_id: "externalId",
@@ -36397,7 +36397,7 @@ var init_createcontact = __esm(() => {
36397
36397
  tags: arrayType(stringType()).optional(),
36398
36398
  metadata: recordType(anyType()).optional(),
36399
36399
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36400
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
36400
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
36401
36401
  }).transform((v2) => {
36402
36402
  return remap(v2, {
36403
36403
  externalId: "external_id",
@@ -36467,7 +36467,7 @@ var init_createdataset = __esm(() => {
36467
36467
  updated_by_id: stringType().optional(),
36468
36468
  metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
36469
36469
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36470
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
36470
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
36471
36471
  }).transform((v2) => {
36472
36472
  return remap(v2, {
36473
36473
  _id: "id",
@@ -36487,7 +36487,7 @@ var init_createdataset = __esm(() => {
36487
36487
  updatedById: stringType().optional(),
36488
36488
  metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
36489
36489
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36490
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
36490
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
36491
36491
  }).transform((v2) => {
36492
36492
  return remap(v2, {
36493
36493
  id: "_id",
@@ -36923,7 +36923,7 @@ var init_createdatasetitem = __esm(() => {
36923
36923
  created_by_id: stringType().optional(),
36924
36924
  updated_by_id: stringType().optional(),
36925
36925
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36926
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
36926
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
36927
36927
  }).transform((v2) => {
36928
36928
  return remap(v2, {
36929
36929
  _id: "id",
@@ -36944,7 +36944,7 @@ var init_createdatasetitem = __esm(() => {
36944
36944
  createdById: stringType().optional(),
36945
36945
  updatedById: stringType().optional(),
36946
36946
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36947
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
36947
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
36948
36948
  }).transform((v2) => {
36949
36949
  return remap(v2, {
36950
36950
  id: "_id",
@@ -43178,7 +43178,7 @@ var init_fileget = __esm(() => {
43178
43178
  bytes: numberType(),
43179
43179
  file_name: stringType(),
43180
43180
  workspace_id: stringType(),
43181
- created: stringType().datetime({ offset: true }).default("2025-03-27T22:49:37.991Z").transform((v2) => new Date(v2))
43181
+ created: stringType().datetime({ offset: true }).default("2025-03-27T23:48:22.537Z").transform((v2) => new Date(v2))
43182
43182
  }).transform((v2) => {
43183
43183
  return remap(v2, {
43184
43184
  _id: "id",
@@ -43194,7 +43194,7 @@ var init_fileget = __esm(() => {
43194
43194
  bytes: numberType(),
43195
43195
  fileName: stringType(),
43196
43196
  workspaceId: stringType(),
43197
- created: dateType().default(() => new Date("2025-03-27T22:49:37.991Z")).transform((v2) => v2.toISOString())
43197
+ created: dateType().default(() => new Date("2025-03-27T23:48:22.537Z")).transform((v2) => v2.toISOString())
43198
43198
  }).transform((v2) => {
43199
43199
  return remap(v2, {
43200
43200
  id: "_id",
@@ -43277,7 +43277,7 @@ var init_filelist = __esm(() => {
43277
43277
  bytes: numberType(),
43278
43278
  file_name: stringType(),
43279
43279
  workspace_id: stringType(),
43280
- created: stringType().datetime({ offset: true }).default("2025-03-27T22:49:37.991Z").transform((v2) => new Date(v2))
43280
+ created: stringType().datetime({ offset: true }).default("2025-03-27T23:48:22.537Z").transform((v2) => new Date(v2))
43281
43281
  }).transform((v2) => {
43282
43282
  return remap(v2, {
43283
43283
  _id: "id",
@@ -43293,7 +43293,7 @@ var init_filelist = __esm(() => {
43293
43293
  bytes: numberType(),
43294
43294
  fileName: stringType(),
43295
43295
  workspaceId: stringType(),
43296
- created: dateType().default(() => new Date("2025-03-27T22:49:37.991Z")).transform((v2) => v2.toISOString())
43296
+ created: dateType().default(() => new Date("2025-03-27T23:48:22.537Z")).transform((v2) => v2.toISOString())
43297
43297
  }).transform((v2) => {
43298
43298
  return remap(v2, {
43299
43299
  id: "_id",
@@ -43425,7 +43425,7 @@ var init_fileupload = __esm(() => {
43425
43425
  bytes: numberType(),
43426
43426
  file_name: stringType(),
43427
43427
  workspace_id: stringType(),
43428
- created: stringType().datetime({ offset: true }).default("2025-03-27T22:49:37.991Z").transform((v2) => new Date(v2))
43428
+ created: stringType().datetime({ offset: true }).default("2025-03-27T23:48:22.537Z").transform((v2) => new Date(v2))
43429
43429
  }).transform((v2) => {
43430
43430
  return remap(v2, {
43431
43431
  _id: "id",
@@ -43441,7 +43441,7 @@ var init_fileupload = __esm(() => {
43441
43441
  bytes: numberType(),
43442
43442
  fileName: stringType(),
43443
43443
  workspaceId: stringType(),
43444
- created: dateType().default(() => new Date("2025-03-27T22:49:37.991Z")).transform((v2) => v2.toISOString())
43444
+ created: dateType().default(() => new Date("2025-03-27T23:48:22.537Z")).transform((v2) => v2.toISOString())
43445
43445
  }).transform((v2) => {
43446
43446
  return remap(v2, {
43447
43447
  id: "_id",
@@ -45493,7 +45493,7 @@ var init_listdatasetdatapoints = __esm(() => {
45493
45493
  created_by_id: stringType().optional(),
45494
45494
  updated_by_id: stringType().optional(),
45495
45495
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
45496
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
45496
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
45497
45497
  }).transform((v2) => {
45498
45498
  return remap(v2, {
45499
45499
  _id: "id",
@@ -45514,7 +45514,7 @@ var init_listdatasetdatapoints = __esm(() => {
45514
45514
  createdById: stringType().optional(),
45515
45515
  updatedById: stringType().optional(),
45516
45516
  created: dateType().transform((v2) => v2.toISOString()).optional(),
45517
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
45517
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
45518
45518
  }).transform((v2) => {
45519
45519
  return remap(v2, {
45520
45520
  id: "_id",
@@ -45634,7 +45634,7 @@ var init_listdatasets = __esm(() => {
45634
45634
  updated_by_id: stringType().optional(),
45635
45635
  metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
45636
45636
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
45637
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
45637
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
45638
45638
  }).transform((v2) => {
45639
45639
  return remap(v2, {
45640
45640
  _id: "id",
@@ -45654,7 +45654,7 @@ var init_listdatasets = __esm(() => {
45654
45654
  updatedById: stringType().optional(),
45655
45655
  metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
45656
45656
  created: dateType().transform((v2) => v2.toISOString()).optional(),
45657
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
45657
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
45658
45658
  }).transform((v2) => {
45659
45659
  return remap(v2, {
45660
45660
  id: "_id",
@@ -46578,7 +46578,7 @@ var init_retrievedatapoint = __esm(() => {
46578
46578
  created_by_id: stringType().optional(),
46579
46579
  updated_by_id: stringType().optional(),
46580
46580
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
46581
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
46581
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
46582
46582
  }).transform((v2) => {
46583
46583
  return remap(v2, {
46584
46584
  _id: "id",
@@ -46599,7 +46599,7 @@ var init_retrievedatapoint = __esm(() => {
46599
46599
  createdById: stringType().optional(),
46600
46600
  updatedById: stringType().optional(),
46601
46601
  created: dateType().transform((v2) => v2.toISOString()).optional(),
46602
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
46602
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
46603
46603
  }).transform((v2) => {
46604
46604
  return remap(v2, {
46605
46605
  id: "_id",
@@ -46670,7 +46670,7 @@ var init_retrievedataset = __esm(() => {
46670
46670
  updated_by_id: stringType().optional(),
46671
46671
  metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
46672
46672
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
46673
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
46673
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
46674
46674
  }).transform((v2) => {
46675
46675
  return remap(v2, {
46676
46676
  _id: "id",
@@ -46690,7 +46690,7 @@ var init_retrievedataset = __esm(() => {
46690
46690
  updatedById: stringType().optional(),
46691
46691
  metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
46692
46692
  created: dateType().transform((v2) => v2.toISOString()).optional(),
46693
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
46693
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
46694
46694
  }).transform((v2) => {
46695
46695
  return remap(v2, {
46696
46696
  id: "_id",
@@ -47130,7 +47130,7 @@ var init_updatedatapoint = __esm(() => {
47130
47130
  created_by_id: stringType().optional(),
47131
47131
  updated_by_id: stringType().optional(),
47132
47132
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
47133
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
47133
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
47134
47134
  }).transform((v2) => {
47135
47135
  return remap(v2, {
47136
47136
  _id: "id",
@@ -47151,7 +47151,7 @@ var init_updatedatapoint = __esm(() => {
47151
47151
  createdById: stringType().optional(),
47152
47152
  updatedById: stringType().optional(),
47153
47153
  created: dateType().transform((v2) => v2.toISOString()).optional(),
47154
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
47154
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
47155
47155
  }).transform((v2) => {
47156
47156
  return remap(v2, {
47157
47157
  id: "_id",
@@ -47246,7 +47246,7 @@ var init_updatedataset = __esm(() => {
47246
47246
  parent_id: stringType().optional(),
47247
47247
  version: stringType().optional(),
47248
47248
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
47249
- updated: stringType().datetime({ offset: true }).default("2025-03-27T22:49:36.811Z").transform((v2) => new Date(v2))
47249
+ updated: stringType().datetime({ offset: true }).default("2025-03-27T23:48:21.381Z").transform((v2) => new Date(v2))
47250
47250
  }).transform((v2) => {
47251
47251
  return remap(v2, {
47252
47252
  _id: "id",
@@ -47269,7 +47269,7 @@ var init_updatedataset = __esm(() => {
47269
47269
  parentId: stringType().optional(),
47270
47270
  version: stringType().optional(),
47271
47271
  created: dateType().transform((v2) => v2.toISOString()).optional(),
47272
- updated: dateType().default(() => new Date("2025-03-27T22:49:36.811Z")).transform((v2) => v2.toISOString())
47272
+ updated: dateType().default(() => new Date("2025-03-27T23:48:21.381Z")).transform((v2) => v2.toISOString())
47273
47273
  }).transform((v2) => {
47274
47274
  return remap(v2, {
47275
47275
  id: "_id",
@@ -48502,7 +48502,7 @@ async function $do(client, request, options) {
48502
48502
  const context = {
48503
48503
  baseURL: options?.serverURL ?? client._baseURL ?? "",
48504
48504
  operationID: "CreateContact",
48505
- oAuth2Scopes: null,
48505
+ oAuth2Scopes: [],
48506
48506
  resolvedSecurity: requestSecurity,
48507
48507
  securitySource: client._options.apiKey,
48508
48508
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -48604,7 +48604,7 @@ async function $do2(client, request, options) {
48604
48604
  const context = {
48605
48605
  baseURL: options?.serverURL ?? client._baseURL ?? "",
48606
48606
  operationID: "ClearDataset",
48607
- oAuth2Scopes: null,
48607
+ oAuth2Scopes: [],
48608
48608
  resolvedSecurity: requestSecurity,
48609
48609
  securitySource: client._options.apiKey,
48610
48610
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -48701,7 +48701,7 @@ async function $do3(client, request, options) {
48701
48701
  const context = {
48702
48702
  baseURL: options?.serverURL ?? client._baseURL ?? "",
48703
48703
  operationID: "CreateDataset",
48704
- oAuth2Scopes: null,
48704
+ oAuth2Scopes: [],
48705
48705
  resolvedSecurity: requestSecurity,
48706
48706
  securitySource: client._options.apiKey,
48707
48707
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -48804,7 +48804,7 @@ async function $do4(client, request, options) {
48804
48804
  const context = {
48805
48805
  baseURL: options?.serverURL ?? client._baseURL ?? "",
48806
48806
  operationID: "CreateDatasetItem",
48807
- oAuth2Scopes: null,
48807
+ oAuth2Scopes: [],
48808
48808
  resolvedSecurity: requestSecurity,
48809
48809
  securitySource: client._options.apiKey,
48810
48810
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -48907,7 +48907,7 @@ async function $do5(client, request, options) {
48907
48907
  const context = {
48908
48908
  baseURL: options?.serverURL ?? client._baseURL ?? "",
48909
48909
  operationID: "BulkCreateDatapoints",
48910
- oAuth2Scopes: null,
48910
+ oAuth2Scopes: [],
48911
48911
  resolvedSecurity: requestSecurity,
48912
48912
  securitySource: client._options.apiKey,
48913
48913
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49010,7 +49010,7 @@ async function $do6(client, request, options) {
49010
49010
  const context = {
49011
49011
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49012
49012
  operationID: "DeleteDataset",
49013
- oAuth2Scopes: null,
49013
+ oAuth2Scopes: [],
49014
49014
  resolvedSecurity: requestSecurity,
49015
49015
  securitySource: client._options.apiKey,
49016
49016
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49212,7 +49212,7 @@ async function $do7(client, request, options) {
49212
49212
  const context = {
49213
49213
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49214
49214
  operationID: "DeleteDatapoint",
49215
- oAuth2Scopes: null,
49215
+ oAuth2Scopes: [],
49216
49216
  resolvedSecurity: requestSecurity,
49217
49217
  securitySource: client._options.apiKey,
49218
49218
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49318,7 +49318,7 @@ async function $do8(client, request, options) {
49318
49318
  const context = {
49319
49319
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49320
49320
  operationID: "ListDatasets",
49321
- oAuth2Scopes: null,
49321
+ oAuth2Scopes: [],
49322
49322
  resolvedSecurity: requestSecurity,
49323
49323
  securitySource: client._options.apiKey,
49324
49324
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49427,7 +49427,7 @@ async function $do9(client, request, options) {
49427
49427
  const context = {
49428
49428
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49429
49429
  operationID: "ListDatasetDatapoints",
49430
- oAuth2Scopes: null,
49430
+ oAuth2Scopes: [],
49431
49431
  resolvedSecurity: requestSecurity,
49432
49432
  securitySource: client._options.apiKey,
49433
49433
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49530,7 +49530,7 @@ async function $do10(client, request, options) {
49530
49530
  const context = {
49531
49531
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49532
49532
  operationID: "RetrieveDataset",
49533
- oAuth2Scopes: null,
49533
+ oAuth2Scopes: [],
49534
49534
  resolvedSecurity: requestSecurity,
49535
49535
  securitySource: client._options.apiKey,
49536
49536
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49640,7 +49640,7 @@ async function $do11(client, request, options) {
49640
49640
  const context = {
49641
49641
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49642
49642
  operationID: "RetrieveDatapoint",
49643
- oAuth2Scopes: null,
49643
+ oAuth2Scopes: [],
49644
49644
  resolvedSecurity: requestSecurity,
49645
49645
  securitySource: client._options.apiKey,
49646
49646
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49747,7 +49747,7 @@ async function $do12(client, request, options) {
49747
49747
  const context = {
49748
49748
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49749
49749
  operationID: "UpdateDataset",
49750
- oAuth2Scopes: null,
49750
+ oAuth2Scopes: [],
49751
49751
  resolvedSecurity: requestSecurity,
49752
49752
  securitySource: client._options.apiKey,
49753
49753
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49858,7 +49858,7 @@ async function $do13(client, request, options) {
49858
49858
  const context = {
49859
49859
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49860
49860
  operationID: "UpdateDatapoint",
49861
- oAuth2Scopes: null,
49861
+ oAuth2Scopes: [],
49862
49862
  resolvedSecurity: requestSecurity,
49863
49863
  securitySource: client._options.apiKey,
49864
49864
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -49957,7 +49957,7 @@ async function $do14(client, request, options) {
49957
49957
  const context = {
49958
49958
  baseURL: options?.serverURL ?? client._baseURL ?? "",
49959
49959
  operationID: "DeploymentGetConfig",
49960
- oAuth2Scopes: null,
49960
+ oAuth2Scopes: [],
49961
49961
  resolvedSecurity: requestSecurity,
49962
49962
  securitySource: client._options.apiKey,
49963
49963
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51152,7 +51152,7 @@ async function $do15(client, request, options) {
51152
51152
  const context = {
51153
51153
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51154
51154
  operationID: "DeploymentInvoke",
51155
- oAuth2Scopes: null,
51155
+ oAuth2Scopes: [],
51156
51156
  resolvedSecurity: requestSecurity,
51157
51157
  securitySource: client._options.apiKey,
51158
51158
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51255,7 +51255,7 @@ async function $do16(client, request, options) {
51255
51255
  const context = {
51256
51256
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51257
51257
  operationID: "Deployments",
51258
- oAuth2Scopes: null,
51258
+ oAuth2Scopes: [],
51259
51259
  resolvedSecurity: requestSecurity,
51260
51260
  securitySource: client._options.apiKey,
51261
51261
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51363,7 +51363,7 @@ async function $do17(client, request, options) {
51363
51363
  const context = {
51364
51364
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51365
51365
  operationID: "DeploymentCreateMetric",
51366
- oAuth2Scopes: null,
51366
+ oAuth2Scopes: [],
51367
51367
  resolvedSecurity: requestSecurity,
51368
51368
  securitySource: client._options.apiKey,
51369
51369
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51468,7 +51468,7 @@ async function $do18(client, request, options) {
51468
51468
  const context = {
51469
51469
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51470
51470
  operationID: "DeploymentStream",
51471
- oAuth2Scopes: null,
51471
+ oAuth2Scopes: [],
51472
51472
  resolvedSecurity: requestSecurity,
51473
51473
  securitySource: client._options.apiKey,
51474
51474
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51575,7 +51575,7 @@ async function $do19(client, request, options) {
51575
51575
  const context = {
51576
51576
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51577
51577
  operationID: "CreateFeedback",
51578
- oAuth2Scopes: null,
51578
+ oAuth2Scopes: [],
51579
51579
  resolvedSecurity: requestSecurity,
51580
51580
  securitySource: client._options.apiKey,
51581
51581
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51718,7 +51718,7 @@ async function $do20(client, request, options) {
51718
51718
  const context = {
51719
51719
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51720
51720
  operationID: "FileUpload",
51721
- oAuth2Scopes: null,
51721
+ oAuth2Scopes: [],
51722
51722
  resolvedSecurity: requestSecurity,
51723
51723
  securitySource: client._options.apiKey,
51724
51724
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51821,7 +51821,7 @@ async function $do21(client, request, options) {
51821
51821
  const context = {
51822
51822
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51823
51823
  operationID: "FileDelete",
51824
- oAuth2Scopes: null,
51824
+ oAuth2Scopes: [],
51825
51825
  resolvedSecurity: requestSecurity,
51826
51826
  securitySource: client._options.apiKey,
51827
51827
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -51921,7 +51921,7 @@ async function $do22(client, request, options) {
51921
51921
  const context = {
51922
51922
  baseURL: options?.serverURL ?? client._baseURL ?? "",
51923
51923
  operationID: "FileGet",
51924
- oAuth2Scopes: null,
51924
+ oAuth2Scopes: [],
51925
51925
  resolvedSecurity: requestSecurity,
51926
51926
  securitySource: client._options.apiKey,
51927
51927
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52023,7 +52023,7 @@ async function $do23(client, request, options) {
52023
52023
  const context = {
52024
52024
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52025
52025
  operationID: "FileList",
52026
- oAuth2Scopes: null,
52026
+ oAuth2Scopes: [],
52027
52027
  resolvedSecurity: requestSecurity,
52028
52028
  securitySource: client._options.apiKey,
52029
52029
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52121,7 +52121,7 @@ async function $do24(client, request, options) {
52121
52121
  const context = {
52122
52122
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52123
52123
  operationID: "CreatePrompt",
52124
- oAuth2Scopes: null,
52124
+ oAuth2Scopes: [],
52125
52125
  resolvedSecurity: requestSecurity,
52126
52126
  securitySource: client._options.apiKey,
52127
52127
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52221,7 +52221,7 @@ async function $do25(client, request, options) {
52221
52221
  const context = {
52222
52222
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52223
52223
  operationID: "DeletePrompt",
52224
- oAuth2Scopes: null,
52224
+ oAuth2Scopes: [],
52225
52225
  resolvedSecurity: requestSecurity,
52226
52226
  securitySource: client._options.apiKey,
52227
52227
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52325,7 +52325,7 @@ async function $do26(client, request, options) {
52325
52325
  const context = {
52326
52326
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52327
52327
  operationID: "GetPromptVersion",
52328
- oAuth2Scopes: null,
52328
+ oAuth2Scopes: [],
52329
52329
  resolvedSecurity: requestSecurity,
52330
52330
  securitySource: client._options.apiKey,
52331
52331
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52431,7 +52431,7 @@ async function $do27(client, request, options) {
52431
52431
  const context = {
52432
52432
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52433
52433
  operationID: "GetAllPrompts",
52434
- oAuth2Scopes: null,
52434
+ oAuth2Scopes: [],
52435
52435
  resolvedSecurity: requestSecurity,
52436
52436
  securitySource: client._options.apiKey,
52437
52437
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52540,7 +52540,7 @@ async function $do28(client, request, options) {
52540
52540
  const context = {
52541
52541
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52542
52542
  operationID: "ListPromptVersions",
52543
- oAuth2Scopes: null,
52543
+ oAuth2Scopes: [],
52544
52544
  resolvedSecurity: requestSecurity,
52545
52545
  securitySource: client._options.apiKey,
52546
52546
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52643,7 +52643,7 @@ async function $do29(client, request, options) {
52643
52643
  const context = {
52644
52644
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52645
52645
  operationID: "GetOnePrompt",
52646
- oAuth2Scopes: null,
52646
+ oAuth2Scopes: [],
52647
52647
  resolvedSecurity: requestSecurity,
52648
52648
  securitySource: client._options.apiKey,
52649
52649
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52746,7 +52746,7 @@ async function $do30(client, request, options) {
52746
52746
  const context = {
52747
52747
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52748
52748
  operationID: "UpdatePrompt",
52749
- oAuth2Scopes: null,
52749
+ oAuth2Scopes: [],
52750
52750
  resolvedSecurity: requestSecurity,
52751
52751
  securitySource: client._options.apiKey,
52752
52752
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52845,7 +52845,7 @@ async function $do31(client, request, options) {
52845
52845
  const context = {
52846
52846
  baseURL: options?.serverURL ?? client._baseURL ?? "",
52847
52847
  operationID: "RemoteConfigsGetConfig",
52848
- oAuth2Scopes: null,
52848
+ oAuth2Scopes: [],
52849
52849
  resolvedSecurity: requestSecurity,
52850
52850
  securitySource: client._options.apiKey,
52851
52851
  retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
@@ -52922,7 +52922,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
52922
52922
  function createMCPServer(deps) {
52923
52923
  const server = new McpServer({
52924
52924
  name: "Orq",
52925
- version: "3.2.10"
52925
+ version: "3.2.11"
52926
52926
  });
52927
52927
  const client = new OrqCore({
52928
52928
  apiKey: deps.apiKey,
@@ -54217,7 +54217,7 @@ var routes = rn({
54217
54217
  var app = Ve(routes, {
54218
54218
  name: "mcp",
54219
54219
  versionInfo: {
54220
- currentVersion: "3.2.10"
54220
+ currentVersion: "3.2.11"
54221
54221
  }
54222
54222
  });
54223
54223
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -54225,5 +54225,5 @@ export {
54225
54225
  app
54226
54226
  };
54227
54227
 
54228
- //# debugId=BDBCA9FB00B6295364756E2164756E21
54228
+ //# debugId=6B31E77BBF4135F464756E2164756E21
54229
54229
  //# sourceMappingURL=mcp-server.js.map