@meetkai/mka1 0.54.24 → 0.54.26

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 (243) hide show
  1. package/README.md +302 -283
  2. package/bin/mcp-server.js +670 -11
  3. package/bin/mcp-server.js.map +24 -13
  4. package/dist/commonjs/funcs/authOrgsGetById.d.ts +19 -0
  5. package/dist/commonjs/funcs/authOrgsGetById.d.ts.map +1 -0
  6. package/dist/commonjs/funcs/authOrgsGetById.js +146 -0
  7. package/dist/commonjs/funcs/authOrgsGetById.js.map +1 -0
  8. package/dist/commonjs/funcs/authOrgsUpdate.d.ts +19 -0
  9. package/dist/commonjs/funcs/authOrgsUpdate.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/authOrgsUpdate.js +149 -0
  11. package/dist/commonjs/funcs/authOrgsUpdate.js.map +1 -0
  12. package/dist/commonjs/funcs/llmBatchesCreate.d.ts +1 -1
  13. package/dist/commonjs/funcs/llmBatchesCreate.js +1 -1
  14. package/dist/commonjs/lib/config.d.ts +2 -2
  15. package/dist/commonjs/lib/config.js +2 -2
  16. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  17. package/dist/commonjs/mcp-server/server.js +1 -1
  18. package/dist/commonjs/mcp-server/tools/llmBatchesCreate.js +1 -1
  19. package/dist/commonjs/mcp-server/tools/llmBatchesCreate.js.map +1 -1
  20. package/dist/commonjs/models/components/basicorganization.d.ts +41 -0
  21. package/dist/commonjs/models/components/basicorganization.d.ts.map +1 -0
  22. package/dist/commonjs/models/components/basicorganization.js +80 -0
  23. package/dist/commonjs/models/components/basicorganization.js.map +1 -0
  24. package/dist/commonjs/models/components/batchendpoint.d.ts +1 -0
  25. package/dist/commonjs/models/components/batchendpoint.d.ts.map +1 -1
  26. package/dist/commonjs/models/components/batchendpoint.js +1 -0
  27. package/dist/commonjs/models/components/batchendpoint.js.map +1 -1
  28. package/dist/commonjs/models/components/index.d.ts +7 -0
  29. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  30. package/dist/commonjs/models/components/index.js +7 -0
  31. package/dist/commonjs/models/components/index.js.map +1 -1
  32. package/dist/commonjs/models/components/organizationcodeconfig.d.ts +20 -0
  33. package/dist/commonjs/models/components/organizationcodeconfig.d.ts.map +1 -0
  34. package/dist/commonjs/models/components/organizationcodeconfig.js +58 -0
  35. package/dist/commonjs/models/components/organizationcodeconfig.js.map +1 -0
  36. package/dist/commonjs/models/components/organizationmetadata.d.ts +23 -0
  37. package/dist/commonjs/models/components/organizationmetadata.d.ts.map +1 -0
  38. package/dist/commonjs/models/components/organizationmetadata.js +69 -0
  39. package/dist/commonjs/models/components/organizationmetadata.js.map +1 -0
  40. package/dist/commonjs/models/components/organizationmetadataoutput.d.ts +23 -0
  41. package/dist/commonjs/models/components/organizationmetadataoutput.d.ts.map +1 -0
  42. package/dist/commonjs/models/components/organizationmetadataoutput.js +69 -0
  43. package/dist/commonjs/models/components/organizationmetadataoutput.js.map +1 -0
  44. package/dist/commonjs/models/components/schema0.d.ts +17 -0
  45. package/dist/commonjs/models/components/schema0.d.ts.map +1 -0
  46. package/dist/commonjs/models/components/schema0.js +66 -0
  47. package/dist/commonjs/models/components/schema0.js.map +1 -0
  48. package/dist/commonjs/models/components/schema1.d.ts +17 -0
  49. package/dist/commonjs/models/components/schema1.d.ts.map +1 -0
  50. package/dist/commonjs/models/components/schema1.js +66 -0
  51. package/dist/commonjs/models/components/schema1.js.map +1 -0
  52. package/dist/commonjs/models/components/updateorganizationbody.d.ts +18 -0
  53. package/dist/commonjs/models/components/updateorganizationbody.d.ts.map +1 -0
  54. package/dist/commonjs/models/components/updateorganizationbody.js +59 -0
  55. package/dist/commonjs/models/components/updateorganizationbody.js.map +1 -0
  56. package/dist/commonjs/models/errors/getjwtfromkey.d.ts +9 -9
  57. package/dist/commonjs/models/errors/getjwtfromkey.d.ts.map +1 -1
  58. package/dist/commonjs/models/errors/getjwtfromkey.js +11 -11
  59. package/dist/commonjs/models/errors/getjwtfromkey.js.map +1 -1
  60. package/dist/commonjs/models/errors/getorgbyid.d.ts +211 -0
  61. package/dist/commonjs/models/errors/getorgbyid.d.ts.map +1 -0
  62. package/dist/commonjs/models/errors/getorgbyid.js +298 -0
  63. package/dist/commonjs/models/errors/getorgbyid.js.map +1 -0
  64. package/dist/commonjs/models/errors/index.d.ts +2 -0
  65. package/dist/commonjs/models/errors/index.d.ts.map +1 -1
  66. package/dist/commonjs/models/errors/index.js +2 -0
  67. package/dist/commonjs/models/errors/index.js.map +1 -1
  68. package/dist/commonjs/models/errors/updateorganization.d.ts +257 -0
  69. package/dist/commonjs/models/errors/updateorganization.d.ts.map +1 -0
  70. package/dist/commonjs/models/errors/updateorganization.js +353 -0
  71. package/dist/commonjs/models/errors/updateorganization.js.map +1 -0
  72. package/dist/commonjs/models/operations/getorgbyid.d.ts +37 -0
  73. package/dist/commonjs/models/operations/getorgbyid.d.ts.map +1 -0
  74. package/dist/commonjs/models/operations/getorgbyid.js +87 -0
  75. package/dist/commonjs/models/operations/getorgbyid.js.map +1 -0
  76. package/dist/commonjs/models/operations/index.d.ts +2 -0
  77. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  78. package/dist/commonjs/models/operations/index.js +2 -0
  79. package/dist/commonjs/models/operations/index.js.map +1 -1
  80. package/dist/commonjs/models/operations/updateorganization.d.ts +40 -0
  81. package/dist/commonjs/models/operations/updateorganization.d.ts.map +1 -0
  82. package/dist/commonjs/models/operations/updateorganization.js +92 -0
  83. package/dist/commonjs/models/operations/updateorganization.js.map +1 -0
  84. package/dist/commonjs/react-query/authOrgsGetById.core.d.ts +15 -0
  85. package/dist/commonjs/react-query/authOrgsGetById.core.d.ts.map +1 -0
  86. package/dist/commonjs/react-query/authOrgsGetById.core.js +36 -0
  87. package/dist/commonjs/react-query/authOrgsGetById.core.js.map +1 -0
  88. package/dist/commonjs/react-query/authOrgsGetById.d.ts +39 -0
  89. package/dist/commonjs/react-query/authOrgsGetById.d.ts.map +1 -0
  90. package/dist/commonjs/react-query/authOrgsGetById.js +60 -0
  91. package/dist/commonjs/react-query/authOrgsGetById.js.map +1 -0
  92. package/dist/commonjs/react-query/authOrgsUpdate.d.ts +31 -0
  93. package/dist/commonjs/react-query/authOrgsUpdate.d.ts.map +1 -0
  94. package/dist/commonjs/react-query/authOrgsUpdate.js +47 -0
  95. package/dist/commonjs/react-query/authOrgsUpdate.js.map +1 -0
  96. package/dist/commonjs/react-query/index.d.ts +2 -0
  97. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  98. package/dist/commonjs/react-query/index.js +2 -0
  99. package/dist/commonjs/react-query/index.js.map +1 -1
  100. package/dist/commonjs/react-query/llmBatchesCreate.d.ts +1 -1
  101. package/dist/commonjs/react-query/llmBatchesCreate.js +1 -1
  102. package/dist/commonjs/sdk/batches.d.ts +1 -1
  103. package/dist/commonjs/sdk/batches.js +1 -1
  104. package/dist/commonjs/sdk/orgs.d.ts +15 -0
  105. package/dist/commonjs/sdk/orgs.d.ts.map +1 -1
  106. package/dist/commonjs/sdk/orgs.js +20 -0
  107. package/dist/commonjs/sdk/orgs.js.map +1 -1
  108. package/dist/esm/funcs/authOrgsGetById.d.ts +19 -0
  109. package/dist/esm/funcs/authOrgsGetById.d.ts.map +1 -0
  110. package/dist/esm/funcs/authOrgsGetById.js +110 -0
  111. package/dist/esm/funcs/authOrgsGetById.js.map +1 -0
  112. package/dist/esm/funcs/authOrgsUpdate.d.ts +19 -0
  113. package/dist/esm/funcs/authOrgsUpdate.d.ts.map +1 -0
  114. package/dist/esm/funcs/authOrgsUpdate.js +113 -0
  115. package/dist/esm/funcs/authOrgsUpdate.js.map +1 -0
  116. package/dist/esm/funcs/llmBatchesCreate.d.ts +1 -1
  117. package/dist/esm/funcs/llmBatchesCreate.js +1 -1
  118. package/dist/esm/lib/config.d.ts +2 -2
  119. package/dist/esm/lib/config.js +2 -2
  120. package/dist/esm/mcp-server/mcp-server.js +1 -1
  121. package/dist/esm/mcp-server/server.js +1 -1
  122. package/dist/esm/mcp-server/tools/llmBatchesCreate.js +1 -1
  123. package/dist/esm/mcp-server/tools/llmBatchesCreate.js.map +1 -1
  124. package/dist/esm/models/components/basicorganization.d.ts +41 -0
  125. package/dist/esm/models/components/basicorganization.d.ts.map +1 -0
  126. package/dist/esm/models/components/basicorganization.js +42 -0
  127. package/dist/esm/models/components/basicorganization.js.map +1 -0
  128. package/dist/esm/models/components/batchendpoint.d.ts +1 -0
  129. package/dist/esm/models/components/batchendpoint.d.ts.map +1 -1
  130. package/dist/esm/models/components/batchendpoint.js +1 -0
  131. package/dist/esm/models/components/batchendpoint.js.map +1 -1
  132. package/dist/esm/models/components/index.d.ts +7 -0
  133. package/dist/esm/models/components/index.d.ts.map +1 -1
  134. package/dist/esm/models/components/index.js +7 -0
  135. package/dist/esm/models/components/index.js.map +1 -1
  136. package/dist/esm/models/components/organizationcodeconfig.d.ts +20 -0
  137. package/dist/esm/models/components/organizationcodeconfig.d.ts.map +1 -0
  138. package/dist/esm/models/components/organizationcodeconfig.js +20 -0
  139. package/dist/esm/models/components/organizationcodeconfig.js.map +1 -0
  140. package/dist/esm/models/components/organizationmetadata.d.ts +23 -0
  141. package/dist/esm/models/components/organizationmetadata.d.ts.map +1 -0
  142. package/dist/esm/models/components/organizationmetadata.js +31 -0
  143. package/dist/esm/models/components/organizationmetadata.js.map +1 -0
  144. package/dist/esm/models/components/organizationmetadataoutput.d.ts +23 -0
  145. package/dist/esm/models/components/organizationmetadataoutput.d.ts.map +1 -0
  146. package/dist/esm/models/components/organizationmetadataoutput.js +31 -0
  147. package/dist/esm/models/components/organizationmetadataoutput.js.map +1 -0
  148. package/dist/esm/models/components/schema0.d.ts +17 -0
  149. package/dist/esm/models/components/schema0.d.ts.map +1 -0
  150. package/dist/esm/models/components/schema0.js +28 -0
  151. package/dist/esm/models/components/schema0.js.map +1 -0
  152. package/dist/esm/models/components/schema1.d.ts +17 -0
  153. package/dist/esm/models/components/schema1.d.ts.map +1 -0
  154. package/dist/esm/models/components/schema1.js +28 -0
  155. package/dist/esm/models/components/schema1.js.map +1 -0
  156. package/dist/esm/models/components/updateorganizationbody.d.ts +18 -0
  157. package/dist/esm/models/components/updateorganizationbody.d.ts.map +1 -0
  158. package/dist/esm/models/components/updateorganizationbody.js +21 -0
  159. package/dist/esm/models/components/updateorganizationbody.js.map +1 -0
  160. package/dist/esm/models/errors/getjwtfromkey.d.ts +9 -9
  161. package/dist/esm/models/errors/getjwtfromkey.d.ts.map +1 -1
  162. package/dist/esm/models/errors/getjwtfromkey.js +8 -8
  163. package/dist/esm/models/errors/getjwtfromkey.js.map +1 -1
  164. package/dist/esm/models/errors/getorgbyid.d.ts +211 -0
  165. package/dist/esm/models/errors/getorgbyid.d.ts.map +1 -0
  166. package/dist/esm/models/errors/getorgbyid.js +254 -0
  167. package/dist/esm/models/errors/getorgbyid.js.map +1 -0
  168. package/dist/esm/models/errors/index.d.ts +2 -0
  169. package/dist/esm/models/errors/index.d.ts.map +1 -1
  170. package/dist/esm/models/errors/index.js +2 -0
  171. package/dist/esm/models/errors/index.js.map +1 -1
  172. package/dist/esm/models/errors/updateorganization.d.ts +257 -0
  173. package/dist/esm/models/errors/updateorganization.d.ts.map +1 -0
  174. package/dist/esm/models/errors/updateorganization.js +306 -0
  175. package/dist/esm/models/errors/updateorganization.js.map +1 -0
  176. package/dist/esm/models/operations/getorgbyid.d.ts +37 -0
  177. package/dist/esm/models/operations/getorgbyid.d.ts.map +1 -0
  178. package/dist/esm/models/operations/getorgbyid.js +47 -0
  179. package/dist/esm/models/operations/getorgbyid.js.map +1 -0
  180. package/dist/esm/models/operations/index.d.ts +2 -0
  181. package/dist/esm/models/operations/index.d.ts.map +1 -1
  182. package/dist/esm/models/operations/index.js +2 -0
  183. package/dist/esm/models/operations/index.js.map +1 -1
  184. package/dist/esm/models/operations/updateorganization.d.ts +40 -0
  185. package/dist/esm/models/operations/updateorganization.d.ts.map +1 -0
  186. package/dist/esm/models/operations/updateorganization.js +52 -0
  187. package/dist/esm/models/operations/updateorganization.js.map +1 -0
  188. package/dist/esm/react-query/authOrgsGetById.core.d.ts +15 -0
  189. package/dist/esm/react-query/authOrgsGetById.core.d.ts.map +1 -0
  190. package/dist/esm/react-query/authOrgsGetById.core.js +31 -0
  191. package/dist/esm/react-query/authOrgsGetById.core.js.map +1 -0
  192. package/dist/esm/react-query/authOrgsGetById.d.ts +39 -0
  193. package/dist/esm/react-query/authOrgsGetById.d.ts.map +1 -0
  194. package/dist/esm/react-query/authOrgsGetById.js +50 -0
  195. package/dist/esm/react-query/authOrgsGetById.js.map +1 -0
  196. package/dist/esm/react-query/authOrgsUpdate.d.ts +31 -0
  197. package/dist/esm/react-query/authOrgsUpdate.d.ts.map +1 -0
  198. package/dist/esm/react-query/authOrgsUpdate.js +42 -0
  199. package/dist/esm/react-query/authOrgsUpdate.js.map +1 -0
  200. package/dist/esm/react-query/index.d.ts +2 -0
  201. package/dist/esm/react-query/index.d.ts.map +1 -1
  202. package/dist/esm/react-query/index.js +2 -0
  203. package/dist/esm/react-query/index.js.map +1 -1
  204. package/dist/esm/react-query/llmBatchesCreate.d.ts +1 -1
  205. package/dist/esm/react-query/llmBatchesCreate.js +1 -1
  206. package/dist/esm/sdk/batches.d.ts +1 -1
  207. package/dist/esm/sdk/batches.js +1 -1
  208. package/dist/esm/sdk/orgs.d.ts +15 -0
  209. package/dist/esm/sdk/orgs.d.ts.map +1 -1
  210. package/dist/esm/sdk/orgs.js +20 -0
  211. package/dist/esm/sdk/orgs.js.map +1 -1
  212. package/jsr.json +1 -1
  213. package/package.json +1 -1
  214. package/src/funcs/authOrgsGetById.ts +251 -0
  215. package/src/funcs/authOrgsUpdate.ts +264 -0
  216. package/src/funcs/llmBatchesCreate.ts +1 -1
  217. package/src/lib/config.ts +2 -2
  218. package/src/mcp-server/mcp-server.ts +1 -1
  219. package/src/mcp-server/server.ts +1 -1
  220. package/src/mcp-server/tools/llmBatchesCreate.ts +1 -1
  221. package/src/models/components/basicorganization.ts +100 -0
  222. package/src/models/components/batchendpoint.ts +1 -0
  223. package/src/models/components/index.ts +7 -0
  224. package/src/models/components/organizationcodeconfig.ts +54 -0
  225. package/src/models/components/organizationmetadata.ts +80 -0
  226. package/src/models/components/organizationmetadataoutput.ts +80 -0
  227. package/src/models/components/schema0.ts +55 -0
  228. package/src/models/components/schema1.ts +55 -0
  229. package/src/models/components/updateorganizationbody.ts +57 -0
  230. package/src/models/errors/getjwtfromkey.ts +28 -21
  231. package/src/models/errors/getorgbyid.ts +499 -0
  232. package/src/models/errors/index.ts +2 -0
  233. package/src/models/errors/updateorganization.ts +631 -0
  234. package/src/models/operations/getorgbyid.ts +114 -0
  235. package/src/models/operations/index.ts +2 -0
  236. package/src/models/operations/updateorganization.ts +121 -0
  237. package/src/react-query/authOrgsGetById.core.ts +78 -0
  238. package/src/react-query/authOrgsGetById.ts +148 -0
  239. package/src/react-query/authOrgsUpdate.ts +122 -0
  240. package/src/react-query/index.ts +2 -0
  241. package/src/react-query/llmBatchesCreate.ts +1 -1
  242. package/src/sdk/batches.ts +1 -1
  243. package/src/sdk/orgs.ts +41 -0
package/bin/mcp-server.js CHANGED
@@ -52917,9 +52917,9 @@ var init_config = __esm(() => {
52917
52917
  SDK_METADATA = {
52918
52918
  language: "typescript",
52919
52919
  openapiDocVersion: "1.1.0",
52920
- sdkVersion: "0.54.24",
52920
+ sdkVersion: "0.54.26",
52921
52921
  genVersion: "2.935.1",
52922
- userAgent: "speakeasy-sdk/typescript 0.54.24 2.935.1 1.1.0 @meetkai/mka1"
52922
+ userAgent: "speakeasy-sdk/typescript 0.54.26 2.935.1 1.1.0 @meetkai/mka1"
52923
52923
  };
52924
52924
  });
52925
52925
 
@@ -57027,12 +57027,101 @@ var init_banwordsguardrail = __esm(() => {
57027
57027
  });
57028
57028
  });
57029
57029
 
57030
+ // src/models/components/organizationcodeconfig.ts
57031
+ var OrganizationCodeConfig$inboundSchema, OrganizationCodeConfig$outboundSchema;
57032
+ var init_organizationcodeconfig = __esm(() => {
57033
+ init_esm();
57034
+ OrganizationCodeConfig$inboundSchema = objectType({
57035
+ releaseManifestUrl: stringType()
57036
+ });
57037
+ OrganizationCodeConfig$outboundSchema = objectType({
57038
+ releaseManifestUrl: stringType()
57039
+ });
57040
+ });
57041
+
57042
+ // src/models/components/schema1.ts
57043
+ var Schema1$inboundSchema, Schema1$outboundSchema;
57044
+ var init_schema1 = __esm(() => {
57045
+ init_esm();
57046
+ Schema1$inboundSchema = unionType([
57047
+ stringType(),
57048
+ numberType(),
57049
+ booleanType(),
57050
+ arrayType(nullableType(lazyType(() => Schema1$inboundSchema))),
57051
+ recordType(nullableType(lazyType(() => Schema1$inboundSchema)))
57052
+ ]);
57053
+ Schema1$outboundSchema = unionType([
57054
+ stringType(),
57055
+ numberType(),
57056
+ booleanType(),
57057
+ arrayType(nullableType(lazyType(() => Schema1$outboundSchema))),
57058
+ recordType(nullableType(lazyType(() => Schema1$outboundSchema)))
57059
+ ]);
57060
+ });
57061
+
57062
+ // src/models/components/organizationmetadataoutput.ts
57063
+ var OrganizationMetadataOutput$inboundSchema, OrganizationMetadataOutput$outboundSchema;
57064
+ var init_organizationmetadataoutput = __esm(() => {
57065
+ init_esm();
57066
+ init_primitives();
57067
+ init_schemas4();
57068
+ init_organizationcodeconfig();
57069
+ init_schema1();
57070
+ OrganizationMetadataOutput$inboundSchema = collectExtraKeys(objectType({
57071
+ codeConfig: nullableType(OrganizationCodeConfig$inboundSchema).optional()
57072
+ }).catchall(Schema1$inboundSchema), "additionalProperties", true);
57073
+ OrganizationMetadataOutput$outboundSchema = objectType({
57074
+ codeConfig: nullableType(OrganizationCodeConfig$outboundSchema).optional(),
57075
+ additionalProperties: recordType(nullableType(Schema1$outboundSchema)).optional()
57076
+ }).transform((v2) => {
57077
+ return {
57078
+ ...v2.additionalProperties,
57079
+ ...remap(v2, {
57080
+ additionalProperties: null
57081
+ })
57082
+ };
57083
+ });
57084
+ });
57085
+
57086
+ // src/models/components/basicorganization.ts
57087
+ var BasicOrganizationStatus, BasicOrganizationStatus$inboundSchema, BasicOrganizationStatus$outboundSchema, BasicOrganization$inboundSchema, BasicOrganization$outboundSchema;
57088
+ var init_basicorganization = __esm(() => {
57089
+ init_esm();
57090
+ init_organizationmetadataoutput();
57091
+ BasicOrganizationStatus = {
57092
+ Active: "active",
57093
+ Suspended: "suspended",
57094
+ Deleted: "deleted"
57095
+ };
57096
+ BasicOrganizationStatus$inboundSchema = nativeEnumType(BasicOrganizationStatus);
57097
+ BasicOrganizationStatus$outboundSchema = BasicOrganizationStatus$inboundSchema;
57098
+ BasicOrganization$inboundSchema = objectType({
57099
+ id: stringType(),
57100
+ name: stringType(),
57101
+ slug: stringType(),
57102
+ logo: nullableType(stringType()),
57103
+ createdAt: stringType(),
57104
+ status: BasicOrganizationStatus$inboundSchema,
57105
+ metadata: nullableType(OrganizationMetadataOutput$inboundSchema)
57106
+ });
57107
+ BasicOrganization$outboundSchema = objectType({
57108
+ id: stringType(),
57109
+ name: stringType(),
57110
+ slug: stringType(),
57111
+ logo: nullableType(stringType()),
57112
+ createdAt: stringType(),
57113
+ status: BasicOrganizationStatus$outboundSchema,
57114
+ metadata: nullableType(OrganizationMetadataOutput$outboundSchema)
57115
+ });
57116
+ });
57117
+
57030
57118
  // src/models/components/batchendpoint.ts
57031
57119
  var BatchEndpoint, BatchEndpoint$inboundSchema, BatchEndpoint$outboundSchema;
57032
57120
  var init_batchendpoint = __esm(() => {
57033
57121
  init_esm();
57034
57122
  BatchEndpoint = {
57035
57123
  RootV1ChatCompletions: "/v1/chat/completions",
57124
+ RootV1Responses: "/v1/responses",
57036
57125
  RootV1Embeddings: "/v1/embeddings",
57037
57126
  RootV1ImagesGenerations: "/v1/images/generations"
57038
57127
  };
@@ -72741,6 +72830,50 @@ var init_openaichatcompletionrequestparams = __esm(() => {
72741
72830
  });
72742
72831
  });
72743
72832
 
72833
+ // src/models/components/schema0.ts
72834
+ var Schema0$inboundSchema, Schema0$outboundSchema;
72835
+ var init_schema0 = __esm(() => {
72836
+ init_esm();
72837
+ Schema0$inboundSchema = unionType([
72838
+ stringType(),
72839
+ numberType(),
72840
+ booleanType(),
72841
+ arrayType(nullableType(lazyType(() => Schema0$inboundSchema))),
72842
+ recordType(nullableType(lazyType(() => Schema0$inboundSchema)))
72843
+ ]);
72844
+ Schema0$outboundSchema = unionType([
72845
+ stringType(),
72846
+ numberType(),
72847
+ booleanType(),
72848
+ arrayType(nullableType(lazyType(() => Schema0$outboundSchema))),
72849
+ recordType(nullableType(lazyType(() => Schema0$outboundSchema)))
72850
+ ]);
72851
+ });
72852
+
72853
+ // src/models/components/organizationmetadata.ts
72854
+ var OrganizationMetadata$inboundSchema, OrganizationMetadata$outboundSchema;
72855
+ var init_organizationmetadata = __esm(() => {
72856
+ init_esm();
72857
+ init_primitives();
72858
+ init_schemas4();
72859
+ init_organizationcodeconfig();
72860
+ init_schema0();
72861
+ OrganizationMetadata$inboundSchema = collectExtraKeys(objectType({
72862
+ codeConfig: nullableType(OrganizationCodeConfig$inboundSchema).optional()
72863
+ }).catchall(Schema0$inboundSchema), "additionalProperties", true);
72864
+ OrganizationMetadata$outboundSchema = objectType({
72865
+ codeConfig: nullableType(OrganizationCodeConfig$outboundSchema).optional(),
72866
+ additionalProperties: recordType(nullableType(Schema0$outboundSchema)).optional()
72867
+ }).transform((v2) => {
72868
+ return {
72869
+ ...v2.additionalProperties,
72870
+ ...remap(v2, {
72871
+ additionalProperties: null
72872
+ })
72873
+ };
72874
+ });
72875
+ });
72876
+
72744
72877
  // src/models/components/outputaudioitemwithid.ts
72745
72878
  var OutputAudioItemWithIdStatus, OutputAudioItemWithIdStatus$inboundSchema, OutputAudioItemWithIdStatus$outboundSchema, OutputAudioItemWithId$inboundSchema, OutputAudioItemWithId$outboundSchema;
72746
72879
  var init_outputaudioitemwithid = __esm(() => {
@@ -78945,6 +79078,19 @@ var init_updatememorystorerequest = __esm(() => {
78945
79078
  });
78946
79079
  });
78947
79080
 
79081
+ // src/models/components/updateorganizationbody.ts
79082
+ var UpdateOrganizationBody$inboundSchema, UpdateOrganizationBody$outboundSchema;
79083
+ var init_updateorganizationbody = __esm(() => {
79084
+ init_esm();
79085
+ init_organizationmetadata();
79086
+ UpdateOrganizationBody$inboundSchema = objectType({
79087
+ metadata: OrganizationMetadata$inboundSchema
79088
+ });
79089
+ UpdateOrganizationBody$outboundSchema = objectType({
79090
+ metadata: OrganizationMetadata$outboundSchema
79091
+ });
79092
+ });
79093
+
78948
79094
  // src/models/components/updateresponserequest.ts
78949
79095
  var UpdateResponseRequest$inboundSchema, UpdateResponseRequest$outboundSchema;
78950
79096
  var init_updateresponserequest = __esm(() => {
@@ -79732,6 +79878,7 @@ var init_components = __esm(() => {
79732
79878
  init_balancedorgautomodel();
79733
79879
  init_banwordsconfig();
79734
79880
  init_banwordsguardrail();
79881
+ init_basicorganization();
79735
79882
  init_batchendpoint();
79736
79883
  init_batcherrordata();
79737
79884
  init_batcherrors();
@@ -80102,6 +80249,9 @@ var init_components = __esm(() => {
80102
80249
  init_openairequestmessage();
80103
80250
  init_openaitooldefinition();
80104
80251
  init_openpageaction();
80252
+ init_organizationcodeconfig();
80253
+ init_organizationmetadata();
80254
+ init_organizationmetadataoutput();
80105
80255
  init_orgautomodel();
80106
80256
  init_otherchunkingstrategy();
80107
80257
  init_outputaudioitem();
@@ -80231,6 +80381,8 @@ var init_components = __esm(() => {
80231
80381
  init_sandboxusagepage();
80232
80382
  init_sandboxusageresult();
80233
80383
  init_saveenvironmentrequest();
80384
+ init_schema0();
80385
+ init_schema1();
80234
80386
  init_schemacreateresponse();
80235
80387
  init_schemadeleteresponse();
80236
80388
  init_schemagetresponse();
@@ -80308,6 +80460,7 @@ var init_components = __esm(() => {
80308
80460
  init_updatemcpserverrequest();
80309
80461
  init_updatememoryentryrequest();
80310
80462
  init_updatememorystorerequest();
80463
+ init_updateorganizationbody();
80311
80464
  init_updatepromptresponse();
80312
80465
  init_updateresponserequest();
80313
80466
  init_updatevectorstorefileattributesrequest();
@@ -83015,7 +83168,7 @@ var init_getfilecontent = __esm(() => {
83015
83168
  });
83016
83169
 
83017
83170
  // src/models/errors/getjwtfromkey.ts
83018
- var GetJwtFromKeyAuthApiKeyResponseResponseBody, GetJwtFromKeyAuthApiKeyResponseBody, GetJwtFromKeyResponseBody, GetJwtFromKeyAuthApiKeyResponseResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseResponseBody$outboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$outboundSchema, Details$inboundSchema, Details$outboundSchema, GetJwtFromKeyResponseBody$inboundSchema, GetJwtFromKeyResponseBody$outboundSchema;
83171
+ var GetJwtFromKeyAuthApiKeyResponseResponseBody, GetJwtFromKeyAuthApiKeyResponseBody, GetJwtFromKeyResponseBody, GetJwtFromKeyAuthApiKeyResponseResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseResponseBody$outboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$outboundSchema, GetJwtFromKeyDetails$inboundSchema, GetJwtFromKeyDetails$outboundSchema, GetJwtFromKeyResponseBody$inboundSchema, GetJwtFromKeyResponseBody$outboundSchema;
83019
83172
  var init_getjwtfromkey = __esm(() => {
83020
83173
  init_esm();
83021
83174
  init_sdkerror();
@@ -83078,17 +83231,17 @@ var init_getjwtfromkey = __esm(() => {
83078
83231
  GetJwtFromKeyAuthApiKeyResponseBody$outboundSchema = instanceOfType(GetJwtFromKeyAuthApiKeyResponseBody).transform((v2) => v2.data$).pipe(objectType({
83079
83232
  message: stringType()
83080
83233
  }));
83081
- Details$inboundSchema = objectType({
83234
+ GetJwtFromKeyDetails$inboundSchema = objectType({
83082
83235
  path: stringType(),
83083
83236
  message: stringType()
83084
83237
  });
83085
- Details$outboundSchema = objectType({
83238
+ GetJwtFromKeyDetails$outboundSchema = objectType({
83086
83239
  path: stringType(),
83087
83240
  message: stringType()
83088
83241
  });
83089
83242
  GetJwtFromKeyResponseBody$inboundSchema = objectType({
83090
83243
  message: stringType(),
83091
- details: arrayType(lazyType(() => Details$inboundSchema)),
83244
+ details: arrayType(lazyType(() => GetJwtFromKeyDetails$inboundSchema)),
83092
83245
  request$: instanceOfType(Request),
83093
83246
  response$: instanceOfType(Response),
83094
83247
  body$: stringType()
@@ -83101,7 +83254,206 @@ var init_getjwtfromkey = __esm(() => {
83101
83254
  });
83102
83255
  GetJwtFromKeyResponseBody$outboundSchema = instanceOfType(GetJwtFromKeyResponseBody).transform((v2) => v2.data$).pipe(objectType({
83103
83256
  message: stringType(),
83104
- details: arrayType(lazyType(() => Details$outboundSchema))
83257
+ details: arrayType(lazyType(() => GetJwtFromKeyDetails$outboundSchema))
83258
+ }));
83259
+ });
83260
+
83261
+ // src/models/errors/getorgbyid.ts
83262
+ var GetOrgByIdAuthOrgsResponse500ResponseBody, GetOrgByIdAuthOrgsResponse429ResponseBody, GetOrgByIdAuthOrgsResponse410ResponseBody, GetOrgByIdAuthOrgsResponse409ResponseBody, GetOrgByIdAuthOrgsResponse404ResponseBody, GetOrgByIdAuthOrgsResponseResponseBody, GetOrgByIdAuthOrgsResponseBody, GetOrgByIdResponseBody, GetOrgByIdAuthOrgsResponse500ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse500ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse429ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse429ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse410ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse410ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse409ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse409ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse404ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse404ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponseResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponseResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponseBody$outboundSchema, GetOrgByIdResponseBody$inboundSchema, GetOrgByIdResponseBody$outboundSchema;
83263
+ var init_getorgbyid = __esm(() => {
83264
+ init_esm();
83265
+ init_sdkerror();
83266
+ GetOrgByIdAuthOrgsResponse500ResponseBody = class GetOrgByIdAuthOrgsResponse500ResponseBody extends SDKError {
83267
+ data$;
83268
+ constructor(err, httpMeta) {
83269
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83270
+ super(message, httpMeta);
83271
+ this.data$ = err;
83272
+ this.name = "GetOrgByIdAuthOrgsResponse500ResponseBody";
83273
+ }
83274
+ };
83275
+ GetOrgByIdAuthOrgsResponse429ResponseBody = class GetOrgByIdAuthOrgsResponse429ResponseBody extends SDKError {
83276
+ data$;
83277
+ constructor(err, httpMeta) {
83278
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83279
+ super(message, httpMeta);
83280
+ this.data$ = err;
83281
+ this.name = "GetOrgByIdAuthOrgsResponse429ResponseBody";
83282
+ }
83283
+ };
83284
+ GetOrgByIdAuthOrgsResponse410ResponseBody = class GetOrgByIdAuthOrgsResponse410ResponseBody extends SDKError {
83285
+ data$;
83286
+ constructor(err, httpMeta) {
83287
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83288
+ super(message, httpMeta);
83289
+ this.data$ = err;
83290
+ this.name = "GetOrgByIdAuthOrgsResponse410ResponseBody";
83291
+ }
83292
+ };
83293
+ GetOrgByIdAuthOrgsResponse409ResponseBody = class GetOrgByIdAuthOrgsResponse409ResponseBody extends SDKError {
83294
+ data$;
83295
+ constructor(err, httpMeta) {
83296
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83297
+ super(message, httpMeta);
83298
+ this.data$ = err;
83299
+ this.name = "GetOrgByIdAuthOrgsResponse409ResponseBody";
83300
+ }
83301
+ };
83302
+ GetOrgByIdAuthOrgsResponse404ResponseBody = class GetOrgByIdAuthOrgsResponse404ResponseBody extends SDKError {
83303
+ data$;
83304
+ constructor(err, httpMeta) {
83305
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83306
+ super(message, httpMeta);
83307
+ this.data$ = err;
83308
+ this.name = "GetOrgByIdAuthOrgsResponse404ResponseBody";
83309
+ }
83310
+ };
83311
+ GetOrgByIdAuthOrgsResponseResponseBody = class GetOrgByIdAuthOrgsResponseResponseBody extends SDKError {
83312
+ data$;
83313
+ constructor(err, httpMeta) {
83314
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83315
+ super(message, httpMeta);
83316
+ this.data$ = err;
83317
+ this.name = "GetOrgByIdAuthOrgsResponseResponseBody";
83318
+ }
83319
+ };
83320
+ GetOrgByIdAuthOrgsResponseBody = class GetOrgByIdAuthOrgsResponseBody extends SDKError {
83321
+ data$;
83322
+ constructor(err, httpMeta) {
83323
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83324
+ super(message, httpMeta);
83325
+ this.data$ = err;
83326
+ this.name = "GetOrgByIdAuthOrgsResponseBody";
83327
+ }
83328
+ };
83329
+ GetOrgByIdResponseBody = class GetOrgByIdResponseBody extends SDKError {
83330
+ data$;
83331
+ constructor(err, httpMeta) {
83332
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
83333
+ super(message, httpMeta);
83334
+ this.data$ = err;
83335
+ this.name = "GetOrgByIdResponseBody";
83336
+ }
83337
+ };
83338
+ GetOrgByIdAuthOrgsResponse500ResponseBody$inboundSchema = objectType({
83339
+ message: stringType(),
83340
+ request$: instanceOfType(Request),
83341
+ response$: instanceOfType(Response),
83342
+ body$: stringType()
83343
+ }).transform((v2) => {
83344
+ return new GetOrgByIdAuthOrgsResponse500ResponseBody(v2, {
83345
+ request: v2.request$,
83346
+ response: v2.response$,
83347
+ body: v2.body$
83348
+ });
83349
+ });
83350
+ GetOrgByIdAuthOrgsResponse500ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse500ResponseBody).transform((v2) => v2.data$).pipe(objectType({
83351
+ message: stringType()
83352
+ }));
83353
+ GetOrgByIdAuthOrgsResponse429ResponseBody$inboundSchema = objectType({
83354
+ message: stringType(),
83355
+ request$: instanceOfType(Request),
83356
+ response$: instanceOfType(Response),
83357
+ body$: stringType()
83358
+ }).transform((v2) => {
83359
+ return new GetOrgByIdAuthOrgsResponse429ResponseBody(v2, {
83360
+ request: v2.request$,
83361
+ response: v2.response$,
83362
+ body: v2.body$
83363
+ });
83364
+ });
83365
+ GetOrgByIdAuthOrgsResponse429ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse429ResponseBody).transform((v2) => v2.data$).pipe(objectType({
83366
+ message: stringType()
83367
+ }));
83368
+ GetOrgByIdAuthOrgsResponse410ResponseBody$inboundSchema = objectType({
83369
+ message: stringType(),
83370
+ request$: instanceOfType(Request),
83371
+ response$: instanceOfType(Response),
83372
+ body$: stringType()
83373
+ }).transform((v2) => {
83374
+ return new GetOrgByIdAuthOrgsResponse410ResponseBody(v2, {
83375
+ request: v2.request$,
83376
+ response: v2.response$,
83377
+ body: v2.body$
83378
+ });
83379
+ });
83380
+ GetOrgByIdAuthOrgsResponse410ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse410ResponseBody).transform((v2) => v2.data$).pipe(objectType({
83381
+ message: stringType()
83382
+ }));
83383
+ GetOrgByIdAuthOrgsResponse409ResponseBody$inboundSchema = objectType({
83384
+ message: stringType(),
83385
+ request$: instanceOfType(Request),
83386
+ response$: instanceOfType(Response),
83387
+ body$: stringType()
83388
+ }).transform((v2) => {
83389
+ return new GetOrgByIdAuthOrgsResponse409ResponseBody(v2, {
83390
+ request: v2.request$,
83391
+ response: v2.response$,
83392
+ body: v2.body$
83393
+ });
83394
+ });
83395
+ GetOrgByIdAuthOrgsResponse409ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse409ResponseBody).transform((v2) => v2.data$).pipe(objectType({
83396
+ message: stringType()
83397
+ }));
83398
+ GetOrgByIdAuthOrgsResponse404ResponseBody$inboundSchema = objectType({
83399
+ message: stringType(),
83400
+ request$: instanceOfType(Request),
83401
+ response$: instanceOfType(Response),
83402
+ body$: stringType()
83403
+ }).transform((v2) => {
83404
+ return new GetOrgByIdAuthOrgsResponse404ResponseBody(v2, {
83405
+ request: v2.request$,
83406
+ response: v2.response$,
83407
+ body: v2.body$
83408
+ });
83409
+ });
83410
+ GetOrgByIdAuthOrgsResponse404ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse404ResponseBody).transform((v2) => v2.data$).pipe(objectType({
83411
+ message: stringType()
83412
+ }));
83413
+ GetOrgByIdAuthOrgsResponseResponseBody$inboundSchema = objectType({
83414
+ message: stringType(),
83415
+ request$: instanceOfType(Request),
83416
+ response$: instanceOfType(Response),
83417
+ body$: stringType()
83418
+ }).transform((v2) => {
83419
+ return new GetOrgByIdAuthOrgsResponseResponseBody(v2, {
83420
+ request: v2.request$,
83421
+ response: v2.response$,
83422
+ body: v2.body$
83423
+ });
83424
+ });
83425
+ GetOrgByIdAuthOrgsResponseResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponseResponseBody).transform((v2) => v2.data$).pipe(objectType({
83426
+ message: stringType()
83427
+ }));
83428
+ GetOrgByIdAuthOrgsResponseBody$inboundSchema = objectType({
83429
+ message: stringType(),
83430
+ request$: instanceOfType(Request),
83431
+ response$: instanceOfType(Response),
83432
+ body$: stringType()
83433
+ }).transform((v2) => {
83434
+ return new GetOrgByIdAuthOrgsResponseBody(v2, {
83435
+ request: v2.request$,
83436
+ response: v2.response$,
83437
+ body: v2.body$
83438
+ });
83439
+ });
83440
+ GetOrgByIdAuthOrgsResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponseBody).transform((v2) => v2.data$).pipe(objectType({
83441
+ message: stringType()
83442
+ }));
83443
+ GetOrgByIdResponseBody$inboundSchema = objectType({
83444
+ message: stringType(),
83445
+ request$: instanceOfType(Request),
83446
+ response$: instanceOfType(Response),
83447
+ body$: stringType()
83448
+ }).transform((v2) => {
83449
+ return new GetOrgByIdResponseBody(v2, {
83450
+ request: v2.request$,
83451
+ response: v2.response$,
83452
+ body: v2.body$
83453
+ });
83454
+ });
83455
+ GetOrgByIdResponseBody$outboundSchema = instanceOfType(GetOrgByIdResponseBody).transform((v2) => v2.data$).pipe(objectType({
83456
+ message: stringType()
83105
83457
  }));
83106
83458
  });
83107
83459
 
@@ -86434,6 +86786,242 @@ var init_updateclusterinvite = __esm(() => {
86434
86786
  }));
86435
86787
  });
86436
86788
 
86789
+ // src/models/errors/updateorganization.ts
86790
+ var UpdateOrganizationAuthOrgsResponse500ResponseBody, UpdateOrganizationAuthOrgsResponse429ResponseBody, UpdateOrganizationAuthOrgsResponse413ResponseBody, UpdateOrganizationAuthOrgsResponse410ResponseBody, UpdateOrganizationAuthOrgsResponse409ResponseBody, UpdateOrganizationAuthOrgsResponse404ResponseBody, UpdateOrganizationAuthOrgsResponseResponseBody, UpdateOrganizationAuthOrgsResponseBody, UpdateOrganizationResponseBody, UpdateOrganizationAuthOrgsResponse500ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse500ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse429ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse429ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse413ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse413ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse410ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse410ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse409ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse409ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse404ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse404ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponseResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponseResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponseBody$outboundSchema, Details$inboundSchema, Details$outboundSchema, UpdateOrganizationResponseBody$inboundSchema, UpdateOrganizationResponseBody$outboundSchema;
86791
+ var init_updateorganization = __esm(() => {
86792
+ init_esm();
86793
+ init_sdkerror();
86794
+ UpdateOrganizationAuthOrgsResponse500ResponseBody = class UpdateOrganizationAuthOrgsResponse500ResponseBody extends SDKError {
86795
+ data$;
86796
+ constructor(err, httpMeta) {
86797
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86798
+ super(message, httpMeta);
86799
+ this.data$ = err;
86800
+ this.name = "UpdateOrganizationAuthOrgsResponse500ResponseBody";
86801
+ }
86802
+ };
86803
+ UpdateOrganizationAuthOrgsResponse429ResponseBody = class UpdateOrganizationAuthOrgsResponse429ResponseBody extends SDKError {
86804
+ data$;
86805
+ constructor(err, httpMeta) {
86806
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86807
+ super(message, httpMeta);
86808
+ this.data$ = err;
86809
+ this.name = "UpdateOrganizationAuthOrgsResponse429ResponseBody";
86810
+ }
86811
+ };
86812
+ UpdateOrganizationAuthOrgsResponse413ResponseBody = class UpdateOrganizationAuthOrgsResponse413ResponseBody extends SDKError {
86813
+ data$;
86814
+ constructor(err, httpMeta) {
86815
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86816
+ super(message, httpMeta);
86817
+ this.data$ = err;
86818
+ this.name = "UpdateOrganizationAuthOrgsResponse413ResponseBody";
86819
+ }
86820
+ };
86821
+ UpdateOrganizationAuthOrgsResponse410ResponseBody = class UpdateOrganizationAuthOrgsResponse410ResponseBody extends SDKError {
86822
+ data$;
86823
+ constructor(err, httpMeta) {
86824
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86825
+ super(message, httpMeta);
86826
+ this.data$ = err;
86827
+ this.name = "UpdateOrganizationAuthOrgsResponse410ResponseBody";
86828
+ }
86829
+ };
86830
+ UpdateOrganizationAuthOrgsResponse409ResponseBody = class UpdateOrganizationAuthOrgsResponse409ResponseBody extends SDKError {
86831
+ data$;
86832
+ constructor(err, httpMeta) {
86833
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86834
+ super(message, httpMeta);
86835
+ this.data$ = err;
86836
+ this.name = "UpdateOrganizationAuthOrgsResponse409ResponseBody";
86837
+ }
86838
+ };
86839
+ UpdateOrganizationAuthOrgsResponse404ResponseBody = class UpdateOrganizationAuthOrgsResponse404ResponseBody extends SDKError {
86840
+ data$;
86841
+ constructor(err, httpMeta) {
86842
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86843
+ super(message, httpMeta);
86844
+ this.data$ = err;
86845
+ this.name = "UpdateOrganizationAuthOrgsResponse404ResponseBody";
86846
+ }
86847
+ };
86848
+ UpdateOrganizationAuthOrgsResponseResponseBody = class UpdateOrganizationAuthOrgsResponseResponseBody extends SDKError {
86849
+ data$;
86850
+ constructor(err, httpMeta) {
86851
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86852
+ super(message, httpMeta);
86853
+ this.data$ = err;
86854
+ this.name = "UpdateOrganizationAuthOrgsResponseResponseBody";
86855
+ }
86856
+ };
86857
+ UpdateOrganizationAuthOrgsResponseBody = class UpdateOrganizationAuthOrgsResponseBody extends SDKError {
86858
+ data$;
86859
+ constructor(err, httpMeta) {
86860
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86861
+ super(message, httpMeta);
86862
+ this.data$ = err;
86863
+ this.name = "UpdateOrganizationAuthOrgsResponseBody";
86864
+ }
86865
+ };
86866
+ UpdateOrganizationResponseBody = class UpdateOrganizationResponseBody extends SDKError {
86867
+ details;
86868
+ data$;
86869
+ constructor(err, httpMeta) {
86870
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
86871
+ super(message, httpMeta);
86872
+ this.data$ = err;
86873
+ if (err.details != null)
86874
+ this.details = err.details;
86875
+ this.name = "UpdateOrganizationResponseBody";
86876
+ }
86877
+ };
86878
+ UpdateOrganizationAuthOrgsResponse500ResponseBody$inboundSchema = objectType({
86879
+ message: stringType(),
86880
+ request$: instanceOfType(Request),
86881
+ response$: instanceOfType(Response),
86882
+ body$: stringType()
86883
+ }).transform((v2) => {
86884
+ return new UpdateOrganizationAuthOrgsResponse500ResponseBody(v2, {
86885
+ request: v2.request$,
86886
+ response: v2.response$,
86887
+ body: v2.body$
86888
+ });
86889
+ });
86890
+ UpdateOrganizationAuthOrgsResponse500ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse500ResponseBody).transform((v2) => v2.data$).pipe(objectType({
86891
+ message: stringType()
86892
+ }));
86893
+ UpdateOrganizationAuthOrgsResponse429ResponseBody$inboundSchema = objectType({
86894
+ message: stringType(),
86895
+ request$: instanceOfType(Request),
86896
+ response$: instanceOfType(Response),
86897
+ body$: stringType()
86898
+ }).transform((v2) => {
86899
+ return new UpdateOrganizationAuthOrgsResponse429ResponseBody(v2, {
86900
+ request: v2.request$,
86901
+ response: v2.response$,
86902
+ body: v2.body$
86903
+ });
86904
+ });
86905
+ UpdateOrganizationAuthOrgsResponse429ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse429ResponseBody).transform((v2) => v2.data$).pipe(objectType({
86906
+ message: stringType()
86907
+ }));
86908
+ UpdateOrganizationAuthOrgsResponse413ResponseBody$inboundSchema = objectType({
86909
+ message: stringType(),
86910
+ request$: instanceOfType(Request),
86911
+ response$: instanceOfType(Response),
86912
+ body$: stringType()
86913
+ }).transform((v2) => {
86914
+ return new UpdateOrganizationAuthOrgsResponse413ResponseBody(v2, {
86915
+ request: v2.request$,
86916
+ response: v2.response$,
86917
+ body: v2.body$
86918
+ });
86919
+ });
86920
+ UpdateOrganizationAuthOrgsResponse413ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse413ResponseBody).transform((v2) => v2.data$).pipe(objectType({
86921
+ message: stringType()
86922
+ }));
86923
+ UpdateOrganizationAuthOrgsResponse410ResponseBody$inboundSchema = objectType({
86924
+ message: stringType(),
86925
+ request$: instanceOfType(Request),
86926
+ response$: instanceOfType(Response),
86927
+ body$: stringType()
86928
+ }).transform((v2) => {
86929
+ return new UpdateOrganizationAuthOrgsResponse410ResponseBody(v2, {
86930
+ request: v2.request$,
86931
+ response: v2.response$,
86932
+ body: v2.body$
86933
+ });
86934
+ });
86935
+ UpdateOrganizationAuthOrgsResponse410ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse410ResponseBody).transform((v2) => v2.data$).pipe(objectType({
86936
+ message: stringType()
86937
+ }));
86938
+ UpdateOrganizationAuthOrgsResponse409ResponseBody$inboundSchema = objectType({
86939
+ message: stringType(),
86940
+ request$: instanceOfType(Request),
86941
+ response$: instanceOfType(Response),
86942
+ body$: stringType()
86943
+ }).transform((v2) => {
86944
+ return new UpdateOrganizationAuthOrgsResponse409ResponseBody(v2, {
86945
+ request: v2.request$,
86946
+ response: v2.response$,
86947
+ body: v2.body$
86948
+ });
86949
+ });
86950
+ UpdateOrganizationAuthOrgsResponse409ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse409ResponseBody).transform((v2) => v2.data$).pipe(objectType({
86951
+ message: stringType()
86952
+ }));
86953
+ UpdateOrganizationAuthOrgsResponse404ResponseBody$inboundSchema = objectType({
86954
+ message: stringType(),
86955
+ request$: instanceOfType(Request),
86956
+ response$: instanceOfType(Response),
86957
+ body$: stringType()
86958
+ }).transform((v2) => {
86959
+ return new UpdateOrganizationAuthOrgsResponse404ResponseBody(v2, {
86960
+ request: v2.request$,
86961
+ response: v2.response$,
86962
+ body: v2.body$
86963
+ });
86964
+ });
86965
+ UpdateOrganizationAuthOrgsResponse404ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse404ResponseBody).transform((v2) => v2.data$).pipe(objectType({
86966
+ message: stringType()
86967
+ }));
86968
+ UpdateOrganizationAuthOrgsResponseResponseBody$inboundSchema = objectType({
86969
+ message: stringType(),
86970
+ request$: instanceOfType(Request),
86971
+ response$: instanceOfType(Response),
86972
+ body$: stringType()
86973
+ }).transform((v2) => {
86974
+ return new UpdateOrganizationAuthOrgsResponseResponseBody(v2, {
86975
+ request: v2.request$,
86976
+ response: v2.response$,
86977
+ body: v2.body$
86978
+ });
86979
+ });
86980
+ UpdateOrganizationAuthOrgsResponseResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponseResponseBody).transform((v2) => v2.data$).pipe(objectType({
86981
+ message: stringType()
86982
+ }));
86983
+ UpdateOrganizationAuthOrgsResponseBody$inboundSchema = objectType({
86984
+ message: stringType(),
86985
+ request$: instanceOfType(Request),
86986
+ response$: instanceOfType(Response),
86987
+ body$: stringType()
86988
+ }).transform((v2) => {
86989
+ return new UpdateOrganizationAuthOrgsResponseBody(v2, {
86990
+ request: v2.request$,
86991
+ response: v2.response$,
86992
+ body: v2.body$
86993
+ });
86994
+ });
86995
+ UpdateOrganizationAuthOrgsResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponseBody).transform((v2) => v2.data$).pipe(objectType({
86996
+ message: stringType()
86997
+ }));
86998
+ Details$inboundSchema = objectType({
86999
+ path: stringType(),
87000
+ message: stringType()
87001
+ });
87002
+ Details$outboundSchema = objectType({
87003
+ path: stringType(),
87004
+ message: stringType()
87005
+ });
87006
+ UpdateOrganizationResponseBody$inboundSchema = objectType({
87007
+ message: stringType(),
87008
+ details: arrayType(lazyType(() => Details$inboundSchema)).optional(),
87009
+ request$: instanceOfType(Request),
87010
+ response$: instanceOfType(Response),
87011
+ body$: stringType()
87012
+ }).transform((v2) => {
87013
+ return new UpdateOrganizationResponseBody(v2, {
87014
+ request: v2.request$,
87015
+ response: v2.response$,
87016
+ body: v2.body$
87017
+ });
87018
+ });
87019
+ UpdateOrganizationResponseBody$outboundSchema = instanceOfType(UpdateOrganizationResponseBody).transform((v2) => v2.data$).pipe(objectType({
87020
+ message: stringType(),
87021
+ details: arrayType(lazyType(() => Details$outboundSchema)).optional()
87022
+ }));
87023
+ });
87024
+
86437
87025
  // src/models/errors/updateorgquota.ts
86438
87026
  var UpdateOrgQuotaAuthOrgsResponse429ResponseBody, UpdateOrgQuotaAuthOrgsResponse410ResponseBody, UpdateOrgQuotaAuthOrgsResponse409ResponseBody, UpdateOrgQuotaAuthOrgsResponse404ResponseBody, UpdateOrgQuotaAuthOrgsResponseResponseBody, UpdateOrgQuotaAuthOrgsResponseBody, UpdateOrgQuotaResponseBody, UpdateOrgQuotaAuthOrgsResponse429ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse429ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponse410ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse410ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponse409ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse409ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponse404ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse404ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponseResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponseResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponseBody$outboundSchema, UpdateOrgQuotaResponseBody$inboundSchema, UpdateOrgQuotaResponseBody$outboundSchema;
86439
87027
  var init_updateorgquota = __esm(() => {
@@ -87309,6 +87897,7 @@ var init_errors4 = __esm(() => {
87309
87897
  init_getclusterorg();
87310
87898
  init_getfilecontent();
87311
87899
  init_getjwtfromkey();
87900
+ init_getorgbyid();
87312
87901
  init_getorgquota();
87313
87902
  init_getorgratelimit();
87314
87903
  init_getserviceaccount();
@@ -87334,6 +87923,7 @@ var init_errors4 = __esm(() => {
87334
87923
  init_suspendclusterorg();
87335
87924
  init_unsuspendclusterorg();
87336
87925
  init_updateclusterinvite();
87926
+ init_updateorganization();
87337
87927
  init_updateorgquota();
87338
87928
  init_updateorgratelimit();
87339
87929
  init_updatescopedapikey();
@@ -96221,6 +96811,37 @@ var init_getorgbudgets = __esm(() => {
96221
96811
  });
96222
96812
  });
96223
96813
 
96814
+ // src/models/operations/getorgbyid.ts
96815
+ var GetOrgByIdSecurity$inboundSchema, GetOrgByIdSecurity$outboundSchema, GetOrgByIdRequest$inboundSchema, GetOrgByIdRequest$outboundSchema;
96816
+ var init_getorgbyid2 = __esm(() => {
96817
+ init_esm();
96818
+ init_primitives();
96819
+ GetOrgByIdSecurity$inboundSchema = objectType({
96820
+ bearerAuth: stringType().optional(),
96821
+ sessionCookie: stringType().optional()
96822
+ });
96823
+ GetOrgByIdSecurity$outboundSchema = objectType({
96824
+ bearerAuth: stringType().optional(),
96825
+ sessionCookie: stringType().optional()
96826
+ });
96827
+ GetOrgByIdRequest$inboundSchema = objectType({
96828
+ orgId: stringType(),
96829
+ "X-On-Behalf-Of": stringType().optional()
96830
+ }).transform((v2) => {
96831
+ return remap(v2, {
96832
+ "X-On-Behalf-Of": "xOnBehalfOf"
96833
+ });
96834
+ });
96835
+ GetOrgByIdRequest$outboundSchema = objectType({
96836
+ orgId: stringType(),
96837
+ xOnBehalfOf: stringType().optional()
96838
+ }).transform((v2) => {
96839
+ return remap(v2, {
96840
+ xOnBehalfOf: "X-On-Behalf-Of"
96841
+ });
96842
+ });
96843
+ });
96844
+
96224
96845
  // src/models/operations/getorgquota.ts
96225
96846
  var GetOrgQuotaQuotaPeriod, GetOrgQuotaRequest$inboundSchema, GetOrgQuotaRequest$outboundSchema, GetOrgQuotaQuotaPeriod$inboundSchema, GetOrgQuotaQuotaPeriod$outboundSchema, GetOrgQuotaResponseBody$inboundSchema2, GetOrgQuotaResponseBody$outboundSchema2;
96226
96847
  var init_getorgquota2 = __esm(() => {
@@ -106976,6 +107597,42 @@ var init_updatememorystore = __esm(() => {
106976
107597
  });
106977
107598
  });
106978
107599
 
107600
+ // src/models/operations/updateorganization.ts
107601
+ var UpdateOrganizationSecurity$inboundSchema, UpdateOrganizationSecurity$outboundSchema, UpdateOrganizationRequest$inboundSchema, UpdateOrganizationRequest$outboundSchema;
107602
+ var init_updateorganization2 = __esm(() => {
107603
+ init_esm();
107604
+ init_primitives();
107605
+ init_components();
107606
+ UpdateOrganizationSecurity$inboundSchema = objectType({
107607
+ bearerAuth: stringType().optional(),
107608
+ sessionCookie: stringType().optional()
107609
+ });
107610
+ UpdateOrganizationSecurity$outboundSchema = objectType({
107611
+ bearerAuth: stringType().optional(),
107612
+ sessionCookie: stringType().optional()
107613
+ });
107614
+ UpdateOrganizationRequest$inboundSchema = objectType({
107615
+ orgId: stringType(),
107616
+ "X-On-Behalf-Of": stringType().optional(),
107617
+ UpdateOrganizationBody: UpdateOrganizationBody$inboundSchema
107618
+ }).transform((v2) => {
107619
+ return remap(v2, {
107620
+ "X-On-Behalf-Of": "xOnBehalfOf",
107621
+ UpdateOrganizationBody: "updateOrganizationBody"
107622
+ });
107623
+ });
107624
+ UpdateOrganizationRequest$outboundSchema = objectType({
107625
+ orgId: stringType(),
107626
+ xOnBehalfOf: stringType().optional(),
107627
+ updateOrganizationBody: UpdateOrganizationBody$outboundSchema
107628
+ }).transform((v2) => {
107629
+ return remap(v2, {
107630
+ xOnBehalfOf: "X-On-Behalf-Of",
107631
+ updateOrganizationBody: "UpdateOrganizationBody"
107632
+ });
107633
+ });
107634
+ });
107635
+
106979
107636
  // src/models/operations/updateorgquota.ts
106980
107637
  var QuotaPeriod, UpdateOrgQuotaQuotaPeriod, QuotaPeriod$inboundSchema, QuotaPeriod$outboundSchema, UpdateOrgQuotaRequestBody$inboundSchema, UpdateOrgQuotaRequestBody$outboundSchema, UpdateOrgQuotaRequest$inboundSchema, UpdateOrgQuotaRequest$outboundSchema, UpdateOrgQuotaQuotaPeriod$inboundSchema, UpdateOrgQuotaQuotaPeriod$outboundSchema, UpdateOrgQuotaResponseBody$inboundSchema2, UpdateOrgQuotaResponseBody$outboundSchema2;
106981
107638
  var init_updateorgquota2 = __esm(() => {
@@ -107896,6 +108553,7 @@ var init_operations = __esm(() => {
107896
108553
  init_getmemorystore();
107897
108554
  init_getmodel();
107898
108555
  init_getorgbudgets();
108556
+ init_getorgbyid2();
107899
108557
  init_getorgquota2();
107900
108558
  init_getorgratelimit2();
107901
108559
  init_getpricing();
@@ -108079,6 +108737,7 @@ var init_operations = __esm(() => {
108079
108737
  init_updatemcpserver();
108080
108738
  init_updatememoryentry();
108081
108739
  init_updatememorystore();
108740
+ init_updateorganization2();
108082
108741
  init_updateorgquota2();
108083
108742
  init_updateorgratelimit2();
108084
108743
  init_updateprompt();
@@ -124591,7 +125250,7 @@ var init_llmBatchesCreate2 = __esm(() => {
124591
125250
  name: "llm-batches-create",
124592
125251
  description: `Create a batch
124593
125252
 
124594
- Creates and executes a batch from an uploaded JSONL file of requests. Each line must have custom_id, method, url, and body fields.`,
125253
+ Creates and executes a batch from an uploaded JSONL file of requests. Each line must have custom_id, method, url, and body fields. Text batches also require write:responses.`,
124595
125254
  args: args139,
124596
125255
  tool: async (client, args140, ctx) => {
124597
125256
  const [result, apiCall] = await llmBatchesCreate(client, args140.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -152749,7 +153408,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
152749
153408
  function createMCPServer(deps) {
152750
153409
  const server = new McpServer({
152751
153410
  name: "SDK",
152752
- version: "0.54.24"
153411
+ version: "0.54.26"
152753
153412
  });
152754
153413
  const client = new SDKCore({
152755
153414
  bearerAuth: deps.bearerAuth,
@@ -154707,7 +155366,7 @@ var routes = rn({
154707
155366
  var app = Ve(routes, {
154708
155367
  name: "mcp",
154709
155368
  versionInfo: {
154710
- currentVersion: "0.54.24"
155369
+ currentVersion: "0.54.26"
154711
155370
  }
154712
155371
  });
154713
155372
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -154715,5 +155374,5 @@ export {
154715
155374
  app
154716
155375
  };
154717
155376
 
154718
- //# debugId=D485FEA7F9E01D4A64756E2164756E21
155377
+ //# debugId=7DCD11D2628661BE64756E2164756E21
154719
155378
  //# sourceMappingURL=mcp-server.js.map