@meetkai/mka1 0.54.31 → 0.54.33

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 (133) hide show
  1. package/README.md +299 -294
  2. package/bin/mcp-server.js +217 -13
  3. package/bin/mcp-server.js.map +15 -12
  4. package/dist/commonjs/funcs/sessionGetPendingInvitation.d.ts +18 -0
  5. package/dist/commonjs/funcs/sessionGetPendingInvitation.d.ts.map +1 -0
  6. package/dist/commonjs/funcs/sessionGetPendingInvitation.js +133 -0
  7. package/dist/commonjs/funcs/sessionGetPendingInvitation.js.map +1 -0
  8. package/dist/commonjs/lib/config.d.ts +2 -2
  9. package/dist/commonjs/lib/config.js +2 -2
  10. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  11. package/dist/commonjs/mcp-server/server.js +1 -1
  12. package/dist/commonjs/models/components/addcatalogmodelrequest.d.ts +20 -0
  13. package/dist/commonjs/models/components/addcatalogmodelrequest.d.ts.map +1 -1
  14. package/dist/commonjs/models/components/addcatalogmodelrequest.js +24 -1
  15. package/dist/commonjs/models/components/addcatalogmodelrequest.js.map +1 -1
  16. package/dist/commonjs/models/components/updatecatalogmodelrequest.d.ts +20 -0
  17. package/dist/commonjs/models/components/updatecatalogmodelrequest.d.ts.map +1 -1
  18. package/dist/commonjs/models/components/updatecatalogmodelrequest.js +24 -1
  19. package/dist/commonjs/models/components/updatecatalogmodelrequest.js.map +1 -1
  20. package/dist/commonjs/models/errors/getpendinginvitation.d.ts +55 -0
  21. package/dist/commonjs/models/errors/getpendinginvitation.d.ts.map +1 -0
  22. package/dist/commonjs/models/errors/getpendinginvitation.js +106 -0
  23. package/dist/commonjs/models/errors/getpendinginvitation.js.map +1 -0
  24. package/dist/commonjs/models/errors/index.d.ts +1 -0
  25. package/dist/commonjs/models/errors/index.d.ts.map +1 -1
  26. package/dist/commonjs/models/errors/index.js +1 -0
  27. package/dist/commonjs/models/errors/index.js.map +1 -1
  28. package/dist/commonjs/models/operations/getmodel.d.ts +16 -0
  29. package/dist/commonjs/models/operations/getmodel.d.ts.map +1 -1
  30. package/dist/commonjs/models/operations/getmodel.js +13 -0
  31. package/dist/commonjs/models/operations/getmodel.js.map +1 -1
  32. package/dist/commonjs/models/operations/getpendinginvitation.d.ts +89 -0
  33. package/dist/commonjs/models/operations/getpendinginvitation.d.ts.map +1 -0
  34. package/dist/commonjs/models/operations/getpendinginvitation.js +160 -0
  35. package/dist/commonjs/models/operations/getpendinginvitation.js.map +1 -0
  36. package/dist/commonjs/models/operations/index.d.ts +1 -0
  37. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  38. package/dist/commonjs/models/operations/index.js +1 -0
  39. package/dist/commonjs/models/operations/index.js.map +1 -1
  40. package/dist/commonjs/models/operations/listmodels.d.ts +16 -0
  41. package/dist/commonjs/models/operations/listmodels.d.ts.map +1 -1
  42. package/dist/commonjs/models/operations/listmodels.js +13 -0
  43. package/dist/commonjs/models/operations/listmodels.js.map +1 -1
  44. package/dist/commonjs/react-query/index.d.ts +1 -0
  45. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  46. package/dist/commonjs/react-query/index.js +1 -0
  47. package/dist/commonjs/react-query/index.js.map +1 -1
  48. package/dist/commonjs/react-query/sessionGetPendingInvitation.core.d.ts +14 -0
  49. package/dist/commonjs/react-query/sessionGetPendingInvitation.core.d.ts.map +1 -0
  50. package/dist/commonjs/react-query/sessionGetPendingInvitation.core.js +36 -0
  51. package/dist/commonjs/react-query/sessionGetPendingInvitation.core.js.map +1 -0
  52. package/dist/commonjs/react-query/sessionGetPendingInvitation.d.ts +35 -0
  53. package/dist/commonjs/react-query/sessionGetPendingInvitation.d.ts.map +1 -0
  54. package/dist/commonjs/react-query/sessionGetPendingInvitation.js +65 -0
  55. package/dist/commonjs/react-query/sessionGetPendingInvitation.js.map +1 -0
  56. package/dist/commonjs/sdk/session.d.ts +7 -0
  57. package/dist/commonjs/sdk/session.d.ts.map +1 -1
  58. package/dist/commonjs/sdk/session.js +10 -0
  59. package/dist/commonjs/sdk/session.js.map +1 -1
  60. package/dist/esm/funcs/sessionGetPendingInvitation.d.ts +18 -0
  61. package/dist/esm/funcs/sessionGetPendingInvitation.d.ts.map +1 -0
  62. package/dist/esm/funcs/sessionGetPendingInvitation.js +97 -0
  63. package/dist/esm/funcs/sessionGetPendingInvitation.js.map +1 -0
  64. package/dist/esm/lib/config.d.ts +2 -2
  65. package/dist/esm/lib/config.js +2 -2
  66. package/dist/esm/mcp-server/mcp-server.js +1 -1
  67. package/dist/esm/mcp-server/server.js +1 -1
  68. package/dist/esm/models/components/addcatalogmodelrequest.d.ts +20 -0
  69. package/dist/esm/models/components/addcatalogmodelrequest.d.ts.map +1 -1
  70. package/dist/esm/models/components/addcatalogmodelrequest.js +21 -0
  71. package/dist/esm/models/components/addcatalogmodelrequest.js.map +1 -1
  72. package/dist/esm/models/components/updatecatalogmodelrequest.d.ts +20 -0
  73. package/dist/esm/models/components/updatecatalogmodelrequest.d.ts.map +1 -1
  74. package/dist/esm/models/components/updatecatalogmodelrequest.js +21 -0
  75. package/dist/esm/models/components/updatecatalogmodelrequest.js.map +1 -1
  76. package/dist/esm/models/errors/getpendinginvitation.d.ts +55 -0
  77. package/dist/esm/models/errors/getpendinginvitation.d.ts.map +1 -0
  78. package/dist/esm/models/errors/getpendinginvitation.js +68 -0
  79. package/dist/esm/models/errors/getpendinginvitation.js.map +1 -0
  80. package/dist/esm/models/errors/index.d.ts +1 -0
  81. package/dist/esm/models/errors/index.d.ts.map +1 -1
  82. package/dist/esm/models/errors/index.js +1 -0
  83. package/dist/esm/models/errors/index.js.map +1 -1
  84. package/dist/esm/models/operations/getmodel.d.ts +16 -0
  85. package/dist/esm/models/operations/getmodel.d.ts.map +1 -1
  86. package/dist/esm/models/operations/getmodel.js +13 -0
  87. package/dist/esm/models/operations/getmodel.js.map +1 -1
  88. package/dist/esm/models/operations/getpendinginvitation.d.ts +89 -0
  89. package/dist/esm/models/operations/getpendinginvitation.d.ts.map +1 -0
  90. package/dist/esm/models/operations/getpendinginvitation.js +112 -0
  91. package/dist/esm/models/operations/getpendinginvitation.js.map +1 -0
  92. package/dist/esm/models/operations/index.d.ts +1 -0
  93. package/dist/esm/models/operations/index.d.ts.map +1 -1
  94. package/dist/esm/models/operations/index.js +1 -0
  95. package/dist/esm/models/operations/index.js.map +1 -1
  96. package/dist/esm/models/operations/listmodels.d.ts +16 -0
  97. package/dist/esm/models/operations/listmodels.d.ts.map +1 -1
  98. package/dist/esm/models/operations/listmodels.js +13 -0
  99. package/dist/esm/models/operations/listmodels.js.map +1 -1
  100. package/dist/esm/react-query/index.d.ts +1 -0
  101. package/dist/esm/react-query/index.d.ts.map +1 -1
  102. package/dist/esm/react-query/index.js +1 -0
  103. package/dist/esm/react-query/index.js.map +1 -1
  104. package/dist/esm/react-query/sessionGetPendingInvitation.core.d.ts +14 -0
  105. package/dist/esm/react-query/sessionGetPendingInvitation.core.d.ts.map +1 -0
  106. package/dist/esm/react-query/sessionGetPendingInvitation.core.js +31 -0
  107. package/dist/esm/react-query/sessionGetPendingInvitation.core.js.map +1 -0
  108. package/dist/esm/react-query/sessionGetPendingInvitation.d.ts +35 -0
  109. package/dist/esm/react-query/sessionGetPendingInvitation.d.ts.map +1 -0
  110. package/dist/esm/react-query/sessionGetPendingInvitation.js +55 -0
  111. package/dist/esm/react-query/sessionGetPendingInvitation.js.map +1 -0
  112. package/dist/esm/sdk/session.d.ts +7 -0
  113. package/dist/esm/sdk/session.d.ts.map +1 -1
  114. package/dist/esm/sdk/session.js +10 -0
  115. package/dist/esm/sdk/session.js.map +1 -1
  116. package/jsr.json +1 -1
  117. package/package.json +1 -1
  118. package/src/funcs/sessionGetPendingInvitation.ts +202 -0
  119. package/src/lib/config.ts +2 -2
  120. package/src/mcp-server/mcp-server.ts +1 -1
  121. package/src/mcp-server/server.ts +1 -1
  122. package/src/models/components/addcatalogmodelrequest.ts +52 -0
  123. package/src/models/components/updatecatalogmodelrequest.ts +63 -0
  124. package/src/models/errors/getpendinginvitation.ts +128 -0
  125. package/src/models/errors/index.ts +1 -0
  126. package/src/models/operations/getmodel.ts +28 -0
  127. package/src/models/operations/getpendinginvitation.ts +308 -0
  128. package/src/models/operations/index.ts +1 -0
  129. package/src/models/operations/listmodels.ts +28 -0
  130. package/src/react-query/index.ts +1 -0
  131. package/src/react-query/sessionGetPendingInvitation.core.ts +79 -0
  132. package/src/react-query/sessionGetPendingInvitation.ts +150 -0
  133. package/src/sdk/session.ts +20 -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.31",
52920
+ sdkVersion: "0.54.33",
52921
52921
  genVersion: "2.937.18",
52922
- userAgent: "speakeasy-sdk/typescript 0.54.31 2.937.18 1.1.0 @meetkai/mka1"
52922
+ userAgent: "speakeasy-sdk/typescript 0.54.33 2.937.18 1.1.0 @meetkai/mka1"
52923
52923
  };
52924
52924
  });
52925
52925
 
@@ -54717,6 +54717,37 @@ var init_activateregistryentryrequest = __esm(() => {
54717
54717
  });
54718
54718
  });
54719
54719
 
54720
+ // src/types/rfcdate.ts
54721
+ class RFCDate {
54722
+ serialized;
54723
+ static today() {
54724
+ return new RFCDate(new Date);
54725
+ }
54726
+ constructor(date4) {
54727
+ if (typeof date4 === "string" && !dateRE.test(date4)) {
54728
+ throw new RangeError("RFCDate: date strings must be in the format YYYY-MM-DD: " + date4);
54729
+ }
54730
+ const value = new Date(date4);
54731
+ if (isNaN(+value)) {
54732
+ throw new RangeError("RFCDate: invalid date provided: " + date4);
54733
+ }
54734
+ this.serialized = value.toISOString().slice(0, "YYYY-MM-DD".length);
54735
+ if (!dateRE.test(this.serialized)) {
54736
+ throw new TypeError(`RFCDate: failed to build valid date with given value: ${date4} serialized to ${this.serialized}`);
54737
+ }
54738
+ }
54739
+ toJSON() {
54740
+ return this.toString();
54741
+ }
54742
+ toString() {
54743
+ return this.serialized;
54744
+ }
54745
+ }
54746
+ var dateRE;
54747
+ var init_rfcdate = __esm(() => {
54748
+ dateRE = /^\d{4}-\d{2}-\d{2}$/;
54749
+ });
54750
+
54720
54751
  // src/models/components/autoendpoint.ts
54721
54752
  var AutoEndpoint, AutoEndpoint$inboundSchema, AutoEndpoint$outboundSchema;
54722
54753
  var init_autoendpoint = __esm(() => {
@@ -54734,9 +54765,10 @@ var init_autoendpoint = __esm(() => {
54734
54765
  });
54735
54766
 
54736
54767
  // src/models/components/addcatalogmodelrequest.ts
54737
- var ApiProviderType, AddCatalogModelRequestInput, AddCatalogModelRequestOutput, Scope, Modality, AddCatalogModelRequestHealthCheckMethod, HealthCheckMethod, ApiProviderType$inboundSchema, ApiProviderType$outboundSchema, AddCatalogModelRequestStrategies4$inboundSchema, AddCatalogModelRequestStrategies4$outboundSchema, AddCatalogModelRequestStrategies3$inboundSchema, AddCatalogModelRequestStrategies3$outboundSchema, AddCatalogModelRequestStrategies2$inboundSchema, AddCatalogModelRequestStrategies2$outboundSchema, AddCatalogModelRequestStrategies1$inboundSchema, AddCatalogModelRequestStrategies1$outboundSchema, StrategiesStrategies$inboundSchema, StrategiesStrategies$outboundSchema, Strategies4$inboundSchema, Strategies4$outboundSchema, Strategies3$inboundSchema, Strategies3$outboundSchema, Strategies2$inboundSchema, Strategies2$outboundSchema, Strategies1$inboundSchema, Strategies1$outboundSchema, Strategies$inboundSchema, Strategies$outboundSchema, Auth4$inboundSchema, Auth4$outboundSchema, Auth3$inboundSchema, Auth3$outboundSchema, Auth2$inboundSchema, Auth2$outboundSchema, Auth1$inboundSchema, Auth1$outboundSchema, Auth$inboundSchema, Auth$outboundSchema, AddCatalogModelRequestInput$inboundSchema, AddCatalogModelRequestInput$outboundSchema, AddCatalogModelRequestOutput$inboundSchema, AddCatalogModelRequestOutput$outboundSchema, AddCatalogModelRequestModalities$inboundSchema, AddCatalogModelRequestModalities$outboundSchema, MaxImageResolution$inboundSchema, MaxImageResolution$outboundSchema, MinImageResolution$inboundSchema, MinImageResolution$outboundSchema, Capabilities$inboundSchema, Capabilities$outboundSchema, Scope$inboundSchema, Scope$outboundSchema, Queue$inboundSchema, Queue$outboundSchema, RateLimits$inboundSchema, RateLimits$outboundSchema, Concurrency$inboundSchema, Concurrency$outboundSchema, DefaultParams$inboundSchema, DefaultParams$outboundSchema, Trigger4$inboundSchema, Trigger4$outboundSchema, Trigger3$inboundSchema, Trigger3$outboundSchema, Trigger2$inboundSchema, Trigger2$outboundSchema, Modality$inboundSchema, Modality$outboundSchema, Trigger1$inboundSchema, Trigger1$outboundSchema, Trigger$inboundSchema, Trigger$outboundSchema, RerouteRules$inboundSchema, RerouteRules$outboundSchema, Dimensions2$inboundSchema, Dimensions2$outboundSchema, Dimensions$inboundSchema, Dimensions$outboundSchema, EmbeddingLimits$inboundSchema, EmbeddingLimits$outboundSchema, AddCatalogModelRequestHealthCheckMethod$inboundSchema, AddCatalogModelRequestHealthCheckMethod$outboundSchema, HealthCheck3$inboundSchema, HealthCheck3$outboundSchema, HealthCheckMethod$inboundSchema, HealthCheckMethod$outboundSchema, HealthCheck2$inboundSchema, HealthCheck2$outboundSchema, HealthCheck1$inboundSchema, HealthCheck1$outboundSchema, HealthCheck$inboundSchema, HealthCheck$outboundSchema, AddCatalogModelRequest$inboundSchema, AddCatalogModelRequest$outboundSchema;
54768
+ var ApiProviderType, AddCatalogModelRequestInput, AddCatalogModelRequestOutput, Scope, Modality, AddCatalogModelRequestHealthCheckMethod, HealthCheckMethod, ApiProviderType$inboundSchema, ApiProviderType$outboundSchema, AddCatalogModelRequestStrategies4$inboundSchema, AddCatalogModelRequestStrategies4$outboundSchema, AddCatalogModelRequestStrategies3$inboundSchema, AddCatalogModelRequestStrategies3$outboundSchema, AddCatalogModelRequestStrategies2$inboundSchema, AddCatalogModelRequestStrategies2$outboundSchema, AddCatalogModelRequestStrategies1$inboundSchema, AddCatalogModelRequestStrategies1$outboundSchema, StrategiesStrategies$inboundSchema, StrategiesStrategies$outboundSchema, Strategies4$inboundSchema, Strategies4$outboundSchema, Strategies3$inboundSchema, Strategies3$outboundSchema, Strategies2$inboundSchema, Strategies2$outboundSchema, Strategies1$inboundSchema, Strategies1$outboundSchema, Strategies$inboundSchema, Strategies$outboundSchema, Auth4$inboundSchema, Auth4$outboundSchema, Auth3$inboundSchema, Auth3$outboundSchema, Auth2$inboundSchema, Auth2$outboundSchema, Auth1$inboundSchema, Auth1$outboundSchema, Auth$inboundSchema, Auth$outboundSchema, AddCatalogModelRequestInput$inboundSchema, AddCatalogModelRequestInput$outboundSchema, AddCatalogModelRequestOutput$inboundSchema, AddCatalogModelRequestOutput$outboundSchema, AddCatalogModelRequestModalities$inboundSchema, AddCatalogModelRequestModalities$outboundSchema, MaxImageResolution$inboundSchema, MaxImageResolution$outboundSchema, MinImageResolution$inboundSchema, MinImageResolution$outboundSchema, Capabilities$inboundSchema, Capabilities$outboundSchema, Scope$inboundSchema, Scope$outboundSchema, Queue$inboundSchema, Queue$outboundSchema, RateLimits$inboundSchema, RateLimits$outboundSchema, Concurrency$inboundSchema, Concurrency$outboundSchema, DefaultParams$inboundSchema, DefaultParams$outboundSchema, Trigger4$inboundSchema, Trigger4$outboundSchema, Trigger3$inboundSchema, Trigger3$outboundSchema, Trigger2$inboundSchema, Trigger2$outboundSchema, Modality$inboundSchema, Modality$outboundSchema, Trigger1$inboundSchema, Trigger1$outboundSchema, Trigger$inboundSchema, Trigger$outboundSchema, RerouteRules$inboundSchema, RerouteRules$outboundSchema, Dimensions2$inboundSchema, Dimensions2$outboundSchema, Dimensions$inboundSchema, Dimensions$outboundSchema, EmbeddingLimits$inboundSchema, EmbeddingLimits$outboundSchema, AddCatalogModelRequestHealthCheckMethod$inboundSchema, AddCatalogModelRequestHealthCheckMethod$outboundSchema, HealthCheck3$inboundSchema, HealthCheck3$outboundSchema, HealthCheckMethod$inboundSchema, HealthCheckMethod$outboundSchema, HealthCheck2$inboundSchema, HealthCheck2$outboundSchema, HealthCheck1$inboundSchema, HealthCheck1$outboundSchema, HealthCheck$inboundSchema, HealthCheck$outboundSchema, ModelCard$inboundSchema, ModelCard$outboundSchema, AddCatalogModelRequest$inboundSchema, AddCatalogModelRequest$outboundSchema;
54738
54769
  var init_addcatalogmodelrequest = __esm(() => {
54739
54770
  init_esm();
54771
+ init_rfcdate();
54740
54772
  init_autoendpoint();
54741
54773
  ApiProviderType = {
54742
54774
  Groq: "groq",
@@ -55175,6 +55207,16 @@ var init_addcatalogmodelrequest = __esm(() => {
55175
55207
  lazyType(() => HealthCheck2$outboundSchema),
55176
55208
  lazyType(() => HealthCheck3$outboundSchema)
55177
55209
  ]);
55210
+ ModelCard$inboundSchema = objectType({
55211
+ parameterCount: numberType().int().optional(),
55212
+ activeParameterCount: numberType().int().optional(),
55213
+ releaseDate: stringType().transform((v2) => new RFCDate(v2)).optional()
55214
+ });
55215
+ ModelCard$outboundSchema = objectType({
55216
+ parameterCount: numberType().int().optional(),
55217
+ activeParameterCount: numberType().int().optional(),
55218
+ releaseDate: instanceOfType(RFCDate).transform((v2) => v2.toString()).optional()
55219
+ });
55178
55220
  AddCatalogModelRequest$inboundSchema = objectType({
55179
55221
  id: stringType(),
55180
55222
  provider: stringType(),
@@ -55205,7 +55247,8 @@ var init_addcatalogmodelrequest = __esm(() => {
55205
55247
  lazyType(() => HealthCheck1$inboundSchema),
55206
55248
  lazyType(() => HealthCheck2$inboundSchema),
55207
55249
  lazyType(() => HealthCheck3$inboundSchema)
55208
- ]).optional()
55250
+ ]).optional(),
55251
+ modelCard: lazyType(() => ModelCard$inboundSchema).optional()
55209
55252
  });
55210
55253
  AddCatalogModelRequest$outboundSchema = objectType({
55211
55254
  id: stringType(),
@@ -55237,7 +55280,8 @@ var init_addcatalogmodelrequest = __esm(() => {
55237
55280
  lazyType(() => HealthCheck1$outboundSchema),
55238
55281
  lazyType(() => HealthCheck2$outboundSchema),
55239
55282
  lazyType(() => HealthCheck3$outboundSchema)
55240
- ]).optional()
55283
+ ]).optional(),
55284
+ modelCard: lazyType(() => ModelCard$outboundSchema).optional()
55241
55285
  });
55242
55286
  });
55243
55287
 
@@ -78512,9 +78556,10 @@ var init_updateagentschedulerequest = __esm(() => {
78512
78556
  });
78513
78557
 
78514
78558
  // src/models/components/updatecatalogmodelrequest.ts
78515
- var UpdateCatalogModelRequestApiProviderType, UpdateCatalogModelRequestInput, UpdateCatalogModelRequestOutput, RateLimitsScope, TriggerModality, UpdateCatalogModelRequestHealthCheck3Method, UpdateCatalogModelRequestHealthCheckMethod, UpdateCatalogModelRequestApiProviderType$inboundSchema, UpdateCatalogModelRequestApiProviderType$outboundSchema, UpdateCatalogModelRequestStrategiesAuth4$inboundSchema, UpdateCatalogModelRequestStrategiesAuth4$outboundSchema, UpdateCatalogModelRequestStrategiesAuth3$inboundSchema, UpdateCatalogModelRequestStrategiesAuth3$outboundSchema, UpdateCatalogModelRequestStrategiesAuth2$inboundSchema, UpdateCatalogModelRequestStrategiesAuth2$outboundSchema, UpdateCatalogModelRequestStrategiesAuth1$inboundSchema, UpdateCatalogModelRequestStrategiesAuth1$outboundSchema, UpdateCatalogModelRequestStrategiesStrategies$inboundSchema, UpdateCatalogModelRequestStrategiesStrategies$outboundSchema, UpdateCatalogModelRequestStrategies4$inboundSchema, UpdateCatalogModelRequestStrategies4$outboundSchema, UpdateCatalogModelRequestStrategies3$inboundSchema, UpdateCatalogModelRequestStrategies3$outboundSchema, UpdateCatalogModelRequestStrategies2$inboundSchema, UpdateCatalogModelRequestStrategies2$outboundSchema, UpdateCatalogModelRequestStrategies1$inboundSchema, UpdateCatalogModelRequestStrategies1$outboundSchema, AuthStrategies$inboundSchema, AuthStrategies$outboundSchema, UpdateCatalogModelRequestAuth4$inboundSchema, UpdateCatalogModelRequestAuth4$outboundSchema, UpdateCatalogModelRequestAuth3$inboundSchema, UpdateCatalogModelRequestAuth3$outboundSchema, UpdateCatalogModelRequestAuth2$inboundSchema, UpdateCatalogModelRequestAuth2$outboundSchema, UpdateCatalogModelRequestAuth1$inboundSchema, UpdateCatalogModelRequestAuth1$outboundSchema, UpdateCatalogModelRequestAuth$inboundSchema, UpdateCatalogModelRequestAuth$outboundSchema, UpdateCatalogModelRequestInput$inboundSchema, UpdateCatalogModelRequestInput$outboundSchema, UpdateCatalogModelRequestOutput$inboundSchema, UpdateCatalogModelRequestOutput$outboundSchema, UpdateCatalogModelRequestModalities$inboundSchema, UpdateCatalogModelRequestModalities$outboundSchema, UpdateCatalogModelRequestMaxImageResolution$inboundSchema, UpdateCatalogModelRequestMaxImageResolution$outboundSchema, UpdateCatalogModelRequestMinImageResolution$inboundSchema, UpdateCatalogModelRequestMinImageResolution$outboundSchema, UpdateCatalogModelRequestCapabilities$inboundSchema, UpdateCatalogModelRequestCapabilities$outboundSchema, RateLimitsScope$inboundSchema, RateLimitsScope$outboundSchema, RateLimitsQueue$inboundSchema, RateLimitsQueue$outboundSchema, UpdateCatalogModelRequestRateLimits$inboundSchema, UpdateCatalogModelRequestRateLimits$outboundSchema, UpdateCatalogModelRequestConcurrency$inboundSchema, UpdateCatalogModelRequestConcurrency$outboundSchema, UpdateCatalogModelRequestDefaultParams$inboundSchema, UpdateCatalogModelRequestDefaultParams$outboundSchema, UpdateCatalogModelRequestTrigger4$inboundSchema, UpdateCatalogModelRequestTrigger4$outboundSchema, UpdateCatalogModelRequestTrigger3$inboundSchema, UpdateCatalogModelRequestTrigger3$outboundSchema, UpdateCatalogModelRequestTrigger2$inboundSchema, UpdateCatalogModelRequestTrigger2$outboundSchema, TriggerModality$inboundSchema, TriggerModality$outboundSchema, UpdateCatalogModelRequestTrigger1$inboundSchema, UpdateCatalogModelRequestTrigger1$outboundSchema, RerouteRulesTrigger$inboundSchema, RerouteRulesTrigger$outboundSchema, UpdateCatalogModelRequestRerouteRules$inboundSchema, UpdateCatalogModelRequestRerouteRules$outboundSchema, UpdateCatalogModelRequestDimensions2$inboundSchema, UpdateCatalogModelRequestDimensions2$outboundSchema, EmbeddingLimitsDimensions$inboundSchema, EmbeddingLimitsDimensions$outboundSchema, UpdateCatalogModelRequestEmbeddingLimits$inboundSchema, UpdateCatalogModelRequestEmbeddingLimits$outboundSchema, UpdateCatalogModelRequestHealthCheck3Method$inboundSchema, UpdateCatalogModelRequestHealthCheck3Method$outboundSchema, UpdateCatalogModelRequestHealthCheck3$inboundSchema, UpdateCatalogModelRequestHealthCheck3$outboundSchema, UpdateCatalogModelRequestHealthCheckMethod$inboundSchema, UpdateCatalogModelRequestHealthCheckMethod$outboundSchema, UpdateCatalogModelRequestHealthCheck2$inboundSchema, UpdateCatalogModelRequestHealthCheck2$outboundSchema, UpdateCatalogModelRequestHealthCheck1$inboundSchema, UpdateCatalogModelRequestHealthCheck1$outboundSchema, UpdateCatalogModelRequestHealthCheck$inboundSchema, UpdateCatalogModelRequestHealthCheck$outboundSchema, UpdateCatalogModelRequest$inboundSchema, UpdateCatalogModelRequest$outboundSchema;
78559
+ var UpdateCatalogModelRequestApiProviderType, UpdateCatalogModelRequestInput, UpdateCatalogModelRequestOutput, RateLimitsScope, TriggerModality, UpdateCatalogModelRequestHealthCheck3Method, UpdateCatalogModelRequestHealthCheckMethod, UpdateCatalogModelRequestApiProviderType$inboundSchema, UpdateCatalogModelRequestApiProviderType$outboundSchema, UpdateCatalogModelRequestStrategiesAuth4$inboundSchema, UpdateCatalogModelRequestStrategiesAuth4$outboundSchema, UpdateCatalogModelRequestStrategiesAuth3$inboundSchema, UpdateCatalogModelRequestStrategiesAuth3$outboundSchema, UpdateCatalogModelRequestStrategiesAuth2$inboundSchema, UpdateCatalogModelRequestStrategiesAuth2$outboundSchema, UpdateCatalogModelRequestStrategiesAuth1$inboundSchema, UpdateCatalogModelRequestStrategiesAuth1$outboundSchema, UpdateCatalogModelRequestStrategiesStrategies$inboundSchema, UpdateCatalogModelRequestStrategiesStrategies$outboundSchema, UpdateCatalogModelRequestStrategies4$inboundSchema, UpdateCatalogModelRequestStrategies4$outboundSchema, UpdateCatalogModelRequestStrategies3$inboundSchema, UpdateCatalogModelRequestStrategies3$outboundSchema, UpdateCatalogModelRequestStrategies2$inboundSchema, UpdateCatalogModelRequestStrategies2$outboundSchema, UpdateCatalogModelRequestStrategies1$inboundSchema, UpdateCatalogModelRequestStrategies1$outboundSchema, AuthStrategies$inboundSchema, AuthStrategies$outboundSchema, UpdateCatalogModelRequestAuth4$inboundSchema, UpdateCatalogModelRequestAuth4$outboundSchema, UpdateCatalogModelRequestAuth3$inboundSchema, UpdateCatalogModelRequestAuth3$outboundSchema, UpdateCatalogModelRequestAuth2$inboundSchema, UpdateCatalogModelRequestAuth2$outboundSchema, UpdateCatalogModelRequestAuth1$inboundSchema, UpdateCatalogModelRequestAuth1$outboundSchema, UpdateCatalogModelRequestAuth$inboundSchema, UpdateCatalogModelRequestAuth$outboundSchema, UpdateCatalogModelRequestInput$inboundSchema, UpdateCatalogModelRequestInput$outboundSchema, UpdateCatalogModelRequestOutput$inboundSchema, UpdateCatalogModelRequestOutput$outboundSchema, UpdateCatalogModelRequestModalities$inboundSchema, UpdateCatalogModelRequestModalities$outboundSchema, UpdateCatalogModelRequestMaxImageResolution$inboundSchema, UpdateCatalogModelRequestMaxImageResolution$outboundSchema, UpdateCatalogModelRequestMinImageResolution$inboundSchema, UpdateCatalogModelRequestMinImageResolution$outboundSchema, UpdateCatalogModelRequestCapabilities$inboundSchema, UpdateCatalogModelRequestCapabilities$outboundSchema, RateLimitsScope$inboundSchema, RateLimitsScope$outboundSchema, RateLimitsQueue$inboundSchema, RateLimitsQueue$outboundSchema, UpdateCatalogModelRequestRateLimits$inboundSchema, UpdateCatalogModelRequestRateLimits$outboundSchema, UpdateCatalogModelRequestConcurrency$inboundSchema, UpdateCatalogModelRequestConcurrency$outboundSchema, UpdateCatalogModelRequestDefaultParams$inboundSchema, UpdateCatalogModelRequestDefaultParams$outboundSchema, UpdateCatalogModelRequestTrigger4$inboundSchema, UpdateCatalogModelRequestTrigger4$outboundSchema, UpdateCatalogModelRequestTrigger3$inboundSchema, UpdateCatalogModelRequestTrigger3$outboundSchema, UpdateCatalogModelRequestTrigger2$inboundSchema, UpdateCatalogModelRequestTrigger2$outboundSchema, TriggerModality$inboundSchema, TriggerModality$outboundSchema, UpdateCatalogModelRequestTrigger1$inboundSchema, UpdateCatalogModelRequestTrigger1$outboundSchema, RerouteRulesTrigger$inboundSchema, RerouteRulesTrigger$outboundSchema, UpdateCatalogModelRequestRerouteRules$inboundSchema, UpdateCatalogModelRequestRerouteRules$outboundSchema, UpdateCatalogModelRequestDimensions2$inboundSchema, UpdateCatalogModelRequestDimensions2$outboundSchema, EmbeddingLimitsDimensions$inboundSchema, EmbeddingLimitsDimensions$outboundSchema, UpdateCatalogModelRequestEmbeddingLimits$inboundSchema, UpdateCatalogModelRequestEmbeddingLimits$outboundSchema, UpdateCatalogModelRequestHealthCheck3Method$inboundSchema, UpdateCatalogModelRequestHealthCheck3Method$outboundSchema, UpdateCatalogModelRequestHealthCheck3$inboundSchema, UpdateCatalogModelRequestHealthCheck3$outboundSchema, UpdateCatalogModelRequestHealthCheckMethod$inboundSchema, UpdateCatalogModelRequestHealthCheckMethod$outboundSchema, UpdateCatalogModelRequestHealthCheck2$inboundSchema, UpdateCatalogModelRequestHealthCheck2$outboundSchema, UpdateCatalogModelRequestHealthCheck1$inboundSchema, UpdateCatalogModelRequestHealthCheck1$outboundSchema, UpdateCatalogModelRequestHealthCheck$inboundSchema, UpdateCatalogModelRequestHealthCheck$outboundSchema, UpdateCatalogModelRequestModelCard$inboundSchema, UpdateCatalogModelRequestModelCard$outboundSchema, UpdateCatalogModelRequest$inboundSchema, UpdateCatalogModelRequest$outboundSchema;
78516
78560
  var init_updatecatalogmodelrequest = __esm(() => {
78517
78561
  init_esm();
78562
+ init_rfcdate();
78518
78563
  init_autoendpoint();
78519
78564
  UpdateCatalogModelRequestApiProviderType = {
78520
78565
  Groq: "groq",
@@ -78959,6 +79004,16 @@ var init_updatecatalogmodelrequest = __esm(() => {
78959
79004
  lazyType(() => UpdateCatalogModelRequestHealthCheck2$outboundSchema),
78960
79005
  lazyType(() => UpdateCatalogModelRequestHealthCheck3$outboundSchema)
78961
79006
  ]);
79007
+ UpdateCatalogModelRequestModelCard$inboundSchema = objectType({
79008
+ parameterCount: numberType().int().optional(),
79009
+ activeParameterCount: numberType().int().optional(),
79010
+ releaseDate: stringType().transform((v2) => new RFCDate(v2)).optional()
79011
+ });
79012
+ UpdateCatalogModelRequestModelCard$outboundSchema = objectType({
79013
+ parameterCount: numberType().int().optional(),
79014
+ activeParameterCount: numberType().int().optional(),
79015
+ releaseDate: instanceOfType(RFCDate).transform((v2) => v2.toString()).optional()
79016
+ });
78962
79017
  UpdateCatalogModelRequest$inboundSchema = objectType({
78963
79018
  provider: stringType().optional(),
78964
79019
  modelId: stringType().optional(),
@@ -78989,6 +79044,7 @@ var init_updatecatalogmodelrequest = __esm(() => {
78989
79044
  lazyType(() => UpdateCatalogModelRequestHealthCheck2$inboundSchema),
78990
79045
  lazyType(() => UpdateCatalogModelRequestHealthCheck3$inboundSchema)
78991
79046
  ])).optional(),
79047
+ modelCard: nullableType(lazyType(() => UpdateCatalogModelRequestModelCard$inboundSchema)).optional(),
78992
79048
  id: stringType()
78993
79049
  });
78994
79050
  UpdateCatalogModelRequest$outboundSchema = objectType({
@@ -79021,6 +79077,7 @@ var init_updatecatalogmodelrequest = __esm(() => {
79021
79077
  lazyType(() => UpdateCatalogModelRequestHealthCheck2$outboundSchema),
79022
79078
  lazyType(() => UpdateCatalogModelRequestHealthCheck3$outboundSchema)
79023
79079
  ])).optional(),
79080
+ modelCard: nullableType(lazyType(() => UpdateCatalogModelRequestModelCard$outboundSchema)).optional(),
79024
79081
  id: stringType()
79025
79082
  });
79026
79083
  });
@@ -83990,6 +84047,61 @@ var init_getorgratelimit = __esm(() => {
83990
84047
  }));
83991
84048
  });
83992
84049
 
84050
+ // src/models/errors/getpendinginvitation.ts
84051
+ var GetPendingInvitationSessionResponseBody, GetPendingInvitationResponseBody, GetPendingInvitationSessionResponseBody$inboundSchema, GetPendingInvitationSessionResponseBody$outboundSchema, GetPendingInvitationResponseBody$inboundSchema, GetPendingInvitationResponseBody$outboundSchema;
84052
+ var init_getpendinginvitation = __esm(() => {
84053
+ init_esm();
84054
+ init_sdkerror();
84055
+ GetPendingInvitationSessionResponseBody = class GetPendingInvitationSessionResponseBody extends SDKError {
84056
+ data$;
84057
+ constructor(err, httpMeta) {
84058
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
84059
+ super(message, httpMeta);
84060
+ this.data$ = err;
84061
+ this.name = "GetPendingInvitationSessionResponseBody";
84062
+ }
84063
+ };
84064
+ GetPendingInvitationResponseBody = class GetPendingInvitationResponseBody extends SDKError {
84065
+ data$;
84066
+ constructor(err, httpMeta) {
84067
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
84068
+ super(message, httpMeta);
84069
+ this.data$ = err;
84070
+ this.name = "GetPendingInvitationResponseBody";
84071
+ }
84072
+ };
84073
+ GetPendingInvitationSessionResponseBody$inboundSchema = objectType({
84074
+ message: stringType(),
84075
+ request$: instanceOfType(Request),
84076
+ response$: instanceOfType(Response),
84077
+ body$: stringType()
84078
+ }).transform((v2) => {
84079
+ return new GetPendingInvitationSessionResponseBody(v2, {
84080
+ request: v2.request$,
84081
+ response: v2.response$,
84082
+ body: v2.body$
84083
+ });
84084
+ });
84085
+ GetPendingInvitationSessionResponseBody$outboundSchema = instanceOfType(GetPendingInvitationSessionResponseBody).transform((v2) => v2.data$).pipe(objectType({
84086
+ message: stringType()
84087
+ }));
84088
+ GetPendingInvitationResponseBody$inboundSchema = objectType({
84089
+ message: stringType(),
84090
+ request$: instanceOfType(Request),
84091
+ response$: instanceOfType(Response),
84092
+ body$: stringType()
84093
+ }).transform((v2) => {
84094
+ return new GetPendingInvitationResponseBody(v2, {
84095
+ request: v2.request$,
84096
+ response: v2.response$,
84097
+ body: v2.body$
84098
+ });
84099
+ });
84100
+ GetPendingInvitationResponseBody$outboundSchema = instanceOfType(GetPendingInvitationResponseBody).transform((v2) => v2.data$).pipe(objectType({
84101
+ message: stringType()
84102
+ }));
84103
+ });
84104
+
83993
84105
  // src/models/errors/getserviceaccount.ts
83994
84106
  var GetServiceAccountAuthServiceAccountsResponse429ResponseBody, GetServiceAccountAuthServiceAccountsResponse410ResponseBody, GetServiceAccountAuthServiceAccountsResponse409ResponseBody, GetServiceAccountAuthServiceAccountsResponse404ResponseBody, GetServiceAccountAuthServiceAccountsResponseResponseBody, GetServiceAccountAuthServiceAccountsResponseBody, GetServiceAccountResponseBody, GetServiceAccountAuthServiceAccountsResponse429ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse429ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponse410ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse410ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponse409ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse409ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponse404ResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponse404ResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponseResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponseResponseBody$outboundSchema, GetServiceAccountAuthServiceAccountsResponseBody$inboundSchema, GetServiceAccountAuthServiceAccountsResponseBody$outboundSchema, GetServiceAccountResponseBody$inboundSchema, GetServiceAccountResponseBody$outboundSchema;
83995
84107
  var init_getserviceaccount = __esm(() => {
@@ -88083,6 +88195,7 @@ var init_errors4 = __esm(() => {
88083
88195
  init_getorgbyid();
88084
88196
  init_getorgquota();
88085
88197
  init_getorgratelimit();
88198
+ init_getpendinginvitation();
88086
88199
  init_getserviceaccount();
88087
88200
  init_getteam();
88088
88201
  init_httpclienterrors();
@@ -96789,6 +96902,7 @@ var ModelType, GetModelRequest$inboundSchema, GetModelRequest$outboundSchema, Mo
96789
96902
  var init_getmodel = __esm(() => {
96790
96903
  init_esm();
96791
96904
  init_primitives();
96905
+ init_rfcdate();
96792
96906
  ModelType = {
96793
96907
  Llm: "llm",
96794
96908
  Embeddings: "embeddings",
@@ -96842,13 +96956,19 @@ var init_getmodel = __esm(() => {
96842
96956
  model_type: ModelType$inboundSchema,
96843
96957
  input_modalities: arrayType(stringType()),
96844
96958
  output_modalities: arrayType(stringType()),
96959
+ parameter_count: nullableType(numberType().int()),
96960
+ active_parameter_count: nullableType(numberType().int()),
96961
+ release_date: nullableType(stringType().transform((v2) => new RFCDate(v2))),
96845
96962
  capabilities: lazyType(() => Capabilities$inboundSchema2)
96846
96963
  }).transform((v2) => {
96847
96964
  return remap(v2, {
96848
96965
  owned_by: "ownedBy",
96849
96966
  model_type: "modelType",
96850
96967
  input_modalities: "inputModalities",
96851
- output_modalities: "outputModalities"
96968
+ output_modalities: "outputModalities",
96969
+ parameter_count: "parameterCount",
96970
+ active_parameter_count: "activeParameterCount",
96971
+ release_date: "releaseDate"
96852
96972
  });
96853
96973
  });
96854
96974
  GetModelResponseBody$outboundSchema = objectType({
@@ -96859,13 +96979,19 @@ var init_getmodel = __esm(() => {
96859
96979
  modelType: ModelType$outboundSchema,
96860
96980
  inputModalities: arrayType(stringType()),
96861
96981
  outputModalities: arrayType(stringType()),
96982
+ parameterCount: nullableType(numberType().int()),
96983
+ activeParameterCount: nullableType(numberType().int()),
96984
+ releaseDate: nullableType(instanceOfType(RFCDate).transform((v2) => v2.toString())),
96862
96985
  capabilities: lazyType(() => Capabilities$outboundSchema2)
96863
96986
  }).transform((v2) => {
96864
96987
  return remap(v2, {
96865
96988
  ownedBy: "owned_by",
96866
96989
  modelType: "model_type",
96867
96990
  inputModalities: "input_modalities",
96868
- outputModalities: "output_modalities"
96991
+ outputModalities: "output_modalities",
96992
+ parameterCount: "parameter_count",
96993
+ activeParameterCount: "active_parameter_count",
96994
+ releaseDate: "release_date"
96869
96995
  });
96870
96996
  });
96871
96997
  });
@@ -97109,6 +97235,70 @@ var init_getorgratelimit2 = __esm(() => {
97109
97235
  });
97110
97236
  });
97111
97237
 
97238
+ // src/models/operations/getpendinginvitation.ts
97239
+ var GetPendingInvitationSecurity$inboundSchema, GetPendingInvitationSecurity$outboundSchema, GetPendingInvitationRequest$inboundSchema, GetPendingInvitationRequest$outboundSchema, Invitation2$inboundSchema, Invitation2$outboundSchema, Invitation1$inboundSchema, Invitation1$outboundSchema, GetPendingInvitationInvitation$inboundSchema, GetPendingInvitationInvitation$outboundSchema, GetPendingInvitationResponseBody$inboundSchema2, GetPendingInvitationResponseBody$outboundSchema2;
97240
+ var init_getpendinginvitation2 = __esm(() => {
97241
+ init_esm();
97242
+ init_primitives();
97243
+ init_discriminatedUnion();
97244
+ GetPendingInvitationSecurity$inboundSchema = objectType({
97245
+ sessionCookie: stringType()
97246
+ });
97247
+ GetPendingInvitationSecurity$outboundSchema = objectType({
97248
+ sessionCookie: stringType()
97249
+ });
97250
+ GetPendingInvitationRequest$inboundSchema = objectType({
97251
+ "X-On-Behalf-Of": stringType().optional()
97252
+ }).transform((v2) => {
97253
+ return remap(v2, {
97254
+ "X-On-Behalf-Of": "xOnBehalfOf"
97255
+ });
97256
+ });
97257
+ GetPendingInvitationRequest$outboundSchema = objectType({
97258
+ xOnBehalfOf: stringType().optional()
97259
+ }).transform((v2) => {
97260
+ return remap(v2, {
97261
+ xOnBehalfOf: "X-On-Behalf-Of"
97262
+ });
97263
+ });
97264
+ Invitation2$inboundSchema = objectType({
97265
+ type: literalType("cluster"),
97266
+ token: stringType()
97267
+ });
97268
+ Invitation2$outboundSchema = objectType({
97269
+ type: literalType("cluster"),
97270
+ token: stringType()
97271
+ });
97272
+ Invitation1$inboundSchema = objectType({
97273
+ type: literalType("organization"),
97274
+ id: stringType()
97275
+ });
97276
+ Invitation1$outboundSchema = objectType({
97277
+ type: literalType("organization"),
97278
+ id: stringType()
97279
+ });
97280
+ GetPendingInvitationInvitation$inboundSchema = discriminatedUnion2("type", {
97281
+ organization: lazyType(() => Invitation1$inboundSchema),
97282
+ cluster: lazyType(() => Invitation2$inboundSchema)
97283
+ });
97284
+ GetPendingInvitationInvitation$outboundSchema = unionType([
97285
+ lazyType(() => Invitation1$outboundSchema),
97286
+ lazyType(() => Invitation2$outboundSchema)
97287
+ ]);
97288
+ GetPendingInvitationResponseBody$inboundSchema2 = objectType({
97289
+ invitation: nullableType(discriminatedUnion2("type", {
97290
+ organization: lazyType(() => Invitation1$inboundSchema),
97291
+ cluster: lazyType(() => Invitation2$inboundSchema)
97292
+ }))
97293
+ });
97294
+ GetPendingInvitationResponseBody$outboundSchema2 = objectType({
97295
+ invitation: nullableType(unionType([
97296
+ lazyType(() => Invitation1$outboundSchema),
97297
+ lazyType(() => Invitation2$outboundSchema)
97298
+ ]))
97299
+ });
97300
+ });
97301
+
97112
97302
  // src/models/operations/getpricing.ts
97113
97303
  var GetPricingRequest$inboundSchema, GetPricingRequest$outboundSchema, GetPricingResponseResult$inboundSchema, GetPricingResponseResult$outboundSchema, GetPricingResponse$inboundSchema, GetPricingResponse$outboundSchema;
97114
97304
  var init_getpricing = __esm(() => {
@@ -101963,6 +102153,7 @@ var ListModelsModelType, ListModelsRequest$inboundSchema, ListModelsRequest$outb
101963
102153
  var init_listmodels = __esm(() => {
101964
102154
  init_esm();
101965
102155
  init_primitives();
102156
+ init_rfcdate();
101966
102157
  ListModelsModelType = {
101967
102158
  Llm: "llm",
101968
102159
  Embeddings: "embeddings",
@@ -102012,13 +102203,19 @@ var init_listmodels = __esm(() => {
102012
102203
  model_type: ListModelsModelType$inboundSchema,
102013
102204
  input_modalities: arrayType(stringType()),
102014
102205
  output_modalities: arrayType(stringType()),
102206
+ parameter_count: nullableType(numberType().int()),
102207
+ active_parameter_count: nullableType(numberType().int()),
102208
+ release_date: nullableType(stringType().transform((v2) => new RFCDate(v2))),
102015
102209
  capabilities: lazyType(() => ListModelsCapabilities$inboundSchema)
102016
102210
  }).transform((v2) => {
102017
102211
  return remap(v2, {
102018
102212
  owned_by: "ownedBy",
102019
102213
  model_type: "modelType",
102020
102214
  input_modalities: "inputModalities",
102021
- output_modalities: "outputModalities"
102215
+ output_modalities: "outputModalities",
102216
+ parameter_count: "parameterCount",
102217
+ active_parameter_count: "activeParameterCount",
102218
+ release_date: "releaseDate"
102022
102219
  });
102023
102220
  });
102024
102221
  ListModelsData$outboundSchema = objectType({
@@ -102029,13 +102226,19 @@ var init_listmodels = __esm(() => {
102029
102226
  modelType: ListModelsModelType$outboundSchema,
102030
102227
  inputModalities: arrayType(stringType()),
102031
102228
  outputModalities: arrayType(stringType()),
102229
+ parameterCount: nullableType(numberType().int()),
102230
+ activeParameterCount: nullableType(numberType().int()),
102231
+ releaseDate: nullableType(instanceOfType(RFCDate).transform((v2) => v2.toString())),
102032
102232
  capabilities: lazyType(() => ListModelsCapabilities$outboundSchema)
102033
102233
  }).transform((v2) => {
102034
102234
  return remap(v2, {
102035
102235
  ownedBy: "owned_by",
102036
102236
  modelType: "model_type",
102037
102237
  inputModalities: "input_modalities",
102038
- outputModalities: "output_modalities"
102238
+ outputModalities: "output_modalities",
102239
+ parameterCount: "parameter_count",
102240
+ activeParameterCount: "active_parameter_count",
102241
+ releaseDate: "release_date"
102039
102242
  });
102040
102243
  });
102041
102244
  ListModelsResponseBody$inboundSchema = objectType({
@@ -108755,6 +108958,7 @@ var init_operations = __esm(() => {
108755
108958
  init_getorgbyid2();
108756
108959
  init_getorgquota2();
108757
108960
  init_getorgratelimit2();
108961
+ init_getpendinginvitation2();
108758
108962
  init_getpricing();
108759
108963
  init_getprompt();
108760
108964
  init_getpromptversion();
@@ -153607,7 +153811,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
153607
153811
  function createMCPServer(deps) {
153608
153812
  const server = new McpServer({
153609
153813
  name: "SDK",
153610
- version: "0.54.31"
153814
+ version: "0.54.33"
153611
153815
  });
153612
153816
  const client = new SDKCore({
153613
153817
  bearerAuth: deps.bearerAuth,
@@ -155565,7 +155769,7 @@ var routes = rn({
155565
155769
  var app = Ve(routes, {
155566
155770
  name: "mcp",
155567
155771
  versionInfo: {
155568
- currentVersion: "0.54.31"
155772
+ currentVersion: "0.54.33"
155569
155773
  }
155570
155774
  });
155571
155775
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -155573,5 +155777,5 @@ export {
155573
155777
  app
155574
155778
  };
155575
155779
 
155576
- //# debugId=70A6E5616D2AA4A664756E2164756E21
155780
+ //# debugId=9DB87F8BD0CCB49164756E2164756E21
155577
155781
  //# sourceMappingURL=mcp-server.js.map