@meetkai/mka1 0.54.31 → 0.54.32
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.
- package/README.md +299 -294
- package/bin/mcp-server.js +126 -5
- package/bin/mcp-server.js.map +10 -8
- package/dist/commonjs/funcs/sessionGetPendingInvitation.d.ts +18 -0
- package/dist/commonjs/funcs/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/commonjs/funcs/sessionGetPendingInvitation.js +133 -0
- package/dist/commonjs/funcs/sessionGetPendingInvitation.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/errors/getpendinginvitation.d.ts +55 -0
- package/dist/commonjs/models/errors/getpendinginvitation.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getpendinginvitation.js +106 -0
- package/dist/commonjs/models/errors/getpendinginvitation.js.map +1 -0
- package/dist/commonjs/models/errors/index.d.ts +1 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +1 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/operations/getpendinginvitation.d.ts +89 -0
- package/dist/commonjs/models/operations/getpendinginvitation.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getpendinginvitation.js +160 -0
- package/dist/commonjs/models/operations/getpendinginvitation.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +1 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +1 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +1 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +1 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.d.ts +14 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.js +36 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.core.js.map +1 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.d.ts +35 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.js +65 -0
- package/dist/commonjs/react-query/sessionGetPendingInvitation.js.map +1 -0
- package/dist/commonjs/sdk/session.d.ts +7 -0
- package/dist/commonjs/sdk/session.d.ts.map +1 -1
- package/dist/commonjs/sdk/session.js +10 -0
- package/dist/commonjs/sdk/session.js.map +1 -1
- package/dist/esm/funcs/sessionGetPendingInvitation.d.ts +18 -0
- package/dist/esm/funcs/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/esm/funcs/sessionGetPendingInvitation.js +97 -0
- package/dist/esm/funcs/sessionGetPendingInvitation.js.map +1 -0
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/errors/getpendinginvitation.d.ts +55 -0
- package/dist/esm/models/errors/getpendinginvitation.d.ts.map +1 -0
- package/dist/esm/models/errors/getpendinginvitation.js +68 -0
- package/dist/esm/models/errors/getpendinginvitation.js.map +1 -0
- package/dist/esm/models/errors/index.d.ts +1 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +1 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/operations/getpendinginvitation.d.ts +89 -0
- package/dist/esm/models/operations/getpendinginvitation.d.ts.map +1 -0
- package/dist/esm/models/operations/getpendinginvitation.js +112 -0
- package/dist/esm/models/operations/getpendinginvitation.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +1 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +1 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +1 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +1 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/sessionGetPendingInvitation.core.d.ts +14 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.core.d.ts.map +1 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.core.js +31 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.core.js.map +1 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.d.ts +35 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.d.ts.map +1 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.js +55 -0
- package/dist/esm/react-query/sessionGetPendingInvitation.js.map +1 -0
- package/dist/esm/sdk/session.d.ts +7 -0
- package/dist/esm/sdk/session.d.ts.map +1 -1
- package/dist/esm/sdk/session.js +10 -0
- package/dist/esm/sdk/session.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/sessionGetPendingInvitation.ts +202 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/errors/getpendinginvitation.ts +128 -0
- package/src/models/errors/index.ts +1 -0
- package/src/models/operations/getpendinginvitation.ts +308 -0
- package/src/models/operations/index.ts +1 -0
- package/src/react-query/index.ts +1 -0
- package/src/react-query/sessionGetPendingInvitation.core.ts +79 -0
- package/src/react-query/sessionGetPendingInvitation.ts +150 -0
- 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.
|
|
52920
|
+
sdkVersion: "0.54.32",
|
|
52921
52921
|
genVersion: "2.937.18",
|
|
52922
|
-
userAgent: "speakeasy-sdk/typescript 0.54.
|
|
52922
|
+
userAgent: "speakeasy-sdk/typescript 0.54.32 2.937.18 1.1.0 @meetkai/mka1"
|
|
52923
52923
|
};
|
|
52924
52924
|
});
|
|
52925
52925
|
|
|
@@ -83990,6 +83990,61 @@ var init_getorgratelimit = __esm(() => {
|
|
|
83990
83990
|
}));
|
|
83991
83991
|
});
|
|
83992
83992
|
|
|
83993
|
+
// src/models/errors/getpendinginvitation.ts
|
|
83994
|
+
var GetPendingInvitationSessionResponseBody, GetPendingInvitationResponseBody, GetPendingInvitationSessionResponseBody$inboundSchema, GetPendingInvitationSessionResponseBody$outboundSchema, GetPendingInvitationResponseBody$inboundSchema, GetPendingInvitationResponseBody$outboundSchema;
|
|
83995
|
+
var init_getpendinginvitation = __esm(() => {
|
|
83996
|
+
init_esm();
|
|
83997
|
+
init_sdkerror();
|
|
83998
|
+
GetPendingInvitationSessionResponseBody = class GetPendingInvitationSessionResponseBody extends SDKError {
|
|
83999
|
+
data$;
|
|
84000
|
+
constructor(err, httpMeta) {
|
|
84001
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
84002
|
+
super(message, httpMeta);
|
|
84003
|
+
this.data$ = err;
|
|
84004
|
+
this.name = "GetPendingInvitationSessionResponseBody";
|
|
84005
|
+
}
|
|
84006
|
+
};
|
|
84007
|
+
GetPendingInvitationResponseBody = class GetPendingInvitationResponseBody extends SDKError {
|
|
84008
|
+
data$;
|
|
84009
|
+
constructor(err, httpMeta) {
|
|
84010
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
84011
|
+
super(message, httpMeta);
|
|
84012
|
+
this.data$ = err;
|
|
84013
|
+
this.name = "GetPendingInvitationResponseBody";
|
|
84014
|
+
}
|
|
84015
|
+
};
|
|
84016
|
+
GetPendingInvitationSessionResponseBody$inboundSchema = objectType({
|
|
84017
|
+
message: stringType(),
|
|
84018
|
+
request$: instanceOfType(Request),
|
|
84019
|
+
response$: instanceOfType(Response),
|
|
84020
|
+
body$: stringType()
|
|
84021
|
+
}).transform((v2) => {
|
|
84022
|
+
return new GetPendingInvitationSessionResponseBody(v2, {
|
|
84023
|
+
request: v2.request$,
|
|
84024
|
+
response: v2.response$,
|
|
84025
|
+
body: v2.body$
|
|
84026
|
+
});
|
|
84027
|
+
});
|
|
84028
|
+
GetPendingInvitationSessionResponseBody$outboundSchema = instanceOfType(GetPendingInvitationSessionResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
84029
|
+
message: stringType()
|
|
84030
|
+
}));
|
|
84031
|
+
GetPendingInvitationResponseBody$inboundSchema = objectType({
|
|
84032
|
+
message: stringType(),
|
|
84033
|
+
request$: instanceOfType(Request),
|
|
84034
|
+
response$: instanceOfType(Response),
|
|
84035
|
+
body$: stringType()
|
|
84036
|
+
}).transform((v2) => {
|
|
84037
|
+
return new GetPendingInvitationResponseBody(v2, {
|
|
84038
|
+
request: v2.request$,
|
|
84039
|
+
response: v2.response$,
|
|
84040
|
+
body: v2.body$
|
|
84041
|
+
});
|
|
84042
|
+
});
|
|
84043
|
+
GetPendingInvitationResponseBody$outboundSchema = instanceOfType(GetPendingInvitationResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
84044
|
+
message: stringType()
|
|
84045
|
+
}));
|
|
84046
|
+
});
|
|
84047
|
+
|
|
83993
84048
|
// src/models/errors/getserviceaccount.ts
|
|
83994
84049
|
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
84050
|
var init_getserviceaccount = __esm(() => {
|
|
@@ -88083,6 +88138,7 @@ var init_errors4 = __esm(() => {
|
|
|
88083
88138
|
init_getorgbyid();
|
|
88084
88139
|
init_getorgquota();
|
|
88085
88140
|
init_getorgratelimit();
|
|
88141
|
+
init_getpendinginvitation();
|
|
88086
88142
|
init_getserviceaccount();
|
|
88087
88143
|
init_getteam();
|
|
88088
88144
|
init_httpclienterrors();
|
|
@@ -97109,6 +97165,70 @@ var init_getorgratelimit2 = __esm(() => {
|
|
|
97109
97165
|
});
|
|
97110
97166
|
});
|
|
97111
97167
|
|
|
97168
|
+
// src/models/operations/getpendinginvitation.ts
|
|
97169
|
+
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;
|
|
97170
|
+
var init_getpendinginvitation2 = __esm(() => {
|
|
97171
|
+
init_esm();
|
|
97172
|
+
init_primitives();
|
|
97173
|
+
init_discriminatedUnion();
|
|
97174
|
+
GetPendingInvitationSecurity$inboundSchema = objectType({
|
|
97175
|
+
sessionCookie: stringType()
|
|
97176
|
+
});
|
|
97177
|
+
GetPendingInvitationSecurity$outboundSchema = objectType({
|
|
97178
|
+
sessionCookie: stringType()
|
|
97179
|
+
});
|
|
97180
|
+
GetPendingInvitationRequest$inboundSchema = objectType({
|
|
97181
|
+
"X-On-Behalf-Of": stringType().optional()
|
|
97182
|
+
}).transform((v2) => {
|
|
97183
|
+
return remap(v2, {
|
|
97184
|
+
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
97185
|
+
});
|
|
97186
|
+
});
|
|
97187
|
+
GetPendingInvitationRequest$outboundSchema = objectType({
|
|
97188
|
+
xOnBehalfOf: stringType().optional()
|
|
97189
|
+
}).transform((v2) => {
|
|
97190
|
+
return remap(v2, {
|
|
97191
|
+
xOnBehalfOf: "X-On-Behalf-Of"
|
|
97192
|
+
});
|
|
97193
|
+
});
|
|
97194
|
+
Invitation2$inboundSchema = objectType({
|
|
97195
|
+
type: literalType("cluster"),
|
|
97196
|
+
token: stringType()
|
|
97197
|
+
});
|
|
97198
|
+
Invitation2$outboundSchema = objectType({
|
|
97199
|
+
type: literalType("cluster"),
|
|
97200
|
+
token: stringType()
|
|
97201
|
+
});
|
|
97202
|
+
Invitation1$inboundSchema = objectType({
|
|
97203
|
+
type: literalType("organization"),
|
|
97204
|
+
id: stringType()
|
|
97205
|
+
});
|
|
97206
|
+
Invitation1$outboundSchema = objectType({
|
|
97207
|
+
type: literalType("organization"),
|
|
97208
|
+
id: stringType()
|
|
97209
|
+
});
|
|
97210
|
+
GetPendingInvitationInvitation$inboundSchema = discriminatedUnion2("type", {
|
|
97211
|
+
organization: lazyType(() => Invitation1$inboundSchema),
|
|
97212
|
+
cluster: lazyType(() => Invitation2$inboundSchema)
|
|
97213
|
+
});
|
|
97214
|
+
GetPendingInvitationInvitation$outboundSchema = unionType([
|
|
97215
|
+
lazyType(() => Invitation1$outboundSchema),
|
|
97216
|
+
lazyType(() => Invitation2$outboundSchema)
|
|
97217
|
+
]);
|
|
97218
|
+
GetPendingInvitationResponseBody$inboundSchema2 = objectType({
|
|
97219
|
+
invitation: nullableType(discriminatedUnion2("type", {
|
|
97220
|
+
organization: lazyType(() => Invitation1$inboundSchema),
|
|
97221
|
+
cluster: lazyType(() => Invitation2$inboundSchema)
|
|
97222
|
+
}))
|
|
97223
|
+
});
|
|
97224
|
+
GetPendingInvitationResponseBody$outboundSchema2 = objectType({
|
|
97225
|
+
invitation: nullableType(unionType([
|
|
97226
|
+
lazyType(() => Invitation1$outboundSchema),
|
|
97227
|
+
lazyType(() => Invitation2$outboundSchema)
|
|
97228
|
+
]))
|
|
97229
|
+
});
|
|
97230
|
+
});
|
|
97231
|
+
|
|
97112
97232
|
// src/models/operations/getpricing.ts
|
|
97113
97233
|
var GetPricingRequest$inboundSchema, GetPricingRequest$outboundSchema, GetPricingResponseResult$inboundSchema, GetPricingResponseResult$outboundSchema, GetPricingResponse$inboundSchema, GetPricingResponse$outboundSchema;
|
|
97114
97234
|
var init_getpricing = __esm(() => {
|
|
@@ -108755,6 +108875,7 @@ var init_operations = __esm(() => {
|
|
|
108755
108875
|
init_getorgbyid2();
|
|
108756
108876
|
init_getorgquota2();
|
|
108757
108877
|
init_getorgratelimit2();
|
|
108878
|
+
init_getpendinginvitation2();
|
|
108758
108879
|
init_getpricing();
|
|
108759
108880
|
init_getprompt();
|
|
108760
108881
|
init_getpromptversion();
|
|
@@ -153607,7 +153728,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
153607
153728
|
function createMCPServer(deps) {
|
|
153608
153729
|
const server = new McpServer({
|
|
153609
153730
|
name: "SDK",
|
|
153610
|
-
version: "0.54.
|
|
153731
|
+
version: "0.54.32"
|
|
153611
153732
|
});
|
|
153612
153733
|
const client = new SDKCore({
|
|
153613
153734
|
bearerAuth: deps.bearerAuth,
|
|
@@ -155565,7 +155686,7 @@ var routes = rn({
|
|
|
155565
155686
|
var app = Ve(routes, {
|
|
155566
155687
|
name: "mcp",
|
|
155567
155688
|
versionInfo: {
|
|
155568
|
-
currentVersion: "0.54.
|
|
155689
|
+
currentVersion: "0.54.32"
|
|
155569
155690
|
}
|
|
155570
155691
|
});
|
|
155571
155692
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -155573,5 +155694,5 @@ export {
|
|
|
155573
155694
|
app
|
|
155574
155695
|
};
|
|
155575
155696
|
|
|
155576
|
-
//# debugId=
|
|
155697
|
+
//# debugId=37F4EA4A0BA4DF5364756E2164756E21
|
|
155577
155698
|
//# sourceMappingURL=mcp-server.js.map
|