@virusis/api-client 0.1.8 → 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 +27 -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 +9 -0
- package/dist/generated/clients/index.js +9 -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/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/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 +9 -0
- package/dist/generated/clients-rx/index.js +9 -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/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/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 +977 -78
- package/dist/generated/index.js +2312 -119
- package/dist/generated/models/index.d.ts +37 -0
- package/dist/generated/models/index.js +37 -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/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 +54 -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,14 @@ 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;
|
|
57
|
+
scanTimingEventsService: import("./index.js").ScanTimingEventsClient;
|
|
58
|
+
scanTimingRunsService: import("./index.js").ScanTimingRunsClient;
|
|
51
59
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
52
60
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
53
61
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -57,6 +65,7 @@ export declare function getServices(): {
|
|
|
57
65
|
threatRuleVersionsService: import("./index.js").ThreatRuleVersionsClient;
|
|
58
66
|
anonService: import("./index.js").AnonClient;
|
|
59
67
|
trialAuthService: import("./index.js").TrialAuthClient;
|
|
68
|
+
sessionsService: import("./index.js").SessionsClient;
|
|
60
69
|
trialUserOperationClaimsService: import("./index.js").TrialUserOperationClaimsClient;
|
|
61
70
|
trialUsersService: import("./index.js").TrialUsersClient;
|
|
62
71
|
userInfosService: import("./index.js").UserInfosClient;
|
|
@@ -81,6 +90,9 @@ export declare function getServicesRx(): {
|
|
|
81
90
|
menusService: import("./index.js").MenusClient;
|
|
82
91
|
notificationsService: import("./index.js").NotificationsClient;
|
|
83
92
|
operationClaimsService: import("./index.js").OperationClaimsClient;
|
|
93
|
+
queueMonitorService: import("./index.js").QueueMonitorClient;
|
|
94
|
+
metricsService: import("./index.js").MetricsClient;
|
|
95
|
+
healthService: import("./index.js").HealthClient;
|
|
84
96
|
scanAlgorithmsService: import("./index.js").ScanAlgorithmsClient;
|
|
85
97
|
scanApiBusSourcesService: import("./index.js").ScanApiBusSourcesClient;
|
|
86
98
|
scanApiCredentialsService: import("./index.js").ScanApiCredentialsClient;
|
|
@@ -102,9 +114,14 @@ export declare function getServicesRx(): {
|
|
|
102
114
|
scanEngineImagesService: import("./index.js").ScanEngineImagesClient;
|
|
103
115
|
scanEngineRanksService: import("./index.js").ScanEngineRanksClient;
|
|
104
116
|
scanEnginesService: import("./index.js").ScanEnginesClient;
|
|
117
|
+
scanService: import("./index.js").ScanClient;
|
|
105
118
|
scansService: import("./index.js").ScansClient;
|
|
106
119
|
scanScoresService: import("./index.js").ScanScoresClient;
|
|
107
120
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
121
|
+
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
122
|
+
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
123
|
+
scanTimingEventsService: import("./index.js").ScanTimingEventsClient;
|
|
124
|
+
scanTimingRunsService: import("./index.js").ScanTimingRunsClient;
|
|
108
125
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
109
126
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
110
127
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -114,6 +131,7 @@ export declare function getServicesRx(): {
|
|
|
114
131
|
threatRuleVersionsService: import("./index.js").ThreatRuleVersionsClient;
|
|
115
132
|
anonService: import("./index.js").AnonClient;
|
|
116
133
|
trialAuthService: import("./index.js").TrialAuthClient;
|
|
134
|
+
sessionsService: import("./index.js").SessionsClient;
|
|
117
135
|
trialUserOperationClaimsService: import("./index.js").TrialUserOperationClaimsClient;
|
|
118
136
|
trialUsersService: import("./index.js").TrialUsersClient;
|
|
119
137
|
userInfosService: import("./index.js").UserInfosClient;
|
|
@@ -139,6 +157,9 @@ export declare function getServicesByMode(mode?: ClientMode): {
|
|
|
139
157
|
menusService: import("./index.js").MenusClient;
|
|
140
158
|
notificationsService: import("./index.js").NotificationsClient;
|
|
141
159
|
operationClaimsService: import("./index.js").OperationClaimsClient;
|
|
160
|
+
queueMonitorService: import("./index.js").QueueMonitorClient;
|
|
161
|
+
metricsService: import("./index.js").MetricsClient;
|
|
162
|
+
healthService: import("./index.js").HealthClient;
|
|
142
163
|
scanAlgorithmsService: import("./index.js").ScanAlgorithmsClient;
|
|
143
164
|
scanApiBusSourcesService: import("./index.js").ScanApiBusSourcesClient;
|
|
144
165
|
scanApiCredentialsService: import("./index.js").ScanApiCredentialsClient;
|
|
@@ -160,9 +181,14 @@ export declare function getServicesByMode(mode?: ClientMode): {
|
|
|
160
181
|
scanEngineImagesService: import("./index.js").ScanEngineImagesClient;
|
|
161
182
|
scanEngineRanksService: import("./index.js").ScanEngineRanksClient;
|
|
162
183
|
scanEnginesService: import("./index.js").ScanEnginesClient;
|
|
184
|
+
scanService: import("./index.js").ScanClient;
|
|
163
185
|
scansService: import("./index.js").ScansClient;
|
|
164
186
|
scanScoresService: import("./index.js").ScanScoresClient;
|
|
165
187
|
scanScoreTypesService: import("./index.js").ScanScoreTypesClient;
|
|
188
|
+
scanThreatDetectionsService: import("./index.js").ScanThreatDetectionsClient;
|
|
189
|
+
scanThreatResultsService: import("./index.js").ScanThreatResultsClient;
|
|
190
|
+
scanTimingEventsService: import("./index.js").ScanTimingEventsClient;
|
|
191
|
+
scanTimingRunsService: import("./index.js").ScanTimingRunsClient;
|
|
166
192
|
scanTypesService: import("./index.js").ScanTypesClient;
|
|
167
193
|
scanVisibilityTypesService: import("./index.js").ScanVisibilityTypesClient;
|
|
168
194
|
threatConceptsService: import("./index.js").ThreatConceptsClient;
|
|
@@ -172,6 +198,7 @@ export declare function getServicesByMode(mode?: ClientMode): {
|
|
|
172
198
|
threatRuleVersionsService: import("./index.js").ThreatRuleVersionsClient;
|
|
173
199
|
anonService: import("./index.js").AnonClient;
|
|
174
200
|
trialAuthService: import("./index.js").TrialAuthClient;
|
|
201
|
+
sessionsService: import("./index.js").SessionsClient;
|
|
175
202
|
trialUserOperationClaimsService: import("./index.js").TrialUserOperationClaimsClient;
|
|
176
203
|
trialUsersService: import("./index.js").TrialUsersClient;
|
|
177
204
|
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,14 @@ 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";
|
|
44
|
+
export * from "./scan-timing-events-service.js";
|
|
45
|
+
export * from "./scan-timing-runs-service.js";
|
|
38
46
|
export * from "./scan-types-service.js";
|
|
39
47
|
export * from "./scan-visibility-types-service.js";
|
|
40
48
|
export * from "./threat-concepts-service.js";
|
|
@@ -44,6 +52,7 @@ export * from "./threat-rules-service.js";
|
|
|
44
52
|
export * from "./threat-rule-versions-service.js";
|
|
45
53
|
export * from "./anon-service.js";
|
|
46
54
|
export * from "./trial-auth-service.js";
|
|
55
|
+
export * from "./sessions-service.js";
|
|
47
56
|
export * from "./trial-user-operation-claims-service.js";
|
|
48
57
|
export * from "./trial-users-service.js";
|
|
49
58
|
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,14 @@ 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";
|
|
44
|
+
export * from "./scan-timing-events-service.js";
|
|
45
|
+
export * from "./scan-timing-runs-service.js";
|
|
38
46
|
export * from "./scan-types-service.js";
|
|
39
47
|
export * from "./scan-visibility-types-service.js";
|
|
40
48
|
export * from "./threat-concepts-service.js";
|
|
@@ -44,6 +52,7 @@ export * from "./threat-rules-service.js";
|
|
|
44
52
|
export * from "./threat-rule-versions-service.js";
|
|
45
53
|
export * from "./anon-service.js";
|
|
46
54
|
export * from "./trial-auth-service.js";
|
|
55
|
+
export * from "./sessions-service.js";
|
|
47
56
|
export * from "./trial-user-operation-claims-service.js";
|
|
48
57
|
export * from "./trial-users-service.js";
|
|
49
58
|
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,14 @@ 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";
|
|
44
|
+
export * from "./scan-timing-events-service-rx.js";
|
|
45
|
+
export * from "./scan-timing-runs-service-rx.js";
|
|
38
46
|
export * from "./scan-types-service-rx.js";
|
|
39
47
|
export * from "./scan-visibility-types-service-rx.js";
|
|
40
48
|
export * from "./threat-concepts-service-rx.js";
|
|
@@ -44,6 +52,7 @@ export * from "./threat-rules-service-rx.js";
|
|
|
44
52
|
export * from "./threat-rule-versions-service-rx.js";
|
|
45
53
|
export * from "./anon-service-rx.js";
|
|
46
54
|
export * from "./trial-auth-service-rx.js";
|
|
55
|
+
export * from "./sessions-service-rx.js";
|
|
47
56
|
export * from "./trial-user-operation-claims-service-rx.js";
|
|
48
57
|
export * from "./trial-users-service-rx.js";
|
|
49
58
|
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,14 @@ 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";
|
|
44
|
+
export * from "./scan-timing-events-service-rx.js";
|
|
45
|
+
export * from "./scan-timing-runs-service-rx.js";
|
|
38
46
|
export * from "./scan-types-service-rx.js";
|
|
39
47
|
export * from "./scan-visibility-types-service-rx.js";
|
|
40
48
|
export * from "./threat-concepts-service-rx.js";
|
|
@@ -44,6 +52,7 @@ export * from "./threat-rules-service-rx.js";
|
|
|
44
52
|
export * from "./threat-rule-versions-service-rx.js";
|
|
45
53
|
export * from "./anon-service-rx.js";
|
|
46
54
|
export * from "./trial-auth-service-rx.js";
|
|
55
|
+
export * from "./sessions-service-rx.js";
|
|
47
56
|
export * from "./trial-user-operation-claims-service-rx.js";
|
|
48
57
|
export * from "./trial-users-service-rx.js";
|
|
49
58
|
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 { 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
|
+
}
|
|
@@ -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
|
+
}
|