@orq-ai/node 3.0.1 → 3.1.0-rc.7

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 (300) hide show
  1. package/README.md +11 -9
  2. package/docs/sdks/deployments/README.md +195 -5
  3. package/docs/sdks/files/README.md +8 -4
  4. package/funcs/contactsCreate.d.ts.map +1 -1
  5. package/funcs/contactsCreate.js +1 -1
  6. package/funcs/contactsCreate.js.map +1 -1
  7. package/funcs/deploymentsGetConfig.d.ts.map +1 -1
  8. package/funcs/deploymentsGetConfig.js +1 -1
  9. package/funcs/deploymentsGetConfig.js.map +1 -1
  10. package/funcs/deploymentsGetLogs.d.ts +15 -0
  11. package/funcs/deploymentsGetLogs.d.ts.map +1 -0
  12. package/funcs/deploymentsGetLogs.js +113 -0
  13. package/funcs/deploymentsGetLogs.js.map +1 -0
  14. package/funcs/deploymentsInvalidate.d.ts +15 -0
  15. package/funcs/deploymentsInvalidate.d.ts.map +1 -0
  16. package/funcs/deploymentsInvalidate.js +113 -0
  17. package/funcs/deploymentsInvalidate.js.map +1 -0
  18. package/funcs/deploymentsInvoke.d.ts.map +1 -1
  19. package/funcs/deploymentsInvoke.js +1 -1
  20. package/funcs/deploymentsInvoke.js.map +1 -1
  21. package/funcs/{deploymentsAll.d.ts → deploymentsList.d.ts} +2 -2
  22. package/funcs/deploymentsList.d.ts.map +1 -0
  23. package/funcs/{deploymentsAll.js → deploymentsList.js} +6 -5
  24. package/funcs/deploymentsList.js.map +1 -0
  25. package/funcs/deploymentsMetricsCreate.d.ts.map +1 -1
  26. package/funcs/deploymentsMetricsCreate.js +1 -1
  27. package/funcs/deploymentsMetricsCreate.js.map +1 -1
  28. package/funcs/feedbackCreate.d.ts.map +1 -1
  29. package/funcs/feedbackCreate.js +1 -1
  30. package/funcs/feedbackCreate.js.map +1 -1
  31. package/funcs/filesBulkUpload.d.ts.map +1 -1
  32. package/funcs/filesBulkUpload.js +1 -1
  33. package/funcs/filesBulkUpload.js.map +1 -1
  34. package/funcs/filesDelete.d.ts.map +1 -1
  35. package/funcs/filesDelete.js +1 -1
  36. package/funcs/filesDelete.js.map +1 -1
  37. package/funcs/filesGet.d.ts.map +1 -1
  38. package/funcs/filesGet.js +1 -1
  39. package/funcs/filesGet.js.map +1 -1
  40. package/funcs/filesList.d.ts.map +1 -1
  41. package/funcs/filesList.js +1 -1
  42. package/funcs/filesList.js.map +1 -1
  43. package/funcs/filesUpdate.d.ts.map +1 -1
  44. package/funcs/filesUpdate.js +1 -1
  45. package/funcs/filesUpdate.js.map +1 -1
  46. package/funcs/filesUpload.d.ts.map +1 -1
  47. package/funcs/filesUpload.js +1 -1
  48. package/funcs/filesUpload.js.map +1 -1
  49. package/funcs/promptSnippetsFindOne.d.ts.map +1 -1
  50. package/funcs/promptSnippetsFindOne.js +1 -1
  51. package/funcs/promptSnippetsFindOne.js.map +1 -1
  52. package/funcs/promptTemplatesGetAll.d.ts.map +1 -1
  53. package/funcs/promptTemplatesGetAll.js +1 -1
  54. package/funcs/promptTemplatesGetAll.js.map +1 -1
  55. package/funcs/promptsCreate.d.ts.map +1 -1
  56. package/funcs/promptsCreate.js +1 -1
  57. package/funcs/promptsCreate.js.map +1 -1
  58. package/funcs/promptsCreateVersion.d.ts.map +1 -1
  59. package/funcs/promptsCreateVersion.js +1 -1
  60. package/funcs/promptsCreateVersion.js.map +1 -1
  61. package/funcs/promptsDelete.d.ts.map +1 -1
  62. package/funcs/promptsDelete.js +1 -1
  63. package/funcs/promptsDelete.js.map +1 -1
  64. package/funcs/promptsDuplicate.d.ts.map +1 -1
  65. package/funcs/promptsDuplicate.js +1 -1
  66. package/funcs/promptsDuplicate.js.map +1 -1
  67. package/funcs/promptsGetAll.d.ts.map +1 -1
  68. package/funcs/promptsGetAll.js +1 -1
  69. package/funcs/promptsGetAll.js.map +1 -1
  70. package/funcs/promptsGetOne.d.ts.map +1 -1
  71. package/funcs/promptsGetOne.js +1 -1
  72. package/funcs/promptsGetOne.js.map +1 -1
  73. package/funcs/promptsUpdate.d.ts.map +1 -1
  74. package/funcs/promptsUpdate.js +1 -1
  75. package/funcs/promptsUpdate.js.map +1 -1
  76. package/funcs/remoteconfigGetConfig.d.ts.map +1 -1
  77. package/funcs/remoteconfigGetConfig.js +1 -1
  78. package/funcs/remoteconfigGetConfig.js.map +1 -1
  79. package/jsr.json +28 -0
  80. package/lib/config.d.ts +3 -3
  81. package/lib/config.js +3 -3
  82. package/lib/config.js.map +1 -1
  83. package/lib/schemas.d.ts +1 -1
  84. package/lib/schemas.d.ts.map +1 -1
  85. package/lib/schemas.js +4 -1
  86. package/lib/schemas.js.map +1 -1
  87. package/models/operations/bulkfileupload.js +2 -2
  88. package/models/operations/createcontact.js +2 -2
  89. package/models/operations/createprompt.d.ts +12 -0
  90. package/models/operations/createprompt.d.ts.map +1 -1
  91. package/models/operations/createprompt.js +4 -0
  92. package/models/operations/createprompt.js.map +1 -1
  93. package/models/operations/createpromptversion.d.ts +12 -0
  94. package/models/operations/createpromptversion.d.ts.map +1 -1
  95. package/models/operations/createpromptversion.js +4 -0
  96. package/models/operations/createpromptversion.js.map +1 -1
  97. package/models/operations/deploymentgetlogs.d.ts +52406 -0
  98. package/models/operations/deploymentgetlogs.d.ts.map +1 -0
  99. package/models/operations/deploymentgetlogs.js +53803 -0
  100. package/models/operations/deploymentgetlogs.js.map +1 -0
  101. package/models/operations/deploymentinvoke.d.ts +6 -0
  102. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  103. package/models/operations/deploymentinvoke.js +2 -0
  104. package/models/operations/deploymentinvoke.js.map +1 -1
  105. package/models/operations/deployments.d.ts +15 -8
  106. package/models/operations/deployments.d.ts.map +1 -1
  107. package/models/operations/deployments.js +16 -10
  108. package/models/operations/deployments.js.map +1 -1
  109. package/models/operations/fileget.js +2 -2
  110. package/models/operations/filelist.d.ts +1 -5
  111. package/models/operations/filelist.d.ts.map +1 -1
  112. package/models/operations/filelist.js +4 -12
  113. package/models/operations/filelist.js.map +1 -1
  114. package/models/operations/fileupdate.js +2 -2
  115. package/models/operations/fileupload.js +2 -2
  116. package/models/operations/findonepromptsnippet.d.ts +36 -0
  117. package/models/operations/findonepromptsnippet.d.ts.map +1 -1
  118. package/models/operations/findonepromptsnippet.js +18 -6
  119. package/models/operations/findonepromptsnippet.js.map +1 -1
  120. package/models/operations/getallprompts.d.ts +944 -912
  121. package/models/operations/getallprompts.d.ts.map +1 -1
  122. package/models/operations/getallprompts.js +1372 -1362
  123. package/models/operations/getallprompts.js.map +1 -1
  124. package/models/operations/getallprompttemplates.d.ts +151 -115
  125. package/models/operations/getallprompttemplates.d.ts.map +1 -1
  126. package/models/operations/getallprompttemplates.js +182 -173
  127. package/models/operations/getallprompttemplates.js.map +1 -1
  128. package/models/operations/index.d.ts +2 -0
  129. package/models/operations/index.d.ts.map +1 -1
  130. package/models/operations/index.js +2 -0
  131. package/models/operations/index.js.map +1 -1
  132. package/models/operations/invaliddeployment.d.ts +29 -0
  133. package/models/operations/invaliddeployment.d.ts.map +1 -0
  134. package/models/operations/invaliddeployment.js +78 -0
  135. package/models/operations/invaliddeployment.js.map +1 -0
  136. package/models/operations/updateprompt.d.ts +42 -0
  137. package/models/operations/updateprompt.d.ts.map +1 -1
  138. package/models/operations/updateprompt.js +20 -6
  139. package/models/operations/updateprompt.js.map +1 -1
  140. package/package.json +3 -2
  141. package/sdk/deployments.d.ts +15 -1
  142. package/sdk/deployments.d.ts.map +1 -1
  143. package/sdk/deployments.js +23 -3
  144. package/sdk/deployments.js.map +1 -1
  145. package/src/funcs/contactsCreate.ts +2 -1
  146. package/src/funcs/deploymentsGetConfig.ts +2 -1
  147. package/{packages/orq-rc/src/funcs/deploymentsMetricsCreate.ts → src/funcs/deploymentsGetLogs.ts} +17 -16
  148. package/{packages/orq-rc/src/funcs/promptsDelete.ts → src/funcs/deploymentsInvalidate.ts} +18 -11
  149. package/src/funcs/deploymentsInvoke.ts +2 -1
  150. package/src/funcs/{deploymentsAll.ts → deploymentsList.ts} +5 -3
  151. package/src/funcs/deploymentsMetricsCreate.ts +2 -1
  152. package/src/funcs/feedbackCreate.ts +2 -1
  153. package/src/funcs/filesBulkUpload.ts +2 -1
  154. package/src/funcs/filesDelete.ts +2 -1
  155. package/src/funcs/filesGet.ts +2 -1
  156. package/src/funcs/filesList.ts +2 -1
  157. package/src/funcs/filesUpdate.ts +2 -1
  158. package/src/funcs/filesUpload.ts +2 -1
  159. package/src/funcs/promptSnippetsFindOne.ts +2 -1
  160. package/src/funcs/promptTemplatesGetAll.ts +2 -1
  161. package/src/funcs/promptsCreate.ts +2 -1
  162. package/src/funcs/promptsCreateVersion.ts +2 -1
  163. package/src/funcs/promptsDelete.ts +2 -1
  164. package/src/funcs/promptsDuplicate.ts +2 -1
  165. package/src/funcs/promptsGetAll.ts +2 -1
  166. package/src/funcs/promptsGetOne.ts +2 -1
  167. package/src/funcs/promptsUpdate.ts +2 -1
  168. package/src/funcs/remoteconfigGetConfig.ts +2 -1
  169. package/src/lib/config.ts +3 -3
  170. package/src/lib/schemas.ts +5 -0
  171. package/src/models/operations/bulkfileupload.ts +2 -2
  172. package/src/models/operations/createcontact.ts +2 -2
  173. package/src/models/operations/createprompt.ts +4 -0
  174. package/src/models/operations/createpromptversion.ts +4 -0
  175. package/src/models/operations/deploymentgetlogs.ts +119430 -0
  176. package/src/models/operations/deploymentinvoke.ts +2 -0
  177. package/src/models/operations/deployments.ts +25 -18
  178. package/src/models/operations/fileget.ts +2 -2
  179. package/src/models/operations/filelist.ts +5 -17
  180. package/src/models/operations/fileupdate.ts +2 -2
  181. package/src/models/operations/fileupload.ts +2 -2
  182. package/src/models/operations/findonepromptsnippet.ts +18 -6
  183. package/src/models/operations/getallprompts.ts +2464 -2159
  184. package/src/models/operations/getallprompttemplates.ts +321 -232
  185. package/src/models/operations/index.ts +2 -0
  186. package/src/models/operations/invaliddeployment.ts +75 -0
  187. package/src/models/operations/updateprompt.ts +20 -6
  188. package/src/sdk/deployments.ts +39 -3
  189. package/tsconfig.json +41 -0
  190. package/funcs/deploymentsAll.d.ts.map +0 -1
  191. package/funcs/deploymentsAll.js.map +0 -1
  192. package/packages/orq-rc/FUNCTIONS.md +0 -106
  193. package/packages/orq-rc/README.md +0 -564
  194. package/packages/orq-rc/RUNTIMES.md +0 -22
  195. package/packages/orq-rc/docs/sdks/contacts/README.md +0 -84
  196. package/packages/orq-rc/docs/sdks/deployments/README.md +0 -239
  197. package/packages/orq-rc/docs/sdks/feedback/README.md +0 -92
  198. package/packages/orq-rc/docs/sdks/files/README.md +0 -473
  199. package/packages/orq-rc/docs/sdks/metrics/README.md +0 -86
  200. package/packages/orq-rc/docs/sdks/orq/README.md +0 -10
  201. package/packages/orq-rc/docs/sdks/prompt/README.md +0 -6
  202. package/packages/orq-rc/docs/sdks/prompts/README.md +0 -533
  203. package/packages/orq-rc/docs/sdks/remoteconfig/README.md +0 -80
  204. package/packages/orq-rc/docs/sdks/snippets/README.md +0 -84
  205. package/packages/orq-rc/docs/sdks/templates/README.md +0 -80
  206. package/packages/orq-rc/src/core.ts +0 -13
  207. package/packages/orq-rc/src/funcs/contactsCreate.ts +0 -124
  208. package/packages/orq-rc/src/funcs/deploymentsAll.ts +0 -138
  209. package/packages/orq-rc/src/funcs/deploymentsGetConfig.ts +0 -132
  210. package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +0 -135
  211. package/packages/orq-rc/src/funcs/feedbackCreate.ts +0 -124
  212. package/packages/orq-rc/src/funcs/filesBulkUpload.ts +0 -126
  213. package/packages/orq-rc/src/funcs/filesDelete.ts +0 -128
  214. package/packages/orq-rc/src/funcs/filesGet.ts +0 -127
  215. package/packages/orq-rc/src/funcs/filesList.ts +0 -129
  216. package/packages/orq-rc/src/funcs/filesUpdate.ts +0 -128
  217. package/packages/orq-rc/src/funcs/filesUpload.ts +0 -145
  218. package/packages/orq-rc/src/funcs/promptSnippetsFindOne.ts +0 -128
  219. package/packages/orq-rc/src/funcs/promptTemplatesGetAll.ts +0 -130
  220. package/packages/orq-rc/src/funcs/promptsCreate.ts +0 -124
  221. package/packages/orq-rc/src/funcs/promptsCreateVersion.ts +0 -129
  222. package/packages/orq-rc/src/funcs/promptsDuplicate.ts +0 -128
  223. package/packages/orq-rc/src/funcs/promptsGetAll.ts +0 -126
  224. package/packages/orq-rc/src/funcs/promptsGetOne.ts +0 -128
  225. package/packages/orq-rc/src/funcs/promptsUpdate.ts +0 -136
  226. package/packages/orq-rc/src/funcs/remoteconfigGetConfig.ts +0 -125
  227. package/packages/orq-rc/src/hooks/hooks.ts +0 -132
  228. package/packages/orq-rc/src/hooks/index.ts +0 -6
  229. package/packages/orq-rc/src/hooks/registration.ts +0 -14
  230. package/packages/orq-rc/src/hooks/types.ts +0 -109
  231. package/packages/orq-rc/src/index.ts +0 -7
  232. package/packages/orq-rc/src/lib/base64.ts +0 -37
  233. package/packages/orq-rc/src/lib/config.ts +0 -60
  234. package/packages/orq-rc/src/lib/dlv.ts +0 -53
  235. package/packages/orq-rc/src/lib/encodings.ts +0 -449
  236. package/packages/orq-rc/src/lib/env.ts +0 -41
  237. package/packages/orq-rc/src/lib/event-streams.ts +0 -264
  238. package/packages/orq-rc/src/lib/files.ts +0 -40
  239. package/packages/orq-rc/src/lib/http.ts +0 -323
  240. package/packages/orq-rc/src/lib/is-plain-object.ts +0 -43
  241. package/packages/orq-rc/src/lib/logger.ts +0 -9
  242. package/packages/orq-rc/src/lib/matchers.ts +0 -325
  243. package/packages/orq-rc/src/lib/primitives.ts +0 -122
  244. package/packages/orq-rc/src/lib/retries.ts +0 -219
  245. package/packages/orq-rc/src/lib/schemas.ts +0 -86
  246. package/packages/orq-rc/src/lib/sdks.ts +0 -397
  247. package/packages/orq-rc/src/lib/security.ts +0 -254
  248. package/packages/orq-rc/src/lib/url.ts +0 -33
  249. package/packages/orq-rc/src/models/components/deployments.ts +0 -1673
  250. package/packages/orq-rc/src/models/components/index.ts +0 -6
  251. package/packages/orq-rc/src/models/components/security.ts +0 -71
  252. package/packages/orq-rc/src/models/errors/apierror.ts +0 -27
  253. package/packages/orq-rc/src/models/errors/honoapierror.ts +0 -82
  254. package/packages/orq-rc/src/models/errors/httpclienterrors.ts +0 -62
  255. package/packages/orq-rc/src/models/errors/index.ts +0 -9
  256. package/packages/orq-rc/src/models/errors/sdkvalidationerror.ts +0 -97
  257. package/packages/orq-rc/src/models/errors/updateprompt.ts +0 -71
  258. package/packages/orq-rc/src/models/operations/bulkfileupload.ts +0 -315
  259. package/packages/orq-rc/src/models/operations/createcontact.ts +0 -256
  260. package/packages/orq-rc/src/models/operations/createfeedback.ts +0 -286
  261. package/packages/orq-rc/src/models/operations/createprompt.ts +0 -3461
  262. package/packages/orq-rc/src/models/operations/createpromptversion.ts +0 -3703
  263. package/packages/orq-rc/src/models/operations/deleteprompt.ts +0 -69
  264. package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +0 -1790
  265. package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +0 -3483
  266. package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +0 -2385
  267. package/packages/orq-rc/src/models/operations/deployments.ts +0 -2098
  268. package/packages/orq-rc/src/models/operations/duplicateprompt.ts +0 -69
  269. package/packages/orq-rc/src/models/operations/filedelete.ts +0 -78
  270. package/packages/orq-rc/src/models/operations/fileget.ts +0 -222
  271. package/packages/orq-rc/src/models/operations/filelist.ts +0 -333
  272. package/packages/orq-rc/src/models/operations/fileupdate.ts +0 -298
  273. package/packages/orq-rc/src/models/operations/fileupload.ts +0 -322
  274. package/packages/orq-rc/src/models/operations/findonepromptsnippet.ts +0 -13629
  275. package/packages/orq-rc/src/models/operations/getallprompts.ts +0 -18640
  276. package/packages/orq-rc/src/models/operations/getallprompttemplates.ts +0 -13690
  277. package/packages/orq-rc/src/models/operations/getoneprompt.ts +0 -69
  278. package/packages/orq-rc/src/models/operations/index.ts +0 -26
  279. package/packages/orq-rc/src/models/operations/remoteconfigsgetconfig.ts +0 -190
  280. package/packages/orq-rc/src/models/operations/updateprompt.ts +0 -14407
  281. package/packages/orq-rc/src/sdk/contacts.ts +0 -27
  282. package/packages/orq-rc/src/sdk/deployments.ts +0 -75
  283. package/packages/orq-rc/src/sdk/feedback.ts +0 -27
  284. package/packages/orq-rc/src/sdk/files.ts +0 -105
  285. package/packages/orq-rc/src/sdk/index.ts +0 -5
  286. package/packages/orq-rc/src/sdk/metrics.ts +0 -27
  287. package/packages/orq-rc/src/sdk/prompt.ts +0 -19
  288. package/packages/orq-rc/src/sdk/prompts.ts +0 -114
  289. package/packages/orq-rc/src/sdk/remoteconfig.ts +0 -24
  290. package/packages/orq-rc/src/sdk/sdk.ts +0 -49
  291. package/packages/orq-rc/src/sdk/snippets.ts +0 -24
  292. package/packages/orq-rc/src/sdk/templates.ts +0 -24
  293. package/packages/orq-rc/src/types/blobs.ts +0 -31
  294. package/packages/orq-rc/src/types/constdatetime.ts +0 -15
  295. package/packages/orq-rc/src/types/enums.ts +0 -16
  296. package/packages/orq-rc/src/types/fp.ts +0 -50
  297. package/packages/orq-rc/src/types/index.ts +0 -11
  298. package/packages/orq-rc/src/types/operations.ts +0 -105
  299. package/packages/orq-rc/src/types/rfcdate.ts +0 -54
  300. package/packages/orq-rc/src/types/streams.ts +0 -21
@@ -36,98 +36,98 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4 = exports.GetAllPromptsHideOperatorsPromptsRequest5 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type = exports.Operator1 = exports.Operator2 = exports.Operator3 = exports.Operator4 = exports.Operator5 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75 = exports.EvaluatorOutputType = exports.EvaluatorType = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type = exports.GetAllPromptsOperator1 = exports.GetAllPromptsOperator2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator = exports.GetAllPromptsOperator = exports.Direction = void 0;
40
- exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType = exports.GetAllPromptsDataPromptsRole = exports.GetAllPromptsDataPromptsProvider = exports.GetAllPromptsDataPromptsEncodingFormat = exports.GetAllPromptsDataPromptsPhotoRealVersion = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONType = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyType = exports.GetAllPromptsDataPromptsQuality = exports.GetAllPromptsDataPromptsFormat = exports.GetAllPromptsDataPromptsModelType = exports.GetAllPromptsOwnerPromptsResponse2 = exports.GetAllPromptsObject = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type = exports.HideOperators1 = exports.HideOperators2 = exports.HideOperators3 = exports.HideOperators4 = exports.Five = exports.GetAllPromptsFiltersType = exports.GetAllPromptsFiltersOperator = exports.GetAllPromptsHideOperators1 = exports.GetAllPromptsHideOperators2 = exports.GetAllPromptsHideOperators3 = exports.GetAllPromptsHideOperators4 = exports.HideOperators5 = exports.GetAllPromptsFiltersPromptsType = exports.GetAllPromptsFiltersPromptsOperator = exports.GetAllPromptsHideOperatorsPrompts1 = exports.GetAllPromptsHideOperatorsPrompts2 = exports.GetAllPromptsHideOperatorsPrompts3 = exports.GetAllPromptsHideOperatorsPrompts4 = exports.GetAllPromptsHideOperators5 = exports.GetAllPromptsFiltersPromptsRequestType = exports.Mode = exports.FiltersDirection = exports.RelativeTime = exports.Unit1 = exports.Unit2 = exports.GetAllPromptsFiltersPromptsRequestOperator = exports.GetAllPromptsHideOperatorsPromptsRequest1 = exports.GetAllPromptsHideOperatorsPromptsRequest2 = exports.GetAllPromptsHideOperatorsPromptsRequest3 = exports.GetAllPromptsHideOperatorsPromptsRequest4 = exports.GetAllPromptsHideOperatorsPrompts5 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType = void 0;
39
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type = exports.GetAllPromptsOperator1 = exports.GetAllPromptsOperator2 = exports.GetAllPromptsOperator3 = exports.GetAllPromptsOperator4 = exports.GetAllPromptsOperator5 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76 = exports.FiltersEvaluatorOutputType = exports.FiltersEvaluatorType = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type = exports.GetAllPromptsOperatorPrompts1 = exports.GetAllPromptsOperatorPrompts2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator = exports.GetAllPromptsOperator = exports.GetAllPromptsDirection = void 0;
40
+ exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType = exports.GetAllPromptsDataPromptsRole = exports.GetAllPromptsDataPromptsProvider = exports.GetAllPromptsDataPromptsEncodingFormat = exports.GetAllPromptsDataPromptsPhotoRealVersion = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONType = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyType = exports.GetAllPromptsDataPromptsQuality = exports.GetAllPromptsDataPromptsFormat = exports.GetAllPromptsDataPromptsModelType = exports.GetAllPromptsOwnerPromptsResponse2 = exports.GetAllPromptsObject = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type = exports.GetAllPromptsHideOperators1 = exports.GetAllPromptsHideOperators2 = exports.GetAllPromptsHideOperators3 = exports.GetAllPromptsHideOperators4 = exports.GetAllPromptsHideOperators5 = exports.GetAllPromptsFiltersType = exports.GetAllPromptsFiltersOperator = exports.GetAllPromptsHideOperatorsPrompts1 = exports.GetAllPromptsHideOperatorsPrompts2 = exports.GetAllPromptsHideOperatorsPrompts3 = exports.GetAllPromptsHideOperatorsPrompts4 = exports.GetAllPromptsHideOperatorsPrompts5 = exports.GetAllPromptsFiltersPromptsType = exports.GetAllPromptsFiltersPromptsOperator = exports.GetAllPromptsHideOperatorsPromptsRequest1 = exports.GetAllPromptsHideOperatorsPromptsRequest2 = exports.GetAllPromptsHideOperatorsPromptsRequest3 = exports.GetAllPromptsHideOperatorsPromptsRequest4 = exports.GetAllPromptsHideOperatorsPromptsRequest5 = exports.GetAllPromptsFiltersPromptsRequestType = exports.FiltersMode = exports.GetAllPromptsFiltersDirection = exports.FiltersRelativeTime = exports.GetAllPromptsUnit1 = exports.GetAllPromptsUnit2 = exports.GetAllPromptsFiltersPromptsRequestOperator = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4 = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5 = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType = void 0;
41
41
  exports.DataProvider = exports.DataEncodingFormat = exports.DataPhotoRealVersion = exports.GetAllPromptsResponseFormatType = exports.GetAllPromptsResponseFormatPromptsType = exports.DataQuality = exports.DataFormat = exports.DataModelType = exports.GetAllPromptsOwner2 = exports.GetAllPromptsDataType = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyDataType = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData2Type = exports.GetAllPromptsDataPromptsResponseRole = exports.GetAllPromptsDataPromptsResponseProvider = exports.GetAllPromptsDataPromptsResponseEncodingFormat = exports.GetAllPromptsDataPromptsResponsePhotoRealVersion = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyDataType = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData2Type = exports.GetAllPromptsDataPromptsResponseQuality = exports.GetAllPromptsDataPromptsResponse200Format = exports.GetAllPromptsDataPromptsResponseModelType = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType = exports.GetAllPrompts2PromptsResponseType = exports.GetAllPrompts2PromptsResponse200Type = exports.GetAllPromptsDataRole = exports.GetAllPromptsDataProvider = exports.GetAllPromptsDataEncodingFormat = exports.GetAllPromptsDataPhotoRealVersion = exports.GetAllPromptsResponseFormatPromptsResponseType = exports.GetAllPromptsResponseFormatPromptsResponse200Type = exports.GetAllPromptsDataQuality = exports.GetAllPromptsDataFormat = exports.GetAllPromptsDataModelType = exports.GetAllPromptsOwnerPrompts2 = exports.GetAllPromptsDataPromptsType = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3Type = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3VersionsType = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONRole = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONProvider = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONEncodingFormat = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPhotoRealVersion = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3Type = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3VersionsType = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONQuality = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFormat = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelType = exports.GetAllPromptsDataPromptsResponse200Type = exports.GetAllPrompts2PromptsResponse200ApplicationJSONType = void 0;
42
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$inboundSchema = exports.GetAllPromptsOperator$ = exports.GetAllPromptsOperator$outboundSchema = exports.GetAllPromptsOperator$inboundSchema = exports.SortingProps$ = exports.SortingProps$outboundSchema = exports.SortingProps$inboundSchema = exports.Direction$ = exports.Direction$outboundSchema = exports.Direction$inboundSchema = exports.Pagination$ = exports.Pagination$outboundSchema = exports.Pagination$inboundSchema = exports.DataType = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1Type = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1VersionsType = exports.GetAllPromptsDataPromptsResponse200Role = exports.GetAllPromptsDataPromptsResponse200Provider = exports.GetAllPromptsDataPromptsResponse200EncodingFormat = exports.GetAllPromptsDataPromptsResponse200PhotoRealVersion = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1Type = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1VersionsType = exports.GetAllPromptsDataPromptsResponse200Quality = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFormat = exports.GetAllPromptsDataPromptsResponse200ModelType = exports.GetAllPromptsDataPromptsResponseType = exports.GetAllPrompts2Type = exports.GetAllPrompts2PromptsType = exports.DataRole = void 0;
43
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema = exports.GetAllPromptsFiltersPromptsOptions$ = exports.GetAllPromptsFiltersPromptsOptions$outboundSchema = exports.GetAllPromptsFiltersPromptsOptions$inboundSchema = exports.EvaluatorOutputType$ = exports.EvaluatorOutputType$outboundSchema = exports.EvaluatorOutputType$inboundSchema = exports.EvaluatorType$ = exports.EvaluatorType$outboundSchema = exports.EvaluatorType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$inboundSchema = exports.GetAllPromptsOperator1$ = exports.GetAllPromptsOperator1$outboundSchema = exports.GetAllPromptsOperator1$inboundSchema = exports.GetAllPromptsOperator2$ = exports.GetAllPromptsOperator2$outboundSchema = exports.GetAllPromptsOperator2$inboundSchema = exports.Eight$ = exports.Eight$outboundSchema = exports.Eight$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperators$inboundSchema = void 0;
44
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$inboundSchema = exports.Operator1$ = exports.Operator1$outboundSchema = exports.Operator1$inboundSchema = exports.Operator2$ = exports.Operator2$outboundSchema = exports.Operator2$inboundSchema = exports.Operator3$ = exports.Operator3$outboundSchema = exports.Operator3$inboundSchema = exports.Operator4$ = exports.Operator4$outboundSchema = exports.Operator4$inboundSchema = exports.Operator5$ = exports.Operator5$outboundSchema = exports.Operator5$inboundSchema = exports.Seven$ = exports.Seven$outboundSchema = exports.Seven$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ = void 0;
45
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$ = exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$inboundSchema = exports.Six$ = exports.Six$outboundSchema = exports.Six$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema = exports.GetAllPromptsFiltersOptions$ = exports.GetAllPromptsFiltersOptions$outboundSchema = exports.GetAllPromptsFiltersOptions$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema = void 0;
46
- exports.Unit1$outboundSchema = exports.Unit1$inboundSchema = exports.Unit2$ = exports.Unit2$outboundSchema = exports.Unit2$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestOperator$ = exports.GetAllPromptsFiltersPromptsRequestOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestOperator$inboundSchema = exports.Filters4$ = exports.Filters4$outboundSchema = exports.Filters4$inboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$ = exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$ = exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$ = exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$ = exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$ = exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$ = exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$inboundSchema = exports.GetAllPromptsFiltersValue$ = exports.GetAllPromptsFiltersValue$outboundSchema = exports.GetAllPromptsFiltersValue$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$inboundSchema = exports.Filters5$ = exports.Filters5$outboundSchema = exports.Filters5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$ = exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema = void 0;
47
- exports.FiltersOptions$inboundSchema = exports.GetAllPromptsFiltersPromptsType$ = exports.GetAllPromptsFiltersPromptsType$outboundSchema = exports.GetAllPromptsFiltersPromptsType$inboundSchema = exports.GetAllPromptsFiltersPromptsOperator$ = exports.GetAllPromptsFiltersPromptsOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsOperator$inboundSchema = exports.GetAllPromptsFilters3$ = exports.GetAllPromptsFilters3$outboundSchema = exports.GetAllPromptsFilters3$inboundSchema = exports.GetAllPromptsFiltersHideOperators$ = exports.GetAllPromptsFiltersHideOperators$outboundSchema = exports.GetAllPromptsFiltersHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$ = exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$ = exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$ = exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$ = exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema = exports.GetAllPromptsHideOperators5$ = exports.GetAllPromptsHideOperators5$outboundSchema = exports.GetAllPromptsHideOperators5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestType$ = exports.GetAllPromptsFiltersPromptsRequestType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestType$inboundSchema = exports.FiltersValue$ = exports.FiltersValue$outboundSchema = exports.FiltersValue$inboundSchema = exports.Mode$ = exports.Mode$outboundSchema = exports.Mode$inboundSchema = exports.Criteria$ = exports.Criteria$outboundSchema = exports.Criteria$inboundSchema = exports.FiltersDirection$ = exports.FiltersDirection$outboundSchema = exports.FiltersDirection$inboundSchema = exports.RelativeTime$ = exports.RelativeTime$outboundSchema = exports.RelativeTime$inboundSchema = exports.Unit$ = exports.Unit$outboundSchema = exports.Unit$inboundSchema = exports.Unit1$ = void 0;
48
- exports.HideOperators2$ = exports.HideOperators2$outboundSchema = exports.HideOperators2$inboundSchema = exports.HideOperators3$ = exports.HideOperators3$outboundSchema = exports.HideOperators3$inboundSchema = exports.HideOperators4$ = exports.HideOperators4$outboundSchema = exports.HideOperators4$inboundSchema = exports.Five$ = exports.Five$outboundSchema = exports.Five$inboundSchema = exports.OptionsMap$ = exports.OptionsMap$outboundSchema = exports.OptionsMap$inboundSchema = exports.Options$ = exports.Options$outboundSchema = exports.Options$inboundSchema = exports.GetAllPromptsFiltersType$ = exports.GetAllPromptsFiltersType$outboundSchema = exports.GetAllPromptsFiltersType$inboundSchema = exports.GetAllPromptsFiltersOperator$ = exports.GetAllPromptsFiltersOperator$outboundSchema = exports.GetAllPromptsFiltersOperator$inboundSchema = exports.GetAllPromptsFilters2$ = exports.GetAllPromptsFilters2$outboundSchema = exports.GetAllPromptsFilters2$inboundSchema = exports.FiltersHideOperators$ = exports.FiltersHideOperators$outboundSchema = exports.FiltersHideOperators$inboundSchema = exports.GetAllPromptsHideOperators1$ = exports.GetAllPromptsHideOperators1$outboundSchema = exports.GetAllPromptsHideOperators1$inboundSchema = exports.GetAllPromptsHideOperators2$ = exports.GetAllPromptsHideOperators2$outboundSchema = exports.GetAllPromptsHideOperators2$inboundSchema = exports.GetAllPromptsHideOperators3$ = exports.GetAllPromptsHideOperators3$outboundSchema = exports.GetAllPromptsHideOperators3$inboundSchema = exports.GetAllPromptsHideOperators4$ = exports.GetAllPromptsHideOperators4$outboundSchema = exports.GetAllPromptsHideOperators4$inboundSchema = exports.HideOperators5$ = exports.HideOperators5$outboundSchema = exports.HideOperators5$inboundSchema = exports.FiltersOptionsMap$ = exports.FiltersOptionsMap$outboundSchema = exports.FiltersOptionsMap$inboundSchema = exports.FiltersOptions$ = exports.FiltersOptions$outboundSchema = void 0;
49
- exports.GetAllPromptsRequestBody$outboundSchema = exports.GetAllPromptsRequestBody$inboundSchema = exports.GetAllPromptsPromptsFilters$ = exports.GetAllPromptsPromptsFilters$outboundSchema = exports.GetAllPromptsPromptsFilters$inboundSchema = exports.GetAllPromptsFiltersPrompts1$ = exports.GetAllPromptsFiltersPrompts1$outboundSchema = exports.GetAllPromptsFiltersPrompts1$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type$inboundSchema = exports.GetAllPromptsFiltersPrompts2$ = exports.GetAllPromptsFiltersPrompts2$outboundSchema = exports.GetAllPromptsFiltersPrompts2$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type$inboundSchema = exports.GetAllPromptsFiltersPrompts3$ = exports.GetAllPromptsFiltersPrompts3$outboundSchema = exports.GetAllPromptsFiltersPrompts3$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type$inboundSchema = exports.GetAllPromptsFilters4$ = exports.GetAllPromptsFilters4$outboundSchema = exports.GetAllPromptsFilters4$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$inboundSchema = exports.Query$ = exports.Query$outboundSchema = exports.Query$inboundSchema = exports.GetAllPromptsFilters$ = exports.GetAllPromptsFilters$outboundSchema = exports.GetAllPromptsFilters$inboundSchema = exports.GetAllPromptsFilters1$ = exports.GetAllPromptsFilters1$outboundSchema = exports.GetAllPromptsFilters1$inboundSchema = exports.HideOperators$ = exports.HideOperators$outboundSchema = exports.HideOperators$inboundSchema = exports.HideOperators1$ = exports.HideOperators1$outboundSchema = exports.HideOperators1$inboundSchema = void 0;
42
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters82$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters83$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters84$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters85$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$inboundSchema = exports.GetAllPromptsOperator$ = exports.GetAllPromptsOperator$outboundSchema = exports.GetAllPromptsOperator$inboundSchema = exports.GetAllPromptsSortingProps$ = exports.GetAllPromptsSortingProps$outboundSchema = exports.GetAllPromptsSortingProps$inboundSchema = exports.GetAllPromptsDirection$ = exports.GetAllPromptsDirection$outboundSchema = exports.GetAllPromptsDirection$inboundSchema = exports.GetAllPromptsPagination$ = exports.GetAllPromptsPagination$outboundSchema = exports.GetAllPromptsPagination$inboundSchema = exports.DataType = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1Type = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1VersionsType = exports.GetAllPromptsDataPromptsResponse200Role = exports.GetAllPromptsDataPromptsResponse200Provider = exports.GetAllPromptsDataPromptsResponse200EncodingFormat = exports.GetAllPromptsDataPromptsResponse200PhotoRealVersion = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1Type = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1VersionsType = exports.GetAllPromptsDataPromptsResponse200Quality = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFormat = exports.GetAllPromptsDataPromptsResponse200ModelType = exports.GetAllPromptsDataPromptsResponseType = exports.GetAllPrompts2Type = exports.GetAllPrompts2PromptsType = exports.DataRole = void 0;
43
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$inboundSchema = exports.FiltersEvaluatorOutputType$ = exports.FiltersEvaluatorOutputType$outboundSchema = exports.FiltersEvaluatorOutputType$inboundSchema = exports.FiltersEvaluatorType$ = exports.FiltersEvaluatorType$outboundSchema = exports.FiltersEvaluatorType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$inboundSchema = exports.GetAllPromptsOperatorPrompts1$ = exports.GetAllPromptsOperatorPrompts1$outboundSchema = exports.GetAllPromptsOperatorPrompts1$inboundSchema = exports.GetAllPromptsOperatorPrompts2$ = exports.GetAllPromptsOperatorPrompts2$outboundSchema = exports.GetAllPromptsOperatorPrompts2$inboundSchema = exports.Filters8$ = exports.Filters8$outboundSchema = exports.Filters8$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperators$inboundSchema = void 0;
44
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$inboundSchema = exports.GetAllPromptsOperator1$ = exports.GetAllPromptsOperator1$outboundSchema = exports.GetAllPromptsOperator1$inboundSchema = exports.GetAllPromptsOperator2$ = exports.GetAllPromptsOperator2$outboundSchema = exports.GetAllPromptsOperator2$inboundSchema = exports.GetAllPromptsOperator3$ = exports.GetAllPromptsOperator3$outboundSchema = exports.GetAllPromptsOperator3$inboundSchema = exports.GetAllPromptsOperator4$ = exports.GetAllPromptsOperator4$outboundSchema = exports.GetAllPromptsOperator4$inboundSchema = exports.GetAllPromptsOperator5$ = exports.GetAllPromptsOperator5$outboundSchema = exports.GetAllPromptsOperator5$inboundSchema = exports.Filters7$ = exports.Filters7$outboundSchema = exports.Filters7$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$ = void 0;
45
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$inboundSchema = exports.Filters6$ = exports.Filters6$outboundSchema = exports.Filters6$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestOptions$ = exports.GetAllPromptsFiltersPromptsRequestOptions$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestOptions$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema = void 0;
46
+ exports.GetAllPromptsUnit1$outboundSchema = exports.GetAllPromptsUnit1$inboundSchema = exports.GetAllPromptsUnit2$ = exports.GetAllPromptsUnit2$outboundSchema = exports.GetAllPromptsUnit2$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestOperator$ = exports.GetAllPromptsFiltersPromptsRequestOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestOperator$inboundSchema = exports.GetAllPromptsFilters4$ = exports.GetAllPromptsFilters4$outboundSchema = exports.GetAllPromptsFilters4$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$inboundSchema = exports.GetAllPromptsFiltersPromptsValue$ = exports.GetAllPromptsFiltersPromptsValue$outboundSchema = exports.GetAllPromptsFiltersPromptsValue$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$inboundSchema = exports.GetAllPromptsFilters5$ = exports.GetAllPromptsFilters5$outboundSchema = exports.GetAllPromptsFilters5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema = void 0;
47
+ exports.GetAllPromptsFiltersPromptsOptions$inboundSchema = exports.GetAllPromptsFiltersPromptsType$ = exports.GetAllPromptsFiltersPromptsType$outboundSchema = exports.GetAllPromptsFiltersPromptsType$inboundSchema = exports.GetAllPromptsFiltersPromptsOperator$ = exports.GetAllPromptsFiltersPromptsOperator$outboundSchema = exports.GetAllPromptsFiltersPromptsOperator$inboundSchema = exports.GetAllPromptsFilters3$ = exports.GetAllPromptsFilters3$outboundSchema = exports.GetAllPromptsFilters3$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$ = exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$ = exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$ = exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$ = exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$ = exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$ = exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestType$ = exports.GetAllPromptsFiltersPromptsRequestType$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestType$inboundSchema = exports.GetAllPromptsFiltersValue$ = exports.GetAllPromptsFiltersValue$outboundSchema = exports.GetAllPromptsFiltersValue$inboundSchema = exports.FiltersMode$ = exports.FiltersMode$outboundSchema = exports.FiltersMode$inboundSchema = exports.FiltersCriteria$ = exports.FiltersCriteria$outboundSchema = exports.FiltersCriteria$inboundSchema = exports.GetAllPromptsFiltersDirection$ = exports.GetAllPromptsFiltersDirection$outboundSchema = exports.GetAllPromptsFiltersDirection$inboundSchema = exports.FiltersRelativeTime$ = exports.FiltersRelativeTime$outboundSchema = exports.FiltersRelativeTime$inboundSchema = exports.FiltersUnit$ = exports.FiltersUnit$outboundSchema = exports.FiltersUnit$inboundSchema = exports.GetAllPromptsUnit1$ = void 0;
48
+ exports.GetAllPromptsHideOperators2$ = exports.GetAllPromptsHideOperators2$outboundSchema = exports.GetAllPromptsHideOperators2$inboundSchema = exports.GetAllPromptsHideOperators3$ = exports.GetAllPromptsHideOperators3$outboundSchema = exports.GetAllPromptsHideOperators3$inboundSchema = exports.GetAllPromptsHideOperators4$ = exports.GetAllPromptsHideOperators4$outboundSchema = exports.GetAllPromptsHideOperators4$inboundSchema = exports.GetAllPromptsHideOperators5$ = exports.GetAllPromptsHideOperators5$outboundSchema = exports.GetAllPromptsHideOperators5$inboundSchema = exports.GetAllPromptsFiltersOptionsMap$ = exports.GetAllPromptsFiltersOptionsMap$outboundSchema = exports.GetAllPromptsFiltersOptionsMap$inboundSchema = exports.GetAllPromptsFiltersOptions$ = exports.GetAllPromptsFiltersOptions$outboundSchema = exports.GetAllPromptsFiltersOptions$inboundSchema = exports.GetAllPromptsFiltersType$ = exports.GetAllPromptsFiltersType$outboundSchema = exports.GetAllPromptsFiltersType$inboundSchema = exports.GetAllPromptsFiltersOperator$ = exports.GetAllPromptsFiltersOperator$outboundSchema = exports.GetAllPromptsFiltersOperator$inboundSchema = exports.GetAllPromptsFilters2$ = exports.GetAllPromptsFilters2$outboundSchema = exports.GetAllPromptsFilters2$inboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$ = exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$ = exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$ = exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$ = exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$ = exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$ = exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema = exports.GetAllPromptsFiltersPromptsOptionsMap$ = exports.GetAllPromptsFiltersPromptsOptionsMap$outboundSchema = exports.GetAllPromptsFiltersPromptsOptionsMap$inboundSchema = exports.GetAllPromptsFiltersPromptsOptions$ = exports.GetAllPromptsFiltersPromptsOptions$outboundSchema = void 0;
49
+ exports.GetAllPromptsRequestBody$outboundSchema = exports.GetAllPromptsRequestBody$inboundSchema = exports.GetAllPromptsPromptsFilters$ = exports.GetAllPromptsPromptsFilters$outboundSchema = exports.GetAllPromptsPromptsFilters$inboundSchema = exports.GetAllPromptsFiltersPrompts1$ = exports.GetAllPromptsFiltersPrompts1$outboundSchema = exports.GetAllPromptsFiltersPrompts1$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody1Type$inboundSchema = exports.GetAllPromptsFiltersPrompts2$ = exports.GetAllPromptsFiltersPrompts2$outboundSchema = exports.GetAllPromptsFiltersPrompts2$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody2Type$inboundSchema = exports.GetAllPromptsFiltersPrompts3$ = exports.GetAllPromptsFiltersPrompts3$outboundSchema = exports.GetAllPromptsFiltersPrompts3$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Operator$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type$inboundSchema = exports.GetAllPromptsFiltersPrompts4$ = exports.GetAllPromptsFiltersPrompts4$outboundSchema = exports.GetAllPromptsFiltersPrompts4$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$ = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$inboundSchema = exports.GetAllPromptsQuery$ = exports.GetAllPromptsQuery$outboundSchema = exports.GetAllPromptsQuery$inboundSchema = exports.GetAllPromptsFilters$ = exports.GetAllPromptsFilters$outboundSchema = exports.GetAllPromptsFilters$inboundSchema = exports.GetAllPromptsFilters1$ = exports.GetAllPromptsFilters1$outboundSchema = exports.GetAllPromptsFilters1$inboundSchema = exports.GetAllPromptsFiltersHideOperators$ = exports.GetAllPromptsFiltersHideOperators$outboundSchema = exports.GetAllPromptsFiltersHideOperators$inboundSchema = exports.GetAllPromptsHideOperators1$ = exports.GetAllPromptsHideOperators1$outboundSchema = exports.GetAllPromptsHideOperators1$inboundSchema = void 0;
50
50
  exports.GetAllPromptsDataPromptsRole$inboundSchema = exports.GetAllPromptsDataPromptsProvider$ = exports.GetAllPromptsDataPromptsProvider$outboundSchema = exports.GetAllPromptsDataPromptsProvider$inboundSchema = exports.GetAllPromptsDataPromptsModelParameters$ = exports.GetAllPromptsDataPromptsModelParameters$outboundSchema = exports.GetAllPromptsDataPromptsModelParameters$inboundSchema = exports.GetAllPromptsDataPromptsEncodingFormat$ = exports.GetAllPromptsDataPromptsEncodingFormat$outboundSchema = exports.GetAllPromptsDataPromptsEncodingFormat$inboundSchema = exports.GetAllPromptsDataPromptsPhotoRealVersion$ = exports.GetAllPromptsDataPromptsPhotoRealVersion$outboundSchema = exports.GetAllPromptsDataPromptsPhotoRealVersion$inboundSchema = exports.GetAllPromptsDataPromptsResponseFormat$ = exports.GetAllPromptsDataPromptsResponseFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse1$ = exports.GetAllPromptsResponseFormatPromptsResponse1$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse1$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponseJsonSchema$ = exports.GetAllPromptsResponseFormatPromptsResponseJsonSchema$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponseJsonSchema$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONType$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2$ = exports.GetAllPromptsResponseFormatPromptsResponse2$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyType$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.GetAllPromptsDataPromptsQuality$ = exports.GetAllPromptsDataPromptsQuality$outboundSchema = exports.GetAllPromptsDataPromptsQuality$inboundSchema = exports.GetAllPromptsDataPromptsFormat$ = exports.GetAllPromptsDataPromptsFormat$outboundSchema = exports.GetAllPromptsDataPromptsFormat$inboundSchema = exports.GetAllPromptsDataPromptsModelType$ = exports.GetAllPromptsDataPromptsModelType$outboundSchema = exports.GetAllPromptsDataPromptsModelType$inboundSchema = exports.GetAllPromptsDataPromptsOwner$ = exports.GetAllPromptsDataPromptsOwner$outboundSchema = exports.GetAllPromptsDataPromptsOwner$inboundSchema = exports.GetAllPromptsOwnerPromptsResponse2$ = exports.GetAllPromptsOwnerPromptsResponse2$outboundSchema = exports.GetAllPromptsOwnerPromptsResponse2$inboundSchema = exports.GetAllPromptsObject$ = exports.GetAllPromptsObject$outboundSchema = exports.GetAllPromptsObject$inboundSchema = exports.GetAllPromptsRequestBody$ = void 0;
51
- exports.GetAllPromptsDataPromptsResponse200ApplicationJSONQuality$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONQuality$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONQuality$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFormat$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelType$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelType$inboundSchema = exports.GetAllPromptsDataPromptsMetadata$ = exports.GetAllPromptsDataPromptsMetadata$outboundSchema = exports.GetAllPromptsDataPromptsMetadata$inboundSchema = exports.GetAllPromptsDataPromptsPromptConfig$ = exports.GetAllPromptsDataPromptsPromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsPromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsMessages$ = exports.GetAllPromptsDataPromptsMessages$outboundSchema = exports.GetAllPromptsDataPromptsMessages$inboundSchema = exports.GetAllPromptsDataPromptsToolCalls$ = exports.GetAllPromptsDataPromptsToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsFunction$ = exports.GetAllPromptsDataPromptsFunction$outboundSchema = exports.GetAllPromptsDataPromptsFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Type$ = exports.GetAllPromptsDataPromptsResponse200Type$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Type$inboundSchema = exports.GetAllPromptsDataPromptsContent$ = exports.GetAllPromptsDataPromptsContent$outboundSchema = exports.GetAllPromptsDataPromptsContent$inboundSchema = exports.GetAllPromptsContentPromptsResponse2$ = exports.GetAllPromptsContentPromptsResponse2$outboundSchema = exports.GetAllPromptsContentPromptsResponse2$inboundSchema = exports.GetAllPrompts2PromptsResponse1$ = exports.GetAllPrompts2PromptsResponse1$outboundSchema = exports.GetAllPrompts2PromptsResponse1$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONType$inboundSchema = exports.GetAllPrompts2PromptsResponse2$ = exports.GetAllPrompts2PromptsResponse2$outboundSchema = exports.GetAllPrompts2PromptsResponse2$inboundSchema = exports.GetAllPrompts2PromptsResponseImageUrl$ = exports.GetAllPrompts2PromptsResponseImageUrl$outboundSchema = exports.GetAllPrompts2PromptsResponseImageUrl$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.GetAllPromptsDataPromptsRole$ = exports.GetAllPromptsDataPromptsRole$outboundSchema = void 0;
51
+ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONQuality$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONQuality$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONQuality$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFormat$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelType$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelType$inboundSchema = exports.GetAllPromptsDataPromptsMetadata$ = exports.GetAllPromptsDataPromptsMetadata$outboundSchema = exports.GetAllPromptsDataPromptsMetadata$inboundSchema = exports.GetAllPromptsDataPromptsPromptConfig$ = exports.GetAllPromptsDataPromptsPromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsPromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsMessages$ = exports.GetAllPromptsDataPromptsMessages$outboundSchema = exports.GetAllPromptsDataPromptsMessages$inboundSchema = exports.GetAllPromptsDataPromptsToolCalls$ = exports.GetAllPromptsDataPromptsToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$ = exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Type$ = exports.GetAllPromptsDataPromptsResponse200Type$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Type$inboundSchema = exports.GetAllPromptsDataPromptsContent$ = exports.GetAllPromptsDataPromptsContent$outboundSchema = exports.GetAllPromptsDataPromptsContent$inboundSchema = exports.GetAllPromptsContentPromptsResponse2$ = exports.GetAllPromptsContentPromptsResponse2$outboundSchema = exports.GetAllPromptsContentPromptsResponse2$inboundSchema = exports.GetAllPrompts2PromptsResponse1$ = exports.GetAllPrompts2PromptsResponse1$outboundSchema = exports.GetAllPrompts2PromptsResponse1$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONType$inboundSchema = exports.GetAllPrompts2PromptsResponse2$ = exports.GetAllPrompts2PromptsResponse2$outboundSchema = exports.GetAllPrompts2PromptsResponse2$inboundSchema = exports.GetAllPrompts2PromptsResponseImageUrl$ = exports.GetAllPrompts2PromptsResponseImageUrl$outboundSchema = exports.GetAllPrompts2PromptsResponseImageUrl$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.GetAllPromptsDataPromptsRole$ = exports.GetAllPromptsDataPromptsRole$outboundSchema = void 0;
52
52
  exports.GetAllPromptsContentPromptsResponse200ApplicationJSONResponseBody2$outboundSchema = exports.GetAllPromptsContentPromptsResponse200ApplicationJSONResponseBody2$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBody1$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBody1$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBody1$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3Type$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3Type$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3Type$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBody2$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBody2$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBody2$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyImageUrl$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyImageUrl$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyImageUrl$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3VersionsType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3VersionsType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData3VersionsType$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONRole$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONRole$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONRole$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONProvider$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONProvider$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONProvider$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelParameters$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelParameters$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONModelParameters$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONEncodingFormat$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONEncodingFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONEncodingFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPhotoRealVersion$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPhotoRealVersion$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPhotoRealVersion$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseFormat$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBody1$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBody1$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBody1$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyJSONSchema$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyJSONSchema$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyJSONSchema$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3Type$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3Type$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3Type$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBody2$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBody2$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBody2$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3VersionsType$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3VersionsType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData3VersionsType$inboundSchema = void 0;
53
- exports.GetAllPromptsResponseFormatPrompts2$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200Type$ = exports.GetAllPromptsResponseFormatPromptsResponse200Type$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200Type$inboundSchema = exports.GetAllPromptsDataQuality$ = exports.GetAllPromptsDataQuality$outboundSchema = exports.GetAllPromptsDataQuality$inboundSchema = exports.GetAllPromptsDataFormat$ = exports.GetAllPromptsDataFormat$outboundSchema = exports.GetAllPromptsDataFormat$inboundSchema = exports.GetAllPromptsDataModelType$ = exports.GetAllPromptsDataModelType$outboundSchema = exports.GetAllPromptsDataModelType$inboundSchema = exports.GetAllPromptsDataOwner$ = exports.GetAllPromptsDataOwner$outboundSchema = exports.GetAllPromptsDataOwner$inboundSchema = exports.GetAllPromptsOwnerPrompts2$ = exports.GetAllPromptsOwnerPrompts2$outboundSchema = exports.GetAllPromptsOwnerPrompts2$inboundSchema = exports.Data3$ = exports.Data3$outboundSchema = exports.Data3$inboundSchema = exports.GetAllPromptsDataPromptsType$ = exports.GetAllPromptsDataPromptsType$outboundSchema = exports.GetAllPromptsDataPromptsType$inboundSchema = exports.GetAllPromptsDataPromptsVersions$ = exports.GetAllPromptsDataPromptsVersions$outboundSchema = exports.GetAllPromptsDataPromptsVersions$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMetadata$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMetadata$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMetadata$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPromptConfig$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMessages$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMessages$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMessages$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONContent$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONContent$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONContent$inboundSchema = exports.GetAllPromptsContentPromptsResponse200ApplicationJSONResponseBody2$ = void 0;
53
+ exports.GetAllPromptsResponseFormatPrompts2$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200Type$ = exports.GetAllPromptsResponseFormatPromptsResponse200Type$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200Type$inboundSchema = exports.GetAllPromptsDataQuality$ = exports.GetAllPromptsDataQuality$outboundSchema = exports.GetAllPromptsDataQuality$inboundSchema = exports.GetAllPromptsDataFormat$ = exports.GetAllPromptsDataFormat$outboundSchema = exports.GetAllPromptsDataFormat$inboundSchema = exports.GetAllPromptsDataModelType$ = exports.GetAllPromptsDataModelType$outboundSchema = exports.GetAllPromptsDataModelType$inboundSchema = exports.GetAllPromptsDataOwner$ = exports.GetAllPromptsDataOwner$outboundSchema = exports.GetAllPromptsDataOwner$inboundSchema = exports.GetAllPromptsOwnerPrompts2$ = exports.GetAllPromptsOwnerPrompts2$outboundSchema = exports.GetAllPromptsOwnerPrompts2$inboundSchema = exports.GetAllPromptsData3$ = exports.GetAllPromptsData3$outboundSchema = exports.GetAllPromptsData3$inboundSchema = exports.GetAllPromptsDataPromptsType$ = exports.GetAllPromptsDataPromptsType$outboundSchema = exports.GetAllPromptsDataPromptsType$inboundSchema = exports.GetAllPromptsDataPromptsVersions$ = exports.GetAllPromptsDataPromptsVersions$outboundSchema = exports.GetAllPromptsDataPromptsVersions$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMetadata$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMetadata$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMetadata$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPromptConfig$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONPromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMessages$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMessages$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONMessages$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONContent$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONContent$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONContent$inboundSchema = exports.GetAllPromptsContentPromptsResponse200ApplicationJSONResponseBody2$ = void 0;
54
54
  exports.GetAllPromptsDataContent$ = exports.GetAllPromptsDataContent$outboundSchema = exports.GetAllPromptsDataContent$inboundSchema = exports.GetAllPromptsContentPrompts2$ = exports.GetAllPromptsContentPrompts2$outboundSchema = exports.GetAllPromptsContentPrompts2$inboundSchema = exports.GetAllPrompts2Prompts1$ = exports.GetAllPrompts2Prompts1$outboundSchema = exports.GetAllPrompts2Prompts1$inboundSchema = exports.GetAllPrompts2PromptsResponseType$ = exports.GetAllPrompts2PromptsResponseType$outboundSchema = exports.GetAllPrompts2PromptsResponseType$inboundSchema = exports.GetAllPrompts2Prompts2$ = exports.GetAllPrompts2Prompts2$outboundSchema = exports.GetAllPrompts2Prompts2$inboundSchema = exports.GetAllPrompts2PromptsImageUrl$ = exports.GetAllPrompts2PromptsImageUrl$outboundSchema = exports.GetAllPrompts2PromptsImageUrl$inboundSchema = exports.GetAllPrompts2PromptsResponse200Type$ = exports.GetAllPrompts2PromptsResponse200Type$outboundSchema = exports.GetAllPrompts2PromptsResponse200Type$inboundSchema = exports.GetAllPromptsDataRole$ = exports.GetAllPromptsDataRole$outboundSchema = exports.GetAllPromptsDataRole$inboundSchema = exports.GetAllPromptsDataProvider$ = exports.GetAllPromptsDataProvider$outboundSchema = exports.GetAllPromptsDataProvider$inboundSchema = exports.GetAllPromptsDataModelParameters$ = exports.GetAllPromptsDataModelParameters$outboundSchema = exports.GetAllPromptsDataModelParameters$inboundSchema = exports.GetAllPromptsDataEncodingFormat$ = exports.GetAllPromptsDataEncodingFormat$outboundSchema = exports.GetAllPromptsDataEncodingFormat$inboundSchema = exports.GetAllPromptsDataPhotoRealVersion$ = exports.GetAllPromptsDataPhotoRealVersion$outboundSchema = exports.GetAllPromptsDataPhotoRealVersion$inboundSchema = exports.GetAllPromptsDataResponseFormat$ = exports.GetAllPromptsDataResponseFormat$outboundSchema = exports.GetAllPromptsDataResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormatPrompts1$ = exports.GetAllPromptsResponseFormatPrompts1$outboundSchema = exports.GetAllPromptsResponseFormatPrompts1$inboundSchema = exports.GetAllPromptsResponseFormatPromptsJsonSchema$ = exports.GetAllPromptsResponseFormatPromptsJsonSchema$outboundSchema = exports.GetAllPromptsResponseFormatPromptsJsonSchema$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponseType$ = exports.GetAllPromptsResponseFormatPromptsResponseType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponseType$inboundSchema = exports.GetAllPromptsResponseFormatPrompts2$ = exports.GetAllPromptsResponseFormatPrompts2$outboundSchema = void 0;
55
- exports.GetAllPromptsDataPromptsResponseEncodingFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponseEncodingFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponsePhotoRealVersion$ = exports.GetAllPromptsDataPromptsResponsePhotoRealVersion$outboundSchema = exports.GetAllPromptsDataPromptsResponsePhotoRealVersion$inboundSchema = exports.GetAllPromptsDataPromptsResponseResponseFormat$ = exports.GetAllPromptsDataPromptsResponseResponseFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponseResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2001$ = exports.GetAllPromptsResponseFormatPromptsResponse2001$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2001$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200JsonSchema$ = exports.GetAllPromptsResponseFormatPromptsResponse200JsonSchema$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200JsonSchema$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyDataType$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyDataType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyDataType$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2002$ = exports.GetAllPromptsResponseFormatPromptsResponse2002$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2002$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData2Type$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData2Type$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData2Type$inboundSchema = exports.GetAllPromptsDataPromptsResponseQuality$ = exports.GetAllPromptsDataPromptsResponseQuality$outboundSchema = exports.GetAllPromptsDataPromptsResponseQuality$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Format$ = exports.GetAllPromptsDataPromptsResponse200Format$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Format$inboundSchema = exports.GetAllPromptsDataPromptsResponseModelType$ = exports.GetAllPromptsDataPromptsResponseModelType$outboundSchema = exports.GetAllPromptsDataPromptsResponseModelType$inboundSchema = exports.GetAllPromptsDataMetadata$ = exports.GetAllPromptsDataMetadata$outboundSchema = exports.GetAllPromptsDataMetadata$inboundSchema = exports.GetAllPromptsDataPromptConfig$ = exports.GetAllPromptsDataPromptConfig$outboundSchema = exports.GetAllPromptsDataPromptConfig$inboundSchema = exports.GetAllPromptsDataMessages$ = exports.GetAllPromptsDataMessages$outboundSchema = exports.GetAllPromptsDataMessages$inboundSchema = exports.GetAllPromptsDataToolCalls$ = exports.GetAllPromptsDataToolCalls$outboundSchema = exports.GetAllPromptsDataToolCalls$inboundSchema = exports.GetAllPromptsDataFunction$ = exports.GetAllPromptsDataFunction$outboundSchema = exports.GetAllPromptsDataFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$inboundSchema = void 0;
56
- exports.GetAllPromptsDataVersions$inboundSchema = exports.GetAllPromptsDataPromptsResponseMetadata$ = exports.GetAllPromptsDataPromptsResponseMetadata$outboundSchema = exports.GetAllPromptsDataPromptsResponseMetadata$inboundSchema = exports.GetAllPromptsDataPromptsResponsePromptConfig$ = exports.GetAllPromptsDataPromptsResponsePromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsResponsePromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsResponseMessages$ = exports.GetAllPromptsDataPromptsResponseMessages$outboundSchema = exports.GetAllPromptsDataPromptsResponseMessages$inboundSchema = exports.GetAllPromptsDataPromptsResponseToolCalls$ = exports.GetAllPromptsDataPromptsResponseToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsResponseToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$ = exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.GetAllPromptsDataPromptsResponseContent$ = exports.GetAllPromptsDataPromptsResponseContent$outboundSchema = exports.GetAllPromptsDataPromptsResponseContent$inboundSchema = exports.GetAllPromptsContentPromptsResponse2002$ = exports.GetAllPromptsContentPromptsResponse2002$outboundSchema = exports.GetAllPromptsContentPromptsResponse2002$inboundSchema = exports.GetAllPrompts2PromptsResponse2001$ = exports.GetAllPrompts2PromptsResponse2001$outboundSchema = exports.GetAllPrompts2PromptsResponse2001$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyDataType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyDataType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyDataType$inboundSchema = exports.GetAllPrompts2PromptsResponse2002$ = exports.GetAllPrompts2PromptsResponse2002$outboundSchema = exports.GetAllPrompts2PromptsResponse2002$inboundSchema = exports.GetAllPrompts2PromptsResponse200ImageUrl$ = exports.GetAllPrompts2PromptsResponse200ImageUrl$outboundSchema = exports.GetAllPrompts2PromptsResponse200ImageUrl$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData2Type$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData2Type$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData2Type$inboundSchema = exports.GetAllPromptsDataPromptsResponseRole$ = exports.GetAllPromptsDataPromptsResponseRole$outboundSchema = exports.GetAllPromptsDataPromptsResponseRole$inboundSchema = exports.GetAllPromptsDataPromptsResponseProvider$ = exports.GetAllPromptsDataPromptsResponseProvider$outboundSchema = exports.GetAllPromptsDataPromptsResponseProvider$inboundSchema = exports.GetAllPromptsDataPromptsResponseModelParameters$ = exports.GetAllPromptsDataPromptsResponseModelParameters$outboundSchema = exports.GetAllPromptsDataPromptsResponseModelParameters$inboundSchema = exports.GetAllPromptsDataPromptsResponseEncodingFormat$ = void 0;
57
- exports.DataModelParameters$ = exports.DataModelParameters$outboundSchema = exports.DataModelParameters$inboundSchema = exports.DataEncodingFormat$ = exports.DataEncodingFormat$outboundSchema = exports.DataEncodingFormat$inboundSchema = exports.DataPhotoRealVersion$ = exports.DataPhotoRealVersion$outboundSchema = exports.DataPhotoRealVersion$inboundSchema = exports.DataResponseFormat$ = exports.DataResponseFormat$outboundSchema = exports.DataResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormat1$ = exports.GetAllPromptsResponseFormat1$outboundSchema = exports.GetAllPromptsResponseFormat1$inboundSchema = exports.GetAllPromptsResponseFormatJsonSchema$ = exports.GetAllPromptsResponseFormatJsonSchema$outboundSchema = exports.GetAllPromptsResponseFormatJsonSchema$inboundSchema = exports.GetAllPromptsResponseFormatType$ = exports.GetAllPromptsResponseFormatType$outboundSchema = exports.GetAllPromptsResponseFormatType$inboundSchema = exports.GetAllPromptsResponseFormat2$ = exports.GetAllPromptsResponseFormat2$outboundSchema = exports.GetAllPromptsResponseFormat2$inboundSchema = exports.GetAllPromptsResponseFormatPromptsType$ = exports.GetAllPromptsResponseFormatPromptsType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsType$inboundSchema = exports.DataQuality$ = exports.DataQuality$outboundSchema = exports.DataQuality$inboundSchema = exports.DataFormat$ = exports.DataFormat$outboundSchema = exports.DataFormat$inboundSchema = exports.DataModelType$ = exports.DataModelType$outboundSchema = exports.DataModelType$inboundSchema = exports.DataOwner$ = exports.DataOwner$outboundSchema = exports.DataOwner$inboundSchema = exports.GetAllPromptsOwner2$ = exports.GetAllPromptsOwner2$outboundSchema = exports.GetAllPromptsOwner2$inboundSchema = exports.Data2$ = exports.Data2$outboundSchema = exports.Data2$inboundSchema = exports.GetAllPromptsDataType$ = exports.GetAllPromptsDataType$outboundSchema = exports.GetAllPromptsDataType$inboundSchema = exports.GetAllPromptsDataVersions$ = exports.GetAllPromptsDataVersions$outboundSchema = void 0;
58
- exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ModelType$ = exports.GetAllPromptsDataPromptsResponse200ModelType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ModelType$inboundSchema = exports.DataMetadata$ = exports.DataMetadata$outboundSchema = exports.DataMetadata$inboundSchema = exports.DataPromptConfig$ = exports.DataPromptConfig$outboundSchema = exports.DataPromptConfig$inboundSchema = exports.DataMessages$ = exports.DataMessages$outboundSchema = exports.DataMessages$inboundSchema = exports.DataToolCalls$ = exports.DataToolCalls$outboundSchema = exports.DataToolCalls$inboundSchema = exports.DataFunction$ = exports.DataFunction$outboundSchema = exports.DataFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponseType$ = exports.GetAllPromptsDataPromptsResponseType$outboundSchema = exports.GetAllPromptsDataPromptsResponseType$inboundSchema = exports.DataContent$ = exports.DataContent$outboundSchema = exports.DataContent$inboundSchema = exports.GetAllPromptsContent2$ = exports.GetAllPromptsContent2$outboundSchema = exports.GetAllPromptsContent2$inboundSchema = exports.GetAllPrompts21$ = exports.GetAllPrompts21$outboundSchema = exports.GetAllPrompts21$inboundSchema = exports.GetAllPrompts2Type$ = exports.GetAllPrompts2Type$outboundSchema = exports.GetAllPrompts2Type$inboundSchema = exports.GetAllPrompts22$ = exports.GetAllPrompts22$outboundSchema = exports.GetAllPrompts22$inboundSchema = exports.GetAllPrompts2ImageUrl$ = exports.GetAllPrompts2ImageUrl$outboundSchema = exports.GetAllPrompts2ImageUrl$inboundSchema = exports.GetAllPrompts2PromptsType$ = exports.GetAllPrompts2PromptsType$outboundSchema = exports.GetAllPrompts2PromptsType$inboundSchema = exports.DataRole$ = exports.DataRole$outboundSchema = exports.DataRole$inboundSchema = exports.DataProvider$ = exports.DataProvider$outboundSchema = exports.DataProvider$inboundSchema = void 0;
55
+ exports.GetAllPromptsDataPromptsResponseEncodingFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponseEncodingFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponsePhotoRealVersion$ = exports.GetAllPromptsDataPromptsResponsePhotoRealVersion$outboundSchema = exports.GetAllPromptsDataPromptsResponsePhotoRealVersion$inboundSchema = exports.GetAllPromptsDataPromptsResponseResponseFormat$ = exports.GetAllPromptsDataPromptsResponseResponseFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponseResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2001$ = exports.GetAllPromptsResponseFormatPromptsResponse2001$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2001$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200JsonSchema$ = exports.GetAllPromptsResponseFormatPromptsResponse200JsonSchema$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200JsonSchema$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyDataType$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyDataType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyDataType$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2002$ = exports.GetAllPromptsResponseFormatPromptsResponse2002$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse2002$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData2Type$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData2Type$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData2Type$inboundSchema = exports.GetAllPromptsDataPromptsResponseQuality$ = exports.GetAllPromptsDataPromptsResponseQuality$outboundSchema = exports.GetAllPromptsDataPromptsResponseQuality$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Format$ = exports.GetAllPromptsDataPromptsResponse200Format$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Format$inboundSchema = exports.GetAllPromptsDataPromptsResponseModelType$ = exports.GetAllPromptsDataPromptsResponseModelType$outboundSchema = exports.GetAllPromptsDataPromptsResponseModelType$inboundSchema = exports.GetAllPromptsDataMetadata$ = exports.GetAllPromptsDataMetadata$outboundSchema = exports.GetAllPromptsDataMetadata$inboundSchema = exports.GetAllPromptsDataPromptConfig$ = exports.GetAllPromptsDataPromptConfig$outboundSchema = exports.GetAllPromptsDataPromptConfig$inboundSchema = exports.GetAllPromptsDataMessages$ = exports.GetAllPromptsDataMessages$outboundSchema = exports.GetAllPromptsDataMessages$inboundSchema = exports.GetAllPromptsDataToolCalls$ = exports.GetAllPromptsDataToolCalls$outboundSchema = exports.GetAllPromptsDataToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsFunction$ = exports.GetAllPromptsDataPromptsFunction$outboundSchema = exports.GetAllPromptsDataPromptsFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$inboundSchema = void 0;
56
+ exports.GetAllPromptsDataVersions$inboundSchema = exports.GetAllPromptsDataPromptsResponseMetadata$ = exports.GetAllPromptsDataPromptsResponseMetadata$outboundSchema = exports.GetAllPromptsDataPromptsResponseMetadata$inboundSchema = exports.GetAllPromptsDataPromptsResponsePromptConfig$ = exports.GetAllPromptsDataPromptsResponsePromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsResponsePromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsResponseMessages$ = exports.GetAllPromptsDataPromptsResponseMessages$outboundSchema = exports.GetAllPromptsDataPromptsResponseMessages$inboundSchema = exports.GetAllPromptsDataPromptsResponseToolCalls$ = exports.GetAllPromptsDataPromptsResponseToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsResponseToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$ = exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.GetAllPromptsDataPromptsResponseContent$ = exports.GetAllPromptsDataPromptsResponseContent$outboundSchema = exports.GetAllPromptsDataPromptsResponseContent$inboundSchema = exports.GetAllPromptsContentPromptsResponse2002$ = exports.GetAllPromptsContentPromptsResponse2002$outboundSchema = exports.GetAllPromptsContentPromptsResponse2002$inboundSchema = exports.GetAllPrompts2PromptsResponse2001$ = exports.GetAllPrompts2PromptsResponse2001$outboundSchema = exports.GetAllPrompts2PromptsResponse2001$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyDataType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyDataType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyDataType$inboundSchema = exports.GetAllPrompts2PromptsResponse2002$ = exports.GetAllPrompts2PromptsResponse2002$outboundSchema = exports.GetAllPrompts2PromptsResponse2002$inboundSchema = exports.GetAllPrompts2PromptsResponse200ImageUrl$ = exports.GetAllPrompts2PromptsResponse200ImageUrl$outboundSchema = exports.GetAllPrompts2PromptsResponse200ImageUrl$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData2Type$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData2Type$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData2Type$inboundSchema = exports.GetAllPromptsDataPromptsResponseRole$ = exports.GetAllPromptsDataPromptsResponseRole$outboundSchema = exports.GetAllPromptsDataPromptsResponseRole$inboundSchema = exports.GetAllPromptsDataPromptsResponseProvider$ = exports.GetAllPromptsDataPromptsResponseProvider$outboundSchema = exports.GetAllPromptsDataPromptsResponseProvider$inboundSchema = exports.GetAllPromptsDataPromptsResponseModelParameters$ = exports.GetAllPromptsDataPromptsResponseModelParameters$outboundSchema = exports.GetAllPromptsDataPromptsResponseModelParameters$inboundSchema = exports.GetAllPromptsDataPromptsResponseEncodingFormat$ = void 0;
57
+ exports.DataModelParameters$ = exports.DataModelParameters$outboundSchema = exports.DataModelParameters$inboundSchema = exports.DataEncodingFormat$ = exports.DataEncodingFormat$outboundSchema = exports.DataEncodingFormat$inboundSchema = exports.DataPhotoRealVersion$ = exports.DataPhotoRealVersion$outboundSchema = exports.DataPhotoRealVersion$inboundSchema = exports.DataResponseFormat$ = exports.DataResponseFormat$outboundSchema = exports.DataResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormat1$ = exports.GetAllPromptsResponseFormat1$outboundSchema = exports.GetAllPromptsResponseFormat1$inboundSchema = exports.GetAllPromptsResponseFormatJsonSchema$ = exports.GetAllPromptsResponseFormatJsonSchema$outboundSchema = exports.GetAllPromptsResponseFormatJsonSchema$inboundSchema = exports.GetAllPromptsResponseFormatType$ = exports.GetAllPromptsResponseFormatType$outboundSchema = exports.GetAllPromptsResponseFormatType$inboundSchema = exports.GetAllPromptsResponseFormat2$ = exports.GetAllPromptsResponseFormat2$outboundSchema = exports.GetAllPromptsResponseFormat2$inboundSchema = exports.GetAllPromptsResponseFormatPromptsType$ = exports.GetAllPromptsResponseFormatPromptsType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsType$inboundSchema = exports.DataQuality$ = exports.DataQuality$outboundSchema = exports.DataQuality$inboundSchema = exports.DataFormat$ = exports.DataFormat$outboundSchema = exports.DataFormat$inboundSchema = exports.DataModelType$ = exports.DataModelType$outboundSchema = exports.DataModelType$inboundSchema = exports.DataOwner$ = exports.DataOwner$outboundSchema = exports.DataOwner$inboundSchema = exports.GetAllPromptsOwner2$ = exports.GetAllPromptsOwner2$outboundSchema = exports.GetAllPromptsOwner2$inboundSchema = exports.GetAllPromptsData2$ = exports.GetAllPromptsData2$outboundSchema = exports.GetAllPromptsData2$inboundSchema = exports.GetAllPromptsDataType$ = exports.GetAllPromptsDataType$outboundSchema = exports.GetAllPromptsDataType$inboundSchema = exports.GetAllPromptsDataVersions$ = exports.GetAllPromptsDataVersions$outboundSchema = void 0;
58
+ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ModelType$ = exports.GetAllPromptsDataPromptsResponse200ModelType$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ModelType$inboundSchema = exports.DataMetadata$ = exports.DataMetadata$outboundSchema = exports.DataMetadata$inboundSchema = exports.DataPromptConfig$ = exports.DataPromptConfig$outboundSchema = exports.DataPromptConfig$inboundSchema = exports.DataMessages$ = exports.DataMessages$outboundSchema = exports.DataMessages$inboundSchema = exports.DataToolCalls$ = exports.DataToolCalls$outboundSchema = exports.DataToolCalls$inboundSchema = exports.GetAllPromptsDataFunction$ = exports.GetAllPromptsDataFunction$outboundSchema = exports.GetAllPromptsDataFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponseType$ = exports.GetAllPromptsDataPromptsResponseType$outboundSchema = exports.GetAllPromptsDataPromptsResponseType$inboundSchema = exports.DataContent$ = exports.DataContent$outboundSchema = exports.DataContent$inboundSchema = exports.GetAllPromptsContent2$ = exports.GetAllPromptsContent2$outboundSchema = exports.GetAllPromptsContent2$inboundSchema = exports.GetAllPrompts21$ = exports.GetAllPrompts21$outboundSchema = exports.GetAllPrompts21$inboundSchema = exports.GetAllPrompts2Type$ = exports.GetAllPrompts2Type$outboundSchema = exports.GetAllPrompts2Type$inboundSchema = exports.GetAllPrompts22$ = exports.GetAllPrompts22$outboundSchema = exports.GetAllPrompts22$inboundSchema = exports.GetAllPrompts2ImageUrl$ = exports.GetAllPrompts2ImageUrl$outboundSchema = exports.GetAllPrompts2ImageUrl$inboundSchema = exports.GetAllPrompts2PromptsType$ = exports.GetAllPrompts2PromptsType$outboundSchema = exports.GetAllPrompts2PromptsType$inboundSchema = exports.DataRole$ = exports.DataRole$outboundSchema = exports.DataRole$inboundSchema = exports.DataProvider$ = exports.DataProvider$outboundSchema = exports.DataProvider$inboundSchema = void 0;
59
59
  exports.GetAllPrompts2PromptsResponse200ApplicationJson1$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1Type$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1Type$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1Type$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJson2$ = exports.GetAllPrompts2PromptsResponse200ApplicationJson2$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJson2$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONImageUrl$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONImageUrl$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONImageUrl$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1VersionsType$ = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1VersionsType$outboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJSONResponseBodyData1VersionsType$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Role$ = exports.GetAllPromptsDataPromptsResponse200Role$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Role$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Provider$ = exports.GetAllPromptsDataPromptsResponse200Provider$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Provider$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ModelParameters$ = exports.GetAllPromptsDataPromptsResponse200ModelParameters$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ModelParameters$inboundSchema = exports.GetAllPromptsDataPromptsResponse200EncodingFormat$ = exports.GetAllPromptsDataPromptsResponse200EncodingFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200EncodingFormat$inboundSchema = exports.GetAllPromptsDataPromptsResponse200PhotoRealVersion$ = exports.GetAllPromptsDataPromptsResponse200PhotoRealVersion$outboundSchema = exports.GetAllPromptsDataPromptsResponse200PhotoRealVersion$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ResponseFormat$ = exports.GetAllPromptsDataPromptsResponse200ResponseFormat$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ResponseFormat$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJson1$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJson1$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJson1$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONJSONSchema$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONJSONSchema$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONJSONSchema$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1Type$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1Type$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1Type$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJson2$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJson2$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJson2$inboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1VersionsType$ = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1VersionsType$outboundSchema = exports.GetAllPromptsResponseFormatPromptsResponse200ApplicationJSONResponseBodyData1VersionsType$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Quality$ = exports.GetAllPromptsDataPromptsResponse200Quality$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Quality$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFormat$ = void 0;
60
- exports.GetAllPromptsResponseBody$ = exports.GetAllPromptsResponseBody$outboundSchema = exports.GetAllPromptsResponseBody$inboundSchema = exports.GetAllPromptsData$ = exports.GetAllPromptsData$outboundSchema = exports.GetAllPromptsData$inboundSchema = exports.Data1$ = exports.Data1$outboundSchema = exports.Data1$inboundSchema = exports.DataType$ = exports.DataType$outboundSchema = exports.DataType$inboundSchema = exports.DataVersions$ = exports.DataVersions$outboundSchema = exports.DataVersions$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Metadata$ = exports.GetAllPromptsDataPromptsResponse200Metadata$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Metadata$inboundSchema = exports.GetAllPromptsDataPromptsResponse200PromptConfig$ = exports.GetAllPromptsDataPromptsResponse200PromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsResponse200PromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Messages$ = exports.GetAllPromptsDataPromptsResponse200Messages$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Messages$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ToolCalls$ = exports.GetAllPromptsDataPromptsResponse200ToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$ = exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Content$ = exports.GetAllPromptsDataPromptsResponse200Content$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Content$inboundSchema = exports.GetAllPromptsContentPromptsResponse200ApplicationJson2$ = exports.GetAllPromptsContentPromptsResponse200ApplicationJson2$outboundSchema = exports.GetAllPromptsContentPromptsResponse200ApplicationJson2$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJson1$ = exports.GetAllPrompts2PromptsResponse200ApplicationJson1$outboundSchema = void 0;
61
- exports.paginationToJSON = paginationToJSON;
62
- exports.paginationFromJSON = paginationFromJSON;
63
- exports.sortingPropsToJSON = sortingPropsToJSON;
64
- exports.sortingPropsFromJSON = sortingPropsFromJSON;
60
+ exports.GetAllPromptsResponseBody$ = exports.GetAllPromptsResponseBody$outboundSchema = exports.GetAllPromptsResponseBody$inboundSchema = exports.GetAllPromptsData$ = exports.GetAllPromptsData$outboundSchema = exports.GetAllPromptsData$inboundSchema = exports.GetAllPromptsData1$ = exports.GetAllPromptsData1$outboundSchema = exports.GetAllPromptsData1$inboundSchema = exports.DataType$ = exports.DataType$outboundSchema = exports.DataType$inboundSchema = exports.DataVersions$ = exports.DataVersions$outboundSchema = exports.DataVersions$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Metadata$ = exports.GetAllPromptsDataPromptsResponse200Metadata$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Metadata$inboundSchema = exports.GetAllPromptsDataPromptsResponse200PromptConfig$ = exports.GetAllPromptsDataPromptsResponse200PromptConfig$outboundSchema = exports.GetAllPromptsDataPromptsResponse200PromptConfig$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Messages$ = exports.GetAllPromptsDataPromptsResponse200Messages$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Messages$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ToolCalls$ = exports.GetAllPromptsDataPromptsResponse200ToolCalls$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ToolCalls$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$ = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$inboundSchema = exports.GetAllPromptsDataPromptsResponse200Content$ = exports.GetAllPromptsDataPromptsResponse200Content$outboundSchema = exports.GetAllPromptsDataPromptsResponse200Content$inboundSchema = exports.GetAllPromptsContentPromptsResponse200ApplicationJson2$ = exports.GetAllPromptsContentPromptsResponse200ApplicationJson2$outboundSchema = exports.GetAllPromptsContentPromptsResponse200ApplicationJson2$inboundSchema = exports.GetAllPrompts2PromptsResponse200ApplicationJson1$ = exports.GetAllPrompts2PromptsResponse200ApplicationJson1$outboundSchema = void 0;
61
+ exports.getAllPromptsPaginationToJSON = getAllPromptsPaginationToJSON;
62
+ exports.getAllPromptsPaginationFromJSON = getAllPromptsPaginationFromJSON;
63
+ exports.getAllPromptsSortingPropsToJSON = getAllPromptsSortingPropsToJSON;
64
+ exports.getAllPromptsSortingPropsFromJSON = getAllPromptsSortingPropsFromJSON;
65
65
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperatorsToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperatorsToJSON;
66
66
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperatorsFromJSON;
67
- exports.eightToJSON = eightToJSON;
68
- exports.eightFromJSON = eightFromJSON;
67
+ exports.filters8ToJSON = filters8ToJSON;
68
+ exports.filters8FromJSON = filters8FromJSON;
69
69
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery7OperatorToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery7OperatorToJSON;
70
70
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery7OperatorFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery7OperatorFromJSON;
71
71
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperatorsToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperatorsToJSON;
72
72
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperatorsFromJSON;
73
- exports.getAllPromptsFiltersPromptsOptionsToJSON = getAllPromptsFiltersPromptsOptionsToJSON;
74
- exports.getAllPromptsFiltersPromptsOptionsFromJSON = getAllPromptsFiltersPromptsOptionsFromJSON;
73
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyOptionsToJSON = getAllPromptsFiltersPromptsRequestRequestBodyOptionsToJSON;
74
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyOptionsFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyOptionsFromJSON;
75
75
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1ToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1ToJSON;
76
76
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1FromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1FromJSON;
77
- exports.sevenToJSON = sevenToJSON;
78
- exports.sevenFromJSON = sevenFromJSON;
77
+ exports.filters7ToJSON = filters7ToJSON;
78
+ exports.filters7FromJSON = filters7FromJSON;
79
79
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery6OperatorToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery6OperatorToJSON;
80
80
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery6OperatorFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery6OperatorFromJSON;
81
- exports.getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsToJSON = getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsToJSON;
82
- exports.getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsFromJSON;
83
- exports.getAllPromptsFiltersOptionsToJSON = getAllPromptsFiltersOptionsToJSON;
84
- exports.getAllPromptsFiltersOptionsFromJSON = getAllPromptsFiltersOptionsFromJSON;
81
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperatorsToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperatorsToJSON;
82
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperatorsFromJSON;
83
+ exports.getAllPromptsFiltersPromptsRequestOptionsToJSON = getAllPromptsFiltersPromptsRequestOptionsToJSON;
84
+ exports.getAllPromptsFiltersPromptsRequestOptionsFromJSON = getAllPromptsFiltersPromptsRequestOptionsFromJSON;
85
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1ToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1ToJSON;
86
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1FromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1FromJSON;
87
+ exports.filters6ToJSON = filters6ToJSON;
88
+ exports.filters6FromJSON = filters6FromJSON;
85
89
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsToJSON = getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsToJSON;
86
90
  exports.getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsFromJSON;
87
- exports.sixToJSON = sixToJSON;
88
- exports.sixFromJSON = sixFromJSON;
89
- exports.getAllPromptsFiltersPromptsRequestHideOperatorsToJSON = getAllPromptsFiltersPromptsRequestHideOperatorsToJSON;
90
- exports.getAllPromptsFiltersPromptsRequestHideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestHideOperatorsFromJSON;
91
- exports.filters5ToJSON = filters5ToJSON;
92
- exports.filters5FromJSON = filters5FromJSON;
91
+ exports.getAllPromptsFilters5ToJSON = getAllPromptsFilters5ToJSON;
92
+ exports.getAllPromptsFilters5FromJSON = getAllPromptsFilters5FromJSON;
93
+ exports.getAllPromptsFiltersPromptsValueToJSON = getAllPromptsFiltersPromptsValueToJSON;
94
+ exports.getAllPromptsFiltersPromptsValueFromJSON = getAllPromptsFiltersPromptsValueFromJSON;
95
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsToJSON = getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsToJSON;
96
+ exports.getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsFromJSON;
97
+ exports.getAllPromptsFilters4ToJSON = getAllPromptsFilters4ToJSON;
98
+ exports.getAllPromptsFilters4FromJSON = getAllPromptsFilters4FromJSON;
99
+ exports.filtersUnitToJSON = filtersUnitToJSON;
100
+ exports.filtersUnitFromJSON = filtersUnitFromJSON;
101
+ exports.filtersCriteriaToJSON = filtersCriteriaToJSON;
102
+ exports.filtersCriteriaFromJSON = filtersCriteriaFromJSON;
93
103
  exports.getAllPromptsFiltersValueToJSON = getAllPromptsFiltersValueToJSON;
94
104
  exports.getAllPromptsFiltersValueFromJSON = getAllPromptsFiltersValueFromJSON;
95
- exports.getAllPromptsFiltersPromptsHideOperatorsToJSON = getAllPromptsFiltersPromptsHideOperatorsToJSON;
96
- exports.getAllPromptsFiltersPromptsHideOperatorsFromJSON = getAllPromptsFiltersPromptsHideOperatorsFromJSON;
97
- exports.filters4ToJSON = filters4ToJSON;
98
- exports.filters4FromJSON = filters4FromJSON;
99
- exports.unitToJSON = unitToJSON;
100
- exports.unitFromJSON = unitFromJSON;
101
- exports.criteriaToJSON = criteriaToJSON;
102
- exports.criteriaFromJSON = criteriaFromJSON;
103
- exports.filtersValueToJSON = filtersValueToJSON;
104
- exports.filtersValueFromJSON = filtersValueFromJSON;
105
- exports.getAllPromptsFiltersHideOperatorsToJSON = getAllPromptsFiltersHideOperatorsToJSON;
106
- exports.getAllPromptsFiltersHideOperatorsFromJSON = getAllPromptsFiltersHideOperatorsFromJSON;
105
+ exports.getAllPromptsFiltersPromptsRequestHideOperatorsToJSON = getAllPromptsFiltersPromptsRequestHideOperatorsToJSON;
106
+ exports.getAllPromptsFiltersPromptsRequestHideOperatorsFromJSON = getAllPromptsFiltersPromptsRequestHideOperatorsFromJSON;
107
107
  exports.getAllPromptsFilters3ToJSON = getAllPromptsFilters3ToJSON;
108
108
  exports.getAllPromptsFilters3FromJSON = getAllPromptsFilters3FromJSON;
109
- exports.filtersOptionsToJSON = filtersOptionsToJSON;
110
- exports.filtersOptionsFromJSON = filtersOptionsFromJSON;
111
- exports.filtersOptionsMapToJSON = filtersOptionsMapToJSON;
112
- exports.filtersOptionsMapFromJSON = filtersOptionsMapFromJSON;
113
- exports.filtersHideOperatorsToJSON = filtersHideOperatorsToJSON;
114
- exports.filtersHideOperatorsFromJSON = filtersHideOperatorsFromJSON;
109
+ exports.getAllPromptsFiltersPromptsOptionsToJSON = getAllPromptsFiltersPromptsOptionsToJSON;
110
+ exports.getAllPromptsFiltersPromptsOptionsFromJSON = getAllPromptsFiltersPromptsOptionsFromJSON;
111
+ exports.getAllPromptsFiltersPromptsOptionsMapToJSON = getAllPromptsFiltersPromptsOptionsMapToJSON;
112
+ exports.getAllPromptsFiltersPromptsOptionsMapFromJSON = getAllPromptsFiltersPromptsOptionsMapFromJSON;
113
+ exports.getAllPromptsFiltersPromptsHideOperatorsToJSON = getAllPromptsFiltersPromptsHideOperatorsToJSON;
114
+ exports.getAllPromptsFiltersPromptsHideOperatorsFromJSON = getAllPromptsFiltersPromptsHideOperatorsFromJSON;
115
115
  exports.getAllPromptsFilters2ToJSON = getAllPromptsFilters2ToJSON;
116
116
  exports.getAllPromptsFilters2FromJSON = getAllPromptsFilters2FromJSON;
117
- exports.optionsToJSON = optionsToJSON;
118
- exports.optionsFromJSON = optionsFromJSON;
119
- exports.optionsMapToJSON = optionsMapToJSON;
120
- exports.optionsMapFromJSON = optionsMapFromJSON;
121
- exports.hideOperatorsToJSON = hideOperatorsToJSON;
122
- exports.hideOperatorsFromJSON = hideOperatorsFromJSON;
117
+ exports.getAllPromptsFiltersOptionsToJSON = getAllPromptsFiltersOptionsToJSON;
118
+ exports.getAllPromptsFiltersOptionsFromJSON = getAllPromptsFiltersOptionsFromJSON;
119
+ exports.getAllPromptsFiltersOptionsMapToJSON = getAllPromptsFiltersOptionsMapToJSON;
120
+ exports.getAllPromptsFiltersOptionsMapFromJSON = getAllPromptsFiltersOptionsMapFromJSON;
121
+ exports.getAllPromptsFiltersHideOperatorsToJSON = getAllPromptsFiltersHideOperatorsToJSON;
122
+ exports.getAllPromptsFiltersHideOperatorsFromJSON = getAllPromptsFiltersHideOperatorsFromJSON;
123
123
  exports.getAllPromptsFilters1ToJSON = getAllPromptsFilters1ToJSON;
124
124
  exports.getAllPromptsFilters1FromJSON = getAllPromptsFilters1FromJSON;
125
125
  exports.getAllPromptsFiltersToJSON = getAllPromptsFiltersToJSON;
126
126
  exports.getAllPromptsFiltersFromJSON = getAllPromptsFiltersFromJSON;
127
- exports.queryToJSON = queryToJSON;
128
- exports.queryFromJSON = queryFromJSON;
129
- exports.getAllPromptsFilters4ToJSON = getAllPromptsFilters4ToJSON;
130
- exports.getAllPromptsFilters4FromJSON = getAllPromptsFilters4FromJSON;
127
+ exports.getAllPromptsQueryToJSON = getAllPromptsQueryToJSON;
128
+ exports.getAllPromptsQueryFromJSON = getAllPromptsQueryFromJSON;
129
+ exports.getAllPromptsFiltersPrompts4ToJSON = getAllPromptsFiltersPrompts4ToJSON;
130
+ exports.getAllPromptsFiltersPrompts4FromJSON = getAllPromptsFiltersPrompts4FromJSON;
131
131
  exports.getAllPromptsFiltersPrompts3ToJSON = getAllPromptsFiltersPrompts3ToJSON;
132
132
  exports.getAllPromptsFiltersPrompts3FromJSON = getAllPromptsFiltersPrompts3FromJSON;
133
133
  exports.getAllPromptsFiltersPrompts2ToJSON = getAllPromptsFiltersPrompts2ToJSON;
@@ -160,8 +160,8 @@ exports.getAllPromptsContentPromptsResponse2ToJSON = getAllPromptsContentPrompts
160
160
  exports.getAllPromptsContentPromptsResponse2FromJSON = getAllPromptsContentPromptsResponse2FromJSON;
161
161
  exports.getAllPromptsDataPromptsContentToJSON = getAllPromptsDataPromptsContentToJSON;
162
162
  exports.getAllPromptsDataPromptsContentFromJSON = getAllPromptsDataPromptsContentFromJSON;
163
- exports.getAllPromptsDataPromptsFunctionToJSON = getAllPromptsDataPromptsFunctionToJSON;
164
- exports.getAllPromptsDataPromptsFunctionFromJSON = getAllPromptsDataPromptsFunctionFromJSON;
163
+ exports.getAllPromptsDataPromptsResponseFunctionToJSON = getAllPromptsDataPromptsResponseFunctionToJSON;
164
+ exports.getAllPromptsDataPromptsResponseFunctionFromJSON = getAllPromptsDataPromptsResponseFunctionFromJSON;
165
165
  exports.getAllPromptsDataPromptsToolCallsToJSON = getAllPromptsDataPromptsToolCallsToJSON;
166
166
  exports.getAllPromptsDataPromptsToolCallsFromJSON = getAllPromptsDataPromptsToolCallsFromJSON;
167
167
  exports.getAllPromptsDataPromptsMessagesToJSON = getAllPromptsDataPromptsMessagesToJSON;
@@ -190,8 +190,8 @@ exports.getAllPromptsContentPromptsResponse200ApplicationJSONResponseBody2ToJSON
190
190
  exports.getAllPromptsContentPromptsResponse200ApplicationJSONResponseBody2FromJSON = getAllPromptsContentPromptsResponse200ApplicationJSONResponseBody2FromJSON;
191
191
  exports.getAllPromptsDataPromptsResponse200ApplicationJSONContentToJSON = getAllPromptsDataPromptsResponse200ApplicationJSONContentToJSON;
192
192
  exports.getAllPromptsDataPromptsResponse200ApplicationJSONContentFromJSON = getAllPromptsDataPromptsResponse200ApplicationJSONContentFromJSON;
193
- exports.getAllPromptsDataPromptsResponse200ApplicationJSONFunctionToJSON = getAllPromptsDataPromptsResponse200ApplicationJSONFunctionToJSON;
194
- exports.getAllPromptsDataPromptsResponse200ApplicationJSONFunctionFromJSON = getAllPromptsDataPromptsResponse200ApplicationJSONFunctionFromJSON;
193
+ exports.getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunctionToJSON = getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunctionToJSON;
194
+ exports.getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunctionFromJSON = getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunctionFromJSON;
195
195
  exports.getAllPromptsDataPromptsResponse200ApplicationJSONToolCallsToJSON = getAllPromptsDataPromptsResponse200ApplicationJSONToolCallsToJSON;
196
196
  exports.getAllPromptsDataPromptsResponse200ApplicationJSONToolCallsFromJSON = getAllPromptsDataPromptsResponse200ApplicationJSONToolCallsFromJSON;
197
197
  exports.getAllPromptsDataPromptsResponse200ApplicationJSONMessagesToJSON = getAllPromptsDataPromptsResponse200ApplicationJSONMessagesToJSON;
@@ -202,8 +202,8 @@ exports.getAllPromptsDataPromptsResponse200ApplicationJSONMetadataToJSON = getAl
202
202
  exports.getAllPromptsDataPromptsResponse200ApplicationJSONMetadataFromJSON = getAllPromptsDataPromptsResponse200ApplicationJSONMetadataFromJSON;
203
203
  exports.getAllPromptsDataPromptsVersionsToJSON = getAllPromptsDataPromptsVersionsToJSON;
204
204
  exports.getAllPromptsDataPromptsVersionsFromJSON = getAllPromptsDataPromptsVersionsFromJSON;
205
- exports.data3ToJSON = data3ToJSON;
206
- exports.data3FromJSON = data3FromJSON;
205
+ exports.getAllPromptsData3ToJSON = getAllPromptsData3ToJSON;
206
+ exports.getAllPromptsData3FromJSON = getAllPromptsData3FromJSON;
207
207
  exports.getAllPromptsDataOwnerToJSON = getAllPromptsDataOwnerToJSON;
208
208
  exports.getAllPromptsDataOwnerFromJSON = getAllPromptsDataOwnerFromJSON;
209
209
  exports.getAllPromptsResponseFormatPrompts2ToJSON = getAllPromptsResponseFormatPrompts2ToJSON;
@@ -226,8 +226,8 @@ exports.getAllPromptsContentPrompts2ToJSON = getAllPromptsContentPrompts2ToJSON;
226
226
  exports.getAllPromptsContentPrompts2FromJSON = getAllPromptsContentPrompts2FromJSON;
227
227
  exports.getAllPromptsDataContentToJSON = getAllPromptsDataContentToJSON;
228
228
  exports.getAllPromptsDataContentFromJSON = getAllPromptsDataContentFromJSON;
229
- exports.getAllPromptsDataFunctionToJSON = getAllPromptsDataFunctionToJSON;
230
- exports.getAllPromptsDataFunctionFromJSON = getAllPromptsDataFunctionFromJSON;
229
+ exports.getAllPromptsDataPromptsFunctionToJSON = getAllPromptsDataPromptsFunctionToJSON;
230
+ exports.getAllPromptsDataPromptsFunctionFromJSON = getAllPromptsDataPromptsFunctionFromJSON;
231
231
  exports.getAllPromptsDataToolCallsToJSON = getAllPromptsDataToolCallsToJSON;
232
232
  exports.getAllPromptsDataToolCallsFromJSON = getAllPromptsDataToolCallsFromJSON;
233
233
  exports.getAllPromptsDataMessagesToJSON = getAllPromptsDataMessagesToJSON;
@@ -256,8 +256,8 @@ exports.getAllPromptsContentPromptsResponse2002ToJSON = getAllPromptsContentProm
256
256
  exports.getAllPromptsContentPromptsResponse2002FromJSON = getAllPromptsContentPromptsResponse2002FromJSON;
257
257
  exports.getAllPromptsDataPromptsResponseContentToJSON = getAllPromptsDataPromptsResponseContentToJSON;
258
258
  exports.getAllPromptsDataPromptsResponseContentFromJSON = getAllPromptsDataPromptsResponseContentFromJSON;
259
- exports.getAllPromptsDataPromptsResponseFunctionToJSON = getAllPromptsDataPromptsResponseFunctionToJSON;
260
- exports.getAllPromptsDataPromptsResponseFunctionFromJSON = getAllPromptsDataPromptsResponseFunctionFromJSON;
259
+ exports.getAllPromptsDataPromptsResponse200FunctionToJSON = getAllPromptsDataPromptsResponse200FunctionToJSON;
260
+ exports.getAllPromptsDataPromptsResponse200FunctionFromJSON = getAllPromptsDataPromptsResponse200FunctionFromJSON;
261
261
  exports.getAllPromptsDataPromptsResponseToolCallsToJSON = getAllPromptsDataPromptsResponseToolCallsToJSON;
262
262
  exports.getAllPromptsDataPromptsResponseToolCallsFromJSON = getAllPromptsDataPromptsResponseToolCallsFromJSON;
263
263
  exports.getAllPromptsDataPromptsResponseMessagesToJSON = getAllPromptsDataPromptsResponseMessagesToJSON;
@@ -268,8 +268,8 @@ exports.getAllPromptsDataPromptsResponseMetadataToJSON = getAllPromptsDataPrompt
268
268
  exports.getAllPromptsDataPromptsResponseMetadataFromJSON = getAllPromptsDataPromptsResponseMetadataFromJSON;
269
269
  exports.getAllPromptsDataVersionsToJSON = getAllPromptsDataVersionsToJSON;
270
270
  exports.getAllPromptsDataVersionsFromJSON = getAllPromptsDataVersionsFromJSON;
271
- exports.data2ToJSON = data2ToJSON;
272
- exports.data2FromJSON = data2FromJSON;
271
+ exports.getAllPromptsData2ToJSON = getAllPromptsData2ToJSON;
272
+ exports.getAllPromptsData2FromJSON = getAllPromptsData2FromJSON;
273
273
  exports.dataOwnerToJSON = dataOwnerToJSON;
274
274
  exports.dataOwnerFromJSON = dataOwnerFromJSON;
275
275
  exports.getAllPromptsResponseFormat2ToJSON = getAllPromptsResponseFormat2ToJSON;
@@ -292,8 +292,8 @@ exports.getAllPromptsContent2ToJSON = getAllPromptsContent2ToJSON;
292
292
  exports.getAllPromptsContent2FromJSON = getAllPromptsContent2FromJSON;
293
293
  exports.dataContentToJSON = dataContentToJSON;
294
294
  exports.dataContentFromJSON = dataContentFromJSON;
295
- exports.dataFunctionToJSON = dataFunctionToJSON;
296
- exports.dataFunctionFromJSON = dataFunctionFromJSON;
295
+ exports.getAllPromptsDataFunctionToJSON = getAllPromptsDataFunctionToJSON;
296
+ exports.getAllPromptsDataFunctionFromJSON = getAllPromptsDataFunctionFromJSON;
297
297
  exports.dataToolCallsToJSON = dataToolCallsToJSON;
298
298
  exports.dataToolCallsFromJSON = dataToolCallsFromJSON;
299
299
  exports.dataMessagesToJSON = dataMessagesToJSON;
@@ -322,8 +322,8 @@ exports.getAllPromptsContentPromptsResponse200ApplicationJSON2ToJSON = getAllPro
322
322
  exports.getAllPromptsContentPromptsResponse200ApplicationJSON2FromJSON = getAllPromptsContentPromptsResponse200ApplicationJSON2FromJSON;
323
323
  exports.getAllPromptsDataPromptsResponse200ContentToJSON = getAllPromptsDataPromptsResponse200ContentToJSON;
324
324
  exports.getAllPromptsDataPromptsResponse200ContentFromJSON = getAllPromptsDataPromptsResponse200ContentFromJSON;
325
- exports.getAllPromptsDataPromptsResponse200FunctionToJSON = getAllPromptsDataPromptsResponse200FunctionToJSON;
326
- exports.getAllPromptsDataPromptsResponse200FunctionFromJSON = getAllPromptsDataPromptsResponse200FunctionFromJSON;
325
+ exports.getAllPromptsDataPromptsResponse200ApplicationJSONFunctionToJSON = getAllPromptsDataPromptsResponse200ApplicationJSONFunctionToJSON;
326
+ exports.getAllPromptsDataPromptsResponse200ApplicationJSONFunctionFromJSON = getAllPromptsDataPromptsResponse200ApplicationJSONFunctionFromJSON;
327
327
  exports.getAllPromptsDataPromptsResponse200ToolCallsToJSON = getAllPromptsDataPromptsResponse200ToolCallsToJSON;
328
328
  exports.getAllPromptsDataPromptsResponse200ToolCallsFromJSON = getAllPromptsDataPromptsResponse200ToolCallsFromJSON;
329
329
  exports.getAllPromptsDataPromptsResponse200MessagesToJSON = getAllPromptsDataPromptsResponse200MessagesToJSON;
@@ -334,8 +334,8 @@ exports.getAllPromptsDataPromptsResponse200MetadataToJSON = getAllPromptsDataPro
334
334
  exports.getAllPromptsDataPromptsResponse200MetadataFromJSON = getAllPromptsDataPromptsResponse200MetadataFromJSON;
335
335
  exports.dataVersionsToJSON = dataVersionsToJSON;
336
336
  exports.dataVersionsFromJSON = dataVersionsFromJSON;
337
- exports.data1ToJSON = data1ToJSON;
338
- exports.data1FromJSON = data1FromJSON;
337
+ exports.getAllPromptsData1ToJSON = getAllPromptsData1ToJSON;
338
+ exports.getAllPromptsData1FromJSON = getAllPromptsData1FromJSON;
339
339
  exports.getAllPromptsDataToJSON = getAllPromptsDataToJSON;
340
340
  exports.getAllPromptsDataFromJSON = getAllPromptsDataFromJSON;
341
341
  exports.getAllPromptsResponseBodyToJSON = getAllPromptsResponseBodyToJSON;
@@ -346,7 +346,7 @@ const schemas_js_1 = require("../../lib/schemas.js");
346
346
  /**
347
347
  * The direction to sort by
348
348
  */
349
- exports.Direction = {
349
+ exports.GetAllPromptsDirection = {
350
350
  Asc: "asc",
351
351
  Desc: "desc",
352
352
  };
@@ -410,7 +410,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters81 = {
410
410
  IsEmpty: "is_empty",
411
411
  IsNotEmpty: "is_not_empty",
412
412
  };
413
- exports.GetAllPromptsOperator2 = {
413
+ exports.GetAllPromptsOperatorPrompts2 = {
414
414
  Equals: "equals",
415
415
  IsNotEqual: "is_not_equal",
416
416
  IsGreaterThan: "is_greater_than",
@@ -421,7 +421,7 @@ exports.GetAllPromptsOperator2 = {
421
421
  IsEmpty: "is_empty",
422
422
  IsNotEmpty: "is_not_empty",
423
423
  };
424
- exports.GetAllPromptsOperator1 = {
424
+ exports.GetAllPromptsOperatorPrompts1 = {
425
425
  Is: "is",
426
426
  };
427
427
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type = {
@@ -444,7 +444,7 @@ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType = {
444
444
  Boolean: "boolean",
445
445
  Evaluator: "evaluator",
446
446
  };
447
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5 = {
447
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75 = {
448
448
  Is: "is",
449
449
  IsBefore: "is_before",
450
450
  IsOnOrBefore: "is_on_or_before",
@@ -487,7 +487,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters71 = {
487
487
  IsEmpty: "is_empty",
488
488
  IsNotEmpty: "is_not_empty",
489
489
  };
490
- exports.EvaluatorType = {
490
+ exports.FiltersEvaluatorType = {
491
491
  FunctionEval: "function_eval",
492
492
  HttpEval: "http_eval",
493
493
  JsonSchema: "json_schema",
@@ -496,13 +496,13 @@ exports.EvaluatorType = {
496
496
  Ragas: "ragas",
497
497
  TypescriptEval: "typescript_eval",
498
498
  };
499
- exports.EvaluatorOutputType = {
499
+ exports.FiltersEvaluatorOutputType = {
500
500
  Boolean: "boolean",
501
501
  Number: "number",
502
502
  String: "string",
503
503
  Enum: "enum",
504
504
  };
505
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75 = {
505
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76 = {
506
506
  Is: "is",
507
507
  IsBefore: "is_before",
508
508
  IsOnOrBefore: "is_on_or_before",
@@ -512,19 +512,19 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75 = {
512
512
  IsEmpty: "is_empty",
513
513
  IsNotEmpty: "is_not_empty",
514
514
  };
515
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76 = {
515
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77 = {
516
516
  Contains: "contains",
517
517
  DoesNotContain: "does_not_contain",
518
518
  IsEmpty: "is_empty",
519
519
  IsNotEmpty: "is_not_empty",
520
520
  };
521
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77 = {
521
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78 = {
522
522
  Is: "is",
523
523
  IsNot: "is_not",
524
524
  IsEmpty: "is_empty",
525
525
  IsNotEmpty: "is_not_empty",
526
526
  };
527
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78 = {
527
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79 = {
528
528
  Equals: "equals",
529
529
  IsNotEqual: "is_not_equal",
530
530
  IsGreaterThan: "is_greater_than",
@@ -535,7 +535,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78 = {
535
535
  IsEmpty: "is_empty",
536
536
  IsNotEmpty: "is_not_empty",
537
537
  };
538
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79 = {
538
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710 = {
539
539
  Is: "is",
540
540
  IsNot: "is_not",
541
541
  Contains: "contains",
@@ -545,7 +545,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79 = {
545
545
  IsEmpty: "is_empty",
546
546
  IsNotEmpty: "is_not_empty",
547
547
  };
548
- exports.Operator5 = {
548
+ exports.GetAllPromptsOperator5 = {
549
549
  Equals: "equals",
550
550
  IsNotEqual: "is_not_equal",
551
551
  IsGreaterThan: "is_greater_than",
@@ -556,7 +556,7 @@ exports.Operator5 = {
556
556
  IsEmpty: "is_empty",
557
557
  IsNotEmpty: "is_not_empty",
558
558
  };
559
- exports.Operator4 = {
559
+ exports.GetAllPromptsOperator4 = {
560
560
  Is: "is",
561
561
  IsBefore: "is_before",
562
562
  IsOnOrBefore: "is_on_or_before",
@@ -566,19 +566,19 @@ exports.Operator4 = {
566
566
  IsEmpty: "is_empty",
567
567
  IsNotEmpty: "is_not_empty",
568
568
  };
569
- exports.Operator3 = {
569
+ exports.GetAllPromptsOperator3 = {
570
570
  Contains: "contains",
571
571
  DoesNotContain: "does_not_contain",
572
572
  IsEmpty: "is_empty",
573
573
  IsNotEmpty: "is_not_empty",
574
574
  };
575
- exports.Operator2 = {
575
+ exports.GetAllPromptsOperator2 = {
576
576
  Is: "is",
577
577
  IsNot: "is_not",
578
578
  IsEmpty: "is_empty",
579
579
  IsNotEmpty: "is_not_empty",
580
580
  };
581
- exports.Operator1 = {
581
+ exports.GetAllPromptsOperator1 = {
582
582
  Is: "is",
583
583
  IsNot: "is_not",
584
584
  Contains: "contains",
@@ -608,7 +608,7 @@ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType = {
608
608
  Boolean: "boolean",
609
609
  Evaluator: "evaluator",
610
610
  };
611
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5 = {
611
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5 = {
612
612
  Is: "is",
613
613
  IsBefore: "is_before",
614
614
  IsOnOrBefore: "is_on_or_before",
@@ -618,19 +618,19 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5 = {
618
618
  IsEmpty: "is_empty",
619
619
  IsNotEmpty: "is_not_empty",
620
620
  };
621
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4 = {
621
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4 = {
622
622
  Contains: "contains",
623
623
  DoesNotContain: "does_not_contain",
624
624
  IsEmpty: "is_empty",
625
625
  IsNotEmpty: "is_not_empty",
626
626
  };
627
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3 = {
627
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3 = {
628
628
  Is: "is",
629
629
  IsNot: "is_not",
630
630
  IsEmpty: "is_empty",
631
631
  IsNotEmpty: "is_not_empty",
632
632
  };
633
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2 = {
633
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2 = {
634
634
  Equals: "equals",
635
635
  IsNotEqual: "is_not_equal",
636
636
  IsGreaterThan: "is_greater_than",
@@ -641,7 +641,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2 = {
641
641
  IsEmpty: "is_empty",
642
642
  IsNotEmpty: "is_not_empty",
643
643
  };
644
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1 = {
644
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1 = {
645
645
  Is: "is",
646
646
  IsNot: "is_not",
647
647
  Contains: "contains",
@@ -651,7 +651,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1 = {
651
651
  IsEmpty: "is_empty",
652
652
  IsNotEmpty: "is_not_empty",
653
653
  };
654
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5 = {
654
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65 = {
655
655
  Is: "is",
656
656
  IsBefore: "is_before",
657
657
  IsOnOrBefore: "is_on_or_before",
@@ -661,19 +661,19 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5 = {
661
661
  IsEmpty: "is_empty",
662
662
  IsNotEmpty: "is_not_empty",
663
663
  };
664
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4 = {
664
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64 = {
665
665
  Contains: "contains",
666
666
  DoesNotContain: "does_not_contain",
667
667
  IsEmpty: "is_empty",
668
668
  IsNotEmpty: "is_not_empty",
669
669
  };
670
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3 = {
670
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63 = {
671
671
  Is: "is",
672
672
  IsNot: "is_not",
673
673
  IsEmpty: "is_empty",
674
674
  IsNotEmpty: "is_not_empty",
675
675
  };
676
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2 = {
676
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62 = {
677
677
  Equals: "equals",
678
678
  IsNotEqual: "is_not_equal",
679
679
  IsGreaterThan: "is_greater_than",
@@ -684,7 +684,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2 = {
684
684
  IsEmpty: "is_empty",
685
685
  IsNotEmpty: "is_not_empty",
686
686
  };
687
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1 = {
687
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61 = {
688
688
  Is: "is",
689
689
  IsNot: "is_not",
690
690
  Contains: "contains",
@@ -714,7 +714,7 @@ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType = {
714
714
  Boolean: "boolean",
715
715
  Evaluator: "evaluator",
716
716
  };
717
- exports.GetAllPromptsHideOperatorsPromptsRequest5 = {
717
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5 = {
718
718
  Is: "is",
719
719
  IsBefore: "is_before",
720
720
  IsOnOrBefore: "is_on_or_before",
@@ -724,19 +724,19 @@ exports.GetAllPromptsHideOperatorsPromptsRequest5 = {
724
724
  IsEmpty: "is_empty",
725
725
  IsNotEmpty: "is_not_empty",
726
726
  };
727
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4 = {
727
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4 = {
728
728
  Contains: "contains",
729
729
  DoesNotContain: "does_not_contain",
730
730
  IsEmpty: "is_empty",
731
731
  IsNotEmpty: "is_not_empty",
732
732
  };
733
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3 = {
733
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3 = {
734
734
  Is: "is",
735
735
  IsNot: "is_not",
736
736
  IsEmpty: "is_empty",
737
737
  IsNotEmpty: "is_not_empty",
738
738
  };
739
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2 = {
739
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2 = {
740
740
  Equals: "equals",
741
741
  IsNotEqual: "is_not_equal",
742
742
  IsGreaterThan: "is_greater_than",
@@ -747,7 +747,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2 = {
747
747
  IsEmpty: "is_empty",
748
748
  IsNotEmpty: "is_not_empty",
749
749
  };
750
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1 = {
750
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1 = {
751
751
  Is: "is",
752
752
  IsNot: "is_not",
753
753
  Contains: "contains",
@@ -778,7 +778,7 @@ exports.GetAllPromptsFiltersPromptsRequestRequestBodyType = {
778
778
  Boolean: "boolean",
779
779
  Evaluator: "evaluator",
780
780
  };
781
- exports.GetAllPromptsHideOperatorsPrompts5 = {
781
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5 = {
782
782
  Is: "is",
783
783
  IsBefore: "is_before",
784
784
  IsOnOrBefore: "is_on_or_before",
@@ -788,19 +788,19 @@ exports.GetAllPromptsHideOperatorsPrompts5 = {
788
788
  IsEmpty: "is_empty",
789
789
  IsNotEmpty: "is_not_empty",
790
790
  };
791
- exports.GetAllPromptsHideOperatorsPromptsRequest4 = {
791
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4 = {
792
792
  Contains: "contains",
793
793
  DoesNotContain: "does_not_contain",
794
794
  IsEmpty: "is_empty",
795
795
  IsNotEmpty: "is_not_empty",
796
796
  };
797
- exports.GetAllPromptsHideOperatorsPromptsRequest3 = {
797
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3 = {
798
798
  Is: "is",
799
799
  IsNot: "is_not",
800
800
  IsEmpty: "is_empty",
801
801
  IsNotEmpty: "is_not_empty",
802
802
  };
803
- exports.GetAllPromptsHideOperatorsPromptsRequest2 = {
803
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2 = {
804
804
  Equals: "equals",
805
805
  IsNotEqual: "is_not_equal",
806
806
  IsGreaterThan: "is_greater_than",
@@ -811,7 +811,7 @@ exports.GetAllPromptsHideOperatorsPromptsRequest2 = {
811
811
  IsEmpty: "is_empty",
812
812
  IsNotEmpty: "is_not_empty",
813
813
  };
814
- exports.GetAllPromptsHideOperatorsPromptsRequest1 = {
814
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1 = {
815
815
  Is: "is",
816
816
  IsNot: "is_not",
817
817
  Contains: "contains",
@@ -831,28 +831,28 @@ exports.GetAllPromptsFiltersPromptsRequestOperator = {
831
831
  IsEmpty: "is_empty",
832
832
  IsNotEmpty: "is_not_empty",
833
833
  };
834
- exports.Unit2 = {
834
+ exports.GetAllPromptsUnit2 = {
835
835
  HoursAgo: "hours_ago",
836
836
  MinutesAgo: "minutes_ago",
837
837
  };
838
- exports.Unit1 = {
838
+ exports.GetAllPromptsUnit1 = {
839
839
  Day: "day",
840
840
  Week: "week",
841
841
  Month: "month",
842
842
  Year: "year",
843
843
  };
844
- exports.RelativeTime = {
844
+ exports.FiltersRelativeTime = {
845
845
  Today: "today",
846
846
  Yesterday: "yesterday",
847
847
  OneWeekAgo: "one_week_ago",
848
848
  OneMonthAgo: "one_month_ago",
849
849
  CustomDate: "custom_date",
850
850
  };
851
- exports.FiltersDirection = {
851
+ exports.GetAllPromptsFiltersDirection = {
852
852
  Present: "present",
853
853
  Past: "past",
854
854
  };
855
- exports.Mode = {
855
+ exports.FiltersMode = {
856
856
  Date: "date",
857
857
  Datetime: "datetime",
858
858
  };
@@ -866,7 +866,7 @@ exports.GetAllPromptsFiltersPromptsRequestType = {
866
866
  Boolean: "boolean",
867
867
  Evaluator: "evaluator",
868
868
  };
869
- exports.GetAllPromptsHideOperators5 = {
869
+ exports.GetAllPromptsHideOperatorsPromptsRequest5 = {
870
870
  Is: "is",
871
871
  IsBefore: "is_before",
872
872
  IsOnOrBefore: "is_on_or_before",
@@ -876,19 +876,19 @@ exports.GetAllPromptsHideOperators5 = {
876
876
  IsEmpty: "is_empty",
877
877
  IsNotEmpty: "is_not_empty",
878
878
  };
879
- exports.GetAllPromptsHideOperatorsPrompts4 = {
879
+ exports.GetAllPromptsHideOperatorsPromptsRequest4 = {
880
880
  Contains: "contains",
881
881
  DoesNotContain: "does_not_contain",
882
882
  IsEmpty: "is_empty",
883
883
  IsNotEmpty: "is_not_empty",
884
884
  };
885
- exports.GetAllPromptsHideOperatorsPrompts3 = {
885
+ exports.GetAllPromptsHideOperatorsPromptsRequest3 = {
886
886
  Is: "is",
887
887
  IsNot: "is_not",
888
888
  IsEmpty: "is_empty",
889
889
  IsNotEmpty: "is_not_empty",
890
890
  };
891
- exports.GetAllPromptsHideOperatorsPrompts2 = {
891
+ exports.GetAllPromptsHideOperatorsPromptsRequest2 = {
892
892
  Equals: "equals",
893
893
  IsNotEqual: "is_not_equal",
894
894
  IsGreaterThan: "is_greater_than",
@@ -899,7 +899,7 @@ exports.GetAllPromptsHideOperatorsPrompts2 = {
899
899
  IsEmpty: "is_empty",
900
900
  IsNotEmpty: "is_not_empty",
901
901
  };
902
- exports.GetAllPromptsHideOperatorsPrompts1 = {
902
+ exports.GetAllPromptsHideOperatorsPromptsRequest1 = {
903
903
  Is: "is",
904
904
  IsNot: "is_not",
905
905
  Contains: "contains",
@@ -925,7 +925,7 @@ exports.GetAllPromptsFiltersPromptsType = {
925
925
  Boolean: "boolean",
926
926
  Evaluator: "evaluator",
927
927
  };
928
- exports.HideOperators5 = {
928
+ exports.GetAllPromptsHideOperatorsPrompts5 = {
929
929
  Is: "is",
930
930
  IsBefore: "is_before",
931
931
  IsOnOrBefore: "is_on_or_before",
@@ -935,19 +935,19 @@ exports.HideOperators5 = {
935
935
  IsEmpty: "is_empty",
936
936
  IsNotEmpty: "is_not_empty",
937
937
  };
938
- exports.GetAllPromptsHideOperators4 = {
938
+ exports.GetAllPromptsHideOperatorsPrompts4 = {
939
939
  Contains: "contains",
940
940
  DoesNotContain: "does_not_contain",
941
941
  IsEmpty: "is_empty",
942
942
  IsNotEmpty: "is_not_empty",
943
943
  };
944
- exports.GetAllPromptsHideOperators3 = {
944
+ exports.GetAllPromptsHideOperatorsPrompts3 = {
945
945
  Is: "is",
946
946
  IsNot: "is_not",
947
947
  IsEmpty: "is_empty",
948
948
  IsNotEmpty: "is_not_empty",
949
949
  };
950
- exports.GetAllPromptsHideOperators2 = {
950
+ exports.GetAllPromptsHideOperatorsPrompts2 = {
951
951
  Equals: "equals",
952
952
  IsNotEqual: "is_not_equal",
953
953
  IsGreaterThan: "is_greater_than",
@@ -958,7 +958,7 @@ exports.GetAllPromptsHideOperators2 = {
958
958
  IsEmpty: "is_empty",
959
959
  IsNotEmpty: "is_not_empty",
960
960
  };
961
- exports.GetAllPromptsHideOperators1 = {
961
+ exports.GetAllPromptsHideOperatorsPrompts1 = {
962
962
  Is: "is",
963
963
  IsNot: "is_not",
964
964
  Contains: "contains",
@@ -984,7 +984,7 @@ exports.GetAllPromptsFiltersType = {
984
984
  Boolean: "boolean",
985
985
  Evaluator: "evaluator",
986
986
  };
987
- exports.Five = {
987
+ exports.GetAllPromptsHideOperators5 = {
988
988
  Is: "is",
989
989
  IsBefore: "is_before",
990
990
  IsOnOrBefore: "is_on_or_before",
@@ -994,19 +994,19 @@ exports.Five = {
994
994
  IsEmpty: "is_empty",
995
995
  IsNotEmpty: "is_not_empty",
996
996
  };
997
- exports.HideOperators4 = {
997
+ exports.GetAllPromptsHideOperators4 = {
998
998
  Contains: "contains",
999
999
  DoesNotContain: "does_not_contain",
1000
1000
  IsEmpty: "is_empty",
1001
1001
  IsNotEmpty: "is_not_empty",
1002
1002
  };
1003
- exports.HideOperators3 = {
1003
+ exports.GetAllPromptsHideOperators3 = {
1004
1004
  Is: "is",
1005
1005
  IsNot: "is_not",
1006
1006
  IsEmpty: "is_empty",
1007
1007
  IsNotEmpty: "is_not_empty",
1008
1008
  };
1009
- exports.HideOperators2 = {
1009
+ exports.GetAllPromptsHideOperators2 = {
1010
1010
  Equals: "equals",
1011
1011
  IsNotEqual: "is_not_equal",
1012
1012
  IsGreaterThan: "is_greater_than",
@@ -1017,7 +1017,7 @@ exports.HideOperators2 = {
1017
1017
  IsEmpty: "is_empty",
1018
1018
  IsNotEmpty: "is_not_empty",
1019
1019
  };
1020
- exports.HideOperators1 = {
1020
+ exports.GetAllPromptsHideOperators1 = {
1021
1021
  Is: "is",
1022
1022
  IsNot: "is_not",
1023
1023
  Contains: "contains",
@@ -1119,6 +1119,8 @@ exports.GetAllPromptsDataPromptsProvider = {
1119
1119
  Leonardoai: "leonardoai",
1120
1120
  Nvidia: "nvidia",
1121
1121
  Jina: "jina",
1122
+ Togetherai: "togetherai",
1123
+ Elevenlabs: "elevenlabs",
1122
1124
  };
1123
1125
  /**
1124
1126
  * The role of the prompt message
@@ -1209,6 +1211,8 @@ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONProvider = {
1209
1211
  Leonardoai: "leonardoai",
1210
1212
  Nvidia: "nvidia",
1211
1213
  Jina: "jina",
1214
+ Togetherai: "togetherai",
1215
+ Elevenlabs: "elevenlabs",
1212
1216
  };
1213
1217
  /**
1214
1218
  * The role of the prompt message
@@ -1305,6 +1309,8 @@ exports.GetAllPromptsDataProvider = {
1305
1309
  Leonardoai: "leonardoai",
1306
1310
  Nvidia: "nvidia",
1307
1311
  Jina: "jina",
1312
+ Togetherai: "togetherai",
1313
+ Elevenlabs: "elevenlabs",
1308
1314
  };
1309
1315
  /**
1310
1316
  * The role of the prompt message
@@ -1395,6 +1401,8 @@ exports.GetAllPromptsDataPromptsResponseProvider = {
1395
1401
  Leonardoai: "leonardoai",
1396
1402
  Nvidia: "nvidia",
1397
1403
  Jina: "jina",
1404
+ Togetherai: "togetherai",
1405
+ Elevenlabs: "elevenlabs",
1398
1406
  };
1399
1407
  /**
1400
1408
  * The role of the prompt message
@@ -1491,6 +1499,8 @@ exports.DataProvider = {
1491
1499
  Leonardoai: "leonardoai",
1492
1500
  Nvidia: "nvidia",
1493
1501
  Jina: "jina",
1502
+ Togetherai: "togetherai",
1503
+ Elevenlabs: "elevenlabs",
1494
1504
  };
1495
1505
  /**
1496
1506
  * The role of the prompt message
@@ -1581,6 +1591,8 @@ exports.GetAllPromptsDataPromptsResponse200Provider = {
1581
1591
  Leonardoai: "leonardoai",
1582
1592
  Nvidia: "nvidia",
1583
1593
  Jina: "jina",
1594
+ Togetherai: "togetherai",
1595
+ Elevenlabs: "elevenlabs",
1584
1596
  };
1585
1597
  /**
1586
1598
  * The role of the prompt message
@@ -1608,16 +1620,16 @@ exports.DataType = {
1608
1620
  Prompt: "prompt",
1609
1621
  };
1610
1622
  /** @internal */
1611
- exports.Pagination$inboundSchema = z.object({
1623
+ exports.GetAllPromptsPagination$inboundSchema = z.object({
1612
1624
  page: z.number().optional(),
1613
- limit: z.number().optional(),
1625
+ limit: z.number().default(50),
1614
1626
  lastId: z.nullable(z.string()).optional(),
1615
1627
  firstId: z.nullable(z.string()).optional(),
1616
1628
  });
1617
1629
  /** @internal */
1618
- exports.Pagination$outboundSchema = z.object({
1630
+ exports.GetAllPromptsPagination$outboundSchema = z.object({
1619
1631
  page: z.number().optional(),
1620
- limit: z.number().optional(),
1632
+ limit: z.number().default(50),
1621
1633
  lastId: z.nullable(z.string()).optional(),
1622
1634
  firstId: z.nullable(z.string()).optional(),
1623
1635
  });
@@ -1625,61 +1637,60 @@ exports.Pagination$outboundSchema = z.object({
1625
1637
  * @internal
1626
1638
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1627
1639
  */
1628
- var Pagination$;
1629
- (function (Pagination$) {
1630
- /** @deprecated use `Pagination$inboundSchema` instead. */
1631
- Pagination$.inboundSchema = exports.Pagination$inboundSchema;
1632
- /** @deprecated use `Pagination$outboundSchema` instead. */
1633
- Pagination$.outboundSchema = exports.Pagination$outboundSchema;
1634
- })(Pagination$ || (exports.Pagination$ = Pagination$ = {}));
1635
- function paginationToJSON(pagination) {
1636
- return JSON.stringify(exports.Pagination$outboundSchema.parse(pagination));
1640
+ var GetAllPromptsPagination$;
1641
+ (function (GetAllPromptsPagination$) {
1642
+ /** @deprecated use `GetAllPromptsPagination$inboundSchema` instead. */
1643
+ GetAllPromptsPagination$.inboundSchema = exports.GetAllPromptsPagination$inboundSchema;
1644
+ /** @deprecated use `GetAllPromptsPagination$outboundSchema` instead. */
1645
+ GetAllPromptsPagination$.outboundSchema = exports.GetAllPromptsPagination$outboundSchema;
1646
+ })(GetAllPromptsPagination$ || (exports.GetAllPromptsPagination$ = GetAllPromptsPagination$ = {}));
1647
+ function getAllPromptsPaginationToJSON(getAllPromptsPagination) {
1648
+ return JSON.stringify(exports.GetAllPromptsPagination$outboundSchema.parse(getAllPromptsPagination));
1637
1649
  }
1638
- function paginationFromJSON(jsonString) {
1639
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Pagination$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Pagination' from JSON`);
1650
+ function getAllPromptsPaginationFromJSON(jsonString) {
1651
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsPagination$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsPagination' from JSON`);
1640
1652
  }
1641
1653
  /** @internal */
1642
- exports.Direction$inboundSchema = z
1643
- .nativeEnum(exports.Direction);
1654
+ exports.GetAllPromptsDirection$inboundSchema = z.nativeEnum(exports.GetAllPromptsDirection);
1644
1655
  /** @internal */
1645
- exports.Direction$outboundSchema = exports.Direction$inboundSchema;
1656
+ exports.GetAllPromptsDirection$outboundSchema = exports.GetAllPromptsDirection$inboundSchema;
1646
1657
  /**
1647
1658
  * @internal
1648
1659
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1649
1660
  */
1650
- var Direction$;
1651
- (function (Direction$) {
1652
- /** @deprecated use `Direction$inboundSchema` instead. */
1653
- Direction$.inboundSchema = exports.Direction$inboundSchema;
1654
- /** @deprecated use `Direction$outboundSchema` instead. */
1655
- Direction$.outboundSchema = exports.Direction$outboundSchema;
1656
- })(Direction$ || (exports.Direction$ = Direction$ = {}));
1661
+ var GetAllPromptsDirection$;
1662
+ (function (GetAllPromptsDirection$) {
1663
+ /** @deprecated use `GetAllPromptsDirection$inboundSchema` instead. */
1664
+ GetAllPromptsDirection$.inboundSchema = exports.GetAllPromptsDirection$inboundSchema;
1665
+ /** @deprecated use `GetAllPromptsDirection$outboundSchema` instead. */
1666
+ GetAllPromptsDirection$.outboundSchema = exports.GetAllPromptsDirection$outboundSchema;
1667
+ })(GetAllPromptsDirection$ || (exports.GetAllPromptsDirection$ = GetAllPromptsDirection$ = {}));
1657
1668
  /** @internal */
1658
- exports.SortingProps$inboundSchema = z.object({
1669
+ exports.GetAllPromptsSortingProps$inboundSchema = z.object({
1659
1670
  key: z.string(),
1660
- direction: exports.Direction$inboundSchema.optional(),
1671
+ direction: exports.GetAllPromptsDirection$inboundSchema.optional(),
1661
1672
  });
1662
1673
  /** @internal */
1663
- exports.SortingProps$outboundSchema = z.object({
1674
+ exports.GetAllPromptsSortingProps$outboundSchema = z.object({
1664
1675
  key: z.string(),
1665
- direction: exports.Direction$outboundSchema.optional(),
1676
+ direction: exports.GetAllPromptsDirection$outboundSchema.optional(),
1666
1677
  });
1667
1678
  /**
1668
1679
  * @internal
1669
1680
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1670
1681
  */
1671
- var SortingProps$;
1672
- (function (SortingProps$) {
1673
- /** @deprecated use `SortingProps$inboundSchema` instead. */
1674
- SortingProps$.inboundSchema = exports.SortingProps$inboundSchema;
1675
- /** @deprecated use `SortingProps$outboundSchema` instead. */
1676
- SortingProps$.outboundSchema = exports.SortingProps$outboundSchema;
1677
- })(SortingProps$ || (exports.SortingProps$ = SortingProps$ = {}));
1678
- function sortingPropsToJSON(sortingProps) {
1679
- return JSON.stringify(exports.SortingProps$outboundSchema.parse(sortingProps));
1682
+ var GetAllPromptsSortingProps$;
1683
+ (function (GetAllPromptsSortingProps$) {
1684
+ /** @deprecated use `GetAllPromptsSortingProps$inboundSchema` instead. */
1685
+ GetAllPromptsSortingProps$.inboundSchema = exports.GetAllPromptsSortingProps$inboundSchema;
1686
+ /** @deprecated use `GetAllPromptsSortingProps$outboundSchema` instead. */
1687
+ GetAllPromptsSortingProps$.outboundSchema = exports.GetAllPromptsSortingProps$outboundSchema;
1688
+ })(GetAllPromptsSortingProps$ || (exports.GetAllPromptsSortingProps$ = GetAllPromptsSortingProps$ = {}));
1689
+ function getAllPromptsSortingPropsToJSON(getAllPromptsSortingProps) {
1690
+ return JSON.stringify(exports.GetAllPromptsSortingProps$outboundSchema.parse(getAllPromptsSortingProps));
1680
1691
  }
1681
- function sortingPropsFromJSON(jsonString) {
1682
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SortingProps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SortingProps' from JSON`);
1692
+ function getAllPromptsSortingPropsFromJSON(jsonString) {
1693
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsSortingProps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsSortingProps' from JSON`);
1683
1694
  }
1684
1695
  /** @internal */
1685
1696
  exports.GetAllPromptsOperator$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator);
@@ -1837,8 +1848,7 @@ function getAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperatorsFromJSO
1837
1848
  .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyQuery8HideOperators' from JSON`);
1838
1849
  }
1839
1850
  /** @internal */
1840
- exports.Eight$inboundSchema = z
1841
- .object({
1851
+ exports.Filters8$inboundSchema = z.object({
1842
1852
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$inboundSchema,
1843
1853
  value: z.boolean().default(false),
1844
1854
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$inboundSchema,
@@ -1853,7 +1863,7 @@ exports.Eight$inboundSchema = z
1853
1863
  ])).optional(),
1854
1864
  });
1855
1865
  /** @internal */
1856
- exports.Eight$outboundSchema = z.object({
1866
+ exports.Filters8$outboundSchema = z.object({
1857
1867
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Operator$outboundSchema,
1858
1868
  value: z.boolean().default(false),
1859
1869
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery8Type$outboundSchema,
@@ -1871,58 +1881,58 @@ exports.Eight$outboundSchema = z.object({
1871
1881
  * @internal
1872
1882
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1873
1883
  */
1874
- var Eight$;
1875
- (function (Eight$) {
1876
- /** @deprecated use `Eight$inboundSchema` instead. */
1877
- Eight$.inboundSchema = exports.Eight$inboundSchema;
1878
- /** @deprecated use `Eight$outboundSchema` instead. */
1879
- Eight$.outboundSchema = exports.Eight$outboundSchema;
1880
- })(Eight$ || (exports.Eight$ = Eight$ = {}));
1881
- function eightToJSON(eight) {
1882
- return JSON.stringify(exports.Eight$outboundSchema.parse(eight));
1884
+ var Filters8$;
1885
+ (function (Filters8$) {
1886
+ /** @deprecated use `Filters8$inboundSchema` instead. */
1887
+ Filters8$.inboundSchema = exports.Filters8$inboundSchema;
1888
+ /** @deprecated use `Filters8$outboundSchema` instead. */
1889
+ Filters8$.outboundSchema = exports.Filters8$outboundSchema;
1890
+ })(Filters8$ || (exports.Filters8$ = Filters8$ = {}));
1891
+ function filters8ToJSON(filters8) {
1892
+ return JSON.stringify(exports.Filters8$outboundSchema.parse(filters8));
1883
1893
  }
1884
- function eightFromJSON(jsonString) {
1885
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Eight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eight' from JSON`);
1894
+ function filters8FromJSON(jsonString) {
1895
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Filters8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Filters8' from JSON`);
1886
1896
  }
1887
1897
  /** @internal */
1888
- exports.GetAllPromptsOperator2$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator2);
1898
+ exports.GetAllPromptsOperatorPrompts2$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperatorPrompts2);
1889
1899
  /** @internal */
1890
- exports.GetAllPromptsOperator2$outboundSchema = exports.GetAllPromptsOperator2$inboundSchema;
1900
+ exports.GetAllPromptsOperatorPrompts2$outboundSchema = exports.GetAllPromptsOperatorPrompts2$inboundSchema;
1891
1901
  /**
1892
1902
  * @internal
1893
1903
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1894
1904
  */
1895
- var GetAllPromptsOperator2$;
1896
- (function (GetAllPromptsOperator2$) {
1897
- /** @deprecated use `GetAllPromptsOperator2$inboundSchema` instead. */
1898
- GetAllPromptsOperator2$.inboundSchema = exports.GetAllPromptsOperator2$inboundSchema;
1899
- /** @deprecated use `GetAllPromptsOperator2$outboundSchema` instead. */
1900
- GetAllPromptsOperator2$.outboundSchema = exports.GetAllPromptsOperator2$outboundSchema;
1901
- })(GetAllPromptsOperator2$ || (exports.GetAllPromptsOperator2$ = GetAllPromptsOperator2$ = {}));
1905
+ var GetAllPromptsOperatorPrompts2$;
1906
+ (function (GetAllPromptsOperatorPrompts2$) {
1907
+ /** @deprecated use `GetAllPromptsOperatorPrompts2$inboundSchema` instead. */
1908
+ GetAllPromptsOperatorPrompts2$.inboundSchema = exports.GetAllPromptsOperatorPrompts2$inboundSchema;
1909
+ /** @deprecated use `GetAllPromptsOperatorPrompts2$outboundSchema` instead. */
1910
+ GetAllPromptsOperatorPrompts2$.outboundSchema = exports.GetAllPromptsOperatorPrompts2$outboundSchema;
1911
+ })(GetAllPromptsOperatorPrompts2$ || (exports.GetAllPromptsOperatorPrompts2$ = GetAllPromptsOperatorPrompts2$ = {}));
1902
1912
  /** @internal */
1903
- exports.GetAllPromptsOperator1$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator1);
1913
+ exports.GetAllPromptsOperatorPrompts1$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperatorPrompts1);
1904
1914
  /** @internal */
1905
- exports.GetAllPromptsOperator1$outboundSchema = exports.GetAllPromptsOperator1$inboundSchema;
1915
+ exports.GetAllPromptsOperatorPrompts1$outboundSchema = exports.GetAllPromptsOperatorPrompts1$inboundSchema;
1906
1916
  /**
1907
1917
  * @internal
1908
1918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1909
1919
  */
1910
- var GetAllPromptsOperator1$;
1911
- (function (GetAllPromptsOperator1$) {
1912
- /** @deprecated use `GetAllPromptsOperator1$inboundSchema` instead. */
1913
- GetAllPromptsOperator1$.inboundSchema = exports.GetAllPromptsOperator1$inboundSchema;
1914
- /** @deprecated use `GetAllPromptsOperator1$outboundSchema` instead. */
1915
- GetAllPromptsOperator1$.outboundSchema = exports.GetAllPromptsOperator1$outboundSchema;
1916
- })(GetAllPromptsOperator1$ || (exports.GetAllPromptsOperator1$ = GetAllPromptsOperator1$ = {}));
1920
+ var GetAllPromptsOperatorPrompts1$;
1921
+ (function (GetAllPromptsOperatorPrompts1$) {
1922
+ /** @deprecated use `GetAllPromptsOperatorPrompts1$inboundSchema` instead. */
1923
+ GetAllPromptsOperatorPrompts1$.inboundSchema = exports.GetAllPromptsOperatorPrompts1$inboundSchema;
1924
+ /** @deprecated use `GetAllPromptsOperatorPrompts1$outboundSchema` instead. */
1925
+ GetAllPromptsOperatorPrompts1$.outboundSchema = exports.GetAllPromptsOperatorPrompts1$outboundSchema;
1926
+ })(GetAllPromptsOperatorPrompts1$ || (exports.GetAllPromptsOperatorPrompts1$ = GetAllPromptsOperatorPrompts1$ = {}));
1917
1927
  /** @internal */
1918
1928
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$inboundSchema = z.union([
1919
- exports.GetAllPromptsOperator1$inboundSchema,
1920
- exports.GetAllPromptsOperator2$inboundSchema,
1929
+ exports.GetAllPromptsOperatorPrompts1$inboundSchema,
1930
+ exports.GetAllPromptsOperatorPrompts2$inboundSchema,
1921
1931
  ]);
1922
1932
  /** @internal */
1923
1933
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Operator$outboundSchema = z.union([
1924
- exports.GetAllPromptsOperator1$outboundSchema,
1925
- exports.GetAllPromptsOperator2$outboundSchema,
1934
+ exports.GetAllPromptsOperatorPrompts1$outboundSchema,
1935
+ exports.GetAllPromptsOperatorPrompts2$outboundSchema,
1926
1936
  ]);
1927
1937
  /**
1928
1938
  * @internal
@@ -1974,20 +1984,20 @@ var GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$;
1974
1984
  GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$outboundSchema;
1975
1985
  })(GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$ = GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$ = {}));
1976
1986
  /** @internal */
1977
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5);
1987
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75);
1978
1988
  /** @internal */
1979
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema;
1989
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema;
1980
1990
  /**
1981
1991
  * @internal
1982
1992
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1983
1993
  */
1984
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$;
1985
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$) {
1986
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema` instead. */
1987
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema;
1988
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema` instead. */
1989
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema;
1990
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ = {}));
1994
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$;
1995
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$) {
1996
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema` instead. */
1997
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema;
1998
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema` instead. */
1999
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema;
2000
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ = {}));
1991
2001
  /** @internal */
1992
2002
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74);
1993
2003
  /** @internal */
@@ -2054,7 +2064,7 @@ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$inbound
2054
2064
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$inboundSchema,
2055
2065
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$inboundSchema,
2056
2066
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$inboundSchema,
2057
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema,
2067
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema,
2058
2068
  ]);
2059
2069
  /** @internal */
2060
2070
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$outboundSchema = z.union([
@@ -2062,7 +2072,7 @@ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators$outboun
2062
2072
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$outboundSchema,
2063
2073
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$outboundSchema,
2064
2074
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$outboundSchema,
2065
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema,
2075
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema,
2066
2076
  ]);
2067
2077
  /**
2068
2078
  * @internal
@@ -2084,37 +2094,37 @@ function getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperatorsFromJSO
2084
2094
  .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators' from JSON`);
2085
2095
  }
2086
2096
  /** @internal */
2087
- exports.EvaluatorType$inboundSchema = z.nativeEnum(exports.EvaluatorType);
2097
+ exports.FiltersEvaluatorType$inboundSchema = z.nativeEnum(exports.FiltersEvaluatorType);
2088
2098
  /** @internal */
2089
- exports.EvaluatorType$outboundSchema = exports.EvaluatorType$inboundSchema;
2099
+ exports.FiltersEvaluatorType$outboundSchema = exports.FiltersEvaluatorType$inboundSchema;
2090
2100
  /**
2091
2101
  * @internal
2092
2102
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2093
2103
  */
2094
- var EvaluatorType$;
2095
- (function (EvaluatorType$) {
2096
- /** @deprecated use `EvaluatorType$inboundSchema` instead. */
2097
- EvaluatorType$.inboundSchema = exports.EvaluatorType$inboundSchema;
2098
- /** @deprecated use `EvaluatorType$outboundSchema` instead. */
2099
- EvaluatorType$.outboundSchema = exports.EvaluatorType$outboundSchema;
2100
- })(EvaluatorType$ || (exports.EvaluatorType$ = EvaluatorType$ = {}));
2104
+ var FiltersEvaluatorType$;
2105
+ (function (FiltersEvaluatorType$) {
2106
+ /** @deprecated use `FiltersEvaluatorType$inboundSchema` instead. */
2107
+ FiltersEvaluatorType$.inboundSchema = exports.FiltersEvaluatorType$inboundSchema;
2108
+ /** @deprecated use `FiltersEvaluatorType$outboundSchema` instead. */
2109
+ FiltersEvaluatorType$.outboundSchema = exports.FiltersEvaluatorType$outboundSchema;
2110
+ })(FiltersEvaluatorType$ || (exports.FiltersEvaluatorType$ = FiltersEvaluatorType$ = {}));
2101
2111
  /** @internal */
2102
- exports.EvaluatorOutputType$inboundSchema = z.nativeEnum(exports.EvaluatorOutputType);
2112
+ exports.FiltersEvaluatorOutputType$inboundSchema = z.nativeEnum(exports.FiltersEvaluatorOutputType);
2103
2113
  /** @internal */
2104
- exports.EvaluatorOutputType$outboundSchema = exports.EvaluatorOutputType$inboundSchema;
2114
+ exports.FiltersEvaluatorOutputType$outboundSchema = exports.FiltersEvaluatorOutputType$inboundSchema;
2105
2115
  /**
2106
2116
  * @internal
2107
2117
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2108
2118
  */
2109
- var EvaluatorOutputType$;
2110
- (function (EvaluatorOutputType$) {
2111
- /** @deprecated use `EvaluatorOutputType$inboundSchema` instead. */
2112
- EvaluatorOutputType$.inboundSchema = exports.EvaluatorOutputType$inboundSchema;
2113
- /** @deprecated use `EvaluatorOutputType$outboundSchema` instead. */
2114
- EvaluatorOutputType$.outboundSchema = exports.EvaluatorOutputType$outboundSchema;
2115
- })(EvaluatorOutputType$ || (exports.EvaluatorOutputType$ = EvaluatorOutputType$ = {}));
2119
+ var FiltersEvaluatorOutputType$;
2120
+ (function (FiltersEvaluatorOutputType$) {
2121
+ /** @deprecated use `FiltersEvaluatorOutputType$inboundSchema` instead. */
2122
+ FiltersEvaluatorOutputType$.inboundSchema = exports.FiltersEvaluatorOutputType$inboundSchema;
2123
+ /** @deprecated use `FiltersEvaluatorOutputType$outboundSchema` instead. */
2124
+ FiltersEvaluatorOutputType$.outboundSchema = exports.FiltersEvaluatorOutputType$outboundSchema;
2125
+ })(FiltersEvaluatorOutputType$ || (exports.FiltersEvaluatorOutputType$ = FiltersEvaluatorOutputType$ = {}));
2116
2126
  /** @internal */
2117
- exports.GetAllPromptsFiltersPromptsOptions$inboundSchema = z.object({
2127
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$inboundSchema = z.object({
2118
2128
  name: z.string(),
2119
2129
  path: z.string(),
2120
2130
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$inboundSchema,
@@ -2123,15 +2133,15 @@ exports.GetAllPromptsFiltersPromptsOptions$inboundSchema = z.object({
2123
2133
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$inboundSchema,
2124
2134
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$inboundSchema,
2125
2135
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$inboundSchema,
2126
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema,
2136
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema,
2127
2137
  ])).optional(),
2128
2138
  id: z.string(),
2129
2139
  evaluatorId: z.string(),
2130
- evaluatorType: exports.EvaluatorType$inboundSchema,
2131
- evaluatorOutputType: exports.EvaluatorOutputType$inboundSchema,
2140
+ evaluatorType: exports.FiltersEvaluatorType$inboundSchema,
2141
+ evaluatorOutputType: exports.FiltersEvaluatorOutputType$inboundSchema,
2132
2142
  });
2133
2143
  /** @internal */
2134
- exports.GetAllPromptsFiltersPromptsOptions$outboundSchema = z.object({
2144
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$outboundSchema = z.object({
2135
2145
  name: z.string(),
2136
2146
  path: z.string(),
2137
2147
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7OptionsType$outboundSchema,
@@ -2140,46 +2150,31 @@ exports.GetAllPromptsFiltersPromptsOptions$outboundSchema = z.object({
2140
2150
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters72$outboundSchema,
2141
2151
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters73$outboundSchema,
2142
2152
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters74$outboundSchema,
2143
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema,
2153
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema,
2144
2154
  ])).optional(),
2145
2155
  id: z.string(),
2146
2156
  evaluatorId: z.string(),
2147
- evaluatorType: exports.EvaluatorType$outboundSchema,
2148
- evaluatorOutputType: exports.EvaluatorOutputType$outboundSchema,
2157
+ evaluatorType: exports.FiltersEvaluatorType$outboundSchema,
2158
+ evaluatorOutputType: exports.FiltersEvaluatorOutputType$outboundSchema,
2149
2159
  });
2150
2160
  /**
2151
2161
  * @internal
2152
2162
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2153
2163
  */
2154
- var GetAllPromptsFiltersPromptsOptions$;
2155
- (function (GetAllPromptsFiltersPromptsOptions$) {
2156
- /** @deprecated use `GetAllPromptsFiltersPromptsOptions$inboundSchema` instead. */
2157
- GetAllPromptsFiltersPromptsOptions$.inboundSchema = exports.GetAllPromptsFiltersPromptsOptions$inboundSchema;
2158
- /** @deprecated use `GetAllPromptsFiltersPromptsOptions$outboundSchema` instead. */
2159
- GetAllPromptsFiltersPromptsOptions$.outboundSchema = exports.GetAllPromptsFiltersPromptsOptions$outboundSchema;
2160
- })(GetAllPromptsFiltersPromptsOptions$ || (exports.GetAllPromptsFiltersPromptsOptions$ = GetAllPromptsFiltersPromptsOptions$ = {}));
2161
- function getAllPromptsFiltersPromptsOptionsToJSON(getAllPromptsFiltersPromptsOptions) {
2162
- return JSON.stringify(exports.GetAllPromptsFiltersPromptsOptions$outboundSchema.parse(getAllPromptsFiltersPromptsOptions));
2164
+ var GetAllPromptsFiltersPromptsRequestRequestBodyOptions$;
2165
+ (function (GetAllPromptsFiltersPromptsRequestRequestBodyOptions$) {
2166
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyOptions$inboundSchema` instead. */
2167
+ GetAllPromptsFiltersPromptsRequestRequestBodyOptions$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$inboundSchema;
2168
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyOptions$outboundSchema` instead. */
2169
+ GetAllPromptsFiltersPromptsRequestRequestBodyOptions$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$outboundSchema;
2170
+ })(GetAllPromptsFiltersPromptsRequestRequestBodyOptions$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$ = GetAllPromptsFiltersPromptsRequestRequestBodyOptions$ = {}));
2171
+ function getAllPromptsFiltersPromptsRequestRequestBodyOptionsToJSON(getAllPromptsFiltersPromptsRequestRequestBodyOptions) {
2172
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$outboundSchema.parse(getAllPromptsFiltersPromptsRequestRequestBodyOptions));
2163
2173
  }
2164
- function getAllPromptsFiltersPromptsOptionsFromJSON(jsonString) {
2165
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsOptions' from JSON`);
2174
+ function getAllPromptsFiltersPromptsRequestRequestBodyOptionsFromJSON(jsonString) {
2175
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyOptions' from JSON`);
2166
2176
  }
2167
2177
  /** @internal */
2168
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75);
2169
- /** @internal */
2170
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema;
2171
- /**
2172
- * @internal
2173
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2174
- */
2175
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$;
2176
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$) {
2177
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema` instead. */
2178
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema;
2179
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema` instead. */
2180
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema;
2181
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$ = {}));
2182
- /** @internal */
2183
2178
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76);
2184
2179
  /** @internal */
2185
2180
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$inboundSchema;
@@ -2240,20 +2235,35 @@ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$;
2240
2235
  GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$outboundSchema;
2241
2236
  })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$ = {}));
2242
2237
  /** @internal */
2238
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710);
2239
+ /** @internal */
2240
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$inboundSchema;
2241
+ /**
2242
+ * @internal
2243
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2244
+ */
2245
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$;
2246
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$) {
2247
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$inboundSchema` instead. */
2248
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$inboundSchema;
2249
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$outboundSchema` instead. */
2250
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$outboundSchema;
2251
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$ = {}));
2252
+ /** @internal */
2243
2253
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$inboundSchema = z.union([
2254
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$inboundSchema,
2244
2255
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$inboundSchema,
2245
2256
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$inboundSchema,
2246
2257
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$inboundSchema,
2247
2258
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$inboundSchema,
2248
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema,
2249
2259
  ]);
2250
2260
  /** @internal */
2251
2261
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1$outboundSchema = z.union([
2262
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$outboundSchema,
2252
2263
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$outboundSchema,
2253
2264
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$outboundSchema,
2254
2265
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$outboundSchema,
2255
2266
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$outboundSchema,
2256
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema,
2257
2267
  ]);
2258
2268
  /**
2259
2269
  * @internal
@@ -2275,158 +2285,152 @@ function getAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1FromJS
2275
2285
  .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyQuery7HideOperators1' from JSON`);
2276
2286
  }
2277
2287
  /** @internal */
2278
- exports.Seven$inboundSchema = z
2279
- .object({
2288
+ exports.Filters7$inboundSchema = z.object({
2280
2289
  operator: z.union([
2281
- exports.GetAllPromptsOperator1$inboundSchema,
2282
- exports.GetAllPromptsOperator2$inboundSchema,
2290
+ exports.GetAllPromptsOperatorPrompts1$inboundSchema,
2291
+ exports.GetAllPromptsOperatorPrompts2$inboundSchema,
2283
2292
  ]),
2284
2293
  value: z.nullable(z.any()).optional(),
2285
2294
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$inboundSchema,
2286
2295
  selectedOptionId: z.nullable(z.string()),
2287
- options: z.array(z.lazy(() => exports.GetAllPromptsFiltersPromptsOptions$inboundSchema)),
2296
+ options: z.array(z.lazy(() => exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$inboundSchema)),
2288
2297
  name: z.string(),
2289
2298
  path: z.string(),
2290
2299
  hideOperators: z.array(z.union([
2300
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$inboundSchema,
2291
2301
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$inboundSchema,
2292
2302
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$inboundSchema,
2293
2303
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$inboundSchema,
2294
2304
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$inboundSchema,
2295
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$inboundSchema,
2296
2305
  ])).optional(),
2297
2306
  });
2298
2307
  /** @internal */
2299
- exports.Seven$outboundSchema = z.object({
2308
+ exports.Filters7$outboundSchema = z.object({
2300
2309
  operator: z.union([
2301
- exports.GetAllPromptsOperator1$outboundSchema,
2302
- exports.GetAllPromptsOperator2$outboundSchema,
2310
+ exports.GetAllPromptsOperatorPrompts1$outboundSchema,
2311
+ exports.GetAllPromptsOperatorPrompts2$outboundSchema,
2303
2312
  ]),
2304
2313
  value: z.nullable(z.any()).optional(),
2305
2314
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery7Type$outboundSchema,
2306
2315
  selectedOptionId: z.nullable(z.string()),
2307
- options: z.array(z.lazy(() => exports.GetAllPromptsFiltersPromptsOptions$outboundSchema)),
2316
+ options: z.array(z.lazy(() => exports.GetAllPromptsFiltersPromptsRequestRequestBodyOptions$outboundSchema)),
2308
2317
  name: z.string(),
2309
2318
  path: z.string(),
2310
2319
  hideOperators: z.array(z.union([
2320
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters710$outboundSchema,
2311
2321
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters79$outboundSchema,
2312
2322
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters78$outboundSchema,
2313
2323
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters77$outboundSchema,
2314
2324
  exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters76$outboundSchema,
2315
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters75$outboundSchema,
2316
2325
  ])).optional(),
2317
2326
  });
2318
2327
  /**
2319
2328
  * @internal
2320
2329
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2321
2330
  */
2322
- var Seven$;
2323
- (function (Seven$) {
2324
- /** @deprecated use `Seven$inboundSchema` instead. */
2325
- Seven$.inboundSchema = exports.Seven$inboundSchema;
2326
- /** @deprecated use `Seven$outboundSchema` instead. */
2327
- Seven$.outboundSchema = exports.Seven$outboundSchema;
2328
- })(Seven$ || (exports.Seven$ = Seven$ = {}));
2329
- function sevenToJSON(seven) {
2330
- return JSON.stringify(exports.Seven$outboundSchema.parse(seven));
2331
+ var Filters7$;
2332
+ (function (Filters7$) {
2333
+ /** @deprecated use `Filters7$inboundSchema` instead. */
2334
+ Filters7$.inboundSchema = exports.Filters7$inboundSchema;
2335
+ /** @deprecated use `Filters7$outboundSchema` instead. */
2336
+ Filters7$.outboundSchema = exports.Filters7$outboundSchema;
2337
+ })(Filters7$ || (exports.Filters7$ = Filters7$ = {}));
2338
+ function filters7ToJSON(filters7) {
2339
+ return JSON.stringify(exports.Filters7$outboundSchema.parse(filters7));
2331
2340
  }
2332
- function sevenFromJSON(jsonString) {
2333
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Seven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Seven' from JSON`);
2341
+ function filters7FromJSON(jsonString) {
2342
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Filters7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Filters7' from JSON`);
2334
2343
  }
2335
2344
  /** @internal */
2336
- exports.Operator5$inboundSchema = z
2337
- .nativeEnum(exports.Operator5);
2345
+ exports.GetAllPromptsOperator5$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator5);
2338
2346
  /** @internal */
2339
- exports.Operator5$outboundSchema = exports.Operator5$inboundSchema;
2347
+ exports.GetAllPromptsOperator5$outboundSchema = exports.GetAllPromptsOperator5$inboundSchema;
2340
2348
  /**
2341
2349
  * @internal
2342
2350
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2343
2351
  */
2344
- var Operator5$;
2345
- (function (Operator5$) {
2346
- /** @deprecated use `Operator5$inboundSchema` instead. */
2347
- Operator5$.inboundSchema = exports.Operator5$inboundSchema;
2348
- /** @deprecated use `Operator5$outboundSchema` instead. */
2349
- Operator5$.outboundSchema = exports.Operator5$outboundSchema;
2350
- })(Operator5$ || (exports.Operator5$ = Operator5$ = {}));
2352
+ var GetAllPromptsOperator5$;
2353
+ (function (GetAllPromptsOperator5$) {
2354
+ /** @deprecated use `GetAllPromptsOperator5$inboundSchema` instead. */
2355
+ GetAllPromptsOperator5$.inboundSchema = exports.GetAllPromptsOperator5$inboundSchema;
2356
+ /** @deprecated use `GetAllPromptsOperator5$outboundSchema` instead. */
2357
+ GetAllPromptsOperator5$.outboundSchema = exports.GetAllPromptsOperator5$outboundSchema;
2358
+ })(GetAllPromptsOperator5$ || (exports.GetAllPromptsOperator5$ = GetAllPromptsOperator5$ = {}));
2351
2359
  /** @internal */
2352
- exports.Operator4$inboundSchema = z
2353
- .nativeEnum(exports.Operator4);
2360
+ exports.GetAllPromptsOperator4$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator4);
2354
2361
  /** @internal */
2355
- exports.Operator4$outboundSchema = exports.Operator4$inboundSchema;
2362
+ exports.GetAllPromptsOperator4$outboundSchema = exports.GetAllPromptsOperator4$inboundSchema;
2356
2363
  /**
2357
2364
  * @internal
2358
2365
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2359
2366
  */
2360
- var Operator4$;
2361
- (function (Operator4$) {
2362
- /** @deprecated use `Operator4$inboundSchema` instead. */
2363
- Operator4$.inboundSchema = exports.Operator4$inboundSchema;
2364
- /** @deprecated use `Operator4$outboundSchema` instead. */
2365
- Operator4$.outboundSchema = exports.Operator4$outboundSchema;
2366
- })(Operator4$ || (exports.Operator4$ = Operator4$ = {}));
2367
+ var GetAllPromptsOperator4$;
2368
+ (function (GetAllPromptsOperator4$) {
2369
+ /** @deprecated use `GetAllPromptsOperator4$inboundSchema` instead. */
2370
+ GetAllPromptsOperator4$.inboundSchema = exports.GetAllPromptsOperator4$inboundSchema;
2371
+ /** @deprecated use `GetAllPromptsOperator4$outboundSchema` instead. */
2372
+ GetAllPromptsOperator4$.outboundSchema = exports.GetAllPromptsOperator4$outboundSchema;
2373
+ })(GetAllPromptsOperator4$ || (exports.GetAllPromptsOperator4$ = GetAllPromptsOperator4$ = {}));
2367
2374
  /** @internal */
2368
- exports.Operator3$inboundSchema = z
2369
- .nativeEnum(exports.Operator3);
2375
+ exports.GetAllPromptsOperator3$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator3);
2370
2376
  /** @internal */
2371
- exports.Operator3$outboundSchema = exports.Operator3$inboundSchema;
2377
+ exports.GetAllPromptsOperator3$outboundSchema = exports.GetAllPromptsOperator3$inboundSchema;
2372
2378
  /**
2373
2379
  * @internal
2374
2380
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2375
2381
  */
2376
- var Operator3$;
2377
- (function (Operator3$) {
2378
- /** @deprecated use `Operator3$inboundSchema` instead. */
2379
- Operator3$.inboundSchema = exports.Operator3$inboundSchema;
2380
- /** @deprecated use `Operator3$outboundSchema` instead. */
2381
- Operator3$.outboundSchema = exports.Operator3$outboundSchema;
2382
- })(Operator3$ || (exports.Operator3$ = Operator3$ = {}));
2382
+ var GetAllPromptsOperator3$;
2383
+ (function (GetAllPromptsOperator3$) {
2384
+ /** @deprecated use `GetAllPromptsOperator3$inboundSchema` instead. */
2385
+ GetAllPromptsOperator3$.inboundSchema = exports.GetAllPromptsOperator3$inboundSchema;
2386
+ /** @deprecated use `GetAllPromptsOperator3$outboundSchema` instead. */
2387
+ GetAllPromptsOperator3$.outboundSchema = exports.GetAllPromptsOperator3$outboundSchema;
2388
+ })(GetAllPromptsOperator3$ || (exports.GetAllPromptsOperator3$ = GetAllPromptsOperator3$ = {}));
2383
2389
  /** @internal */
2384
- exports.Operator2$inboundSchema = z
2385
- .nativeEnum(exports.Operator2);
2390
+ exports.GetAllPromptsOperator2$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator2);
2386
2391
  /** @internal */
2387
- exports.Operator2$outboundSchema = exports.Operator2$inboundSchema;
2392
+ exports.GetAllPromptsOperator2$outboundSchema = exports.GetAllPromptsOperator2$inboundSchema;
2388
2393
  /**
2389
2394
  * @internal
2390
2395
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2391
2396
  */
2392
- var Operator2$;
2393
- (function (Operator2$) {
2394
- /** @deprecated use `Operator2$inboundSchema` instead. */
2395
- Operator2$.inboundSchema = exports.Operator2$inboundSchema;
2396
- /** @deprecated use `Operator2$outboundSchema` instead. */
2397
- Operator2$.outboundSchema = exports.Operator2$outboundSchema;
2398
- })(Operator2$ || (exports.Operator2$ = Operator2$ = {}));
2397
+ var GetAllPromptsOperator2$;
2398
+ (function (GetAllPromptsOperator2$) {
2399
+ /** @deprecated use `GetAllPromptsOperator2$inboundSchema` instead. */
2400
+ GetAllPromptsOperator2$.inboundSchema = exports.GetAllPromptsOperator2$inboundSchema;
2401
+ /** @deprecated use `GetAllPromptsOperator2$outboundSchema` instead. */
2402
+ GetAllPromptsOperator2$.outboundSchema = exports.GetAllPromptsOperator2$outboundSchema;
2403
+ })(GetAllPromptsOperator2$ || (exports.GetAllPromptsOperator2$ = GetAllPromptsOperator2$ = {}));
2399
2404
  /** @internal */
2400
- exports.Operator1$inboundSchema = z
2401
- .nativeEnum(exports.Operator1);
2405
+ exports.GetAllPromptsOperator1$inboundSchema = z.nativeEnum(exports.GetAllPromptsOperator1);
2402
2406
  /** @internal */
2403
- exports.Operator1$outboundSchema = exports.Operator1$inboundSchema;
2407
+ exports.GetAllPromptsOperator1$outboundSchema = exports.GetAllPromptsOperator1$inboundSchema;
2404
2408
  /**
2405
2409
  * @internal
2406
2410
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2407
2411
  */
2408
- var Operator1$;
2409
- (function (Operator1$) {
2410
- /** @deprecated use `Operator1$inboundSchema` instead. */
2411
- Operator1$.inboundSchema = exports.Operator1$inboundSchema;
2412
- /** @deprecated use `Operator1$outboundSchema` instead. */
2413
- Operator1$.outboundSchema = exports.Operator1$outboundSchema;
2414
- })(Operator1$ || (exports.Operator1$ = Operator1$ = {}));
2412
+ var GetAllPromptsOperator1$;
2413
+ (function (GetAllPromptsOperator1$) {
2414
+ /** @deprecated use `GetAllPromptsOperator1$inboundSchema` instead. */
2415
+ GetAllPromptsOperator1$.inboundSchema = exports.GetAllPromptsOperator1$inboundSchema;
2416
+ /** @deprecated use `GetAllPromptsOperator1$outboundSchema` instead. */
2417
+ GetAllPromptsOperator1$.outboundSchema = exports.GetAllPromptsOperator1$outboundSchema;
2418
+ })(GetAllPromptsOperator1$ || (exports.GetAllPromptsOperator1$ = GetAllPromptsOperator1$ = {}));
2415
2419
  /** @internal */
2416
2420
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$inboundSchema = z.union([
2417
- exports.Operator1$inboundSchema,
2418
- exports.Operator2$inboundSchema,
2419
- exports.Operator3$inboundSchema,
2420
- exports.Operator4$inboundSchema,
2421
- exports.Operator5$inboundSchema,
2421
+ exports.GetAllPromptsOperator1$inboundSchema,
2422
+ exports.GetAllPromptsOperator2$inboundSchema,
2423
+ exports.GetAllPromptsOperator3$inboundSchema,
2424
+ exports.GetAllPromptsOperator4$inboundSchema,
2425
+ exports.GetAllPromptsOperator5$inboundSchema,
2422
2426
  ]);
2423
2427
  /** @internal */
2424
2428
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Operator$outboundSchema = z.union([
2425
- exports.Operator1$outboundSchema,
2426
- exports.Operator2$outboundSchema,
2427
- exports.Operator3$outboundSchema,
2428
- exports.Operator4$outboundSchema,
2429
- exports.Operator5$outboundSchema,
2429
+ exports.GetAllPromptsOperator1$outboundSchema,
2430
+ exports.GetAllPromptsOperator2$outboundSchema,
2431
+ exports.GetAllPromptsOperator3$outboundSchema,
2432
+ exports.GetAllPromptsOperator4$outboundSchema,
2433
+ exports.GetAllPromptsOperator5$outboundSchema,
2430
2434
  ]);
2431
2435
  /**
2432
2436
  * @internal
@@ -2478,140 +2482,140 @@ var GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$;
2478
2482
  GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$outboundSchema;
2479
2483
  })(GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$ = GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$ = {}));
2480
2484
  /** @internal */
2481
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5);
2485
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5);
2482
2486
  /** @internal */
2483
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema;
2487
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema;
2484
2488
  /**
2485
2489
  * @internal
2486
2490
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2487
2491
  */
2488
- var GetAllPromptsHideOperatorsPromptsRequestRequestBody5$;
2489
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody5$) {
2490
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema` instead. */
2491
- GetAllPromptsHideOperatorsPromptsRequestRequestBody5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema;
2492
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema` instead. */
2493
- GetAllPromptsHideOperatorsPromptsRequestRequestBody5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema;
2494
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ = {}));
2492
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$;
2493
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$) {
2494
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema` instead. */
2495
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema;
2496
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema` instead. */
2497
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema;
2498
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$ = {}));
2495
2499
  /** @internal */
2496
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4);
2500
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4);
2497
2501
  /** @internal */
2498
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema;
2502
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema;
2499
2503
  /**
2500
2504
  * @internal
2501
2505
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2502
2506
  */
2503
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$;
2504
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$) {
2505
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema` instead. */
2506
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema;
2507
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema` instead. */
2508
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema;
2509
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ = {}));
2507
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$;
2508
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$) {
2509
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema` instead. */
2510
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema;
2511
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema` instead. */
2512
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema;
2513
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ = {}));
2510
2514
  /** @internal */
2511
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3);
2515
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3);
2512
2516
  /** @internal */
2513
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema;
2517
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema;
2514
2518
  /**
2515
2519
  * @internal
2516
2520
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2517
2521
  */
2518
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$;
2519
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$) {
2520
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema` instead. */
2521
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema;
2522
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema` instead. */
2523
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema;
2524
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ = {}));
2522
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$;
2523
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$) {
2524
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema` instead. */
2525
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema;
2526
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema` instead. */
2527
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema;
2528
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ = {}));
2525
2529
  /** @internal */
2526
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2);
2530
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2);
2527
2531
  /** @internal */
2528
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema;
2532
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema;
2529
2533
  /**
2530
2534
  * @internal
2531
2535
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2532
2536
  */
2533
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$;
2534
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$) {
2535
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema` instead. */
2536
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema;
2537
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema` instead. */
2538
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema;
2539
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ = {}));
2537
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$;
2538
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$) {
2539
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema` instead. */
2540
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema;
2541
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema` instead. */
2542
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema;
2543
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ = {}));
2540
2544
  /** @internal */
2541
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1);
2545
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1);
2542
2546
  /** @internal */
2543
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema;
2547
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema;
2544
2548
  /**
2545
2549
  * @internal
2546
2550
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2547
2551
  */
2548
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$;
2549
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$) {
2550
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema` instead. */
2551
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema;
2552
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema` instead. */
2553
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema;
2554
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ = {}));
2552
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$;
2553
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$) {
2554
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema` instead. */
2555
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema;
2556
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema` instead. */
2557
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema;
2558
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ = {}));
2555
2559
  /** @internal */
2556
- exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema = z.union([
2557
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema,
2558
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema,
2559
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema,
2560
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema,
2561
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema,
2560
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$inboundSchema = z.union([
2561
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema,
2562
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema,
2563
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema,
2564
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema,
2565
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema,
2562
2566
  ]);
2563
2567
  /** @internal */
2564
- exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema = z.union([
2565
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema,
2566
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema,
2567
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema,
2568
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema,
2569
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema,
2568
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$outboundSchema = z.union([
2569
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema,
2570
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema,
2571
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema,
2572
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema,
2573
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema,
2570
2574
  ]);
2571
2575
  /**
2572
2576
  * @internal
2573
2577
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2574
2578
  */
2575
- var GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$;
2576
- (function (GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$) {
2577
- /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema` instead. */
2578
- GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema;
2579
- /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema` instead. */
2580
- GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema;
2581
- })(GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ = GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ = {}));
2582
- function getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsToJSON(getAllPromptsFiltersPromptsRequestRequestBodyHideOperators) {
2583
- return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema
2584
- .parse(getAllPromptsFiltersPromptsRequestRequestBodyHideOperators));
2579
+ var GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$;
2580
+ (function (GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$) {
2581
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$inboundSchema` instead. */
2582
+ GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$inboundSchema;
2583
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$outboundSchema` instead. */
2584
+ GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$outboundSchema;
2585
+ })(GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$ = GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$ = {}));
2586
+ function getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperatorsToJSON(getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators) {
2587
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$outboundSchema
2588
+ .parse(getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators));
2585
2589
  }
2586
- function getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsFromJSON(jsonString) {
2587
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema
2588
- .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators' from JSON`);
2590
+ function getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperatorsFromJSON(jsonString) {
2591
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators$inboundSchema
2592
+ .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators' from JSON`);
2589
2593
  }
2590
2594
  /** @internal */
2591
- exports.GetAllPromptsFiltersOptions$inboundSchema = z.object({
2595
+ exports.GetAllPromptsFiltersPromptsRequestOptions$inboundSchema = z.object({
2592
2596
  name: z.string(),
2593
2597
  path: z.string(),
2594
2598
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$inboundSchema,
2595
2599
  hideOperators: z.array(z.union([
2596
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema,
2597
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema,
2598
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema,
2599
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema,
2600
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema,
2600
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema,
2601
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema,
2602
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema,
2603
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema,
2604
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$inboundSchema,
2601
2605
  ])).optional(),
2602
2606
  id: z.string(),
2603
2607
  });
2604
2608
  /** @internal */
2605
- exports.GetAllPromptsFiltersOptions$outboundSchema = z.object({
2609
+ exports.GetAllPromptsFiltersPromptsRequestOptions$outboundSchema = z.object({
2606
2610
  name: z.string(),
2607
2611
  path: z.string(),
2608
2612
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6OptionsType$outboundSchema,
2609
2613
  hideOperators: z.array(z.union([
2610
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema,
2611
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema,
2612
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema,
2613
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema,
2614
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema,
2614
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema,
2615
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema,
2616
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema,
2617
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema,
2618
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters5$outboundSchema,
2615
2619
  ])).optional(),
2616
2620
  id: z.string(),
2617
2621
  });
@@ -2619,193 +2623,191 @@ exports.GetAllPromptsFiltersOptions$outboundSchema = z.object({
2619
2623
  * @internal
2620
2624
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2621
2625
  */
2622
- var GetAllPromptsFiltersOptions$;
2623
- (function (GetAllPromptsFiltersOptions$) {
2624
- /** @deprecated use `GetAllPromptsFiltersOptions$inboundSchema` instead. */
2625
- GetAllPromptsFiltersOptions$.inboundSchema = exports.GetAllPromptsFiltersOptions$inboundSchema;
2626
- /** @deprecated use `GetAllPromptsFiltersOptions$outboundSchema` instead. */
2627
- GetAllPromptsFiltersOptions$.outboundSchema = exports.GetAllPromptsFiltersOptions$outboundSchema;
2628
- })(GetAllPromptsFiltersOptions$ || (exports.GetAllPromptsFiltersOptions$ = GetAllPromptsFiltersOptions$ = {}));
2629
- function getAllPromptsFiltersOptionsToJSON(getAllPromptsFiltersOptions) {
2630
- return JSON.stringify(exports.GetAllPromptsFiltersOptions$outboundSchema.parse(getAllPromptsFiltersOptions));
2626
+ var GetAllPromptsFiltersPromptsRequestOptions$;
2627
+ (function (GetAllPromptsFiltersPromptsRequestOptions$) {
2628
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestOptions$inboundSchema` instead. */
2629
+ GetAllPromptsFiltersPromptsRequestOptions$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestOptions$inboundSchema;
2630
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestOptions$outboundSchema` instead. */
2631
+ GetAllPromptsFiltersPromptsRequestOptions$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestOptions$outboundSchema;
2632
+ })(GetAllPromptsFiltersPromptsRequestOptions$ || (exports.GetAllPromptsFiltersPromptsRequestOptions$ = GetAllPromptsFiltersPromptsRequestOptions$ = {}));
2633
+ function getAllPromptsFiltersPromptsRequestOptionsToJSON(getAllPromptsFiltersPromptsRequestOptions) {
2634
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestOptions$outboundSchema.parse(getAllPromptsFiltersPromptsRequestOptions));
2631
2635
  }
2632
- function getAllPromptsFiltersOptionsFromJSON(jsonString) {
2633
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersOptions' from JSON`);
2636
+ function getAllPromptsFiltersPromptsRequestOptionsFromJSON(jsonString) {
2637
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestOptions' from JSON`);
2634
2638
  }
2635
2639
  /** @internal */
2636
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5);
2640
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65);
2637
2641
  /** @internal */
2638
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema;
2642
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$inboundSchema;
2639
2643
  /**
2640
2644
  * @internal
2641
2645
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2642
2646
  */
2643
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$;
2644
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$) {
2645
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema` instead. */
2646
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema;
2647
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema` instead. */
2648
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema;
2649
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ = {}));
2647
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$;
2648
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$) {
2649
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$inboundSchema` instead. */
2650
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$inboundSchema;
2651
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$outboundSchema` instead. */
2652
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$outboundSchema;
2653
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$ = {}));
2650
2654
  /** @internal */
2651
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4);
2655
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64);
2652
2656
  /** @internal */
2653
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema;
2657
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$inboundSchema;
2654
2658
  /**
2655
2659
  * @internal
2656
2660
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2657
2661
  */
2658
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$;
2659
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$) {
2660
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema` instead. */
2661
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema;
2662
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema` instead. */
2663
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema;
2664
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$ = {}));
2662
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$;
2663
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$) {
2664
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$inboundSchema` instead. */
2665
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$inboundSchema;
2666
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$outboundSchema` instead. */
2667
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$outboundSchema;
2668
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$ = {}));
2665
2669
  /** @internal */
2666
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3);
2670
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63);
2667
2671
  /** @internal */
2668
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema;
2672
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$inboundSchema;
2669
2673
  /**
2670
2674
  * @internal
2671
2675
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2672
2676
  */
2673
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$;
2674
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$) {
2675
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema` instead. */
2676
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema;
2677
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema` instead. */
2678
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema;
2679
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$ = {}));
2677
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$;
2678
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$) {
2679
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$inboundSchema` instead. */
2680
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$inboundSchema;
2681
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$outboundSchema` instead. */
2682
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$outboundSchema;
2683
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$ = {}));
2680
2684
  /** @internal */
2681
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2);
2685
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62);
2682
2686
  /** @internal */
2683
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema;
2687
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$inboundSchema;
2684
2688
  /**
2685
2689
  * @internal
2686
2690
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2687
2691
  */
2688
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$;
2689
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$) {
2690
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema` instead. */
2691
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema;
2692
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema` instead. */
2693
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema;
2694
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$ = {}));
2692
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$;
2693
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$) {
2694
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$inboundSchema` instead. */
2695
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$inboundSchema;
2696
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$outboundSchema` instead. */
2697
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$outboundSchema;
2698
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$ = {}));
2695
2699
  /** @internal */
2696
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1);
2700
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61);
2697
2701
  /** @internal */
2698
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema;
2702
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$inboundSchema;
2699
2703
  /**
2700
2704
  * @internal
2701
2705
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2702
2706
  */
2703
- var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$;
2704
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$) {
2705
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema` instead. */
2706
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema;
2707
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema` instead. */
2708
- GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema;
2709
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$ = {}));
2707
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$;
2708
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$) {
2709
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$inboundSchema` instead. */
2710
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$inboundSchema;
2711
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$outboundSchema` instead. */
2712
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$outboundSchema;
2713
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$ = {}));
2710
2714
  /** @internal */
2711
- exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema = z.union([
2712
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema,
2713
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema,
2714
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema,
2715
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema,
2716
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema,
2715
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$inboundSchema = z.union([
2716
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$inboundSchema,
2717
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$inboundSchema,
2718
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$inboundSchema,
2719
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$inboundSchema,
2720
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$inboundSchema,
2717
2721
  ]);
2718
2722
  /** @internal */
2719
- exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema = z.union([
2720
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema,
2721
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema,
2722
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema,
2723
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema,
2724
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema,
2723
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$outboundSchema = z.union([
2724
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$outboundSchema,
2725
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$outboundSchema,
2726
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$outboundSchema,
2727
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$outboundSchema,
2728
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$outboundSchema,
2725
2729
  ]);
2726
2730
  /**
2727
2731
  * @internal
2728
2732
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2729
2733
  */
2730
- var GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$;
2731
- (function (GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$) {
2732
- /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema` instead. */
2733
- GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema;
2734
- /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema` instead. */
2735
- GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema;
2736
- })(GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ = GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ = {}));
2737
- function getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsToJSON(getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators) {
2738
- return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema
2739
- .parse(getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators));
2734
+ var GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$;
2735
+ (function (GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$) {
2736
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$inboundSchema` instead. */
2737
+ GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$inboundSchema;
2738
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$outboundSchema` instead. */
2739
+ GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$outboundSchema;
2740
+ })(GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$ = GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$ = {}));
2741
+ function getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1ToJSON(getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1) {
2742
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$outboundSchema
2743
+ .parse(getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1));
2740
2744
  }
2741
- function getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsFromJSON(jsonString) {
2742
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema
2743
- .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators' from JSON`);
2745
+ function getAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1FromJSON(jsonString) {
2746
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1$inboundSchema
2747
+ .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyQuery6HideOperators1' from JSON`);
2744
2748
  }
2745
2749
  /** @internal */
2746
- exports.Six$inboundSchema = z
2747
- .object({
2750
+ exports.Filters6$inboundSchema = z.object({
2748
2751
  operator: z.union([
2749
- exports.Operator1$inboundSchema,
2750
- exports.Operator2$inboundSchema,
2751
- exports.Operator3$inboundSchema,
2752
- exports.Operator4$inboundSchema,
2753
- exports.Operator5$inboundSchema,
2752
+ exports.GetAllPromptsOperator1$inboundSchema,
2753
+ exports.GetAllPromptsOperator2$inboundSchema,
2754
+ exports.GetAllPromptsOperator3$inboundSchema,
2755
+ exports.GetAllPromptsOperator4$inboundSchema,
2756
+ exports.GetAllPromptsOperator5$inboundSchema,
2754
2757
  ]),
2755
2758
  value: z.nullable(z.any()).optional(),
2756
2759
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$inboundSchema,
2757
- options: z.array(z.lazy(() => exports.GetAllPromptsFiltersOptions$inboundSchema)),
2760
+ options: z.array(z.lazy(() => exports.GetAllPromptsFiltersPromptsRequestOptions$inboundSchema)),
2758
2761
  selectedOptionId: z.nullable(z.string()),
2759
2762
  name: z.string(),
2760
2763
  path: z.string(),
2761
2764
  hideOperators: z.array(z.union([
2762
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$inboundSchema,
2763
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$inboundSchema,
2764
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$inboundSchema,
2765
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$inboundSchema,
2766
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema,
2765
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$inboundSchema,
2766
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$inboundSchema,
2767
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$inboundSchema,
2768
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$inboundSchema,
2769
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$inboundSchema,
2767
2770
  ])).optional(),
2768
2771
  });
2769
2772
  /** @internal */
2770
- exports.Six$outboundSchema = z
2771
- .object({
2773
+ exports.Filters6$outboundSchema = z.object({
2772
2774
  operator: z.union([
2773
- exports.Operator1$outboundSchema,
2774
- exports.Operator2$outboundSchema,
2775
- exports.Operator3$outboundSchema,
2776
- exports.Operator4$outboundSchema,
2777
- exports.Operator5$outboundSchema,
2775
+ exports.GetAllPromptsOperator1$outboundSchema,
2776
+ exports.GetAllPromptsOperator2$outboundSchema,
2777
+ exports.GetAllPromptsOperator3$outboundSchema,
2778
+ exports.GetAllPromptsOperator4$outboundSchema,
2779
+ exports.GetAllPromptsOperator5$outboundSchema,
2778
2780
  ]),
2779
2781
  value: z.nullable(z.any()).optional(),
2780
2782
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQuery6Type$outboundSchema,
2781
- options: z.array(z.lazy(() => exports.GetAllPromptsFiltersOptions$outboundSchema)),
2783
+ options: z.array(z.lazy(() => exports.GetAllPromptsFiltersPromptsRequestOptions$outboundSchema)),
2782
2784
  selectedOptionId: z.nullable(z.string()),
2783
2785
  name: z.string(),
2784
2786
  path: z.string(),
2785
2787
  hideOperators: z.array(z.union([
2786
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters1$outboundSchema,
2787
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters2$outboundSchema,
2788
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters3$outboundSchema,
2789
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters4$outboundSchema,
2790
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema,
2788
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters61$outboundSchema,
2789
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters62$outboundSchema,
2790
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters63$outboundSchema,
2791
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters64$outboundSchema,
2792
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQueryFilters65$outboundSchema,
2791
2793
  ])).optional(),
2792
2794
  });
2793
2795
  /**
2794
2796
  * @internal
2795
2797
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2796
2798
  */
2797
- var Six$;
2798
- (function (Six$) {
2799
- /** @deprecated use `Six$inboundSchema` instead. */
2800
- Six$.inboundSchema = exports.Six$inboundSchema;
2801
- /** @deprecated use `Six$outboundSchema` instead. */
2802
- Six$.outboundSchema = exports.Six$outboundSchema;
2803
- })(Six$ || (exports.Six$ = Six$ = {}));
2804
- function sixToJSON(six) {
2805
- return JSON.stringify(exports.Six$outboundSchema.parse(six));
2799
+ var Filters6$;
2800
+ (function (Filters6$) {
2801
+ /** @deprecated use `Filters6$inboundSchema` instead. */
2802
+ Filters6$.inboundSchema = exports.Filters6$inboundSchema;
2803
+ /** @deprecated use `Filters6$outboundSchema` instead. */
2804
+ Filters6$.outboundSchema = exports.Filters6$outboundSchema;
2805
+ })(Filters6$ || (exports.Filters6$ = Filters6$ = {}));
2806
+ function filters6ToJSON(filters6) {
2807
+ return JSON.stringify(exports.Filters6$outboundSchema.parse(filters6));
2806
2808
  }
2807
- function sixFromJSON(jsonString) {
2808
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Six$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Six' from JSON`);
2809
+ function filters6FromJSON(jsonString) {
2810
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Filters6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Filters6' from JSON`);
2809
2811
  }
2810
2812
  /** @internal */
2811
2813
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$inboundSchema = z.nativeEnum(exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator);
@@ -2838,160 +2840,161 @@ var GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$;
2838
2840
  GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$outboundSchema;
2839
2841
  })(GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$ = GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$ = {}));
2840
2842
  /** @internal */
2841
- exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema = z
2842
- .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest5);
2843
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5);
2843
2844
  /** @internal */
2844
- exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema;
2845
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema;
2845
2846
  /**
2846
2847
  * @internal
2847
2848
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2848
2849
  */
2849
- var GetAllPromptsHideOperatorsPromptsRequest5$;
2850
- (function (GetAllPromptsHideOperatorsPromptsRequest5$) {
2851
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema` instead. */
2852
- GetAllPromptsHideOperatorsPromptsRequest5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema;
2853
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema` instead. */
2854
- GetAllPromptsHideOperatorsPromptsRequest5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema;
2855
- })(GetAllPromptsHideOperatorsPromptsRequest5$ || (exports.GetAllPromptsHideOperatorsPromptsRequest5$ = GetAllPromptsHideOperatorsPromptsRequest5$ = {}));
2850
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$;
2851
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$) {
2852
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema` instead. */
2853
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema;
2854
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema` instead. */
2855
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema;
2856
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$ = {}));
2856
2857
  /** @internal */
2857
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4);
2858
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4);
2858
2859
  /** @internal */
2859
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema;
2860
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema;
2860
2861
  /**
2861
2862
  * @internal
2862
2863
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2863
2864
  */
2864
- var GetAllPromptsHideOperatorsPromptsRequestRequestBody4$;
2865
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody4$) {
2866
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema` instead. */
2867
- GetAllPromptsHideOperatorsPromptsRequestRequestBody4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema;
2868
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema` instead. */
2869
- GetAllPromptsHideOperatorsPromptsRequestRequestBody4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema;
2870
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ = {}));
2865
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$;
2866
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$) {
2867
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema` instead. */
2868
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema;
2869
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema` instead. */
2870
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema;
2871
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$ = {}));
2871
2872
  /** @internal */
2872
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3);
2873
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3);
2873
2874
  /** @internal */
2874
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema;
2875
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema;
2875
2876
  /**
2876
2877
  * @internal
2877
2878
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2878
2879
  */
2879
- var GetAllPromptsHideOperatorsPromptsRequestRequestBody3$;
2880
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody3$) {
2881
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema` instead. */
2882
- GetAllPromptsHideOperatorsPromptsRequestRequestBody3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema;
2883
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema` instead. */
2884
- GetAllPromptsHideOperatorsPromptsRequestRequestBody3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema;
2885
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ = {}));
2880
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$;
2881
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$) {
2882
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema` instead. */
2883
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema;
2884
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema` instead. */
2885
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema;
2886
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$ = {}));
2886
2887
  /** @internal */
2887
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2);
2888
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2);
2888
2889
  /** @internal */
2889
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema;
2890
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema;
2890
2891
  /**
2891
2892
  * @internal
2892
2893
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2893
2894
  */
2894
- var GetAllPromptsHideOperatorsPromptsRequestRequestBody2$;
2895
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody2$) {
2896
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema` instead. */
2897
- GetAllPromptsHideOperatorsPromptsRequestRequestBody2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema;
2898
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema` instead. */
2899
- GetAllPromptsHideOperatorsPromptsRequestRequestBody2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema;
2900
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ = {}));
2895
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$;
2896
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$) {
2897
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema` instead. */
2898
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema;
2899
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema` instead. */
2900
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema;
2901
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$ = {}));
2901
2902
  /** @internal */
2902
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1);
2903
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1);
2903
2904
  /** @internal */
2904
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema;
2905
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema;
2905
2906
  /**
2906
2907
  * @internal
2907
2908
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2908
2909
  */
2909
- var GetAllPromptsHideOperatorsPromptsRequestRequestBody1$;
2910
- (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody1$) {
2911
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema` instead. */
2912
- GetAllPromptsHideOperatorsPromptsRequestRequestBody1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema;
2913
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema` instead. */
2914
- GetAllPromptsHideOperatorsPromptsRequestRequestBody1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema;
2915
- })(GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ = {}));
2910
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$;
2911
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$) {
2912
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema` instead. */
2913
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema;
2914
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema` instead. */
2915
+ GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema;
2916
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ = GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$ = {}));
2916
2917
  /** @internal */
2917
- exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema = z.union([
2918
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema,
2919
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema,
2920
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema,
2921
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema,
2922
- exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema,
2918
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema = z.union([
2919
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema,
2920
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema,
2921
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema,
2922
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema,
2923
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema,
2923
2924
  ]);
2924
2925
  /** @internal */
2925
- exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema = z.union([
2926
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema,
2927
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema,
2928
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema,
2929
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema,
2930
- exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema,
2926
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema = z.union([
2927
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema,
2928
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema,
2929
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema,
2930
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema,
2931
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema,
2931
2932
  ]);
2932
2933
  /**
2933
2934
  * @internal
2934
2935
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2935
2936
  */
2936
- var GetAllPromptsFiltersPromptsRequestHideOperators$;
2937
- (function (GetAllPromptsFiltersPromptsRequestHideOperators$) {
2938
- /** @deprecated use `GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema` instead. */
2939
- GetAllPromptsFiltersPromptsRequestHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema;
2940
- /** @deprecated use `GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema` instead. */
2941
- GetAllPromptsFiltersPromptsRequestHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema;
2942
- })(GetAllPromptsFiltersPromptsRequestHideOperators$ || (exports.GetAllPromptsFiltersPromptsRequestHideOperators$ = GetAllPromptsFiltersPromptsRequestHideOperators$ = {}));
2943
- function getAllPromptsFiltersPromptsRequestHideOperatorsToJSON(getAllPromptsFiltersPromptsRequestHideOperators) {
2944
- return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema.parse(getAllPromptsFiltersPromptsRequestHideOperators));
2937
+ var GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$;
2938
+ (function (GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$) {
2939
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema` instead. */
2940
+ GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema;
2941
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema` instead. */
2942
+ GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema;
2943
+ })(GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ = GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$ = {}));
2944
+ function getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsToJSON(getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators) {
2945
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$outboundSchema
2946
+ .parse(getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators));
2945
2947
  }
2946
- function getAllPromptsFiltersPromptsRequestHideOperatorsFromJSON(jsonString) {
2947
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestHideOperators' from JSON`);
2948
+ function getAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperatorsFromJSON(jsonString) {
2949
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators$inboundSchema
2950
+ .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyQueryHideOperators' from JSON`);
2948
2951
  }
2949
2952
  /** @internal */
2950
- exports.Filters5$inboundSchema = z.object({
2953
+ exports.GetAllPromptsFilters5$inboundSchema = z.object({
2951
2954
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$inboundSchema,
2952
2955
  value: z.nullable(z.string()),
2953
2956
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$inboundSchema,
2954
2957
  name: z.string(),
2955
2958
  path: z.string(),
2956
2959
  hideOperators: z.array(z.union([
2957
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema,
2958
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema,
2959
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema,
2960
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema,
2961
- exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema,
2960
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$inboundSchema,
2961
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$inboundSchema,
2962
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$inboundSchema,
2963
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$inboundSchema,
2964
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$inboundSchema,
2962
2965
  ])).optional(),
2963
2966
  });
2964
2967
  /** @internal */
2965
- exports.Filters5$outboundSchema = z.object({
2968
+ exports.GetAllPromptsFilters5$outboundSchema = z.object({
2966
2969
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryOperator$outboundSchema,
2967
2970
  value: z.nullable(z.string()),
2968
2971
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyQueryType$outboundSchema,
2969
2972
  name: z.string(),
2970
2973
  path: z.string(),
2971
2974
  hideOperators: z.array(z.union([
2972
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema,
2973
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema,
2974
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema,
2975
- exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema,
2976
- exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema,
2975
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery1$outboundSchema,
2976
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery2$outboundSchema,
2977
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery3$outboundSchema,
2978
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery4$outboundSchema,
2979
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBodyQuery5$outboundSchema,
2977
2980
  ])).optional(),
2978
2981
  });
2979
2982
  /**
2980
2983
  * @internal
2981
2984
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2982
2985
  */
2983
- var Filters5$;
2984
- (function (Filters5$) {
2985
- /** @deprecated use `Filters5$inboundSchema` instead. */
2986
- Filters5$.inboundSchema = exports.Filters5$inboundSchema;
2987
- /** @deprecated use `Filters5$outboundSchema` instead. */
2988
- Filters5$.outboundSchema = exports.Filters5$outboundSchema;
2989
- })(Filters5$ || (exports.Filters5$ = Filters5$ = {}));
2990
- function filters5ToJSON(filters5) {
2991
- return JSON.stringify(exports.Filters5$outboundSchema.parse(filters5));
2986
+ var GetAllPromptsFilters5$;
2987
+ (function (GetAllPromptsFilters5$) {
2988
+ /** @deprecated use `GetAllPromptsFilters5$inboundSchema` instead. */
2989
+ GetAllPromptsFilters5$.inboundSchema = exports.GetAllPromptsFilters5$inboundSchema;
2990
+ /** @deprecated use `GetAllPromptsFilters5$outboundSchema` instead. */
2991
+ GetAllPromptsFilters5$.outboundSchema = exports.GetAllPromptsFilters5$outboundSchema;
2992
+ })(GetAllPromptsFilters5$ || (exports.GetAllPromptsFilters5$ = GetAllPromptsFilters5$ = {}));
2993
+ function getAllPromptsFilters5ToJSON(getAllPromptsFilters5) {
2994
+ return JSON.stringify(exports.GetAllPromptsFilters5$outboundSchema.parse(getAllPromptsFilters5));
2992
2995
  }
2993
- function filters5FromJSON(jsonString) {
2994
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Filters5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Filters5' from JSON`);
2996
+ function getAllPromptsFilters5FromJSON(jsonString) {
2997
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFilters5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFilters5' from JSON`);
2995
2998
  }
2996
2999
  /** @internal */
2997
3000
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$inboundSchema = z.nativeEnum(exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator);
@@ -3009,25 +3012,25 @@ var GetAllPromptsFiltersPromptsRequestRequestBodyOperator$;
3009
3012
  GetAllPromptsFiltersPromptsRequestRequestBodyOperator$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$outboundSchema;
3010
3013
  })(GetAllPromptsFiltersPromptsRequestRequestBodyOperator$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$ = GetAllPromptsFiltersPromptsRequestRequestBodyOperator$ = {}));
3011
3014
  /** @internal */
3012
- exports.GetAllPromptsFiltersValue$inboundSchema = z.union([z.number(), z.array(z.number())]);
3015
+ exports.GetAllPromptsFiltersPromptsValue$inboundSchema = z.union([z.number(), z.array(z.number())]);
3013
3016
  /** @internal */
3014
- exports.GetAllPromptsFiltersValue$outboundSchema = z.union([z.number(), z.array(z.number())]);
3017
+ exports.GetAllPromptsFiltersPromptsValue$outboundSchema = z.union([z.number(), z.array(z.number())]);
3015
3018
  /**
3016
3019
  * @internal
3017
3020
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3018
3021
  */
3019
- var GetAllPromptsFiltersValue$;
3020
- (function (GetAllPromptsFiltersValue$) {
3021
- /** @deprecated use `GetAllPromptsFiltersValue$inboundSchema` instead. */
3022
- GetAllPromptsFiltersValue$.inboundSchema = exports.GetAllPromptsFiltersValue$inboundSchema;
3023
- /** @deprecated use `GetAllPromptsFiltersValue$outboundSchema` instead. */
3024
- GetAllPromptsFiltersValue$.outboundSchema = exports.GetAllPromptsFiltersValue$outboundSchema;
3025
- })(GetAllPromptsFiltersValue$ || (exports.GetAllPromptsFiltersValue$ = GetAllPromptsFiltersValue$ = {}));
3026
- function getAllPromptsFiltersValueToJSON(getAllPromptsFiltersValue) {
3027
- return JSON.stringify(exports.GetAllPromptsFiltersValue$outboundSchema.parse(getAllPromptsFiltersValue));
3022
+ var GetAllPromptsFiltersPromptsValue$;
3023
+ (function (GetAllPromptsFiltersPromptsValue$) {
3024
+ /** @deprecated use `GetAllPromptsFiltersPromptsValue$inboundSchema` instead. */
3025
+ GetAllPromptsFiltersPromptsValue$.inboundSchema = exports.GetAllPromptsFiltersPromptsValue$inboundSchema;
3026
+ /** @deprecated use `GetAllPromptsFiltersPromptsValue$outboundSchema` instead. */
3027
+ GetAllPromptsFiltersPromptsValue$.outboundSchema = exports.GetAllPromptsFiltersPromptsValue$outboundSchema;
3028
+ })(GetAllPromptsFiltersPromptsValue$ || (exports.GetAllPromptsFiltersPromptsValue$ = GetAllPromptsFiltersPromptsValue$ = {}));
3029
+ function getAllPromptsFiltersPromptsValueToJSON(getAllPromptsFiltersPromptsValue) {
3030
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsValue$outboundSchema.parse(getAllPromptsFiltersPromptsValue));
3028
3031
  }
3029
- function getAllPromptsFiltersValueFromJSON(jsonString) {
3030
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersValue' from JSON`);
3032
+ function getAllPromptsFiltersPromptsValueFromJSON(jsonString) {
3033
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsValue' from JSON`);
3031
3034
  }
3032
3035
  /** @internal */
3033
3036
  exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$inboundSchema = z
@@ -3046,163 +3049,161 @@ var GetAllPromptsFiltersPromptsRequestRequestBodyType$;
3046
3049
  GetAllPromptsFiltersPromptsRequestRequestBodyType$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$outboundSchema;
3047
3050
  })(GetAllPromptsFiltersPromptsRequestRequestBodyType$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$ = GetAllPromptsFiltersPromptsRequestRequestBodyType$ = {}));
3048
3051
  /** @internal */
3049
- exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts5);
3052
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5);
3050
3053
  /** @internal */
3051
- exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema;
3054
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema;
3052
3055
  /**
3053
3056
  * @internal
3054
3057
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3055
3058
  */
3056
- var GetAllPromptsHideOperatorsPrompts5$;
3057
- (function (GetAllPromptsHideOperatorsPrompts5$) {
3058
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts5$inboundSchema` instead. */
3059
- GetAllPromptsHideOperatorsPrompts5$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema;
3060
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts5$outboundSchema` instead. */
3061
- GetAllPromptsHideOperatorsPrompts5$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema;
3062
- })(GetAllPromptsHideOperatorsPrompts5$ || (exports.GetAllPromptsHideOperatorsPrompts5$ = GetAllPromptsHideOperatorsPrompts5$ = {}));
3059
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBody5$;
3060
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody5$) {
3061
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema` instead. */
3062
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema;
3063
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema` instead. */
3064
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema;
3065
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody5$ = {}));
3063
3066
  /** @internal */
3064
- exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema = z
3065
- .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest4);
3067
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4);
3066
3068
  /** @internal */
3067
- exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema;
3069
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema;
3068
3070
  /**
3069
3071
  * @internal
3070
3072
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3071
3073
  */
3072
- var GetAllPromptsHideOperatorsPromptsRequest4$;
3073
- (function (GetAllPromptsHideOperatorsPromptsRequest4$) {
3074
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema` instead. */
3075
- GetAllPromptsHideOperatorsPromptsRequest4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema;
3076
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema` instead. */
3077
- GetAllPromptsHideOperatorsPromptsRequest4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema;
3078
- })(GetAllPromptsHideOperatorsPromptsRequest4$ || (exports.GetAllPromptsHideOperatorsPromptsRequest4$ = GetAllPromptsHideOperatorsPromptsRequest4$ = {}));
3074
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBody4$;
3075
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody4$) {
3076
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema` instead. */
3077
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema;
3078
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema` instead. */
3079
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema;
3080
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody4$ = {}));
3079
3081
  /** @internal */
3080
- exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema = z
3081
- .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest3);
3082
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3);
3082
3083
  /** @internal */
3083
- exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema;
3084
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema;
3084
3085
  /**
3085
3086
  * @internal
3086
3087
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3087
3088
  */
3088
- var GetAllPromptsHideOperatorsPromptsRequest3$;
3089
- (function (GetAllPromptsHideOperatorsPromptsRequest3$) {
3090
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema` instead. */
3091
- GetAllPromptsHideOperatorsPromptsRequest3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema;
3092
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema` instead. */
3093
- GetAllPromptsHideOperatorsPromptsRequest3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema;
3094
- })(GetAllPromptsHideOperatorsPromptsRequest3$ || (exports.GetAllPromptsHideOperatorsPromptsRequest3$ = GetAllPromptsHideOperatorsPromptsRequest3$ = {}));
3089
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBody3$;
3090
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody3$) {
3091
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema` instead. */
3092
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema;
3093
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema` instead. */
3094
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema;
3095
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody3$ = {}));
3095
3096
  /** @internal */
3096
- exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema = z
3097
- .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest2);
3097
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2);
3098
3098
  /** @internal */
3099
- exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema;
3099
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema;
3100
3100
  /**
3101
3101
  * @internal
3102
3102
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3103
3103
  */
3104
- var GetAllPromptsHideOperatorsPromptsRequest2$;
3105
- (function (GetAllPromptsHideOperatorsPromptsRequest2$) {
3106
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema` instead. */
3107
- GetAllPromptsHideOperatorsPromptsRequest2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema;
3108
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema` instead. */
3109
- GetAllPromptsHideOperatorsPromptsRequest2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema;
3110
- })(GetAllPromptsHideOperatorsPromptsRequest2$ || (exports.GetAllPromptsHideOperatorsPromptsRequest2$ = GetAllPromptsHideOperatorsPromptsRequest2$ = {}));
3104
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBody2$;
3105
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody2$) {
3106
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema` instead. */
3107
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema;
3108
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema` instead. */
3109
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema;
3110
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody2$ = {}));
3111
3111
  /** @internal */
3112
- exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema = z
3113
- .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest1);
3112
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1);
3114
3113
  /** @internal */
3115
- exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema;
3114
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema;
3116
3115
  /**
3117
3116
  * @internal
3118
3117
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3119
3118
  */
3120
- var GetAllPromptsHideOperatorsPromptsRequest1$;
3121
- (function (GetAllPromptsHideOperatorsPromptsRequest1$) {
3122
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema` instead. */
3123
- GetAllPromptsHideOperatorsPromptsRequest1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema;
3124
- /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema` instead. */
3125
- GetAllPromptsHideOperatorsPromptsRequest1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema;
3126
- })(GetAllPromptsHideOperatorsPromptsRequest1$ || (exports.GetAllPromptsHideOperatorsPromptsRequest1$ = GetAllPromptsHideOperatorsPromptsRequest1$ = {}));
3119
+ var GetAllPromptsHideOperatorsPromptsRequestRequestBody1$;
3120
+ (function (GetAllPromptsHideOperatorsPromptsRequestRequestBody1$) {
3121
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema` instead. */
3122
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema;
3123
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema` instead. */
3124
+ GetAllPromptsHideOperatorsPromptsRequestRequestBody1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema;
3125
+ })(GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ || (exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ = GetAllPromptsHideOperatorsPromptsRequestRequestBody1$ = {}));
3127
3126
  /** @internal */
3128
- exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema = z.union([
3129
- exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema,
3130
- exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema,
3131
- exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema,
3132
- exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema,
3133
- exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema,
3127
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema = z.union([
3128
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema,
3129
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema,
3130
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema,
3131
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema,
3132
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema,
3134
3133
  ]);
3135
3134
  /** @internal */
3136
- exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema = z.union([
3137
- exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema,
3138
- exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema,
3139
- exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema,
3140
- exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema,
3141
- exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema,
3135
+ exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema = z.union([
3136
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema,
3137
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema,
3138
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema,
3139
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema,
3140
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema,
3142
3141
  ]);
3143
3142
  /**
3144
3143
  * @internal
3145
3144
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3146
3145
  */
3147
- var GetAllPromptsFiltersPromptsHideOperators$;
3148
- (function (GetAllPromptsFiltersPromptsHideOperators$) {
3149
- /** @deprecated use `GetAllPromptsFiltersPromptsHideOperators$inboundSchema` instead. */
3150
- GetAllPromptsFiltersPromptsHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema;
3151
- /** @deprecated use `GetAllPromptsFiltersPromptsHideOperators$outboundSchema` instead. */
3152
- GetAllPromptsFiltersPromptsHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema;
3153
- })(GetAllPromptsFiltersPromptsHideOperators$ || (exports.GetAllPromptsFiltersPromptsHideOperators$ = GetAllPromptsFiltersPromptsHideOperators$ = {}));
3154
- function getAllPromptsFiltersPromptsHideOperatorsToJSON(getAllPromptsFiltersPromptsHideOperators) {
3155
- return JSON.stringify(exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema.parse(getAllPromptsFiltersPromptsHideOperators));
3146
+ var GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$;
3147
+ (function (GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$) {
3148
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema` instead. */
3149
+ GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema;
3150
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema` instead. */
3151
+ GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema;
3152
+ })(GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ = GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$ = {}));
3153
+ function getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsToJSON(getAllPromptsFiltersPromptsRequestRequestBodyHideOperators) {
3154
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$outboundSchema
3155
+ .parse(getAllPromptsFiltersPromptsRequestRequestBodyHideOperators));
3156
3156
  }
3157
- function getAllPromptsFiltersPromptsHideOperatorsFromJSON(jsonString) {
3158
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsHideOperators' from JSON`);
3157
+ function getAllPromptsFiltersPromptsRequestRequestBodyHideOperatorsFromJSON(jsonString) {
3158
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators$inboundSchema
3159
+ .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestRequestBodyHideOperators' from JSON`);
3159
3160
  }
3160
3161
  /** @internal */
3161
- exports.Filters4$inboundSchema = z.object({
3162
+ exports.GetAllPromptsFilters4$inboundSchema = z.object({
3162
3163
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$inboundSchema,
3163
3164
  value: z.nullable(z.union([z.number(), z.array(z.number())])),
3164
3165
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$inboundSchema,
3165
3166
  name: z.string(),
3166
3167
  path: z.string(),
3167
3168
  hideOperators: z.array(z.union([
3168
- exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema,
3169
- exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema,
3170
- exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema,
3171
- exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema,
3172
- exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema,
3169
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$inboundSchema,
3170
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$inboundSchema,
3171
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$inboundSchema,
3172
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$inboundSchema,
3173
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$inboundSchema,
3173
3174
  ])).optional(),
3174
3175
  });
3175
3176
  /** @internal */
3176
- exports.Filters4$outboundSchema = z.object({
3177
+ exports.GetAllPromptsFilters4$outboundSchema = z.object({
3177
3178
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBodyOperator$outboundSchema,
3178
3179
  value: z.nullable(z.union([z.number(), z.array(z.number())])),
3179
3180
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBodyType$outboundSchema,
3180
3181
  name: z.string(),
3181
3182
  path: z.string(),
3182
3183
  hideOperators: z.array(z.union([
3183
- exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema,
3184
- exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema,
3185
- exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema,
3186
- exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema,
3187
- exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema,
3184
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody1$outboundSchema,
3185
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody2$outboundSchema,
3186
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody3$outboundSchema,
3187
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody4$outboundSchema,
3188
+ exports.GetAllPromptsHideOperatorsPromptsRequestRequestBody5$outboundSchema,
3188
3189
  ])).optional(),
3189
3190
  });
3190
3191
  /**
3191
3192
  * @internal
3192
3193
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3193
3194
  */
3194
- var Filters4$;
3195
- (function (Filters4$) {
3196
- /** @deprecated use `Filters4$inboundSchema` instead. */
3197
- Filters4$.inboundSchema = exports.Filters4$inboundSchema;
3198
- /** @deprecated use `Filters4$outboundSchema` instead. */
3199
- Filters4$.outboundSchema = exports.Filters4$outboundSchema;
3200
- })(Filters4$ || (exports.Filters4$ = Filters4$ = {}));
3201
- function filters4ToJSON(filters4) {
3202
- return JSON.stringify(exports.Filters4$outboundSchema.parse(filters4));
3195
+ var GetAllPromptsFilters4$;
3196
+ (function (GetAllPromptsFilters4$) {
3197
+ /** @deprecated use `GetAllPromptsFilters4$inboundSchema` instead. */
3198
+ GetAllPromptsFilters4$.inboundSchema = exports.GetAllPromptsFilters4$inboundSchema;
3199
+ /** @deprecated use `GetAllPromptsFilters4$outboundSchema` instead. */
3200
+ GetAllPromptsFilters4$.outboundSchema = exports.GetAllPromptsFilters4$outboundSchema;
3201
+ })(GetAllPromptsFilters4$ || (exports.GetAllPromptsFilters4$ = GetAllPromptsFilters4$ = {}));
3202
+ function getAllPromptsFilters4ToJSON(getAllPromptsFilters4) {
3203
+ return JSON.stringify(exports.GetAllPromptsFilters4$outboundSchema.parse(getAllPromptsFilters4));
3203
3204
  }
3204
- function filters4FromJSON(jsonString) {
3205
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Filters4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Filters4' from JSON`);
3205
+ function getAllPromptsFilters4FromJSON(jsonString) {
3206
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFilters4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFilters4' from JSON`);
3206
3207
  }
3207
3208
  /** @internal */
3208
3209
  exports.GetAllPromptsFiltersPromptsRequestOperator$inboundSchema = z
@@ -3221,104 +3222,115 @@ var GetAllPromptsFiltersPromptsRequestOperator$;
3221
3222
  GetAllPromptsFiltersPromptsRequestOperator$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestOperator$outboundSchema;
3222
3223
  })(GetAllPromptsFiltersPromptsRequestOperator$ || (exports.GetAllPromptsFiltersPromptsRequestOperator$ = GetAllPromptsFiltersPromptsRequestOperator$ = {}));
3223
3224
  /** @internal */
3224
- exports.Unit2$inboundSchema = z.nativeEnum(exports.Unit2);
3225
+ exports.GetAllPromptsUnit2$inboundSchema = z.nativeEnum(exports.GetAllPromptsUnit2);
3225
3226
  /** @internal */
3226
- exports.Unit2$outboundSchema = exports.Unit2$inboundSchema;
3227
+ exports.GetAllPromptsUnit2$outboundSchema = exports.GetAllPromptsUnit2$inboundSchema;
3227
3228
  /**
3228
3229
  * @internal
3229
3230
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3230
3231
  */
3231
- var Unit2$;
3232
- (function (Unit2$) {
3233
- /** @deprecated use `Unit2$inboundSchema` instead. */
3234
- Unit2$.inboundSchema = exports.Unit2$inboundSchema;
3235
- /** @deprecated use `Unit2$outboundSchema` instead. */
3236
- Unit2$.outboundSchema = exports.Unit2$outboundSchema;
3237
- })(Unit2$ || (exports.Unit2$ = Unit2$ = {}));
3232
+ var GetAllPromptsUnit2$;
3233
+ (function (GetAllPromptsUnit2$) {
3234
+ /** @deprecated use `GetAllPromptsUnit2$inboundSchema` instead. */
3235
+ GetAllPromptsUnit2$.inboundSchema = exports.GetAllPromptsUnit2$inboundSchema;
3236
+ /** @deprecated use `GetAllPromptsUnit2$outboundSchema` instead. */
3237
+ GetAllPromptsUnit2$.outboundSchema = exports.GetAllPromptsUnit2$outboundSchema;
3238
+ })(GetAllPromptsUnit2$ || (exports.GetAllPromptsUnit2$ = GetAllPromptsUnit2$ = {}));
3238
3239
  /** @internal */
3239
- exports.Unit1$inboundSchema = z.nativeEnum(exports.Unit1);
3240
+ exports.GetAllPromptsUnit1$inboundSchema = z.nativeEnum(exports.GetAllPromptsUnit1);
3240
3241
  /** @internal */
3241
- exports.Unit1$outboundSchema = exports.Unit1$inboundSchema;
3242
+ exports.GetAllPromptsUnit1$outboundSchema = exports.GetAllPromptsUnit1$inboundSchema;
3242
3243
  /**
3243
3244
  * @internal
3244
3245
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3245
3246
  */
3246
- var Unit1$;
3247
- (function (Unit1$) {
3248
- /** @deprecated use `Unit1$inboundSchema` instead. */
3249
- Unit1$.inboundSchema = exports.Unit1$inboundSchema;
3250
- /** @deprecated use `Unit1$outboundSchema` instead. */
3251
- Unit1$.outboundSchema = exports.Unit1$outboundSchema;
3252
- })(Unit1$ || (exports.Unit1$ = Unit1$ = {}));
3247
+ var GetAllPromptsUnit1$;
3248
+ (function (GetAllPromptsUnit1$) {
3249
+ /** @deprecated use `GetAllPromptsUnit1$inboundSchema` instead. */
3250
+ GetAllPromptsUnit1$.inboundSchema = exports.GetAllPromptsUnit1$inboundSchema;
3251
+ /** @deprecated use `GetAllPromptsUnit1$outboundSchema` instead. */
3252
+ GetAllPromptsUnit1$.outboundSchema = exports.GetAllPromptsUnit1$outboundSchema;
3253
+ })(GetAllPromptsUnit1$ || (exports.GetAllPromptsUnit1$ = GetAllPromptsUnit1$ = {}));
3253
3254
  /** @internal */
3254
- exports.Unit$inboundSchema = z
3255
- .union([exports.Unit1$inboundSchema, exports.Unit2$inboundSchema]);
3255
+ exports.FiltersUnit$inboundSchema = z.union([
3256
+ exports.GetAllPromptsUnit1$inboundSchema,
3257
+ exports.GetAllPromptsUnit2$inboundSchema,
3258
+ ]);
3256
3259
  /** @internal */
3257
- exports.Unit$outboundSchema = z.union([exports.Unit1$outboundSchema, exports.Unit2$outboundSchema]);
3260
+ exports.FiltersUnit$outboundSchema = z.union([
3261
+ exports.GetAllPromptsUnit1$outboundSchema,
3262
+ exports.GetAllPromptsUnit2$outboundSchema,
3263
+ ]);
3258
3264
  /**
3259
3265
  * @internal
3260
3266
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3261
3267
  */
3262
- var Unit$;
3263
- (function (Unit$) {
3264
- /** @deprecated use `Unit$inboundSchema` instead. */
3265
- Unit$.inboundSchema = exports.Unit$inboundSchema;
3266
- /** @deprecated use `Unit$outboundSchema` instead. */
3267
- Unit$.outboundSchema = exports.Unit$outboundSchema;
3268
- })(Unit$ || (exports.Unit$ = Unit$ = {}));
3269
- function unitToJSON(unit) {
3270
- return JSON.stringify(exports.Unit$outboundSchema.parse(unit));
3268
+ var FiltersUnit$;
3269
+ (function (FiltersUnit$) {
3270
+ /** @deprecated use `FiltersUnit$inboundSchema` instead. */
3271
+ FiltersUnit$.inboundSchema = exports.FiltersUnit$inboundSchema;
3272
+ /** @deprecated use `FiltersUnit$outboundSchema` instead. */
3273
+ FiltersUnit$.outboundSchema = exports.FiltersUnit$outboundSchema;
3274
+ })(FiltersUnit$ || (exports.FiltersUnit$ = FiltersUnit$ = {}));
3275
+ function filtersUnitToJSON(filtersUnit) {
3276
+ return JSON.stringify(exports.FiltersUnit$outboundSchema.parse(filtersUnit));
3271
3277
  }
3272
- function unitFromJSON(jsonString) {
3273
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Unit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Unit' from JSON`);
3278
+ function filtersUnitFromJSON(jsonString) {
3279
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FiltersUnit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FiltersUnit' from JSON`);
3274
3280
  }
3275
3281
  /** @internal */
3276
- exports.RelativeTime$inboundSchema = z.nativeEnum(exports.RelativeTime);
3282
+ exports.FiltersRelativeTime$inboundSchema = z.nativeEnum(exports.FiltersRelativeTime);
3277
3283
  /** @internal */
3278
- exports.RelativeTime$outboundSchema = exports.RelativeTime$inboundSchema;
3284
+ exports.FiltersRelativeTime$outboundSchema = exports.FiltersRelativeTime$inboundSchema;
3279
3285
  /**
3280
3286
  * @internal
3281
3287
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3282
3288
  */
3283
- var RelativeTime$;
3284
- (function (RelativeTime$) {
3285
- /** @deprecated use `RelativeTime$inboundSchema` instead. */
3286
- RelativeTime$.inboundSchema = exports.RelativeTime$inboundSchema;
3287
- /** @deprecated use `RelativeTime$outboundSchema` instead. */
3288
- RelativeTime$.outboundSchema = exports.RelativeTime$outboundSchema;
3289
- })(RelativeTime$ || (exports.RelativeTime$ = RelativeTime$ = {}));
3289
+ var FiltersRelativeTime$;
3290
+ (function (FiltersRelativeTime$) {
3291
+ /** @deprecated use `FiltersRelativeTime$inboundSchema` instead. */
3292
+ FiltersRelativeTime$.inboundSchema = exports.FiltersRelativeTime$inboundSchema;
3293
+ /** @deprecated use `FiltersRelativeTime$outboundSchema` instead. */
3294
+ FiltersRelativeTime$.outboundSchema = exports.FiltersRelativeTime$outboundSchema;
3295
+ })(FiltersRelativeTime$ || (exports.FiltersRelativeTime$ = FiltersRelativeTime$ = {}));
3290
3296
  /** @internal */
3291
- exports.FiltersDirection$inboundSchema = z.nativeEnum(exports.FiltersDirection);
3297
+ exports.GetAllPromptsFiltersDirection$inboundSchema = z.nativeEnum(exports.GetAllPromptsFiltersDirection);
3292
3298
  /** @internal */
3293
- exports.FiltersDirection$outboundSchema = exports.FiltersDirection$inboundSchema;
3299
+ exports.GetAllPromptsFiltersDirection$outboundSchema = exports.GetAllPromptsFiltersDirection$inboundSchema;
3294
3300
  /**
3295
3301
  * @internal
3296
3302
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3297
3303
  */
3298
- var FiltersDirection$;
3299
- (function (FiltersDirection$) {
3300
- /** @deprecated use `FiltersDirection$inboundSchema` instead. */
3301
- FiltersDirection$.inboundSchema = exports.FiltersDirection$inboundSchema;
3302
- /** @deprecated use `FiltersDirection$outboundSchema` instead. */
3303
- FiltersDirection$.outboundSchema = exports.FiltersDirection$outboundSchema;
3304
- })(FiltersDirection$ || (exports.FiltersDirection$ = FiltersDirection$ = {}));
3304
+ var GetAllPromptsFiltersDirection$;
3305
+ (function (GetAllPromptsFiltersDirection$) {
3306
+ /** @deprecated use `GetAllPromptsFiltersDirection$inboundSchema` instead. */
3307
+ GetAllPromptsFiltersDirection$.inboundSchema = exports.GetAllPromptsFiltersDirection$inboundSchema;
3308
+ /** @deprecated use `GetAllPromptsFiltersDirection$outboundSchema` instead. */
3309
+ GetAllPromptsFiltersDirection$.outboundSchema = exports.GetAllPromptsFiltersDirection$outboundSchema;
3310
+ })(GetAllPromptsFiltersDirection$ || (exports.GetAllPromptsFiltersDirection$ = GetAllPromptsFiltersDirection$ = {}));
3305
3311
  /** @internal */
3306
- exports.Criteria$inboundSchema = z.object({
3307
- unit: z.union([exports.Unit1$inboundSchema, exports.Unit2$inboundSchema]).optional(),
3312
+ exports.FiltersCriteria$inboundSchema = z.object({
3313
+ unit: z.union([
3314
+ exports.GetAllPromptsUnit1$inboundSchema,
3315
+ exports.GetAllPromptsUnit2$inboundSchema,
3316
+ ]).optional(),
3308
3317
  count: z.nullable(z.number()).optional(),
3309
- relativeTime: exports.RelativeTime$inboundSchema.optional(),
3318
+ relativeTime: exports.FiltersRelativeTime$inboundSchema.optional(),
3310
3319
  customDate: z.nullable(z.string()).optional(),
3311
- direction: exports.FiltersDirection$inboundSchema.optional(),
3320
+ direction: exports.GetAllPromptsFiltersDirection$inboundSchema.optional(),
3312
3321
  startDate: z.nullable(z.string()).optional(),
3313
3322
  endDate: z.nullable(z.string()).optional(),
3314
3323
  });
3315
3324
  /** @internal */
3316
- exports.Criteria$outboundSchema = z.object({
3317
- unit: z.union([exports.Unit1$outboundSchema, exports.Unit2$outboundSchema]).optional(),
3325
+ exports.FiltersCriteria$outboundSchema = z.object({
3326
+ unit: z.union([
3327
+ exports.GetAllPromptsUnit1$outboundSchema,
3328
+ exports.GetAllPromptsUnit2$outboundSchema,
3329
+ ]).optional(),
3318
3330
  count: z.nullable(z.number()).optional(),
3319
- relativeTime: exports.RelativeTime$outboundSchema.optional(),
3331
+ relativeTime: exports.FiltersRelativeTime$outboundSchema.optional(),
3320
3332
  customDate: z.nullable(z.string()).optional(),
3321
- direction: exports.FiltersDirection$outboundSchema.optional(),
3333
+ direction: exports.GetAllPromptsFiltersDirection$outboundSchema.optional(),
3322
3334
  startDate: z.nullable(z.string()).optional(),
3323
3335
  endDate: z.nullable(z.string()).optional(),
3324
3336
  });
@@ -3326,60 +3338,61 @@ exports.Criteria$outboundSchema = z.object({
3326
3338
  * @internal
3327
3339
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3328
3340
  */
3329
- var Criteria$;
3330
- (function (Criteria$) {
3331
- /** @deprecated use `Criteria$inboundSchema` instead. */
3332
- Criteria$.inboundSchema = exports.Criteria$inboundSchema;
3333
- /** @deprecated use `Criteria$outboundSchema` instead. */
3334
- Criteria$.outboundSchema = exports.Criteria$outboundSchema;
3335
- })(Criteria$ || (exports.Criteria$ = Criteria$ = {}));
3336
- function criteriaToJSON(criteria) {
3337
- return JSON.stringify(exports.Criteria$outboundSchema.parse(criteria));
3341
+ var FiltersCriteria$;
3342
+ (function (FiltersCriteria$) {
3343
+ /** @deprecated use `FiltersCriteria$inboundSchema` instead. */
3344
+ FiltersCriteria$.inboundSchema = exports.FiltersCriteria$inboundSchema;
3345
+ /** @deprecated use `FiltersCriteria$outboundSchema` instead. */
3346
+ FiltersCriteria$.outboundSchema = exports.FiltersCriteria$outboundSchema;
3347
+ })(FiltersCriteria$ || (exports.FiltersCriteria$ = FiltersCriteria$ = {}));
3348
+ function filtersCriteriaToJSON(filtersCriteria) {
3349
+ return JSON.stringify(exports.FiltersCriteria$outboundSchema.parse(filtersCriteria));
3338
3350
  }
3339
- function criteriaFromJSON(jsonString) {
3340
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Criteria$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Criteria' from JSON`);
3351
+ function filtersCriteriaFromJSON(jsonString) {
3352
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FiltersCriteria$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FiltersCriteria' from JSON`);
3341
3353
  }
3342
3354
  /** @internal */
3343
- exports.Mode$inboundSchema = z.nativeEnum(exports.Mode);
3355
+ exports.FiltersMode$inboundSchema = z
3356
+ .nativeEnum(exports.FiltersMode);
3344
3357
  /** @internal */
3345
- exports.Mode$outboundSchema = exports.Mode$inboundSchema;
3358
+ exports.FiltersMode$outboundSchema = exports.FiltersMode$inboundSchema;
3346
3359
  /**
3347
3360
  * @internal
3348
3361
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3349
3362
  */
3350
- var Mode$;
3351
- (function (Mode$) {
3352
- /** @deprecated use `Mode$inboundSchema` instead. */
3353
- Mode$.inboundSchema = exports.Mode$inboundSchema;
3354
- /** @deprecated use `Mode$outboundSchema` instead. */
3355
- Mode$.outboundSchema = exports.Mode$outboundSchema;
3356
- })(Mode$ || (exports.Mode$ = Mode$ = {}));
3363
+ var FiltersMode$;
3364
+ (function (FiltersMode$) {
3365
+ /** @deprecated use `FiltersMode$inboundSchema` instead. */
3366
+ FiltersMode$.inboundSchema = exports.FiltersMode$inboundSchema;
3367
+ /** @deprecated use `FiltersMode$outboundSchema` instead. */
3368
+ FiltersMode$.outboundSchema = exports.FiltersMode$outboundSchema;
3369
+ })(FiltersMode$ || (exports.FiltersMode$ = FiltersMode$ = {}));
3357
3370
  /** @internal */
3358
- exports.FiltersValue$inboundSchema = z.object({
3359
- criteria: z.nullable(z.lazy(() => exports.Criteria$inboundSchema)),
3360
- mode: exports.Mode$inboundSchema,
3371
+ exports.GetAllPromptsFiltersValue$inboundSchema = z.object({
3372
+ criteria: z.nullable(z.lazy(() => exports.FiltersCriteria$inboundSchema)),
3373
+ mode: exports.FiltersMode$inboundSchema,
3361
3374
  });
3362
3375
  /** @internal */
3363
- exports.FiltersValue$outboundSchema = z.object({
3364
- criteria: z.nullable(z.lazy(() => exports.Criteria$outboundSchema)),
3365
- mode: exports.Mode$outboundSchema,
3376
+ exports.GetAllPromptsFiltersValue$outboundSchema = z.object({
3377
+ criteria: z.nullable(z.lazy(() => exports.FiltersCriteria$outboundSchema)),
3378
+ mode: exports.FiltersMode$outboundSchema,
3366
3379
  });
3367
3380
  /**
3368
3381
  * @internal
3369
3382
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3370
3383
  */
3371
- var FiltersValue$;
3372
- (function (FiltersValue$) {
3373
- /** @deprecated use `FiltersValue$inboundSchema` instead. */
3374
- FiltersValue$.inboundSchema = exports.FiltersValue$inboundSchema;
3375
- /** @deprecated use `FiltersValue$outboundSchema` instead. */
3376
- FiltersValue$.outboundSchema = exports.FiltersValue$outboundSchema;
3377
- })(FiltersValue$ || (exports.FiltersValue$ = FiltersValue$ = {}));
3378
- function filtersValueToJSON(filtersValue) {
3379
- return JSON.stringify(exports.FiltersValue$outboundSchema.parse(filtersValue));
3384
+ var GetAllPromptsFiltersValue$;
3385
+ (function (GetAllPromptsFiltersValue$) {
3386
+ /** @deprecated use `GetAllPromptsFiltersValue$inboundSchema` instead. */
3387
+ GetAllPromptsFiltersValue$.inboundSchema = exports.GetAllPromptsFiltersValue$inboundSchema;
3388
+ /** @deprecated use `GetAllPromptsFiltersValue$outboundSchema` instead. */
3389
+ GetAllPromptsFiltersValue$.outboundSchema = exports.GetAllPromptsFiltersValue$outboundSchema;
3390
+ })(GetAllPromptsFiltersValue$ || (exports.GetAllPromptsFiltersValue$ = GetAllPromptsFiltersValue$ = {}));
3391
+ function getAllPromptsFiltersValueToJSON(getAllPromptsFiltersValue) {
3392
+ return JSON.stringify(exports.GetAllPromptsFiltersValue$outboundSchema.parse(getAllPromptsFiltersValue));
3380
3393
  }
3381
- function filtersValueFromJSON(jsonString) {
3382
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FiltersValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FiltersValue' from JSON`);
3394
+ function getAllPromptsFiltersValueFromJSON(jsonString) {
3395
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersValue' from JSON`);
3383
3396
  }
3384
3397
  /** @internal */
3385
3398
  exports.GetAllPromptsFiltersPromptsRequestType$inboundSchema = z.nativeEnum(exports.GetAllPromptsFiltersPromptsRequestType);
@@ -3397,141 +3410,146 @@ var GetAllPromptsFiltersPromptsRequestType$;
3397
3410
  GetAllPromptsFiltersPromptsRequestType$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestType$outboundSchema;
3398
3411
  })(GetAllPromptsFiltersPromptsRequestType$ || (exports.GetAllPromptsFiltersPromptsRequestType$ = GetAllPromptsFiltersPromptsRequestType$ = {}));
3399
3412
  /** @internal */
3400
- exports.GetAllPromptsHideOperators5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators5);
3413
+ exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema = z
3414
+ .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest5);
3401
3415
  /** @internal */
3402
- exports.GetAllPromptsHideOperators5$outboundSchema = exports.GetAllPromptsHideOperators5$inboundSchema;
3416
+ exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema;
3403
3417
  /**
3404
3418
  * @internal
3405
3419
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3406
3420
  */
3407
- var GetAllPromptsHideOperators5$;
3408
- (function (GetAllPromptsHideOperators5$) {
3409
- /** @deprecated use `GetAllPromptsHideOperators5$inboundSchema` instead. */
3410
- GetAllPromptsHideOperators5$.inboundSchema = exports.GetAllPromptsHideOperators5$inboundSchema;
3411
- /** @deprecated use `GetAllPromptsHideOperators5$outboundSchema` instead. */
3412
- GetAllPromptsHideOperators5$.outboundSchema = exports.GetAllPromptsHideOperators5$outboundSchema;
3413
- })(GetAllPromptsHideOperators5$ || (exports.GetAllPromptsHideOperators5$ = GetAllPromptsHideOperators5$ = {}));
3421
+ var GetAllPromptsHideOperatorsPromptsRequest5$;
3422
+ (function (GetAllPromptsHideOperatorsPromptsRequest5$) {
3423
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema` instead. */
3424
+ GetAllPromptsHideOperatorsPromptsRequest5$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema;
3425
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema` instead. */
3426
+ GetAllPromptsHideOperatorsPromptsRequest5$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema;
3427
+ })(GetAllPromptsHideOperatorsPromptsRequest5$ || (exports.GetAllPromptsHideOperatorsPromptsRequest5$ = GetAllPromptsHideOperatorsPromptsRequest5$ = {}));
3414
3428
  /** @internal */
3415
- exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts4);
3429
+ exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema = z
3430
+ .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest4);
3416
3431
  /** @internal */
3417
- exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema;
3432
+ exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema;
3418
3433
  /**
3419
3434
  * @internal
3420
3435
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3421
3436
  */
3422
- var GetAllPromptsHideOperatorsPrompts4$;
3423
- (function (GetAllPromptsHideOperatorsPrompts4$) {
3424
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts4$inboundSchema` instead. */
3425
- GetAllPromptsHideOperatorsPrompts4$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema;
3426
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts4$outboundSchema` instead. */
3427
- GetAllPromptsHideOperatorsPrompts4$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema;
3428
- })(GetAllPromptsHideOperatorsPrompts4$ || (exports.GetAllPromptsHideOperatorsPrompts4$ = GetAllPromptsHideOperatorsPrompts4$ = {}));
3437
+ var GetAllPromptsHideOperatorsPromptsRequest4$;
3438
+ (function (GetAllPromptsHideOperatorsPromptsRequest4$) {
3439
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema` instead. */
3440
+ GetAllPromptsHideOperatorsPromptsRequest4$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema;
3441
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema` instead. */
3442
+ GetAllPromptsHideOperatorsPromptsRequest4$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema;
3443
+ })(GetAllPromptsHideOperatorsPromptsRequest4$ || (exports.GetAllPromptsHideOperatorsPromptsRequest4$ = GetAllPromptsHideOperatorsPromptsRequest4$ = {}));
3429
3444
  /** @internal */
3430
- exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts3);
3445
+ exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema = z
3446
+ .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest3);
3431
3447
  /** @internal */
3432
- exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema;
3448
+ exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema;
3433
3449
  /**
3434
3450
  * @internal
3435
3451
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3436
3452
  */
3437
- var GetAllPromptsHideOperatorsPrompts3$;
3438
- (function (GetAllPromptsHideOperatorsPrompts3$) {
3439
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts3$inboundSchema` instead. */
3440
- GetAllPromptsHideOperatorsPrompts3$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema;
3441
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts3$outboundSchema` instead. */
3442
- GetAllPromptsHideOperatorsPrompts3$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema;
3443
- })(GetAllPromptsHideOperatorsPrompts3$ || (exports.GetAllPromptsHideOperatorsPrompts3$ = GetAllPromptsHideOperatorsPrompts3$ = {}));
3453
+ var GetAllPromptsHideOperatorsPromptsRequest3$;
3454
+ (function (GetAllPromptsHideOperatorsPromptsRequest3$) {
3455
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema` instead. */
3456
+ GetAllPromptsHideOperatorsPromptsRequest3$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema;
3457
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema` instead. */
3458
+ GetAllPromptsHideOperatorsPromptsRequest3$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema;
3459
+ })(GetAllPromptsHideOperatorsPromptsRequest3$ || (exports.GetAllPromptsHideOperatorsPromptsRequest3$ = GetAllPromptsHideOperatorsPromptsRequest3$ = {}));
3444
3460
  /** @internal */
3445
- exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts2);
3461
+ exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema = z
3462
+ .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest2);
3446
3463
  /** @internal */
3447
- exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema;
3464
+ exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema;
3448
3465
  /**
3449
3466
  * @internal
3450
3467
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3451
3468
  */
3452
- var GetAllPromptsHideOperatorsPrompts2$;
3453
- (function (GetAllPromptsHideOperatorsPrompts2$) {
3454
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts2$inboundSchema` instead. */
3455
- GetAllPromptsHideOperatorsPrompts2$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema;
3456
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts2$outboundSchema` instead. */
3457
- GetAllPromptsHideOperatorsPrompts2$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema;
3458
- })(GetAllPromptsHideOperatorsPrompts2$ || (exports.GetAllPromptsHideOperatorsPrompts2$ = GetAllPromptsHideOperatorsPrompts2$ = {}));
3469
+ var GetAllPromptsHideOperatorsPromptsRequest2$;
3470
+ (function (GetAllPromptsHideOperatorsPromptsRequest2$) {
3471
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema` instead. */
3472
+ GetAllPromptsHideOperatorsPromptsRequest2$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema;
3473
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema` instead. */
3474
+ GetAllPromptsHideOperatorsPromptsRequest2$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema;
3475
+ })(GetAllPromptsHideOperatorsPromptsRequest2$ || (exports.GetAllPromptsHideOperatorsPromptsRequest2$ = GetAllPromptsHideOperatorsPromptsRequest2$ = {}));
3459
3476
  /** @internal */
3460
- exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts1);
3477
+ exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema = z
3478
+ .nativeEnum(exports.GetAllPromptsHideOperatorsPromptsRequest1);
3461
3479
  /** @internal */
3462
- exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema;
3480
+ exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema;
3463
3481
  /**
3464
3482
  * @internal
3465
3483
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3466
3484
  */
3467
- var GetAllPromptsHideOperatorsPrompts1$;
3468
- (function (GetAllPromptsHideOperatorsPrompts1$) {
3469
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts1$inboundSchema` instead. */
3470
- GetAllPromptsHideOperatorsPrompts1$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema;
3471
- /** @deprecated use `GetAllPromptsHideOperatorsPrompts1$outboundSchema` instead. */
3472
- GetAllPromptsHideOperatorsPrompts1$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema;
3473
- })(GetAllPromptsHideOperatorsPrompts1$ || (exports.GetAllPromptsHideOperatorsPrompts1$ = GetAllPromptsHideOperatorsPrompts1$ = {}));
3485
+ var GetAllPromptsHideOperatorsPromptsRequest1$;
3486
+ (function (GetAllPromptsHideOperatorsPromptsRequest1$) {
3487
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema` instead. */
3488
+ GetAllPromptsHideOperatorsPromptsRequest1$.inboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema;
3489
+ /** @deprecated use `GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema` instead. */
3490
+ GetAllPromptsHideOperatorsPromptsRequest1$.outboundSchema = exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema;
3491
+ })(GetAllPromptsHideOperatorsPromptsRequest1$ || (exports.GetAllPromptsHideOperatorsPromptsRequest1$ = GetAllPromptsHideOperatorsPromptsRequest1$ = {}));
3474
3492
  /** @internal */
3475
- exports.GetAllPromptsFiltersHideOperators$inboundSchema = z.union([
3476
- exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema,
3477
- exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema,
3478
- exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema,
3479
- exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema,
3480
- exports.GetAllPromptsHideOperators5$inboundSchema,
3493
+ exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema = z.union([
3494
+ exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema,
3495
+ exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema,
3496
+ exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema,
3497
+ exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema,
3498
+ exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema,
3481
3499
  ]);
3482
3500
  /** @internal */
3483
- exports.GetAllPromptsFiltersHideOperators$outboundSchema = z.union([
3484
- exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema,
3485
- exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema,
3486
- exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema,
3487
- exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema,
3488
- exports.GetAllPromptsHideOperators5$outboundSchema,
3501
+ exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema = z.union([
3502
+ exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema,
3503
+ exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema,
3504
+ exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema,
3505
+ exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema,
3506
+ exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema,
3489
3507
  ]);
3490
3508
  /**
3491
3509
  * @internal
3492
3510
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3493
3511
  */
3494
- var GetAllPromptsFiltersHideOperators$;
3495
- (function (GetAllPromptsFiltersHideOperators$) {
3496
- /** @deprecated use `GetAllPromptsFiltersHideOperators$inboundSchema` instead. */
3497
- GetAllPromptsFiltersHideOperators$.inboundSchema = exports.GetAllPromptsFiltersHideOperators$inboundSchema;
3498
- /** @deprecated use `GetAllPromptsFiltersHideOperators$outboundSchema` instead. */
3499
- GetAllPromptsFiltersHideOperators$.outboundSchema = exports.GetAllPromptsFiltersHideOperators$outboundSchema;
3500
- })(GetAllPromptsFiltersHideOperators$ || (exports.GetAllPromptsFiltersHideOperators$ = GetAllPromptsFiltersHideOperators$ = {}));
3501
- function getAllPromptsFiltersHideOperatorsToJSON(getAllPromptsFiltersHideOperators) {
3502
- return JSON.stringify(exports.GetAllPromptsFiltersHideOperators$outboundSchema.parse(getAllPromptsFiltersHideOperators));
3512
+ var GetAllPromptsFiltersPromptsRequestHideOperators$;
3513
+ (function (GetAllPromptsFiltersPromptsRequestHideOperators$) {
3514
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema` instead. */
3515
+ GetAllPromptsFiltersPromptsRequestHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema;
3516
+ /** @deprecated use `GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema` instead. */
3517
+ GetAllPromptsFiltersPromptsRequestHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema;
3518
+ })(GetAllPromptsFiltersPromptsRequestHideOperators$ || (exports.GetAllPromptsFiltersPromptsRequestHideOperators$ = GetAllPromptsFiltersPromptsRequestHideOperators$ = {}));
3519
+ function getAllPromptsFiltersPromptsRequestHideOperatorsToJSON(getAllPromptsFiltersPromptsRequestHideOperators) {
3520
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsRequestHideOperators$outboundSchema.parse(getAllPromptsFiltersPromptsRequestHideOperators));
3503
3521
  }
3504
- function getAllPromptsFiltersHideOperatorsFromJSON(jsonString) {
3505
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersHideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersHideOperators' from JSON`);
3522
+ function getAllPromptsFiltersPromptsRequestHideOperatorsFromJSON(jsonString) {
3523
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsRequestHideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsRequestHideOperators' from JSON`);
3506
3524
  }
3507
3525
  /** @internal */
3508
3526
  exports.GetAllPromptsFilters3$inboundSchema = z.object({
3509
3527
  operator: exports.GetAllPromptsFiltersPromptsRequestOperator$inboundSchema,
3510
- value: z.lazy(() => exports.FiltersValue$inboundSchema),
3528
+ value: z.lazy(() => exports.GetAllPromptsFiltersValue$inboundSchema),
3511
3529
  type: exports.GetAllPromptsFiltersPromptsRequestType$inboundSchema,
3512
3530
  name: z.string(),
3513
3531
  path: z.string(),
3514
3532
  hideOperators: z.array(z.union([
3515
- exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema,
3516
- exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema,
3517
- exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema,
3518
- exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema,
3519
- exports.GetAllPromptsHideOperators5$inboundSchema,
3533
+ exports.GetAllPromptsHideOperatorsPromptsRequest1$inboundSchema,
3534
+ exports.GetAllPromptsHideOperatorsPromptsRequest2$inboundSchema,
3535
+ exports.GetAllPromptsHideOperatorsPromptsRequest3$inboundSchema,
3536
+ exports.GetAllPromptsHideOperatorsPromptsRequest4$inboundSchema,
3537
+ exports.GetAllPromptsHideOperatorsPromptsRequest5$inboundSchema,
3520
3538
  ])).optional(),
3521
3539
  });
3522
3540
  /** @internal */
3523
3541
  exports.GetAllPromptsFilters3$outboundSchema = z.object({
3524
3542
  operator: exports.GetAllPromptsFiltersPromptsRequestOperator$outboundSchema,
3525
- value: z.lazy(() => exports.FiltersValue$outboundSchema),
3543
+ value: z.lazy(() => exports.GetAllPromptsFiltersValue$outboundSchema),
3526
3544
  type: exports.GetAllPromptsFiltersPromptsRequestType$outboundSchema,
3527
3545
  name: z.string(),
3528
3546
  path: z.string(),
3529
3547
  hideOperators: z.array(z.union([
3530
- exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema,
3531
- exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema,
3532
- exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema,
3533
- exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema,
3534
- exports.GetAllPromptsHideOperators5$outboundSchema,
3548
+ exports.GetAllPromptsHideOperatorsPromptsRequest1$outboundSchema,
3549
+ exports.GetAllPromptsHideOperatorsPromptsRequest2$outboundSchema,
3550
+ exports.GetAllPromptsHideOperatorsPromptsRequest3$outboundSchema,
3551
+ exports.GetAllPromptsHideOperatorsPromptsRequest4$outboundSchema,
3552
+ exports.GetAllPromptsHideOperatorsPromptsRequest5$outboundSchema,
3535
3553
  ])).optional(),
3536
3554
  });
3537
3555
  /**
@@ -3582,154 +3600,154 @@ var GetAllPromptsFiltersPromptsType$;
3582
3600
  GetAllPromptsFiltersPromptsType$.outboundSchema = exports.GetAllPromptsFiltersPromptsType$outboundSchema;
3583
3601
  })(GetAllPromptsFiltersPromptsType$ || (exports.GetAllPromptsFiltersPromptsType$ = GetAllPromptsFiltersPromptsType$ = {}));
3584
3602
  /** @internal */
3585
- exports.FiltersOptions$inboundSchema = z.union([z.string(), z.number()]);
3603
+ exports.GetAllPromptsFiltersPromptsOptions$inboundSchema = z.union([z.string(), z.number()]);
3586
3604
  /** @internal */
3587
- exports.FiltersOptions$outboundSchema = z.union([z.string(), z.number()]);
3605
+ exports.GetAllPromptsFiltersPromptsOptions$outboundSchema = z.union([z.string(), z.number()]);
3588
3606
  /**
3589
3607
  * @internal
3590
3608
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3591
3609
  */
3592
- var FiltersOptions$;
3593
- (function (FiltersOptions$) {
3594
- /** @deprecated use `FiltersOptions$inboundSchema` instead. */
3595
- FiltersOptions$.inboundSchema = exports.FiltersOptions$inboundSchema;
3596
- /** @deprecated use `FiltersOptions$outboundSchema` instead. */
3597
- FiltersOptions$.outboundSchema = exports.FiltersOptions$outboundSchema;
3598
- })(FiltersOptions$ || (exports.FiltersOptions$ = FiltersOptions$ = {}));
3599
- function filtersOptionsToJSON(filtersOptions) {
3600
- return JSON.stringify(exports.FiltersOptions$outboundSchema.parse(filtersOptions));
3610
+ var GetAllPromptsFiltersPromptsOptions$;
3611
+ (function (GetAllPromptsFiltersPromptsOptions$) {
3612
+ /** @deprecated use `GetAllPromptsFiltersPromptsOptions$inboundSchema` instead. */
3613
+ GetAllPromptsFiltersPromptsOptions$.inboundSchema = exports.GetAllPromptsFiltersPromptsOptions$inboundSchema;
3614
+ /** @deprecated use `GetAllPromptsFiltersPromptsOptions$outboundSchema` instead. */
3615
+ GetAllPromptsFiltersPromptsOptions$.outboundSchema = exports.GetAllPromptsFiltersPromptsOptions$outboundSchema;
3616
+ })(GetAllPromptsFiltersPromptsOptions$ || (exports.GetAllPromptsFiltersPromptsOptions$ = GetAllPromptsFiltersPromptsOptions$ = {}));
3617
+ function getAllPromptsFiltersPromptsOptionsToJSON(getAllPromptsFiltersPromptsOptions) {
3618
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsOptions$outboundSchema.parse(getAllPromptsFiltersPromptsOptions));
3601
3619
  }
3602
- function filtersOptionsFromJSON(jsonString) {
3603
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FiltersOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FiltersOptions' from JSON`);
3620
+ function getAllPromptsFiltersPromptsOptionsFromJSON(jsonString) {
3621
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsOptions' from JSON`);
3604
3622
  }
3605
3623
  /** @internal */
3606
- exports.FiltersOptionsMap$inboundSchema = z.union([z.string(), z.number()]);
3624
+ exports.GetAllPromptsFiltersPromptsOptionsMap$inboundSchema = z.union([z.string(), z.number()]);
3607
3625
  /** @internal */
3608
- exports.FiltersOptionsMap$outboundSchema = z.union([z.string(), z.number()]);
3626
+ exports.GetAllPromptsFiltersPromptsOptionsMap$outboundSchema = z.union([z.string(), z.number()]);
3609
3627
  /**
3610
3628
  * @internal
3611
3629
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3612
3630
  */
3613
- var FiltersOptionsMap$;
3614
- (function (FiltersOptionsMap$) {
3615
- /** @deprecated use `FiltersOptionsMap$inboundSchema` instead. */
3616
- FiltersOptionsMap$.inboundSchema = exports.FiltersOptionsMap$inboundSchema;
3617
- /** @deprecated use `FiltersOptionsMap$outboundSchema` instead. */
3618
- FiltersOptionsMap$.outboundSchema = exports.FiltersOptionsMap$outboundSchema;
3619
- })(FiltersOptionsMap$ || (exports.FiltersOptionsMap$ = FiltersOptionsMap$ = {}));
3620
- function filtersOptionsMapToJSON(filtersOptionsMap) {
3621
- return JSON.stringify(exports.FiltersOptionsMap$outboundSchema.parse(filtersOptionsMap));
3631
+ var GetAllPromptsFiltersPromptsOptionsMap$;
3632
+ (function (GetAllPromptsFiltersPromptsOptionsMap$) {
3633
+ /** @deprecated use `GetAllPromptsFiltersPromptsOptionsMap$inboundSchema` instead. */
3634
+ GetAllPromptsFiltersPromptsOptionsMap$.inboundSchema = exports.GetAllPromptsFiltersPromptsOptionsMap$inboundSchema;
3635
+ /** @deprecated use `GetAllPromptsFiltersPromptsOptionsMap$outboundSchema` instead. */
3636
+ GetAllPromptsFiltersPromptsOptionsMap$.outboundSchema = exports.GetAllPromptsFiltersPromptsOptionsMap$outboundSchema;
3637
+ })(GetAllPromptsFiltersPromptsOptionsMap$ || (exports.GetAllPromptsFiltersPromptsOptionsMap$ = GetAllPromptsFiltersPromptsOptionsMap$ = {}));
3638
+ function getAllPromptsFiltersPromptsOptionsMapToJSON(getAllPromptsFiltersPromptsOptionsMap) {
3639
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsOptionsMap$outboundSchema.parse(getAllPromptsFiltersPromptsOptionsMap));
3622
3640
  }
3623
- function filtersOptionsMapFromJSON(jsonString) {
3624
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FiltersOptionsMap$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FiltersOptionsMap' from JSON`);
3641
+ function getAllPromptsFiltersPromptsOptionsMapFromJSON(jsonString) {
3642
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsOptionsMap$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsOptionsMap' from JSON`);
3625
3643
  }
3626
3644
  /** @internal */
3627
- exports.HideOperators5$inboundSchema = z.nativeEnum(exports.HideOperators5);
3645
+ exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts5);
3628
3646
  /** @internal */
3629
- exports.HideOperators5$outboundSchema = exports.HideOperators5$inboundSchema;
3647
+ exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema;
3630
3648
  /**
3631
3649
  * @internal
3632
3650
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3633
3651
  */
3634
- var HideOperators5$;
3635
- (function (HideOperators5$) {
3636
- /** @deprecated use `HideOperators5$inboundSchema` instead. */
3637
- HideOperators5$.inboundSchema = exports.HideOperators5$inboundSchema;
3638
- /** @deprecated use `HideOperators5$outboundSchema` instead. */
3639
- HideOperators5$.outboundSchema = exports.HideOperators5$outboundSchema;
3640
- })(HideOperators5$ || (exports.HideOperators5$ = HideOperators5$ = {}));
3652
+ var GetAllPromptsHideOperatorsPrompts5$;
3653
+ (function (GetAllPromptsHideOperatorsPrompts5$) {
3654
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts5$inboundSchema` instead. */
3655
+ GetAllPromptsHideOperatorsPrompts5$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema;
3656
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts5$outboundSchema` instead. */
3657
+ GetAllPromptsHideOperatorsPrompts5$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema;
3658
+ })(GetAllPromptsHideOperatorsPrompts5$ || (exports.GetAllPromptsHideOperatorsPrompts5$ = GetAllPromptsHideOperatorsPrompts5$ = {}));
3641
3659
  /** @internal */
3642
- exports.GetAllPromptsHideOperators4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators4);
3660
+ exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts4);
3643
3661
  /** @internal */
3644
- exports.GetAllPromptsHideOperators4$outboundSchema = exports.GetAllPromptsHideOperators4$inboundSchema;
3662
+ exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema;
3645
3663
  /**
3646
3664
  * @internal
3647
3665
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3648
3666
  */
3649
- var GetAllPromptsHideOperators4$;
3650
- (function (GetAllPromptsHideOperators4$) {
3651
- /** @deprecated use `GetAllPromptsHideOperators4$inboundSchema` instead. */
3652
- GetAllPromptsHideOperators4$.inboundSchema = exports.GetAllPromptsHideOperators4$inboundSchema;
3653
- /** @deprecated use `GetAllPromptsHideOperators4$outboundSchema` instead. */
3654
- GetAllPromptsHideOperators4$.outboundSchema = exports.GetAllPromptsHideOperators4$outboundSchema;
3655
- })(GetAllPromptsHideOperators4$ || (exports.GetAllPromptsHideOperators4$ = GetAllPromptsHideOperators4$ = {}));
3667
+ var GetAllPromptsHideOperatorsPrompts4$;
3668
+ (function (GetAllPromptsHideOperatorsPrompts4$) {
3669
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts4$inboundSchema` instead. */
3670
+ GetAllPromptsHideOperatorsPrompts4$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema;
3671
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts4$outboundSchema` instead. */
3672
+ GetAllPromptsHideOperatorsPrompts4$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema;
3673
+ })(GetAllPromptsHideOperatorsPrompts4$ || (exports.GetAllPromptsHideOperatorsPrompts4$ = GetAllPromptsHideOperatorsPrompts4$ = {}));
3656
3674
  /** @internal */
3657
- exports.GetAllPromptsHideOperators3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators3);
3675
+ exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts3);
3658
3676
  /** @internal */
3659
- exports.GetAllPromptsHideOperators3$outboundSchema = exports.GetAllPromptsHideOperators3$inboundSchema;
3677
+ exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema;
3660
3678
  /**
3661
3679
  * @internal
3662
3680
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3663
3681
  */
3664
- var GetAllPromptsHideOperators3$;
3665
- (function (GetAllPromptsHideOperators3$) {
3666
- /** @deprecated use `GetAllPromptsHideOperators3$inboundSchema` instead. */
3667
- GetAllPromptsHideOperators3$.inboundSchema = exports.GetAllPromptsHideOperators3$inboundSchema;
3668
- /** @deprecated use `GetAllPromptsHideOperators3$outboundSchema` instead. */
3669
- GetAllPromptsHideOperators3$.outboundSchema = exports.GetAllPromptsHideOperators3$outboundSchema;
3670
- })(GetAllPromptsHideOperators3$ || (exports.GetAllPromptsHideOperators3$ = GetAllPromptsHideOperators3$ = {}));
3682
+ var GetAllPromptsHideOperatorsPrompts3$;
3683
+ (function (GetAllPromptsHideOperatorsPrompts3$) {
3684
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts3$inboundSchema` instead. */
3685
+ GetAllPromptsHideOperatorsPrompts3$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema;
3686
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts3$outboundSchema` instead. */
3687
+ GetAllPromptsHideOperatorsPrompts3$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema;
3688
+ })(GetAllPromptsHideOperatorsPrompts3$ || (exports.GetAllPromptsHideOperatorsPrompts3$ = GetAllPromptsHideOperatorsPrompts3$ = {}));
3671
3689
  /** @internal */
3672
- exports.GetAllPromptsHideOperators2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators2);
3690
+ exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts2);
3673
3691
  /** @internal */
3674
- exports.GetAllPromptsHideOperators2$outboundSchema = exports.GetAllPromptsHideOperators2$inboundSchema;
3692
+ exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema;
3675
3693
  /**
3676
3694
  * @internal
3677
3695
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3678
3696
  */
3679
- var GetAllPromptsHideOperators2$;
3680
- (function (GetAllPromptsHideOperators2$) {
3681
- /** @deprecated use `GetAllPromptsHideOperators2$inboundSchema` instead. */
3682
- GetAllPromptsHideOperators2$.inboundSchema = exports.GetAllPromptsHideOperators2$inboundSchema;
3683
- /** @deprecated use `GetAllPromptsHideOperators2$outboundSchema` instead. */
3684
- GetAllPromptsHideOperators2$.outboundSchema = exports.GetAllPromptsHideOperators2$outboundSchema;
3685
- })(GetAllPromptsHideOperators2$ || (exports.GetAllPromptsHideOperators2$ = GetAllPromptsHideOperators2$ = {}));
3697
+ var GetAllPromptsHideOperatorsPrompts2$;
3698
+ (function (GetAllPromptsHideOperatorsPrompts2$) {
3699
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts2$inboundSchema` instead. */
3700
+ GetAllPromptsHideOperatorsPrompts2$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema;
3701
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts2$outboundSchema` instead. */
3702
+ GetAllPromptsHideOperatorsPrompts2$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema;
3703
+ })(GetAllPromptsHideOperatorsPrompts2$ || (exports.GetAllPromptsHideOperatorsPrompts2$ = GetAllPromptsHideOperatorsPrompts2$ = {}));
3686
3704
  /** @internal */
3687
- exports.GetAllPromptsHideOperators1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators1);
3705
+ exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperatorsPrompts1);
3688
3706
  /** @internal */
3689
- exports.GetAllPromptsHideOperators1$outboundSchema = exports.GetAllPromptsHideOperators1$inboundSchema;
3707
+ exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema;
3690
3708
  /**
3691
3709
  * @internal
3692
3710
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3693
3711
  */
3694
- var GetAllPromptsHideOperators1$;
3695
- (function (GetAllPromptsHideOperators1$) {
3696
- /** @deprecated use `GetAllPromptsHideOperators1$inboundSchema` instead. */
3697
- GetAllPromptsHideOperators1$.inboundSchema = exports.GetAllPromptsHideOperators1$inboundSchema;
3698
- /** @deprecated use `GetAllPromptsHideOperators1$outboundSchema` instead. */
3699
- GetAllPromptsHideOperators1$.outboundSchema = exports.GetAllPromptsHideOperators1$outboundSchema;
3700
- })(GetAllPromptsHideOperators1$ || (exports.GetAllPromptsHideOperators1$ = GetAllPromptsHideOperators1$ = {}));
3712
+ var GetAllPromptsHideOperatorsPrompts1$;
3713
+ (function (GetAllPromptsHideOperatorsPrompts1$) {
3714
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts1$inboundSchema` instead. */
3715
+ GetAllPromptsHideOperatorsPrompts1$.inboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema;
3716
+ /** @deprecated use `GetAllPromptsHideOperatorsPrompts1$outboundSchema` instead. */
3717
+ GetAllPromptsHideOperatorsPrompts1$.outboundSchema = exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema;
3718
+ })(GetAllPromptsHideOperatorsPrompts1$ || (exports.GetAllPromptsHideOperatorsPrompts1$ = GetAllPromptsHideOperatorsPrompts1$ = {}));
3701
3719
  /** @internal */
3702
- exports.FiltersHideOperators$inboundSchema = z.union([
3703
- exports.GetAllPromptsHideOperators1$inboundSchema,
3704
- exports.GetAllPromptsHideOperators2$inboundSchema,
3705
- exports.GetAllPromptsHideOperators3$inboundSchema,
3706
- exports.GetAllPromptsHideOperators4$inboundSchema,
3707
- exports.HideOperators5$inboundSchema,
3720
+ exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema = z.union([
3721
+ exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema,
3722
+ exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema,
3723
+ exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema,
3724
+ exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema,
3725
+ exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema,
3708
3726
  ]);
3709
3727
  /** @internal */
3710
- exports.FiltersHideOperators$outboundSchema = z.union([
3711
- exports.GetAllPromptsHideOperators1$outboundSchema,
3712
- exports.GetAllPromptsHideOperators2$outboundSchema,
3713
- exports.GetAllPromptsHideOperators3$outboundSchema,
3714
- exports.GetAllPromptsHideOperators4$outboundSchema,
3715
- exports.HideOperators5$outboundSchema,
3728
+ exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema = z.union([
3729
+ exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema,
3730
+ exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema,
3731
+ exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema,
3732
+ exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema,
3733
+ exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema,
3716
3734
  ]);
3717
3735
  /**
3718
3736
  * @internal
3719
3737
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3720
3738
  */
3721
- var FiltersHideOperators$;
3722
- (function (FiltersHideOperators$) {
3723
- /** @deprecated use `FiltersHideOperators$inboundSchema` instead. */
3724
- FiltersHideOperators$.inboundSchema = exports.FiltersHideOperators$inboundSchema;
3725
- /** @deprecated use `FiltersHideOperators$outboundSchema` instead. */
3726
- FiltersHideOperators$.outboundSchema = exports.FiltersHideOperators$outboundSchema;
3727
- })(FiltersHideOperators$ || (exports.FiltersHideOperators$ = FiltersHideOperators$ = {}));
3728
- function filtersHideOperatorsToJSON(filtersHideOperators) {
3729
- return JSON.stringify(exports.FiltersHideOperators$outboundSchema.parse(filtersHideOperators));
3739
+ var GetAllPromptsFiltersPromptsHideOperators$;
3740
+ (function (GetAllPromptsFiltersPromptsHideOperators$) {
3741
+ /** @deprecated use `GetAllPromptsFiltersPromptsHideOperators$inboundSchema` instead. */
3742
+ GetAllPromptsFiltersPromptsHideOperators$.inboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema;
3743
+ /** @deprecated use `GetAllPromptsFiltersPromptsHideOperators$outboundSchema` instead. */
3744
+ GetAllPromptsFiltersPromptsHideOperators$.outboundSchema = exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema;
3745
+ })(GetAllPromptsFiltersPromptsHideOperators$ || (exports.GetAllPromptsFiltersPromptsHideOperators$ = GetAllPromptsFiltersPromptsHideOperators$ = {}));
3746
+ function getAllPromptsFiltersPromptsHideOperatorsToJSON(getAllPromptsFiltersPromptsHideOperators) {
3747
+ return JSON.stringify(exports.GetAllPromptsFiltersPromptsHideOperators$outboundSchema.parse(getAllPromptsFiltersPromptsHideOperators));
3730
3748
  }
3731
- function filtersHideOperatorsFromJSON(jsonString) {
3732
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FiltersHideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FiltersHideOperators' from JSON`);
3749
+ function getAllPromptsFiltersPromptsHideOperatorsFromJSON(jsonString) {
3750
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPromptsHideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPromptsHideOperators' from JSON`);
3733
3751
  }
3734
3752
  /** @internal */
3735
3753
  exports.GetAllPromptsFilters2$inboundSchema = z.object({
@@ -3743,11 +3761,11 @@ exports.GetAllPromptsFilters2$inboundSchema = z.object({
3743
3761
  name: z.string(),
3744
3762
  path: z.string(),
3745
3763
  hideOperators: z.array(z.union([
3746
- exports.GetAllPromptsHideOperators1$inboundSchema,
3747
- exports.GetAllPromptsHideOperators2$inboundSchema,
3748
- exports.GetAllPromptsHideOperators3$inboundSchema,
3749
- exports.GetAllPromptsHideOperators4$inboundSchema,
3750
- exports.HideOperators5$inboundSchema,
3764
+ exports.GetAllPromptsHideOperatorsPrompts1$inboundSchema,
3765
+ exports.GetAllPromptsHideOperatorsPrompts2$inboundSchema,
3766
+ exports.GetAllPromptsHideOperatorsPrompts3$inboundSchema,
3767
+ exports.GetAllPromptsHideOperatorsPrompts4$inboundSchema,
3768
+ exports.GetAllPromptsHideOperatorsPrompts5$inboundSchema,
3751
3769
  ])).optional(),
3752
3770
  });
3753
3771
  /** @internal */
@@ -3762,11 +3780,11 @@ exports.GetAllPromptsFilters2$outboundSchema = z.object({
3762
3780
  name: z.string(),
3763
3781
  path: z.string(),
3764
3782
  hideOperators: z.array(z.union([
3765
- exports.GetAllPromptsHideOperators1$outboundSchema,
3766
- exports.GetAllPromptsHideOperators2$outboundSchema,
3767
- exports.GetAllPromptsHideOperators3$outboundSchema,
3768
- exports.GetAllPromptsHideOperators4$outboundSchema,
3769
- exports.HideOperators5$outboundSchema,
3783
+ exports.GetAllPromptsHideOperatorsPrompts1$outboundSchema,
3784
+ exports.GetAllPromptsHideOperatorsPrompts2$outboundSchema,
3785
+ exports.GetAllPromptsHideOperatorsPrompts3$outboundSchema,
3786
+ exports.GetAllPromptsHideOperatorsPrompts4$outboundSchema,
3787
+ exports.GetAllPromptsHideOperatorsPrompts5$outboundSchema,
3770
3788
  ])).optional(),
3771
3789
  });
3772
3790
  /**
@@ -3817,154 +3835,154 @@ var GetAllPromptsFiltersType$;
3817
3835
  GetAllPromptsFiltersType$.outboundSchema = exports.GetAllPromptsFiltersType$outboundSchema;
3818
3836
  })(GetAllPromptsFiltersType$ || (exports.GetAllPromptsFiltersType$ = GetAllPromptsFiltersType$ = {}));
3819
3837
  /** @internal */
3820
- exports.Options$inboundSchema = z.union([z.string(), z.number()]);
3838
+ exports.GetAllPromptsFiltersOptions$inboundSchema = z.union([z.string(), z.number()]);
3821
3839
  /** @internal */
3822
- exports.Options$outboundSchema = z.union([z.string(), z.number()]);
3840
+ exports.GetAllPromptsFiltersOptions$outboundSchema = z.union([z.string(), z.number()]);
3823
3841
  /**
3824
3842
  * @internal
3825
3843
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3826
3844
  */
3827
- var Options$;
3828
- (function (Options$) {
3829
- /** @deprecated use `Options$inboundSchema` instead. */
3830
- Options$.inboundSchema = exports.Options$inboundSchema;
3831
- /** @deprecated use `Options$outboundSchema` instead. */
3832
- Options$.outboundSchema = exports.Options$outboundSchema;
3833
- })(Options$ || (exports.Options$ = Options$ = {}));
3834
- function optionsToJSON(options) {
3835
- return JSON.stringify(exports.Options$outboundSchema.parse(options));
3845
+ var GetAllPromptsFiltersOptions$;
3846
+ (function (GetAllPromptsFiltersOptions$) {
3847
+ /** @deprecated use `GetAllPromptsFiltersOptions$inboundSchema` instead. */
3848
+ GetAllPromptsFiltersOptions$.inboundSchema = exports.GetAllPromptsFiltersOptions$inboundSchema;
3849
+ /** @deprecated use `GetAllPromptsFiltersOptions$outboundSchema` instead. */
3850
+ GetAllPromptsFiltersOptions$.outboundSchema = exports.GetAllPromptsFiltersOptions$outboundSchema;
3851
+ })(GetAllPromptsFiltersOptions$ || (exports.GetAllPromptsFiltersOptions$ = GetAllPromptsFiltersOptions$ = {}));
3852
+ function getAllPromptsFiltersOptionsToJSON(getAllPromptsFiltersOptions) {
3853
+ return JSON.stringify(exports.GetAllPromptsFiltersOptions$outboundSchema.parse(getAllPromptsFiltersOptions));
3836
3854
  }
3837
- function optionsFromJSON(jsonString) {
3838
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Options$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Options' from JSON`);
3855
+ function getAllPromptsFiltersOptionsFromJSON(jsonString) {
3856
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersOptions' from JSON`);
3839
3857
  }
3840
3858
  /** @internal */
3841
- exports.OptionsMap$inboundSchema = z.union([z.string(), z.number()]);
3859
+ exports.GetAllPromptsFiltersOptionsMap$inboundSchema = z.union([z.string(), z.number()]);
3842
3860
  /** @internal */
3843
- exports.OptionsMap$outboundSchema = z.union([z.string(), z.number()]);
3861
+ exports.GetAllPromptsFiltersOptionsMap$outboundSchema = z.union([z.string(), z.number()]);
3844
3862
  /**
3845
3863
  * @internal
3846
3864
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3847
3865
  */
3848
- var OptionsMap$;
3849
- (function (OptionsMap$) {
3850
- /** @deprecated use `OptionsMap$inboundSchema` instead. */
3851
- OptionsMap$.inboundSchema = exports.OptionsMap$inboundSchema;
3852
- /** @deprecated use `OptionsMap$outboundSchema` instead. */
3853
- OptionsMap$.outboundSchema = exports.OptionsMap$outboundSchema;
3854
- })(OptionsMap$ || (exports.OptionsMap$ = OptionsMap$ = {}));
3855
- function optionsMapToJSON(optionsMap) {
3856
- return JSON.stringify(exports.OptionsMap$outboundSchema.parse(optionsMap));
3866
+ var GetAllPromptsFiltersOptionsMap$;
3867
+ (function (GetAllPromptsFiltersOptionsMap$) {
3868
+ /** @deprecated use `GetAllPromptsFiltersOptionsMap$inboundSchema` instead. */
3869
+ GetAllPromptsFiltersOptionsMap$.inboundSchema = exports.GetAllPromptsFiltersOptionsMap$inboundSchema;
3870
+ /** @deprecated use `GetAllPromptsFiltersOptionsMap$outboundSchema` instead. */
3871
+ GetAllPromptsFiltersOptionsMap$.outboundSchema = exports.GetAllPromptsFiltersOptionsMap$outboundSchema;
3872
+ })(GetAllPromptsFiltersOptionsMap$ || (exports.GetAllPromptsFiltersOptionsMap$ = GetAllPromptsFiltersOptionsMap$ = {}));
3873
+ function getAllPromptsFiltersOptionsMapToJSON(getAllPromptsFiltersOptionsMap) {
3874
+ return JSON.stringify(exports.GetAllPromptsFiltersOptionsMap$outboundSchema.parse(getAllPromptsFiltersOptionsMap));
3857
3875
  }
3858
- function optionsMapFromJSON(jsonString) {
3859
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.OptionsMap$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OptionsMap' from JSON`);
3876
+ function getAllPromptsFiltersOptionsMapFromJSON(jsonString) {
3877
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersOptionsMap$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersOptionsMap' from JSON`);
3860
3878
  }
3861
3879
  /** @internal */
3862
- exports.Five$inboundSchema = z.nativeEnum(exports.Five);
3880
+ exports.GetAllPromptsHideOperators5$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators5);
3863
3881
  /** @internal */
3864
- exports.Five$outboundSchema = exports.Five$inboundSchema;
3882
+ exports.GetAllPromptsHideOperators5$outboundSchema = exports.GetAllPromptsHideOperators5$inboundSchema;
3865
3883
  /**
3866
3884
  * @internal
3867
3885
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3868
3886
  */
3869
- var Five$;
3870
- (function (Five$) {
3871
- /** @deprecated use `Five$inboundSchema` instead. */
3872
- Five$.inboundSchema = exports.Five$inboundSchema;
3873
- /** @deprecated use `Five$outboundSchema` instead. */
3874
- Five$.outboundSchema = exports.Five$outboundSchema;
3875
- })(Five$ || (exports.Five$ = Five$ = {}));
3887
+ var GetAllPromptsHideOperators5$;
3888
+ (function (GetAllPromptsHideOperators5$) {
3889
+ /** @deprecated use `GetAllPromptsHideOperators5$inboundSchema` instead. */
3890
+ GetAllPromptsHideOperators5$.inboundSchema = exports.GetAllPromptsHideOperators5$inboundSchema;
3891
+ /** @deprecated use `GetAllPromptsHideOperators5$outboundSchema` instead. */
3892
+ GetAllPromptsHideOperators5$.outboundSchema = exports.GetAllPromptsHideOperators5$outboundSchema;
3893
+ })(GetAllPromptsHideOperators5$ || (exports.GetAllPromptsHideOperators5$ = GetAllPromptsHideOperators5$ = {}));
3876
3894
  /** @internal */
3877
- exports.HideOperators4$inboundSchema = z.nativeEnum(exports.HideOperators4);
3895
+ exports.GetAllPromptsHideOperators4$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators4);
3878
3896
  /** @internal */
3879
- exports.HideOperators4$outboundSchema = exports.HideOperators4$inboundSchema;
3897
+ exports.GetAllPromptsHideOperators4$outboundSchema = exports.GetAllPromptsHideOperators4$inboundSchema;
3880
3898
  /**
3881
3899
  * @internal
3882
3900
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3883
3901
  */
3884
- var HideOperators4$;
3885
- (function (HideOperators4$) {
3886
- /** @deprecated use `HideOperators4$inboundSchema` instead. */
3887
- HideOperators4$.inboundSchema = exports.HideOperators4$inboundSchema;
3888
- /** @deprecated use `HideOperators4$outboundSchema` instead. */
3889
- HideOperators4$.outboundSchema = exports.HideOperators4$outboundSchema;
3890
- })(HideOperators4$ || (exports.HideOperators4$ = HideOperators4$ = {}));
3902
+ var GetAllPromptsHideOperators4$;
3903
+ (function (GetAllPromptsHideOperators4$) {
3904
+ /** @deprecated use `GetAllPromptsHideOperators4$inboundSchema` instead. */
3905
+ GetAllPromptsHideOperators4$.inboundSchema = exports.GetAllPromptsHideOperators4$inboundSchema;
3906
+ /** @deprecated use `GetAllPromptsHideOperators4$outboundSchema` instead. */
3907
+ GetAllPromptsHideOperators4$.outboundSchema = exports.GetAllPromptsHideOperators4$outboundSchema;
3908
+ })(GetAllPromptsHideOperators4$ || (exports.GetAllPromptsHideOperators4$ = GetAllPromptsHideOperators4$ = {}));
3891
3909
  /** @internal */
3892
- exports.HideOperators3$inboundSchema = z.nativeEnum(exports.HideOperators3);
3910
+ exports.GetAllPromptsHideOperators3$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators3);
3893
3911
  /** @internal */
3894
- exports.HideOperators3$outboundSchema = exports.HideOperators3$inboundSchema;
3912
+ exports.GetAllPromptsHideOperators3$outboundSchema = exports.GetAllPromptsHideOperators3$inboundSchema;
3895
3913
  /**
3896
3914
  * @internal
3897
3915
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3898
3916
  */
3899
- var HideOperators3$;
3900
- (function (HideOperators3$) {
3901
- /** @deprecated use `HideOperators3$inboundSchema` instead. */
3902
- HideOperators3$.inboundSchema = exports.HideOperators3$inboundSchema;
3903
- /** @deprecated use `HideOperators3$outboundSchema` instead. */
3904
- HideOperators3$.outboundSchema = exports.HideOperators3$outboundSchema;
3905
- })(HideOperators3$ || (exports.HideOperators3$ = HideOperators3$ = {}));
3917
+ var GetAllPromptsHideOperators3$;
3918
+ (function (GetAllPromptsHideOperators3$) {
3919
+ /** @deprecated use `GetAllPromptsHideOperators3$inboundSchema` instead. */
3920
+ GetAllPromptsHideOperators3$.inboundSchema = exports.GetAllPromptsHideOperators3$inboundSchema;
3921
+ /** @deprecated use `GetAllPromptsHideOperators3$outboundSchema` instead. */
3922
+ GetAllPromptsHideOperators3$.outboundSchema = exports.GetAllPromptsHideOperators3$outboundSchema;
3923
+ })(GetAllPromptsHideOperators3$ || (exports.GetAllPromptsHideOperators3$ = GetAllPromptsHideOperators3$ = {}));
3906
3924
  /** @internal */
3907
- exports.HideOperators2$inboundSchema = z.nativeEnum(exports.HideOperators2);
3925
+ exports.GetAllPromptsHideOperators2$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators2);
3908
3926
  /** @internal */
3909
- exports.HideOperators2$outboundSchema = exports.HideOperators2$inboundSchema;
3927
+ exports.GetAllPromptsHideOperators2$outboundSchema = exports.GetAllPromptsHideOperators2$inboundSchema;
3910
3928
  /**
3911
3929
  * @internal
3912
3930
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3913
3931
  */
3914
- var HideOperators2$;
3915
- (function (HideOperators2$) {
3916
- /** @deprecated use `HideOperators2$inboundSchema` instead. */
3917
- HideOperators2$.inboundSchema = exports.HideOperators2$inboundSchema;
3918
- /** @deprecated use `HideOperators2$outboundSchema` instead. */
3919
- HideOperators2$.outboundSchema = exports.HideOperators2$outboundSchema;
3920
- })(HideOperators2$ || (exports.HideOperators2$ = HideOperators2$ = {}));
3932
+ var GetAllPromptsHideOperators2$;
3933
+ (function (GetAllPromptsHideOperators2$) {
3934
+ /** @deprecated use `GetAllPromptsHideOperators2$inboundSchema` instead. */
3935
+ GetAllPromptsHideOperators2$.inboundSchema = exports.GetAllPromptsHideOperators2$inboundSchema;
3936
+ /** @deprecated use `GetAllPromptsHideOperators2$outboundSchema` instead. */
3937
+ GetAllPromptsHideOperators2$.outboundSchema = exports.GetAllPromptsHideOperators2$outboundSchema;
3938
+ })(GetAllPromptsHideOperators2$ || (exports.GetAllPromptsHideOperators2$ = GetAllPromptsHideOperators2$ = {}));
3921
3939
  /** @internal */
3922
- exports.HideOperators1$inboundSchema = z.nativeEnum(exports.HideOperators1);
3940
+ exports.GetAllPromptsHideOperators1$inboundSchema = z.nativeEnum(exports.GetAllPromptsHideOperators1);
3923
3941
  /** @internal */
3924
- exports.HideOperators1$outboundSchema = exports.HideOperators1$inboundSchema;
3942
+ exports.GetAllPromptsHideOperators1$outboundSchema = exports.GetAllPromptsHideOperators1$inboundSchema;
3925
3943
  /**
3926
3944
  * @internal
3927
3945
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3928
3946
  */
3929
- var HideOperators1$;
3930
- (function (HideOperators1$) {
3931
- /** @deprecated use `HideOperators1$inboundSchema` instead. */
3932
- HideOperators1$.inboundSchema = exports.HideOperators1$inboundSchema;
3933
- /** @deprecated use `HideOperators1$outboundSchema` instead. */
3934
- HideOperators1$.outboundSchema = exports.HideOperators1$outboundSchema;
3935
- })(HideOperators1$ || (exports.HideOperators1$ = HideOperators1$ = {}));
3947
+ var GetAllPromptsHideOperators1$;
3948
+ (function (GetAllPromptsHideOperators1$) {
3949
+ /** @deprecated use `GetAllPromptsHideOperators1$inboundSchema` instead. */
3950
+ GetAllPromptsHideOperators1$.inboundSchema = exports.GetAllPromptsHideOperators1$inboundSchema;
3951
+ /** @deprecated use `GetAllPromptsHideOperators1$outboundSchema` instead. */
3952
+ GetAllPromptsHideOperators1$.outboundSchema = exports.GetAllPromptsHideOperators1$outboundSchema;
3953
+ })(GetAllPromptsHideOperators1$ || (exports.GetAllPromptsHideOperators1$ = GetAllPromptsHideOperators1$ = {}));
3936
3954
  /** @internal */
3937
- exports.HideOperators$inboundSchema = z.union([
3938
- exports.HideOperators1$inboundSchema,
3939
- exports.HideOperators2$inboundSchema,
3940
- exports.HideOperators3$inboundSchema,
3941
- exports.HideOperators4$inboundSchema,
3942
- exports.Five$inboundSchema,
3955
+ exports.GetAllPromptsFiltersHideOperators$inboundSchema = z.union([
3956
+ exports.GetAllPromptsHideOperators1$inboundSchema,
3957
+ exports.GetAllPromptsHideOperators2$inboundSchema,
3958
+ exports.GetAllPromptsHideOperators3$inboundSchema,
3959
+ exports.GetAllPromptsHideOperators4$inboundSchema,
3960
+ exports.GetAllPromptsHideOperators5$inboundSchema,
3943
3961
  ]);
3944
3962
  /** @internal */
3945
- exports.HideOperators$outboundSchema = z.union([
3946
- exports.HideOperators1$outboundSchema,
3947
- exports.HideOperators2$outboundSchema,
3948
- exports.HideOperators3$outboundSchema,
3949
- exports.HideOperators4$outboundSchema,
3950
- exports.Five$outboundSchema,
3963
+ exports.GetAllPromptsFiltersHideOperators$outboundSchema = z.union([
3964
+ exports.GetAllPromptsHideOperators1$outboundSchema,
3965
+ exports.GetAllPromptsHideOperators2$outboundSchema,
3966
+ exports.GetAllPromptsHideOperators3$outboundSchema,
3967
+ exports.GetAllPromptsHideOperators4$outboundSchema,
3968
+ exports.GetAllPromptsHideOperators5$outboundSchema,
3951
3969
  ]);
3952
3970
  /**
3953
3971
  * @internal
3954
3972
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3955
3973
  */
3956
- var HideOperators$;
3957
- (function (HideOperators$) {
3958
- /** @deprecated use `HideOperators$inboundSchema` instead. */
3959
- HideOperators$.inboundSchema = exports.HideOperators$inboundSchema;
3960
- /** @deprecated use `HideOperators$outboundSchema` instead. */
3961
- HideOperators$.outboundSchema = exports.HideOperators$outboundSchema;
3962
- })(HideOperators$ || (exports.HideOperators$ = HideOperators$ = {}));
3963
- function hideOperatorsToJSON(hideOperators) {
3964
- return JSON.stringify(exports.HideOperators$outboundSchema.parse(hideOperators));
3974
+ var GetAllPromptsFiltersHideOperators$;
3975
+ (function (GetAllPromptsFiltersHideOperators$) {
3976
+ /** @deprecated use `GetAllPromptsFiltersHideOperators$inboundSchema` instead. */
3977
+ GetAllPromptsFiltersHideOperators$.inboundSchema = exports.GetAllPromptsFiltersHideOperators$inboundSchema;
3978
+ /** @deprecated use `GetAllPromptsFiltersHideOperators$outboundSchema` instead. */
3979
+ GetAllPromptsFiltersHideOperators$.outboundSchema = exports.GetAllPromptsFiltersHideOperators$outboundSchema;
3980
+ })(GetAllPromptsFiltersHideOperators$ || (exports.GetAllPromptsFiltersHideOperators$ = GetAllPromptsFiltersHideOperators$ = {}));
3981
+ function getAllPromptsFiltersHideOperatorsToJSON(getAllPromptsFiltersHideOperators) {
3982
+ return JSON.stringify(exports.GetAllPromptsFiltersHideOperators$outboundSchema.parse(getAllPromptsFiltersHideOperators));
3965
3983
  }
3966
- function hideOperatorsFromJSON(jsonString) {
3967
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.HideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HideOperators' from JSON`);
3984
+ function getAllPromptsFiltersHideOperatorsFromJSON(jsonString) {
3985
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersHideOperators$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersHideOperators' from JSON`);
3968
3986
  }
3969
3987
  /** @internal */
3970
3988
  exports.GetAllPromptsFilters1$inboundSchema = z.object({
@@ -3978,11 +3996,11 @@ exports.GetAllPromptsFilters1$inboundSchema = z.object({
3978
3996
  name: z.string(),
3979
3997
  path: z.string(),
3980
3998
  hideOperators: z.array(z.union([
3981
- exports.HideOperators1$inboundSchema,
3982
- exports.HideOperators2$inboundSchema,
3983
- exports.HideOperators3$inboundSchema,
3984
- exports.HideOperators4$inboundSchema,
3985
- exports.Five$inboundSchema,
3999
+ exports.GetAllPromptsHideOperators1$inboundSchema,
4000
+ exports.GetAllPromptsHideOperators2$inboundSchema,
4001
+ exports.GetAllPromptsHideOperators3$inboundSchema,
4002
+ exports.GetAllPromptsHideOperators4$inboundSchema,
4003
+ exports.GetAllPromptsHideOperators5$inboundSchema,
3986
4004
  ])).optional(),
3987
4005
  });
3988
4006
  /** @internal */
@@ -3997,11 +4015,11 @@ exports.GetAllPromptsFilters1$outboundSchema = z.object({
3997
4015
  name: z.string(),
3998
4016
  path: z.string(),
3999
4017
  hideOperators: z.array(z.union([
4000
- exports.HideOperators1$outboundSchema,
4001
- exports.HideOperators2$outboundSchema,
4002
- exports.HideOperators3$outboundSchema,
4003
- exports.HideOperators4$outboundSchema,
4004
- exports.Five$outboundSchema,
4018
+ exports.GetAllPromptsHideOperators1$outboundSchema,
4019
+ exports.GetAllPromptsHideOperators2$outboundSchema,
4020
+ exports.GetAllPromptsHideOperators3$outboundSchema,
4021
+ exports.GetAllPromptsHideOperators4$outboundSchema,
4022
+ exports.GetAllPromptsHideOperators5$outboundSchema,
4005
4023
  ])).optional(),
4006
4024
  });
4007
4025
  /**
@@ -4024,22 +4042,22 @@ function getAllPromptsFilters1FromJSON(jsonString) {
4024
4042
  /** @internal */
4025
4043
  exports.GetAllPromptsFilters$inboundSchema = z.union([
4026
4044
  z.lazy(() => exports.GetAllPromptsFilters3$inboundSchema),
4027
- z.lazy(() => exports.Filters4$inboundSchema),
4028
- z.lazy(() => exports.Filters5$inboundSchema),
4029
- z.lazy(() => exports.Eight$inboundSchema),
4030
- z.lazy(() => exports.Six$inboundSchema),
4031
- z.lazy(() => exports.Seven$inboundSchema),
4045
+ z.lazy(() => exports.GetAllPromptsFilters4$inboundSchema),
4046
+ z.lazy(() => exports.GetAllPromptsFilters5$inboundSchema),
4047
+ z.lazy(() => exports.Filters8$inboundSchema),
4048
+ z.lazy(() => exports.Filters6$inboundSchema),
4049
+ z.lazy(() => exports.Filters7$inboundSchema),
4032
4050
  z.lazy(() => exports.GetAllPromptsFilters1$inboundSchema),
4033
4051
  z.lazy(() => exports.GetAllPromptsFilters2$inboundSchema),
4034
4052
  ]);
4035
4053
  /** @internal */
4036
4054
  exports.GetAllPromptsFilters$outboundSchema = z.union([
4037
4055
  z.lazy(() => exports.GetAllPromptsFilters3$outboundSchema),
4038
- z.lazy(() => exports.Filters4$outboundSchema),
4039
- z.lazy(() => exports.Filters5$outboundSchema),
4040
- z.lazy(() => exports.Eight$outboundSchema),
4041
- z.lazy(() => exports.Six$outboundSchema),
4042
- z.lazy(() => exports.Seven$outboundSchema),
4056
+ z.lazy(() => exports.GetAllPromptsFilters4$outboundSchema),
4057
+ z.lazy(() => exports.GetAllPromptsFilters5$outboundSchema),
4058
+ z.lazy(() => exports.Filters8$outboundSchema),
4059
+ z.lazy(() => exports.Filters6$outboundSchema),
4060
+ z.lazy(() => exports.Filters7$outboundSchema),
4043
4061
  z.lazy(() => exports.GetAllPromptsFilters1$outboundSchema),
4044
4062
  z.lazy(() => exports.GetAllPromptsFilters2$outboundSchema),
4045
4063
  ]);
@@ -4061,30 +4079,29 @@ function getAllPromptsFiltersFromJSON(jsonString) {
4061
4079
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFilters$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFilters' from JSON`);
4062
4080
  }
4063
4081
  /** @internal */
4064
- exports.Query$inboundSchema = z
4065
- .object({
4082
+ exports.GetAllPromptsQuery$inboundSchema = z.object({
4066
4083
  operator: exports.GetAllPromptsOperator$inboundSchema,
4067
4084
  filters: z.array(z.union([
4068
4085
  z.lazy(() => exports.GetAllPromptsFilters3$inboundSchema),
4069
- z.lazy(() => exports.Filters4$inboundSchema),
4070
- z.lazy(() => exports.Filters5$inboundSchema),
4071
- z.lazy(() => exports.Eight$inboundSchema),
4072
- z.lazy(() => exports.Six$inboundSchema),
4073
- z.lazy(() => exports.Seven$inboundSchema),
4086
+ z.lazy(() => exports.GetAllPromptsFilters4$inboundSchema),
4087
+ z.lazy(() => exports.GetAllPromptsFilters5$inboundSchema),
4088
+ z.lazy(() => exports.Filters8$inboundSchema),
4089
+ z.lazy(() => exports.Filters6$inboundSchema),
4090
+ z.lazy(() => exports.Filters7$inboundSchema),
4074
4091
  z.lazy(() => exports.GetAllPromptsFilters1$inboundSchema),
4075
4092
  z.lazy(() => exports.GetAllPromptsFilters2$inboundSchema),
4076
4093
  ])).optional(),
4077
4094
  });
4078
4095
  /** @internal */
4079
- exports.Query$outboundSchema = z.object({
4096
+ exports.GetAllPromptsQuery$outboundSchema = z.object({
4080
4097
  operator: exports.GetAllPromptsOperator$outboundSchema,
4081
4098
  filters: z.array(z.union([
4082
4099
  z.lazy(() => exports.GetAllPromptsFilters3$outboundSchema),
4083
- z.lazy(() => exports.Filters4$outboundSchema),
4084
- z.lazy(() => exports.Filters5$outboundSchema),
4085
- z.lazy(() => exports.Eight$outboundSchema),
4086
- z.lazy(() => exports.Six$outboundSchema),
4087
- z.lazy(() => exports.Seven$outboundSchema),
4100
+ z.lazy(() => exports.GetAllPromptsFilters4$outboundSchema),
4101
+ z.lazy(() => exports.GetAllPromptsFilters5$outboundSchema),
4102
+ z.lazy(() => exports.Filters8$outboundSchema),
4103
+ z.lazy(() => exports.Filters6$outboundSchema),
4104
+ z.lazy(() => exports.Filters7$outboundSchema),
4088
4105
  z.lazy(() => exports.GetAllPromptsFilters1$outboundSchema),
4089
4106
  z.lazy(() => exports.GetAllPromptsFilters2$outboundSchema),
4090
4107
  ])).optional(),
@@ -4093,18 +4110,18 @@ exports.Query$outboundSchema = z.object({
4093
4110
  * @internal
4094
4111
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4095
4112
  */
4096
- var Query$;
4097
- (function (Query$) {
4098
- /** @deprecated use `Query$inboundSchema` instead. */
4099
- Query$.inboundSchema = exports.Query$inboundSchema;
4100
- /** @deprecated use `Query$outboundSchema` instead. */
4101
- Query$.outboundSchema = exports.Query$outboundSchema;
4102
- })(Query$ || (exports.Query$ = Query$ = {}));
4103
- function queryToJSON(query) {
4104
- return JSON.stringify(exports.Query$outboundSchema.parse(query));
4113
+ var GetAllPromptsQuery$;
4114
+ (function (GetAllPromptsQuery$) {
4115
+ /** @deprecated use `GetAllPromptsQuery$inboundSchema` instead. */
4116
+ GetAllPromptsQuery$.inboundSchema = exports.GetAllPromptsQuery$inboundSchema;
4117
+ /** @deprecated use `GetAllPromptsQuery$outboundSchema` instead. */
4118
+ GetAllPromptsQuery$.outboundSchema = exports.GetAllPromptsQuery$outboundSchema;
4119
+ })(GetAllPromptsQuery$ || (exports.GetAllPromptsQuery$ = GetAllPromptsQuery$ = {}));
4120
+ function getAllPromptsQueryToJSON(getAllPromptsQuery) {
4121
+ return JSON.stringify(exports.GetAllPromptsQuery$outboundSchema.parse(getAllPromptsQuery));
4105
4122
  }
4106
- function queryFromJSON(jsonString) {
4107
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Query$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Query' from JSON`);
4123
+ function getAllPromptsQueryFromJSON(jsonString) {
4124
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsQuery$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsQuery' from JSON`);
4108
4125
  }
4109
4126
  /** @internal */
4110
4127
  exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$inboundSchema = z
@@ -4138,14 +4155,14 @@ var GetAllPromptsFiltersPromptsRequestRequestBody4Operator$;
4138
4155
  GetAllPromptsFiltersPromptsRequestRequestBody4Operator$.outboundSchema = exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$outboundSchema;
4139
4156
  })(GetAllPromptsFiltersPromptsRequestRequestBody4Operator$ || (exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$ = GetAllPromptsFiltersPromptsRequestRequestBody4Operator$ = {}));
4140
4157
  /** @internal */
4141
- exports.GetAllPromptsFilters4$inboundSchema = z.object({
4158
+ exports.GetAllPromptsFiltersPrompts4$inboundSchema = z.object({
4142
4159
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$inboundSchema,
4143
4160
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$inboundSchema,
4144
4161
  values: z.array(z.string()),
4145
4162
  path: z.string(),
4146
4163
  });
4147
4164
  /** @internal */
4148
- exports.GetAllPromptsFilters4$outboundSchema = z.object({
4165
+ exports.GetAllPromptsFiltersPrompts4$outboundSchema = z.object({
4149
4166
  type: exports.GetAllPromptsFiltersPromptsRequestRequestBody4Type$outboundSchema,
4150
4167
  operator: exports.GetAllPromptsFiltersPromptsRequestRequestBody4Operator$outboundSchema,
4151
4168
  values: z.array(z.string()),
@@ -4155,18 +4172,18 @@ exports.GetAllPromptsFilters4$outboundSchema = z.object({
4155
4172
  * @internal
4156
4173
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4157
4174
  */
4158
- var GetAllPromptsFilters4$;
4159
- (function (GetAllPromptsFilters4$) {
4160
- /** @deprecated use `GetAllPromptsFilters4$inboundSchema` instead. */
4161
- GetAllPromptsFilters4$.inboundSchema = exports.GetAllPromptsFilters4$inboundSchema;
4162
- /** @deprecated use `GetAllPromptsFilters4$outboundSchema` instead. */
4163
- GetAllPromptsFilters4$.outboundSchema = exports.GetAllPromptsFilters4$outboundSchema;
4164
- })(GetAllPromptsFilters4$ || (exports.GetAllPromptsFilters4$ = GetAllPromptsFilters4$ = {}));
4165
- function getAllPromptsFilters4ToJSON(getAllPromptsFilters4) {
4166
- return JSON.stringify(exports.GetAllPromptsFilters4$outboundSchema.parse(getAllPromptsFilters4));
4175
+ var GetAllPromptsFiltersPrompts4$;
4176
+ (function (GetAllPromptsFiltersPrompts4$) {
4177
+ /** @deprecated use `GetAllPromptsFiltersPrompts4$inboundSchema` instead. */
4178
+ GetAllPromptsFiltersPrompts4$.inboundSchema = exports.GetAllPromptsFiltersPrompts4$inboundSchema;
4179
+ /** @deprecated use `GetAllPromptsFiltersPrompts4$outboundSchema` instead. */
4180
+ GetAllPromptsFiltersPrompts4$.outboundSchema = exports.GetAllPromptsFiltersPrompts4$outboundSchema;
4181
+ })(GetAllPromptsFiltersPrompts4$ || (exports.GetAllPromptsFiltersPrompts4$ = GetAllPromptsFiltersPrompts4$ = {}));
4182
+ function getAllPromptsFiltersPrompts4ToJSON(getAllPromptsFiltersPrompts4) {
4183
+ return JSON.stringify(exports.GetAllPromptsFiltersPrompts4$outboundSchema.parse(getAllPromptsFiltersPrompts4));
4167
4184
  }
4168
- function getAllPromptsFilters4FromJSON(jsonString) {
4169
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFilters4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFilters4' from JSON`);
4185
+ function getAllPromptsFiltersPrompts4FromJSON(jsonString) {
4186
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsFiltersPrompts4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsFiltersPrompts4' from JSON`);
4170
4187
  }
4171
4188
  /** @internal */
4172
4189
  exports.GetAllPromptsFiltersPromptsRequestRequestBody3Type$inboundSchema = z
@@ -4325,14 +4342,14 @@ exports.GetAllPromptsPromptsFilters$inboundSchema = z.union([
4325
4342
  z.lazy(() => exports.GetAllPromptsFiltersPrompts1$inboundSchema),
4326
4343
  z.lazy(() => exports.GetAllPromptsFiltersPrompts2$inboundSchema),
4327
4344
  z.lazy(() => exports.GetAllPromptsFiltersPrompts3$inboundSchema),
4328
- z.lazy(() => exports.GetAllPromptsFilters4$inboundSchema),
4345
+ z.lazy(() => exports.GetAllPromptsFiltersPrompts4$inboundSchema),
4329
4346
  ]);
4330
4347
  /** @internal */
4331
4348
  exports.GetAllPromptsPromptsFilters$outboundSchema = z.union([
4332
4349
  z.lazy(() => exports.GetAllPromptsFiltersPrompts1$outboundSchema),
4333
4350
  z.lazy(() => exports.GetAllPromptsFiltersPrompts2$outboundSchema),
4334
4351
  z.lazy(() => exports.GetAllPromptsFiltersPrompts3$outboundSchema),
4335
- z.lazy(() => exports.GetAllPromptsFilters4$outboundSchema),
4352
+ z.lazy(() => exports.GetAllPromptsFiltersPrompts4$outboundSchema),
4336
4353
  ]);
4337
4354
  /**
4338
4355
  * @internal
@@ -4353,27 +4370,29 @@ function getAllPromptsPromptsFiltersFromJSON(jsonString) {
4353
4370
  }
4354
4371
  /** @internal */
4355
4372
  exports.GetAllPromptsRequestBody$inboundSchema = z.object({
4356
- pagination: z.lazy(() => exports.Pagination$inboundSchema).optional(),
4357
- sortingProps: z.array(z.lazy(() => exports.SortingProps$inboundSchema)).optional(),
4358
- query: z.lazy(() => exports.Query$inboundSchema).optional(),
4373
+ pagination: z.lazy(() => exports.GetAllPromptsPagination$inboundSchema).optional(),
4374
+ sortingProps: z.array(z.lazy(() => exports.GetAllPromptsSortingProps$inboundSchema))
4375
+ .optional(),
4376
+ query: z.lazy(() => exports.GetAllPromptsQuery$inboundSchema).optional(),
4359
4377
  filters: z.array(z.union([
4360
4378
  z.lazy(() => exports.GetAllPromptsFiltersPrompts1$inboundSchema),
4361
4379
  z.lazy(() => exports.GetAllPromptsFiltersPrompts2$inboundSchema),
4362
4380
  z.lazy(() => exports.GetAllPromptsFiltersPrompts3$inboundSchema),
4363
- z.lazy(() => exports.GetAllPromptsFilters4$inboundSchema),
4381
+ z.lazy(() => exports.GetAllPromptsFiltersPrompts4$inboundSchema),
4364
4382
  ])),
4365
4383
  includedFields: z.record(z.string()).optional(),
4366
4384
  });
4367
4385
  /** @internal */
4368
4386
  exports.GetAllPromptsRequestBody$outboundSchema = z.object({
4369
- pagination: z.lazy(() => exports.Pagination$outboundSchema).optional(),
4370
- sortingProps: z.array(z.lazy(() => exports.SortingProps$outboundSchema)).optional(),
4371
- query: z.lazy(() => exports.Query$outboundSchema).optional(),
4387
+ pagination: z.lazy(() => exports.GetAllPromptsPagination$outboundSchema).optional(),
4388
+ sortingProps: z.array(z.lazy(() => exports.GetAllPromptsSortingProps$outboundSchema))
4389
+ .optional(),
4390
+ query: z.lazy(() => exports.GetAllPromptsQuery$outboundSchema).optional(),
4372
4391
  filters: z.array(z.union([
4373
4392
  z.lazy(() => exports.GetAllPromptsFiltersPrompts1$outboundSchema),
4374
4393
  z.lazy(() => exports.GetAllPromptsFiltersPrompts2$outboundSchema),
4375
4394
  z.lazy(() => exports.GetAllPromptsFiltersPrompts3$outboundSchema),
4376
- z.lazy(() => exports.GetAllPromptsFilters4$outboundSchema),
4395
+ z.lazy(() => exports.GetAllPromptsFiltersPrompts4$outboundSchema),
4377
4396
  ])),
4378
4397
  includedFields: z.record(z.string()).optional(),
4379
4398
  });
@@ -4966,12 +4985,12 @@ var GetAllPromptsDataPromptsResponse200Type$;
4966
4985
  GetAllPromptsDataPromptsResponse200Type$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200Type$outboundSchema;
4967
4986
  })(GetAllPromptsDataPromptsResponse200Type$ || (exports.GetAllPromptsDataPromptsResponse200Type$ = GetAllPromptsDataPromptsResponse200Type$ = {}));
4968
4987
  /** @internal */
4969
- exports.GetAllPromptsDataPromptsFunction$inboundSchema = z.object({
4988
+ exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema = z.object({
4970
4989
  name: z.string(),
4971
4990
  arguments: z.string(),
4972
4991
  });
4973
4992
  /** @internal */
4974
- exports.GetAllPromptsDataPromptsFunction$outboundSchema = z.object({
4993
+ exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema = z.object({
4975
4994
  name: z.string(),
4976
4995
  arguments: z.string(),
4977
4996
  });
@@ -4979,32 +4998,32 @@ exports.GetAllPromptsDataPromptsFunction$outboundSchema = z.object({
4979
4998
  * @internal
4980
4999
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4981
5000
  */
4982
- var GetAllPromptsDataPromptsFunction$;
4983
- (function (GetAllPromptsDataPromptsFunction$) {
4984
- /** @deprecated use `GetAllPromptsDataPromptsFunction$inboundSchema` instead. */
4985
- GetAllPromptsDataPromptsFunction$.inboundSchema = exports.GetAllPromptsDataPromptsFunction$inboundSchema;
4986
- /** @deprecated use `GetAllPromptsDataPromptsFunction$outboundSchema` instead. */
4987
- GetAllPromptsDataPromptsFunction$.outboundSchema = exports.GetAllPromptsDataPromptsFunction$outboundSchema;
4988
- })(GetAllPromptsDataPromptsFunction$ || (exports.GetAllPromptsDataPromptsFunction$ = GetAllPromptsDataPromptsFunction$ = {}));
4989
- function getAllPromptsDataPromptsFunctionToJSON(getAllPromptsDataPromptsFunction) {
4990
- return JSON.stringify(exports.GetAllPromptsDataPromptsFunction$outboundSchema.parse(getAllPromptsDataPromptsFunction));
5001
+ var GetAllPromptsDataPromptsResponseFunction$;
5002
+ (function (GetAllPromptsDataPromptsResponseFunction$) {
5003
+ /** @deprecated use `GetAllPromptsDataPromptsResponseFunction$inboundSchema` instead. */
5004
+ GetAllPromptsDataPromptsResponseFunction$.inboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema;
5005
+ /** @deprecated use `GetAllPromptsDataPromptsResponseFunction$outboundSchema` instead. */
5006
+ GetAllPromptsDataPromptsResponseFunction$.outboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema;
5007
+ })(GetAllPromptsDataPromptsResponseFunction$ || (exports.GetAllPromptsDataPromptsResponseFunction$ = GetAllPromptsDataPromptsResponseFunction$ = {}));
5008
+ function getAllPromptsDataPromptsResponseFunctionToJSON(getAllPromptsDataPromptsResponseFunction) {
5009
+ return JSON.stringify(exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema.parse(getAllPromptsDataPromptsResponseFunction));
4991
5010
  }
4992
- function getAllPromptsDataPromptsFunctionFromJSON(jsonString) {
4993
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsFunction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsFunction' from JSON`);
5011
+ function getAllPromptsDataPromptsResponseFunctionFromJSON(jsonString) {
5012
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsResponseFunction' from JSON`);
4994
5013
  }
4995
5014
  /** @internal */
4996
5015
  exports.GetAllPromptsDataPromptsToolCalls$inboundSchema = z.object({
4997
5016
  id: z.string().optional(),
4998
5017
  index: z.number().optional(),
4999
5018
  type: exports.GetAllPromptsDataPromptsResponse200Type$inboundSchema,
5000
- function: z.lazy(() => exports.GetAllPromptsDataPromptsFunction$inboundSchema),
5019
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema),
5001
5020
  });
5002
5021
  /** @internal */
5003
5022
  exports.GetAllPromptsDataPromptsToolCalls$outboundSchema = z.object({
5004
5023
  id: z.string().optional(),
5005
5024
  index: z.number().optional(),
5006
5025
  type: exports.GetAllPromptsDataPromptsResponse200Type$outboundSchema,
5007
- function: z.lazy(() => exports.GetAllPromptsDataPromptsFunction$outboundSchema),
5026
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema),
5008
5027
  });
5009
5028
  /**
5010
5029
  * @internal
@@ -5705,12 +5724,12 @@ var GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$;
5705
5724
  GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$outboundSchema;
5706
5725
  })(GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$ || (exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$ = GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$ = {}));
5707
5726
  /** @internal */
5708
- exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema = z.object({
5727
+ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$inboundSchema = z.object({
5709
5728
  name: z.string(),
5710
5729
  arguments: z.string(),
5711
5730
  });
5712
5731
  /** @internal */
5713
- exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema = z.object({
5732
+ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$outboundSchema = z.object({
5714
5733
  name: z.string(),
5715
5734
  arguments: z.string(),
5716
5735
  });
@@ -5718,34 +5737,34 @@ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchem
5718
5737
  * @internal
5719
5738
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5720
5739
  */
5721
- var GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$;
5722
- (function (GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$) {
5723
- /** @deprecated use `GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema` instead. */
5724
- GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$.inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema;
5725
- /** @deprecated use `GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema` instead. */
5726
- GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema;
5727
- })(GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ || (exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ = GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ = {}));
5728
- function getAllPromptsDataPromptsResponse200ApplicationJSONFunctionToJSON(getAllPromptsDataPromptsResponse200ApplicationJSONFunction) {
5729
- return JSON.stringify(exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema
5730
- .parse(getAllPromptsDataPromptsResponse200ApplicationJSONFunction));
5740
+ var GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$;
5741
+ (function (GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$) {
5742
+ /** @deprecated use `GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$inboundSchema` instead. */
5743
+ GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$.inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$inboundSchema;
5744
+ /** @deprecated use `GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$outboundSchema` instead. */
5745
+ GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$outboundSchema;
5746
+ })(GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$ || (exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$ = GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$ = {}));
5747
+ function getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunctionToJSON(getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction) {
5748
+ return JSON.stringify(exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$outboundSchema
5749
+ .parse(getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction));
5731
5750
  }
5732
- function getAllPromptsDataPromptsResponse200ApplicationJSONFunctionFromJSON(jsonString) {
5733
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema
5734
- .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsResponse200ApplicationJSONFunction' from JSON`);
5751
+ function getAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunctionFromJSON(jsonString) {
5752
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$inboundSchema
5753
+ .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction' from JSON`);
5735
5754
  }
5736
5755
  /** @internal */
5737
5756
  exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$inboundSchema = z.object({
5738
5757
  id: z.string().optional(),
5739
5758
  index: z.number().optional(),
5740
5759
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$inboundSchema,
5741
- function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema),
5760
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$inboundSchema),
5742
5761
  });
5743
5762
  /** @internal */
5744
5763
  exports.GetAllPromptsDataPromptsResponse200ApplicationJSONToolCalls$outboundSchema = z.object({
5745
5764
  id: z.string().optional(),
5746
5765
  index: z.number().optional(),
5747
5766
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody3Type$outboundSchema,
5748
- function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema),
5767
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyFunction$outboundSchema),
5749
5768
  });
5750
5769
  /**
5751
5770
  * @internal
@@ -5988,8 +6007,7 @@ var GetAllPromptsDataPromptsType$;
5988
6007
  GetAllPromptsDataPromptsType$.outboundSchema = exports.GetAllPromptsDataPromptsType$outboundSchema;
5989
6008
  })(GetAllPromptsDataPromptsType$ || (exports.GetAllPromptsDataPromptsType$ = GetAllPromptsDataPromptsType$ = {}));
5990
6009
  /** @internal */
5991
- exports.Data3$inboundSchema = z
5992
- .object({
6010
+ exports.GetAllPromptsData3$inboundSchema = z.object({
5993
6011
  _id: z.string(),
5994
6012
  owner: z.union([
5995
6013
  z.string(),
@@ -6004,7 +6022,7 @@ exports.Data3$inboundSchema = z
6004
6022
  metadata: z.lazy(() => exports.GetAllPromptsDataPromptsMetadata$inboundSchema),
6005
6023
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
6006
6024
  .optional(),
6007
- updated: z.string().datetime({ offset: true }).default("2025-01-02T13:55:01.056Z").transform(v => new Date(v)),
6025
+ updated: z.string().datetime({ offset: true }).default("2025-01-21T09:55:10.979Z").transform(v => new Date(v)),
6008
6026
  versions: z.array(z.lazy(() => exports.GetAllPromptsDataPromptsVersions$inboundSchema)),
6009
6027
  type: exports.GetAllPromptsDataPromptsType$inboundSchema,
6010
6028
  }).transform((v) => {
@@ -6018,7 +6036,7 @@ exports.Data3$inboundSchema = z
6018
6036
  });
6019
6037
  });
6020
6038
  /** @internal */
6021
- exports.Data3$outboundSchema = z.object({
6039
+ exports.GetAllPromptsData3$outboundSchema = z.object({
6022
6040
  id: z.string(),
6023
6041
  owner: z.union([
6024
6042
  z.string(),
@@ -6032,7 +6050,7 @@ exports.Data3$outboundSchema = z.object({
6032
6050
  promptConfig: z.lazy(() => exports.GetAllPromptsDataPromptsPromptConfig$outboundSchema),
6033
6051
  metadata: z.lazy(() => exports.GetAllPromptsDataPromptsMetadata$outboundSchema),
6034
6052
  created: z.date().transform(v => v.toISOString()).optional(),
6035
- updated: z.date().default(() => new Date("2025-01-02T13:55:01.056Z"))
6053
+ updated: z.date().default(() => new Date("2025-01-21T09:55:10.979Z"))
6036
6054
  .transform(v => v.toISOString()),
6037
6055
  versions: z.array(z.lazy(() => exports.GetAllPromptsDataPromptsVersions$outboundSchema)),
6038
6056
  type: exports.GetAllPromptsDataPromptsType$outboundSchema,
@@ -6050,18 +6068,18 @@ exports.Data3$outboundSchema = z.object({
6050
6068
  * @internal
6051
6069
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6052
6070
  */
6053
- var Data3$;
6054
- (function (Data3$) {
6055
- /** @deprecated use `Data3$inboundSchema` instead. */
6056
- Data3$.inboundSchema = exports.Data3$inboundSchema;
6057
- /** @deprecated use `Data3$outboundSchema` instead. */
6058
- Data3$.outboundSchema = exports.Data3$outboundSchema;
6059
- })(Data3$ || (exports.Data3$ = Data3$ = {}));
6060
- function data3ToJSON(data3) {
6061
- return JSON.stringify(exports.Data3$outboundSchema.parse(data3));
6071
+ var GetAllPromptsData3$;
6072
+ (function (GetAllPromptsData3$) {
6073
+ /** @deprecated use `GetAllPromptsData3$inboundSchema` instead. */
6074
+ GetAllPromptsData3$.inboundSchema = exports.GetAllPromptsData3$inboundSchema;
6075
+ /** @deprecated use `GetAllPromptsData3$outboundSchema` instead. */
6076
+ GetAllPromptsData3$.outboundSchema = exports.GetAllPromptsData3$outboundSchema;
6077
+ })(GetAllPromptsData3$ || (exports.GetAllPromptsData3$ = GetAllPromptsData3$ = {}));
6078
+ function getAllPromptsData3ToJSON(getAllPromptsData3) {
6079
+ return JSON.stringify(exports.GetAllPromptsData3$outboundSchema.parse(getAllPromptsData3));
6062
6080
  }
6063
- function data3FromJSON(jsonString) {
6064
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Data3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Data3' from JSON`);
6081
+ function getAllPromptsData3FromJSON(jsonString) {
6082
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsData3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsData3' from JSON`);
6065
6083
  }
6066
6084
  /** @internal */
6067
6085
  exports.GetAllPromptsOwnerPrompts2$inboundSchema = z.nativeEnum(exports.GetAllPromptsOwnerPrompts2);
@@ -6616,12 +6634,12 @@ var GetAllPromptsDataPromptsResponse200ApplicationJSONType$;
6616
6634
  GetAllPromptsDataPromptsResponse200ApplicationJSONType$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$outboundSchema;
6617
6635
  })(GetAllPromptsDataPromptsResponse200ApplicationJSONType$ || (exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$ = GetAllPromptsDataPromptsResponse200ApplicationJSONType$ = {}));
6618
6636
  /** @internal */
6619
- exports.GetAllPromptsDataFunction$inboundSchema = z.object({
6637
+ exports.GetAllPromptsDataPromptsFunction$inboundSchema = z.object({
6620
6638
  name: z.string(),
6621
6639
  arguments: z.string(),
6622
6640
  });
6623
6641
  /** @internal */
6624
- exports.GetAllPromptsDataFunction$outboundSchema = z.object({
6642
+ exports.GetAllPromptsDataPromptsFunction$outboundSchema = z.object({
6625
6643
  name: z.string(),
6626
6644
  arguments: z.string(),
6627
6645
  });
@@ -6629,32 +6647,32 @@ exports.GetAllPromptsDataFunction$outboundSchema = z.object({
6629
6647
  * @internal
6630
6648
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6631
6649
  */
6632
- var GetAllPromptsDataFunction$;
6633
- (function (GetAllPromptsDataFunction$) {
6634
- /** @deprecated use `GetAllPromptsDataFunction$inboundSchema` instead. */
6635
- GetAllPromptsDataFunction$.inboundSchema = exports.GetAllPromptsDataFunction$inboundSchema;
6636
- /** @deprecated use `GetAllPromptsDataFunction$outboundSchema` instead. */
6637
- GetAllPromptsDataFunction$.outboundSchema = exports.GetAllPromptsDataFunction$outboundSchema;
6638
- })(GetAllPromptsDataFunction$ || (exports.GetAllPromptsDataFunction$ = GetAllPromptsDataFunction$ = {}));
6639
- function getAllPromptsDataFunctionToJSON(getAllPromptsDataFunction) {
6640
- return JSON.stringify(exports.GetAllPromptsDataFunction$outboundSchema.parse(getAllPromptsDataFunction));
6650
+ var GetAllPromptsDataPromptsFunction$;
6651
+ (function (GetAllPromptsDataPromptsFunction$) {
6652
+ /** @deprecated use `GetAllPromptsDataPromptsFunction$inboundSchema` instead. */
6653
+ GetAllPromptsDataPromptsFunction$.inboundSchema = exports.GetAllPromptsDataPromptsFunction$inboundSchema;
6654
+ /** @deprecated use `GetAllPromptsDataPromptsFunction$outboundSchema` instead. */
6655
+ GetAllPromptsDataPromptsFunction$.outboundSchema = exports.GetAllPromptsDataPromptsFunction$outboundSchema;
6656
+ })(GetAllPromptsDataPromptsFunction$ || (exports.GetAllPromptsDataPromptsFunction$ = GetAllPromptsDataPromptsFunction$ = {}));
6657
+ function getAllPromptsDataPromptsFunctionToJSON(getAllPromptsDataPromptsFunction) {
6658
+ return JSON.stringify(exports.GetAllPromptsDataPromptsFunction$outboundSchema.parse(getAllPromptsDataPromptsFunction));
6641
6659
  }
6642
- function getAllPromptsDataFunctionFromJSON(jsonString) {
6643
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataFunction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataFunction' from JSON`);
6660
+ function getAllPromptsDataPromptsFunctionFromJSON(jsonString) {
6661
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsFunction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsFunction' from JSON`);
6644
6662
  }
6645
6663
  /** @internal */
6646
6664
  exports.GetAllPromptsDataToolCalls$inboundSchema = z.object({
6647
6665
  id: z.string().optional(),
6648
6666
  index: z.number().optional(),
6649
6667
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$inboundSchema,
6650
- function: z.lazy(() => exports.GetAllPromptsDataFunction$inboundSchema),
6668
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsFunction$inboundSchema),
6651
6669
  });
6652
6670
  /** @internal */
6653
6671
  exports.GetAllPromptsDataToolCalls$outboundSchema = z.object({
6654
6672
  id: z.string().optional(),
6655
6673
  index: z.number().optional(),
6656
6674
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONType$outboundSchema,
6657
- function: z.lazy(() => exports.GetAllPromptsDataFunction$outboundSchema),
6675
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsFunction$outboundSchema),
6658
6676
  });
6659
6677
  /**
6660
6678
  * @internal
@@ -7340,12 +7358,12 @@ var GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$;
7340
7358
  GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$outboundSchema;
7341
7359
  })(GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$ || (exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$ = GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$ = {}));
7342
7360
  /** @internal */
7343
- exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema = z.object({
7361
+ exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema = z.object({
7344
7362
  name: z.string(),
7345
7363
  arguments: z.string(),
7346
7364
  });
7347
7365
  /** @internal */
7348
- exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema = z.object({
7366
+ exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema = z.object({
7349
7367
  name: z.string(),
7350
7368
  arguments: z.string(),
7351
7369
  });
@@ -7353,32 +7371,32 @@ exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema = z.object({
7353
7371
  * @internal
7354
7372
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7355
7373
  */
7356
- var GetAllPromptsDataPromptsResponseFunction$;
7357
- (function (GetAllPromptsDataPromptsResponseFunction$) {
7358
- /** @deprecated use `GetAllPromptsDataPromptsResponseFunction$inboundSchema` instead. */
7359
- GetAllPromptsDataPromptsResponseFunction$.inboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema;
7360
- /** @deprecated use `GetAllPromptsDataPromptsResponseFunction$outboundSchema` instead. */
7361
- GetAllPromptsDataPromptsResponseFunction$.outboundSchema = exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema;
7362
- })(GetAllPromptsDataPromptsResponseFunction$ || (exports.GetAllPromptsDataPromptsResponseFunction$ = GetAllPromptsDataPromptsResponseFunction$ = {}));
7363
- function getAllPromptsDataPromptsResponseFunctionToJSON(getAllPromptsDataPromptsResponseFunction) {
7364
- return JSON.stringify(exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema.parse(getAllPromptsDataPromptsResponseFunction));
7374
+ var GetAllPromptsDataPromptsResponse200Function$;
7375
+ (function (GetAllPromptsDataPromptsResponse200Function$) {
7376
+ /** @deprecated use `GetAllPromptsDataPromptsResponse200Function$inboundSchema` instead. */
7377
+ GetAllPromptsDataPromptsResponse200Function$.inboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema;
7378
+ /** @deprecated use `GetAllPromptsDataPromptsResponse200Function$outboundSchema` instead. */
7379
+ GetAllPromptsDataPromptsResponse200Function$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema;
7380
+ })(GetAllPromptsDataPromptsResponse200Function$ || (exports.GetAllPromptsDataPromptsResponse200Function$ = GetAllPromptsDataPromptsResponse200Function$ = {}));
7381
+ function getAllPromptsDataPromptsResponse200FunctionToJSON(getAllPromptsDataPromptsResponse200Function) {
7382
+ return JSON.stringify(exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema.parse(getAllPromptsDataPromptsResponse200Function));
7365
7383
  }
7366
- function getAllPromptsDataPromptsResponseFunctionFromJSON(jsonString) {
7367
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsResponseFunction' from JSON`);
7384
+ function getAllPromptsDataPromptsResponse200FunctionFromJSON(jsonString) {
7385
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsResponse200Function' from JSON`);
7368
7386
  }
7369
7387
  /** @internal */
7370
7388
  exports.GetAllPromptsDataPromptsResponseToolCalls$inboundSchema = z.object({
7371
7389
  id: z.string().optional(),
7372
7390
  index: z.number().optional(),
7373
7391
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$inboundSchema,
7374
- function: z.lazy(() => exports.GetAllPromptsDataPromptsResponseFunction$inboundSchema),
7392
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema),
7375
7393
  });
7376
7394
  /** @internal */
7377
7395
  exports.GetAllPromptsDataPromptsResponseToolCalls$outboundSchema = z.object({
7378
7396
  id: z.string().optional(),
7379
7397
  index: z.number().optional(),
7380
7398
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBodyType$outboundSchema,
7381
- function: z.lazy(() => exports.GetAllPromptsDataPromptsResponseFunction$outboundSchema),
7399
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema),
7382
7400
  });
7383
7401
  /**
7384
7402
  * @internal
@@ -7612,8 +7630,7 @@ var GetAllPromptsDataType$;
7612
7630
  GetAllPromptsDataType$.outboundSchema = exports.GetAllPromptsDataType$outboundSchema;
7613
7631
  })(GetAllPromptsDataType$ || (exports.GetAllPromptsDataType$ = GetAllPromptsDataType$ = {}));
7614
7632
  /** @internal */
7615
- exports.Data2$inboundSchema = z
7616
- .object({
7633
+ exports.GetAllPromptsData2$inboundSchema = z.object({
7617
7634
  _id: z.string(),
7618
7635
  owner: z.union([z.string(), exports.GetAllPromptsOwnerPrompts2$inboundSchema]),
7619
7636
  domain_id: z.string(),
@@ -7625,7 +7642,7 @@ exports.Data2$inboundSchema = z
7625
7642
  metadata: z.lazy(() => exports.GetAllPromptsDataMetadata$inboundSchema),
7626
7643
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
7627
7644
  .optional(),
7628
- updated: z.string().datetime({ offset: true }).default("2025-01-02T13:55:01.056Z").transform(v => new Date(v)),
7645
+ updated: z.string().datetime({ offset: true }).default("2025-01-21T09:55:10.979Z").transform(v => new Date(v)),
7629
7646
  versions: z.array(z.lazy(() => exports.GetAllPromptsDataVersions$inboundSchema)),
7630
7647
  key: z.string(),
7631
7648
  type: exports.GetAllPromptsDataType$inboundSchema,
@@ -7640,7 +7657,7 @@ exports.Data2$inboundSchema = z
7640
7657
  });
7641
7658
  });
7642
7659
  /** @internal */
7643
- exports.Data2$outboundSchema = z.object({
7660
+ exports.GetAllPromptsData2$outboundSchema = z.object({
7644
7661
  id: z.string(),
7645
7662
  owner: z.union([z.string(), exports.GetAllPromptsOwnerPrompts2$outboundSchema]),
7646
7663
  domainId: z.string(),
@@ -7651,7 +7668,7 @@ exports.Data2$outboundSchema = z.object({
7651
7668
  promptConfig: z.lazy(() => exports.GetAllPromptsDataPromptConfig$outboundSchema),
7652
7669
  metadata: z.lazy(() => exports.GetAllPromptsDataMetadata$outboundSchema),
7653
7670
  created: z.date().transform(v => v.toISOString()).optional(),
7654
- updated: z.date().default(() => new Date("2025-01-02T13:55:01.056Z"))
7671
+ updated: z.date().default(() => new Date("2025-01-21T09:55:10.979Z"))
7655
7672
  .transform(v => v.toISOString()),
7656
7673
  versions: z.array(z.lazy(() => exports.GetAllPromptsDataVersions$outboundSchema)),
7657
7674
  key: z.string(),
@@ -7670,18 +7687,18 @@ exports.Data2$outboundSchema = z.object({
7670
7687
  * @internal
7671
7688
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7672
7689
  */
7673
- var Data2$;
7674
- (function (Data2$) {
7675
- /** @deprecated use `Data2$inboundSchema` instead. */
7676
- Data2$.inboundSchema = exports.Data2$inboundSchema;
7677
- /** @deprecated use `Data2$outboundSchema` instead. */
7678
- Data2$.outboundSchema = exports.Data2$outboundSchema;
7679
- })(Data2$ || (exports.Data2$ = Data2$ = {}));
7680
- function data2ToJSON(data2) {
7681
- return JSON.stringify(exports.Data2$outboundSchema.parse(data2));
7690
+ var GetAllPromptsData2$;
7691
+ (function (GetAllPromptsData2$) {
7692
+ /** @deprecated use `GetAllPromptsData2$inboundSchema` instead. */
7693
+ GetAllPromptsData2$.inboundSchema = exports.GetAllPromptsData2$inboundSchema;
7694
+ /** @deprecated use `GetAllPromptsData2$outboundSchema` instead. */
7695
+ GetAllPromptsData2$.outboundSchema = exports.GetAllPromptsData2$outboundSchema;
7696
+ })(GetAllPromptsData2$ || (exports.GetAllPromptsData2$ = GetAllPromptsData2$ = {}));
7697
+ function getAllPromptsData2ToJSON(getAllPromptsData2) {
7698
+ return JSON.stringify(exports.GetAllPromptsData2$outboundSchema.parse(getAllPromptsData2));
7682
7699
  }
7683
- function data2FromJSON(jsonString) {
7684
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Data2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Data2' from JSON`);
7700
+ function getAllPromptsData2FromJSON(jsonString) {
7701
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsData2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsData2' from JSON`);
7685
7702
  }
7686
7703
  /** @internal */
7687
7704
  exports.GetAllPromptsOwner2$inboundSchema = z.nativeEnum(exports.GetAllPromptsOwner2);
@@ -8237,12 +8254,12 @@ var GetAllPromptsDataPromptsResponseType$;
8237
8254
  GetAllPromptsDataPromptsResponseType$.outboundSchema = exports.GetAllPromptsDataPromptsResponseType$outboundSchema;
8238
8255
  })(GetAllPromptsDataPromptsResponseType$ || (exports.GetAllPromptsDataPromptsResponseType$ = GetAllPromptsDataPromptsResponseType$ = {}));
8239
8256
  /** @internal */
8240
- exports.DataFunction$inboundSchema = z.object({
8257
+ exports.GetAllPromptsDataFunction$inboundSchema = z.object({
8241
8258
  name: z.string(),
8242
8259
  arguments: z.string(),
8243
8260
  });
8244
8261
  /** @internal */
8245
- exports.DataFunction$outboundSchema = z.object({
8262
+ exports.GetAllPromptsDataFunction$outboundSchema = z.object({
8246
8263
  name: z.string(),
8247
8264
  arguments: z.string(),
8248
8265
  });
@@ -8250,32 +8267,32 @@ exports.DataFunction$outboundSchema = z.object({
8250
8267
  * @internal
8251
8268
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8252
8269
  */
8253
- var DataFunction$;
8254
- (function (DataFunction$) {
8255
- /** @deprecated use `DataFunction$inboundSchema` instead. */
8256
- DataFunction$.inboundSchema = exports.DataFunction$inboundSchema;
8257
- /** @deprecated use `DataFunction$outboundSchema` instead. */
8258
- DataFunction$.outboundSchema = exports.DataFunction$outboundSchema;
8259
- })(DataFunction$ || (exports.DataFunction$ = DataFunction$ = {}));
8260
- function dataFunctionToJSON(dataFunction) {
8261
- return JSON.stringify(exports.DataFunction$outboundSchema.parse(dataFunction));
8270
+ var GetAllPromptsDataFunction$;
8271
+ (function (GetAllPromptsDataFunction$) {
8272
+ /** @deprecated use `GetAllPromptsDataFunction$inboundSchema` instead. */
8273
+ GetAllPromptsDataFunction$.inboundSchema = exports.GetAllPromptsDataFunction$inboundSchema;
8274
+ /** @deprecated use `GetAllPromptsDataFunction$outboundSchema` instead. */
8275
+ GetAllPromptsDataFunction$.outboundSchema = exports.GetAllPromptsDataFunction$outboundSchema;
8276
+ })(GetAllPromptsDataFunction$ || (exports.GetAllPromptsDataFunction$ = GetAllPromptsDataFunction$ = {}));
8277
+ function getAllPromptsDataFunctionToJSON(getAllPromptsDataFunction) {
8278
+ return JSON.stringify(exports.GetAllPromptsDataFunction$outboundSchema.parse(getAllPromptsDataFunction));
8262
8279
  }
8263
- function dataFunctionFromJSON(jsonString) {
8264
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataFunction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataFunction' from JSON`);
8280
+ function getAllPromptsDataFunctionFromJSON(jsonString) {
8281
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataFunction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataFunction' from JSON`);
8265
8282
  }
8266
8283
  /** @internal */
8267
8284
  exports.DataToolCalls$inboundSchema = z.object({
8268
8285
  id: z.string().optional(),
8269
8286
  index: z.number().optional(),
8270
8287
  type: exports.GetAllPromptsDataPromptsResponseType$inboundSchema,
8271
- function: z.lazy(() => exports.DataFunction$inboundSchema),
8288
+ function: z.lazy(() => exports.GetAllPromptsDataFunction$inboundSchema),
8272
8289
  });
8273
8290
  /** @internal */
8274
8291
  exports.DataToolCalls$outboundSchema = z.object({
8275
8292
  id: z.string().optional(),
8276
8293
  index: z.number().optional(),
8277
8294
  type: exports.GetAllPromptsDataPromptsResponseType$outboundSchema,
8278
- function: z.lazy(() => exports.DataFunction$outboundSchema),
8295
+ function: z.lazy(() => exports.GetAllPromptsDataFunction$outboundSchema),
8279
8296
  });
8280
8297
  /**
8281
8298
  * @internal
@@ -8970,12 +8987,12 @@ var GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$;
8970
8987
  GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$outboundSchema;
8971
8988
  })(GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$ || (exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$ = GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$ = {}));
8972
8989
  /** @internal */
8973
- exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema = z.object({
8990
+ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema = z.object({
8974
8991
  name: z.string(),
8975
8992
  arguments: z.string(),
8976
8993
  });
8977
8994
  /** @internal */
8978
- exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema = z.object({
8995
+ exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema = z.object({
8979
8996
  name: z.string(),
8980
8997
  arguments: z.string(),
8981
8998
  });
@@ -8983,32 +9000,34 @@ exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema = z.object({
8983
9000
  * @internal
8984
9001
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8985
9002
  */
8986
- var GetAllPromptsDataPromptsResponse200Function$;
8987
- (function (GetAllPromptsDataPromptsResponse200Function$) {
8988
- /** @deprecated use `GetAllPromptsDataPromptsResponse200Function$inboundSchema` instead. */
8989
- GetAllPromptsDataPromptsResponse200Function$.inboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema;
8990
- /** @deprecated use `GetAllPromptsDataPromptsResponse200Function$outboundSchema` instead. */
8991
- GetAllPromptsDataPromptsResponse200Function$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema;
8992
- })(GetAllPromptsDataPromptsResponse200Function$ || (exports.GetAllPromptsDataPromptsResponse200Function$ = GetAllPromptsDataPromptsResponse200Function$ = {}));
8993
- function getAllPromptsDataPromptsResponse200FunctionToJSON(getAllPromptsDataPromptsResponse200Function) {
8994
- return JSON.stringify(exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema.parse(getAllPromptsDataPromptsResponse200Function));
9003
+ var GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$;
9004
+ (function (GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$) {
9005
+ /** @deprecated use `GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema` instead. */
9006
+ GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$.inboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema;
9007
+ /** @deprecated use `GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema` instead. */
9008
+ GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$.outboundSchema = exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema;
9009
+ })(GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ || (exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ = GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$ = {}));
9010
+ function getAllPromptsDataPromptsResponse200ApplicationJSONFunctionToJSON(getAllPromptsDataPromptsResponse200ApplicationJSONFunction) {
9011
+ return JSON.stringify(exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema
9012
+ .parse(getAllPromptsDataPromptsResponse200ApplicationJSONFunction));
8995
9013
  }
8996
- function getAllPromptsDataPromptsResponse200FunctionFromJSON(jsonString) {
8997
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsResponse200Function' from JSON`);
9014
+ function getAllPromptsDataPromptsResponse200ApplicationJSONFunctionFromJSON(jsonString) {
9015
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema
9016
+ .parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsDataPromptsResponse200ApplicationJSONFunction' from JSON`);
8998
9017
  }
8999
9018
  /** @internal */
9000
9019
  exports.GetAllPromptsDataPromptsResponse200ToolCalls$inboundSchema = z.object({
9001
9020
  id: z.string().optional(),
9002
9021
  index: z.number().optional(),
9003
9022
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
9004
- function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200Function$inboundSchema),
9023
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$inboundSchema),
9005
9024
  });
9006
9025
  /** @internal */
9007
9026
  exports.GetAllPromptsDataPromptsResponse200ToolCalls$outboundSchema = z.object({
9008
9027
  id: z.string().optional(),
9009
9028
  index: z.number().optional(),
9010
9029
  type: exports.GetAllPromptsDataPromptsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
9011
- function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200Function$outboundSchema),
9030
+ function: z.lazy(() => exports.GetAllPromptsDataPromptsResponse200ApplicationJSONFunction$outboundSchema),
9012
9031
  });
9013
9032
  /**
9014
9033
  * @internal
@@ -9244,8 +9263,7 @@ var DataType$;
9244
9263
  DataType$.outboundSchema = exports.DataType$outboundSchema;
9245
9264
  })(DataType$ || (exports.DataType$ = DataType$ = {}));
9246
9265
  /** @internal */
9247
- exports.Data1$inboundSchema = z
9248
- .object({
9266
+ exports.GetAllPromptsData1$inboundSchema = z.object({
9249
9267
  _id: z.string(),
9250
9268
  owner: z.union([z.string(), exports.GetAllPromptsOwner2$inboundSchema]),
9251
9269
  domain_id: z.string(),
@@ -9257,7 +9275,7 @@ exports.Data1$inboundSchema = z
9257
9275
  metadata: z.lazy(() => exports.DataMetadata$inboundSchema),
9258
9276
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
9259
9277
  .optional(),
9260
- updated: z.string().datetime({ offset: true }).default("2025-01-02T13:55:01.056Z").transform(v => new Date(v)),
9278
+ updated: z.string().datetime({ offset: true }).default("2025-01-21T09:55:10.979Z").transform(v => new Date(v)),
9261
9279
  versions: z.array(z.lazy(() => exports.DataVersions$inboundSchema)),
9262
9280
  type: exports.DataType$inboundSchema,
9263
9281
  }).transform((v) => {
@@ -9271,7 +9289,7 @@ exports.Data1$inboundSchema = z
9271
9289
  });
9272
9290
  });
9273
9291
  /** @internal */
9274
- exports.Data1$outboundSchema = z.object({
9292
+ exports.GetAllPromptsData1$outboundSchema = z.object({
9275
9293
  id: z.string(),
9276
9294
  owner: z.union([z.string(), exports.GetAllPromptsOwner2$outboundSchema]),
9277
9295
  domainId: z.string(),
@@ -9282,7 +9300,7 @@ exports.Data1$outboundSchema = z.object({
9282
9300
  promptConfig: z.lazy(() => exports.DataPromptConfig$outboundSchema),
9283
9301
  metadata: z.lazy(() => exports.DataMetadata$outboundSchema),
9284
9302
  created: z.date().transform(v => v.toISOString()).optional(),
9285
- updated: z.date().default(() => new Date("2025-01-02T13:55:01.056Z"))
9303
+ updated: z.date().default(() => new Date("2025-01-21T09:55:10.979Z"))
9286
9304
  .transform(v => v.toISOString()),
9287
9305
  versions: z.array(z.lazy(() => exports.DataVersions$outboundSchema)),
9288
9306
  type: exports.DataType$outboundSchema,
@@ -9300,30 +9318,30 @@ exports.Data1$outboundSchema = z.object({
9300
9318
  * @internal
9301
9319
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9302
9320
  */
9303
- var Data1$;
9304
- (function (Data1$) {
9305
- /** @deprecated use `Data1$inboundSchema` instead. */
9306
- Data1$.inboundSchema = exports.Data1$inboundSchema;
9307
- /** @deprecated use `Data1$outboundSchema` instead. */
9308
- Data1$.outboundSchema = exports.Data1$outboundSchema;
9309
- })(Data1$ || (exports.Data1$ = Data1$ = {}));
9310
- function data1ToJSON(data1) {
9311
- return JSON.stringify(exports.Data1$outboundSchema.parse(data1));
9321
+ var GetAllPromptsData1$;
9322
+ (function (GetAllPromptsData1$) {
9323
+ /** @deprecated use `GetAllPromptsData1$inboundSchema` instead. */
9324
+ GetAllPromptsData1$.inboundSchema = exports.GetAllPromptsData1$inboundSchema;
9325
+ /** @deprecated use `GetAllPromptsData1$outboundSchema` instead. */
9326
+ GetAllPromptsData1$.outboundSchema = exports.GetAllPromptsData1$outboundSchema;
9327
+ })(GetAllPromptsData1$ || (exports.GetAllPromptsData1$ = GetAllPromptsData1$ = {}));
9328
+ function getAllPromptsData1ToJSON(getAllPromptsData1) {
9329
+ return JSON.stringify(exports.GetAllPromptsData1$outboundSchema.parse(getAllPromptsData1));
9312
9330
  }
9313
- function data1FromJSON(jsonString) {
9314
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Data1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Data1' from JSON`);
9331
+ function getAllPromptsData1FromJSON(jsonString) {
9332
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetAllPromptsData1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllPromptsData1' from JSON`);
9315
9333
  }
9316
9334
  /** @internal */
9317
9335
  exports.GetAllPromptsData$inboundSchema = z.union([
9318
- z.lazy(() => exports.Data1$inboundSchema),
9319
- z.lazy(() => exports.Data3$inboundSchema),
9320
- z.lazy(() => exports.Data2$inboundSchema),
9336
+ z.lazy(() => exports.GetAllPromptsData1$inboundSchema),
9337
+ z.lazy(() => exports.GetAllPromptsData3$inboundSchema),
9338
+ z.lazy(() => exports.GetAllPromptsData2$inboundSchema),
9321
9339
  ]);
9322
9340
  /** @internal */
9323
9341
  exports.GetAllPromptsData$outboundSchema = z.union([
9324
- z.lazy(() => exports.Data1$outboundSchema),
9325
- z.lazy(() => exports.Data3$outboundSchema),
9326
- z.lazy(() => exports.Data2$outboundSchema),
9342
+ z.lazy(() => exports.GetAllPromptsData1$outboundSchema),
9343
+ z.lazy(() => exports.GetAllPromptsData3$outboundSchema),
9344
+ z.lazy(() => exports.GetAllPromptsData2$outboundSchema),
9327
9345
  ]);
9328
9346
  /**
9329
9347
  * @internal
@@ -9346,36 +9364,28 @@ function getAllPromptsDataFromJSON(jsonString) {
9346
9364
  exports.GetAllPromptsResponseBody$inboundSchema = z.object({
9347
9365
  object: exports.GetAllPromptsObject$inboundSchema,
9348
9366
  data: z.array(z.union([
9349
- z.lazy(() => exports.Data1$inboundSchema),
9350
- z.lazy(() => exports.Data3$inboundSchema),
9351
- z.lazy(() => exports.Data2$inboundSchema),
9367
+ z.lazy(() => exports.GetAllPromptsData1$inboundSchema),
9368
+ z.lazy(() => exports.GetAllPromptsData3$inboundSchema),
9369
+ z.lazy(() => exports.GetAllPromptsData2$inboundSchema),
9352
9370
  ])),
9353
9371
  has_more: z.boolean(),
9354
- first_id: z.nullable(z.string()),
9355
- last_id: z.nullable(z.string()),
9356
9372
  }).transform((v) => {
9357
9373
  return (0, primitives_js_1.remap)(v, {
9358
9374
  "has_more": "hasMore",
9359
- "first_id": "firstId",
9360
- "last_id": "lastId",
9361
9375
  });
9362
9376
  });
9363
9377
  /** @internal */
9364
9378
  exports.GetAllPromptsResponseBody$outboundSchema = z.object({
9365
9379
  object: exports.GetAllPromptsObject$outboundSchema,
9366
9380
  data: z.array(z.union([
9367
- z.lazy(() => exports.Data1$outboundSchema),
9368
- z.lazy(() => exports.Data3$outboundSchema),
9369
- z.lazy(() => exports.Data2$outboundSchema),
9381
+ z.lazy(() => exports.GetAllPromptsData1$outboundSchema),
9382
+ z.lazy(() => exports.GetAllPromptsData3$outboundSchema),
9383
+ z.lazy(() => exports.GetAllPromptsData2$outboundSchema),
9370
9384
  ])),
9371
9385
  hasMore: z.boolean(),
9372
- firstId: z.nullable(z.string()),
9373
- lastId: z.nullable(z.string()),
9374
9386
  }).transform((v) => {
9375
9387
  return (0, primitives_js_1.remap)(v, {
9376
9388
  hasMore: "has_more",
9377
- firstId: "first_id",
9378
- lastId: "last_id",
9379
9389
  });
9380
9390
  });
9381
9391
  /**