@stack-spot/portal-network 0.197.0 → 0.198.0-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 +152 -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 +243 -108
  38. package/dist/client/ai.d.ts.map +1 -1
  39. package/dist/client/ai.js +102 -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 +379 -265
  52. package/dist/client/code-shift.d.ts.map +1 -1
  53. package/dist/client/code-shift.js +100 -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 +81 -10
  97. package/src/client/cloud-platform-horizon.ts +12 -4
  98. package/src/client/code-shift.ts +64 -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,32 +9,83 @@ 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;
19
26
  authorization: string;
20
27
  fastapiCompatV2BodyCreateReposBatchServiceV1ReposBatchPost: import("../api/codeShift.js").BodyCreateReposBatchServiceV1ReposBatchPost;
21
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";
54
+ authorization: string;
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?: "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;
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;
36
70
  authorization: string;
37
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
  */
@@ -61,14 +112,14 @@ declare class CodeShift extends ReactQueryNetworkClient {
61
112
  * List Repository Download Service
62
113
  */
63
114
  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;
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";
72
123
  authorization: string;
73
124
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
74
125
  /**
@@ -82,16 +133,16 @@ declare class CodeShift extends ReactQueryNetworkClient {
82
133
  * Gets modules.
83
134
  */
84
135
  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;
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;
95
146
  authorization: string;
96
147
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListModuleResponse>;
97
148
  /**
@@ -100,7 +151,16 @@ declare class CodeShift extends ReactQueryNetworkClient {
100
151
  module: import("../network/types.js").QueryObject<Omit<{
101
152
  moduleId: string;
102
153
  authorization: string;
154
+ xAccountSlug?: string;
103
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>;
104
164
  /**
105
165
  * Add a module in favorites.
106
166
  */
@@ -127,7 +187,7 @@ declare class CodeShift extends ReactQueryNetworkClient {
127
187
  */
128
188
  createModule: import("../network/types.js").MutationObject<Omit<{
129
189
  authorization: string;
130
- xAccountSlug?: string | undefined;
190
+ xAccountSlug?: string;
131
191
  createModuleRequest: import("../api/codeShift.js").CreateModuleRequest;
132
192
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
133
193
  /**
@@ -136,24 +196,33 @@ declare class CodeShift extends ReactQueryNetworkClient {
136
196
  updateModule: import("../network/types.js").MutationObject<Omit<{
137
197
  moduleId: string;
138
198
  authorization: string;
139
- xAccountSlug?: string | undefined;
199
+ xAccountSlug?: string;
140
200
  putModuleRequest: import("../api/codeShift.js").PutModuleRequest;
141
201
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
142
202
  /**
143
203
  * Generates a report.
144
204
  */
145
205
  generateReport: import("../network/types.js").MutationObject<Omit<{
206
+ batchName?: string | null;
146
207
  authorization: string;
147
208
  body: import("../api/codeShift.js").ModuleDispatchRequest[];
148
- }, "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>;
149
218
  /**
150
219
  * Gets repository reports.
151
220
  */
152
221
  repositoryReports: import("../network/types.js").QueryObject<Omit<{
153
222
  repositoryId: string;
154
- pageSize?: number | undefined;
155
- page?: number | undefined;
156
- lastEvaluatedKey?: string | undefined;
223
+ pageSize?: number;
224
+ page?: number;
225
+ lastEvaluatedKey?: string;
157
226
  authorization: string;
158
227
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListRepositoryReportResponseRead>;
159
228
  /**
@@ -168,7 +237,7 @@ declare class CodeShift extends ReactQueryNetworkClient {
168
237
  */
169
238
  downloadReport: import("../network/types.js").QueryObject<Omit<{
170
239
  reportId: string;
171
- extension?: "csv" | "xlsx" | undefined;
240
+ extension?: "csv" | "xlsx";
172
241
  authorization: string;
173
242
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
174
243
  /**
@@ -212,7 +281,7 @@ declare class CodeShift extends ReactQueryNetworkClient {
212
281
  */
213
282
  downloadSearchRepository: import("../network/types.js").MutationObject<Omit<{
214
283
  searchRepoId: string;
215
- extension?: "csv" | "xlsx" | undefined;
284
+ extension?: "csv" | "xlsx";
216
285
  authorization: string;
217
286
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
218
287
  /**
@@ -242,9 +311,9 @@ declare class CodeShift extends ReactQueryNetworkClient {
242
311
  */
243
312
  downloadSearchRepositoryV2: import("../network/types.js").MutationObject<Omit<{
244
313
  searchId: string;
245
- extension?: "csv" | "xlsx" | undefined;
314
+ extension?: "csv" | "xlsx";
246
315
  authorization: string;
247
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ResponseSearchRepoByIdResponseRead>;
316
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
248
317
  /**
249
318
  * Validate if the user has permission.
250
319
  * We do not use opa in this api, so this is the fn needed to check permissions.
@@ -264,9 +333,9 @@ declare class CodeShift extends ReactQueryNetworkClient {
264
333
  * Lists integrations
265
334
  */
266
335
  listIntegration: import("../network/types.js").QueryObject<Omit<{
267
- pageSize?: number | undefined;
268
- page?: number | undefined;
269
- name?: string | null | undefined;
336
+ pageSize?: number;
337
+ page?: number;
338
+ name?: string | null;
270
339
  authorization: string;
271
340
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListIntegrationResponse>;
272
341
  /**
@@ -296,25 +365,25 @@ declare class CodeShift extends ReactQueryNetworkClient {
296
365
  */
297
366
  createProgramGroup: import("../network/types.js").MutationObject<Omit<{
298
367
  name: string;
299
- tags?: string[] | null | undefined;
300
- integrationId?: string | undefined;
368
+ tags?: string[] | null;
369
+ integrationId?: string;
301
370
  authorization: string;
302
- fastapiCompatV2BodyCreateProgramGroupServiceV1ProgramGroupsPost?: import("../api/codeShift.js").BodyCreateProgramGroupServiceV1ProgramGroupsPost | undefined;
371
+ fastapiCompatV2BodyCreateProgramGroupServiceV1ProgramGroupsPost?: import("../api/codeShift.js").BodyCreateProgramGroupServiceV1ProgramGroupsPost;
303
372
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").CreateProgramGroupResponse>;
304
373
  /**
305
374
  * Gets list of program groups.
306
375
  */
307
376
  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;
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;
318
387
  authorization: string;
319
388
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupResponseRead>;
320
389
  /**
@@ -329,9 +398,9 @@ declare class CodeShift extends ReactQueryNetworkClient {
329
398
  */
330
399
  listProgramGroupReport: import("../network/types.js").QueryObject<Omit<{
331
400
  programGroupId: string;
332
- pageSize?: number | undefined;
333
- page?: number | undefined;
334
- lastEvaluatedKey?: string | undefined;
401
+ pageSize?: number;
402
+ page?: number;
403
+ lastEvaluatedKey?: string;
335
404
  authorization: string;
336
405
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListProgramGroupReportResponseRead>;
337
406
  /**
@@ -339,11 +408,11 @@ declare class CodeShift extends ReactQueryNetworkClient {
339
408
  */
340
409
  updateProgramGroup: import("../network/types.js").MutationObject<Omit<{
341
410
  programGroupId: string;
342
- name?: string | null | undefined;
343
- tags?: string[] | null | undefined;
344
- integrationId?: string | null | undefined;
411
+ name?: string | null;
412
+ tags?: string[] | null;
413
+ integrationId?: string | null;
345
414
  authorization: string;
346
- fastapiCompatV2BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut?: import("../api/codeShift.js").BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut | undefined;
415
+ fastapiCompatV2BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut?: import("../api/codeShift.js").BodyUpdateProgramGroupServiceV1ProgramGroupsProgramGroupIdPut;
347
416
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
348
417
  /**
349
418
  * Updates a program group components.
@@ -364,32 +433,33 @@ declare class CodeShift extends ReactQueryNetworkClient {
364
433
  * List Program Group Download Service
365
434
  */
366
435
  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;
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";
376
445
  authorization: string;
377
446
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
378
447
  /**
379
448
  * Gets list of tags.
380
449
  */
381
450
  tags: import("../network/types.js").QueryObject<Omit<{
382
- name?: string | null | undefined;
383
- $type?: "Repository" | "Module" | undefined;
451
+ name?: string | null;
452
+ $type?: "Repository" | "Module";
384
453
  authorization: string;
385
454
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ListTagResponse>;
386
455
  /**
387
456
  * Validates a SCM URL.
388
457
  */
389
458
  validateSCMUrl: import("../network/types.js").MutationObject<Omit<{
459
+ raiseConflict?: boolean;
390
460
  authorization: string;
391
461
  validateScmUrlRequest: import("../api/codeShift.js").ValidateScmUrlRequest;
392
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
462
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").ValidateScmUrlResponse>;
393
463
  /**
394
464
  * PAT Health Check
395
465
  */
@@ -407,164 +477,164 @@ declare class CodeShift extends ReactQueryNetworkClient {
407
477
  * General Report Success And Errors
408
478
  */
409
479
  generalReportSuccessAndErrors: import("../network/types.js").QueryObject<Omit<{
410
- startDate?: string | undefined;
411
- endDate?: string | undefined;
480
+ startDate?: string;
481
+ endDate?: string;
412
482
  authorization: string;
413
483
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GeneralReportSuccessAndErrorsResponses>;
414
484
  /**
415
485
  * Analytics Repository Last Report Status
416
486
  */
417
487
  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;
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;
429
499
  authorization: string;
430
500
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryLastReportStatusResponse>;
431
501
  /**
432
502
  * Analytics Repository Last Report Status Download
433
503
  */
434
504
  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;
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;
445
515
  authorization: string;
446
516
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
447
517
  /**
448
518
  * Analytics Repository Usage
449
519
  */
450
520
  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;
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;
462
532
  authorization: string;
463
533
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryUsageResponse>;
464
534
  /**
465
535
  * Analytics Program Groups Last Report Status
466
536
  */
467
537
  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;
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;
479
549
  authorization: string;
480
550
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsLastReportStatusResponse>;
481
551
  /**
482
552
  * Analytics Program Groups Last Report Status Download
483
553
  */
484
554
  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;
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";
492
562
  authorization: string;
493
563
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
494
564
  /**
495
565
  * Analytics User Usage
496
566
  */
497
567
  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;
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;
507
577
  authorization: string;
508
578
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsUserUsageResponse>;
509
579
  /**
510
580
  * Analytics User Usage Download
511
581
  */
512
582
  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;
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";
521
591
  authorization: string;
522
592
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
523
593
  /**
524
594
  * Analytics Repository Usage Download
525
595
  */
526
596
  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;
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";
537
607
  authorization: string;
538
608
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
539
609
  /**
540
610
  * Analytics Program Groups Usage
541
611
  */
542
612
  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;
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;
553
623
  authorization: string;
554
624
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsUsageResponse>;
555
625
  /**
556
626
  * Analytics Program Groups Usage Download
557
627
  */
558
628
  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;
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";
568
638
  authorization: string;
569
639
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
570
640
  /**
@@ -577,142 +647,186 @@ declare class CodeShift extends ReactQueryNetworkClient {
577
647
  * Analytics Program Groups Details
578
648
  */
579
649
  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;
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;
592
662
  authorization: string;
593
663
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsDetailsResponse>;
594
664
  /**
595
665
  * Analytics Program Groups Details Download
596
666
  */
597
667
  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;
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";
609
679
  authorization: string;
610
680
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
611
681
  /**
612
682
  * Analytics Program Groups Details
613
683
  */
614
684
  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;
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;
627
697
  authorization: string;
628
698
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryDetailedReportResponse>;
629
699
  /**
630
700
  * Analytics Program Groups Details Download
631
701
  */
632
702
  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;
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";
644
714
  authorization: string;
645
715
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryDetailedReportResponse>;
646
716
  /**
647
717
  * Analytics Program Groups Target Details
648
718
  */
649
719
  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;
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;
662
732
  authorization: string;
663
733
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsProgramGroupsTargetDetailsResponse>;
664
734
  /**
665
735
  * Analytics Program Groups Target Details Download
666
736
  */
667
737
  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;
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";
679
749
  authorization: string;
680
750
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
681
751
  /**
682
752
  * Analytics Repository Target Details
683
753
  */
684
754
  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;
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;
697
767
  authorization: string;
698
768
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").AnalyticsRepositoryTargetDetailsResponse>;
699
769
  /**
700
770
  * Analytics Repository Target Details Download
701
771
  */
702
772
  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;
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";
714
784
  authorization: string;
715
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
+ authorization: string;
829
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/codeShift.js").GetModuleExecutionBatchActivitiesById>;
716
830
  }
717
831
  export declare const codeShiftClient: CodeShift;
718
832
  export {};