@virusis/api-client 0.1.7 → 0.1.9
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 +21 -0
- package/dist/generated/clients/health-service.d.ts +2 -0
- package/dist/generated/clients/health-service.js +2 -0
- package/dist/generated/clients/index.d.ts +7 -0
- package/dist/generated/clients/index.js +7 -0
- package/dist/generated/clients/metrics-service.d.ts +2 -0
- package/dist/generated/clients/metrics-service.js +2 -0
- package/dist/generated/clients/queue-monitor-service.d.ts +2 -0
- package/dist/generated/clients/queue-monitor-service.js +2 -0
- package/dist/generated/clients/scan-service.d.ts +2 -0
- package/dist/generated/clients/scan-service.js +2 -0
- package/dist/generated/clients/scan-threat-detections-service.d.ts +2 -0
- package/dist/generated/clients/scan-threat-detections-service.js +2 -0
- package/dist/generated/clients/scan-threat-results-service.d.ts +2 -0
- package/dist/generated/clients/scan-threat-results-service.js +2 -0
- package/dist/generated/clients/sessions-service.d.ts +2 -0
- package/dist/generated/clients/sessions-service.js +2 -0
- package/dist/generated/clients-rx/health-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/health-service-rx.js +12 -0
- package/dist/generated/clients-rx/index.d.ts +7 -0
- package/dist/generated/clients-rx/index.js +7 -0
- package/dist/generated/clients-rx/metrics-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/metrics-service-rx.js +12 -0
- package/dist/generated/clients-rx/queue-monitor-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/queue-monitor-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-threat-detections-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-threat-detections-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-threat-results-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-threat-results-service-rx.js +12 -0
- package/dist/generated/clients-rx/sessions-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/sessions-service-rx.js +12 -0
- package/dist/generated/index.d.ts +498 -1
- package/dist/generated/index.js +1236 -6
- package/dist/generated/models/index.d.ts +19 -0
- package/dist/generated/models/index.js +19 -0
- package/dist/generated/models/scan-proxy-request.d.ts +4 -0
- package/dist/generated/models/scan-proxy-request.js +1 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-for-table-dto.js +1 -0
- package/dist/generated/models/scan-threat-detection-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-threat-detection-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-for-table-filter.js +1 -0
- package/dist/generated/models/scan-threat-detection-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-detection-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-detection.d.ts +4 -0
- package/dist/generated/models/scan-threat-detection.js +1 -0
- package/dist/generated/models/scan-threat-result-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-result-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-result-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-threat-result-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-for-table-dto.js +1 -0
- package/dist/generated/models/scan-threat-result-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-threat-result-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-for-table-filter.js +1 -0
- package/dist/generated/models/scan-threat-result-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-result-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-result-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-threat-result.d.ts +4 -0
- package/dist/generated/models/scan-threat-result.js +1 -0
- package/dist/rx.d.ts +42 -0
- package/package.json +1 -1
package/dist/container.d.ts
CHANGED
|
@@ -24,6 +24,9 @@ export declare function getServices(): {
|
|
|
24
24
|
menusService: import("./index.js").MenusClient;
|
|
25
25
|
notificationsService: import("./index.js").NotificationsClient;
|
|
26
26
|
operationClaimsService: import("./index.js").OperationClaimsClient;
|
|
27
|
+
queueMonitorService: import("./index.js").QueueMonitorClient;
|
|
28
|
+
metricsService: import("./index.js").MetricsClient;
|
|
29
|
+
healthService: import("./index.js").HealthClient;
|
|
27
30
|
scanAlgorithmsService: import("./index.js").ScanAlgorithmsClient;
|
|
28
31
|
scanApiBusSourcesService: import("./index.js").ScanApiBusSourcesClient;
|
|
29
32
|
scanApiCredentialsService: import("./index.js").ScanApiCredentialsClient;
|
|
@@ -45,9 +48,12 @@ export declare function getServices(): {
|
|
|
45
48
|
scanEngineImagesService: import("./index.js").ScanEngineImagesClient;
|
|
46
49
|
scanEngineRanksService: import("./index.js").ScanEngineRanksClient;
|
|
47
50
|
scanEnginesService: import("./index.js").ScanEnginesClient;
|
|
51
|
+
scanService: import("./index.js").ScanClient;
|
|
48
52
|
scansService: import("./index.js").ScansClient;
|
|
49
53
|
scanScoresService: import("./index.js").ScanScoresClient;
|
|
50
54
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
55
|
+
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
56
|
+
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
51
57
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
52
58
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
53
59
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -57,6 +63,7 @@ export declare function getServices(): {
|
|
|
57
63
|
threatRuleVersionsService: import("./index.js").ThreatRuleVersionsClient;
|
|
58
64
|
anonService: import("./index.js").AnonClient;
|
|
59
65
|
trialAuthService: import("./index.js").TrialAuthClient;
|
|
66
|
+
sessionsService: import("./index.js").SessionsClient;
|
|
60
67
|
trialUserOperationClaimsService: import("./index.js").TrialUserOperationClaimsClient;
|
|
61
68
|
trialUsersService: import("./index.js").TrialUsersClient;
|
|
62
69
|
userInfosService: import("./index.js").UserInfosClient;
|
|
@@ -81,6 +88,9 @@ export declare function getServicesRx(): {
|
|
|
81
88
|
menusService: import("./index.js").MenusClient;
|
|
82
89
|
notificationsService: import("./index.js").NotificationsClient;
|
|
83
90
|
operationClaimsService: import("./index.js").OperationClaimsClient;
|
|
91
|
+
queueMonitorService: import("./index.js").QueueMonitorClient;
|
|
92
|
+
metricsService: import("./index.js").MetricsClient;
|
|
93
|
+
healthService: import("./index.js").HealthClient;
|
|
84
94
|
scanAlgorithmsService: import("./index.js").ScanAlgorithmsClient;
|
|
85
95
|
scanApiBusSourcesService: import("./index.js").ScanApiBusSourcesClient;
|
|
86
96
|
scanApiCredentialsService: import("./index.js").ScanApiCredentialsClient;
|
|
@@ -102,9 +112,12 @@ export declare function getServicesRx(): {
|
|
|
102
112
|
scanEngineImagesService: import("./index.js").ScanEngineImagesClient;
|
|
103
113
|
scanEngineRanksService: import("./index.js").ScanEngineRanksClient;
|
|
104
114
|
scanEnginesService: import("./index.js").ScanEnginesClient;
|
|
115
|
+
scanService: import("./index.js").ScanClient;
|
|
105
116
|
scansService: import("./index.js").ScansClient;
|
|
106
117
|
scanScoresService: import("./index.js").ScanScoresClient;
|
|
107
118
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
119
|
+
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
120
|
+
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
108
121
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
109
122
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
110
123
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -114,6 +127,7 @@ export declare function getServicesRx(): {
|
|
|
114
127
|
threatRuleVersionsService: import("./index.js").ThreatRuleVersionsClient;
|
|
115
128
|
anonService: import("./index.js").AnonClient;
|
|
116
129
|
trialAuthService: import("./index.js").TrialAuthClient;
|
|
130
|
+
sessionsService: import("./index.js").SessionsClient;
|
|
117
131
|
trialUserOperationClaimsService: import("./index.js").TrialUserOperationClaimsClient;
|
|
118
132
|
trialUsersService: import("./index.js").TrialUsersClient;
|
|
119
133
|
userInfosService: import("./index.js").UserInfosClient;
|
|
@@ -139,6 +153,9 @@ export declare function getServicesByMode(mode?: ClientMode): {
|
|
|
139
153
|
menusService: import("./index.js").MenusClient;
|
|
140
154
|
notificationsService: import("./index.js").NotificationsClient;
|
|
141
155
|
operationClaimsService: import("./index.js").OperationClaimsClient;
|
|
156
|
+
queueMonitorService: import("./index.js").QueueMonitorClient;
|
|
157
|
+
metricsService: import("./index.js").MetricsClient;
|
|
158
|
+
healthService: import("./index.js").HealthClient;
|
|
142
159
|
scanAlgorithmsService: import("./index.js").ScanAlgorithmsClient;
|
|
143
160
|
scanApiBusSourcesService: import("./index.js").ScanApiBusSourcesClient;
|
|
144
161
|
scanApiCredentialsService: import("./index.js").ScanApiCredentialsClient;
|
|
@@ -160,9 +177,12 @@ export declare function getServicesByMode(mode?: ClientMode): {
|
|
|
160
177
|
scanEngineImagesService: import("./index.js").ScanEngineImagesClient;
|
|
161
178
|
scanEngineRanksService: import("./index.js").ScanEngineRanksClient;
|
|
162
179
|
scanEnginesService: import("./index.js").ScanEnginesClient;
|
|
180
|
+
scanService: import("./index.js").ScanClient;
|
|
163
181
|
scansService: import("./index.js").ScansClient;
|
|
164
182
|
scanScoresService: import("./index.js").ScanScoresClient;
|
|
165
183
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
184
|
+
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
185
|
+
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
166
186
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
167
187
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
168
188
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -172,6 +192,7 @@ export declare function getServicesByMode(mode?: ClientMode): {
|
|
|
172
192
|
threatRuleVersionsService: import("./index.js").ThreatRuleVersionsClient;
|
|
173
193
|
anonService: import("./index.js").AnonClient;
|
|
174
194
|
trialAuthService: import("./index.js").TrialAuthClient;
|
|
195
|
+
sessionsService: import("./index.js").SessionsClient;
|
|
175
196
|
trialUserOperationClaimsService: import("./index.js").TrialUserOperationClaimsClient;
|
|
176
197
|
trialUsersService: import("./index.js").TrialUsersClient;
|
|
177
198
|
userInfosService: import("./index.js").UserInfosClient;
|
|
@@ -11,6 +11,9 @@ export * from "./menu-operation-claims-service.js";
|
|
|
11
11
|
export * from "./menus-service.js";
|
|
12
12
|
export * from "./notifications-service.js";
|
|
13
13
|
export * from "./operation-claims-service.js";
|
|
14
|
+
export * from "./queue-monitor-service.js";
|
|
15
|
+
export * from "./metrics-service.js";
|
|
16
|
+
export * from "./health-service.js";
|
|
14
17
|
export * from "./scan-algorithms-service.js";
|
|
15
18
|
export * from "./scan-api-bus-sources-service.js";
|
|
16
19
|
export * from "./scan-api-credentials-service.js";
|
|
@@ -32,9 +35,12 @@ export * from "./scan-descriptions-service.js";
|
|
|
32
35
|
export * from "./scan-engine-images-service.js";
|
|
33
36
|
export * from "./scan-engine-ranks-service.js";
|
|
34
37
|
export * from "./scan-engines-service.js";
|
|
38
|
+
export * from "./scan-service.js";
|
|
35
39
|
export * from "./scans-service.js";
|
|
36
40
|
export * from "./scan-scores-service.js";
|
|
37
41
|
export * from "./scan-score-types-service.js";
|
|
42
|
+
export * from "./scan-threat-detections-service.js";
|
|
43
|
+
export * from "./scan-threat-results-service.js";
|
|
38
44
|
export * from "./scan-types-service.js";
|
|
39
45
|
export * from "./scan-visibility-types-service.js";
|
|
40
46
|
export * from "./threat-concepts-service.js";
|
|
@@ -44,6 +50,7 @@ export * from "./threat-rules-service.js";
|
|
|
44
50
|
export * from "./threat-rule-versions-service.js";
|
|
45
51
|
export * from "./anon-service.js";
|
|
46
52
|
export * from "./trial-auth-service.js";
|
|
53
|
+
export * from "./sessions-service.js";
|
|
47
54
|
export * from "./trial-user-operation-claims-service.js";
|
|
48
55
|
export * from "./trial-users-service.js";
|
|
49
56
|
export * from "./user-infos-service.js";
|
|
@@ -11,6 +11,9 @@ export * from "./menu-operation-claims-service.js";
|
|
|
11
11
|
export * from "./menus-service.js";
|
|
12
12
|
export * from "./notifications-service.js";
|
|
13
13
|
export * from "./operation-claims-service.js";
|
|
14
|
+
export * from "./queue-monitor-service.js";
|
|
15
|
+
export * from "./metrics-service.js";
|
|
16
|
+
export * from "./health-service.js";
|
|
14
17
|
export * from "./scan-algorithms-service.js";
|
|
15
18
|
export * from "./scan-api-bus-sources-service.js";
|
|
16
19
|
export * from "./scan-api-credentials-service.js";
|
|
@@ -32,9 +35,12 @@ export * from "./scan-descriptions-service.js";
|
|
|
32
35
|
export * from "./scan-engine-images-service.js";
|
|
33
36
|
export * from "./scan-engine-ranks-service.js";
|
|
34
37
|
export * from "./scan-engines-service.js";
|
|
38
|
+
export * from "./scan-service.js";
|
|
35
39
|
export * from "./scans-service.js";
|
|
36
40
|
export * from "./scan-scores-service.js";
|
|
37
41
|
export * from "./scan-score-types-service.js";
|
|
42
|
+
export * from "./scan-threat-detections-service.js";
|
|
43
|
+
export * from "./scan-threat-results-service.js";
|
|
38
44
|
export * from "./scan-types-service.js";
|
|
39
45
|
export * from "./scan-visibility-types-service.js";
|
|
40
46
|
export * from "./threat-concepts-service.js";
|
|
@@ -44,6 +50,7 @@ export * from "./threat-rules-service.js";
|
|
|
44
50
|
export * from "./threat-rule-versions-service.js";
|
|
45
51
|
export * from "./anon-service.js";
|
|
46
52
|
export * from "./trial-auth-service.js";
|
|
53
|
+
export * from "./sessions-service.js";
|
|
47
54
|
export * from "./trial-user-operation-claims-service.js";
|
|
48
55
|
export * from "./trial-users-service.js";
|
|
49
56
|
export * from "./user-infos-service.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { ScanThreatDetectionsClient, ScanThreatDetectionsClient as ScanThreatDetectionsService, IScanThreatDetectionsClient } from "../index.js";
|
|
2
|
+
export { ScanThreatDetectionsClient as scanThreatDetectionsService, IScanThreatDetectionsClient as iScanThreatDetectionsClient } from "../index.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HealthClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createHealthServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<HealthClient>;
|
|
6
|
+
export type HealthServiceRx = ReturnType<typeof createHealthServiceRx>;
|
|
7
|
+
export declare const healthServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<HealthClient>;
|
|
10
|
+
export declare class HealthServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface HealthServiceRxClass extends HealthServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HealthClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createHealthServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new HealthClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const healthServiceRx = (config, baseUrl, http) => createHealthServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class HealthServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createHealthServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -11,6 +11,9 @@ export * from "./menu-operation-claims-service-rx.js";
|
|
|
11
11
|
export * from "./menus-service-rx.js";
|
|
12
12
|
export * from "./notifications-service-rx.js";
|
|
13
13
|
export * from "./operation-claims-service-rx.js";
|
|
14
|
+
export * from "./queue-monitor-service-rx.js";
|
|
15
|
+
export * from "./metrics-service-rx.js";
|
|
16
|
+
export * from "./health-service-rx.js";
|
|
14
17
|
export * from "./scan-algorithms-service-rx.js";
|
|
15
18
|
export * from "./scan-api-bus-sources-service-rx.js";
|
|
16
19
|
export * from "./scan-api-credentials-service-rx.js";
|
|
@@ -32,9 +35,12 @@ export * from "./scan-descriptions-service-rx.js";
|
|
|
32
35
|
export * from "./scan-engine-images-service-rx.js";
|
|
33
36
|
export * from "./scan-engine-ranks-service-rx.js";
|
|
34
37
|
export * from "./scan-engines-service-rx.js";
|
|
38
|
+
export * from "./scan-service-rx.js";
|
|
35
39
|
export * from "./scans-service-rx.js";
|
|
36
40
|
export * from "./scan-scores-service-rx.js";
|
|
37
41
|
export * from "./scan-score-types-service-rx.js";
|
|
42
|
+
export * from "./scan-threat-detections-service-rx.js";
|
|
43
|
+
export * from "./scan-threat-results-service-rx.js";
|
|
38
44
|
export * from "./scan-types-service-rx.js";
|
|
39
45
|
export * from "./scan-visibility-types-service-rx.js";
|
|
40
46
|
export * from "./threat-concepts-service-rx.js";
|
|
@@ -44,6 +50,7 @@ export * from "./threat-rules-service-rx.js";
|
|
|
44
50
|
export * from "./threat-rule-versions-service-rx.js";
|
|
45
51
|
export * from "./anon-service-rx.js";
|
|
46
52
|
export * from "./trial-auth-service-rx.js";
|
|
53
|
+
export * from "./sessions-service-rx.js";
|
|
47
54
|
export * from "./trial-user-operation-claims-service-rx.js";
|
|
48
55
|
export * from "./trial-users-service-rx.js";
|
|
49
56
|
export * from "./user-infos-service-rx.js";
|
|
@@ -11,6 +11,9 @@ export * from "./menu-operation-claims-service-rx.js";
|
|
|
11
11
|
export * from "./menus-service-rx.js";
|
|
12
12
|
export * from "./notifications-service-rx.js";
|
|
13
13
|
export * from "./operation-claims-service-rx.js";
|
|
14
|
+
export * from "./queue-monitor-service-rx.js";
|
|
15
|
+
export * from "./metrics-service-rx.js";
|
|
16
|
+
export * from "./health-service-rx.js";
|
|
14
17
|
export * from "./scan-algorithms-service-rx.js";
|
|
15
18
|
export * from "./scan-api-bus-sources-service-rx.js";
|
|
16
19
|
export * from "./scan-api-credentials-service-rx.js";
|
|
@@ -32,9 +35,12 @@ export * from "./scan-descriptions-service-rx.js";
|
|
|
32
35
|
export * from "./scan-engine-images-service-rx.js";
|
|
33
36
|
export * from "./scan-engine-ranks-service-rx.js";
|
|
34
37
|
export * from "./scan-engines-service-rx.js";
|
|
38
|
+
export * from "./scan-service-rx.js";
|
|
35
39
|
export * from "./scans-service-rx.js";
|
|
36
40
|
export * from "./scan-scores-service-rx.js";
|
|
37
41
|
export * from "./scan-score-types-service-rx.js";
|
|
42
|
+
export * from "./scan-threat-detections-service-rx.js";
|
|
43
|
+
export * from "./scan-threat-results-service-rx.js";
|
|
38
44
|
export * from "./scan-types-service-rx.js";
|
|
39
45
|
export * from "./scan-visibility-types-service-rx.js";
|
|
40
46
|
export * from "./threat-concepts-service-rx.js";
|
|
@@ -44,6 +50,7 @@ export * from "./threat-rules-service-rx.js";
|
|
|
44
50
|
export * from "./threat-rule-versions-service-rx.js";
|
|
45
51
|
export * from "./anon-service-rx.js";
|
|
46
52
|
export * from "./trial-auth-service-rx.js";
|
|
53
|
+
export * from "./sessions-service-rx.js";
|
|
47
54
|
export * from "./trial-user-operation-claims-service-rx.js";
|
|
48
55
|
export * from "./trial-users-service-rx.js";
|
|
49
56
|
export * from "./user-infos-service-rx.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MetricsClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createMetricsServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<MetricsClient>;
|
|
6
|
+
export type MetricsServiceRx = ReturnType<typeof createMetricsServiceRx>;
|
|
7
|
+
export declare const metricsServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<MetricsClient>;
|
|
10
|
+
export declare class MetricsServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface MetricsServiceRxClass extends MetricsServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { MetricsClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createMetricsServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new MetricsClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const metricsServiceRx = (config, baseUrl, http) => createMetricsServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class MetricsServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createMetricsServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { QueueMonitorClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createQueueMonitorServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<QueueMonitorClient>;
|
|
6
|
+
export type QueueMonitorServiceRx = ReturnType<typeof createQueueMonitorServiceRx>;
|
|
7
|
+
export declare const queueMonitorServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<QueueMonitorClient>;
|
|
10
|
+
export declare class QueueMonitorServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface QueueMonitorServiceRxClass extends QueueMonitorServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { QueueMonitorClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createQueueMonitorServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new QueueMonitorClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const queueMonitorServiceRx = (config, baseUrl, http) => createQueueMonitorServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class QueueMonitorServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createQueueMonitorServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ScanClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createScanServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<ScanClient>;
|
|
6
|
+
export type ScanServiceRx = ReturnType<typeof createScanServiceRx>;
|
|
7
|
+
export declare const scanServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<ScanClient>;
|
|
10
|
+
export declare class ScanServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface ScanServiceRxClass extends ScanServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScanClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createScanServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new ScanClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const scanServiceRx = (config, baseUrl, http) => createScanServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class ScanServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createScanServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ScanThreatDetectionsClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createScanThreatDetectionsServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<ScanThreatDetectionsClient>;
|
|
6
|
+
export type ScanThreatDetectionsServiceRx = ReturnType<typeof createScanThreatDetectionsServiceRx>;
|
|
7
|
+
export declare const scanThreatDetectionsServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<ScanThreatDetectionsClient>;
|
|
10
|
+
export declare class ScanThreatDetectionsServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface ScanThreatDetectionsServiceRxClass extends ScanThreatDetectionsServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScanThreatDetectionsClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createScanThreatDetectionsServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new ScanThreatDetectionsClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const scanThreatDetectionsServiceRx = (config, baseUrl, http) => createScanThreatDetectionsServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class ScanThreatDetectionsServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createScanThreatDetectionsServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ScanThreatResultsClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createScanThreatResultsServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<ScanThreatResultsClient>;
|
|
6
|
+
export type ScanThreatResultsServiceRx = ReturnType<typeof createScanThreatResultsServiceRx>;
|
|
7
|
+
export declare const scanThreatResultsServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<ScanThreatResultsClient>;
|
|
10
|
+
export declare class ScanThreatResultsServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface ScanThreatResultsServiceRxClass extends ScanThreatResultsServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScanThreatResultsClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createScanThreatResultsServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new ScanThreatResultsClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const scanThreatResultsServiceRx = (config, baseUrl, http) => createScanThreatResultsServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class ScanThreatResultsServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createScanThreatResultsServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SessionsClient } from "../index.js";
|
|
2
|
+
import type { ApiClientConfig } from "../../base.js";
|
|
3
|
+
export declare function createSessionsServiceRx(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
4
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
5
|
+
}): import("../../rx.js").Rxified<SessionsClient>;
|
|
6
|
+
export type SessionsServiceRx = ReturnType<typeof createSessionsServiceRx>;
|
|
7
|
+
export declare const sessionsServiceRx: (config: ApiClientConfig, baseUrl?: string, http?: {
|
|
8
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
9
|
+
}) => import("../../rx.js").Rxified<SessionsClient>;
|
|
10
|
+
export declare class SessionsServiceRxClass {
|
|
11
|
+
constructor(config: ApiClientConfig, baseUrl?: string, http?: {
|
|
12
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export interface SessionsServiceRxClass extends SessionsServiceRx {
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SessionsClient } from "../index.js";
|
|
2
|
+
import { rxifyClient } from "../../rx.js";
|
|
3
|
+
export function createSessionsServiceRx(config, baseUrl, http) {
|
|
4
|
+
return rxifyClient(new SessionsClient(config, baseUrl, http));
|
|
5
|
+
}
|
|
6
|
+
export const sessionsServiceRx = (config, baseUrl, http) => createSessionsServiceRx(config, baseUrl, http);
|
|
7
|
+
// Angular DI icin: class token kullandiginda Observable donen wrapper
|
|
8
|
+
export class SessionsServiceRxClass {
|
|
9
|
+
constructor(config, baseUrl, http) {
|
|
10
|
+
return createSessionsServiceRx(config, baseUrl, http);
|
|
11
|
+
}
|
|
12
|
+
}
|