@stack-spot/portal-network 0.197.0 → 0.197.1-beta.1

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 (104) hide show
  1. package/CHANGELOG.md +123 -0
  2. package/dist/api/agent-tools.d.ts +139 -148
  3. package/dist/api/agent-tools.d.ts.map +1 -1
  4. package/dist/api/agent-tools.js +41 -4
  5. package/dist/api/agent-tools.js.map +1 -1
  6. package/dist/api/agent.d.ts +55 -55
  7. package/dist/api/agent.d.ts.map +1 -1
  8. package/dist/api/ai.d.ts +288 -19
  9. package/dist/api/ai.d.ts.map +1 -1
  10. package/dist/api/ai.js +196 -11
  11. package/dist/api/ai.js.map +1 -1
  12. package/dist/api/cloudPlatformHorizon.d.ts +178 -9
  13. package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
  14. package/dist/api/cloudPlatformHorizon.js +69 -1
  15. package/dist/api/cloudPlatformHorizon.js.map +1 -1
  16. package/dist/api/codeShift.d.ts +316 -32
  17. package/dist/api/codeShift.d.ts.map +1 -1
  18. package/dist/api/codeShift.js +172 -8
  19. package/dist/api/codeShift.js.map +1 -1
  20. package/dist/api/dataIntegration.d.ts +291 -1
  21. package/dist/api/dataIntegration.d.ts.map +1 -1
  22. package/dist/api/dataIntegration.js +254 -0
  23. package/dist/api/dataIntegration.js.map +1 -1
  24. package/dist/api/discover.d.ts +95 -12
  25. package/dist/api/discover.d.ts.map +1 -1
  26. package/dist/api/discover.js +78 -2
  27. package/dist/api/discover.js.map +1 -1
  28. package/dist/api-addresses.d.ts.map +1 -1
  29. package/dist/client/account.d.ts +233 -233
  30. package/dist/client/account.d.ts.map +1 -1
  31. package/dist/client/agent-tools.d.ts +159 -126
  32. package/dist/client/agent-tools.d.ts.map +1 -1
  33. package/dist/client/agent-tools.js +35 -4
  34. package/dist/client/agent-tools.js.map +1 -1
  35. package/dist/client/agent.d.ts +46 -46
  36. package/dist/client/agent.d.ts.map +1 -1
  37. package/dist/client/ai.d.ts +226 -108
  38. package/dist/client/ai.d.ts.map +1 -1
  39. package/dist/client/ai.js +92 -2
  40. package/dist/client/ai.js.map +1 -1
  41. package/dist/client/api-management.d.ts +2 -2
  42. package/dist/client/cloud-account.d.ts +13 -13
  43. package/dist/client/cloud-platform-horizon.d.ts +38 -19
  44. package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
  45. package/dist/client/cloud-platform-horizon.js +19 -1
  46. package/dist/client/cloud-platform-horizon.js.map +1 -1
  47. package/dist/client/cloud-platform.d.ts +50 -50
  48. package/dist/client/cloud-runtimes.d.ts +4 -4
  49. package/dist/client/cloud-services.d.ts +17 -17
  50. package/dist/client/cloud-services.d.ts.map +1 -1
  51. package/dist/client/code-shift.d.ts +332 -265
  52. package/dist/client/code-shift.d.ts.map +1 -1
  53. package/dist/client/code-shift.js +55 -1
  54. package/dist/client/code-shift.js.map +1 -1
  55. package/dist/client/content.d.ts +127 -132
  56. package/dist/client/content.d.ts.map +1 -1
  57. package/dist/client/data-integration.d.ts +85 -55
  58. package/dist/client/data-integration.d.ts.map +1 -1
  59. package/dist/client/data-integration.js +22 -2
  60. package/dist/client/data-integration.js.map +1 -1
  61. package/dist/client/discover.d.ts +29 -9
  62. package/dist/client/discover.d.ts.map +1 -1
  63. package/dist/client/discover.js +236 -1
  64. package/dist/client/discover.js.map +1 -1
  65. package/dist/client/event-bus.d.ts.map +1 -1
  66. package/dist/client/gen-ai-inference.d.ts +20 -20
  67. package/dist/client/insights.d.ts +7 -7
  68. package/dist/client/notification.d.ts +10 -10
  69. package/dist/client/runtime-manager.d.ts +8 -8
  70. package/dist/client/secrets.d.ts.map +1 -1
  71. package/dist/client/secrets.js +1 -1
  72. package/dist/client/secrets.js.map +1 -1
  73. package/dist/client/types.d.ts +14 -0
  74. package/dist/client/types.d.ts.map +1 -1
  75. package/dist/client/workflow.d.ts +10 -10
  76. package/dist/client/workspace-ai.d.ts +53 -53
  77. package/dist/client/workspace-manager.d.ts +77 -77
  78. package/dist/client/workspace-search.d.ts +2 -2
  79. package/dist/client/workspace.d.ts +58 -105
  80. package/dist/client/workspace.d.ts.map +1 -1
  81. package/dist/error/dictionary/cloud-platform.d.ts +6 -0
  82. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  83. package/dist/error/dictionary/cloud-platform.js +6 -0
  84. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  85. package/dist/utils/StreamedJson.d.ts.map +1 -1
  86. package/dist/utils/StreamedJson.js +9 -1
  87. package/dist/utils/StreamedJson.js.map +1 -1
  88. package/package.json +2 -2
  89. package/src/api/agent-tools.ts +186 -150
  90. package/src/api/ai.ts +521 -24
  91. package/src/api/cloudPlatformHorizon.ts +412 -9
  92. package/src/api/codeShift.ts +631 -37
  93. package/src/api/dataIntegration.ts +635 -1
  94. package/src/api/discover.ts +180 -14
  95. package/src/client/agent-tools.ts +26 -4
  96. package/src/client/ai.ts +74 -10
  97. package/src/client/cloud-platform-horizon.ts +12 -4
  98. package/src/client/code-shift.ts +35 -1
  99. package/src/client/data-integration.ts +15 -1
  100. package/src/client/discover.ts +233 -3
  101. package/src/client/secrets.ts +1 -1
  102. package/src/client/types.ts +17 -2
  103. package/src/error/dictionary/cloud-platform.ts +6 -0
  104. package/src/utils/StreamedJson.tsx +9 -2
@@ -9,30 +9,57 @@ 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
14
  /**
15
15
  * Creates repositories in batch.
16
16
  */
17
17
  createRepositoriesBatch: import("../network/types.js").MutationObject<Omit<{
18
- tags?: string[] | null | undefined;
18
+ tags?: string[] | null;
19
19
  authorization: string;
20
20
  fastapiCompatV2BodyCreateReposBatchServiceV1ReposBatchPost: import("../api/codeShift.js").BodyCreateReposBatchServiceV1ReposBatchPost;
21
21
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
22
+ /**
23
+ * Imports repositories in batch.
24
+ */
25
+ createRepositoriesBatchV2: import("../network/types.js").MutationObject<Omit<{
26
+ tags?: string[] | null;
27
+ authorization: string;
28
+ fastapiCompatV2BodyCreateReposBatchServiceV2ReposBatchPost: import("../api/codeShift.js").BodyCreateReposBatchServiceV2ReposBatchPost;
29
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").CreateRepoBatchResponse>;
30
+ /**
31
+ * Gets the status of a batch import.
32
+ */
33
+ getImportBatchResultsV2: import("../network/types.js").QueryObject<Omit<{
34
+ importId: string;
35
+ pageSize?: number;
36
+ page?: number;
37
+ authorization: string;
38
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetImportResultResponseRead>;
39
+ /**
40
+ * Downloads the import result for a batch.
41
+ */
42
+ downloadImportBatchResultsV2: import("../network/types.js").QueryObject<Omit<{
43
+ importId: string;
44
+ language?: "ptBr" | "enUs";
45
+ status?: import("../api/codeShift.js").ValidateRepositoryStatus | null;
46
+ extension?: "csv" | "xlsx";
47
+ authorization: string;
48
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
22
49
  /**
23
50
  * Gets list of repositories.
24
51
  */
25
52
  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?: "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" | undefined;
34
- orderDirection?: "ASC" | "DESC" | "asc" | "desc" | undefined;
35
- tags?: string[] | null | undefined;
53
+ pageSize?: number;
54
+ page?: number;
55
+ lastEvaluatedKey?: string;
56
+ filter?: string;
57
+ moduleId?: string;
58
+ createdByEmail?: string | null;
59
+ reportByEmail?: string | null;
60
+ 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";
61
+ orderDirection?: "asc" | "desc" | "ASC" | "DESC";
62
+ tags?: string[] | null;
36
63
  authorization: string;
37
64
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryResponseRead>;
38
65
  /**
@@ -61,14 +88,14 @@ declare class CodeShift extends ReactQueryNetworkClient {
61
88
  * List Repository Download Service
62
89
  */
63
90
  repositoryDownload: import("../network/types.js").QueryObject<Omit<{
64
- filter?: string | undefined;
65
- moduleId?: string | undefined;
66
- createdByEmail?: string | null | undefined;
67
- reportByEmail?: string | null | undefined;
68
- 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" | undefined;
69
- orderDirection?: "ASC" | "DESC" | "asc" | "desc" | undefined;
70
- tags?: string[] | null | undefined;
71
- extension?: "csv" | "xlsx" | undefined;
91
+ filter?: string;
92
+ moduleId?: string;
93
+ createdByEmail?: string | null;
94
+ reportByEmail?: string | null;
95
+ 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";
96
+ orderDirection?: "asc" | "desc" | "ASC" | "DESC";
97
+ tags?: string[] | null;
98
+ extension?: "csv" | "xlsx";
72
99
  authorization: string;
73
100
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
74
101
  /**
@@ -82,16 +109,16 @@ declare class CodeShift extends ReactQueryNetworkClient {
82
109
  * Gets modules.
83
110
  */
84
111
  modules: import("../network/types.js").QueryObject<Omit<{
85
- pageSize?: number | undefined;
86
- moduleType?: import("../api/codeShift.js").ModuleType | null | undefined;
87
- page?: number | undefined;
88
- lastEvaluatedKey?: string | undefined;
89
- sharedWith?: string | null | undefined;
90
- createdBy?: string | null | undefined;
91
- visibility?: import("../api/codeShift.js").ModuleVisibility | null | undefined;
92
- name?: string | null | undefined;
93
- tags?: string[] | null | undefined;
94
- xAccountSlug?: string | undefined;
112
+ pageSize?: number;
113
+ moduleType?: import("../api/codeShift.js").ModuleType | null;
114
+ page?: number;
115
+ lastEvaluatedKey?: string;
116
+ sharedWith?: string | null;
117
+ createdBy?: string | null;
118
+ visibility?: import("../api/codeShift.js").ModuleVisibility | null;
119
+ name?: string | null;
120
+ tags?: string[] | null;
121
+ xAccountSlug?: string;
95
122
  authorization: string;
96
123
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListModuleResponse>;
97
124
  /**
@@ -100,6 +127,7 @@ declare class CodeShift extends ReactQueryNetworkClient {
100
127
  module: import("../network/types.js").QueryObject<Omit<{
101
128
  moduleId: string;
102
129
  authorization: string;
130
+ xAccountSlug?: string;
103
131
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetModuleResponse>;
104
132
  /**
105
133
  * Add a module in favorites.
@@ -127,7 +155,7 @@ declare class CodeShift extends ReactQueryNetworkClient {
127
155
  */
128
156
  createModule: import("../network/types.js").MutationObject<Omit<{
129
157
  authorization: string;
130
- xAccountSlug?: string | undefined;
158
+ xAccountSlug?: string;
131
159
  createModuleRequest: import("../api/codeShift.js").CreateModuleRequest;
132
160
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
133
161
  /**
@@ -136,24 +164,33 @@ declare class CodeShift extends ReactQueryNetworkClient {
136
164
  updateModule: import("../network/types.js").MutationObject<Omit<{
137
165
  moduleId: string;
138
166
  authorization: string;
139
- xAccountSlug?: string | undefined;
167
+ xAccountSlug?: string;
140
168
  putModuleRequest: import("../api/codeShift.js").PutModuleRequest;
141
169
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
142
170
  /**
143
171
  * Generates a report.
144
172
  */
145
173
  generateReport: import("../network/types.js").MutationObject<Omit<{
174
+ batchName?: string | null;
146
175
  authorization: string;
147
176
  body: import("../api/codeShift.js").ModuleDispatchRequest[];
148
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
177
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").DispatchModuleResponse>;
178
+ /**
179
+ * Gets module docs.
180
+ */
181
+ moduleDocs: import("../network/types.js").QueryObject<Omit<{
182
+ moduleId: string;
183
+ language?: "pt-br" | "en-us";
184
+ authorization: string;
185
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetModuleDocsResponse | null>;
149
186
  /**
150
187
  * Gets repository reports.
151
188
  */
152
189
  repositoryReports: import("../network/types.js").QueryObject<Omit<{
153
190
  repositoryId: string;
154
- pageSize?: number | undefined;
155
- page?: number | undefined;
156
- lastEvaluatedKey?: string | undefined;
191
+ pageSize?: number;
192
+ page?: number;
193
+ lastEvaluatedKey?: string;
157
194
  authorization: string;
158
195
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryReportResponseRead>;
159
196
  /**
@@ -168,7 +205,7 @@ declare class CodeShift extends ReactQueryNetworkClient {
168
205
  */
169
206
  downloadReport: import("../network/types.js").QueryObject<Omit<{
170
207
  reportId: string;
171
- extension?: "csv" | "xlsx" | undefined;
208
+ extension?: "csv" | "xlsx";
172
209
  authorization: string;
173
210
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
174
211
  /**
@@ -212,7 +249,7 @@ declare class CodeShift extends ReactQueryNetworkClient {
212
249
  */
213
250
  downloadSearchRepository: import("../network/types.js").MutationObject<Omit<{
214
251
  searchRepoId: string;
215
- extension?: "csv" | "xlsx" | undefined;
252
+ extension?: "csv" | "xlsx";
216
253
  authorization: string;
217
254
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
218
255
  /**
@@ -242,9 +279,9 @@ declare class CodeShift extends ReactQueryNetworkClient {
242
279
  */
243
280
  downloadSearchRepositoryV2: import("../network/types.js").MutationObject<Omit<{
244
281
  searchId: string;
245
- extension?: "csv" | "xlsx" | undefined;
282
+ extension?: "csv" | "xlsx";
246
283
  authorization: string;
247
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ResponseSearchRepoByIdResponseRead>;
284
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
248
285
  /**
249
286
  * Validate if the user has permission.
250
287
  * We do not use opa in this api, so this is the fn needed to check permissions.
@@ -264,9 +301,9 @@ declare class CodeShift extends ReactQueryNetworkClient {
264
301
  * Lists integrations
265
302
  */
266
303
  listIntegration: import("../network/types.js").QueryObject<Omit<{
267
- pageSize?: number | undefined;
268
- page?: number | undefined;
269
- name?: string | null | undefined;
304
+ pageSize?: number;
305
+ page?: number;
306
+ name?: string | null;
270
307
  authorization: string;
271
308
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListIntegrationResponse>;
272
309
  /**
@@ -296,25 +333,25 @@ declare class CodeShift extends ReactQueryNetworkClient {
296
333
  */
297
334
  createProgramGroup: import("../network/types.js").MutationObject<Omit<{
298
335
  name: string;
299
- tags?: string[] | null | undefined;
300
- integrationId?: string | undefined;
336
+ tags?: string[] | null;
337
+ integrationId?: string;
301
338
  authorization: string;
302
- fastapiCompatV2BodyCreateProgramGroupServiceV1ProgramGroupsPost?: import("../api/codeShift.js").BodyCreateProgramGroupServiceV1ProgramGroupsPost | undefined;
339
+ fastapiCompatV2BodyCreateProgramGroupServiceV1ProgramGroupsPost?: import("../api/codeShift.js").BodyCreateProgramGroupServiceV1ProgramGroupsPost;
303
340
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").CreateProgramGroupResponse>;
304
341
  /**
305
342
  * Gets list of program groups.
306
343
  */
307
344
  listProgramGroups: import("../network/types.js").QueryObject<Omit<{
308
- moduleId?: string | null | undefined;
309
- createdByEmail?: string | null | undefined;
310
- reportByEmail?: string | null | undefined;
311
- tags?: string[] | null | undefined;
312
- name?: string | null | undefined;
313
- pageSize?: number | undefined;
314
- page?: number | undefined;
315
- orderBy?: "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status" | "program_group.name" | "program_group.created_at" | "program_group.updated_at" | undefined;
316
- orderDirection?: "ASC" | "DESC" | "asc" | "desc" | undefined;
317
- integrationId?: string | undefined;
345
+ moduleId?: string | null;
346
+ createdByEmail?: string | null;
347
+ reportByEmail?: string | null;
348
+ tags?: string[] | null;
349
+ name?: string | null;
350
+ pageSize?: number;
351
+ page?: number;
352
+ 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";
353
+ orderDirection?: "asc" | "desc" | "ASC" | "DESC";
354
+ integrationId?: string;
318
355
  authorization: string;
319
356
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupResponseRead>;
320
357
  /**
@@ -329,9 +366,9 @@ declare class CodeShift extends ReactQueryNetworkClient {
329
366
  */
330
367
  listProgramGroupReport: import("../network/types.js").QueryObject<Omit<{
331
368
  programGroupId: string;
332
- pageSize?: number | undefined;
333
- page?: number | undefined;
334
- lastEvaluatedKey?: string | undefined;
369
+ pageSize?: number;
370
+ page?: number;
371
+ lastEvaluatedKey?: string;
335
372
  authorization: string;
336
373
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupReportResponseRead>;
337
374
  /**
@@ -339,11 +376,11 @@ declare class CodeShift extends ReactQueryNetworkClient {
339
376
  */
340
377
  updateProgramGroup: import("../network/types.js").MutationObject<Omit<{
341
378
  programGroupId: string;
342
- name?: string | null | undefined;
343
- tags?: string[] | null | undefined;
344
- integrationId?: string | null | undefined;
379
+ name?: string | null;
380
+ tags?: string[] | null;
381
+ integrationId?: string | null;
345
382
  authorization: string;
346
- fastapiCompatV2BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut?: import("../api/codeShift.js").BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut | undefined;
383
+ fastapiCompatV2BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut?: import("../api/codeShift.js").BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut;
347
384
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
348
385
  /**
349
386
  * Updates a program group components.
@@ -364,32 +401,33 @@ declare class CodeShift extends ReactQueryNetworkClient {
364
401
  * List Program Group Download Service
365
402
  */
366
403
  programGroupDownload: import("../network/types.js").QueryObject<Omit<{
367
- moduleId?: string | null | undefined;
368
- createdByEmail?: string | null | undefined;
369
- reportByEmail?: string | null | undefined;
370
- tags?: string[] | null | undefined;
371
- name?: string | null | undefined;
372
- orderBy?: "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status" | "program_group.name" | "program_group.created_at" | "program_group.updated_at" | undefined;
373
- orderDirection?: "ASC" | "DESC" | "asc" | "desc" | undefined;
374
- integrationId?: string | undefined;
375
- extension?: "csv" | "xlsx" | undefined;
404
+ moduleId?: string | null;
405
+ createdByEmail?: string | null;
406
+ reportByEmail?: string | null;
407
+ tags?: string[] | null;
408
+ name?: string | null;
409
+ 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";
410
+ orderDirection?: "asc" | "desc" | "ASC" | "DESC";
411
+ integrationId?: string;
412
+ extension?: "csv" | "xlsx";
376
413
  authorization: string;
377
414
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
378
415
  /**
379
416
  * Gets list of tags.
380
417
  */
381
418
  tags: import("../network/types.js").QueryObject<Omit<{
382
- name?: string | null | undefined;
383
- $type?: "Repository" | "Module" | undefined;
419
+ name?: string | null;
420
+ $type?: "Repository" | "Module";
384
421
  authorization: string;
385
422
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListTagResponse>;
386
423
  /**
387
424
  * Validates a SCM URL.
388
425
  */
389
426
  validateSCMUrl: import("../network/types.js").MutationObject<Omit<{
427
+ raiseConflict?: boolean;
390
428
  authorization: string;
391
429
  validateScmUrlRequest: import("../api/codeShift.js").ValidateScmUrlRequest;
392
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
430
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ValidateScmUrlResponse>;
393
431
  /**
394
432
  * PAT Health Check
395
433
  */
@@ -407,164 +445,164 @@ declare class CodeShift extends ReactQueryNetworkClient {
407
445
  * General Report Success And Errors
408
446
  */
409
447
  generalReportSuccessAndErrors: import("../network/types.js").QueryObject<Omit<{
410
- startDate?: string | undefined;
411
- endDate?: string | undefined;
448
+ startDate?: string;
449
+ endDate?: string;
412
450
  authorization: string;
413
451
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GeneralReportSuccessAndErrorsResponses>;
414
452
  /**
415
453
  * Analytics Repository Last Report Status
416
454
  */
417
455
  analyticsRepositoryLastReportStatus: import("../network/types.js").QueryObject<Omit<{
418
- pageSize?: number | undefined;
419
- page?: number | undefined;
420
- moduleId?: string[] | null | undefined;
421
- executedBy?: string[] | null | undefined;
422
- repositoryUrl?: string | null | undefined;
423
- tags?: string[] | null | undefined;
424
- orderBy?: "mode" | "repositoryUrl" | "moduleName" | "merged" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | null | undefined;
425
- orderDirection?: "ASC" | "DESC" | null | undefined;
426
- startDate?: string | null | undefined;
427
- endDate?: string | null | undefined;
428
- mode?: "scan" | "fix" | null | undefined;
456
+ pageSize?: number;
457
+ page?: number;
458
+ moduleId?: string[] | null;
459
+ executedBy?: string[] | null;
460
+ repositoryUrl?: string | null;
461
+ tags?: string[] | null;
462
+ orderBy?: ("repositoryUrl" | "moduleName" | "merged" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
463
+ orderDirection?: ("ASC" | "DESC") | null;
464
+ startDate?: string | null;
465
+ endDate?: string | null;
466
+ mode?: ("scan" | "fix") | null;
429
467
  authorization: string;
430
468
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryLastReportStatusResponse>;
431
469
  /**
432
470
  * Analytics Repository Last Report Status Download
433
471
  */
434
472
  analyticsRepositoryLastReportStatusDownload: import("../network/types.js").QueryObject<Omit<{
435
- moduleId?: string[] | null | undefined;
436
- orderBy?: "mode" | "repositoryUrl" | "moduleName" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | null | undefined;
437
- tags?: string[] | null | undefined;
438
- executedBy?: string[] | null | undefined;
439
- repositoryUrl?: string | null | undefined;
440
- orderDirection?: "ASC" | "DESC" | null | undefined;
441
- startDate?: string | undefined;
442
- endDate?: string | undefined;
443
- extension?: "csv" | "xlsx" | undefined;
444
- mode?: "scan" | "fix" | null | undefined;
473
+ moduleId?: string[] | null;
474
+ orderBy?: ("repositoryUrl" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
475
+ tags?: string[] | null;
476
+ executedBy?: string[] | null;
477
+ repositoryUrl?: string | null;
478
+ orderDirection?: ("ASC" | "DESC") | null;
479
+ startDate?: string;
480
+ endDate?: string;
481
+ extension?: "csv" | "xlsx";
482
+ mode?: ("scan" | "fix") | null;
445
483
  authorization: string;
446
484
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
447
485
  /**
448
486
  * Analytics Repository Usage
449
487
  */
450
488
  analyticsRepositoryUsage: import("../network/types.js").QueryObject<Omit<{
451
- pageSize?: number | undefined;
452
- page?: number | undefined;
453
- moduleId?: string[] | null | undefined;
454
- userId?: string | null | undefined;
455
- tags?: string[] | null | undefined;
456
- orderBy?: "repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
457
- executedBy?: string[] | null | undefined;
458
- repositoryUrl?: string | null | undefined;
459
- orderDirection?: "ASC" | "DESC" | null | undefined;
460
- startDate?: string | undefined;
461
- endDate?: string | undefined;
489
+ pageSize?: number;
490
+ page?: number;
491
+ moduleId?: string[] | null;
492
+ userId?: string | null;
493
+ tags?: string[] | null;
494
+ orderBy?: ("repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
495
+ executedBy?: string[] | null;
496
+ repositoryUrl?: string | null;
497
+ orderDirection?: ("ASC" | "DESC") | null;
498
+ startDate?: string;
499
+ endDate?: string;
462
500
  authorization: string;
463
501
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryUsageResponse>;
464
502
  /**
465
503
  * Analytics Program Groups Last Report Status
466
504
  */
467
505
  analyticsProgramGroupsLastReportStatus: import("../network/types.js").QueryObject<Omit<{
468
- pageSize?: number | undefined;
469
- page?: number | undefined;
470
- moduleId?: string[] | null | undefined;
471
- userId?: string | null | undefined;
472
- tags?: string[] | null | undefined;
473
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | "programName" | null | undefined;
474
- executedBy?: string[] | null | undefined;
475
- programName?: string | null | undefined;
476
- orderDirection?: "ASC" | "DESC" | null | undefined;
477
- startDate?: string | undefined;
478
- endDate?: string | undefined;
506
+ pageSize?: number;
507
+ page?: number;
508
+ moduleId?: string[] | null;
509
+ userId?: string | null;
510
+ tags?: string[] | null;
511
+ orderBy?: ("programName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
512
+ executedBy?: string[] | null;
513
+ programName?: string | null;
514
+ orderDirection?: ("ASC" | "DESC") | null;
515
+ startDate?: string;
516
+ endDate?: string;
479
517
  authorization: string;
480
518
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsLastReportStatusResponse>;
481
519
  /**
482
520
  * Analytics Program Groups Last Report Status Download
483
521
  */
484
522
  analyticsProgramGroupsLastReportStatusDownload: import("../network/types.js").QueryObject<Omit<{
485
- moduleId?: string[] | null | undefined;
486
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues" | "programName" | null | undefined;
487
- orderDirection?: "ASC" | "DESC" | null | undefined;
488
- startDate?: string | null | undefined;
489
- endDate?: string | null | undefined;
490
- reportType?: "repository" | "program_group" | null | undefined;
491
- extension?: "csv" | "xlsx" | undefined;
523
+ moduleId?: string[] | null;
524
+ orderBy?: ("programName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedBy" | "totalFiles" | "totalFilesAnalyzed" | "totalFilesIssues" | "totalFilesChanged" | "totalIssues") | null;
525
+ orderDirection?: ("ASC" | "DESC") | null;
526
+ startDate?: string | null;
527
+ endDate?: string | null;
528
+ reportType?: ("repository" | "program_group") | null;
529
+ extension?: "csv" | "xlsx";
492
530
  authorization: string;
493
531
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
494
532
  /**
495
533
  * Analytics User Usage
496
534
  */
497
535
  analyticsUserUsage: import("../network/types.js").QueryObject<Omit<{
498
- pageSize?: number | undefined;
499
- page?: number | undefined;
500
- moduleId?: string[] | null | undefined;
501
- name?: string | null | undefined;
502
- reportType?: "repository" | "program_group" | null | undefined;
503
- orderBy?: "name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
504
- orderDirection?: "ASC" | "DESC" | null | undefined;
505
- startDate?: string | undefined;
506
- endDate?: string | undefined;
536
+ pageSize?: number;
537
+ page?: number;
538
+ moduleId?: string[] | null;
539
+ name?: string | null;
540
+ reportType?: ("repository" | "program_group") | null;
541
+ orderBy?: ("name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
542
+ orderDirection?: ("ASC" | "DESC") | null;
543
+ startDate?: string;
544
+ endDate?: string;
507
545
  authorization: string;
508
546
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsUserUsageResponse>;
509
547
  /**
510
548
  * Analytics User Usage Download
511
549
  */
512
550
  analyticsUserUsageDownload: import("../network/types.js").QueryObject<Omit<{
513
- moduleId?: string[] | null | undefined;
514
- name?: string | null | undefined;
515
- reportType?: "repository" | "program_group" | null | undefined;
516
- orderBy?: "name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
517
- orderDirection?: "ASC" | "DESC" | null | undefined;
518
- startDate?: string | undefined;
519
- endDate?: string | undefined;
520
- extension?: "csv" | "xlsx" | undefined;
551
+ moduleId?: string[] | null;
552
+ name?: string | null;
553
+ reportType?: ("repository" | "program_group") | null;
554
+ orderBy?: ("name" | "email" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
555
+ orderDirection?: ("ASC" | "DESC") | null;
556
+ startDate?: string;
557
+ endDate?: string;
558
+ extension?: "csv" | "xlsx";
521
559
  authorization: string;
522
560
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
523
561
  /**
524
562
  * Analytics Repository Usage Download
525
563
  */
526
564
  analyticsRepositoryUsageDownload: import("../network/types.js").QueryObject<Omit<{
527
- moduleId?: string[] | null | undefined;
528
- userId?: string | null | undefined;
529
- orderBy?: "repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
530
- tags?: string[] | null | undefined;
531
- executedBy?: string[] | null | undefined;
532
- repositoryUrl?: string | null | undefined;
533
- orderDirection?: "ASC" | "DESC" | null | undefined;
534
- startDate?: string | undefined;
535
- endDate?: string | undefined;
536
- extension?: "csv" | "xlsx" | undefined;
565
+ moduleId?: string[] | null;
566
+ userId?: string | null;
567
+ orderBy?: ("repositoryUrl" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
568
+ tags?: string[] | null;
569
+ executedBy?: string[] | null;
570
+ repositoryUrl?: string | null;
571
+ orderDirection?: ("ASC" | "DESC") | null;
572
+ startDate?: string;
573
+ endDate?: string;
574
+ extension?: "csv" | "xlsx";
537
575
  authorization: string;
538
576
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
539
577
  /**
540
578
  * Analytics Program Groups Usage
541
579
  */
542
580
  analyticsProgramGroupsUsage: import("../network/types.js").QueryObject<Omit<{
543
- pageSize?: number | undefined;
544
- page?: number | undefined;
545
- executedBy?: string[] | null | undefined;
546
- moduleId?: string[] | null | undefined;
547
- tags?: string[] | null | undefined;
548
- orderBy?: "name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
549
- orderDirection?: "ASC" | "DESC" | null | undefined;
550
- programGroupName?: string | null | undefined;
551
- startDate?: string | null | undefined;
552
- endDate?: string | null | undefined;
581
+ pageSize?: number;
582
+ page?: number;
583
+ executedBy?: string[] | null;
584
+ moduleId?: string[] | null;
585
+ tags?: string[] | null;
586
+ orderBy?: ("name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
587
+ orderDirection?: ("ASC" | "DESC") | null;
588
+ programGroupName?: string | null;
589
+ startDate?: string | null;
590
+ endDate?: string | null;
553
591
  authorization: string;
554
592
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsUsageResponse>;
555
593
  /**
556
594
  * Analytics Program Groups Usage Download
557
595
  */
558
596
  analyticsProgramGroupsUsageDownload: import("../network/types.js").QueryObject<Omit<{
559
- moduleId?: string[] | null | undefined;
560
- executedBy?: string[] | null | undefined;
561
- tags?: string[] | null | undefined;
562
- orderBy?: "name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess" | null | undefined;
563
- orderDirection?: "ASC" | "DESC" | null | undefined;
564
- programGroupName?: string | null | undefined;
565
- startDate?: string | null | undefined;
566
- endDate?: string | null | undefined;
567
- extension?: "csv" | "xlsx" | undefined;
597
+ moduleId?: string[] | null;
598
+ executedBy?: string[] | null;
599
+ tags?: string[] | null;
600
+ orderBy?: ("name" | "totalScan" | "totalScanFailure" | "totalScanSuccess" | "totalFix" | "totalFixFailure" | "totalFixSuccess") | null;
601
+ orderDirection?: ("ASC" | "DESC") | null;
602
+ programGroupName?: string | null;
603
+ startDate?: string | null;
604
+ endDate?: string | null;
605
+ extension?: "csv" | "xlsx";
568
606
  authorization: string;
569
607
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
570
608
  /**
@@ -577,140 +615,169 @@ declare class CodeShift extends ReactQueryNetworkClient {
577
615
  * Analytics Program Groups Details
578
616
  */
579
617
  analyticsProgramGroupsDetails: import("../network/types.js").QueryObject<Omit<{
580
- pageSize?: number | undefined;
581
- page?: number | undefined;
582
- programName?: string | null | undefined;
583
- tags?: string[] | null | undefined;
584
- mode?: "scan" | "fix" | null | undefined;
585
- moduleId?: string[] | null | undefined;
586
- programCreatedById?: string[] | null | undefined;
587
- reportCreatedById?: string[] | null | undefined;
588
- startDate?: string | undefined;
589
- endDate?: string | undefined;
590
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "programGroupName" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds" | null | undefined;
591
- orderDirection?: "ASC" | "DESC" | null | undefined;
618
+ pageSize?: number;
619
+ page?: number;
620
+ programName?: string | null;
621
+ tags?: string[] | null;
622
+ mode?: ("scan" | "fix") | null;
623
+ moduleId?: string[] | null;
624
+ programCreatedById?: string[] | null;
625
+ reportCreatedById?: string[] | null;
626
+ startDate?: string;
627
+ endDate?: string;
628
+ orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds") | null;
629
+ orderDirection?: ("ASC" | "DESC") | null;
592
630
  authorization: string;
593
631
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsDetailsResponse>;
594
632
  /**
595
633
  * Analytics Program Groups Details Download
596
634
  */
597
635
  analyticsProgramGroupsDetailsDownload: import("../network/types.js").QueryObject<Omit<{
598
- programName?: string | null | undefined;
599
- tags?: string[] | null | undefined;
600
- mode?: "scan" | "fix" | null | undefined;
601
- moduleId?: string[] | null | undefined;
602
- programCreatedById?: string[] | null | undefined;
603
- reportCreatedById?: string[] | null | undefined;
604
- startDate?: string | undefined;
605
- endDate?: string | undefined;
606
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "programGroupName" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds" | null | undefined;
607
- orderDirection?: "ASC" | "DESC" | null | undefined;
608
- extension?: "csv" | "xlsx" | undefined;
636
+ programName?: string | null;
637
+ tags?: string[] | null;
638
+ mode?: ("scan" | "fix") | null;
639
+ moduleId?: string[] | null;
640
+ programCreatedById?: string[] | null;
641
+ reportCreatedById?: string[] | null;
642
+ startDate?: string;
643
+ endDate?: string;
644
+ orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds") | null;
645
+ orderDirection?: ("ASC" | "DESC") | null;
646
+ extension?: "csv" | "xlsx";
609
647
  authorization: string;
610
648
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
611
649
  /**
612
650
  * Analytics Program Groups Details
613
651
  */
614
652
  analyticsRepositoryDetails: import("../network/types.js").QueryObject<Omit<{
615
- pageSize?: number | undefined;
616
- page?: number | undefined;
617
- repositoryUrl?: string | null | undefined;
618
- tags?: string[] | null | undefined;
619
- mode?: "scan" | "fix" | null | undefined;
620
- moduleId?: string[] | null | undefined;
621
- repositoryCreatedById?: string[] | null | undefined;
622
- executedBy?: string[] | null | undefined;
623
- startDate?: string | undefined;
624
- endDate?: string | undefined;
625
- orderBy?: "repositoryUrl" | "moduleName" | "reportCreatedAt" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds" | "sourceBranch" | "targetBranch" | "moduleVersion" | "pullRequestLink" | "reportCreatedByEmail" | "repositoryCreatedByEmail" | "repositoryCreatedByName" | null | undefined;
626
- orderDirection?: "ASC" | "DESC" | null | undefined;
653
+ pageSize?: number;
654
+ page?: number;
655
+ repositoryUrl?: string | null;
656
+ tags?: string[] | null;
657
+ mode?: ("scan" | "fix") | null;
658
+ moduleId?: string[] | null;
659
+ repositoryCreatedById?: string[] | null;
660
+ executedBy?: string[] | null;
661
+ startDate?: string;
662
+ endDate?: string;
663
+ orderBy?: ("totalFilesCount" | "analyzedFilesCount" | "changedFilesCount" | "issuesCount" | "issuesFilesCount" | "reportCreatedAt" | "repositoryUrl" | "sourceBranch" | "targetBranch" | "executionCompletedAt" | "executionStartedAt" | "moduleName" | "moduleVersion" | "processingTimeSeconds" | "pullRequestLink" | "reportCreatedByEmail" | "reportCreatedByName" | "repositoryCreatedByEmail" | "repositoryCreatedByName") | null;
664
+ orderDirection?: ("ASC" | "DESC") | null;
627
665
  authorization: string;
628
666
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryDetailedReportResponse>;
629
667
  /**
630
668
  * Analytics Program Groups Details Download
631
669
  */
632
670
  analyticsRepositoryDetailsDownload: import("../network/types.js").QueryObject<Omit<{
633
- repositoryUrl?: string | null | undefined;
634
- tags?: string[] | null | undefined;
635
- mode?: "scan" | "fix" | null | undefined;
636
- moduleId?: string[] | null | undefined;
637
- repositoryCreatedById?: string[] | null | undefined;
638
- reportCreatedById?: string[] | null | undefined;
639
- startDate?: string | undefined;
640
- endDate?: string | undefined;
641
- orderBy?: "repositoryUrl" | "moduleName" | "reportCreatedAt" | "reportCreatedByName" | "executionStartedAt" | "executionCompletedAt" | "totalFilesCount" | "analyzedFilesCount" | "issuesFilesCount" | "changedFilesCount" | "issuesCount" | "processingTimeSeconds" | "sourceBranch" | "targetBranch" | "moduleVersion" | "pullRequestLink" | "reportCreatedByEmail" | "repositoryCreatedByEmail" | "repositoryCreatedByName" | null | undefined;
642
- orderDirection?: "ASC" | "DESC" | null | undefined;
643
- extension?: "csv" | "xlsx" | undefined;
671
+ repositoryUrl?: string | null;
672
+ tags?: string[] | null;
673
+ mode?: ("scan" | "fix") | null;
674
+ moduleId?: string[] | null;
675
+ repositoryCreatedById?: string[] | null;
676
+ reportCreatedById?: string[] | null;
677
+ startDate?: string;
678
+ endDate?: string;
679
+ orderBy?: ("totalFilesCount" | "analyzedFilesCount" | "changedFilesCount" | "issuesCount" | "issuesFilesCount" | "reportCreatedAt" | "repositoryUrl" | "sourceBranch" | "targetBranch" | "executionCompletedAt" | "executionStartedAt" | "moduleName" | "moduleVersion" | "processingTimeSeconds" | "pullRequestLink" | "reportCreatedByEmail" | "reportCreatedByName" | "repositoryCreatedByEmail" | "repositoryCreatedByName") | null;
680
+ orderDirection?: ("ASC" | "DESC") | null;
681
+ extension?: "csv" | "xlsx";
644
682
  authorization: string;
645
683
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryDetailedReportResponse>;
646
684
  /**
647
685
  * Analytics Program Groups Target Details
648
686
  */
649
687
  analyticsProgramGroupsTargetDetails: import("../network/types.js").QueryObject<Omit<{
650
- pageSize?: number | undefined;
651
- page?: number | undefined;
652
- programName?: string | null | undefined;
653
- componentName?: string | null | undefined;
654
- tags?: string[] | null | undefined;
655
- mode?: "scan" | "fix" | null | undefined;
656
- moduleId?: string[] | null | undefined;
657
- reportCreatedById?: string[] | null | undefined;
658
- startDate?: string | undefined;
659
- endDate?: string | undefined;
660
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "totalIssues" | "programGroupName" | "executionStartedAt" | "executionCompletedAt" | "changedFilesCount" | "componentAppName" | "componentName" | "componentType" | null | undefined;
661
- orderDirection?: "ASC" | "DESC" | null | undefined;
688
+ pageSize?: number;
689
+ page?: number;
690
+ programName?: string | null;
691
+ componentName?: string | null;
692
+ tags?: string[] | null;
693
+ mode?: ("scan" | "fix") | null;
694
+ moduleId?: string[] | null;
695
+ reportCreatedById?: string[] | null;
696
+ startDate?: string;
697
+ endDate?: string;
698
+ orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "executionStartedAt" | "executionCompletedAt" | "componentAppName" | "componentName" | "componentType" | "totalIssues" | "changedFilesCount") | null;
699
+ orderDirection?: ("ASC" | "DESC") | null;
662
700
  authorization: string;
663
701
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsTargetDetailsResponse>;
664
702
  /**
665
703
  * Analytics Program Groups Target Details Download
666
704
  */
667
705
  analyticsProgramGroupsTargetDetailsDownload: import("../network/types.js").QueryObject<Omit<{
668
- programName?: string | null | undefined;
669
- tags?: string[] | null | undefined;
670
- mode?: "scan" | "fix" | null | undefined;
671
- moduleId?: string[] | null | undefined;
672
- componentName?: string | null | undefined;
673
- reportCreatedById?: string[] | null | undefined;
674
- startDate?: string | undefined;
675
- endDate?: string | undefined;
676
- orderBy?: "mode" | "moduleName" | "reportCreatedAt" | "totalIssues" | "programGroupName" | "executionStartedAt" | "executionCompletedAt" | "changedFilesCount" | "componentAppName" | "componentName" | "componentType" | null | undefined;
677
- orderDirection?: "ASC" | "DESC" | null | undefined;
678
- extension?: "csv" | "xlsx" | undefined;
706
+ programName?: string | null;
707
+ tags?: string[] | null;
708
+ mode?: ("scan" | "fix") | null;
709
+ moduleId?: string[] | null;
710
+ componentName?: string | null;
711
+ reportCreatedById?: string[] | null;
712
+ startDate?: string;
713
+ endDate?: string;
714
+ orderBy?: ("programGroupName" | "moduleName" | "mode" | "reportCreatedAt" | "executionStartedAt" | "executionCompletedAt" | "componentAppName" | "componentName" | "componentType" | "totalIssues" | "changedFilesCount") | null;
715
+ orderDirection?: ("ASC" | "DESC") | null;
716
+ extension?: "csv" | "xlsx";
679
717
  authorization: string;
680
718
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
681
719
  /**
682
720
  * Analytics Repository Target Details
683
721
  */
684
722
  analyticsRepositoryTargetDetails: import("../network/types.js").QueryObject<Omit<{
685
- pageSize?: number | undefined;
686
- page?: number | undefined;
687
- repositoryUrl?: string | null | undefined;
688
- targetName?: string | null | undefined;
689
- tags?: string[] | null | undefined;
690
- mode?: "scan" | "fix" | null | undefined;
691
- moduleId?: string[] | null | undefined;
692
- reportCreatedById?: string[] | null | undefined;
693
- startDate?: string | undefined;
694
- endDate?: string | undefined;
695
- orderBy?: "repositoryUrl" | "moduleName" | "reportCreatedAt" | "issuesCount" | "sourceBranch" | "targetName" | "targetPath" | null | undefined;
696
- orderDirection?: "ASC" | "DESC" | null | undefined;
723
+ pageSize?: number;
724
+ page?: number;
725
+ repositoryUrl?: string | null;
726
+ targetName?: string | null;
727
+ tags?: string[] | null;
728
+ mode?: ("scan" | "fix") | null;
729
+ moduleId?: string[] | null;
730
+ reportCreatedById?: string[] | null;
731
+ startDate?: string;
732
+ endDate?: string;
733
+ orderBy?: ("repositoryUrl" | "sourceBranch" | "moduleName" | "targetName" | "targetPath" | "issuesCount" | "reportCreatedAt") | null;
734
+ orderDirection?: ("ASC" | "DESC") | null;
697
735
  authorization: string;
698
736
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryTargetDetailsResponse>;
699
737
  /**
700
738
  * Analytics Repository Target Details Download
701
739
  */
702
740
  analyticsRepositoryTargetDetailsDownload: import("../network/types.js").QueryObject<Omit<{
703
- repositoryUrl?: string | null | undefined;
704
- targetName?: string | null | undefined;
705
- tags?: string[] | null | undefined;
706
- mode?: "scan" | "fix" | null | undefined;
707
- moduleId?: string[] | null | undefined;
708
- reportCreatedById?: string[] | null | undefined;
709
- startDate?: string | undefined;
710
- endDate?: string | undefined;
711
- orderBy?: "repositoryUrl" | "moduleName" | "reportCreatedAt" | "issuesCount" | "sourceBranch" | "targetName" | "targetPath" | null | undefined;
712
- orderDirection?: "ASC" | "DESC" | null | undefined;
713
- extension?: "csv" | "xlsx" | undefined;
741
+ repositoryUrl?: string | null;
742
+ targetName?: string | null;
743
+ tags?: string[] | null;
744
+ mode?: ("scan" | "fix") | null;
745
+ moduleId?: string[] | null;
746
+ reportCreatedById?: string[] | null;
747
+ startDate?: string;
748
+ endDate?: string;
749
+ orderBy?: ("repositoryUrl" | "sourceBranch" | "moduleName" | "targetName" | "targetPath" | "issuesCount" | "reportCreatedAt") | null;
750
+ orderDirection?: ("ASC" | "DESC") | null;
751
+ extension?: "csv" | "xlsx";
752
+ authorization: string;
753
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
754
+ /**
755
+ * Analytics Modules Execution Times
756
+ */
757
+ analyticsModulesExecutionTimes: import("../network/types.js").QueryObject<Omit<{
758
+ pageSize?: number;
759
+ page?: number;
760
+ moduleId?: string[] | null;
761
+ version?: string[] | null;
762
+ mode?: ("scan" | "fix") | null;
763
+ startDate?: string;
764
+ endDate?: string;
765
+ orderBy?: ("moduleName" | "moduleVersion" | "queueTimeAvg" | "queueTimeP95" | "executionTimeAvg" | "executionTimeP95" | "totalTimeAvg" | "totalTimeP95" | "executionCount") | null;
766
+ orderDirection?: ("ASC" | "DESC") | null;
767
+ authorization: string;
768
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsModuleExecutionTimesResponse>;
769
+ /**
770
+ * Analytics Modules Execution Times Download
771
+ */
772
+ analyticsModulesExecutionTimesDownload: import("../network/types.js").QueryObject<Omit<{
773
+ moduleId?: string[] | null;
774
+ version?: string[] | null;
775
+ mode?: ("scan" | "fix") | null;
776
+ startDate?: string;
777
+ endDate?: string;
778
+ orderBy?: ("moduleName" | "moduleVersion" | "queueTimeAvg" | "queueTimeP95" | "executionTimeAvg" | "executionTimeP95" | "totalTimeAvg" | "totalTimeP95" | "executionCount") | null;
779
+ orderDirection?: ("ASC" | "DESC") | null;
780
+ extension?: "csv" | "xlsx";
714
781
  authorization: string;
715
782
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
716
783
  }