@virusis/api-client 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/container.d.ts +6 -0
- package/dist/generated/clients/index.d.ts +2 -0
- package/dist/generated/clients/index.js +2 -0
- package/dist/generated/clients/scan-timing-events-service.d.ts +2 -0
- package/dist/generated/clients/scan-timing-events-service.js +2 -0
- package/dist/generated/clients/scan-timing-runs-service.d.ts +2 -0
- package/dist/generated/clients/scan-timing-runs-service.js +2 -0
- package/dist/generated/clients-rx/index.d.ts +2 -0
- package/dist/generated/clients-rx/index.js +2 -0
- package/dist/generated/clients-rx/scan-timing-events-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-timing-events-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-timing-runs-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-timing-runs-service-rx.js +12 -0
- package/dist/generated/index.d.ts +411 -0
- package/dist/generated/index.js +998 -0
- package/dist/generated/models/index.d.ts +18 -0
- package/dist/generated/models/index.js +18 -0
- package/dist/generated/models/scan-timing-event-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-event-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-event-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-timing-event-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-for-table-dto.js +1 -0
- package/dist/generated/models/scan-timing-event-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-timing-event-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-for-table-filter.js +1 -0
- package/dist/generated/models/scan-timing-event-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-event-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-event-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-event.d.ts +4 -0
- package/dist/generated/models/scan-timing-event.js +1 -0
- package/dist/generated/models/scan-timing-run-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-run-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-run-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-timing-run-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-for-table-dto.js +1 -0
- package/dist/generated/models/scan-timing-run-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-timing-run-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-for-table-filter.js +1 -0
- package/dist/generated/models/scan-timing-run-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-run-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-timing-run-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-timing-run.d.ts +4 -0
- package/dist/generated/models/scan-timing-run.js +1 -0
- package/dist/rx.d.ts +12 -0
- package/package.json +1 -1
package/dist/container.d.ts
CHANGED
|
@@ -54,6 +54,8 @@ export declare function getServices(): {
|
|
|
54
54
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
55
55
|
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
56
56
|
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
57
|
+
scanTimingEventsService: import("./index.js").ScanTimingEventsClient;
|
|
58
|
+
scanTimingRunsService: import("./index.js").ScanTimingRunsClient;
|
|
57
59
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
58
60
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
59
61
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -118,6 +120,8 @@ export declare function getServicesRx(): {
|
|
|
118
120
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
119
121
|
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
120
122
|
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
123
|
+
scanTimingEventsService: import("./index.js").ScanTimingEventsClient;
|
|
124
|
+
scanTimingRunsService: import("./index.js").ScanTimingRunsClient;
|
|
121
125
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
122
126
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
123
127
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -183,6 +187,8 @@ export declare function getServicesByMode(mode?: ClientMode): {
|
|
|
183
187
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
184
188
|
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
185
189
|
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
190
|
+
scanTimingEventsService: import("./index.js").ScanTimingEventsClient;
|
|
191
|
+
scanTimingRunsService: import("./index.js").ScanTimingRunsClient;
|
|
186
192
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
187
193
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
188
194
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -41,6 +41,8 @@ export * from "./scan-scores-service.js";
|
|
|
41
41
|
export * from "./scan-score-types-service.js";
|
|
42
42
|
export * from "./scan-threat-detections-service.js";
|
|
43
43
|
export * from "./scan-threat-results-service.js";
|
|
44
|
+
export * from "./scan-timing-events-service.js";
|
|
45
|
+
export * from "./scan-timing-runs-service.js";
|
|
44
46
|
export * from "./scan-types-service.js";
|
|
45
47
|
export * from "./scan-visibility-types-service.js";
|
|
46
48
|
export * from "./threat-concepts-service.js";
|
|
@@ -41,6 +41,8 @@ export * from "./scan-scores-service.js";
|
|
|
41
41
|
export * from "./scan-score-types-service.js";
|
|
42
42
|
export * from "./scan-threat-detections-service.js";
|
|
43
43
|
export * from "./scan-threat-results-service.js";
|
|
44
|
+
export * from "./scan-timing-events-service.js";
|
|
45
|
+
export * from "./scan-timing-runs-service.js";
|
|
44
46
|
export * from "./scan-types-service.js";
|
|
45
47
|
export * from "./scan-visibility-types-service.js";
|
|
46
48
|
export * from "./threat-concepts-service.js";
|
|
@@ -41,6 +41,8 @@ export * from "./scan-scores-service-rx.js";
|
|
|
41
41
|
export * from "./scan-score-types-service-rx.js";
|
|
42
42
|
export * from "./scan-threat-detections-service-rx.js";
|
|
43
43
|
export * from "./scan-threat-results-service-rx.js";
|
|
44
|
+
export * from "./scan-timing-events-service-rx.js";
|
|
45
|
+
export * from "./scan-timing-runs-service-rx.js";
|
|
44
46
|
export * from "./scan-types-service-rx.js";
|
|
45
47
|
export * from "./scan-visibility-types-service-rx.js";
|
|
46
48
|
export * from "./threat-concepts-service-rx.js";
|
|
@@ -41,6 +41,8 @@ export * from "./scan-scores-service-rx.js";
|
|
|
41
41
|
export * from "./scan-score-types-service-rx.js";
|
|
42
42
|
export * from "./scan-threat-detections-service-rx.js";
|
|
43
43
|
export * from "./scan-threat-results-service-rx.js";
|
|
44
|
+
export * from "./scan-timing-events-service-rx.js";
|
|
45
|
+
export * from "./scan-timing-runs-service-rx.js";
|
|
44
46
|
export * from "./scan-types-service-rx.js";
|
|
45
47
|
export * from "./scan-visibility-types-service-rx.js";
|
|
46
48
|
export * from "./threat-concepts-service-rx.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ScanTimingEventsClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createScanTimingEventsServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<ScanTimingEventsClient>;
|
|
6
|
+
export type ScanTimingEventsServiceRx = ReturnType<typeof createScanTimingEventsServiceRx>;
|
|
7
|
+
export declare const scanTimingEventsServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<ScanTimingEventsClient>;
|
|
10
|
+
export declare class ScanTimingEventsServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface ScanTimingEventsServiceRxClass extends ScanTimingEventsServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScanTimingEventsClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createScanTimingEventsServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new ScanTimingEventsClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const scanTimingEventsServiceRx = (config, baseUrl, http) => createScanTimingEventsServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class ScanTimingEventsServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createScanTimingEventsServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ScanTimingRunsClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createScanTimingRunsServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<ScanTimingRunsClient>;
|
|
6
|
+
export type ScanTimingRunsServiceRx = ReturnType<typeof createScanTimingRunsServiceRx>;
|
|
7
|
+
export declare const scanTimingRunsServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<ScanTimingRunsClient>;
|
|
10
|
+
export declare class ScanTimingRunsServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface ScanTimingRunsServiceRxClass extends ScanTimingRunsServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScanTimingRunsClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createScanTimingRunsServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new ScanTimingRunsClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const scanTimingRunsServiceRx = (config, baseUrl, http) => createScanTimingRunsServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class ScanTimingRunsServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createScanTimingRunsServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -4003,6 +4003,10 @@ export declare class ScanClient extends BaseApiClient implements IScanClient {
|
|
|
4003
4003
|
protected processExecute(response: Response): Promise<any>;
|
|
4004
4004
|
}
|
|
4005
4005
|
export interface IScansClient extends IEntity {
|
|
4006
|
+
/**
|
|
4007
|
+
* @return OK
|
|
4008
|
+
*/
|
|
4009
|
+
verify(signal?: AbortSignal): Promise<IResult>;
|
|
4006
4010
|
/**
|
|
4007
4011
|
* @return OK
|
|
4008
4012
|
*/
|
|
@@ -4093,6 +4097,11 @@ export declare class ScansClient extends BaseApiClient implements IScansClient {
|
|
|
4093
4097
|
constructor(configuration: ApiClientConfig, baseUrl?: string, http?: {
|
|
4094
4098
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
4095
4099
|
});
|
|
4100
|
+
/**
|
|
4101
|
+
* @return OK
|
|
4102
|
+
*/
|
|
4103
|
+
verify(signal?: AbortSignal): Promise<IResult>;
|
|
4104
|
+
protected processVerify(response: Response): Promise<IResult>;
|
|
4096
4105
|
/**
|
|
4097
4106
|
* @return OK
|
|
4098
4107
|
*/
|
|
@@ -4650,6 +4659,272 @@ export declare class ScanThreatResultsClient extends BaseApiClient implements IS
|
|
|
4650
4659
|
getFiltersBase(body?: ScanThreatResultForTableFilterDataTableQuery | undefined, signal?: AbortSignal): Promise<ScanThreatResultForTableDtoListResultFilterIDataResult>;
|
|
4651
4660
|
protected processGetFiltersBase(response: Response): Promise<ScanThreatResultForTableDtoListResultFilterIDataResult>;
|
|
4652
4661
|
}
|
|
4662
|
+
export interface IScanTimingEventsClient extends IEntity {
|
|
4663
|
+
/**
|
|
4664
|
+
* @param runId (optional)
|
|
4665
|
+
* @return OK
|
|
4666
|
+
*/
|
|
4667
|
+
getByRunId(runId?: number | undefined, signal?: AbortSignal): Promise<ScanTimingEventListIDataResult>;
|
|
4668
|
+
/**
|
|
4669
|
+
* @param runId (optional)
|
|
4670
|
+
* @param timingId (optional)
|
|
4671
|
+
* @return OK
|
|
4672
|
+
*/
|
|
4673
|
+
getByRunIdAndTimingId(runId?: number | undefined, timingId?: string | undefined, signal?: AbortSignal): Promise<ScanTimingEventIDataResult>;
|
|
4674
|
+
/**
|
|
4675
|
+
* @param body (optional)
|
|
4676
|
+
* @return OK
|
|
4677
|
+
*/
|
|
4678
|
+
add(body?: ScanTimingEvent | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4679
|
+
/**
|
|
4680
|
+
* @param body (optional)
|
|
4681
|
+
* @return OK
|
|
4682
|
+
*/
|
|
4683
|
+
addMultiple(body?: ScanTimingEvent[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4684
|
+
/**
|
|
4685
|
+
* @param body (optional)
|
|
4686
|
+
* @return OK
|
|
4687
|
+
*/
|
|
4688
|
+
update(body?: ScanTimingEvent | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4689
|
+
/**
|
|
4690
|
+
* @param body (optional)
|
|
4691
|
+
* @return OK
|
|
4692
|
+
*/
|
|
4693
|
+
delete(body?: ScanTimingEvent | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4694
|
+
/**
|
|
4695
|
+
* @param body (optional)
|
|
4696
|
+
* @return OK
|
|
4697
|
+
*/
|
|
4698
|
+
deleteMultiple(body?: ScanTimingEvent[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4699
|
+
/**
|
|
4700
|
+
* @param id (optional)
|
|
4701
|
+
* @return OK
|
|
4702
|
+
*/
|
|
4703
|
+
getById(id?: number | undefined, signal?: AbortSignal): Promise<ScanTimingEventIDataResult>;
|
|
4704
|
+
/**
|
|
4705
|
+
* @return OK
|
|
4706
|
+
*/
|
|
4707
|
+
getAll(signal?: AbortSignal): Promise<ScanTimingEventListIDataResult>;
|
|
4708
|
+
/**
|
|
4709
|
+
* @param skip (optional)
|
|
4710
|
+
* @param take (optional)
|
|
4711
|
+
* @return OK
|
|
4712
|
+
*/
|
|
4713
|
+
pagination(skip?: number | undefined, take?: number | undefined, signal?: AbortSignal): Promise<ScanTimingEventForTableDtoListIDataResult>;
|
|
4714
|
+
/**
|
|
4715
|
+
* @param body (optional)
|
|
4716
|
+
* @return OK
|
|
4717
|
+
*/
|
|
4718
|
+
getFiltersBase(body?: ScanTimingEventForTableFilterDataTableQuery | undefined, signal?: AbortSignal): Promise<ScanTimingEventForTableDtoListResultFilterIDataResult>;
|
|
4719
|
+
}
|
|
4720
|
+
export declare class ScanTimingEventsClient extends BaseApiClient implements IScanTimingEventsClient {
|
|
4721
|
+
private http;
|
|
4722
|
+
private baseUrl;
|
|
4723
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
4724
|
+
constructor(configuration: ApiClientConfig, baseUrl?: string, http?: {
|
|
4725
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
4726
|
+
});
|
|
4727
|
+
/**
|
|
4728
|
+
* @param runId (optional)
|
|
4729
|
+
* @return OK
|
|
4730
|
+
*/
|
|
4731
|
+
getByRunId(runId?: number | undefined, signal?: AbortSignal): Promise<ScanTimingEventListIDataResult>;
|
|
4732
|
+
protected processGetByRunId(response: Response): Promise<ScanTimingEventListIDataResult>;
|
|
4733
|
+
/**
|
|
4734
|
+
* @param runId (optional)
|
|
4735
|
+
* @param timingId (optional)
|
|
4736
|
+
* @return OK
|
|
4737
|
+
*/
|
|
4738
|
+
getByRunIdAndTimingId(runId?: number | undefined, timingId?: string | undefined, signal?: AbortSignal): Promise<ScanTimingEventIDataResult>;
|
|
4739
|
+
protected processGetByRunIdAndTimingId(response: Response): Promise<ScanTimingEventIDataResult>;
|
|
4740
|
+
/**
|
|
4741
|
+
* @param body (optional)
|
|
4742
|
+
* @return OK
|
|
4743
|
+
*/
|
|
4744
|
+
add(body?: ScanTimingEvent | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4745
|
+
protected processAdd(response: Response): Promise<IResult>;
|
|
4746
|
+
/**
|
|
4747
|
+
* @param body (optional)
|
|
4748
|
+
* @return OK
|
|
4749
|
+
*/
|
|
4750
|
+
addMultiple(body?: ScanTimingEvent[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4751
|
+
protected processAddMultiple(response: Response): Promise<IResult>;
|
|
4752
|
+
/**
|
|
4753
|
+
* @param body (optional)
|
|
4754
|
+
* @return OK
|
|
4755
|
+
*/
|
|
4756
|
+
update(body?: ScanTimingEvent | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4757
|
+
protected processUpdate(response: Response): Promise<IResult>;
|
|
4758
|
+
/**
|
|
4759
|
+
* @param body (optional)
|
|
4760
|
+
* @return OK
|
|
4761
|
+
*/
|
|
4762
|
+
delete(body?: ScanTimingEvent | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4763
|
+
protected processDelete(response: Response): Promise<IResult>;
|
|
4764
|
+
/**
|
|
4765
|
+
* @param body (optional)
|
|
4766
|
+
* @return OK
|
|
4767
|
+
*/
|
|
4768
|
+
deleteMultiple(body?: ScanTimingEvent[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4769
|
+
protected processDeleteMultiple(response: Response): Promise<IResult>;
|
|
4770
|
+
/**
|
|
4771
|
+
* @param id (optional)
|
|
4772
|
+
* @return OK
|
|
4773
|
+
*/
|
|
4774
|
+
getById(id?: number | undefined, signal?: AbortSignal): Promise<ScanTimingEventIDataResult>;
|
|
4775
|
+
protected processGetById(response: Response): Promise<ScanTimingEventIDataResult>;
|
|
4776
|
+
/**
|
|
4777
|
+
* @return OK
|
|
4778
|
+
*/
|
|
4779
|
+
getAll(signal?: AbortSignal): Promise<ScanTimingEventListIDataResult>;
|
|
4780
|
+
protected processGetAll(response: Response): Promise<ScanTimingEventListIDataResult>;
|
|
4781
|
+
/**
|
|
4782
|
+
* @param skip (optional)
|
|
4783
|
+
* @param take (optional)
|
|
4784
|
+
* @return OK
|
|
4785
|
+
*/
|
|
4786
|
+
pagination(skip?: number | undefined, take?: number | undefined, signal?: AbortSignal): Promise<ScanTimingEventForTableDtoListIDataResult>;
|
|
4787
|
+
protected processPagination(response: Response): Promise<ScanTimingEventForTableDtoListIDataResult>;
|
|
4788
|
+
/**
|
|
4789
|
+
* @param body (optional)
|
|
4790
|
+
* @return OK
|
|
4791
|
+
*/
|
|
4792
|
+
getFiltersBase(body?: ScanTimingEventForTableFilterDataTableQuery | undefined, signal?: AbortSignal): Promise<ScanTimingEventForTableDtoListResultFilterIDataResult>;
|
|
4793
|
+
protected processGetFiltersBase(response: Response): Promise<ScanTimingEventForTableDtoListResultFilterIDataResult>;
|
|
4794
|
+
}
|
|
4795
|
+
export interface IScanTimingRunsClient extends IEntity {
|
|
4796
|
+
/**
|
|
4797
|
+
* @param scanId (optional)
|
|
4798
|
+
* @return OK
|
|
4799
|
+
*/
|
|
4800
|
+
getByScanId(scanId?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunListIDataResult>;
|
|
4801
|
+
/**
|
|
4802
|
+
* @param scanId (optional)
|
|
4803
|
+
* @param take (optional)
|
|
4804
|
+
* @return OK
|
|
4805
|
+
*/
|
|
4806
|
+
getLastRunsByScan(scanId?: number | undefined, take?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunForTableDtoListIDataResult>;
|
|
4807
|
+
/**
|
|
4808
|
+
* @param body (optional)
|
|
4809
|
+
* @return OK
|
|
4810
|
+
*/
|
|
4811
|
+
add(body?: ScanTimingRun | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4812
|
+
/**
|
|
4813
|
+
* @param body (optional)
|
|
4814
|
+
* @return OK
|
|
4815
|
+
*/
|
|
4816
|
+
addMultiple(body?: ScanTimingRun[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4817
|
+
/**
|
|
4818
|
+
* @param body (optional)
|
|
4819
|
+
* @return OK
|
|
4820
|
+
*/
|
|
4821
|
+
update(body?: ScanTimingRun | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4822
|
+
/**
|
|
4823
|
+
* @param body (optional)
|
|
4824
|
+
* @return OK
|
|
4825
|
+
*/
|
|
4826
|
+
delete(body?: ScanTimingRun | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4827
|
+
/**
|
|
4828
|
+
* @param body (optional)
|
|
4829
|
+
* @return OK
|
|
4830
|
+
*/
|
|
4831
|
+
deleteMultiple(body?: ScanTimingRun[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4832
|
+
/**
|
|
4833
|
+
* @param id (optional)
|
|
4834
|
+
* @return OK
|
|
4835
|
+
*/
|
|
4836
|
+
getById(id?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunIDataResult>;
|
|
4837
|
+
/**
|
|
4838
|
+
* @return OK
|
|
4839
|
+
*/
|
|
4840
|
+
getAll(signal?: AbortSignal): Promise<ScanTimingRunListIDataResult>;
|
|
4841
|
+
/**
|
|
4842
|
+
* @param skip (optional)
|
|
4843
|
+
* @param take (optional)
|
|
4844
|
+
* @return OK
|
|
4845
|
+
*/
|
|
4846
|
+
pagination(skip?: number | undefined, take?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunForTableDtoListIDataResult>;
|
|
4847
|
+
/**
|
|
4848
|
+
* @param body (optional)
|
|
4849
|
+
* @return OK
|
|
4850
|
+
*/
|
|
4851
|
+
getFiltersBase(body?: ScanTimingRunForTableFilterDataTableQuery | undefined, signal?: AbortSignal): Promise<ScanTimingRunForTableDtoListResultFilterIDataResult>;
|
|
4852
|
+
}
|
|
4853
|
+
export declare class ScanTimingRunsClient extends BaseApiClient implements IScanTimingRunsClient {
|
|
4854
|
+
private http;
|
|
4855
|
+
private baseUrl;
|
|
4856
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
4857
|
+
constructor(configuration: ApiClientConfig, baseUrl?: string, http?: {
|
|
4858
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
4859
|
+
});
|
|
4860
|
+
/**
|
|
4861
|
+
* @param scanId (optional)
|
|
4862
|
+
* @return OK
|
|
4863
|
+
*/
|
|
4864
|
+
getByScanId(scanId?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunListIDataResult>;
|
|
4865
|
+
protected processGetByScanId(response: Response): Promise<ScanTimingRunListIDataResult>;
|
|
4866
|
+
/**
|
|
4867
|
+
* @param scanId (optional)
|
|
4868
|
+
* @param take (optional)
|
|
4869
|
+
* @return OK
|
|
4870
|
+
*/
|
|
4871
|
+
getLastRunsByScan(scanId?: number | undefined, take?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunForTableDtoListIDataResult>;
|
|
4872
|
+
protected processGetLastRunsByScan(response: Response): Promise<ScanTimingRunForTableDtoListIDataResult>;
|
|
4873
|
+
/**
|
|
4874
|
+
* @param body (optional)
|
|
4875
|
+
* @return OK
|
|
4876
|
+
*/
|
|
4877
|
+
add(body?: ScanTimingRun | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4878
|
+
protected processAdd(response: Response): Promise<IResult>;
|
|
4879
|
+
/**
|
|
4880
|
+
* @param body (optional)
|
|
4881
|
+
* @return OK
|
|
4882
|
+
*/
|
|
4883
|
+
addMultiple(body?: ScanTimingRun[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4884
|
+
protected processAddMultiple(response: Response): Promise<IResult>;
|
|
4885
|
+
/**
|
|
4886
|
+
* @param body (optional)
|
|
4887
|
+
* @return OK
|
|
4888
|
+
*/
|
|
4889
|
+
update(body?: ScanTimingRun | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4890
|
+
protected processUpdate(response: Response): Promise<IResult>;
|
|
4891
|
+
/**
|
|
4892
|
+
* @param body (optional)
|
|
4893
|
+
* @return OK
|
|
4894
|
+
*/
|
|
4895
|
+
delete(body?: ScanTimingRun | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4896
|
+
protected processDelete(response: Response): Promise<IResult>;
|
|
4897
|
+
/**
|
|
4898
|
+
* @param body (optional)
|
|
4899
|
+
* @return OK
|
|
4900
|
+
*/
|
|
4901
|
+
deleteMultiple(body?: ScanTimingRun[] | undefined, signal?: AbortSignal): Promise<IResult>;
|
|
4902
|
+
protected processDeleteMultiple(response: Response): Promise<IResult>;
|
|
4903
|
+
/**
|
|
4904
|
+
* @param id (optional)
|
|
4905
|
+
* @return OK
|
|
4906
|
+
*/
|
|
4907
|
+
getById(id?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunIDataResult>;
|
|
4908
|
+
protected processGetById(response: Response): Promise<ScanTimingRunIDataResult>;
|
|
4909
|
+
/**
|
|
4910
|
+
* @return OK
|
|
4911
|
+
*/
|
|
4912
|
+
getAll(signal?: AbortSignal): Promise<ScanTimingRunListIDataResult>;
|
|
4913
|
+
protected processGetAll(response: Response): Promise<ScanTimingRunListIDataResult>;
|
|
4914
|
+
/**
|
|
4915
|
+
* @param skip (optional)
|
|
4916
|
+
* @param take (optional)
|
|
4917
|
+
* @return OK
|
|
4918
|
+
*/
|
|
4919
|
+
pagination(skip?: number | undefined, take?: number | undefined, signal?: AbortSignal): Promise<ScanTimingRunForTableDtoListIDataResult>;
|
|
4920
|
+
protected processPagination(response: Response): Promise<ScanTimingRunForTableDtoListIDataResult>;
|
|
4921
|
+
/**
|
|
4922
|
+
* @param body (optional)
|
|
4923
|
+
* @return OK
|
|
4924
|
+
*/
|
|
4925
|
+
getFiltersBase(body?: ScanTimingRunForTableFilterDataTableQuery | undefined, signal?: AbortSignal): Promise<ScanTimingRunForTableDtoListResultFilterIDataResult>;
|
|
4926
|
+
protected processGetFiltersBase(response: Response): Promise<ScanTimingRunForTableDtoListResultFilterIDataResult>;
|
|
4927
|
+
}
|
|
4653
4928
|
export interface IScanTypesClient extends IEntity {
|
|
4654
4929
|
/**
|
|
4655
4930
|
* @param body (optional)
|
|
@@ -9213,6 +9488,142 @@ export interface ScanThreatResultListIDataResult extends IEntity {
|
|
|
9213
9488
|
readonly message?: string | undefined;
|
|
9214
9489
|
readonly data?: ScanThreatResult[] | undefined;
|
|
9215
9490
|
}
|
|
9491
|
+
export interface ScanTimingEvent extends IEntity {
|
|
9492
|
+
id?: number;
|
|
9493
|
+
runId?: number;
|
|
9494
|
+
timingId?: string | undefined;
|
|
9495
|
+
label?: string | undefined;
|
|
9496
|
+
status?: string | undefined;
|
|
9497
|
+
durationMs?: number;
|
|
9498
|
+
startedAtUtc?: Date | undefined;
|
|
9499
|
+
endedAtUtc?: Date | undefined;
|
|
9500
|
+
startedAtMs?: number | undefined;
|
|
9501
|
+
endedAtMs?: number | undefined;
|
|
9502
|
+
metaJson?: string | undefined;
|
|
9503
|
+
errorJson?: string | undefined;
|
|
9504
|
+
createdAtUtc?: Date;
|
|
9505
|
+
updateTime?: Date | undefined;
|
|
9506
|
+
statusBit?: boolean | undefined;
|
|
9507
|
+
}
|
|
9508
|
+
export interface ScanTimingEventForTableDto extends IDto {
|
|
9509
|
+
id?: number;
|
|
9510
|
+
runId?: number;
|
|
9511
|
+
timingId?: string | undefined;
|
|
9512
|
+
label?: string | undefined;
|
|
9513
|
+
status?: string | undefined;
|
|
9514
|
+
durationMs?: number;
|
|
9515
|
+
startedAtUtc?: Date | undefined;
|
|
9516
|
+
endedAtUtc?: Date | undefined;
|
|
9517
|
+
createdAtUtc?: Date;
|
|
9518
|
+
updateTime?: Date | undefined;
|
|
9519
|
+
}
|
|
9520
|
+
export interface ScanTimingEventForTableDtoListIDataResult extends IEntity {
|
|
9521
|
+
readonly success?: boolean;
|
|
9522
|
+
readonly message?: string | undefined;
|
|
9523
|
+
readonly data?: ScanTimingEventForTableDto[] | undefined;
|
|
9524
|
+
}
|
|
9525
|
+
export interface ScanTimingEventForTableDtoListResultFilter extends IFilter {
|
|
9526
|
+
filterList?: ScanTimingEventForTableDto[] | undefined;
|
|
9527
|
+
totalCount?: number;
|
|
9528
|
+
totalRecordCount?: number;
|
|
9529
|
+
hasNextPage?: boolean;
|
|
9530
|
+
}
|
|
9531
|
+
export interface ScanTimingEventForTableDtoListResultFilterIDataResult extends IFilter {
|
|
9532
|
+
readonly success?: boolean;
|
|
9533
|
+
readonly message?: string | undefined;
|
|
9534
|
+
data?: ScanTimingEventForTableDtoListResultFilter;
|
|
9535
|
+
}
|
|
9536
|
+
export interface ScanTimingEventForTableFilter extends IFilter {
|
|
9537
|
+
runId?: number | undefined;
|
|
9538
|
+
timingId?: string | undefined;
|
|
9539
|
+
label?: string | undefined;
|
|
9540
|
+
createdFromUtc?: Date | undefined;
|
|
9541
|
+
createdToUtc?: Date | undefined;
|
|
9542
|
+
}
|
|
9543
|
+
export interface ScanTimingEventForTableFilterDataTableQuery extends IFilter {
|
|
9544
|
+
filter?: ScanTimingEventForTableFilter;
|
|
9545
|
+
selectColumn?: number;
|
|
9546
|
+
skip?: number;
|
|
9547
|
+
take?: number;
|
|
9548
|
+
}
|
|
9549
|
+
export interface ScanTimingEventIDataResult extends IEntity {
|
|
9550
|
+
readonly success?: boolean;
|
|
9551
|
+
readonly message?: string | undefined;
|
|
9552
|
+
data?: ScanTimingEvent;
|
|
9553
|
+
}
|
|
9554
|
+
export interface ScanTimingEventListIDataResult extends IEntity {
|
|
9555
|
+
readonly success?: boolean;
|
|
9556
|
+
readonly message?: string | undefined;
|
|
9557
|
+
readonly data?: ScanTimingEvent[] | undefined;
|
|
9558
|
+
}
|
|
9559
|
+
export interface ScanTimingRun extends IEntity {
|
|
9560
|
+
id?: number;
|
|
9561
|
+
scanId?: number;
|
|
9562
|
+
traceId?: string;
|
|
9563
|
+
correlationId?: string | undefined;
|
|
9564
|
+
sessionId?: string | undefined;
|
|
9565
|
+
requestId?: string | undefined;
|
|
9566
|
+
clientInfo?: string | undefined;
|
|
9567
|
+
appVersion?: string | undefined;
|
|
9568
|
+
deviceHash?: string | undefined;
|
|
9569
|
+
startedAtUtc?: Date;
|
|
9570
|
+
endedAtUtc?: Date | undefined;
|
|
9571
|
+
status?: string | undefined;
|
|
9572
|
+
totalDurationMs?: number | undefined;
|
|
9573
|
+
errorCount?: number;
|
|
9574
|
+
updateTime?: Date | undefined;
|
|
9575
|
+
statusBit?: boolean | undefined;
|
|
9576
|
+
}
|
|
9577
|
+
export interface ScanTimingRunForTableDto extends IDto {
|
|
9578
|
+
id?: number;
|
|
9579
|
+
scanId?: number;
|
|
9580
|
+
traceId?: string;
|
|
9581
|
+
startedAtUtc?: Date;
|
|
9582
|
+
endedAtUtc?: Date | undefined;
|
|
9583
|
+
status?: string | undefined;
|
|
9584
|
+
totalDurationMs?: number | undefined;
|
|
9585
|
+
errorCount?: number;
|
|
9586
|
+
updateTime?: Date | undefined;
|
|
9587
|
+
}
|
|
9588
|
+
export interface ScanTimingRunForTableDtoListIDataResult extends IEntity {
|
|
9589
|
+
readonly success?: boolean;
|
|
9590
|
+
readonly message?: string | undefined;
|
|
9591
|
+
readonly data?: ScanTimingRunForTableDto[] | undefined;
|
|
9592
|
+
}
|
|
9593
|
+
export interface ScanTimingRunForTableDtoListResultFilter extends IFilter {
|
|
9594
|
+
filterList?: ScanTimingRunForTableDto[] | undefined;
|
|
9595
|
+
totalCount?: number;
|
|
9596
|
+
totalRecordCount?: number;
|
|
9597
|
+
hasNextPage?: boolean;
|
|
9598
|
+
}
|
|
9599
|
+
export interface ScanTimingRunForTableDtoListResultFilterIDataResult extends IFilter {
|
|
9600
|
+
readonly success?: boolean;
|
|
9601
|
+
readonly message?: string | undefined;
|
|
9602
|
+
data?: ScanTimingRunForTableDtoListResultFilter;
|
|
9603
|
+
}
|
|
9604
|
+
export interface ScanTimingRunForTableFilter extends IFilter {
|
|
9605
|
+
scanId?: number | undefined;
|
|
9606
|
+
traceId?: string | undefined;
|
|
9607
|
+
startedFromUtc?: Date | undefined;
|
|
9608
|
+
startedToUtc?: Date | undefined;
|
|
9609
|
+
status?: string | undefined;
|
|
9610
|
+
}
|
|
9611
|
+
export interface ScanTimingRunForTableFilterDataTableQuery extends IFilter {
|
|
9612
|
+
filter?: ScanTimingRunForTableFilter;
|
|
9613
|
+
selectColumn?: number;
|
|
9614
|
+
skip?: number;
|
|
9615
|
+
take?: number;
|
|
9616
|
+
}
|
|
9617
|
+
export interface ScanTimingRunIDataResult extends IEntity {
|
|
9618
|
+
readonly success?: boolean;
|
|
9619
|
+
readonly message?: string | undefined;
|
|
9620
|
+
data?: ScanTimingRun;
|
|
9621
|
+
}
|
|
9622
|
+
export interface ScanTimingRunListIDataResult extends IEntity {
|
|
9623
|
+
readonly success?: boolean;
|
|
9624
|
+
readonly message?: string | undefined;
|
|
9625
|
+
readonly data?: ScanTimingRun[] | undefined;
|
|
9626
|
+
}
|
|
9216
9627
|
export interface ScanType extends IEntity {
|
|
9217
9628
|
id?: number;
|
|
9218
9629
|
name?: string | undefined;
|