@meetkai/mka1 0.54.2 → 0.54.3
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 +281 -275
- package/bin/mcp-server.js +510 -61
- package/bin/mcp-server.js.map +18 -8
- package/dist/commonjs/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts +18 -0
- package/dist/commonjs/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js +140 -0
- package/dist/commonjs/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js.map +1 -0
- package/dist/commonjs/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts +18 -0
- package/dist/commonjs/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js +138 -0
- package/dist/commonjs/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.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.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/server.js +5 -1
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js.map +1 -0
- package/dist/commonjs/models/components/githubpullrequestrequest.d.ts +34 -0
- package/dist/commonjs/models/components/githubpullrequestrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/githubpullrequestrequest.js +66 -0
- package/dist/commonjs/models/components/githubpullrequestrequest.js.map +1 -0
- package/dist/commonjs/models/components/githubpullrequestresult.d.ts +37 -0
- package/dist/commonjs/models/components/githubpullrequestresult.d.ts.map +1 -0
- package/dist/commonjs/models/components/githubpullrequestresult.js +93 -0
- package/dist/commonjs/models/components/githubpullrequestresult.js.map +1 -0
- package/dist/commonjs/models/components/githubpushrequest.d.ts +35 -0
- package/dist/commonjs/models/components/githubpushrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/githubpushrequest.js +75 -0
- package/dist/commonjs/models/components/githubpushrequest.js.map +1 -0
- package/dist/commonjs/models/components/githubpushresult.d.ts +31 -0
- package/dist/commonjs/models/components/githubpushresult.d.ts.map +1 -0
- package/dist/commonjs/models/components/githubpushresult.js +89 -0
- package/dist/commonjs/models/components/githubpushresult.js.map +1 -0
- package/dist/commonjs/models/components/index.d.ts +4 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +4 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.d.ts +25 -0
- package/dist/commonjs/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.js +78 -0
- package/dist/commonjs/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +2 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +2 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.d.ts +25 -0
- package/dist/commonjs/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.d.ts.map +1 -0
- package/dist/commonjs/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.js +77 -0
- package/dist/commonjs/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +2 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +2 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts +27 -0
- package/dist/commonjs/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js +48 -0
- package/dist/commonjs/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts +27 -0
- package/dist/commonjs/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js +48 -0
- package/dist/commonjs/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js.map +1 -0
- package/dist/commonjs/sdk/schema3other.d.ts +8 -0
- package/dist/commonjs/sdk/schema3other.d.ts.map +1 -1
- package/dist/commonjs/sdk/schema3other.js +14 -0
- package/dist/commonjs/sdk/schema3other.js.map +1 -1
- package/dist/esm/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts +18 -0
- package/dist/esm/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js +104 -0
- package/dist/esm/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js.map +1 -0
- package/dist/esm/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts +18 -0
- package/dist/esm/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js +102 -0
- package/dist/esm/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.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.d.ts.map +1 -1
- package/dist/esm/mcp-server/server.js +5 -1
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js.map +1 -0
- package/dist/esm/models/components/githubpullrequestrequest.d.ts +34 -0
- package/dist/esm/models/components/githubpullrequestrequest.d.ts.map +1 -0
- package/dist/esm/models/components/githubpullrequestrequest.js +28 -0
- package/dist/esm/models/components/githubpullrequestrequest.js.map +1 -0
- package/dist/esm/models/components/githubpullrequestresult.d.ts +37 -0
- package/dist/esm/models/components/githubpullrequestresult.d.ts.map +1 -0
- package/dist/esm/models/components/githubpullrequestresult.js +55 -0
- package/dist/esm/models/components/githubpullrequestresult.js.map +1 -0
- package/dist/esm/models/components/githubpushrequest.d.ts +35 -0
- package/dist/esm/models/components/githubpushrequest.d.ts.map +1 -0
- package/dist/esm/models/components/githubpushrequest.js +37 -0
- package/dist/esm/models/components/githubpushrequest.js.map +1 -0
- package/dist/esm/models/components/githubpushresult.d.ts +31 -0
- package/dist/esm/models/components/githubpushresult.d.ts.map +1 -0
- package/dist/esm/models/components/githubpushresult.js +51 -0
- package/dist/esm/models/components/githubpushresult.js.map +1 -0
- package/dist/esm/models/components/index.d.ts +4 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +4 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.d.ts +25 -0
- package/dist/esm/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.d.ts.map +1 -0
- package/dist/esm/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.js +40 -0
- package/dist/esm/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +2 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +2 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.d.ts +25 -0
- package/dist/esm/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.d.ts.map +1 -0
- package/dist/esm/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.js +39 -0
- package/dist/esm/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +2 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +2 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts +27 -0
- package/dist/esm/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js +43 -0
- package/dist/esm/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.js.map +1 -0
- package/dist/esm/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts +27 -0
- package/dist/esm/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js +43 -0
- package/dist/esm/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js.map +1 -0
- package/dist/esm/sdk/schema3other.d.ts +8 -0
- package/dist/esm/sdk/schema3other.d.ts.map +1 -1
- package/dist/esm/sdk/schema3other.js +14 -0
- package/dist/esm/sdk/schema3other.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.ts +202 -0
- package/src/funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.ts +197 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.ts +40 -0
- package/src/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.ts +40 -0
- package/src/models/components/githubpullrequestrequest.ts +76 -0
- package/src/models/components/githubpullrequestresult.ts +106 -0
- package/src/models/components/githubpushrequest.ts +86 -0
- package/src/models/components/githubpushresult.ts +96 -0
- package/src/models/components/index.ts +4 -0
- package/src/models/operations/createorupdateapiv1sandboxsessionssessionidgithubpullrequestpost.ts +90 -0
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/pushapiv1sandboxsessionssessionidgithubpushpost.ts +86 -0
- package/src/react-query/index.ts +2 -0
- package/src/react-query/schema3OtherCreateOrUpdateApiV1SandboxSessionsSessionIdGithubPullRequestPost.ts +129 -0
- package/src/react-query/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.ts +128 -0
- package/src/sdk/schema3other.ts +35 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.tool$schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost = void 0;
|
|
40
|
+
const schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost_js_1 = require("../../funcs/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js");
|
|
41
|
+
const operations = __importStar(require("../../models/operations/index.js"));
|
|
42
|
+
const tools_js_1 = require("../tools.js");
|
|
43
|
+
const args = {
|
|
44
|
+
request: operations
|
|
45
|
+
.PushApiV1SandboxSessionsSessionIdGithubPushPostRequest$inboundSchema,
|
|
46
|
+
};
|
|
47
|
+
exports.tool$schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost = {
|
|
48
|
+
name: "schema-3-other-push-api-v1-sandbox-sessions-session-id-github-push-post",
|
|
49
|
+
description: `Push`,
|
|
50
|
+
args,
|
|
51
|
+
tool: async (client, args, ctx) => {
|
|
52
|
+
const [result, apiCall] = await (0, schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost_js_1.schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost)(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
53
|
+
if (!result.ok) {
|
|
54
|
+
return {
|
|
55
|
+
content: [{ type: "text", text: result.error.message }],
|
|
56
|
+
isError: true,
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
const value = result.value;
|
|
60
|
+
return (0, tools_js_1.formatResult)(value, apiCall);
|
|
61
|
+
},
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.js","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherPushApiV1SandboxSessionsSessionIdGithubPushPost.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,+JAAyJ;AACzJ,6EAA+D;AAC/D,0CAA2D;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EACL,UAAU;SACP,oEAAoE;CAC1E,CAAC;AAEW,QAAA,gEAAgE,GAC7C;IAC5B,IAAI,EACF,yEAAyE;IAC3E,WAAW,EAAE,MAAM;IACnB,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACrB,MAAM,IAAA,4HAA2D,EAC/D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,IAAA,uBAAY,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
/**
|
|
5
|
+
* Public operation request.
|
|
6
|
+
*
|
|
7
|
+
* @remarks
|
|
8
|
+
*
|
|
9
|
+
* It deliberately has no repository field: the repository is the session's
|
|
10
|
+
* clone binding. The head branch is the caller's — the branch the agent
|
|
11
|
+
* pushed.
|
|
12
|
+
*/
|
|
13
|
+
export type GitHubPullRequestRequest = {
|
|
14
|
+
branch: string;
|
|
15
|
+
title: string;
|
|
16
|
+
body?: string | undefined;
|
|
17
|
+
base?: string | null | undefined;
|
|
18
|
+
draft?: boolean | undefined;
|
|
19
|
+
};
|
|
20
|
+
/** @internal */
|
|
21
|
+
export declare const GitHubPullRequestRequest$inboundSchema: z.ZodType<GitHubPullRequestRequest, z.ZodTypeDef, unknown>;
|
|
22
|
+
/** @internal */
|
|
23
|
+
export type GitHubPullRequestRequest$Outbound = {
|
|
24
|
+
branch: string;
|
|
25
|
+
title: string;
|
|
26
|
+
body: string;
|
|
27
|
+
base?: string | null | undefined;
|
|
28
|
+
draft: boolean;
|
|
29
|
+
};
|
|
30
|
+
/** @internal */
|
|
31
|
+
export declare const GitHubPullRequestRequest$outboundSchema: z.ZodType<GitHubPullRequestRequest$Outbound, z.ZodTypeDef, GitHubPullRequestRequest>;
|
|
32
|
+
export declare function gitHubPullRequestRequestToJSON(gitHubPullRequestRequest: GitHubPullRequestRequest): string;
|
|
33
|
+
export declare function gitHubPullRequestRequestFromJSON(jsonString: string): SafeParseResult<GitHubPullRequestRequest, SDKValidationError>;
|
|
34
|
+
//# sourceMappingURL=githubpullrequestrequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpullrequestrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/githubpullrequestrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;;;;;;;GAQG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAOxB,CAAC;AAEH,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR;AACD,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GitHubPullRequestRequest$outboundSchema = exports.GitHubPullRequestRequest$inboundSchema = void 0;
|
|
40
|
+
exports.gitHubPullRequestRequestToJSON = gitHubPullRequestRequestToJSON;
|
|
41
|
+
exports.gitHubPullRequestRequestFromJSON = gitHubPullRequestRequestFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
/** @internal */
|
|
45
|
+
exports.GitHubPullRequestRequest$inboundSchema = z.object({
|
|
46
|
+
branch: z.string(),
|
|
47
|
+
title: z.string(),
|
|
48
|
+
body: z.string().default(""),
|
|
49
|
+
base: z.nullable(z.string()).optional(),
|
|
50
|
+
draft: z.boolean().default(false),
|
|
51
|
+
});
|
|
52
|
+
/** @internal */
|
|
53
|
+
exports.GitHubPullRequestRequest$outboundSchema = z.object({
|
|
54
|
+
branch: z.string(),
|
|
55
|
+
title: z.string(),
|
|
56
|
+
body: z.string().default(""),
|
|
57
|
+
base: z.nullable(z.string()).optional(),
|
|
58
|
+
draft: z.boolean().default(false),
|
|
59
|
+
});
|
|
60
|
+
function gitHubPullRequestRequestToJSON(gitHubPullRequestRequest) {
|
|
61
|
+
return JSON.stringify(exports.GitHubPullRequestRequest$outboundSchema.parse(gitHubPullRequestRequest));
|
|
62
|
+
}
|
|
63
|
+
function gitHubPullRequestRequestFromJSON(jsonString) {
|
|
64
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GitHubPullRequestRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitHubPullRequestRequest' from JSON`);
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=githubpullrequestrequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpullrequestrequest.js","sourceRoot":"","sources":["../../../../src/models/components/githubpullrequestrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DH,wEAMC;AACD,4EAQC;AAvED,0CAA4B;AAC5B,qDAAiD;AAqBjD,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IAC5B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CAClC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IAC5B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CAClC,CAAC,CAAC;AAEH,SAAgB,8BAA8B,CAC5C,wBAAkD;IAElD,OAAO,IAAI,CAAC,SAAS,CACnB,+CAAuC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CACxE,CAAC;AACJ,CAAC;AACD,SAAgB,gCAAgC,CAC9C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,8CAAsC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClE,sDAAsD,CACvD,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
export type GitHubPullRequestResult = {
|
|
5
|
+
sessionId: string;
|
|
6
|
+
repositoryId: number;
|
|
7
|
+
owner: string;
|
|
8
|
+
repository: string;
|
|
9
|
+
number: number;
|
|
10
|
+
url: string;
|
|
11
|
+
state: string;
|
|
12
|
+
draft: boolean;
|
|
13
|
+
headBranch: string;
|
|
14
|
+
baseBranch: string | null;
|
|
15
|
+
created: boolean;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const GitHubPullRequestResult$inboundSchema: z.ZodType<GitHubPullRequestResult, z.ZodTypeDef, unknown>;
|
|
19
|
+
/** @internal */
|
|
20
|
+
export type GitHubPullRequestResult$Outbound = {
|
|
21
|
+
session_id: string;
|
|
22
|
+
repository_id: number;
|
|
23
|
+
owner: string;
|
|
24
|
+
repository: string;
|
|
25
|
+
number: number;
|
|
26
|
+
url: string;
|
|
27
|
+
state: string;
|
|
28
|
+
draft: boolean;
|
|
29
|
+
head_branch: string;
|
|
30
|
+
base_branch: string | null;
|
|
31
|
+
created: boolean;
|
|
32
|
+
};
|
|
33
|
+
/** @internal */
|
|
34
|
+
export declare const GitHubPullRequestResult$outboundSchema: z.ZodType<GitHubPullRequestResult$Outbound, z.ZodTypeDef, GitHubPullRequestResult>;
|
|
35
|
+
export declare function gitHubPullRequestResultToJSON(gitHubPullRequestResult: GitHubPullRequestResult): string;
|
|
36
|
+
export declare function gitHubPullRequestResultFromJSON(jsonString: string): SafeParseResult<GitHubPullRequestResult, SDKValidationError>;
|
|
37
|
+
//# sourceMappingURL=githubpullrequestresult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpullrequestresult.d.ts","sourceRoot":"","sources":["../../../../src/models/components/githubpullrequestresult.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAoBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAoBvB,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AACD,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GitHubPullRequestResult$outboundSchema = exports.GitHubPullRequestResult$inboundSchema = void 0;
|
|
40
|
+
exports.gitHubPullRequestResultToJSON = gitHubPullRequestResultToJSON;
|
|
41
|
+
exports.gitHubPullRequestResultFromJSON = gitHubPullRequestResultFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.GitHubPullRequestResult$inboundSchema = z.object({
|
|
47
|
+
session_id: z.string(),
|
|
48
|
+
repository_id: z.number().int(),
|
|
49
|
+
owner: z.string(),
|
|
50
|
+
repository: z.string(),
|
|
51
|
+
number: z.number().int(),
|
|
52
|
+
url: z.string(),
|
|
53
|
+
state: z.string(),
|
|
54
|
+
draft: z.boolean(),
|
|
55
|
+
head_branch: z.string(),
|
|
56
|
+
base_branch: z.nullable(z.string()),
|
|
57
|
+
created: z.boolean(),
|
|
58
|
+
}).transform((v) => {
|
|
59
|
+
return (0, primitives_js_1.remap)(v, {
|
|
60
|
+
"session_id": "sessionId",
|
|
61
|
+
"repository_id": "repositoryId",
|
|
62
|
+
"head_branch": "headBranch",
|
|
63
|
+
"base_branch": "baseBranch",
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
/** @internal */
|
|
67
|
+
exports.GitHubPullRequestResult$outboundSchema = z.object({
|
|
68
|
+
sessionId: z.string(),
|
|
69
|
+
repositoryId: z.number().int(),
|
|
70
|
+
owner: z.string(),
|
|
71
|
+
repository: z.string(),
|
|
72
|
+
number: z.number().int(),
|
|
73
|
+
url: z.string(),
|
|
74
|
+
state: z.string(),
|
|
75
|
+
draft: z.boolean(),
|
|
76
|
+
headBranch: z.string(),
|
|
77
|
+
baseBranch: z.nullable(z.string()),
|
|
78
|
+
created: z.boolean(),
|
|
79
|
+
}).transform((v) => {
|
|
80
|
+
return (0, primitives_js_1.remap)(v, {
|
|
81
|
+
sessionId: "session_id",
|
|
82
|
+
repositoryId: "repository_id",
|
|
83
|
+
headBranch: "head_branch",
|
|
84
|
+
baseBranch: "base_branch",
|
|
85
|
+
});
|
|
86
|
+
});
|
|
87
|
+
function gitHubPullRequestResultToJSON(gitHubPullRequestResult) {
|
|
88
|
+
return JSON.stringify(exports.GitHubPullRequestResult$outboundSchema.parse(gitHubPullRequestResult));
|
|
89
|
+
}
|
|
90
|
+
function gitHubPullRequestResultFromJSON(jsonString) {
|
|
91
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GitHubPullRequestResult$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitHubPullRequestResult' from JSON`);
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=githubpullrequestresult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpullrequestresult.js","sourceRoot":"","sources":["../../../../src/models/components/githubpullrequestresult.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwFH,sEAMC;AACD,0EAQC;AArGD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAkBjD,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACxB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE;IAClB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACnC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;QACzB,eAAe,EAAE,cAAc;QAC/B,aAAa,EAAE,YAAY;QAC3B,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAgBH,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACxB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE;IAClB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAClC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;QACvB,YAAY,EAAE,eAAe;QAC7B,UAAU,EAAE,aAAa;QACzB,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC;AACD,SAAgB,+BAA+B,CAC7C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAAqC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjE,qDAAqD,CACtD,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
/**
|
|
5
|
+
* Public operation request.
|
|
6
|
+
*
|
|
7
|
+
* @remarks
|
|
8
|
+
*
|
|
9
|
+
* It deliberately has no credential or repository field: the credential is
|
|
10
|
+
* the caller's stored connection, and the repository is the session's clone
|
|
11
|
+
* binding. ``checkout_path`` names where the repository root sits inside
|
|
12
|
+
* the workspace (empty = the workspace root), because the caller — the
|
|
13
|
+
* agent working in the checkout — knows the layout and the server must not
|
|
14
|
+
* guess it.
|
|
15
|
+
*/
|
|
16
|
+
export type GitHubPushRequest = {
|
|
17
|
+
assignmentGeneration: number;
|
|
18
|
+
branch: string;
|
|
19
|
+
checkoutPath?: string | undefined;
|
|
20
|
+
force?: boolean | undefined;
|
|
21
|
+
};
|
|
22
|
+
/** @internal */
|
|
23
|
+
export declare const GitHubPushRequest$inboundSchema: z.ZodType<GitHubPushRequest, z.ZodTypeDef, unknown>;
|
|
24
|
+
/** @internal */
|
|
25
|
+
export type GitHubPushRequest$Outbound = {
|
|
26
|
+
assignment_generation: number;
|
|
27
|
+
branch: string;
|
|
28
|
+
checkout_path: string;
|
|
29
|
+
force: boolean;
|
|
30
|
+
};
|
|
31
|
+
/** @internal */
|
|
32
|
+
export declare const GitHubPushRequest$outboundSchema: z.ZodType<GitHubPushRequest$Outbound, z.ZodTypeDef, GitHubPushRequest>;
|
|
33
|
+
export declare function gitHubPushRequestToJSON(gitHubPushRequest: GitHubPushRequest): string;
|
|
34
|
+
export declare function gitHubPushRequestFromJSON(jsonString: string): SafeParseResult<GitHubPushRequest, SDKValidationError>;
|
|
35
|
+
//# sourceMappingURL=githubpushrequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpushrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/githubpushrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAWjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AACD,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GitHubPushRequest$outboundSchema = exports.GitHubPushRequest$inboundSchema = void 0;
|
|
40
|
+
exports.gitHubPushRequestToJSON = gitHubPushRequestToJSON;
|
|
41
|
+
exports.gitHubPushRequestFromJSON = gitHubPushRequestFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.GitHubPushRequest$inboundSchema = z.object({
|
|
47
|
+
assignment_generation: z.number().int(),
|
|
48
|
+
branch: z.string(),
|
|
49
|
+
checkout_path: z.string().default(""),
|
|
50
|
+
force: z.boolean().default(false),
|
|
51
|
+
}).transform((v) => {
|
|
52
|
+
return (0, primitives_js_1.remap)(v, {
|
|
53
|
+
"assignment_generation": "assignmentGeneration",
|
|
54
|
+
"checkout_path": "checkoutPath",
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
/** @internal */
|
|
58
|
+
exports.GitHubPushRequest$outboundSchema = z.object({
|
|
59
|
+
assignmentGeneration: z.number().int(),
|
|
60
|
+
branch: z.string(),
|
|
61
|
+
checkoutPath: z.string().default(""),
|
|
62
|
+
force: z.boolean().default(false),
|
|
63
|
+
}).transform((v) => {
|
|
64
|
+
return (0, primitives_js_1.remap)(v, {
|
|
65
|
+
assignmentGeneration: "assignment_generation",
|
|
66
|
+
checkoutPath: "checkout_path",
|
|
67
|
+
});
|
|
68
|
+
});
|
|
69
|
+
function gitHubPushRequestToJSON(gitHubPushRequest) {
|
|
70
|
+
return JSON.stringify(exports.GitHubPushRequest$outboundSchema.parse(gitHubPushRequest));
|
|
71
|
+
}
|
|
72
|
+
function gitHubPushRequestFromJSON(jsonString) {
|
|
73
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GitHubPushRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitHubPushRequest' from JSON`);
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=githubpushrequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpushrequest.js","sourceRoot":"","sources":["../../../../src/models/components/githubpushrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoEH,0DAMC;AACD,8DAQC;AAjFD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAuBjD,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,qBAAqB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACrC,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CAClC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,uBAAuB,EAAE,sBAAsB;QAC/C,eAAe,EAAE,cAAc;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACtC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACpC,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CAClC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,oBAAoB,EAAE,uBAAuB;QAC7C,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC;AACD,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
export type GitHubPushResult = {
|
|
5
|
+
sessionId: string;
|
|
6
|
+
assignmentGeneration: number;
|
|
7
|
+
repositoryId: number;
|
|
8
|
+
owner: string;
|
|
9
|
+
repository: string;
|
|
10
|
+
branch: string;
|
|
11
|
+
remoteHeadSha: string;
|
|
12
|
+
noChanges: boolean;
|
|
13
|
+
};
|
|
14
|
+
/** @internal */
|
|
15
|
+
export declare const GitHubPushResult$inboundSchema: z.ZodType<GitHubPushResult, z.ZodTypeDef, unknown>;
|
|
16
|
+
/** @internal */
|
|
17
|
+
export type GitHubPushResult$Outbound = {
|
|
18
|
+
session_id: string;
|
|
19
|
+
assignment_generation: number;
|
|
20
|
+
repository_id: number;
|
|
21
|
+
owner: string;
|
|
22
|
+
repository: string;
|
|
23
|
+
branch: string;
|
|
24
|
+
remote_head_sha: string;
|
|
25
|
+
no_changes: boolean;
|
|
26
|
+
};
|
|
27
|
+
/** @internal */
|
|
28
|
+
export declare const GitHubPushResult$outboundSchema: z.ZodType<GitHubPushResult$Outbound, z.ZodTypeDef, GitHubPushResult>;
|
|
29
|
+
export declare function gitHubPushResultToJSON(gitHubPushResult: GitHubPushResult): string;
|
|
30
|
+
export declare function gitHubPushResultFromJSON(jsonString: string): SafeParseResult<GitHubPushResult, SDKValidationError>;
|
|
31
|
+
//# sourceMappingURL=githubpushresult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpushresult.d.ts","sourceRoot":"","sources":["../../../../src/models/components/githubpushresult.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAkBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,yBAAyB,GAAG;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,gBAAgB,CAkBhB,CAAC;AAEH,wBAAgB,sBAAsB,CACpC,gBAAgB,EAAE,gBAAgB,GACjC,MAAM,CAIR;AACD,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAMvD"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GitHubPushResult$outboundSchema = exports.GitHubPushResult$inboundSchema = void 0;
|
|
40
|
+
exports.gitHubPushResultToJSON = gitHubPushResultToJSON;
|
|
41
|
+
exports.gitHubPushResultFromJSON = gitHubPushResultFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.GitHubPushResult$inboundSchema = z.object({
|
|
47
|
+
session_id: z.string(),
|
|
48
|
+
assignment_generation: z.number().int(),
|
|
49
|
+
repository_id: z.number().int(),
|
|
50
|
+
owner: z.string(),
|
|
51
|
+
repository: z.string(),
|
|
52
|
+
branch: z.string(),
|
|
53
|
+
remote_head_sha: z.string(),
|
|
54
|
+
no_changes: z.boolean(),
|
|
55
|
+
}).transform((v) => {
|
|
56
|
+
return (0, primitives_js_1.remap)(v, {
|
|
57
|
+
"session_id": "sessionId",
|
|
58
|
+
"assignment_generation": "assignmentGeneration",
|
|
59
|
+
"repository_id": "repositoryId",
|
|
60
|
+
"remote_head_sha": "remoteHeadSha",
|
|
61
|
+
"no_changes": "noChanges",
|
|
62
|
+
});
|
|
63
|
+
});
|
|
64
|
+
/** @internal */
|
|
65
|
+
exports.GitHubPushResult$outboundSchema = z.object({
|
|
66
|
+
sessionId: z.string(),
|
|
67
|
+
assignmentGeneration: z.number().int(),
|
|
68
|
+
repositoryId: z.number().int(),
|
|
69
|
+
owner: z.string(),
|
|
70
|
+
repository: z.string(),
|
|
71
|
+
branch: z.string(),
|
|
72
|
+
remoteHeadSha: z.string(),
|
|
73
|
+
noChanges: z.boolean(),
|
|
74
|
+
}).transform((v) => {
|
|
75
|
+
return (0, primitives_js_1.remap)(v, {
|
|
76
|
+
sessionId: "session_id",
|
|
77
|
+
assignmentGeneration: "assignment_generation",
|
|
78
|
+
repositoryId: "repository_id",
|
|
79
|
+
remoteHeadSha: "remote_head_sha",
|
|
80
|
+
noChanges: "no_changes",
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
function gitHubPushResultToJSON(gitHubPushResult) {
|
|
84
|
+
return JSON.stringify(exports.GitHubPushResult$outboundSchema.parse(gitHubPushResult));
|
|
85
|
+
}
|
|
86
|
+
function gitHubPushResultFromJSON(jsonString) {
|
|
87
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GitHubPushResult$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitHubPushResult' from JSON`);
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=githubpushresult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"githubpushresult.js","sourceRoot":"","sources":["../../../../src/models/components/githubpushresult.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8EH,wDAMC;AACD,4DAQC;AA3FD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAejD,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,qBAAqB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;IAC3B,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;CACxB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;QACzB,uBAAuB,EAAE,sBAAsB;QAC/C,eAAe,EAAE,cAAc;QAC/B,iBAAiB,EAAE,eAAe;QAClC,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAaH,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE;CACvB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;QACvB,oBAAoB,EAAE,uBAAuB;QAC7C,YAAY,EAAE,eAAe;QAC7B,aAAa,EAAE,iBAAiB;QAChC,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,sBAAsB,CACpC,gBAAkC;IAElC,OAAO,IAAI,CAAC,SAAS,CACnB,uCAA+B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACxD,CAAC;AACJ,CAAC;AACD,SAAgB,wBAAwB,CACtC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAA8B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1D,8CAA8C,CAC/C,CAAC;AACJ,CAAC"}
|
|
@@ -266,6 +266,10 @@ export * from "./getexportstatusresponse.js";
|
|
|
266
266
|
export * from "./getfeedbackresponse.js";
|
|
267
267
|
export * from "./getguardrailsresponse.js";
|
|
268
268
|
export * from "./getpromptresponse.js";
|
|
269
|
+
export * from "./githubpullrequestrequest.js";
|
|
270
|
+
export * from "./githubpullrequestresult.js";
|
|
271
|
+
export * from "./githubpushrequest.js";
|
|
272
|
+
export * from "./githubpushresult.js";
|
|
269
273
|
export * from "./githubreadclonerequest.js";
|
|
270
274
|
export * from "./githubreadcloneresult.js";
|
|
271
275
|
export * from "./grammarformat.js";
|