@stack-spot/portal-network 1.0.0-betaadp.3 → 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.
Files changed (215) hide show
  1. package/CHANGELOG.md +633 -0
  2. package/dist/api/account.d.ts +413 -277
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +261 -176
  5. package/dist/api/account.js.map +1 -1
  6. package/dist/api/accountAssetManager.d.ts +309 -0
  7. package/dist/api/accountAssetManager.d.ts.map +1 -0
  8. package/dist/api/accountAssetManager.js +169 -0
  9. package/dist/api/accountAssetManager.js.map +1 -0
  10. package/dist/api/agent-tools.d.ts +243 -149
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +77 -5
  13. package/dist/api/agent-tools.js.map +1 -1
  14. package/dist/api/agent.d.ts +55 -55
  15. package/dist/api/agent.d.ts.map +1 -1
  16. package/dist/api/ai.d.ts +487 -98
  17. package/dist/api/ai.d.ts.map +1 -1
  18. package/dist/api/ai.js +427 -146
  19. package/dist/api/ai.js.map +1 -1
  20. package/dist/api/cloudPlatform.d.ts +374 -221
  21. package/dist/api/cloudPlatform.d.ts.map +1 -1
  22. package/dist/api/cloudPlatform.js +299 -93
  23. package/dist/api/cloudPlatform.js.map +1 -1
  24. package/dist/api/cloudPlatformHorizon.d.ts +178 -9
  25. package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
  26. package/dist/api/cloudPlatformHorizon.js +69 -1
  27. package/dist/api/cloudPlatformHorizon.js.map +1 -1
  28. package/dist/api/codeShift.d.ts +1125 -83
  29. package/dist/api/codeShift.d.ts.map +1 -1
  30. package/dist/api/codeShift.js +538 -16
  31. package/dist/api/codeShift.js.map +1 -1
  32. package/dist/api/dataIntegration.d.ts +291 -1
  33. package/dist/api/dataIntegration.d.ts.map +1 -1
  34. package/dist/api/dataIntegration.js +254 -0
  35. package/dist/api/dataIntegration.js.map +1 -1
  36. package/dist/api/discover.d.ts +98 -12
  37. package/dist/api/discover.d.ts.map +1 -1
  38. package/dist/api/discover.js +78 -2
  39. package/dist/api/discover.js.map +1 -1
  40. package/dist/api/edpBfa.d.ts +215 -0
  41. package/dist/api/edpBfa.d.ts.map +1 -0
  42. package/dist/api/edpBfa.js +87 -0
  43. package/dist/api/edpBfa.js.map +1 -0
  44. package/dist/api/genAiInference.d.ts +22 -2
  45. package/dist/api/genAiInference.d.ts.map +1 -1
  46. package/dist/api/genAiInference.js +22 -3
  47. package/dist/api/genAiInference.js.map +1 -1
  48. package/dist/api/workflows.d.ts +68 -5
  49. package/dist/api/workflows.d.ts.map +1 -1
  50. package/dist/api/workflows.js +16 -0
  51. package/dist/api/workflows.js.map +1 -1
  52. package/dist/api/workspaceManager.d.ts +16 -10
  53. package/dist/api/workspaceManager.d.ts.map +1 -1
  54. package/dist/api/workspaceManager.js +10 -0
  55. package/dist/api/workspaceManager.js.map +1 -1
  56. package/dist/api-addresses.d.ts +20 -18
  57. package/dist/api-addresses.d.ts.map +1 -1
  58. package/dist/api-addresses.js +81 -21
  59. package/dist/api-addresses.js.map +1 -1
  60. package/dist/apis-itau.json +241 -0
  61. package/dist/apis.json +17 -1
  62. package/dist/client/account-asset-manager.d.ts +112 -0
  63. package/dist/client/account-asset-manager.d.ts.map +1 -0
  64. package/dist/client/account-asset-manager.js +160 -0
  65. package/dist/client/account-asset-manager.js.map +1 -0
  66. package/dist/client/account.d.ts +265 -242
  67. package/dist/client/account.d.ts.map +1 -1
  68. package/dist/client/account.js +80 -34
  69. package/dist/client/account.js.map +1 -1
  70. package/dist/client/agent-tools.d.ts +166 -119
  71. package/dist/client/agent-tools.d.ts.map +1 -1
  72. package/dist/client/agent-tools.js +62 -11
  73. package/dist/client/agent-tools.js.map +1 -1
  74. package/dist/client/agent.d.ts +46 -46
  75. package/dist/client/agent.d.ts.map +1 -1
  76. package/dist/client/ai.d.ts +266 -79
  77. package/dist/client/ai.d.ts.map +1 -1
  78. package/dist/client/ai.js +262 -20
  79. package/dist/client/ai.js.map +1 -1
  80. package/dist/client/api-management.d.ts +10 -1
  81. package/dist/client/api-management.d.ts.map +1 -1
  82. package/dist/client/api-management.js +11 -2
  83. package/dist/client/api-management.js.map +1 -1
  84. package/dist/client/cloud-account.d.ts +13 -13
  85. package/dist/client/cloud-platform-horizon.d.ts +38 -19
  86. package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
  87. package/dist/client/cloud-platform-horizon.js +19 -1
  88. package/dist/client/cloud-platform-horizon.js.map +1 -1
  89. package/dist/client/cloud-platform.d.ts +213 -46
  90. package/dist/client/cloud-platform.d.ts.map +1 -1
  91. package/dist/client/cloud-platform.js +168 -33
  92. package/dist/client/cloud-platform.js.map +1 -1
  93. package/dist/client/cloud-runtimes.d.ts +4 -4
  94. package/dist/client/cloud-services.d.ts +17 -17
  95. package/dist/client/cloud-services.d.ts.map +1 -1
  96. package/dist/client/code-shift.d.ts +535 -162
  97. package/dist/client/code-shift.d.ts.map +1 -1
  98. package/dist/client/code-shift.js +296 -7
  99. package/dist/client/code-shift.js.map +1 -1
  100. package/dist/client/content.d.ts +127 -132
  101. package/dist/client/content.d.ts.map +1 -1
  102. package/dist/client/data-integration.d.ts +92 -53
  103. package/dist/client/data-integration.d.ts.map +1 -1
  104. package/dist/client/data-integration.js +38 -2
  105. package/dist/client/data-integration.js.map +1 -1
  106. package/dist/client/discover.d.ts +31 -10
  107. package/dist/client/discover.d.ts.map +1 -1
  108. package/dist/client/discover.js +239 -3
  109. package/dist/client/discover.js.map +1 -1
  110. package/dist/client/edp-bfa.d.ts +16 -0
  111. package/dist/client/edp-bfa.d.ts.map +1 -0
  112. package/dist/client/edp-bfa.js +24 -0
  113. package/dist/client/edp-bfa.js.map +1 -0
  114. package/dist/client/event-bus.d.ts.map +1 -1
  115. package/dist/client/gen-ai-inference.d.ts +20 -20
  116. package/dist/client/insights.d.ts +7 -7
  117. package/dist/client/notification.d.ts +17 -10
  118. package/dist/client/notification.d.ts.map +1 -1
  119. package/dist/client/notification.js +10 -1
  120. package/dist/client/notification.js.map +1 -1
  121. package/dist/client/runtime-manager.d.ts +8 -8
  122. package/dist/client/secrets.d.ts.map +1 -1
  123. package/dist/client/secrets.js +1 -1
  124. package/dist/client/secrets.js.map +1 -1
  125. package/dist/client/types.d.ts +50 -7
  126. package/dist/client/types.d.ts.map +1 -1
  127. package/dist/client/workflow.d.ts +10 -10
  128. package/dist/client/workspace-ai.d.ts +53 -53
  129. package/dist/client/workspace-ai.d.ts.map +1 -1
  130. package/dist/client/workspace-ai.js +3 -7
  131. package/dist/client/workspace-ai.js.map +1 -1
  132. package/dist/client/workspace-manager.d.ts +115 -76
  133. package/dist/client/workspace-manager.d.ts.map +1 -1
  134. package/dist/client/workspace-manager.js +47 -2
  135. package/dist/client/workspace-manager.js.map +1 -1
  136. package/dist/client/workspace-search.d.ts +2 -2
  137. package/dist/client/workspace.d.ts +58 -105
  138. package/dist/client/workspace.d.ts.map +1 -1
  139. package/dist/error/DefaultAPIError.d.ts.map +1 -1
  140. package/dist/error/DefaultAPIError.js.map +1 -1
  141. package/dist/error/StackspotAPIError.d.ts +3 -4
  142. package/dist/error/StackspotAPIError.d.ts.map +1 -1
  143. package/dist/error/StackspotAPIError.js +3 -3
  144. package/dist/error/StackspotAPIError.js.map +1 -1
  145. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  146. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  147. package/dist/error/dictionary/accountAssetManager.js +11 -0
  148. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  149. package/dist/error/dictionary/cloud-platform.d.ts +76 -8
  150. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  151. package/dist/error/dictionary/cloud-platform.js +80 -12
  152. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  153. package/dist/error/dictionary/workspace-ai.d.ts +9 -0
  154. package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
  155. package/dist/error/dictionary/workspace-ai.js +9 -0
  156. package/dist/error/dictionary/workspace-ai.js.map +1 -0
  157. package/dist/index.d.ts +5 -3
  158. package/dist/index.d.ts.map +1 -1
  159. package/dist/index.js +4 -2
  160. package/dist/index.js.map +1 -1
  161. package/dist/network/NetworkClient.d.ts +4 -2
  162. package/dist/network/NetworkClient.d.ts.map +1 -1
  163. package/dist/network/NetworkClient.js +16 -4
  164. package/dist/network/NetworkClient.js.map +1 -1
  165. package/dist/network/types.d.ts +2 -0
  166. package/dist/network/types.d.ts.map +1 -1
  167. package/dist/utils/StreamedJson.d.ts +3 -1
  168. package/dist/utils/StreamedJson.d.ts.map +1 -1
  169. package/dist/utils/StreamedJson.js +23 -3
  170. package/dist/utils/StreamedJson.js.map +1 -1
  171. package/package.dev.json +3 -0
  172. package/package.json +10 -9
  173. package/package.stg.json +3 -0
  174. package/readme.md +40 -1
  175. package/src/api/account.ts +701 -540
  176. package/src/api/accountAssetManager.ts +771 -0
  177. package/src/api/agent-tools.ts +332 -151
  178. package/src/api/ai.ts +891 -170
  179. package/src/api/cloudPlatform.ts +667 -298
  180. package/src/api/cloudPlatformHorizon.ts +412 -9
  181. package/src/api/codeShift.ts +2088 -97
  182. package/src/api/dataIntegration.ts +635 -1
  183. package/src/api/discover.ts +180 -14
  184. package/src/api/edpBfa.ts +472 -0
  185. package/src/api/genAiInference.ts +47 -4
  186. package/src/api/workflows.ts +100 -5
  187. package/src/api/workspaceManager.ts +25 -10
  188. package/src/api-addresses.ts +113 -38
  189. package/src/apis-itau.json +241 -0
  190. package/src/apis.json +17 -1
  191. package/src/client/account-asset-manager.ts +100 -0
  192. package/src/client/account.ts +71 -40
  193. package/src/client/agent-tools.ts +57 -17
  194. package/src/client/ai.ts +232 -20
  195. package/src/client/api-management.ts +7 -2
  196. package/src/client/cloud-platform-horizon.ts +12 -4
  197. package/src/client/cloud-platform.ts +101 -27
  198. package/src/client/code-shift.ts +196 -8
  199. package/src/client/data-integration.ts +28 -1
  200. package/src/client/discover.ts +238 -5
  201. package/src/client/edp-bfa.ts +24 -0
  202. package/src/client/notification.ts +6 -1
  203. package/src/client/secrets.ts +1 -1
  204. package/src/client/types.ts +55 -9
  205. package/src/client/workspace-ai.ts +19 -23
  206. package/src/client/workspace-manager.ts +31 -2
  207. package/src/error/DefaultAPIError.ts +5 -5
  208. package/src/error/StackspotAPIError.ts +4 -4
  209. package/src/error/dictionary/accountAssetManager.ts +12 -0
  210. package/src/error/dictionary/cloud-platform.ts +80 -12
  211. package/src/error/dictionary/workspace-ai.ts +10 -0
  212. package/src/index.ts +6 -3
  213. package/src/network/NetworkClient.ts +18 -6
  214. package/src/network/types.ts +3 -0
  215. package/src/utils/StreamedJson.tsx +19 -4
@@ -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
- createRepositoryRequest: import("../api/codeShift.js").CreateRepositoryRequest;
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 | undefined;
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 | undefined;
27
- page?: number | undefined;
28
- lastEvaluatedKey?: string | undefined;
29
- filter?: string | undefined;
30
- moduleId?: string | undefined;
31
- createdByEmail?: string | null | undefined;
32
- reportByEmail?: string | null | undefined;
33
- orderBy?: string | undefined;
34
- orderDirection?: string | undefined;
35
- tags?: string[] | null | undefined;
36
- authorization: string;
37
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryResponse>;
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").RepositoryResponse>;
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 | undefined;
72
- moduleType?: import("../api/codeShift.js").ModuleType | null | undefined;
73
- page?: number | undefined;
74
- lastEvaluatedKey?: string | undefined;
75
- xAccountSlug?: any;
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?: any;
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"> & {}, any>;
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 | undefined;
99
- page?: number | undefined;
100
- lastEvaluatedKey?: string | undefined;
223
+ pageSize?: number;
224
+ page?: number;
225
+ lastEvaluatedKey?: string;
101
226
  authorization: string;
102
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryReportResponse>;
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").GetReportResponse>;
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" | undefined;
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" | undefined;
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 | undefined;
173
- page?: number | undefined;
174
- name?: string | null | undefined;
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 | undefined;
205
- integrationId?: string | undefined;
368
+ tags?: string[] | null;
369
+ integrationId?: string;
206
370
  authorization: string;
207
- bodyCreateProgramGroupServiceV1ProgramGroupsPost?: import("../api/codeShift.js").BodyCreateProgramGroupServiceV1ProgramGroupsPost | undefined;
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 | undefined;
214
- createdByEmail?: string | null | undefined;
215
- reportByEmail?: string | null | undefined;
216
- tags?: string[] | null | undefined;
217
- name?: string | null | undefined;
218
- pageSize?: number | undefined;
219
- page?: number | undefined;
220
- orderBy?: string | undefined;
221
- orderDirection?: string | undefined;
222
- integrationId?: string | undefined;
223
- authorization: string;
224
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupResponse>;
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 | undefined;
238
- page?: number | undefined;
239
- lastEvaluatedKey?: string | undefined;
401
+ pageSize?: number;
402
+ page?: number;
403
+ lastEvaluatedKey?: string;
240
404
  authorization: string;
241
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupReportResponse>;
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 | undefined;
248
- tags?: string[] | null | undefined;
249
- integrationId?: string | null | undefined;
411
+ name?: string | null;
412
+ tags?: string[] | null;
413
+ integrationId?: string | null;
250
414
  authorization: string;
251
- bodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut?: import("../api/codeShift.js").BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut | undefined;
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 | undefined;
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"> & {}, any>;
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 | undefined;
294
- endDate?: string | undefined;
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 | undefined;
302
- page?: number | undefined;
303
- moduleId?: string[] | null | undefined;
304
- executedBy?: string[] | null | undefined;
305
- repositoryUrl?: string | null | undefined;
306
- tags?: string[] | null | undefined;
307
- orderBy?: "mode" | "repositoryUrl" | "moduleName" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | null | undefined;
308
- orderDirection?: "ASC" | "DESC" | null | undefined;
309
- startDate?: string | null | undefined;
310
- endDate?: string | null | undefined;
311
- mode?: "scan" | "fix" | null | undefined;
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 | undefined;
319
- orderBy?: "mode" | "repositoryUrl" | "moduleName" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | null | undefined;
320
- tags?: string[] | null | undefined;
321
- executedBy?: string[] | null | undefined;
322
- repositoryUrl?: string | null | undefined;
323
- orderDirection?: "ASC" | "DESC" | null | undefined;
324
- startDate?: string | undefined;
325
- endDate?: string | undefined;
326
- extension?: "csv" | "xlsx" | undefined;
327
- mode?: "scan" | "fix" | null | undefined;
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 | undefined;
335
- page?: number | undefined;
336
- moduleId?: string[] | null | undefined;
337
- userId?: string | null | undefined;
338
- tags?: string[] | null | undefined;
339
- orderBy?: "repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
340
- executedBy?: string[] | null | undefined;
341
- repositoryUrl?: string | null | undefined;
342
- orderDirection?: "ASC" | "DESC" | null | undefined;
343
- startDate?: string | undefined;
344
- endDate?: string | undefined;
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 | undefined;
352
- page?: number | undefined;
353
- moduleId?: string[] | null | undefined;
354
- userId?: string | null | undefined;
355
- tags?: string[] | null | undefined;
356
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | "programName" | null | undefined;
357
- executedBy?: string[] | null | undefined;
358
- programName?: string | null | undefined;
359
- orderDirection?: "ASC" | "DESC" | null | undefined;
360
- startDate?: string | undefined;
361
- endDate?: string | undefined;
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 Usage
552
+ * Analytics Program Groups Last Report Status Download
366
553
  */
367
- analyticsProgramGroupsUsage: import("../network/types.js").QueryObject<Omit<{
368
- pageSize?: number | undefined;
369
- page?: number | undefined;
370
- executedBy?: string[] | null | undefined;
371
- moduleId?: string[] | null | undefined;
372
- tags?: string[] | null | undefined;
373
- orderBy?: "name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
374
- orderDirection?: "ASC" | "DESC" | null | undefined;
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"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsUsageResponse>;
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 | undefined;
385
- page?: number | undefined;
386
- moduleId?: string[] | null | undefined;
387
- name?: string | null | undefined;
388
- reportType?: "repository" | "program_group" | null | undefined;
389
- orderBy?: "name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
390
- orderDirection?: "ASC" | "DESC" | null | undefined;
391
- startDate?: string | undefined;
392
- endDate?: string | undefined;
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 | undefined;
400
- name?: string | null | undefined;
401
- reportType?: "repository" | "program_group" | null | undefined;
402
- orderBy?: "name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
403
- orderDirection?: "ASC" | "DESC" | null | undefined;
404
- startDate?: string | undefined;
405
- endDate?: string | undefined;
406
- extension?: "csv" | "xlsx" | undefined;
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 | undefined;
414
- userId?: string | null | undefined;
415
- orderBy?: "repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
416
- tags?: string[] | null | undefined;
417
- executedBy?: string[] | null | undefined;
418
- repositoryUrl?: string | null | undefined;
419
- orderDirection?: "ASC" | "DESC" | null | undefined;
420
- startDate?: string | undefined;
421
- endDate?: string | undefined;
422
- extension?: "csv" | "xlsx" | undefined;
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 Last Report Status Download
610
+ * Analytics Program Groups Usage
427
611
  */
428
- analyticsProgramGroupsLastReportStatusDownload: import("../network/types.js").QueryObject<Omit<{
429
- moduleId?: string[] | null | undefined;
430
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | "programName" | null | undefined;
431
- orderDirection?: "ASC" | "DESC" | null | undefined;
432
- startDate?: string | null | undefined;
433
- endDate?: string | null | undefined;
434
- reportType?: "repository" | "program_group" | null | undefined;
435
- extension?: "csv" | "xlsx" | undefined;
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"> & {}, any>;
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 | undefined;
443
- executedBy?: string[] | null | undefined;
444
- tags?: string[] | null | undefined;
445
- orderBy?: "name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
446
- orderDirection?: "ASC" | "DESC" | null | undefined;
447
- programGroupName?: string | null | undefined;
448
- startDate?: string | null | undefined;
449
- endDate?: string | null | undefined;
450
- extension?: "csv" | "xlsx" | undefined;
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 {};