@mesadev/sdk 0.1.7 → 0.2.2
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 +220 -183
- package/dist/commonjs/funcs/contentGet.d.ts +1 -1
- package/dist/commonjs/funcs/contentGet.js +1 -1
- package/dist/commonjs/funcs/lfsDownload.d.ts +18 -0
- package/dist/commonjs/funcs/lfsDownload.d.ts.map +1 -0
- package/dist/commonjs/funcs/lfsDownload.js +129 -0
- package/dist/commonjs/funcs/lfsDownload.js.map +1 -0
- package/dist/commonjs/funcs/lfsUpload.d.ts +18 -0
- package/dist/commonjs/funcs/lfsUpload.d.ts.map +1 -0
- package/dist/commonjs/funcs/lfsUpload.js +129 -0
- package/dist/commonjs/funcs/lfsUpload.js.map +1 -0
- package/dist/commonjs/funcs/mergePerform.d.ts +18 -0
- package/dist/commonjs/funcs/mergePerform.d.ts.map +1 -0
- package/dist/commonjs/funcs/mergePerform.js +133 -0
- package/dist/commonjs/funcs/mergePerform.js.map +1 -0
- package/dist/commonjs/funcs/reposGet.js +1 -1
- package/dist/commonjs/funcs/reposGet.js.map +1 -1
- package/dist/commonjs/helpers/index.d.ts +8 -0
- package/dist/commonjs/helpers/index.d.ts.map +1 -0
- package/dist/commonjs/helpers/index.js +24 -0
- package/dist/commonjs/helpers/index.js.map +1 -0
- package/dist/commonjs/helpers/lfs.d.ts +103 -0
- package/dist/commonjs/helpers/lfs.d.ts.map +1 -0
- package/dist/commonjs/helpers/lfs.js +266 -0
- package/dist/commonjs/helpers/lfs.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/models/errors/index.d.ts +3 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +3 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjects.d.ts +151 -0
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjects.d.ts.map +1 -0
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjects.js +233 -0
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjects.js.map +1 -0
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjectsdownload.d.ts +151 -0
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjectsdownload.d.ts.map +1 -0
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjectsdownload.js +244 -0
- package/dist/commonjs/models/errors/postbyorgbyrepolfsobjectsdownload.js.map +1 -0
- package/dist/commonjs/models/errors/postbyorgbyrepomergebybase.d.ts +151 -0
- package/dist/commonjs/models/errors/postbyorgbyrepomergebybase.d.ts.map +1 -0
- package/dist/commonjs/models/errors/postbyorgbyrepomergebybase.js +234 -0
- package/dist/commonjs/models/errors/postbyorgbyrepomergebybase.js.map +1 -0
- package/dist/commonjs/models/operations/getbyorg.d.ts +0 -1
- package/dist/commonjs/models/operations/getbyorg.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbyorg.js +0 -2
- package/dist/commonjs/models/operations/getbyorg.js.map +1 -1
- package/dist/commonjs/models/operations/getbyorgbyrepo.d.ts +105 -14
- package/dist/commonjs/models/operations/getbyorgbyrepo.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbyorgbyrepo.js +98 -17
- package/dist/commonjs/models/operations/getbyorgbyrepo.js.map +1 -1
- package/dist/commonjs/models/operations/getbyorgbyrepocontent.d.ts +2 -0
- package/dist/commonjs/models/operations/getbyorgbyrepocontent.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbyorgbyrepocontent.js +4 -0
- package/dist/commonjs/models/operations/getbyorgbyrepocontent.js.map +1 -1
- package/dist/commonjs/models/operations/getbyorgbyreposync.d.ts +11 -2
- package/dist/commonjs/models/operations/getbyorgbyreposync.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbyorgbyreposync.js +11 -1
- package/dist/commonjs/models/operations/getbyorgbyreposync.js.map +1 -1
- package/dist/commonjs/models/operations/getbyorgrepos.d.ts +9 -1
- package/dist/commonjs/models/operations/getbyorgrepos.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbyorgrepos.js +6 -2
- package/dist/commonjs/models/operations/getbyorgrepos.js.map +1 -1
- package/dist/commonjs/models/operations/index.d.ts +3 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +3 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/patchbyorgbyrepo.d.ts +33 -13
- package/dist/commonjs/models/operations/patchbyorgbyrepo.d.ts.map +1 -1
- package/dist/commonjs/models/operations/patchbyorgbyrepo.js +35 -20
- package/dist/commonjs/models/operations/patchbyorgbyrepo.js.map +1 -1
- package/dist/commonjs/models/operations/postbyorgbyrepocommits.d.ts +28 -4
- package/dist/commonjs/models/operations/postbyorgbyrepocommits.d.ts.map +1 -1
- package/dist/commonjs/models/operations/postbyorgbyrepocommits.js +21 -1
- package/dist/commonjs/models/operations/postbyorgbyrepocommits.js.map +1 -1
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjects.d.ts +138 -0
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjects.d.ts.map +1 -0
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjects.js +180 -0
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjects.js.map +1 -0
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjectsdownload.d.ts +138 -0
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjectsdownload.d.ts.map +1 -0
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjectsdownload.js +186 -0
- package/dist/commonjs/models/operations/postbyorgbyrepolfsobjectsdownload.js.map +1 -0
- package/dist/commonjs/models/operations/postbyorgbyrepomergebybase.d.ts +177 -0
- package/dist/commonjs/models/operations/postbyorgbyrepomergebybase.d.ts.map +1 -0
- package/dist/commonjs/models/operations/postbyorgbyrepomergebybase.js +180 -0
- package/dist/commonjs/models/operations/postbyorgbyrepomergebybase.js.map +1 -0
- package/dist/commonjs/models/operations/postbyorgrepos.d.ts +31 -13
- package/dist/commonjs/models/operations/postbyorgrepos.d.ts.map +1 -1
- package/dist/commonjs/models/operations/postbyorgrepos.js +28 -18
- package/dist/commonjs/models/operations/postbyorgrepos.js.map +1 -1
- package/dist/commonjs/sdk/content.d.ts +1 -1
- package/dist/commonjs/sdk/content.js +1 -1
- package/dist/commonjs/sdk/lfs.d.ts +19 -0
- package/dist/commonjs/sdk/lfs.d.ts.map +1 -0
- package/dist/commonjs/sdk/lfs.js +32 -0
- package/dist/commonjs/sdk/lfs.js.map +1 -0
- package/dist/commonjs/sdk/merge.d.ts +12 -0
- package/dist/commonjs/sdk/merge.d.ts.map +1 -0
- package/dist/commonjs/sdk/merge.js +22 -0
- package/dist/commonjs/sdk/merge.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +6 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +8 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/commonjs/types/smartUnion.js +7 -0
- package/dist/commonjs/types/smartUnion.js.map +1 -1
- package/dist/esm/funcs/contentGet.d.ts +1 -1
- package/dist/esm/funcs/contentGet.js +1 -1
- package/dist/esm/funcs/lfsDownload.d.ts +18 -0
- package/dist/esm/funcs/lfsDownload.d.ts.map +1 -0
- package/dist/esm/funcs/lfsDownload.js +93 -0
- package/dist/esm/funcs/lfsDownload.js.map +1 -0
- package/dist/esm/funcs/lfsUpload.d.ts +18 -0
- package/dist/esm/funcs/lfsUpload.d.ts.map +1 -0
- package/dist/esm/funcs/lfsUpload.js +93 -0
- package/dist/esm/funcs/lfsUpload.js.map +1 -0
- package/dist/esm/funcs/mergePerform.d.ts +18 -0
- package/dist/esm/funcs/mergePerform.d.ts.map +1 -0
- package/dist/esm/funcs/mergePerform.js +97 -0
- package/dist/esm/funcs/mergePerform.js.map +1 -0
- package/dist/esm/funcs/reposGet.js +1 -1
- package/dist/esm/funcs/reposGet.js.map +1 -1
- package/dist/esm/helpers/index.d.ts +8 -0
- package/dist/esm/helpers/index.d.ts.map +1 -0
- package/dist/esm/helpers/index.js +8 -0
- package/dist/esm/helpers/index.js.map +1 -0
- package/dist/esm/helpers/lfs.d.ts +103 -0
- package/dist/esm/helpers/lfs.d.ts.map +1 -0
- package/dist/esm/helpers/lfs.js +263 -0
- package/dist/esm/helpers/lfs.js.map +1 -0
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/models/errors/index.d.ts +3 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +3 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/errors/postbyorgbyrepolfsobjects.d.ts +151 -0
- package/dist/esm/models/errors/postbyorgbyrepolfsobjects.d.ts.map +1 -0
- package/dist/esm/models/errors/postbyorgbyrepolfsobjects.js +190 -0
- package/dist/esm/models/errors/postbyorgbyrepolfsobjects.js.map +1 -0
- package/dist/esm/models/errors/postbyorgbyrepolfsobjectsdownload.d.ts +151 -0
- package/dist/esm/models/errors/postbyorgbyrepolfsobjectsdownload.d.ts.map +1 -0
- package/dist/esm/models/errors/postbyorgbyrepolfsobjectsdownload.js +201 -0
- package/dist/esm/models/errors/postbyorgbyrepolfsobjectsdownload.js.map +1 -0
- package/dist/esm/models/errors/postbyorgbyrepomergebybase.d.ts +151 -0
- package/dist/esm/models/errors/postbyorgbyrepomergebybase.d.ts.map +1 -0
- package/dist/esm/models/errors/postbyorgbyrepomergebybase.js +191 -0
- package/dist/esm/models/errors/postbyorgbyrepomergebybase.js.map +1 -0
- package/dist/esm/models/operations/getbyorg.d.ts +0 -1
- package/dist/esm/models/operations/getbyorg.d.ts.map +1 -1
- package/dist/esm/models/operations/getbyorg.js +0 -2
- package/dist/esm/models/operations/getbyorg.js.map +1 -1
- package/dist/esm/models/operations/getbyorgbyrepo.d.ts +105 -14
- package/dist/esm/models/operations/getbyorgbyrepo.d.ts.map +1 -1
- package/dist/esm/models/operations/getbyorgbyrepo.js +91 -14
- package/dist/esm/models/operations/getbyorgbyrepo.js.map +1 -1
- package/dist/esm/models/operations/getbyorgbyrepocontent.d.ts +2 -0
- package/dist/esm/models/operations/getbyorgbyrepocontent.d.ts.map +1 -1
- package/dist/esm/models/operations/getbyorgbyrepocontent.js +4 -0
- package/dist/esm/models/operations/getbyorgbyrepocontent.js.map +1 -1
- package/dist/esm/models/operations/getbyorgbyreposync.d.ts +11 -2
- package/dist/esm/models/operations/getbyorgbyreposync.d.ts.map +1 -1
- package/dist/esm/models/operations/getbyorgbyreposync.js +9 -0
- package/dist/esm/models/operations/getbyorgbyreposync.js.map +1 -1
- package/dist/esm/models/operations/getbyorgrepos.d.ts +9 -1
- package/dist/esm/models/operations/getbyorgrepos.d.ts.map +1 -1
- package/dist/esm/models/operations/getbyorgrepos.js +6 -2
- package/dist/esm/models/operations/getbyorgrepos.js.map +1 -1
- package/dist/esm/models/operations/index.d.ts +3 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +3 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/patchbyorgbyrepo.d.ts +33 -13
- package/dist/esm/models/operations/patchbyorgbyrepo.d.ts.map +1 -1
- package/dist/esm/models/operations/patchbyorgbyrepo.js +32 -17
- package/dist/esm/models/operations/patchbyorgbyrepo.js.map +1 -1
- package/dist/esm/models/operations/postbyorgbyrepocommits.d.ts +28 -4
- package/dist/esm/models/operations/postbyorgbyrepocommits.d.ts.map +1 -1
- package/dist/esm/models/operations/postbyorgbyrepocommits.js +18 -0
- package/dist/esm/models/operations/postbyorgbyrepocommits.js.map +1 -1
- package/dist/esm/models/operations/postbyorgbyrepolfsobjects.d.ts +138 -0
- package/dist/esm/models/operations/postbyorgbyrepolfsobjects.d.ts.map +1 -0
- package/dist/esm/models/operations/postbyorgbyrepolfsobjects.js +131 -0
- package/dist/esm/models/operations/postbyorgbyrepolfsobjects.js.map +1 -0
- package/dist/esm/models/operations/postbyorgbyrepolfsobjectsdownload.d.ts +138 -0
- package/dist/esm/models/operations/postbyorgbyrepolfsobjectsdownload.d.ts.map +1 -0
- package/dist/esm/models/operations/postbyorgbyrepolfsobjectsdownload.js +137 -0
- package/dist/esm/models/operations/postbyorgbyrepolfsobjectsdownload.js.map +1 -0
- package/dist/esm/models/operations/postbyorgbyrepomergebybase.d.ts +177 -0
- package/dist/esm/models/operations/postbyorgbyrepomergebybase.d.ts.map +1 -0
- package/dist/esm/models/operations/postbyorgbyrepomergebybase.js +133 -0
- package/dist/esm/models/operations/postbyorgbyrepomergebybase.js.map +1 -0
- package/dist/esm/models/operations/postbyorgrepos.d.ts +31 -13
- package/dist/esm/models/operations/postbyorgrepos.d.ts.map +1 -1
- package/dist/esm/models/operations/postbyorgrepos.js +25 -15
- package/dist/esm/models/operations/postbyorgrepos.js.map +1 -1
- package/dist/esm/sdk/content.d.ts +1 -1
- package/dist/esm/sdk/content.js +1 -1
- package/dist/esm/sdk/lfs.d.ts +19 -0
- package/dist/esm/sdk/lfs.d.ts.map +1 -0
- package/dist/esm/sdk/lfs.js +28 -0
- package/dist/esm/sdk/lfs.js.map +1 -0
- package/dist/esm/sdk/merge.d.ts +12 -0
- package/dist/esm/sdk/merge.d.ts.map +1 -0
- package/dist/esm/sdk/merge.js +18 -0
- package/dist/esm/sdk/merge.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +6 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +8 -0
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/dist/esm/types/smartUnion.js +7 -0
- package/dist/esm/types/smartUnion.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +3 -3
- package/src/funcs/contentGet.ts +1 -1
- package/src/funcs/lfsDownload.ts +233 -0
- package/src/funcs/lfsUpload.ts +224 -0
- package/src/funcs/mergePerform.ts +234 -0
- package/src/funcs/reposGet.ts +1 -0
- package/src/helpers/index.ts +8 -0
- package/src/helpers/lfs.ts +410 -0
- package/src/lib/config.ts +3 -3
- package/src/models/errors/index.ts +3 -0
- package/src/models/errors/postbyorgbyrepolfsobjects.ts +358 -0
- package/src/models/errors/postbyorgbyrepolfsobjectsdownload.ts +379 -0
- package/src/models/errors/postbyorgbyrepomergebybase.ts +359 -0
- package/src/models/operations/getbyorg.ts +0 -3
- package/src/models/operations/getbyorgbyrepo.ts +249 -32
- package/src/models/operations/getbyorgbyrepocontent.ts +6 -0
- package/src/models/operations/getbyorgbyreposync.ts +33 -1
- package/src/models/operations/getbyorgrepos.ts +15 -3
- package/src/models/operations/index.ts +3 -0
- package/src/models/operations/patchbyorgbyrepo.ts +84 -41
- package/src/models/operations/postbyorgbyrepocommits.ts +62 -4
- package/src/models/operations/postbyorgbyrepolfsobjects.ts +411 -0
- package/src/models/operations/postbyorgbyrepolfsobjectsdownload.ts +442 -0
- package/src/models/operations/postbyorgbyrepomergebybase.ts +428 -0
- package/src/models/operations/postbyorgrepos.ts +69 -35
- package/src/sdk/content.ts +1 -1
- package/src/sdk/lfs.ts +45 -0
- package/src/sdk/merge.ts +27 -0
- package/src/sdk/sdk.ts +12 -0
- package/src/types/smartUnion.ts +8 -0
|
@@ -8,6 +8,7 @@ import { safeParse } from "../../lib/schemas.js";
|
|
|
8
8
|
import { ClosedEnum } from "../../types/enums.js";
|
|
9
9
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
10
|
import * as types from "../../types/primitives.js";
|
|
11
|
+
import { smartUnion } from "../../types/smartUnion.js";
|
|
11
12
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
13
|
|
|
13
14
|
export type GetByOrgByRepoRequest = {
|
|
@@ -60,17 +61,17 @@ export type GetByOrgByRepoBadRequestError = {
|
|
|
60
61
|
/**
|
|
61
62
|
* Conflict resolution strategy. "none" means sync will fail on conflicts.
|
|
62
63
|
*/
|
|
63
|
-
export const
|
|
64
|
+
export const ResolutionStrategySyncing = {
|
|
64
65
|
None: "none",
|
|
65
66
|
} as const;
|
|
66
67
|
/**
|
|
67
68
|
* Conflict resolution strategy. "none" means sync will fail on conflicts.
|
|
68
69
|
*/
|
|
69
|
-
export type
|
|
70
|
-
typeof
|
|
70
|
+
export type ResolutionStrategySyncing = ClosedEnum<
|
|
71
|
+
typeof ResolutionStrategySyncing
|
|
71
72
|
>;
|
|
72
73
|
|
|
73
|
-
export type
|
|
74
|
+
export type AutosyncSyncing = {
|
|
74
75
|
type: "poll";
|
|
75
76
|
/**
|
|
76
77
|
* Polling period in seconds
|
|
@@ -79,10 +80,10 @@ export type GetByOrgByRepoAutosync = {
|
|
|
79
80
|
/**
|
|
80
81
|
* Conflict resolution strategy. "none" means sync will fail on conflicts.
|
|
81
82
|
*/
|
|
82
|
-
resolutionStrategy:
|
|
83
|
+
resolutionStrategy: ResolutionStrategySyncing;
|
|
83
84
|
};
|
|
84
85
|
|
|
85
|
-
export type
|
|
86
|
+
export type UpstreamSyncing = {
|
|
86
87
|
/**
|
|
87
88
|
* URL of the upstream repository
|
|
88
89
|
*/
|
|
@@ -90,7 +91,7 @@ export type GetByOrgByRepoUpstream = {
|
|
|
90
91
|
/**
|
|
91
92
|
* Automatic sync configuration, if enabled
|
|
92
93
|
*/
|
|
93
|
-
autosync:
|
|
94
|
+
autosync: AutosyncSyncing | null;
|
|
94
95
|
/**
|
|
95
96
|
* Timestamp of the last sync attempt
|
|
96
97
|
*/
|
|
@@ -103,25 +104,111 @@ export type GetByOrgByRepoUpstream = {
|
|
|
103
104
|
* Error message from the last failed sync attempt
|
|
104
105
|
*/
|
|
105
106
|
lastSyncError: string | null;
|
|
107
|
+
/**
|
|
108
|
+
* Whether this upstream has an authentication credential configured
|
|
109
|
+
*/
|
|
110
|
+
hasCredential: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* The host the credential is scoped to (e.g. "github.com")
|
|
113
|
+
*/
|
|
114
|
+
credentialHost: string | null;
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Repository is being synchronized
|
|
119
|
+
*/
|
|
120
|
+
export type GetByOrgByRepoResponseBodySyncing = {
|
|
121
|
+
id: string;
|
|
122
|
+
org: string;
|
|
123
|
+
name: string;
|
|
124
|
+
defaultBranch: string;
|
|
125
|
+
headSha: string | null;
|
|
126
|
+
sizeBytes: number;
|
|
127
|
+
createdAt: string;
|
|
128
|
+
/**
|
|
129
|
+
* Optionally add an upstream repository. You can configure automatic syncing from the upstream repository.
|
|
130
|
+
*/
|
|
131
|
+
upstream: UpstreamSyncing | null;
|
|
132
|
+
status: "syncing";
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Conflict resolution strategy. "none" means sync will fail on conflicts.
|
|
137
|
+
*/
|
|
138
|
+
export const GetByOrgByRepoResolutionStrategyResponseBody = {
|
|
139
|
+
None: "none",
|
|
140
|
+
} as const;
|
|
141
|
+
/**
|
|
142
|
+
* Conflict resolution strategy. "none" means sync will fail on conflicts.
|
|
143
|
+
*/
|
|
144
|
+
export type GetByOrgByRepoResolutionStrategyResponseBody = ClosedEnum<
|
|
145
|
+
typeof GetByOrgByRepoResolutionStrategyResponseBody
|
|
146
|
+
>;
|
|
147
|
+
|
|
148
|
+
export type GetByOrgByRepoAutosyncResponseBody = {
|
|
149
|
+
type: "poll";
|
|
150
|
+
/**
|
|
151
|
+
* Polling period in seconds
|
|
152
|
+
*/
|
|
153
|
+
period: number;
|
|
154
|
+
/**
|
|
155
|
+
* Conflict resolution strategy. "none" means sync will fail on conflicts.
|
|
156
|
+
*/
|
|
157
|
+
resolutionStrategy: GetByOrgByRepoResolutionStrategyResponseBody;
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
export type GetByOrgByRepoUpstreamResponseBody = {
|
|
161
|
+
/**
|
|
162
|
+
* URL of the upstream repository
|
|
163
|
+
*/
|
|
164
|
+
uri: string;
|
|
165
|
+
/**
|
|
166
|
+
* Automatic sync configuration, if enabled
|
|
167
|
+
*/
|
|
168
|
+
autosync: GetByOrgByRepoAutosyncResponseBody | null;
|
|
169
|
+
/**
|
|
170
|
+
* Timestamp of the last sync attempt
|
|
171
|
+
*/
|
|
172
|
+
lastSyncAttempt: Date | null;
|
|
173
|
+
/**
|
|
174
|
+
* Timestamp of the last successful sync
|
|
175
|
+
*/
|
|
176
|
+
lastSyncSuccess: Date | null;
|
|
177
|
+
/**
|
|
178
|
+
* Error message from the last failed sync attempt
|
|
179
|
+
*/
|
|
180
|
+
lastSyncError: string | null;
|
|
181
|
+
/**
|
|
182
|
+
* Whether this upstream has an authentication credential configured
|
|
183
|
+
*/
|
|
184
|
+
hasCredential: boolean;
|
|
185
|
+
/**
|
|
186
|
+
* The host the credential is scoped to (e.g. "github.com")
|
|
187
|
+
*/
|
|
188
|
+
credentialHost: string | null;
|
|
106
189
|
};
|
|
107
190
|
|
|
108
191
|
/**
|
|
109
192
|
* Repository
|
|
110
193
|
*/
|
|
111
|
-
export type
|
|
194
|
+
export type GetByOrgByRepoResponseBody = {
|
|
112
195
|
id: string;
|
|
113
196
|
org: string;
|
|
114
197
|
name: string;
|
|
115
198
|
defaultBranch: string;
|
|
199
|
+
headSha: string | null;
|
|
116
200
|
sizeBytes: number;
|
|
117
|
-
lastPushAt: string | null;
|
|
118
201
|
createdAt: string;
|
|
119
202
|
/**
|
|
120
203
|
* Optionally add an upstream repository. You can configure automatic syncing from the upstream repository.
|
|
121
204
|
*/
|
|
122
|
-
upstream:
|
|
205
|
+
upstream: GetByOrgByRepoUpstreamResponseBody | null;
|
|
123
206
|
};
|
|
124
207
|
|
|
208
|
+
export type GetByOrgByRepoResponse =
|
|
209
|
+
| GetByOrgByRepoResponseBodySyncing
|
|
210
|
+
| GetByOrgByRepoResponseBody;
|
|
211
|
+
|
|
125
212
|
/** @internal */
|
|
126
213
|
export type GetByOrgByRepoRequest$Outbound = {
|
|
127
214
|
org: string;
|
|
@@ -285,19 +372,19 @@ export function getByOrgByRepoBadRequestErrorFromJSON(
|
|
|
285
372
|
}
|
|
286
373
|
|
|
287
374
|
/** @internal */
|
|
288
|
-
export const
|
|
289
|
-
typeof
|
|
290
|
-
> = z.enum(
|
|
375
|
+
export const ResolutionStrategySyncing$inboundSchema: z.ZodMiniEnum<
|
|
376
|
+
typeof ResolutionStrategySyncing
|
|
377
|
+
> = z.enum(ResolutionStrategySyncing);
|
|
291
378
|
|
|
292
379
|
/** @internal */
|
|
293
|
-
export const
|
|
294
|
-
|
|
380
|
+
export const AutosyncSyncing$inboundSchema: z.ZodMiniType<
|
|
381
|
+
AutosyncSyncing,
|
|
295
382
|
unknown
|
|
296
383
|
> = z.pipe(
|
|
297
384
|
z.object({
|
|
298
385
|
type: types.literal("poll"),
|
|
299
386
|
period: types.number(),
|
|
300
|
-
resolution_strategy:
|
|
387
|
+
resolution_strategy: ResolutionStrategySyncing$inboundSchema,
|
|
301
388
|
}),
|
|
302
389
|
z.transform((v) => {
|
|
303
390
|
return remap$(v, {
|
|
@@ -306,52 +393,163 @@ export const GetByOrgByRepoAutosync$inboundSchema: z.ZodMiniType<
|
|
|
306
393
|
}),
|
|
307
394
|
);
|
|
308
395
|
|
|
309
|
-
export function
|
|
396
|
+
export function autosyncSyncingFromJSON(
|
|
310
397
|
jsonString: string,
|
|
311
|
-
): SafeParseResult<
|
|
398
|
+
): SafeParseResult<AutosyncSyncing, SDKValidationError> {
|
|
312
399
|
return safeParse(
|
|
313
400
|
jsonString,
|
|
314
|
-
(x) =>
|
|
315
|
-
`Failed to parse '
|
|
401
|
+
(x) => AutosyncSyncing$inboundSchema.parse(JSON.parse(x)),
|
|
402
|
+
`Failed to parse 'AutosyncSyncing' from JSON`,
|
|
316
403
|
);
|
|
317
404
|
}
|
|
318
405
|
|
|
319
406
|
/** @internal */
|
|
320
|
-
export const
|
|
321
|
-
|
|
407
|
+
export const UpstreamSyncing$inboundSchema: z.ZodMiniType<
|
|
408
|
+
UpstreamSyncing,
|
|
409
|
+
unknown
|
|
410
|
+
> = z.pipe(
|
|
411
|
+
z.object({
|
|
412
|
+
uri: types.string(),
|
|
413
|
+
autosync: types.nullable(z.lazy(() => AutosyncSyncing$inboundSchema)),
|
|
414
|
+
last_sync_attempt: types.nullable(types.date()),
|
|
415
|
+
last_sync_success: types.nullable(types.date()),
|
|
416
|
+
last_sync_error: types.nullable(types.string()),
|
|
417
|
+
has_credential: types.boolean(),
|
|
418
|
+
credential_host: types.nullable(types.string()),
|
|
419
|
+
}),
|
|
420
|
+
z.transform((v) => {
|
|
421
|
+
return remap$(v, {
|
|
422
|
+
"last_sync_attempt": "lastSyncAttempt",
|
|
423
|
+
"last_sync_success": "lastSyncSuccess",
|
|
424
|
+
"last_sync_error": "lastSyncError",
|
|
425
|
+
"has_credential": "hasCredential",
|
|
426
|
+
"credential_host": "credentialHost",
|
|
427
|
+
});
|
|
428
|
+
}),
|
|
429
|
+
);
|
|
430
|
+
|
|
431
|
+
export function upstreamSyncingFromJSON(
|
|
432
|
+
jsonString: string,
|
|
433
|
+
): SafeParseResult<UpstreamSyncing, SDKValidationError> {
|
|
434
|
+
return safeParse(
|
|
435
|
+
jsonString,
|
|
436
|
+
(x) => UpstreamSyncing$inboundSchema.parse(JSON.parse(x)),
|
|
437
|
+
`Failed to parse 'UpstreamSyncing' from JSON`,
|
|
438
|
+
);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/** @internal */
|
|
442
|
+
export const GetByOrgByRepoResponseBodySyncing$inboundSchema: z.ZodMiniType<
|
|
443
|
+
GetByOrgByRepoResponseBodySyncing,
|
|
444
|
+
unknown
|
|
445
|
+
> = z.pipe(
|
|
446
|
+
z.object({
|
|
447
|
+
id: types.string(),
|
|
448
|
+
org: types.string(),
|
|
449
|
+
name: types.string(),
|
|
450
|
+
default_branch: types.string(),
|
|
451
|
+
head_sha: types.nullable(types.string()),
|
|
452
|
+
size_bytes: types.number(),
|
|
453
|
+
created_at: types.string(),
|
|
454
|
+
upstream: types.nullable(z.lazy(() => UpstreamSyncing$inboundSchema)),
|
|
455
|
+
status: types.literal("syncing"),
|
|
456
|
+
}),
|
|
457
|
+
z.transform((v) => {
|
|
458
|
+
return remap$(v, {
|
|
459
|
+
"default_branch": "defaultBranch",
|
|
460
|
+
"head_sha": "headSha",
|
|
461
|
+
"size_bytes": "sizeBytes",
|
|
462
|
+
"created_at": "createdAt",
|
|
463
|
+
});
|
|
464
|
+
}),
|
|
465
|
+
);
|
|
466
|
+
|
|
467
|
+
export function getByOrgByRepoResponseBodySyncingFromJSON(
|
|
468
|
+
jsonString: string,
|
|
469
|
+
): SafeParseResult<GetByOrgByRepoResponseBodySyncing, SDKValidationError> {
|
|
470
|
+
return safeParse(
|
|
471
|
+
jsonString,
|
|
472
|
+
(x) => GetByOrgByRepoResponseBodySyncing$inboundSchema.parse(JSON.parse(x)),
|
|
473
|
+
`Failed to parse 'GetByOrgByRepoResponseBodySyncing' from JSON`,
|
|
474
|
+
);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
/** @internal */
|
|
478
|
+
export const GetByOrgByRepoResolutionStrategyResponseBody$inboundSchema:
|
|
479
|
+
z.ZodMiniEnum<typeof GetByOrgByRepoResolutionStrategyResponseBody> = z.enum(
|
|
480
|
+
GetByOrgByRepoResolutionStrategyResponseBody,
|
|
481
|
+
);
|
|
482
|
+
|
|
483
|
+
/** @internal */
|
|
484
|
+
export const GetByOrgByRepoAutosyncResponseBody$inboundSchema: z.ZodMiniType<
|
|
485
|
+
GetByOrgByRepoAutosyncResponseBody,
|
|
486
|
+
unknown
|
|
487
|
+
> = z.pipe(
|
|
488
|
+
z.object({
|
|
489
|
+
type: types.literal("poll"),
|
|
490
|
+
period: types.number(),
|
|
491
|
+
resolution_strategy:
|
|
492
|
+
GetByOrgByRepoResolutionStrategyResponseBody$inboundSchema,
|
|
493
|
+
}),
|
|
494
|
+
z.transform((v) => {
|
|
495
|
+
return remap$(v, {
|
|
496
|
+
"resolution_strategy": "resolutionStrategy",
|
|
497
|
+
});
|
|
498
|
+
}),
|
|
499
|
+
);
|
|
500
|
+
|
|
501
|
+
export function getByOrgByRepoAutosyncResponseBodyFromJSON(
|
|
502
|
+
jsonString: string,
|
|
503
|
+
): SafeParseResult<GetByOrgByRepoAutosyncResponseBody, SDKValidationError> {
|
|
504
|
+
return safeParse(
|
|
505
|
+
jsonString,
|
|
506
|
+
(x) =>
|
|
507
|
+
GetByOrgByRepoAutosyncResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
508
|
+
`Failed to parse 'GetByOrgByRepoAutosyncResponseBody' from JSON`,
|
|
509
|
+
);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/** @internal */
|
|
513
|
+
export const GetByOrgByRepoUpstreamResponseBody$inboundSchema: z.ZodMiniType<
|
|
514
|
+
GetByOrgByRepoUpstreamResponseBody,
|
|
322
515
|
unknown
|
|
323
516
|
> = z.pipe(
|
|
324
517
|
z.object({
|
|
325
518
|
uri: types.string(),
|
|
326
519
|
autosync: types.nullable(
|
|
327
|
-
z.lazy(() =>
|
|
520
|
+
z.lazy(() => GetByOrgByRepoAutosyncResponseBody$inboundSchema),
|
|
328
521
|
),
|
|
329
522
|
last_sync_attempt: types.nullable(types.date()),
|
|
330
523
|
last_sync_success: types.nullable(types.date()),
|
|
331
524
|
last_sync_error: types.nullable(types.string()),
|
|
525
|
+
has_credential: types.boolean(),
|
|
526
|
+
credential_host: types.nullable(types.string()),
|
|
332
527
|
}),
|
|
333
528
|
z.transform((v) => {
|
|
334
529
|
return remap$(v, {
|
|
335
530
|
"last_sync_attempt": "lastSyncAttempt",
|
|
336
531
|
"last_sync_success": "lastSyncSuccess",
|
|
337
532
|
"last_sync_error": "lastSyncError",
|
|
533
|
+
"has_credential": "hasCredential",
|
|
534
|
+
"credential_host": "credentialHost",
|
|
338
535
|
});
|
|
339
536
|
}),
|
|
340
537
|
);
|
|
341
538
|
|
|
342
|
-
export function
|
|
539
|
+
export function getByOrgByRepoUpstreamResponseBodyFromJSON(
|
|
343
540
|
jsonString: string,
|
|
344
|
-
): SafeParseResult<
|
|
541
|
+
): SafeParseResult<GetByOrgByRepoUpstreamResponseBody, SDKValidationError> {
|
|
345
542
|
return safeParse(
|
|
346
543
|
jsonString,
|
|
347
|
-
(x) =>
|
|
348
|
-
|
|
544
|
+
(x) =>
|
|
545
|
+
GetByOrgByRepoUpstreamResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
546
|
+
`Failed to parse 'GetByOrgByRepoUpstreamResponseBody' from JSON`,
|
|
349
547
|
);
|
|
350
548
|
}
|
|
351
549
|
|
|
352
550
|
/** @internal */
|
|
353
|
-
export const
|
|
354
|
-
|
|
551
|
+
export const GetByOrgByRepoResponseBody$inboundSchema: z.ZodMiniType<
|
|
552
|
+
GetByOrgByRepoResponseBody,
|
|
355
553
|
unknown
|
|
356
554
|
> = z.pipe(
|
|
357
555
|
z.object({
|
|
@@ -359,23 +557,42 @@ export const GetByOrgByRepoResponse$inboundSchema: z.ZodMiniType<
|
|
|
359
557
|
org: types.string(),
|
|
360
558
|
name: types.string(),
|
|
361
559
|
default_branch: types.string(),
|
|
560
|
+
head_sha: types.nullable(types.string()),
|
|
362
561
|
size_bytes: types.number(),
|
|
363
|
-
last_push_at: types.nullable(types.string()),
|
|
364
562
|
created_at: types.string(),
|
|
365
563
|
upstream: types.nullable(
|
|
366
|
-
z.lazy(() =>
|
|
564
|
+
z.lazy(() => GetByOrgByRepoUpstreamResponseBody$inboundSchema),
|
|
367
565
|
),
|
|
368
566
|
}),
|
|
369
567
|
z.transform((v) => {
|
|
370
568
|
return remap$(v, {
|
|
371
569
|
"default_branch": "defaultBranch",
|
|
570
|
+
"head_sha": "headSha",
|
|
372
571
|
"size_bytes": "sizeBytes",
|
|
373
|
-
"last_push_at": "lastPushAt",
|
|
374
572
|
"created_at": "createdAt",
|
|
375
573
|
});
|
|
376
574
|
}),
|
|
377
575
|
);
|
|
378
576
|
|
|
577
|
+
export function getByOrgByRepoResponseBodyFromJSON(
|
|
578
|
+
jsonString: string,
|
|
579
|
+
): SafeParseResult<GetByOrgByRepoResponseBody, SDKValidationError> {
|
|
580
|
+
return safeParse(
|
|
581
|
+
jsonString,
|
|
582
|
+
(x) => GetByOrgByRepoResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
583
|
+
`Failed to parse 'GetByOrgByRepoResponseBody' from JSON`,
|
|
584
|
+
);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/** @internal */
|
|
588
|
+
export const GetByOrgByRepoResponse$inboundSchema: z.ZodMiniType<
|
|
589
|
+
GetByOrgByRepoResponse,
|
|
590
|
+
unknown
|
|
591
|
+
> = smartUnion([
|
|
592
|
+
z.lazy(() => GetByOrgByRepoResponseBodySyncing$inboundSchema),
|
|
593
|
+
z.lazy(() => GetByOrgByRepoResponseBody$inboundSchema),
|
|
594
|
+
]);
|
|
595
|
+
|
|
379
596
|
export function getByOrgByRepoResponseFromJSON(
|
|
380
597
|
jsonString: string,
|
|
381
598
|
): SafeParseResult<GetByOrgByRepoResponse, SDKValidationError> {
|
|
@@ -107,6 +107,8 @@ export type Dir = {
|
|
|
107
107
|
| EntryDir
|
|
108
108
|
| discriminatedUnionTypes.Unknown<"type">
|
|
109
109
|
>;
|
|
110
|
+
nextCursor: string | null;
|
|
111
|
+
hasMore: boolean;
|
|
110
112
|
};
|
|
111
113
|
|
|
112
114
|
export type SymlinkBase64 = {
|
|
@@ -440,10 +442,14 @@ export const Dir$inboundSchema: z.ZodMiniType<Dir, unknown> = z.pipe(
|
|
|
440
442
|
symlink: z.lazy(() => EntrySymlink$inboundSchema),
|
|
441
443
|
dir: z.lazy(() => EntryDir$inboundSchema),
|
|
442
444
|
})),
|
|
445
|
+
next_cursor: types.nullable(types.string()),
|
|
446
|
+
has_more: types.boolean(),
|
|
443
447
|
}),
|
|
444
448
|
z.transform((v) => {
|
|
445
449
|
return remap$(v, {
|
|
446
450
|
"child_count": "childCount",
|
|
451
|
+
"next_cursor": "nextCursor",
|
|
452
|
+
"has_more": "hasMore",
|
|
447
453
|
});
|
|
448
454
|
}),
|
|
449
455
|
);
|
|
@@ -69,6 +69,13 @@ export type StatusError = {
|
|
|
69
69
|
message: string;
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
+
/**
|
|
73
|
+
* A sync is currently in progress.
|
|
74
|
+
*/
|
|
75
|
+
export type StatusSyncing = {
|
|
76
|
+
type: "syncing";
|
|
77
|
+
};
|
|
78
|
+
|
|
72
79
|
/**
|
|
73
80
|
* The last sync was successful.
|
|
74
81
|
*/
|
|
@@ -81,6 +88,7 @@ export type StatusOk = {
|
|
|
81
88
|
*/
|
|
82
89
|
export type Status =
|
|
83
90
|
| StatusOk
|
|
91
|
+
| StatusSyncing
|
|
84
92
|
| StatusError
|
|
85
93
|
| discriminatedUnionTypes.Unknown<"type">;
|
|
86
94
|
|
|
@@ -99,7 +107,11 @@ export type GetByOrgByRepoSyncResponse = {
|
|
|
99
107
|
/**
|
|
100
108
|
* What the status of the last sync was.
|
|
101
109
|
*/
|
|
102
|
-
status:
|
|
110
|
+
status:
|
|
111
|
+
| StatusOk
|
|
112
|
+
| StatusSyncing
|
|
113
|
+
| StatusError
|
|
114
|
+
| discriminatedUnionTypes.Unknown<"type">;
|
|
103
115
|
};
|
|
104
116
|
|
|
105
117
|
/** @internal */
|
|
@@ -290,6 +302,24 @@ export function statusErrorFromJSON(
|
|
|
290
302
|
);
|
|
291
303
|
}
|
|
292
304
|
|
|
305
|
+
/** @internal */
|
|
306
|
+
export const StatusSyncing$inboundSchema: z.ZodMiniType<
|
|
307
|
+
StatusSyncing,
|
|
308
|
+
unknown
|
|
309
|
+
> = z.object({
|
|
310
|
+
type: types.literal("syncing"),
|
|
311
|
+
});
|
|
312
|
+
|
|
313
|
+
export function statusSyncingFromJSON(
|
|
314
|
+
jsonString: string,
|
|
315
|
+
): SafeParseResult<StatusSyncing, SDKValidationError> {
|
|
316
|
+
return safeParse(
|
|
317
|
+
jsonString,
|
|
318
|
+
(x) => StatusSyncing$inboundSchema.parse(JSON.parse(x)),
|
|
319
|
+
`Failed to parse 'StatusSyncing' from JSON`,
|
|
320
|
+
);
|
|
321
|
+
}
|
|
322
|
+
|
|
293
323
|
/** @internal */
|
|
294
324
|
export const StatusOk$inboundSchema: z.ZodMiniType<StatusOk, unknown> = z
|
|
295
325
|
.object({
|
|
@@ -310,6 +340,7 @@ export function statusOkFromJSON(
|
|
|
310
340
|
export const Status$inboundSchema: z.ZodMiniType<Status, unknown> =
|
|
311
341
|
discriminatedUnion("type", {
|
|
312
342
|
ok: z.lazy(() => StatusOk$inboundSchema),
|
|
343
|
+
syncing: z.lazy(() => StatusSyncing$inboundSchema),
|
|
313
344
|
error: z.lazy(() => StatusError$inboundSchema),
|
|
314
345
|
});
|
|
315
346
|
|
|
@@ -333,6 +364,7 @@ export const GetByOrgByRepoSyncResponse$inboundSchema: z.ZodMiniType<
|
|
|
333
364
|
last_sync_success: types.nullable(types.date()),
|
|
334
365
|
status: discriminatedUnion("type", {
|
|
335
366
|
ok: z.lazy(() => StatusOk$inboundSchema),
|
|
367
|
+
syncing: z.lazy(() => StatusSyncing$inboundSchema),
|
|
336
368
|
error: z.lazy(() => StatusError$inboundSchema),
|
|
337
369
|
}),
|
|
338
370
|
}),
|
|
@@ -104,6 +104,14 @@ export type GetByOrgReposUpstream = {
|
|
|
104
104
|
* Error message from the last failed sync attempt
|
|
105
105
|
*/
|
|
106
106
|
lastSyncError: string | null;
|
|
107
|
+
/**
|
|
108
|
+
* Whether this upstream has an authentication credential configured
|
|
109
|
+
*/
|
|
110
|
+
hasCredential: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* The host the credential is scoped to (e.g. "github.com")
|
|
113
|
+
*/
|
|
114
|
+
credentialHost: string | null;
|
|
107
115
|
};
|
|
108
116
|
|
|
109
117
|
export type Repo = {
|
|
@@ -111,8 +119,8 @@ export type Repo = {
|
|
|
111
119
|
org: string;
|
|
112
120
|
name: string;
|
|
113
121
|
defaultBranch: string;
|
|
122
|
+
headSha: string | null;
|
|
114
123
|
sizeBytes: number;
|
|
115
|
-
lastPushAt: string | null;
|
|
116
124
|
createdAt: string;
|
|
117
125
|
/**
|
|
118
126
|
* Optionally add an upstream repository. You can configure automatic syncing from the upstream repository.
|
|
@@ -342,12 +350,16 @@ export const GetByOrgReposUpstream$inboundSchema: z.ZodMiniType<
|
|
|
342
350
|
last_sync_attempt: types.nullable(types.date()),
|
|
343
351
|
last_sync_success: types.nullable(types.date()),
|
|
344
352
|
last_sync_error: types.nullable(types.string()),
|
|
353
|
+
has_credential: types.boolean(),
|
|
354
|
+
credential_host: types.nullable(types.string()),
|
|
345
355
|
}),
|
|
346
356
|
z.transform((v) => {
|
|
347
357
|
return remap$(v, {
|
|
348
358
|
"last_sync_attempt": "lastSyncAttempt",
|
|
349
359
|
"last_sync_success": "lastSyncSuccess",
|
|
350
360
|
"last_sync_error": "lastSyncError",
|
|
361
|
+
"has_credential": "hasCredential",
|
|
362
|
+
"credential_host": "credentialHost",
|
|
351
363
|
});
|
|
352
364
|
}),
|
|
353
365
|
);
|
|
@@ -369,16 +381,16 @@ export const Repo$inboundSchema: z.ZodMiniType<Repo, unknown> = z.pipe(
|
|
|
369
381
|
org: types.string(),
|
|
370
382
|
name: types.string(),
|
|
371
383
|
default_branch: types.string(),
|
|
384
|
+
head_sha: types.nullable(types.string()),
|
|
372
385
|
size_bytes: types.number(),
|
|
373
|
-
last_push_at: types.nullable(types.string()),
|
|
374
386
|
created_at: types.string(),
|
|
375
387
|
upstream: types.nullable(z.lazy(() => GetByOrgReposUpstream$inboundSchema)),
|
|
376
388
|
}),
|
|
377
389
|
z.transform((v) => {
|
|
378
390
|
return remap$(v, {
|
|
379
391
|
"default_branch": "defaultBranch",
|
|
392
|
+
"head_sha": "headSha",
|
|
380
393
|
"size_bytes": "sizeBytes",
|
|
381
|
-
"last_push_at": "lastPushAt",
|
|
382
394
|
"created_at": "createdAt",
|
|
383
395
|
});
|
|
384
396
|
}),
|
|
@@ -24,6 +24,9 @@ export * from "./postbyorgapikeys.js";
|
|
|
24
24
|
export * from "./postbyorgbyrepoanalyticsrefresh.js";
|
|
25
25
|
export * from "./postbyorgbyrepobranches.js";
|
|
26
26
|
export * from "./postbyorgbyrepocommits.js";
|
|
27
|
+
export * from "./postbyorgbyrepolfsobjects.js";
|
|
28
|
+
export * from "./postbyorgbyrepolfsobjectsdownload.js";
|
|
29
|
+
export * from "./postbyorgbyrepomergebybase.js";
|
|
27
30
|
export * from "./postbyorgbyreposync.js";
|
|
28
31
|
export * from "./postbyorgbyrepowebhooks.js";
|
|
29
32
|
export * from "./postbyorgrepos.js";
|