@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
|
@@ -9,39 +9,90 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
9
9
|
*/
|
|
10
10
|
createRepository: import("../network/types.js").MutationObject<Omit<{
|
|
11
11
|
authorization: string;
|
|
12
|
-
|
|
12
|
+
srcPresentationApiRestServicesV1ReposRequestsCreateRepositoryRequestCreateRepositoryRequest: import("../api/codeShift.js").CreateRepositoryRequest;
|
|
13
13
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
14
|
+
/**
|
|
15
|
+
* Creates a repository (v2).
|
|
16
|
+
*/
|
|
17
|
+
createRepositoryV2: import("../network/types.js").MutationObject<Omit<{
|
|
18
|
+
authorization: string;
|
|
19
|
+
srcPresentationApiRestServicesV2ReposRequestsCreateRepositoryRequestCreateRepositoryRequest: import("../api/codeShift.js").CreateRepositoryRequest2;
|
|
20
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").CreateRepositoryResponse>;
|
|
14
21
|
/**
|
|
15
22
|
* Creates repositories in batch.
|
|
16
23
|
*/
|
|
17
24
|
createRepositoriesBatch: import("../network/types.js").MutationObject<Omit<{
|
|
18
|
-
tags?: string[] | null
|
|
25
|
+
tags?: string[] | null;
|
|
26
|
+
authorization: string;
|
|
27
|
+
fastapiCompatV2BodyCreateReposBatchServiceV1ReposBatchPost: import("../api/codeShift.js").BodyCreateReposBatchServiceV1ReposBatchPost;
|
|
28
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
29
|
+
/**
|
|
30
|
+
* Imports repositories in batch.
|
|
31
|
+
*/
|
|
32
|
+
createRepositoriesBatchV2: import("../network/types.js").MutationObject<Omit<{
|
|
33
|
+
tags?: string[] | null;
|
|
34
|
+
authorization: string;
|
|
35
|
+
fastapiCompatV2BodyCreateReposBatchServiceV2ReposBatchPost: import("../api/codeShift.js").BodyCreateReposBatchServiceV2ReposBatchPost;
|
|
36
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").CreateRepoBatchResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets the status of a batch import.
|
|
39
|
+
*/
|
|
40
|
+
getImportBatchResultsV2: import("../network/types.js").QueryObject<Omit<{
|
|
41
|
+
importId: string;
|
|
42
|
+
pageSize?: number;
|
|
43
|
+
page?: number;
|
|
44
|
+
authorization: string;
|
|
45
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetImportResultResponseRead>;
|
|
46
|
+
/**
|
|
47
|
+
* Downloads the import result for a batch.
|
|
48
|
+
*/
|
|
49
|
+
downloadImportBatchResultsV2: import("../network/types.js").QueryObject<Omit<{
|
|
50
|
+
importId: string;
|
|
51
|
+
language?: "ptBr" | "enUs";
|
|
52
|
+
status?: import("../api/codeShift.js").ValidateRepositoryStatus | null;
|
|
53
|
+
extension?: "csv" | "xlsx";
|
|
19
54
|
authorization: string;
|
|
20
|
-
bodyCreateReposBatchServiceV1ReposBatchPost: import("../api/codeShift.js").BodyCreateReposBatchServiceV1ReposBatchPost;
|
|
21
55
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
22
56
|
/**
|
|
23
57
|
* Gets list of repositories.
|
|
24
58
|
*/
|
|
25
59
|
repositories: import("../network/types.js").QueryObject<Omit<{
|
|
26
|
-
pageSize?: number
|
|
27
|
-
page?: number
|
|
28
|
-
lastEvaluatedKey?: string
|
|
29
|
-
filter?: string
|
|
30
|
-
moduleId?: string
|
|
31
|
-
createdByEmail?: string | null
|
|
32
|
-
reportByEmail?: string | null
|
|
33
|
-
orderBy?:
|
|
34
|
-
orderDirection?:
|
|
35
|
-
tags?: string[] | null
|
|
36
|
-
authorization: string;
|
|
37
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").
|
|
60
|
+
pageSize?: number;
|
|
61
|
+
page?: number;
|
|
62
|
+
lastEvaluatedKey?: string;
|
|
63
|
+
filter?: string;
|
|
64
|
+
moduleId?: string;
|
|
65
|
+
createdByEmail?: string | null;
|
|
66
|
+
reportByEmail?: string | null;
|
|
67
|
+
orderBy?: "repository.url" | "repository.created_at" | "repository.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
68
|
+
orderDirection?: "asc" | "desc" | "ASC" | "DESC";
|
|
69
|
+
tags?: string[] | null;
|
|
70
|
+
authorization: string;
|
|
71
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryResponseRead>;
|
|
72
|
+
/**
|
|
73
|
+
* Gets list of repositories (v2).
|
|
74
|
+
*/
|
|
75
|
+
repositoriesV2: import("../network/types.js").QueryObject<Omit<{
|
|
76
|
+
pageSize?: number;
|
|
77
|
+
page?: number;
|
|
78
|
+
lastEvaluatedKey?: string;
|
|
79
|
+
filter?: string;
|
|
80
|
+
moduleId?: string;
|
|
81
|
+
createdByEmail?: string[] | null;
|
|
82
|
+
reportByEmail?: string[] | null;
|
|
83
|
+
orderBy?: "repository_url" | "repository_default_branch" | "report_created_at" | "report_issues_count";
|
|
84
|
+
orderDirection?: "asc" | "desc" | "ASC" | "DESC";
|
|
85
|
+
tags?: string[] | null;
|
|
86
|
+
onlyIds?: boolean;
|
|
87
|
+
authorization: string;
|
|
88
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryResponse2>;
|
|
38
89
|
/**
|
|
39
90
|
* Gets a repository
|
|
40
91
|
*/
|
|
41
92
|
repository: import("../network/types.js").QueryObject<Omit<{
|
|
42
93
|
repositoryId: string;
|
|
43
94
|
authorization: string;
|
|
44
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").
|
|
95
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").RepositoryResponseRead>;
|
|
45
96
|
/**
|
|
46
97
|
* Deletes a repository
|
|
47
98
|
*/
|
|
@@ -57,6 +108,20 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
57
108
|
authorization: string;
|
|
58
109
|
putRepositoryRequest: import("../api/codeShift.js").PutRepositoryRequest;
|
|
59
110
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
111
|
+
/**
|
|
112
|
+
* List Repository Download Service
|
|
113
|
+
*/
|
|
114
|
+
repositoryDownload: import("../network/types.js").QueryObject<Omit<{
|
|
115
|
+
filter?: string;
|
|
116
|
+
moduleId?: string;
|
|
117
|
+
createdByEmail?: string | null;
|
|
118
|
+
reportByEmail?: string | null;
|
|
119
|
+
orderBy?: "repository.url" | "repository.created_at" | "repository.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
120
|
+
orderDirection?: "asc" | "desc" | "ASC" | "DESC";
|
|
121
|
+
tags?: string[] | null;
|
|
122
|
+
extension?: "csv" | "xlsx";
|
|
123
|
+
authorization: string;
|
|
124
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
60
125
|
/**
|
|
61
126
|
* Get a report for a pull request by id.
|
|
62
127
|
*/
|
|
@@ -68,52 +133,120 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
68
133
|
* Gets modules.
|
|
69
134
|
*/
|
|
70
135
|
modules: import("../network/types.js").QueryObject<Omit<{
|
|
71
|
-
pageSize?: number
|
|
72
|
-
moduleType?: import("../api/codeShift.js").ModuleType | null
|
|
73
|
-
page?: number
|
|
74
|
-
lastEvaluatedKey?: string
|
|
75
|
-
|
|
136
|
+
pageSize?: number;
|
|
137
|
+
moduleType?: import("../api/codeShift.js").ModuleType | null;
|
|
138
|
+
page?: number;
|
|
139
|
+
lastEvaluatedKey?: string;
|
|
140
|
+
sharedWith?: string | null;
|
|
141
|
+
createdBy?: string | null;
|
|
142
|
+
visibility?: import("../api/codeShift.js").ModuleVisibility | null;
|
|
143
|
+
name?: string | null;
|
|
144
|
+
tags?: string[] | null;
|
|
145
|
+
xAccountSlug?: string;
|
|
76
146
|
authorization: string;
|
|
77
147
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListModuleResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Gets module by id.
|
|
150
|
+
*/
|
|
151
|
+
module: import("../network/types.js").QueryObject<Omit<{
|
|
152
|
+
moduleId: string;
|
|
153
|
+
authorization: string;
|
|
154
|
+
xAccountSlug?: string;
|
|
155
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetModuleResponse>;
|
|
156
|
+
/**
|
|
157
|
+
* Deletes a module by id.
|
|
158
|
+
*/
|
|
159
|
+
deleteModule: import("../network/types.js").MutationObject<Omit<{
|
|
160
|
+
moduleId: string;
|
|
161
|
+
authorization: string;
|
|
162
|
+
xAccountSlug?: string;
|
|
163
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
164
|
+
/**
|
|
165
|
+
* Add a module in favorites.
|
|
166
|
+
*/
|
|
167
|
+
addFavoriteModule: import("../network/types.js").MutationObject<Omit<{
|
|
168
|
+
moduleId: string;
|
|
169
|
+
authorization: string;
|
|
170
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
171
|
+
/**
|
|
172
|
+
* Remove a module from favorites.
|
|
173
|
+
*/
|
|
174
|
+
removeFavoriteModule: import("../network/types.js").MutationObject<Omit<{
|
|
175
|
+
moduleId: string;
|
|
176
|
+
authorization: string;
|
|
177
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
178
|
+
/**
|
|
179
|
+
* Gets module inputs.
|
|
180
|
+
*/
|
|
181
|
+
modulesInputs: import("../network/types.js").QueryObject<Omit<{
|
|
182
|
+
moduleId: string;
|
|
183
|
+
authorization: string;
|
|
184
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetModuleInputsResponse | null>;
|
|
78
185
|
/**
|
|
79
186
|
* Creates a module.
|
|
80
187
|
*/
|
|
81
188
|
createModule: import("../network/types.js").MutationObject<Omit<{
|
|
82
189
|
authorization: string;
|
|
83
|
-
xAccountSlug?:
|
|
190
|
+
xAccountSlug?: string;
|
|
84
191
|
createModuleRequest: import("../api/codeShift.js").CreateModuleRequest;
|
|
85
192
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
193
|
+
/**
|
|
194
|
+
* Updates a module.
|
|
195
|
+
*/
|
|
196
|
+
updateModule: import("../network/types.js").MutationObject<Omit<{
|
|
197
|
+
moduleId: string;
|
|
198
|
+
authorization: string;
|
|
199
|
+
xAccountSlug?: string;
|
|
200
|
+
putModuleRequest: import("../api/codeShift.js").PutModuleRequest;
|
|
201
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
86
202
|
/**
|
|
87
203
|
* Generates a report.
|
|
88
204
|
*/
|
|
89
205
|
generateReport: import("../network/types.js").MutationObject<Omit<{
|
|
206
|
+
batchName?: string | null;
|
|
90
207
|
authorization: string;
|
|
91
208
|
body: import("../api/codeShift.js").ModuleDispatchRequest[];
|
|
92
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {},
|
|
209
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").DispatchModuleResponse>;
|
|
210
|
+
/**
|
|
211
|
+
* Gets module docs.
|
|
212
|
+
*/
|
|
213
|
+
moduleDocs: import("../network/types.js").QueryObject<Omit<{
|
|
214
|
+
moduleId: string;
|
|
215
|
+
language?: "pt-br" | "en-us";
|
|
216
|
+
authorization: string;
|
|
217
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetModuleDocsResponse | null>;
|
|
93
218
|
/**
|
|
94
219
|
* Gets repository reports.
|
|
95
220
|
*/
|
|
96
221
|
repositoryReports: import("../network/types.js").QueryObject<Omit<{
|
|
97
222
|
repositoryId: string;
|
|
98
|
-
pageSize?: number
|
|
99
|
-
page?: number
|
|
100
|
-
lastEvaluatedKey?: string
|
|
223
|
+
pageSize?: number;
|
|
224
|
+
page?: number;
|
|
225
|
+
lastEvaluatedKey?: string;
|
|
101
226
|
authorization: string;
|
|
102
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").
|
|
227
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryReportResponseRead>;
|
|
103
228
|
/**
|
|
104
229
|
* Gets report.
|
|
105
230
|
*/
|
|
106
231
|
report: import("../network/types.js").QueryObject<Omit<{
|
|
107
232
|
reportId: string;
|
|
108
233
|
authorization: string;
|
|
109
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").
|
|
234
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetReportResponseRead>;
|
|
110
235
|
/**
|
|
111
236
|
* Downloads a report as a csv file.
|
|
112
237
|
*/
|
|
113
238
|
downloadReport: import("../network/types.js").QueryObject<Omit<{
|
|
114
239
|
reportId: string;
|
|
115
|
-
extension?: "csv" | "xlsx"
|
|
240
|
+
extension?: "csv" | "xlsx";
|
|
241
|
+
authorization: string;
|
|
242
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
243
|
+
/**
|
|
244
|
+
* Put Customer Rating Report
|
|
245
|
+
*/
|
|
246
|
+
updateReportRating: import("../network/types.js").MutationObject<Omit<{
|
|
247
|
+
reportId: string;
|
|
116
248
|
authorization: string;
|
|
249
|
+
putCustomerRatingReportRequest: import("../api/codeShift.js").PutCustomerRatingReportRequest;
|
|
117
250
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
118
251
|
/**
|
|
119
252
|
* Gets code shift settings
|
|
@@ -143,11 +276,42 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
143
276
|
authorization: string;
|
|
144
277
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetStatusSearchRepoScmResponse>;
|
|
145
278
|
/**
|
|
279
|
+
* @deprecated
|
|
146
280
|
* Downloads file with found repositories
|
|
147
281
|
*/
|
|
148
282
|
downloadSearchRepository: import("../network/types.js").MutationObject<Omit<{
|
|
149
283
|
searchRepoId: string;
|
|
150
|
-
extension?: "csv" | "xlsx"
|
|
284
|
+
extension?: "csv" | "xlsx";
|
|
285
|
+
authorization: string;
|
|
286
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
287
|
+
/**
|
|
288
|
+
* Searches for repositories (v2)
|
|
289
|
+
*/
|
|
290
|
+
searchRepositoryV2: import("../network/types.js").MutationObject<Omit<{
|
|
291
|
+
authorization: string;
|
|
292
|
+
searchReposInScmRequest: import("../api/codeShift.js").SearchReposInScmRequest;
|
|
293
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").SearchReposInScmResponse>;
|
|
294
|
+
/**
|
|
295
|
+
* Imports repositories (v2)
|
|
296
|
+
*/
|
|
297
|
+
importRepositories: import("../network/types.js").MutationObject<Omit<{
|
|
298
|
+
searchId: string;
|
|
299
|
+
authorization: string;
|
|
300
|
+
importReposScmWithTagsRequest: import("../api/codeShift.js").ImportReposScmWithTagsRequest;
|
|
301
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").SaveSearchReposResponse>;
|
|
302
|
+
/**
|
|
303
|
+
* Gets repositories search by id (v2)
|
|
304
|
+
*/
|
|
305
|
+
getRepositoriesBySearchId: import("../network/types.js").QueryObject<Omit<{
|
|
306
|
+
searchId: string;
|
|
307
|
+
authorization: string;
|
|
308
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ResponseSearchRepoByIdResponseRead>;
|
|
309
|
+
/**
|
|
310
|
+
* Downloads file with found repositories (v2)
|
|
311
|
+
*/
|
|
312
|
+
downloadSearchRepositoryV2: import("../network/types.js").MutationObject<Omit<{
|
|
313
|
+
searchId: string;
|
|
314
|
+
extension?: "csv" | "xlsx";
|
|
151
315
|
authorization: string;
|
|
152
316
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
153
317
|
/**
|
|
@@ -169,9 +333,9 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
169
333
|
* Lists integrations
|
|
170
334
|
*/
|
|
171
335
|
listIntegration: import("../network/types.js").QueryObject<Omit<{
|
|
172
|
-
pageSize?: number
|
|
173
|
-
page?: number
|
|
174
|
-
name?: string | null
|
|
336
|
+
pageSize?: number;
|
|
337
|
+
page?: number;
|
|
338
|
+
name?: string | null;
|
|
175
339
|
authorization: string;
|
|
176
340
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListIntegrationResponse>;
|
|
177
341
|
/**
|
|
@@ -201,27 +365,27 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
201
365
|
*/
|
|
202
366
|
createProgramGroup: import("../network/types.js").MutationObject<Omit<{
|
|
203
367
|
name: string;
|
|
204
|
-
tags?: string[] | null
|
|
205
|
-
integrationId?: string
|
|
368
|
+
tags?: string[] | null;
|
|
369
|
+
integrationId?: string;
|
|
206
370
|
authorization: string;
|
|
207
|
-
|
|
371
|
+
fastapiCompatV2BodyCreateProgramGroupServiceV1ProgramGroupsPost?: import("../api/codeShift.js").BodyCreateProgramGroupServiceV1ProgramGroupsPost;
|
|
208
372
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").CreateProgramGroupResponse>;
|
|
209
373
|
/**
|
|
210
374
|
* Gets list of program groups.
|
|
211
375
|
*/
|
|
212
376
|
listProgramGroups: import("../network/types.js").QueryObject<Omit<{
|
|
213
|
-
moduleId?: string | null
|
|
214
|
-
createdByEmail?: string | null
|
|
215
|
-
reportByEmail?: string | null
|
|
216
|
-
tags?: string[] | null
|
|
217
|
-
name?: string | null
|
|
218
|
-
pageSize?: number
|
|
219
|
-
page?: number
|
|
220
|
-
orderBy?:
|
|
221
|
-
orderDirection?:
|
|
222
|
-
integrationId?: string
|
|
223
|
-
authorization: string;
|
|
224
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").
|
|
377
|
+
moduleId?: string | null;
|
|
378
|
+
createdByEmail?: string | null;
|
|
379
|
+
reportByEmail?: string | null;
|
|
380
|
+
tags?: string[] | null;
|
|
381
|
+
name?: string | null;
|
|
382
|
+
pageSize?: number;
|
|
383
|
+
page?: number;
|
|
384
|
+
orderBy?: "program_group.name" | "program_group.created_at" | "program_group.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
385
|
+
orderDirection?: "asc" | "desc" | "ASC" | "DESC";
|
|
386
|
+
integrationId?: string;
|
|
387
|
+
authorization: string;
|
|
388
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupResponseRead>;
|
|
225
389
|
/**
|
|
226
390
|
* Gets a program group by id.
|
|
227
391
|
*/
|
|
@@ -234,21 +398,21 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
234
398
|
*/
|
|
235
399
|
listProgramGroupReport: import("../network/types.js").QueryObject<Omit<{
|
|
236
400
|
programGroupId: string;
|
|
237
|
-
pageSize?: number
|
|
238
|
-
page?: number
|
|
239
|
-
lastEvaluatedKey?: string
|
|
401
|
+
pageSize?: number;
|
|
402
|
+
page?: number;
|
|
403
|
+
lastEvaluatedKey?: string;
|
|
240
404
|
authorization: string;
|
|
241
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").
|
|
405
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupReportResponseRead>;
|
|
242
406
|
/**
|
|
243
407
|
* Updates a program group.
|
|
244
408
|
*/
|
|
245
409
|
updateProgramGroup: import("../network/types.js").MutationObject<Omit<{
|
|
246
410
|
programGroupId: string;
|
|
247
|
-
name?: string | null
|
|
248
|
-
tags?: string[] | null
|
|
249
|
-
integrationId?: string | null
|
|
411
|
+
name?: string | null;
|
|
412
|
+
tags?: string[] | null;
|
|
413
|
+
integrationId?: string | null;
|
|
250
414
|
authorization: string;
|
|
251
|
-
|
|
415
|
+
fastapiCompatV2BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut?: import("../api/codeShift.js").BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut;
|
|
252
416
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
253
417
|
/**
|
|
254
418
|
* Updates a program group components.
|
|
@@ -265,20 +429,43 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
265
429
|
programGroupId: string;
|
|
266
430
|
authorization: string;
|
|
267
431
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
432
|
+
/**
|
|
433
|
+
* List Program Group Download Service
|
|
434
|
+
*/
|
|
435
|
+
programGroupDownload: import("../network/types.js").QueryObject<Omit<{
|
|
436
|
+
moduleId?: string | null;
|
|
437
|
+
createdByEmail?: string | null;
|
|
438
|
+
reportByEmail?: string | null;
|
|
439
|
+
tags?: string[] | null;
|
|
440
|
+
name?: string | null;
|
|
441
|
+
orderBy?: "program_group.name" | "program_group.created_at" | "program_group.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
442
|
+
orderDirection?: "asc" | "desc" | "ASC" | "DESC";
|
|
443
|
+
integrationId?: string;
|
|
444
|
+
extension?: "csv" | "xlsx";
|
|
445
|
+
authorization: string;
|
|
446
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
268
447
|
/**
|
|
269
448
|
* Gets list of tags.
|
|
270
449
|
*/
|
|
271
450
|
tags: import("../network/types.js").QueryObject<Omit<{
|
|
272
|
-
name?: string | null
|
|
451
|
+
name?: string | null;
|
|
452
|
+
$type?: "Repository" | "Module";
|
|
273
453
|
authorization: string;
|
|
274
454
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListTagResponse>;
|
|
275
455
|
/**
|
|
276
456
|
* Validates a SCM URL.
|
|
277
457
|
*/
|
|
278
458
|
validateSCMUrl: import("../network/types.js").MutationObject<Omit<{
|
|
459
|
+
raiseConflict?: boolean;
|
|
279
460
|
authorization: string;
|
|
280
461
|
validateScmUrlRequest: import("../api/codeShift.js").ValidateScmUrlRequest;
|
|
281
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {},
|
|
462
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ValidateScmUrlResponse>;
|
|
463
|
+
/**
|
|
464
|
+
* PAT Health Check
|
|
465
|
+
*/
|
|
466
|
+
checkScmPatHealth: import("../network/types.js").QueryObject<Omit<{
|
|
467
|
+
authorization: string;
|
|
468
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, true>;
|
|
282
469
|
/**
|
|
283
470
|
* Get Branches for a Repository
|
|
284
471
|
*/
|
|
@@ -290,164 +477,164 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
290
477
|
* General Report Success And Errors
|
|
291
478
|
*/
|
|
292
479
|
generalReportSuccessAndErrors: import("../network/types.js").QueryObject<Omit<{
|
|
293
|
-
startDate?: string
|
|
294
|
-
endDate?: string
|
|
480
|
+
startDate?: string;
|
|
481
|
+
endDate?: string;
|
|
295
482
|
authorization: string;
|
|
296
483
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GeneralReportSuccessAndErrorsResponses>;
|
|
297
484
|
/**
|
|
298
485
|
* Analytics Repository Last Report Status
|
|
299
486
|
*/
|
|
300
487
|
analyticsRepositoryLastReportStatus: import("../network/types.js").QueryObject<Omit<{
|
|
301
|
-
pageSize?: number
|
|
302
|
-
page?: number
|
|
303
|
-
moduleId?: string[] | null
|
|
304
|
-
executedBy?: string[] | null
|
|
305
|
-
repositoryUrl?: string | null
|
|
306
|
-
tags?: string[] | null
|
|
307
|
-
orderBy?: "
|
|
308
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
309
|
-
startDate?: string | null
|
|
310
|
-
endDate?: string | null
|
|
311
|
-
mode?: "scan" | "fix" | null
|
|
488
|
+
pageSize?: number;
|
|
489
|
+
page?: number;
|
|
490
|
+
moduleId?: string[] | null;
|
|
491
|
+
executedBy?: string[] | null;
|
|
492
|
+
repositoryUrl?: string | null;
|
|
493
|
+
tags?: string[] | null;
|
|
494
|
+
orderBy?: ("repositoryUrl" | "moduleName" | "merged" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
|
|
495
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
496
|
+
startDate?: string | null;
|
|
497
|
+
endDate?: string | null;
|
|
498
|
+
mode?: ("scan" | "fix") | null;
|
|
312
499
|
authorization: string;
|
|
313
500
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryLastReportStatusResponse>;
|
|
314
501
|
/**
|
|
315
502
|
* Analytics Repository Last Report Status Download
|
|
316
503
|
*/
|
|
317
504
|
analyticsRepositoryLastReportStatusDownload: import("../network/types.js").QueryObject<Omit<{
|
|
318
|
-
moduleId?: string[] | null
|
|
319
|
-
orderBy?: "
|
|
320
|
-
tags?: string[] | null
|
|
321
|
-
executedBy?: string[] | null
|
|
322
|
-
repositoryUrl?: string | null
|
|
323
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
324
|
-
startDate?: string
|
|
325
|
-
endDate?: string
|
|
326
|
-
extension?: "csv" | "xlsx"
|
|
327
|
-
mode?: "scan" | "fix" | null
|
|
505
|
+
moduleId?: string[] | null;
|
|
506
|
+
orderBy?: ("repositoryUrl" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
|
|
507
|
+
tags?: string[] | null;
|
|
508
|
+
executedBy?: string[] | null;
|
|
509
|
+
repositoryUrl?: string | null;
|
|
510
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
511
|
+
startDate?: string;
|
|
512
|
+
endDate?: string;
|
|
513
|
+
extension?: "csv" | "xlsx";
|
|
514
|
+
mode?: ("scan" | "fix") | null;
|
|
328
515
|
authorization: string;
|
|
329
516
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
330
517
|
/**
|
|
331
518
|
* Analytics Repository Usage
|
|
332
519
|
*/
|
|
333
520
|
analyticsRepositoryUsage: import("../network/types.js").QueryObject<Omit<{
|
|
334
|
-
pageSize?: number
|
|
335
|
-
page?: number
|
|
336
|
-
moduleId?: string[] | null
|
|
337
|
-
userId?: string | null
|
|
338
|
-
tags?: string[] | null
|
|
339
|
-
orderBy?: "repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null
|
|
340
|
-
executedBy?: string[] | null
|
|
341
|
-
repositoryUrl?: string | null
|
|
342
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
343
|
-
startDate?: string
|
|
344
|
-
endDate?: string
|
|
521
|
+
pageSize?: number;
|
|
522
|
+
page?: number;
|
|
523
|
+
moduleId?: string[] | null;
|
|
524
|
+
userId?: string | null;
|
|
525
|
+
tags?: string[] | null;
|
|
526
|
+
orderBy?: ("repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
|
|
527
|
+
executedBy?: string[] | null;
|
|
528
|
+
repositoryUrl?: string | null;
|
|
529
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
530
|
+
startDate?: string;
|
|
531
|
+
endDate?: string;
|
|
345
532
|
authorization: string;
|
|
346
533
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryUsageResponse>;
|
|
347
534
|
/**
|
|
348
535
|
* Analytics Program Groups Last Report Status
|
|
349
536
|
*/
|
|
350
537
|
analyticsProgramGroupsLastReportStatus: import("../network/types.js").QueryObject<Omit<{
|
|
351
|
-
pageSize?: number
|
|
352
|
-
page?: number
|
|
353
|
-
moduleId?: string[] | null
|
|
354
|
-
userId?: string | null
|
|
355
|
-
tags?: string[] | null
|
|
356
|
-
orderBy?: "
|
|
357
|
-
executedBy?: string[] | null
|
|
358
|
-
programName?: string | null
|
|
359
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
360
|
-
startDate?: string
|
|
361
|
-
endDate?: string
|
|
538
|
+
pageSize?: number;
|
|
539
|
+
page?: number;
|
|
540
|
+
moduleId?: string[] | null;
|
|
541
|
+
userId?: string | null;
|
|
542
|
+
tags?: string[] | null;
|
|
543
|
+
orderBy?: ("programName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
|
|
544
|
+
executedBy?: string[] | null;
|
|
545
|
+
programName?: string | null;
|
|
546
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
547
|
+
startDate?: string;
|
|
548
|
+
endDate?: string;
|
|
362
549
|
authorization: string;
|
|
363
550
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsLastReportStatusResponse>;
|
|
364
551
|
/**
|
|
365
|
-
* Analytics Program Groups
|
|
552
|
+
* Analytics Program Groups Last Report Status Download
|
|
366
553
|
*/
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
programGroupName?: string | null | undefined;
|
|
376
|
-
startDate?: string | null | undefined;
|
|
377
|
-
endDate?: string | null | undefined;
|
|
554
|
+
analyticsProgramGroupsLastReportStatusDownload: import("../network/types.js").QueryObject<Omit<{
|
|
555
|
+
moduleId?: string[] | null;
|
|
556
|
+
orderBy?: ("programName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
|
|
557
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
558
|
+
startDate?: string | null;
|
|
559
|
+
endDate?: string | null;
|
|
560
|
+
reportType?: ("repository" | "program_group") | null;
|
|
561
|
+
extension?: "csv" | "xlsx";
|
|
378
562
|
authorization: string;
|
|
379
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {},
|
|
563
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
380
564
|
/**
|
|
381
565
|
* Analytics User Usage
|
|
382
566
|
*/
|
|
383
567
|
analyticsUserUsage: import("../network/types.js").QueryObject<Omit<{
|
|
384
|
-
pageSize?: number
|
|
385
|
-
page?: number
|
|
386
|
-
moduleId?: string[] | null
|
|
387
|
-
name?: string | null
|
|
388
|
-
reportType?: "repository" | "program_group" | null
|
|
389
|
-
orderBy?: "name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null
|
|
390
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
391
|
-
startDate?: string
|
|
392
|
-
endDate?: string
|
|
568
|
+
pageSize?: number;
|
|
569
|
+
page?: number;
|
|
570
|
+
moduleId?: string[] | null;
|
|
571
|
+
name?: string | null;
|
|
572
|
+
reportType?: ("repository" | "program_group") | null;
|
|
573
|
+
orderBy?: ("name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
|
|
574
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
575
|
+
startDate?: string;
|
|
576
|
+
endDate?: string;
|
|
393
577
|
authorization: string;
|
|
394
578
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsUserUsageResponse>;
|
|
395
579
|
/**
|
|
396
580
|
* Analytics User Usage Download
|
|
397
581
|
*/
|
|
398
582
|
analyticsUserUsageDownload: import("../network/types.js").QueryObject<Omit<{
|
|
399
|
-
moduleId?: string[] | null
|
|
400
|
-
name?: string | null
|
|
401
|
-
reportType?: "repository" | "program_group" | null
|
|
402
|
-
orderBy?: "name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null
|
|
403
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
404
|
-
startDate?: string
|
|
405
|
-
endDate?: string
|
|
406
|
-
extension?: "csv" | "xlsx"
|
|
583
|
+
moduleId?: string[] | null;
|
|
584
|
+
name?: string | null;
|
|
585
|
+
reportType?: ("repository" | "program_group") | null;
|
|
586
|
+
orderBy?: ("name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
|
|
587
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
588
|
+
startDate?: string;
|
|
589
|
+
endDate?: string;
|
|
590
|
+
extension?: "csv" | "xlsx";
|
|
407
591
|
authorization: string;
|
|
408
592
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
409
593
|
/**
|
|
410
594
|
* Analytics Repository Usage Download
|
|
411
595
|
*/
|
|
412
596
|
analyticsRepositoryUsageDownload: import("../network/types.js").QueryObject<Omit<{
|
|
413
|
-
moduleId?: string[] | null
|
|
414
|
-
userId?: string | null
|
|
415
|
-
orderBy?: "repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null
|
|
416
|
-
tags?: string[] | null
|
|
417
|
-
executedBy?: string[] | null
|
|
418
|
-
repositoryUrl?: string | null
|
|
419
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
420
|
-
startDate?: string
|
|
421
|
-
endDate?: string
|
|
422
|
-
extension?: "csv" | "xlsx"
|
|
597
|
+
moduleId?: string[] | null;
|
|
598
|
+
userId?: string | null;
|
|
599
|
+
orderBy?: ("repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
|
|
600
|
+
tags?: string[] | null;
|
|
601
|
+
executedBy?: string[] | null;
|
|
602
|
+
repositoryUrl?: string | null;
|
|
603
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
604
|
+
startDate?: string;
|
|
605
|
+
endDate?: string;
|
|
606
|
+
extension?: "csv" | "xlsx";
|
|
423
607
|
authorization: string;
|
|
424
608
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
425
609
|
/**
|
|
426
|
-
* Analytics Program Groups
|
|
610
|
+
* Analytics Program Groups Usage
|
|
427
611
|
*/
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
612
|
+
analyticsProgramGroupsUsage: import("../network/types.js").QueryObject<Omit<{
|
|
613
|
+
pageSize?: number;
|
|
614
|
+
page?: number;
|
|
615
|
+
executedBy?: string[] | null;
|
|
616
|
+
moduleId?: string[] | null;
|
|
617
|
+
tags?: string[] | null;
|
|
618
|
+
orderBy?: ("name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
|
|
619
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
620
|
+
programGroupName?: string | null;
|
|
621
|
+
startDate?: string | null;
|
|
622
|
+
endDate?: string | null;
|
|
436
623
|
authorization: string;
|
|
437
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {},
|
|
624
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsUsageResponse>;
|
|
438
625
|
/**
|
|
439
626
|
* Analytics Program Groups Usage Download
|
|
440
627
|
*/
|
|
441
628
|
analyticsProgramGroupsUsageDownload: import("../network/types.js").QueryObject<Omit<{
|
|
442
|
-
moduleId?: string[] | null
|
|
443
|
-
executedBy?: string[] | null
|
|
444
|
-
tags?: string[] | null
|
|
445
|
-
orderBy?: "name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null
|
|
446
|
-
orderDirection?: "ASC" | "DESC" | null
|
|
447
|
-
programGroupName?: string | null
|
|
448
|
-
startDate?: string | null
|
|
449
|
-
endDate?: string | null
|
|
450
|
-
extension?: "csv" | "xlsx"
|
|
629
|
+
moduleId?: string[] | null;
|
|
630
|
+
executedBy?: string[] | null;
|
|
631
|
+
tags?: string[] | null;
|
|
632
|
+
orderBy?: ("name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
|
|
633
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
634
|
+
programGroupName?: string | null;
|
|
635
|
+
startDate?: string | null;
|
|
636
|
+
endDate?: string | null;
|
|
637
|
+
extension?: "csv" | "xlsx";
|
|
451
638
|
authorization: string;
|
|
452
639
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
453
640
|
/**
|
|
@@ -456,6 +643,192 @@ declare class CodeShift extends ReactQueryNetworkClient {
|
|
|
456
643
|
getUsersService: import("../network/types.js").QueryObject<Omit<{
|
|
457
644
|
authorization: string;
|
|
458
645
|
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListUserResponse>;
|
|
646
|
+
/**
|
|
647
|
+
* Analytics Program Groups Details
|
|
648
|
+
*/
|
|
649
|
+
analyticsProgramGroupsDetails: import("../network/types.js").QueryObject<Omit<{
|
|
650
|
+
pageSize?: number;
|
|
651
|
+
page?: number;
|
|
652
|
+
programName?: string | null;
|
|
653
|
+
tags?: string[] | null;
|
|
654
|
+
mode?: ("scan" | "fix") | null;
|
|
655
|
+
moduleId?: string[] | null;
|
|
656
|
+
programCreatedById?: string[] | null;
|
|
657
|
+
reportCreatedById?: string[] | null;
|
|
658
|
+
startDate?: string;
|
|
659
|
+
endDate?: string;
|
|
660
|
+
orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds") | null;
|
|
661
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
662
|
+
authorization: string;
|
|
663
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsDetailsResponse>;
|
|
664
|
+
/**
|
|
665
|
+
* Analytics Program Groups Details Download
|
|
666
|
+
*/
|
|
667
|
+
analyticsProgramGroupsDetailsDownload: import("../network/types.js").QueryObject<Omit<{
|
|
668
|
+
programName?: string | null;
|
|
669
|
+
tags?: string[] | null;
|
|
670
|
+
mode?: ("scan" | "fix") | null;
|
|
671
|
+
moduleId?: string[] | null;
|
|
672
|
+
programCreatedById?: string[] | null;
|
|
673
|
+
reportCreatedById?: string[] | null;
|
|
674
|
+
startDate?: string;
|
|
675
|
+
endDate?: string;
|
|
676
|
+
orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds") | null;
|
|
677
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
678
|
+
extension?: "csv" | "xlsx";
|
|
679
|
+
authorization: string;
|
|
680
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
681
|
+
/**
|
|
682
|
+
* Analytics Program Groups Details
|
|
683
|
+
*/
|
|
684
|
+
analyticsRepositoryDetails: import("../network/types.js").QueryObject<Omit<{
|
|
685
|
+
pageSize?: number;
|
|
686
|
+
page?: number;
|
|
687
|
+
repositoryUrl?: string | null;
|
|
688
|
+
tags?: string[] | null;
|
|
689
|
+
mode?: ("scan" | "fix") | null;
|
|
690
|
+
moduleId?: string[] | null;
|
|
691
|
+
repositoryCreatedById?: string[] | null;
|
|
692
|
+
executedBy?: string[] | null;
|
|
693
|
+
startDate?: string;
|
|
694
|
+
endDate?: string;
|
|
695
|
+
orderBy?: ("totalFilesCount" | "analyzedFilesCount" | "changedFilesCount" | "issuesCount" | "issuesFilesCount" | "reportCreatedAt" | "repositoryUrl" | "sourceBranch" | "targetBranch" | "executionCompletedAt" | "executionStartedAt" | "moduleName" | "moduleVersion" | "processingTimeSeconds" | "pullRequestLink" | "reportCreatedByEmail" | "reportCreatedByName" | "repositoryCreatedByEmail" | "repositoryCreatedByName") | null;
|
|
696
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
697
|
+
authorization: string;
|
|
698
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryDetailedReportResponse>;
|
|
699
|
+
/**
|
|
700
|
+
* Analytics Program Groups Details Download
|
|
701
|
+
*/
|
|
702
|
+
analyticsRepositoryDetailsDownload: import("../network/types.js").QueryObject<Omit<{
|
|
703
|
+
repositoryUrl?: string | null;
|
|
704
|
+
tags?: string[] | null;
|
|
705
|
+
mode?: ("scan" | "fix") | null;
|
|
706
|
+
moduleId?: string[] | null;
|
|
707
|
+
repositoryCreatedById?: string[] | null;
|
|
708
|
+
reportCreatedById?: string[] | null;
|
|
709
|
+
startDate?: string;
|
|
710
|
+
endDate?: string;
|
|
711
|
+
orderBy?: ("totalFilesCount" | "analyzedFilesCount" | "changedFilesCount" | "issuesCount" | "issuesFilesCount" | "reportCreatedAt" | "repositoryUrl" | "sourceBranch" | "targetBranch" | "executionCompletedAt" | "executionStartedAt" | "moduleName" | "moduleVersion" | "processingTimeSeconds" | "pullRequestLink" | "reportCreatedByEmail" | "reportCreatedByName" | "repositoryCreatedByEmail" | "repositoryCreatedByName") | null;
|
|
712
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
713
|
+
extension?: "csv" | "xlsx";
|
|
714
|
+
authorization: string;
|
|
715
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryDetailedReportResponse>;
|
|
716
|
+
/**
|
|
717
|
+
* Analytics Program Groups Target Details
|
|
718
|
+
*/
|
|
719
|
+
analyticsProgramGroupsTargetDetails: import("../network/types.js").QueryObject<Omit<{
|
|
720
|
+
pageSize?: number;
|
|
721
|
+
page?: number;
|
|
722
|
+
programName?: string | null;
|
|
723
|
+
componentName?: string | null;
|
|
724
|
+
tags?: string[] | null;
|
|
725
|
+
mode?: ("scan" | "fix") | null;
|
|
726
|
+
moduleId?: string[] | null;
|
|
727
|
+
reportCreatedById?: string[] | null;
|
|
728
|
+
startDate?: string;
|
|
729
|
+
endDate?: string;
|
|
730
|
+
orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "executionStartedAt" | "executionCompletedAt" | "componentAppName" | "componentName" | "componentType" | "totalIssues" | "changedFilesCount") | null;
|
|
731
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
732
|
+
authorization: string;
|
|
733
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsTargetDetailsResponse>;
|
|
734
|
+
/**
|
|
735
|
+
* Analytics Program Groups Target Details Download
|
|
736
|
+
*/
|
|
737
|
+
analyticsProgramGroupsTargetDetailsDownload: import("../network/types.js").QueryObject<Omit<{
|
|
738
|
+
programName?: string | null;
|
|
739
|
+
tags?: string[] | null;
|
|
740
|
+
mode?: ("scan" | "fix") | null;
|
|
741
|
+
moduleId?: string[] | null;
|
|
742
|
+
componentName?: string | null;
|
|
743
|
+
reportCreatedById?: string[] | null;
|
|
744
|
+
startDate?: string;
|
|
745
|
+
endDate?: string;
|
|
746
|
+
orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "executionStartedAt" | "executionCompletedAt" | "componentAppName" | "componentName" | "componentType" | "totalIssues" | "changedFilesCount") | null;
|
|
747
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
748
|
+
extension?: "csv" | "xlsx";
|
|
749
|
+
authorization: string;
|
|
750
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
751
|
+
/**
|
|
752
|
+
* Analytics Repository Target Details
|
|
753
|
+
*/
|
|
754
|
+
analyticsRepositoryTargetDetails: import("../network/types.js").QueryObject<Omit<{
|
|
755
|
+
pageSize?: number;
|
|
756
|
+
page?: number;
|
|
757
|
+
repositoryUrl?: string | null;
|
|
758
|
+
targetName?: string | null;
|
|
759
|
+
tags?: string[] | null;
|
|
760
|
+
mode?: ("scan" | "fix") | null;
|
|
761
|
+
moduleId?: string[] | null;
|
|
762
|
+
reportCreatedById?: string[] | null;
|
|
763
|
+
startDate?: string;
|
|
764
|
+
endDate?: string;
|
|
765
|
+
orderBy?: ("repositoryUrl" | "sourceBranch" | "moduleName" | "targetName" | "targetPath" | "issuesCount" | "reportCreatedAt") | null;
|
|
766
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
767
|
+
authorization: string;
|
|
768
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryTargetDetailsResponse>;
|
|
769
|
+
/**
|
|
770
|
+
* Analytics Repository Target Details Download
|
|
771
|
+
*/
|
|
772
|
+
analyticsRepositoryTargetDetailsDownload: import("../network/types.js").QueryObject<Omit<{
|
|
773
|
+
repositoryUrl?: string | null;
|
|
774
|
+
targetName?: string | null;
|
|
775
|
+
tags?: string[] | null;
|
|
776
|
+
mode?: ("scan" | "fix") | null;
|
|
777
|
+
moduleId?: string[] | null;
|
|
778
|
+
reportCreatedById?: string[] | null;
|
|
779
|
+
startDate?: string;
|
|
780
|
+
endDate?: string;
|
|
781
|
+
orderBy?: ("repositoryUrl" | "sourceBranch" | "moduleName" | "targetName" | "targetPath" | "issuesCount" | "reportCreatedAt") | null;
|
|
782
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
783
|
+
extension?: "csv" | "xlsx";
|
|
784
|
+
authorization: string;
|
|
785
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
786
|
+
/**
|
|
787
|
+
* Analytics Modules Execution Times
|
|
788
|
+
*/
|
|
789
|
+
analyticsModulesExecutionTimes: import("../network/types.js").QueryObject<Omit<{
|
|
790
|
+
pageSize?: number;
|
|
791
|
+
page?: number;
|
|
792
|
+
moduleId?: string[] | null;
|
|
793
|
+
version?: string[] | null;
|
|
794
|
+
mode?: ("scan" | "fix") | null;
|
|
795
|
+
startDate?: string;
|
|
796
|
+
endDate?: string;
|
|
797
|
+
orderBy?: ("moduleName" | "moduleVersion" | "queueTimeAvg" | "queueTimeP95" | "executionTimeAvg" | "executionTimeP95" | "totalTimeAvg" | "totalTimeP95" | "executionCount") | null;
|
|
798
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
799
|
+
authorization: string;
|
|
800
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsModuleExecutionTimesResponse>;
|
|
801
|
+
/**
|
|
802
|
+
* Analytics Modules Execution Times Download
|
|
803
|
+
*/
|
|
804
|
+
analyticsModulesExecutionTimesDownload: import("../network/types.js").QueryObject<Omit<{
|
|
805
|
+
moduleId?: string[] | null;
|
|
806
|
+
version?: string[] | null;
|
|
807
|
+
mode?: ("scan" | "fix") | null;
|
|
808
|
+
startDate?: string;
|
|
809
|
+
endDate?: string;
|
|
810
|
+
orderBy?: ("moduleName" | "moduleVersion" | "queueTimeAvg" | "queueTimeP95" | "executionTimeAvg" | "executionTimeP95" | "totalTimeAvg" | "totalTimeP95" | "executionCount") | null;
|
|
811
|
+
orderDirection?: ("ASC" | "DESC") | null;
|
|
812
|
+
extension?: "csv" | "xlsx";
|
|
813
|
+
authorization: string;
|
|
814
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
|
|
815
|
+
/**
|
|
816
|
+
* List Module Execution Batch Activities
|
|
817
|
+
*/
|
|
818
|
+
activitiesModuleExecutionBatch: import("../network/types.js").QueryObject<Omit<{
|
|
819
|
+
pageSize?: number;
|
|
820
|
+
page?: number;
|
|
821
|
+
authorization: string;
|
|
822
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListModuleExecutionBatchActivitiesResponse>;
|
|
823
|
+
/**
|
|
824
|
+
* Get Module Execution Batch Activity by ID
|
|
825
|
+
*/
|
|
826
|
+
activityModuleExecutionBatch: import("../network/types.js").QueryObject<Omit<{
|
|
827
|
+
moduleExecutionBatchId: string;
|
|
828
|
+
pageSize?: number;
|
|
829
|
+
page?: number;
|
|
830
|
+
authorization: string;
|
|
831
|
+
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetModuleExecutionBatchActivitiesById>;
|
|
459
832
|
}
|
|
460
833
|
export declare const codeShiftClient: CodeShift;
|
|
461
834
|
export {};
|