@katerai/sdk 0.5.0 → 0.7.0
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/CHANGELOG.md +51 -0
- package/README.md +23 -16
- package/client.d.mts +11 -13
- package/client.d.mts.map +1 -1
- package/client.d.ts +11 -13
- package/client.d.ts.map +1 -1
- package/client.js +45 -17
- package/client.js.map +1 -1
- package/client.mjs +45 -17
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -1
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +2 -1
- package/internal/utils/log.mjs.map +1 -1
- package/package.json +2 -2
- package/resources/index.d.mts +0 -2
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +0 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +1 -5
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +0 -2
- package/resources/index.mjs.map +1 -1
- package/resources/v1/connections.d.mts +216 -1
- package/resources/v1/connections.d.mts.map +1 -1
- package/resources/v1/connections.d.ts +216 -1
- package/resources/v1/connections.d.ts.map +1 -1
- package/resources/v1/connections.js +22 -2
- package/resources/v1/connections.js.map +1 -1
- package/resources/v1/connections.mjs +20 -1
- package/resources/v1/connections.mjs.map +1 -1
- package/resources/v1/index.d.mts +2 -6
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +2 -6
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +5 -13
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +2 -6
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/tenants.d.mts +125 -1
- package/resources/v1/tenants.d.mts.map +1 -1
- package/resources/v1/tenants.d.ts +125 -1
- package/resources/v1/tenants.d.ts.map +1 -1
- package/resources/v1/tenants.js +46 -2
- package/resources/v1/tenants.js.map +1 -1
- package/resources/v1/tenants.mjs +44 -1
- package/resources/v1/tenants.mjs.map +1 -1
- package/resources/v1/v1.d.mts +6 -22
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +6 -22
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +4 -20
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +4 -20
- package/resources/v1/v1.mjs.map +1 -1
- package/src/client.ts +57 -25
- package/src/internal/parse.ts +6 -0
- package/src/internal/utils/log.ts +1 -0
- package/src/resources/index.ts +0 -2
- package/src/resources/v1/connections.ts +277 -1
- package/src/resources/v1/index.ts +7 -31
- package/src/resources/v1/tenants.ts +162 -1
- package/src/resources/v1/v1.ts +14 -78
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/healthz.d.mts +0 -16
- package/resources/healthz.d.mts.map +0 -1
- package/resources/healthz.d.ts +0 -16
- package/resources/healthz.d.ts.map +0 -1
- package/resources/healthz.js +0 -15
- package/resources/healthz.js.map +0 -1
- package/resources/healthz.mjs +0 -11
- package/resources/healthz.mjs.map +0 -1
- package/resources/readyz.d.mts +0 -16
- package/resources/readyz.d.mts.map +0 -1
- package/resources/readyz.d.ts +0 -16
- package/resources/readyz.d.ts.map +0 -1
- package/resources/readyz.js +0 -15
- package/resources/readyz.js.map +0 -1
- package/resources/readyz.mjs +0 -11
- package/resources/readyz.mjs.map +0 -1
- package/resources/v1/connections/connections.d.mts +0 -847
- package/resources/v1/connections/connections.d.mts.map +0 -1
- package/resources/v1/connections/connections.d.ts +0 -847
- package/resources/v1/connections/connections.d.ts.map +0 -1
- package/resources/v1/connections/connections.js +0 -100
- package/resources/v1/connections/connections.js.map +0 -1
- package/resources/v1/connections/connections.mjs +0 -95
- package/resources/v1/connections/connections.mjs.map +0 -1
- package/resources/v1/connections/databases.d.mts +0 -25
- package/resources/v1/connections/databases.d.mts.map +0 -1
- package/resources/v1/connections/databases.d.ts +0 -25
- package/resources/v1/connections/databases.d.ts.map +0 -1
- package/resources/v1/connections/databases.js +0 -26
- package/resources/v1/connections/databases.js.map +0 -1
- package/resources/v1/connections/databases.mjs +0 -22
- package/resources/v1/connections/databases.mjs.map +0 -1
- package/resources/v1/connections/index.d.mts +0 -3
- package/resources/v1/connections/index.d.mts.map +0 -1
- package/resources/v1/connections/index.d.ts +0 -3
- package/resources/v1/connections/index.d.ts.map +0 -1
- package/resources/v1/connections/index.js +0 -9
- package/resources/v1/connections/index.js.map +0 -1
- package/resources/v1/connections/index.mjs +0 -4
- package/resources/v1/connections/index.mjs.map +0 -1
- package/resources/v1/github/github.d.mts +0 -95
- package/resources/v1/github/github.d.mts.map +0 -1
- package/resources/v1/github/github.d.ts +0 -95
- package/resources/v1/github/github.d.ts.map +0 -1
- package/resources/v1/github/github.js +0 -49
- package/resources/v1/github/github.js.map +0 -1
- package/resources/v1/github/github.mjs +0 -44
- package/resources/v1/github/github.mjs.map +0 -1
- package/resources/v1/github/index.d.mts +0 -5
- package/resources/v1/github/index.d.mts.map +0 -1
- package/resources/v1/github/index.d.ts +0 -5
- package/resources/v1/github/index.d.ts.map +0 -1
- package/resources/v1/github/index.js +0 -13
- package/resources/v1/github/index.js.map +0 -1
- package/resources/v1/github/index.mjs +0 -6
- package/resources/v1/github/index.mjs.map +0 -1
- package/resources/v1/github/repos.d.mts +0 -54
- package/resources/v1/github/repos.d.mts.map +0 -1
- package/resources/v1/github/repos.d.ts +0 -54
- package/resources/v1/github/repos.d.ts.map +0 -1
- package/resources/v1/github/repos.js +0 -22
- package/resources/v1/github/repos.js.map +0 -1
- package/resources/v1/github/repos.mjs +0 -18
- package/resources/v1/github/repos.mjs.map +0 -1
- package/resources/v1/github/scaffold.d.mts +0 -29
- package/resources/v1/github/scaffold.d.mts.map +0 -1
- package/resources/v1/github/scaffold.d.ts +0 -29
- package/resources/v1/github/scaffold.d.ts.map +0 -1
- package/resources/v1/github/scaffold.js +0 -21
- package/resources/v1/github/scaffold.js.map +0 -1
- package/resources/v1/github/scaffold.mjs +0 -17
- package/resources/v1/github/scaffold.mjs.map +0 -1
- package/resources/v1/github/webhooks.d.mts +0 -28
- package/resources/v1/github/webhooks.d.mts.map +0 -1
- package/resources/v1/github/webhooks.d.ts +0 -28
- package/resources/v1/github/webhooks.d.ts.map +0 -1
- package/resources/v1/github/webhooks.js +0 -27
- package/resources/v1/github/webhooks.js.map +0 -1
- package/resources/v1/github/webhooks.mjs +0 -23
- package/resources/v1/github/webhooks.mjs.map +0 -1
- package/resources/v1/github.d.mts +0 -2
- package/resources/v1/github.d.mts.map +0 -1
- package/resources/v1/github.d.ts +0 -2
- package/resources/v1/github.d.ts.map +0 -1
- package/resources/v1/github.js +0 -6
- package/resources/v1/github.js.map +0 -1
- package/resources/v1/github.mjs +0 -3
- package/resources/v1/github.mjs.map +0 -1
- package/resources/v1/groups/groups.d.mts +0 -162
- package/resources/v1/groups/groups.d.mts.map +0 -1
- package/resources/v1/groups/groups.d.ts +0 -162
- package/resources/v1/groups/groups.d.ts.map +0 -1
- package/resources/v1/groups/groups.js +0 -81
- package/resources/v1/groups/groups.js.map +0 -1
- package/resources/v1/groups/groups.mjs +0 -76
- package/resources/v1/groups/groups.mjs.map +0 -1
- package/resources/v1/groups/index.d.mts +0 -3
- package/resources/v1/groups/index.d.mts.map +0 -1
- package/resources/v1/groups/index.d.ts +0 -3
- package/resources/v1/groups/index.d.ts.map +0 -1
- package/resources/v1/groups/index.js +0 -9
- package/resources/v1/groups/index.js.map +0 -1
- package/resources/v1/groups/index.mjs +0 -4
- package/resources/v1/groups/index.mjs.map +0 -1
- package/resources/v1/groups/tenants.d.mts +0 -55
- package/resources/v1/groups/tenants.d.mts.map +0 -1
- package/resources/v1/groups/tenants.d.ts +0 -55
- package/resources/v1/groups/tenants.d.ts.map +0 -1
- package/resources/v1/groups/tenants.js +0 -39
- package/resources/v1/groups/tenants.js.map +0 -1
- package/resources/v1/groups/tenants.mjs +0 -35
- package/resources/v1/groups/tenants.mjs.map +0 -1
- package/resources/v1/groups.d.mts +0 -2
- package/resources/v1/groups.d.mts.map +0 -1
- package/resources/v1/groups.d.ts +0 -2
- package/resources/v1/groups.d.ts.map +0 -1
- package/resources/v1/groups.js +0 -6
- package/resources/v1/groups.js.map +0 -1
- package/resources/v1/groups.mjs +0 -3
- package/resources/v1/groups.mjs.map +0 -1
- package/resources/v1/me.d.mts +0 -43
- package/resources/v1/me.d.mts.map +0 -1
- package/resources/v1/me.d.ts +0 -43
- package/resources/v1/me.d.ts.map +0 -1
- package/resources/v1/me.js +0 -20
- package/resources/v1/me.js.map +0 -1
- package/resources/v1/me.mjs +0 -16
- package/resources/v1/me.mjs.map +0 -1
- package/resources/v1/org/client.d.mts +0 -53
- package/resources/v1/org/client.d.mts.map +0 -1
- package/resources/v1/org/client.d.ts +0 -53
- package/resources/v1/org/client.d.ts.map +0 -1
- package/resources/v1/org/client.js +0 -25
- package/resources/v1/org/client.js.map +0 -1
- package/resources/v1/org/client.mjs +0 -21
- package/resources/v1/org/client.mjs.map +0 -1
- package/resources/v1/org/index.d.mts +0 -4
- package/resources/v1/org/index.d.mts.map +0 -1
- package/resources/v1/org/index.d.ts +0 -4
- package/resources/v1/org/index.d.ts.map +0 -1
- package/resources/v1/org/index.js +0 -11
- package/resources/v1/org/index.js.map +0 -1
- package/resources/v1/org/index.mjs +0 -5
- package/resources/v1/org/index.mjs.map +0 -1
- package/resources/v1/org/org.d.mts +0 -14
- package/resources/v1/org/org.d.mts.map +0 -1
- package/resources/v1/org/org.d.ts +0 -14
- package/resources/v1/org/org.d.ts.map +0 -1
- package/resources/v1/org/org.js +0 -21
- package/resources/v1/org/org.js.map +0 -1
- package/resources/v1/org/org.mjs +0 -16
- package/resources/v1/org/org.mjs.map +0 -1
- package/resources/v1/org/users.d.mts +0 -87
- package/resources/v1/org/users.d.mts.map +0 -1
- package/resources/v1/org/users.d.ts +0 -87
- package/resources/v1/org/users.d.ts.map +0 -1
- package/resources/v1/org/users.js +0 -60
- package/resources/v1/org/users.js.map +0 -1
- package/resources/v1/org/users.mjs +0 -56
- package/resources/v1/org/users.mjs.map +0 -1
- package/resources/v1/org.d.mts +0 -2
- package/resources/v1/org.d.mts.map +0 -1
- package/resources/v1/org.d.ts +0 -2
- package/resources/v1/org.d.ts.map +0 -1
- package/resources/v1/org.js +0 -6
- package/resources/v1/org.js.map +0 -1
- package/resources/v1/org.mjs +0 -3
- package/resources/v1/org.mjs.map +0 -1
- package/resources/v1/tenants/batch.d.mts +0 -159
- package/resources/v1/tenants/batch.d.mts.map +0 -1
- package/resources/v1/tenants/batch.d.ts +0 -159
- package/resources/v1/tenants/batch.d.ts.map +0 -1
- package/resources/v1/tenants/batch.js +0 -42
- package/resources/v1/tenants/batch.js.map +0 -1
- package/resources/v1/tenants/batch.mjs +0 -38
- package/resources/v1/tenants/batch.mjs.map +0 -1
- package/resources/v1/tenants/import.d.mts +0 -126
- package/resources/v1/tenants/import.d.mts.map +0 -1
- package/resources/v1/tenants/import.d.ts +0 -126
- package/resources/v1/tenants/import.d.ts.map +0 -1
- package/resources/v1/tenants/import.js +0 -50
- package/resources/v1/tenants/import.js.map +0 -1
- package/resources/v1/tenants/import.mjs +0 -46
- package/resources/v1/tenants/import.mjs.map +0 -1
- package/resources/v1/tenants/index.d.mts +0 -4
- package/resources/v1/tenants/index.d.mts.map +0 -1
- package/resources/v1/tenants/index.d.ts +0 -4
- package/resources/v1/tenants/index.d.ts.map +0 -1
- package/resources/v1/tenants/index.js +0 -11
- package/resources/v1/tenants/index.js.map +0 -1
- package/resources/v1/tenants/index.mjs +0 -5
- package/resources/v1/tenants/index.mjs.map +0 -1
- package/resources/v1/tenants/tenants.d.mts +0 -205
- package/resources/v1/tenants/tenants.d.mts.map +0 -1
- package/resources/v1/tenants/tenants.d.ts +0 -205
- package/resources/v1/tenants/tenants.d.ts.map +0 -1
- package/resources/v1/tenants/tenants.js +0 -97
- package/resources/v1/tenants/tenants.js.map +0 -1
- package/resources/v1/tenants/tenants.mjs +0 -92
- package/resources/v1/tenants/tenants.mjs.map +0 -1
- package/src/resources/healthz.ts +0 -20
- package/src/resources/readyz.ts +0 -20
- package/src/resources/v1/connections/connections.ts +0 -1072
- package/src/resources/v1/connections/databases.ts +0 -42
- package/src/resources/v1/connections/index.ts +0 -13
- package/src/resources/v1/github/github.ts +0 -157
- package/src/resources/v1/github/index.ts +0 -20
- package/src/resources/v1/github/repos.ts +0 -85
- package/src/resources/v1/github/scaffold.ts +0 -44
- package/src/resources/v1/github/webhooks.ts +0 -60
- package/src/resources/v1/github.ts +0 -3
- package/src/resources/v1/groups/groups.ts +0 -218
- package/src/resources/v1/groups/index.ts +0 -10
- package/src/resources/v1/groups/tenants.ts +0 -78
- package/src/resources/v1/groups.ts +0 -3
- package/src/resources/v1/me.ts +0 -62
- package/src/resources/v1/org/client.ts +0 -81
- package/src/resources/v1/org/index.ts +0 -11
- package/src/resources/v1/org/org.ts +0 -32
- package/src/resources/v1/org/users.ts +0 -127
- package/src/resources/v1/org.ts +0 -3
- package/src/resources/v1/tenants/batch.ts +0 -200
- package/src/resources/v1/tenants/import.ts +0 -158
- package/src/resources/v1/tenants/index.ts +0 -27
- package/src/resources/v1/tenants/tenants.ts +0 -290
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.GitHub = void 0;
|
|
5
|
-
const tslib_1 = require("../../../internal/tslib.js");
|
|
6
|
-
const resource_1 = require("../../../core/resource.js");
|
|
7
|
-
const ReposAPI = tslib_1.__importStar(require("./repos.js"));
|
|
8
|
-
const repos_1 = require("./repos.js");
|
|
9
|
-
const ScaffoldAPI = tslib_1.__importStar(require("./scaffold.js"));
|
|
10
|
-
const scaffold_1 = require("./scaffold.js");
|
|
11
|
-
const WebhooksAPI = tslib_1.__importStar(require("./webhooks.js"));
|
|
12
|
-
const webhooks_1 = require("./webhooks.js");
|
|
13
|
-
class GitHub extends resource_1.APIResource {
|
|
14
|
-
constructor() {
|
|
15
|
-
super(...arguments);
|
|
16
|
-
this.repos = new ReposAPI.Repos(this._client);
|
|
17
|
-
this.scaffold = new ScaffoldAPI.Scaffold(this._client);
|
|
18
|
-
this.webhooks = new WebhooksAPI.Webhooks(this._client);
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Handles the OAuth callback from GitHub after user authorization.
|
|
22
|
-
*/
|
|
23
|
-
callback(query, options) {
|
|
24
|
-
return this._client.get('/api/v1/github/callback', { query, ...options });
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Initiates the GitHub App installation flow.
|
|
28
|
-
*/
|
|
29
|
-
connect(query = {}, options) {
|
|
30
|
-
return this._client.get('/api/v1/github/connect', { query, ...options });
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Generates a shareable GitHub App installation link.
|
|
34
|
-
*/
|
|
35
|
-
getInstallationLink(options) {
|
|
36
|
-
return this._client.get('/api/v1/github/installation-link', options);
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Returns the current GitHub connection status for the client.
|
|
40
|
-
*/
|
|
41
|
-
getStatus(options) {
|
|
42
|
-
return this._client.get('/api/v1/github/status', options);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.GitHub = GitHub;
|
|
46
|
-
GitHub.Repos = repos_1.Repos;
|
|
47
|
-
GitHub.Scaffold = scaffold_1.Scaffold;
|
|
48
|
-
GitHub.Webhooks = webhooks_1.Webhooks;
|
|
49
|
-
//# sourceMappingURL=github.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.js","sourceRoot":"","sources":["../../../src/resources/v1/github/github.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AACrD,6DAAoC;AACpC,sCAAoG;AACpG,mEAA0C;AAC1C,4CAAuD;AACvD,mEAA0C;AAC1C,4CAAoF;AAIpF,MAAa,MAAO,SAAQ,sBAAW;IAAvC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgC1E,CAAC;IA9BC;;OAEG;IACH,QAAQ,CAAC,KAA2B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;OAEG;IACH,OAAO,CACL,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,mBAAmB,CAAC,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kCAAkC,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,SAAS,CAAC,OAAwB;QAChC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;CACF;AAnCD,wBAmCC;AAgFD,MAAM,CAAC,KAAK,GAAG,aAAK,CAAC;AACrB,MAAM,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC3B,MAAM,CAAC,QAAQ,GAAG,mBAAQ,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
-
import * as ReposAPI from "./repos.mjs";
|
|
4
|
-
import { Repos } from "./repos.mjs";
|
|
5
|
-
import * as ScaffoldAPI from "./scaffold.mjs";
|
|
6
|
-
import { Scaffold } from "./scaffold.mjs";
|
|
7
|
-
import * as WebhooksAPI from "./webhooks.mjs";
|
|
8
|
-
import { Webhooks } from "./webhooks.mjs";
|
|
9
|
-
export class GitHub extends APIResource {
|
|
10
|
-
constructor() {
|
|
11
|
-
super(...arguments);
|
|
12
|
-
this.repos = new ReposAPI.Repos(this._client);
|
|
13
|
-
this.scaffold = new ScaffoldAPI.Scaffold(this._client);
|
|
14
|
-
this.webhooks = new WebhooksAPI.Webhooks(this._client);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Handles the OAuth callback from GitHub after user authorization.
|
|
18
|
-
*/
|
|
19
|
-
callback(query, options) {
|
|
20
|
-
return this._client.get('/api/v1/github/callback', { query, ...options });
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Initiates the GitHub App installation flow.
|
|
24
|
-
*/
|
|
25
|
-
connect(query = {}, options) {
|
|
26
|
-
return this._client.get('/api/v1/github/connect', { query, ...options });
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Generates a shareable GitHub App installation link.
|
|
30
|
-
*/
|
|
31
|
-
getInstallationLink(options) {
|
|
32
|
-
return this._client.get('/api/v1/github/installation-link', options);
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Returns the current GitHub connection status for the client.
|
|
36
|
-
*/
|
|
37
|
-
getStatus(options) {
|
|
38
|
-
return this._client.get('/api/v1/github/status', options);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
GitHub.Repos = Repos;
|
|
42
|
-
GitHub.Scaffold = Scaffold;
|
|
43
|
-
GitHub.Webhooks = Webhooks;
|
|
44
|
-
//# sourceMappingURL=github.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.mjs","sourceRoot":"","sources":["../../../src/resources/v1/github/github.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,QAAQ;OACb,EAA0D,KAAK,EAAc;OAC7E,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAmB;OAC7B,KAAK,WAAW;OAChB,EAAgD,QAAQ,EAAE;AAIjE,MAAM,OAAO,MAAO,SAAQ,WAAW;IAAvC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgC1E,CAAC;IA9BC;;OAEG;IACH,QAAQ,CAAC,KAA2B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;OAEG;IACH,OAAO,CACL,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,mBAAmB,CAAC,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kCAAkC,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,SAAS,CAAC,OAAwB;QAChC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;CACF;AAgFD,MAAM,CAAC,KAAK,GAAG,KAAK,CAAC;AACrB,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC3B,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { GitHub, type GitHubCallbackResponse, type GitHubConnectResponse, type GitHubGetInstallationLinkResponse, type GitHubGetStatusResponse, type GitHubCallbackParams, type GitHubConnectParams, } from "./github.mjs";
|
|
2
|
-
export { Repos, type Repository, type RepoListResponse, type RepoSelectResponse, type RepoSelectParams, } from "./repos.mjs";
|
|
3
|
-
export { Scaffold, type ScaffoldTrigger } from "./scaffold.mjs";
|
|
4
|
-
export { Webhooks, type WebhookReceiveResponse, type WebhookReceiveParams } from "./webhooks.mjs";
|
|
5
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/github/index.ts"],"names":[],"mappings":"OAEO,EACL,MAAM,EACN,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,iCAAiC,EACtC,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACzB;OACM,EACL,KAAK,EACL,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,GACtB;OACM,EAAE,QAAQ,EAAE,KAAK,eAAe,EAAE;OAClC,EAAE,QAAQ,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { GitHub, type GitHubCallbackResponse, type GitHubConnectResponse, type GitHubGetInstallationLinkResponse, type GitHubGetStatusResponse, type GitHubCallbackParams, type GitHubConnectParams, } from "./github.js";
|
|
2
|
-
export { Repos, type Repository, type RepoListResponse, type RepoSelectResponse, type RepoSelectParams, } from "./repos.js";
|
|
3
|
-
export { Scaffold, type ScaffoldTrigger } from "./scaffold.js";
|
|
4
|
-
export { Webhooks, type WebhookReceiveResponse, type WebhookReceiveParams } from "./webhooks.js";
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/github/index.ts"],"names":[],"mappings":"OAEO,EACL,MAAM,EACN,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,iCAAiC,EACtC,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACzB;OACM,EACL,KAAK,EACL,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,GACtB;OACM,EAAE,QAAQ,EAAE,KAAK,eAAe,EAAE;OAClC,EAAE,QAAQ,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Webhooks = exports.Scaffold = exports.Repos = exports.GitHub = void 0;
|
|
5
|
-
var github_1 = require("./github.js");
|
|
6
|
-
Object.defineProperty(exports, "GitHub", { enumerable: true, get: function () { return github_1.GitHub; } });
|
|
7
|
-
var repos_1 = require("./repos.js");
|
|
8
|
-
Object.defineProperty(exports, "Repos", { enumerable: true, get: function () { return repos_1.Repos; } });
|
|
9
|
-
var scaffold_1 = require("./scaffold.js");
|
|
10
|
-
Object.defineProperty(exports, "Scaffold", { enumerable: true, get: function () { return scaffold_1.Scaffold; } });
|
|
11
|
-
var webhooks_1 = require("./webhooks.js");
|
|
12
|
-
Object.defineProperty(exports, "Webhooks", { enumerable: true, get: function () { return webhooks_1.Webhooks; } });
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/v1/github/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAQkB;AAPhB,gGAAA,MAAM,OAAA;AAQR,oCAMiB;AALf,8FAAA,KAAK,OAAA;AAMP,0CAA4D;AAAnD,oGAAA,QAAQ,OAAA;AACjB,0CAA8F;AAArF,oGAAA,QAAQ,OAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
export { GitHub, } from "./github.mjs";
|
|
3
|
-
export { Repos, } from "./repos.mjs";
|
|
4
|
-
export { Scaffold } from "./scaffold.mjs";
|
|
5
|
-
export { Webhooks } from "./webhooks.mjs";
|
|
6
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/v1/github/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,MAAM,GAOP;OACM,EACL,KAAK,GAKN;OACM,EAAE,QAAQ,EAAwB;OAClC,EAAE,QAAQ,EAA0D"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
4
|
-
export declare class Repos extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* List repositories accessible to the GitHub App installation.
|
|
7
|
-
*/
|
|
8
|
-
list(options?: RequestOptions): APIPromise<RepoListResponse>;
|
|
9
|
-
/**
|
|
10
|
-
* Select a repository for the Kater workspace.
|
|
11
|
-
*/
|
|
12
|
-
select(repoID: number, body: RepoSelectParams, options?: RequestOptions): APIPromise<RepoSelectResponse>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Repository information response.
|
|
16
|
-
*/
|
|
17
|
-
export interface Repository {
|
|
18
|
-
id: number;
|
|
19
|
-
default_branch: string;
|
|
20
|
-
full_name: string;
|
|
21
|
-
has_kater_structure: boolean;
|
|
22
|
-
html_url: string;
|
|
23
|
-
is_empty: boolean;
|
|
24
|
-
name: string;
|
|
25
|
-
owner: string;
|
|
26
|
-
private: boolean;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* List of repositories response.
|
|
30
|
-
*/
|
|
31
|
-
export interface RepoListResponse {
|
|
32
|
-
repositories: Array<Repository>;
|
|
33
|
-
total_count: number;
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Repository selection response.
|
|
37
|
-
*/
|
|
38
|
-
export interface RepoSelectResponse {
|
|
39
|
-
has_existing_structure: boolean;
|
|
40
|
-
message: string;
|
|
41
|
-
needs_scaffolding: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Repository information response.
|
|
44
|
-
*/
|
|
45
|
-
repository: Repository;
|
|
46
|
-
success: boolean;
|
|
47
|
-
}
|
|
48
|
-
export interface RepoSelectParams {
|
|
49
|
-
use_existing_structure?: boolean;
|
|
50
|
-
}
|
|
51
|
-
export declare namespace Repos {
|
|
52
|
-
export { type Repository as Repository, type RepoListResponse as RepoListResponse, type RepoSelectResponse as RepoSelectResponse, type RepoSelectParams as RepoSelectParams, };
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=repos.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"repos.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/github/repos.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAI5D;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAGzG;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IAEX,cAAc,EAAE,MAAM,CAAC;IAEvB,SAAS,EAAE,MAAM,CAAC;IAElB,mBAAmB,EAAE,OAAO,CAAC;IAE7B,QAAQ,EAAE,MAAM,CAAC;IAEjB,QAAQ,EAAE,OAAO,CAAC;IAElB,IAAI,EAAE,MAAM,CAAC;IAEb,KAAK,EAAE,MAAM,CAAC;IAEd,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,YAAY,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAEhC,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,sBAAsB,EAAE,OAAO,CAAC;IAEhC,OAAO,EAAE,MAAM,CAAC;IAEhB,iBAAiB,EAAE,OAAO,CAAC;IAE3B;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;IAEvB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,gBAAgB;IAC/B,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,GAC1C,CAAC;CACH"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.js";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.js";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.js";
|
|
4
|
-
export declare class Repos extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* List repositories accessible to the GitHub App installation.
|
|
7
|
-
*/
|
|
8
|
-
list(options?: RequestOptions): APIPromise<RepoListResponse>;
|
|
9
|
-
/**
|
|
10
|
-
* Select a repository for the Kater workspace.
|
|
11
|
-
*/
|
|
12
|
-
select(repoID: number, body: RepoSelectParams, options?: RequestOptions): APIPromise<RepoSelectResponse>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Repository information response.
|
|
16
|
-
*/
|
|
17
|
-
export interface Repository {
|
|
18
|
-
id: number;
|
|
19
|
-
default_branch: string;
|
|
20
|
-
full_name: string;
|
|
21
|
-
has_kater_structure: boolean;
|
|
22
|
-
html_url: string;
|
|
23
|
-
is_empty: boolean;
|
|
24
|
-
name: string;
|
|
25
|
-
owner: string;
|
|
26
|
-
private: boolean;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* List of repositories response.
|
|
30
|
-
*/
|
|
31
|
-
export interface RepoListResponse {
|
|
32
|
-
repositories: Array<Repository>;
|
|
33
|
-
total_count: number;
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Repository selection response.
|
|
37
|
-
*/
|
|
38
|
-
export interface RepoSelectResponse {
|
|
39
|
-
has_existing_structure: boolean;
|
|
40
|
-
message: string;
|
|
41
|
-
needs_scaffolding: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Repository information response.
|
|
44
|
-
*/
|
|
45
|
-
repository: Repository;
|
|
46
|
-
success: boolean;
|
|
47
|
-
}
|
|
48
|
-
export interface RepoSelectParams {
|
|
49
|
-
use_existing_structure?: boolean;
|
|
50
|
-
}
|
|
51
|
-
export declare namespace Repos {
|
|
52
|
-
export { type Repository as Repository, type RepoListResponse as RepoListResponse, type RepoSelectResponse as RepoSelectResponse, type RepoSelectParams as RepoSelectParams, };
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=repos.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"repos.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/github/repos.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAI5D;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAGzG;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IAEX,cAAc,EAAE,MAAM,CAAC;IAEvB,SAAS,EAAE,MAAM,CAAC;IAElB,mBAAmB,EAAE,OAAO,CAAC;IAE7B,QAAQ,EAAE,MAAM,CAAC;IAEjB,QAAQ,EAAE,OAAO,CAAC;IAElB,IAAI,EAAE,MAAM,CAAC;IAEb,KAAK,EAAE,MAAM,CAAC;IAEd,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,YAAY,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAEhC,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,sBAAsB,EAAE,OAAO,CAAC;IAEhC,OAAO,EAAE,MAAM,CAAC;IAEhB,iBAAiB,EAAE,OAAO,CAAC;IAE3B;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;IAEvB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,gBAAgB;IAC/B,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,GAC1C,CAAC;CACH"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Repos = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
const path_1 = require("../../../internal/utils/path.js");
|
|
7
|
-
class Repos extends resource_1.APIResource {
|
|
8
|
-
/**
|
|
9
|
-
* List repositories accessible to the GitHub App installation.
|
|
10
|
-
*/
|
|
11
|
-
list(options) {
|
|
12
|
-
return this._client.get('/api/v1/github/repos', options);
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Select a repository for the Kater workspace.
|
|
16
|
-
*/
|
|
17
|
-
select(repoID, body, options) {
|
|
18
|
-
return this._client.post((0, path_1.path) `/api/v1/github/repos/${repoID}/select`, { body, ...options });
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
exports.Repos = Repos;
|
|
22
|
-
//# sourceMappingURL=repos.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"repos.js","sourceRoot":"","sources":["../../../src/resources/v1/github/repos.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAGrD,0DAAoD;AAEpD,MAAa,KAAM,SAAQ,sBAAW;IACpC;;OAEG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,MAAc,EAAE,IAAsB,EAAE,OAAwB;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,wBAAwB,MAAM,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;CACF;AAdD,sBAcC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
-
import { path } from "../../../internal/utils/path.mjs";
|
|
4
|
-
export class Repos extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* List repositories accessible to the GitHub App installation.
|
|
7
|
-
*/
|
|
8
|
-
list(options) {
|
|
9
|
-
return this._client.get('/api/v1/github/repos', options);
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Select a repository for the Kater workspace.
|
|
13
|
-
*/
|
|
14
|
-
select(repoID, body, options) {
|
|
15
|
-
return this._client.post(path `/api/v1/github/repos/${repoID}/select`, { body, ...options });
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=repos.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"repos.mjs","sourceRoot":"","sources":["../../../src/resources/v1/github/repos.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,MAAc,EAAE,IAAsB,EAAE,OAAwB;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,wBAAwB,MAAM,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;CACF"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
4
|
-
export declare class Scaffold extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Clean up partial state and retry scaffolding from scratch.
|
|
7
|
-
*/
|
|
8
|
-
retry(options?: RequestOptions): APIPromise<ScaffoldTrigger>;
|
|
9
|
-
/**
|
|
10
|
-
* Create the Kater folder structure and PR in the selected repository.
|
|
11
|
-
*/
|
|
12
|
-
trigger(options?: RequestOptions): APIPromise<ScaffoldTrigger>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Response from triggering scaffolding.
|
|
16
|
-
*/
|
|
17
|
-
export interface ScaffoldTrigger {
|
|
18
|
-
message: string;
|
|
19
|
-
status: string;
|
|
20
|
-
success: boolean;
|
|
21
|
-
branch?: string | null;
|
|
22
|
-
error?: string | null;
|
|
23
|
-
pr_number?: number | null;
|
|
24
|
-
pr_url?: string | null;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace Scaffold {
|
|
27
|
-
export { type ScaffoldTrigger as ScaffoldTrigger };
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=scaffold.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scaffold.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/github/scaffold.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,KAAK,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;IAI5D;;OAEG;IACH,OAAO,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;CAG/D;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,MAAM,CAAC;IAEhB,MAAM,EAAE,MAAM,CAAC;IAEf,OAAO,EAAE,OAAO,CAAC;IAEjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,CAAC;CACpD"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.js";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.js";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.js";
|
|
4
|
-
export declare class Scaffold extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Clean up partial state and retry scaffolding from scratch.
|
|
7
|
-
*/
|
|
8
|
-
retry(options?: RequestOptions): APIPromise<ScaffoldTrigger>;
|
|
9
|
-
/**
|
|
10
|
-
* Create the Kater folder structure and PR in the selected repository.
|
|
11
|
-
*/
|
|
12
|
-
trigger(options?: RequestOptions): APIPromise<ScaffoldTrigger>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Response from triggering scaffolding.
|
|
16
|
-
*/
|
|
17
|
-
export interface ScaffoldTrigger {
|
|
18
|
-
message: string;
|
|
19
|
-
status: string;
|
|
20
|
-
success: boolean;
|
|
21
|
-
branch?: string | null;
|
|
22
|
-
error?: string | null;
|
|
23
|
-
pr_number?: number | null;
|
|
24
|
-
pr_url?: string | null;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace Scaffold {
|
|
27
|
-
export { type ScaffoldTrigger as ScaffoldTrigger };
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=scaffold.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scaffold.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/github/scaffold.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,KAAK,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;IAI5D;;OAEG;IACH,OAAO,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;CAG/D;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,MAAM,CAAC;IAEhB,MAAM,EAAE,MAAM,CAAC;IAEf,OAAO,EAAE,OAAO,CAAC;IAEjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,CAAC;CACpD"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Scaffold = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
class Scaffold extends resource_1.APIResource {
|
|
7
|
-
/**
|
|
8
|
-
* Clean up partial state and retry scaffolding from scratch.
|
|
9
|
-
*/
|
|
10
|
-
retry(options) {
|
|
11
|
-
return this._client.post('/api/v1/github/scaffold/retry', options);
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Create the Kater folder structure and PR in the selected repository.
|
|
15
|
-
*/
|
|
16
|
-
trigger(options) {
|
|
17
|
-
return this._client.post('/api/v1/github/scaffold', options);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.Scaffold = Scaffold;
|
|
21
|
-
//# sourceMappingURL=scaffold.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scaffold.js","sourceRoot":"","sources":["../../../src/resources/v1/github/scaffold.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,MAAa,QAAS,SAAQ,sBAAW;IACvC;;OAEG;IACH,KAAK,CAAC,OAAwB;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,OAAwB;QAC9B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;CACF;AAdD,4BAcC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
-
export class Scaffold extends APIResource {
|
|
4
|
-
/**
|
|
5
|
-
* Clean up partial state and retry scaffolding from scratch.
|
|
6
|
-
*/
|
|
7
|
-
retry(options) {
|
|
8
|
-
return this._client.post('/api/v1/github/scaffold/retry', options);
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Create the Kater folder structure and PR in the selected repository.
|
|
12
|
-
*/
|
|
13
|
-
trigger(options) {
|
|
14
|
-
return this._client.post('/api/v1/github/scaffold', options);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=scaffold.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scaffold.mjs","sourceRoot":"","sources":["../../../src/resources/v1/github/scaffold.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,KAAK,CAAC,OAAwB;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,OAAwB;QAC9B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;CACF"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
4
|
-
export declare class Webhooks extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Receives and processes webhook events from GitHub.
|
|
7
|
-
*/
|
|
8
|
-
receive(params: WebhookReceiveParams, options?: RequestOptions): APIPromise<WebhookReceiveResponse>;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Response for successful webhook receipt.
|
|
12
|
-
*/
|
|
13
|
-
export interface WebhookReceiveResponse {
|
|
14
|
-
delivery_id: string;
|
|
15
|
-
event_type: string;
|
|
16
|
-
received: boolean;
|
|
17
|
-
message?: string | null;
|
|
18
|
-
processed?: boolean;
|
|
19
|
-
}
|
|
20
|
-
export interface WebhookReceiveParams {
|
|
21
|
-
'X-GitHub-Delivery': string;
|
|
22
|
-
'X-GitHub-Event': string;
|
|
23
|
-
'X-Hub-Signature-256': string;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace Webhooks {
|
|
26
|
-
export { type WebhookReceiveResponse as WebhookReceiveResponse, type WebhookReceiveParams as WebhookReceiveParams, };
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=webhooks.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/github/webhooks.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAEzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,OAAO,CAAC,MAAM,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAkBpG;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,OAAO,CAAC;IAElB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,mBAAmB,EAAE,MAAM,CAAC;IAE5B,gBAAgB,EAAE,MAAM,CAAC;IAEzB,qBAAqB,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.js";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.js";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.js";
|
|
4
|
-
export declare class Webhooks extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Receives and processes webhook events from GitHub.
|
|
7
|
-
*/
|
|
8
|
-
receive(params: WebhookReceiveParams, options?: RequestOptions): APIPromise<WebhookReceiveResponse>;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Response for successful webhook receipt.
|
|
12
|
-
*/
|
|
13
|
-
export interface WebhookReceiveResponse {
|
|
14
|
-
delivery_id: string;
|
|
15
|
-
event_type: string;
|
|
16
|
-
received: boolean;
|
|
17
|
-
message?: string | null;
|
|
18
|
-
processed?: boolean;
|
|
19
|
-
}
|
|
20
|
-
export interface WebhookReceiveParams {
|
|
21
|
-
'X-GitHub-Delivery': string;
|
|
22
|
-
'X-GitHub-Event': string;
|
|
23
|
-
'X-Hub-Signature-256': string;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace Webhooks {
|
|
26
|
-
export { type WebhookReceiveResponse as WebhookReceiveResponse, type WebhookReceiveParams as WebhookReceiveParams, };
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=webhooks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/github/webhooks.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAEzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,OAAO,CAAC,MAAM,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAkBpG;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,OAAO,CAAC;IAElB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,mBAAmB,EAAE,MAAM,CAAC;IAE5B,gBAAgB,EAAE,MAAM,CAAC;IAEzB,qBAAqB,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Webhooks = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
const headers_1 = require("../../../internal/headers.js");
|
|
7
|
-
class Webhooks extends resource_1.APIResource {
|
|
8
|
-
/**
|
|
9
|
-
* Receives and processes webhook events from GitHub.
|
|
10
|
-
*/
|
|
11
|
-
receive(params, options) {
|
|
12
|
-
const { 'X-GitHub-Delivery': xGitHubDelivery, 'X-GitHub-Event': xGitHubEvent, 'X-Hub-Signature-256': xHubSignature256, } = params;
|
|
13
|
-
return this._client.post('/api/v1/github/webhooks/receiver', {
|
|
14
|
-
...options,
|
|
15
|
-
headers: (0, headers_1.buildHeaders)([
|
|
16
|
-
{
|
|
17
|
-
'X-GitHub-Delivery': xGitHubDelivery,
|
|
18
|
-
'X-GitHub-Event': xGitHubEvent,
|
|
19
|
-
'X-Hub-Signature-256': xHubSignature256,
|
|
20
|
-
},
|
|
21
|
-
options?.headers,
|
|
22
|
-
]),
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
exports.Webhooks = Webhooks;
|
|
27
|
-
//# sourceMappingURL=webhooks.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.js","sourceRoot":"","sources":["../../../src/resources/v1/github/webhooks.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,0DAAyD;AAGzD,MAAa,QAAS,SAAQ,sBAAW;IACvC;;OAEG;IACH,OAAO,CAAC,MAA4B,EAAE,OAAwB;QAC5D,MAAM,EACJ,mBAAmB,EAAE,eAAe,EACpC,gBAAgB,EAAE,YAAY,EAC9B,qBAAqB,EAAE,gBAAgB,GACxC,GAAG,MAAM,CAAC;QACX,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE;YAC3D,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB;oBACE,mBAAmB,EAAE,eAAe;oBACpC,gBAAgB,EAAE,YAAY;oBAC9B,qBAAqB,EAAE,gBAAgB;iBACxC;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF;AAtBD,4BAsBC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
-
import { buildHeaders } from "../../../internal/headers.mjs";
|
|
4
|
-
export class Webhooks extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Receives and processes webhook events from GitHub.
|
|
7
|
-
*/
|
|
8
|
-
receive(params, options) {
|
|
9
|
-
const { 'X-GitHub-Delivery': xGitHubDelivery, 'X-GitHub-Event': xGitHubEvent, 'X-Hub-Signature-256': xHubSignature256, } = params;
|
|
10
|
-
return this._client.post('/api/v1/github/webhooks/receiver', {
|
|
11
|
-
...options,
|
|
12
|
-
headers: buildHeaders([
|
|
13
|
-
{
|
|
14
|
-
'X-GitHub-Delivery': xGitHubDelivery,
|
|
15
|
-
'X-GitHub-Event': xGitHubEvent,
|
|
16
|
-
'X-Hub-Signature-256': xHubSignature256,
|
|
17
|
-
},
|
|
18
|
-
options?.headers,
|
|
19
|
-
]),
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=webhooks.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.mjs","sourceRoot":"","sources":["../../../src/resources/v1/github/webhooks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAE;AAGvB,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,OAAO,CAAC,MAA4B,EAAE,OAAwB;QAC5D,MAAM,EACJ,mBAAmB,EAAE,eAAe,EACpC,gBAAgB,EAAE,YAAY,EAC9B,qBAAqB,EAAE,gBAAgB,GACxC,GAAG,MAAM,CAAC;QACX,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE;YAC3D,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB;oBACE,mBAAmB,EAAE,eAAe;oBACpC,gBAAgB,EAAE,YAAY;oBAC9B,qBAAqB,EAAE,gBAAgB;iBACxC;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.d.mts","sourceRoot":"","sources":["../../src/resources/v1/github.ts"],"names":[],"mappings":""}
|
package/resources/v1/github.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.d.ts","sourceRoot":"","sources":["../../src/resources/v1/github.ts"],"names":[],"mappings":""}
|
package/resources/v1/github.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
const tslib_1 = require("../../internal/tslib.js");
|
|
5
|
-
tslib_1.__exportStar(require("./github/index.js"), exports);
|
|
6
|
-
//# sourceMappingURL=github.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.js","sourceRoot":"","sources":["../../src/resources/v1/github.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA+B"}
|
package/resources/v1/github.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.mjs","sourceRoot":"","sources":["../../src/resources/v1/github.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|