@stack-spot/portal-network 1.0.0-betaadp.2 → 1.0.0-dev.1768422812092
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 +633 -0
- package/dist/api/account.d.ts +413 -277
- package/dist/api/account.d.ts.map +1 -1
- package/dist/api/account.js +261 -176
- package/dist/api/account.js.map +1 -1
- package/dist/api/accountAssetManager.d.ts +309 -0
- package/dist/api/accountAssetManager.d.ts.map +1 -0
- package/dist/api/accountAssetManager.js +169 -0
- package/dist/api/accountAssetManager.js.map +1 -0
- package/dist/api/agent-tools.d.ts +243 -149
- package/dist/api/agent-tools.d.ts.map +1 -1
- package/dist/api/agent-tools.js +77 -5
- package/dist/api/agent-tools.js.map +1 -1
- package/dist/api/agent.d.ts +55 -55
- package/dist/api/agent.d.ts.map +1 -1
- package/dist/api/ai.d.ts +487 -98
- package/dist/api/ai.d.ts.map +1 -1
- package/dist/api/ai.js +427 -146
- package/dist/api/ai.js.map +1 -1
- package/dist/api/cloudPlatform.d.ts +374 -221
- package/dist/api/cloudPlatform.d.ts.map +1 -1
- package/dist/api/cloudPlatform.js +299 -93
- package/dist/api/cloudPlatform.js.map +1 -1
- package/dist/api/cloudPlatformHorizon.d.ts +178 -9
- package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
- package/dist/api/cloudPlatformHorizon.js +69 -1
- package/dist/api/cloudPlatformHorizon.js.map +1 -1
- package/dist/api/codeShift.d.ts +1125 -83
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +538 -16
- package/dist/api/codeShift.js.map +1 -1
- package/dist/api/dataIntegration.d.ts +291 -1
- package/dist/api/dataIntegration.d.ts.map +1 -1
- package/dist/api/dataIntegration.js +254 -0
- package/dist/api/dataIntegration.js.map +1 -1
- package/dist/api/discover.d.ts +380 -0
- package/dist/api/discover.d.ts.map +1 -0
- package/dist/api/discover.js +256 -0
- package/dist/api/discover.js.map +1 -0
- package/dist/api/edpBfa.d.ts +215 -0
- package/dist/api/edpBfa.d.ts.map +1 -0
- package/dist/api/edpBfa.js +87 -0
- package/dist/api/edpBfa.js.map +1 -0
- package/dist/api/genAiInference.d.ts +22 -2
- package/dist/api/genAiInference.d.ts.map +1 -1
- package/dist/api/genAiInference.js +22 -3
- package/dist/api/genAiInference.js.map +1 -1
- package/dist/api/workflows.d.ts +68 -5
- package/dist/api/workflows.d.ts.map +1 -1
- package/dist/api/workflows.js +16 -0
- package/dist/api/workflows.js.map +1 -1
- package/dist/api/workspaceManager.d.ts +16 -10
- package/dist/api/workspaceManager.d.ts.map +1 -1
- package/dist/api/workspaceManager.js +10 -0
- package/dist/api/workspaceManager.js.map +1 -1
- package/dist/api-addresses.d.ts +20 -18
- package/dist/api-addresses.d.ts.map +1 -1
- package/dist/api-addresses.js +81 -21
- package/dist/api-addresses.js.map +1 -1
- package/dist/apis-itau.json +241 -0
- package/dist/apis.json +18 -2
- package/dist/client/account-asset-manager.d.ts +112 -0
- package/dist/client/account-asset-manager.d.ts.map +1 -0
- package/dist/client/account-asset-manager.js +160 -0
- package/dist/client/account-asset-manager.js.map +1 -0
- package/dist/client/account.d.ts +265 -242
- package/dist/client/account.d.ts.map +1 -1
- package/dist/client/account.js +80 -34
- package/dist/client/account.js.map +1 -1
- package/dist/client/agent-tools.d.ts +166 -119
- package/dist/client/agent-tools.d.ts.map +1 -1
- package/dist/client/agent-tools.js +62 -11
- package/dist/client/agent-tools.js.map +1 -1
- package/dist/client/agent.d.ts +46 -46
- package/dist/client/agent.d.ts.map +1 -1
- package/dist/client/ai.d.ts +266 -79
- package/dist/client/ai.d.ts.map +1 -1
- package/dist/client/ai.js +262 -20
- package/dist/client/ai.js.map +1 -1
- package/dist/client/api-management.d.ts +10 -1
- package/dist/client/api-management.d.ts.map +1 -1
- package/dist/client/api-management.js +11 -2
- package/dist/client/api-management.js.map +1 -1
- package/dist/client/cloud-account.d.ts +13 -13
- package/dist/client/cloud-platform-horizon.d.ts +38 -19
- package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
- package/dist/client/cloud-platform-horizon.js +19 -1
- package/dist/client/cloud-platform-horizon.js.map +1 -1
- package/dist/client/cloud-platform.d.ts +213 -46
- package/dist/client/cloud-platform.d.ts.map +1 -1
- package/dist/client/cloud-platform.js +168 -33
- package/dist/client/cloud-platform.js.map +1 -1
- package/dist/client/cloud-runtimes.d.ts +4 -4
- package/dist/client/cloud-services.d.ts +17 -17
- package/dist/client/cloud-services.d.ts.map +1 -1
- package/dist/client/code-shift.d.ts +535 -162
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +296 -7
- package/dist/client/code-shift.js.map +1 -1
- package/dist/client/content.d.ts +127 -132
- package/dist/client/content.d.ts.map +1 -1
- package/dist/client/data-integration.d.ts +92 -53
- package/dist/client/data-integration.d.ts.map +1 -1
- package/dist/client/data-integration.js +38 -2
- package/dist/client/data-integration.js.map +1 -1
- package/dist/client/discover.d.ts +84 -0
- package/dist/client/discover.d.ts.map +1 -0
- package/dist/client/discover.js +359 -0
- package/dist/client/discover.js.map +1 -0
- package/dist/client/edp-bfa.d.ts +16 -0
- package/dist/client/edp-bfa.d.ts.map +1 -0
- package/dist/client/edp-bfa.js +24 -0
- package/dist/client/edp-bfa.js.map +1 -0
- package/dist/client/event-bus.d.ts.map +1 -1
- package/dist/client/gen-ai-inference.d.ts +20 -20
- package/dist/client/insights.d.ts +7 -7
- package/dist/client/notification.d.ts +17 -10
- package/dist/client/notification.d.ts.map +1 -1
- package/dist/client/notification.js +10 -1
- package/dist/client/notification.js.map +1 -1
- package/dist/client/runtime-manager.d.ts +8 -8
- package/dist/client/secrets.d.ts.map +1 -1
- package/dist/client/secrets.js +1 -1
- package/dist/client/secrets.js.map +1 -1
- package/dist/client/types.d.ts +50 -7
- package/dist/client/types.d.ts.map +1 -1
- package/dist/client/workflow.d.ts +10 -10
- package/dist/client/workspace-ai.d.ts +53 -53
- package/dist/client/workspace-ai.d.ts.map +1 -1
- package/dist/client/workspace-ai.js +3 -7
- package/dist/client/workspace-ai.js.map +1 -1
- package/dist/client/workspace-manager.d.ts +115 -76
- package/dist/client/workspace-manager.d.ts.map +1 -1
- package/dist/client/workspace-manager.js +47 -2
- package/dist/client/workspace-manager.js.map +1 -1
- package/dist/client/workspace-search.d.ts +2 -2
- package/dist/client/workspace.d.ts +58 -105
- package/dist/client/workspace.d.ts.map +1 -1
- package/dist/error/DefaultAPIError.d.ts.map +1 -1
- package/dist/error/DefaultAPIError.js.map +1 -1
- package/dist/error/StackspotAPIError.d.ts +3 -4
- package/dist/error/StackspotAPIError.d.ts.map +1 -1
- package/dist/error/StackspotAPIError.js +3 -3
- package/dist/error/StackspotAPIError.js.map +1 -1
- package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
- package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
- package/dist/error/dictionary/accountAssetManager.js +11 -0
- package/dist/error/dictionary/accountAssetManager.js.map +1 -0
- package/dist/error/dictionary/cloud-platform.d.ts +76 -8
- package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
- package/dist/error/dictionary/cloud-platform.js +80 -12
- package/dist/error/dictionary/cloud-platform.js.map +1 -1
- package/dist/error/dictionary/workspace-ai.d.ts +9 -0
- package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
- package/dist/error/dictionary/workspace-ai.js +9 -0
- package/dist/error/dictionary/workspace-ai.js.map +1 -0
- package/dist/index.d.ts +6 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/network/NetworkClient.d.ts +4 -2
- package/dist/network/NetworkClient.d.ts.map +1 -1
- package/dist/network/NetworkClient.js +16 -4
- package/dist/network/NetworkClient.js.map +1 -1
- package/dist/network/types.d.ts +2 -0
- package/dist/network/types.d.ts.map +1 -1
- package/dist/utils/StreamedJson.d.ts +3 -1
- package/dist/utils/StreamedJson.d.ts.map +1 -1
- package/dist/utils/StreamedJson.js +23 -3
- package/dist/utils/StreamedJson.js.map +1 -1
- package/package.dev.json +3 -0
- package/package.json +10 -9
- package/package.stg.json +3 -0
- package/readme.md +40 -1
- package/src/api/account.ts +701 -540
- package/src/api/accountAssetManager.ts +771 -0
- package/src/api/agent-tools.ts +332 -151
- package/src/api/ai.ts +891 -170
- package/src/api/cloudPlatform.ts +667 -298
- package/src/api/cloudPlatformHorizon.ts +412 -9
- package/src/api/codeShift.ts +2088 -97
- package/src/api/dataIntegration.ts +635 -1
- package/src/api/discover.ts +601 -0
- package/src/api/edpBfa.ts +472 -0
- package/src/api/genAiInference.ts +47 -4
- package/src/api/workflows.ts +100 -5
- package/src/api/workspaceManager.ts +25 -10
- package/src/api-addresses.ts +113 -38
- package/src/apis-itau.json +241 -0
- package/src/apis.json +18 -2
- package/src/client/account-asset-manager.ts +100 -0
- package/src/client/account.ts +71 -40
- package/src/client/agent-tools.ts +57 -17
- package/src/client/ai.ts +232 -20
- package/src/client/api-management.ts +7 -2
- package/src/client/cloud-platform-horizon.ts +12 -4
- package/src/client/cloud-platform.ts +101 -27
- package/src/client/code-shift.ts +196 -8
- package/src/client/data-integration.ts +28 -1
- package/src/client/discover.ts +319 -0
- package/src/client/edp-bfa.ts +24 -0
- package/src/client/notification.ts +6 -1
- package/src/client/secrets.ts +1 -1
- package/src/client/types.ts +55 -9
- package/src/client/workspace-ai.ts +19 -23
- package/src/client/workspace-manager.ts +31 -2
- package/src/error/DefaultAPIError.ts +5 -5
- package/src/error/StackspotAPIError.ts +4 -4
- package/src/error/dictionary/accountAssetManager.ts +12 -0
- package/src/error/dictionary/cloud-platform.ts +80 -12
- package/src/error/dictionary/workspace-ai.ts +10 -0
- package/src/index.ts +7 -4
- package/src/network/NetworkClient.ts +18 -6
- package/src/network/types.ts +3 -0
- package/src/utils/StreamedJson.tsx +19 -4
- package/dist/api/discovery.d.ts +0 -494
- package/dist/api/discovery.d.ts.map +0 -1
- package/dist/api/discovery.js +0 -205
- package/dist/api/discovery.js.map +0 -1
- package/dist/client/adp-mock.d.ts +0 -89
- package/dist/client/adp-mock.d.ts.map +0 -1
- package/dist/client/adp-mock.js +0 -246
- package/dist/client/adp-mock.js.map +0 -1
- package/dist/client/discovery.d.ts +0 -110
- package/dist/client/discovery.d.ts.map +0 -1
- package/dist/client/discovery.js +0 -133
- package/dist/client/discovery.js.map +0 -1
- package/src/api/discovery.ts +0 -729
- package/src/client/adp-mock.ts +0 -244
- package/src/client/discovery.ts +0 -73
package/dist/api/codeShift.js
CHANGED
|
@@ -23,6 +23,30 @@ export function checkRoleRouteV1RolesRoleGet({ role, authorization }, opts) {
|
|
|
23
23
|
})
|
|
24
24
|
}));
|
|
25
25
|
}
|
|
26
|
+
/**
|
|
27
|
+
* Module Favorite Service Add
|
|
28
|
+
*/
|
|
29
|
+
export function moduleFavoriteServiceAddV1ModulesModuleIdFavoritesPost({ moduleId, authorization }, opts) {
|
|
30
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/modules/${encodeURIComponent(moduleId)}/favorites`, {
|
|
31
|
+
...opts,
|
|
32
|
+
method: "POST",
|
|
33
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
34
|
+
authorization
|
|
35
|
+
})
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Module Favorite Service Delete
|
|
40
|
+
*/
|
|
41
|
+
export function moduleFavoriteServiceDeleteV1ModulesModuleIdFavoritesDelete({ moduleId, authorization }, opts) {
|
|
42
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/modules/${encodeURIComponent(moduleId)}/favorites`, {
|
|
43
|
+
...opts,
|
|
44
|
+
method: "DELETE",
|
|
45
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
46
|
+
authorization
|
|
47
|
+
})
|
|
48
|
+
}));
|
|
49
|
+
}
|
|
26
50
|
/**
|
|
27
51
|
* Create Module Service
|
|
28
52
|
*/
|
|
@@ -40,12 +64,17 @@ export function createModuleServiceV1ModulesPost({ authorization, xAccountSlug,
|
|
|
40
64
|
/**
|
|
41
65
|
* List Modules Service
|
|
42
66
|
*/
|
|
43
|
-
export function listModulesServiceV1ModulesGet({ pageSize, moduleType, page, lastEvaluatedKey, xAccountSlug, authorization }, opts) {
|
|
67
|
+
export function listModulesServiceV1ModulesGet({ pageSize, moduleType, page, lastEvaluatedKey, sharedWith, createdBy, visibility, name, tags, xAccountSlug, authorization }, opts) {
|
|
44
68
|
return oazapfts.ok(oazapfts.fetchJson(`/v1/modules${QS.query(QS.explode({
|
|
45
69
|
pageSize,
|
|
46
70
|
moduleType,
|
|
47
71
|
page,
|
|
48
|
-
lastEvaluatedKey
|
|
72
|
+
lastEvaluatedKey,
|
|
73
|
+
sharedWith,
|
|
74
|
+
createdBy,
|
|
75
|
+
visibility,
|
|
76
|
+
name,
|
|
77
|
+
tags
|
|
49
78
|
}))}`, {
|
|
50
79
|
...opts,
|
|
51
80
|
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
@@ -81,11 +110,49 @@ export function updateModuleServiceV1ModulesModuleIdPut({ moduleId, authorizatio
|
|
|
81
110
|
})
|
|
82
111
|
})));
|
|
83
112
|
}
|
|
113
|
+
/**
|
|
114
|
+
* Get Module
|
|
115
|
+
*/
|
|
116
|
+
export function getModuleV1ModulesModuleIdGet({ moduleId, authorization, xAccountSlug }, opts) {
|
|
117
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/modules/${encodeURIComponent(moduleId)}`, {
|
|
118
|
+
...opts,
|
|
119
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
120
|
+
authorization,
|
|
121
|
+
"x-account-slug": xAccountSlug
|
|
122
|
+
})
|
|
123
|
+
}));
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Get Module Inputs
|
|
127
|
+
*/
|
|
128
|
+
export function getModuleInputsV1ModulesModuleIdInputsGet({ moduleId, authorization }, opts) {
|
|
129
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/modules/${encodeURIComponent(moduleId)}/inputs`, {
|
|
130
|
+
...opts,
|
|
131
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
132
|
+
authorization
|
|
133
|
+
})
|
|
134
|
+
}));
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Get Module Docs
|
|
138
|
+
*/
|
|
139
|
+
export function getModuleDocsV1ModulesModuleIdDocsGet({ moduleId, language, authorization }, opts) {
|
|
140
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/modules/${encodeURIComponent(moduleId)}/docs${QS.query(QS.explode({
|
|
141
|
+
language
|
|
142
|
+
}))}`, {
|
|
143
|
+
...opts,
|
|
144
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
145
|
+
authorization
|
|
146
|
+
})
|
|
147
|
+
}));
|
|
148
|
+
}
|
|
84
149
|
/**
|
|
85
150
|
* Dispatch Module Service
|
|
86
151
|
*/
|
|
87
|
-
export function dispatchModuleServiceV1ModulesDispatchesPost({ authorization, body }, opts) {
|
|
88
|
-
return oazapfts.ok(oazapfts.fetchJson(
|
|
152
|
+
export function dispatchModuleServiceV1ModulesDispatchesPost({ batchName, authorization, body }, opts) {
|
|
153
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/modules/dispatches${QS.query(QS.explode({
|
|
154
|
+
batchName
|
|
155
|
+
}))}`, oazapfts.json({
|
|
89
156
|
...opts,
|
|
90
157
|
method: "POST",
|
|
91
158
|
body,
|
|
@@ -142,6 +209,19 @@ export function downloadReportV1ReportsReportIdDownloadGet({ reportId, extension
|
|
|
142
209
|
})
|
|
143
210
|
}));
|
|
144
211
|
}
|
|
212
|
+
/**
|
|
213
|
+
* Put Customer Rating Report
|
|
214
|
+
*/
|
|
215
|
+
export function putCustomerRatingReportV1ReportsReportIdCustomerRatingPut({ reportId, authorization, putCustomerRatingReportRequest }, opts) {
|
|
216
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/reports/${encodeURIComponent(reportId)}/customer-rating`, oazapfts.json({
|
|
217
|
+
...opts,
|
|
218
|
+
method: "PUT",
|
|
219
|
+
body: putCustomerRatingReportRequest,
|
|
220
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
221
|
+
authorization
|
|
222
|
+
})
|
|
223
|
+
})));
|
|
224
|
+
}
|
|
145
225
|
/**
|
|
146
226
|
* Search Repos Scm Service
|
|
147
227
|
*/
|
|
@@ -197,13 +277,13 @@ export function listRepositoryReportV1ReposRepositoryIdReportsGet({ repositoryId
|
|
|
197
277
|
/**
|
|
198
278
|
* Create Repos Batch Service
|
|
199
279
|
*/
|
|
200
|
-
export function createReposBatchServiceV1ReposBatchPost({ tags, authorization,
|
|
280
|
+
export function createReposBatchServiceV1ReposBatchPost({ tags, authorization, fastapiCompatV2BodyCreateReposBatchServiceV1ReposBatchPost }, opts) {
|
|
201
281
|
return oazapfts.ok(oazapfts.fetchJson(`/v1/repos/batch${QS.query(QS.explode({
|
|
202
282
|
tags
|
|
203
283
|
}))}`, oazapfts.multipart({
|
|
204
284
|
...opts,
|
|
205
285
|
method: "POST",
|
|
206
|
-
body:
|
|
286
|
+
body: fastapiCompatV2BodyCreateReposBatchServiceV1ReposBatchPost,
|
|
207
287
|
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
208
288
|
authorization
|
|
209
289
|
})
|
|
@@ -212,11 +292,11 @@ export function createReposBatchServiceV1ReposBatchPost({ tags, authorization, b
|
|
|
212
292
|
/**
|
|
213
293
|
* Create Repository Service
|
|
214
294
|
*/
|
|
215
|
-
export function createRepositoryServiceV1ReposPost({ authorization,
|
|
295
|
+
export function createRepositoryServiceV1ReposPost({ authorization, srcPresentationApiRestServicesV1ReposRequestsCreateRepositoryRequestCreateRepositoryRequest }, opts) {
|
|
216
296
|
return oazapfts.ok(oazapfts.fetchJson("/v1/repos", oazapfts.json({
|
|
217
297
|
...opts,
|
|
218
298
|
method: "POST",
|
|
219
|
-
body:
|
|
299
|
+
body: srcPresentationApiRestServicesV1ReposRequestsCreateRepositoryRequestCreateRepositoryRequest,
|
|
220
300
|
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
221
301
|
authorization
|
|
222
302
|
})
|
|
@@ -244,6 +324,26 @@ export function listRepositoryServiceV1ReposGet({ pageSize, page, lastEvaluatedK
|
|
|
244
324
|
})
|
|
245
325
|
}));
|
|
246
326
|
}
|
|
327
|
+
/**
|
|
328
|
+
* List Repository Download Service
|
|
329
|
+
*/
|
|
330
|
+
export function listRepositoryDownloadServiceV1ReposDownloadGet({ filter, moduleId, createdByEmail, reportByEmail, orderBy, orderDirection, tags, extension, authorization }, opts) {
|
|
331
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/repos/download${QS.query(QS.explode({
|
|
332
|
+
filter,
|
|
333
|
+
moduleId,
|
|
334
|
+
createdByEmail,
|
|
335
|
+
reportByEmail,
|
|
336
|
+
orderBy,
|
|
337
|
+
orderDirection,
|
|
338
|
+
tags,
|
|
339
|
+
extension
|
|
340
|
+
}))}`, {
|
|
341
|
+
...opts,
|
|
342
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
343
|
+
authorization
|
|
344
|
+
})
|
|
345
|
+
}));
|
|
346
|
+
}
|
|
247
347
|
/**
|
|
248
348
|
* List Branches Service
|
|
249
349
|
*/
|
|
@@ -296,8 +396,10 @@ export function updateRepositoryServiceV1ReposRepositoryIdPut({ repositoryId, au
|
|
|
296
396
|
/**
|
|
297
397
|
* Validate Scm Url Service
|
|
298
398
|
*/
|
|
299
|
-
export function validateScmUrlServiceV1ReposValidateScmUrlPost({ authorization, validateScmUrlRequest }, opts) {
|
|
300
|
-
return oazapfts.ok(oazapfts.fetchJson(
|
|
399
|
+
export function validateScmUrlServiceV1ReposValidateScmUrlPost({ raiseConflict, authorization, validateScmUrlRequest }, opts) {
|
|
400
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/repos/validate-scm-url${QS.query(QS.explode({
|
|
401
|
+
raiseConflict
|
|
402
|
+
}))}`, oazapfts.json({
|
|
301
403
|
...opts,
|
|
302
404
|
method: "POST",
|
|
303
405
|
body: validateScmUrlRequest,
|
|
@@ -397,7 +499,7 @@ export function deleteIntegrationServiceV1IntegrationsIntegrationIdDelete({ inte
|
|
|
397
499
|
/**
|
|
398
500
|
* Create Program Group Service
|
|
399
501
|
*/
|
|
400
|
-
export function createProgramGroupServiceV1ProgramGroupsPost({ name, tags, integrationId, authorization,
|
|
502
|
+
export function createProgramGroupServiceV1ProgramGroupsPost({ name, tags, integrationId, authorization, fastapiCompatV2BodyCreateProgramGroupServiceV1ProgramGroupsPost }, opts) {
|
|
401
503
|
return oazapfts.ok(oazapfts.fetchJson(`/v1/program-groups${QS.query(QS.explode({
|
|
402
504
|
name,
|
|
403
505
|
tags,
|
|
@@ -405,7 +507,7 @@ export function createProgramGroupServiceV1ProgramGroupsPost({ name, tags, integ
|
|
|
405
507
|
}))}`, oazapfts.multipart({
|
|
406
508
|
...opts,
|
|
407
509
|
method: "POST",
|
|
408
|
-
body:
|
|
510
|
+
body: fastapiCompatV2BodyCreateProgramGroupServiceV1ProgramGroupsPost,
|
|
409
511
|
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
410
512
|
authorization
|
|
411
513
|
})
|
|
@@ -433,6 +535,27 @@ export function listProgramGroupServiceV1ProgramGroupsGet({ moduleId, createdByE
|
|
|
433
535
|
})
|
|
434
536
|
}));
|
|
435
537
|
}
|
|
538
|
+
/**
|
|
539
|
+
* List Program Group Download Service
|
|
540
|
+
*/
|
|
541
|
+
export function listProgramGroupDownloadServiceV1ProgramGroupsDownloadGet({ moduleId, createdByEmail, reportByEmail, tags, name, orderBy, orderDirection, integrationId, extension, authorization }, opts) {
|
|
542
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/program-groups/download${QS.query(QS.explode({
|
|
543
|
+
moduleId,
|
|
544
|
+
createdByEmail,
|
|
545
|
+
reportByEmail,
|
|
546
|
+
tags,
|
|
547
|
+
name,
|
|
548
|
+
orderBy,
|
|
549
|
+
orderDirection,
|
|
550
|
+
integrationId,
|
|
551
|
+
extension
|
|
552
|
+
}))}`, {
|
|
553
|
+
...opts,
|
|
554
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
555
|
+
authorization
|
|
556
|
+
})
|
|
557
|
+
}));
|
|
558
|
+
}
|
|
436
559
|
/**
|
|
437
560
|
* Get Program Group By Id Service
|
|
438
561
|
*/
|
|
@@ -447,7 +570,7 @@ export function getProgramGroupByIdServiceV1ProgramGroupsProgramGroupIdGet({ pro
|
|
|
447
570
|
/**
|
|
448
571
|
* Update Program Group Service
|
|
449
572
|
*/
|
|
450
|
-
export function updateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut({ programGroupId, name, tags, integrationId, authorization,
|
|
573
|
+
export function updateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut({ programGroupId, name, tags, integrationId, authorization, fastapiCompatV2BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut }, opts) {
|
|
451
574
|
return oazapfts.ok(oazapfts.fetchJson(`/v1/program-groups/${encodeURIComponent(programGroupId)}${QS.query(QS.explode({
|
|
452
575
|
name,
|
|
453
576
|
tags,
|
|
@@ -455,7 +578,7 @@ export function updateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut({ prog
|
|
|
455
578
|
}))}`, oazapfts.multipart({
|
|
456
579
|
...opts,
|
|
457
580
|
method: "PUT",
|
|
458
|
-
body:
|
|
581
|
+
body: fastapiCompatV2BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut,
|
|
459
582
|
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
460
583
|
authorization
|
|
461
584
|
})
|
|
@@ -504,9 +627,10 @@ export function listProgramGroupReportServiceV1ProgramGroupsProgramGroupIdReport
|
|
|
504
627
|
/**
|
|
505
628
|
* List Tags Service
|
|
506
629
|
*/
|
|
507
|
-
export function listTagsServiceV1TagsGet({ name, authorization }, opts) {
|
|
630
|
+
export function listTagsServiceV1TagsGet({ name, $type, authorization }, opts) {
|
|
508
631
|
return oazapfts.ok(oazapfts.fetchJson(`/v1/tags${QS.query(QS.explode({
|
|
509
|
-
name
|
|
632
|
+
name,
|
|
633
|
+
"type": $type
|
|
510
634
|
}))}`, {
|
|
511
635
|
...opts,
|
|
512
636
|
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
@@ -744,6 +868,235 @@ export function analyticsProgramGroupsUsageDownloadV1AnalyticsProgramGroupsUsage
|
|
|
744
868
|
})
|
|
745
869
|
}));
|
|
746
870
|
}
|
|
871
|
+
/**
|
|
872
|
+
* Analytics Program Groups Details
|
|
873
|
+
*/
|
|
874
|
+
export function analyticsProgramGroupsDetailsV1AnalyticsProgramGroupsDetailsGet({ pageSize, page, programName, tags, mode, moduleId, programCreatedById, reportCreatedById, startDate, endDate, orderBy, orderDirection, authorization }, opts) {
|
|
875
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/program-groups/details${QS.query(QS.explode({
|
|
876
|
+
pageSize,
|
|
877
|
+
page,
|
|
878
|
+
programName,
|
|
879
|
+
tags,
|
|
880
|
+
mode,
|
|
881
|
+
moduleId,
|
|
882
|
+
programCreatedById,
|
|
883
|
+
reportCreatedById,
|
|
884
|
+
startDate,
|
|
885
|
+
endDate,
|
|
886
|
+
orderBy,
|
|
887
|
+
orderDirection
|
|
888
|
+
}))}`, {
|
|
889
|
+
...opts,
|
|
890
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
891
|
+
authorization
|
|
892
|
+
})
|
|
893
|
+
}));
|
|
894
|
+
}
|
|
895
|
+
/**
|
|
896
|
+
* Analytics Program Groups Details Download
|
|
897
|
+
*/
|
|
898
|
+
export function analyticsProgramGroupsDetailsDownloadV1AnalyticsProgramGroupsDetailsDownloadGet({ programName, tags, mode, moduleId, programCreatedById, reportCreatedById, startDate, endDate, orderBy, orderDirection, extension, authorization }, opts) {
|
|
899
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/program-groups/details/download${QS.query(QS.explode({
|
|
900
|
+
programName,
|
|
901
|
+
tags,
|
|
902
|
+
mode,
|
|
903
|
+
moduleId,
|
|
904
|
+
programCreatedById,
|
|
905
|
+
reportCreatedById,
|
|
906
|
+
startDate,
|
|
907
|
+
endDate,
|
|
908
|
+
orderBy,
|
|
909
|
+
orderDirection,
|
|
910
|
+
extension
|
|
911
|
+
}))}`, {
|
|
912
|
+
...opts,
|
|
913
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
914
|
+
authorization
|
|
915
|
+
})
|
|
916
|
+
}));
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* Analytics Repository Detailed Report
|
|
920
|
+
*/
|
|
921
|
+
export function analyticsRepositoryDetailedReportV1AnalyticsRepositoriesDetailsGet({ pageSize, page, repositoryUrl, tags, mode, moduleId, repositoryCreatedById, executedBy, startDate, endDate, orderBy, orderDirection, authorization }, opts) {
|
|
922
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/repositories/details${QS.query(QS.explode({
|
|
923
|
+
pageSize,
|
|
924
|
+
page,
|
|
925
|
+
repositoryUrl,
|
|
926
|
+
tags,
|
|
927
|
+
mode,
|
|
928
|
+
moduleId,
|
|
929
|
+
repositoryCreatedById,
|
|
930
|
+
executedBy,
|
|
931
|
+
startDate,
|
|
932
|
+
endDate,
|
|
933
|
+
orderBy,
|
|
934
|
+
orderDirection
|
|
935
|
+
}))}`, {
|
|
936
|
+
...opts,
|
|
937
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
938
|
+
authorization
|
|
939
|
+
})
|
|
940
|
+
}));
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* Analytics Repository Detailed Report Download
|
|
944
|
+
*/
|
|
945
|
+
export function analyticsRepositoryDetailedReportDownloadV1AnalyticsRepositoriesDetailsDownloadGet({ repositoryUrl, tags, mode, moduleId, repositoryCreatedById, reportCreatedById, startDate, endDate, orderBy, orderDirection, extension, authorization }, opts) {
|
|
946
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/repositories/details/download${QS.query(QS.explode({
|
|
947
|
+
repositoryUrl,
|
|
948
|
+
tags,
|
|
949
|
+
mode,
|
|
950
|
+
moduleId,
|
|
951
|
+
repositoryCreatedById,
|
|
952
|
+
reportCreatedById,
|
|
953
|
+
startDate,
|
|
954
|
+
endDate,
|
|
955
|
+
orderBy,
|
|
956
|
+
orderDirection,
|
|
957
|
+
extension
|
|
958
|
+
}))}`, {
|
|
959
|
+
...opts,
|
|
960
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
961
|
+
authorization
|
|
962
|
+
})
|
|
963
|
+
}));
|
|
964
|
+
}
|
|
965
|
+
/**
|
|
966
|
+
* Analytics Program Groups Target Details
|
|
967
|
+
*/
|
|
968
|
+
export function analyticsProgramGroupsTargetDetailsV1AnalyticsProgramGroupsTargetDetailsGet({ pageSize, page, programName, componentName, tags, mode, moduleId, reportCreatedById, startDate, endDate, orderBy, orderDirection, authorization }, opts) {
|
|
969
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/program-groups/target-details${QS.query(QS.explode({
|
|
970
|
+
pageSize,
|
|
971
|
+
page,
|
|
972
|
+
programName,
|
|
973
|
+
componentName,
|
|
974
|
+
tags,
|
|
975
|
+
mode,
|
|
976
|
+
moduleId,
|
|
977
|
+
reportCreatedById,
|
|
978
|
+
startDate,
|
|
979
|
+
endDate,
|
|
980
|
+
orderBy,
|
|
981
|
+
orderDirection
|
|
982
|
+
}))}`, {
|
|
983
|
+
...opts,
|
|
984
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
985
|
+
authorization
|
|
986
|
+
})
|
|
987
|
+
}));
|
|
988
|
+
}
|
|
989
|
+
/**
|
|
990
|
+
* Analytics Program Groups Target Details Download
|
|
991
|
+
*/
|
|
992
|
+
export function analyticsProgramGroupsTargetDetailsDownloadV1AnalyticsProgramGroupsTargetDetailsDownloadGet({ programName, tags, mode, moduleId, componentName, reportCreatedById, startDate, endDate, orderBy, orderDirection, extension, authorization }, opts) {
|
|
993
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/program-groups/target-details/download${QS.query(QS.explode({
|
|
994
|
+
programName,
|
|
995
|
+
tags,
|
|
996
|
+
mode,
|
|
997
|
+
moduleId,
|
|
998
|
+
componentName,
|
|
999
|
+
reportCreatedById,
|
|
1000
|
+
startDate,
|
|
1001
|
+
endDate,
|
|
1002
|
+
orderBy,
|
|
1003
|
+
orderDirection,
|
|
1004
|
+
extension
|
|
1005
|
+
}))}`, {
|
|
1006
|
+
...opts,
|
|
1007
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1008
|
+
authorization
|
|
1009
|
+
})
|
|
1010
|
+
}));
|
|
1011
|
+
}
|
|
1012
|
+
/**
|
|
1013
|
+
* Analytics Repository Target Details
|
|
1014
|
+
*/
|
|
1015
|
+
export function analyticsRepositoryTargetDetailsV1AnalyticsRepositoriesTargetDetailsGet({ pageSize, page, repositoryUrl, targetName, tags, mode, moduleId, reportCreatedById, startDate, endDate, orderBy, orderDirection, authorization }, opts) {
|
|
1016
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/repositories/target-details${QS.query(QS.explode({
|
|
1017
|
+
pageSize,
|
|
1018
|
+
page,
|
|
1019
|
+
repositoryUrl,
|
|
1020
|
+
targetName,
|
|
1021
|
+
tags,
|
|
1022
|
+
mode,
|
|
1023
|
+
moduleId,
|
|
1024
|
+
reportCreatedById,
|
|
1025
|
+
startDate,
|
|
1026
|
+
endDate,
|
|
1027
|
+
orderBy,
|
|
1028
|
+
orderDirection
|
|
1029
|
+
}))}`, {
|
|
1030
|
+
...opts,
|
|
1031
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1032
|
+
authorization
|
|
1033
|
+
})
|
|
1034
|
+
}));
|
|
1035
|
+
}
|
|
1036
|
+
/**
|
|
1037
|
+
* Analytics Repository Target Details Download
|
|
1038
|
+
*/
|
|
1039
|
+
export function analyticsRepositoryTargetDetailsDownloadV1AnalyticsRepositoriesTargetDetailsDownloadGet({ repositoryUrl, targetName, tags, mode, moduleId, reportCreatedById, startDate, endDate, orderBy, orderDirection, extension, authorization }, opts) {
|
|
1040
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/repositories/target-details/download${QS.query(QS.explode({
|
|
1041
|
+
repositoryUrl,
|
|
1042
|
+
targetName,
|
|
1043
|
+
tags,
|
|
1044
|
+
mode,
|
|
1045
|
+
moduleId,
|
|
1046
|
+
reportCreatedById,
|
|
1047
|
+
startDate,
|
|
1048
|
+
endDate,
|
|
1049
|
+
orderBy,
|
|
1050
|
+
orderDirection,
|
|
1051
|
+
extension
|
|
1052
|
+
}))}`, {
|
|
1053
|
+
...opts,
|
|
1054
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1055
|
+
authorization
|
|
1056
|
+
})
|
|
1057
|
+
}));
|
|
1058
|
+
}
|
|
1059
|
+
/**
|
|
1060
|
+
* Analytics Module Execution Times Report
|
|
1061
|
+
*/
|
|
1062
|
+
export function analyticsModuleExecutionTimesReportV1AnalyticsModulesExecutionTimesGet({ pageSize, page, moduleId, version, mode, startDate, endDate, orderBy, orderDirection, authorization }, opts) {
|
|
1063
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/modules/execution-times${QS.query(QS.explode({
|
|
1064
|
+
pageSize,
|
|
1065
|
+
page,
|
|
1066
|
+
moduleId,
|
|
1067
|
+
version,
|
|
1068
|
+
mode,
|
|
1069
|
+
startDate,
|
|
1070
|
+
endDate,
|
|
1071
|
+
orderBy,
|
|
1072
|
+
orderDirection
|
|
1073
|
+
}))}`, {
|
|
1074
|
+
...opts,
|
|
1075
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1076
|
+
authorization
|
|
1077
|
+
})
|
|
1078
|
+
}));
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* Analytics Module Execution Times Download
|
|
1082
|
+
*/
|
|
1083
|
+
export function analyticsModuleExecutionTimesDownloadV1AnalyticsModulesExecutionTimesDownloadGet({ moduleId, version, mode, startDate, endDate, orderBy, orderDirection, extension, authorization }, opts) {
|
|
1084
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/analytics/modules/execution-times/download${QS.query(QS.explode({
|
|
1085
|
+
moduleId,
|
|
1086
|
+
version,
|
|
1087
|
+
mode,
|
|
1088
|
+
startDate,
|
|
1089
|
+
endDate,
|
|
1090
|
+
orderBy,
|
|
1091
|
+
orderDirection,
|
|
1092
|
+
extension
|
|
1093
|
+
}))}`, {
|
|
1094
|
+
...opts,
|
|
1095
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1096
|
+
authorization
|
|
1097
|
+
})
|
|
1098
|
+
}));
|
|
1099
|
+
}
|
|
747
1100
|
/**
|
|
748
1101
|
* List User Service
|
|
749
1102
|
*/
|
|
@@ -755,4 +1108,173 @@ export function listUserServiceV1UsersGet({ authorization }, opts) {
|
|
|
755
1108
|
})
|
|
756
1109
|
}));
|
|
757
1110
|
}
|
|
1111
|
+
/**
|
|
1112
|
+
* Search Repos Scm Service
|
|
1113
|
+
*/
|
|
1114
|
+
export function searchReposScmServiceV2ReposSearchScmPost({ authorization, searchReposInScmRequest }, opts) {
|
|
1115
|
+
return oazapfts.ok(oazapfts.fetchJson("/v2/repos/search-scm", oazapfts.json({
|
|
1116
|
+
...opts,
|
|
1117
|
+
method: "POST",
|
|
1118
|
+
body: searchReposInScmRequest,
|
|
1119
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1120
|
+
authorization
|
|
1121
|
+
})
|
|
1122
|
+
})));
|
|
1123
|
+
}
|
|
1124
|
+
/**
|
|
1125
|
+
* Import Repos With Tags Scm Service
|
|
1126
|
+
*/
|
|
1127
|
+
export function importReposWithTagsScmServiceV2ReposSearchScmSearchIdPost({ searchId, authorization, importReposScmWithTagsRequest }, opts) {
|
|
1128
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v2/repos/search-scm/${encodeURIComponent(searchId)}`, oazapfts.json({
|
|
1129
|
+
...opts,
|
|
1130
|
+
method: "POST",
|
|
1131
|
+
body: importReposScmWithTagsRequest,
|
|
1132
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1133
|
+
authorization
|
|
1134
|
+
})
|
|
1135
|
+
})));
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* Search Repos Scm V2
|
|
1139
|
+
*/
|
|
1140
|
+
export function searchReposScmV2V2ReposSearchScmSearchIdGet({ searchId, authorization }, opts) {
|
|
1141
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v2/repos/search-scm/${encodeURIComponent(searchId)}`, {
|
|
1142
|
+
...opts,
|
|
1143
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1144
|
+
authorization
|
|
1145
|
+
})
|
|
1146
|
+
}));
|
|
1147
|
+
}
|
|
1148
|
+
/**
|
|
1149
|
+
* Download Search Repos Scm V2
|
|
1150
|
+
*/
|
|
1151
|
+
export function downloadSearchReposScmV2V2ReposSearchScmSearchIdDownloadGet({ searchId, extension, authorization }, opts) {
|
|
1152
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v2/repos/search-scm/${encodeURIComponent(searchId)}/download${QS.query(QS.explode({
|
|
1153
|
+
extension
|
|
1154
|
+
}))}`, {
|
|
1155
|
+
...opts,
|
|
1156
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1157
|
+
authorization
|
|
1158
|
+
})
|
|
1159
|
+
}));
|
|
1160
|
+
}
|
|
1161
|
+
/**
|
|
1162
|
+
* Create Repos Batch Service
|
|
1163
|
+
*/
|
|
1164
|
+
export function createReposBatchServiceV2ReposBatchPost({ tags, authorization, fastapiCompatV2BodyCreateReposBatchServiceV2ReposBatchPost }, opts) {
|
|
1165
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v2/repos/batch${QS.query(QS.explode({
|
|
1166
|
+
tags
|
|
1167
|
+
}))}`, oazapfts.multipart({
|
|
1168
|
+
...opts,
|
|
1169
|
+
method: "POST",
|
|
1170
|
+
body: fastapiCompatV2BodyCreateReposBatchServiceV2ReposBatchPost,
|
|
1171
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1172
|
+
authorization
|
|
1173
|
+
})
|
|
1174
|
+
})));
|
|
1175
|
+
}
|
|
1176
|
+
/**
|
|
1177
|
+
* Get Import Result
|
|
1178
|
+
*/
|
|
1179
|
+
export function getImportResultV2ReposBatchImportIdGet({ importId, pageSize, page, authorization }, opts) {
|
|
1180
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v2/repos/batch/${encodeURIComponent(importId)}${QS.query(QS.explode({
|
|
1181
|
+
pageSize,
|
|
1182
|
+
page
|
|
1183
|
+
}))}`, {
|
|
1184
|
+
...opts,
|
|
1185
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1186
|
+
authorization
|
|
1187
|
+
})
|
|
1188
|
+
}));
|
|
1189
|
+
}
|
|
1190
|
+
/**
|
|
1191
|
+
* Download Import Result
|
|
1192
|
+
*/
|
|
1193
|
+
export function downloadImportResultV2ReposBatchImportIdDownloadGet({ importId, language, status, extension, authorization }, opts) {
|
|
1194
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v2/repos/batch/${encodeURIComponent(importId)}/download${QS.query(QS.explode({
|
|
1195
|
+
language,
|
|
1196
|
+
status,
|
|
1197
|
+
extension
|
|
1198
|
+
}))}`, {
|
|
1199
|
+
...opts,
|
|
1200
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1201
|
+
authorization
|
|
1202
|
+
})
|
|
1203
|
+
}));
|
|
1204
|
+
}
|
|
1205
|
+
/**
|
|
1206
|
+
* List Repository Service
|
|
1207
|
+
*/
|
|
1208
|
+
export function listRepositoryServiceV2ReposGet({ pageSize, page, lastEvaluatedKey, filter, moduleId, createdByEmail, reportByEmail, orderBy, orderDirection, tags, onlyIds, authorization }, opts) {
|
|
1209
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v2/repos${QS.query(QS.explode({
|
|
1210
|
+
pageSize,
|
|
1211
|
+
page,
|
|
1212
|
+
lastEvaluatedKey,
|
|
1213
|
+
filter,
|
|
1214
|
+
moduleId,
|
|
1215
|
+
createdByEmail,
|
|
1216
|
+
reportByEmail,
|
|
1217
|
+
orderBy,
|
|
1218
|
+
orderDirection,
|
|
1219
|
+
tags,
|
|
1220
|
+
onlyIds
|
|
1221
|
+
}))}`, {
|
|
1222
|
+
...opts,
|
|
1223
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1224
|
+
authorization
|
|
1225
|
+
})
|
|
1226
|
+
}));
|
|
1227
|
+
}
|
|
1228
|
+
/**
|
|
1229
|
+
* Create Repository Service
|
|
1230
|
+
*/
|
|
1231
|
+
export function createRepositoryServiceV2ReposPost({ authorization, srcPresentationApiRestServicesV2ReposRequestsCreateRepositoryRequestCreateRepositoryRequest }, opts) {
|
|
1232
|
+
return oazapfts.ok(oazapfts.fetchJson("/v2/repos", oazapfts.json({
|
|
1233
|
+
...opts,
|
|
1234
|
+
method: "POST",
|
|
1235
|
+
body: srcPresentationApiRestServicesV2ReposRequestsCreateRepositoryRequestCreateRepositoryRequest,
|
|
1236
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1237
|
+
authorization
|
|
1238
|
+
})
|
|
1239
|
+
})));
|
|
1240
|
+
}
|
|
1241
|
+
/**
|
|
1242
|
+
* Pat Health Check
|
|
1243
|
+
*/
|
|
1244
|
+
export function patHealthCheckV1ScmPatHealthCheckGet({ authorization }, opts) {
|
|
1245
|
+
return oazapfts.ok(oazapfts.fetchJson("/v1/scm/pat/health-check", {
|
|
1246
|
+
...opts,
|
|
1247
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1248
|
+
authorization
|
|
1249
|
+
})
|
|
1250
|
+
}));
|
|
1251
|
+
}
|
|
1252
|
+
/**
|
|
1253
|
+
* List Module Execution Batch Activities
|
|
1254
|
+
*/
|
|
1255
|
+
export function listModuleExecutionBatchActivitiesV1ActivitiesModuleExecutionBatchGet({ pageSize, page, authorization }, opts) {
|
|
1256
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/activities/module-execution-batch${QS.query(QS.explode({
|
|
1257
|
+
pageSize,
|
|
1258
|
+
page
|
|
1259
|
+
}))}`, {
|
|
1260
|
+
...opts,
|
|
1261
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1262
|
+
authorization
|
|
1263
|
+
})
|
|
1264
|
+
}));
|
|
1265
|
+
}
|
|
1266
|
+
/**
|
|
1267
|
+
* Get Module Execution Batch Activities By Id
|
|
1268
|
+
*/
|
|
1269
|
+
export function getModuleExecutionBatchActivitiesByIdV1ActivitiesModuleExecutionBatchModuleExecutionBatchIdGet({ moduleExecutionBatchId, pageSize, page, authorization }, opts) {
|
|
1270
|
+
return oazapfts.ok(oazapfts.fetchJson(`/v1/activities/module-execution-batch/${encodeURIComponent(moduleExecutionBatchId)}${QS.query(QS.explode({
|
|
1271
|
+
pageSize,
|
|
1272
|
+
page
|
|
1273
|
+
}))}`, {
|
|
1274
|
+
...opts,
|
|
1275
|
+
headers: oazapfts.mergeHeaders(opts?.headers, {
|
|
1276
|
+
authorization
|
|
1277
|
+
})
|
|
1278
|
+
}));
|
|
1279
|
+
}
|
|
758
1280
|
//# sourceMappingURL=codeShift.js.map
|