@virusis/api-client 0.1.11 → 0.1.13
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 +33 -3
- package/dist/generated/clients/index.d.ts +11 -1
- package/dist/generated/clients/index.js +11 -1
- package/dist/generated/clients/internal-service.d.ts +2 -0
- package/dist/generated/clients/internal-service.js +2 -0
- package/dist/generated/clients/scan-api-properties-service.d.ts +2 -0
- package/dist/generated/clients/scan-api-properties-service.js +2 -0
- package/dist/generated/clients/scan-api-property-values-service.d.ts +2 -0
- package/dist/generated/clients/scan-api-property-values-service.js +2 -0
- package/dist/generated/clients/scan-score-results-service.d.ts +2 -0
- package/dist/generated/clients/scan-score-results-service.js +2 -0
- package/dist/generated/clients/scan-static-details-service.d.ts +2 -0
- package/dist/generated/clients/scan-static-details-service.js +2 -0
- package/dist/generated/clients/scan-static-import-functions-service.d.ts +2 -0
- package/dist/generated/clients/scan-static-import-functions-service.js +2 -0
- package/dist/generated/clients/scan-static-imports-service.d.ts +2 -0
- package/dist/generated/clients/scan-static-imports-service.js +2 -0
- package/dist/generated/clients/scan-static-indicators-service.d.ts +2 -0
- package/dist/generated/clients/scan-static-indicators-service.js +2 -0
- package/dist/generated/clients/scan-static-results-service.d.ts +2 -0
- package/dist/generated/clients/scan-static-results-service.js +2 -0
- package/dist/generated/clients/scan-static-sections-service.d.ts +2 -0
- package/dist/generated/clients/scan-static-sections-service.js +2 -0
- package/dist/generated/clients/scan_ingestion-service.d.ts +2 -0
- package/dist/generated/clients/scan_ingestion-service.js +2 -0
- package/dist/generated/clients-rx/index.d.ts +11 -1
- package/dist/generated/clients-rx/index.js +11 -1
- package/dist/generated/clients-rx/internal-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/internal-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-api-properties-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-api-properties-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-api-property-values-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-api-property-values-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-score-results-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-score-results-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-static-details-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-static-details-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-static-import-functions-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-static-import-functions-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-static-imports-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-static-imports-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-static-indicators-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-static-indicators-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-static-results-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-static-results-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan-static-sections-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan-static-sections-service-rx.js +12 -0
- package/dist/generated/clients-rx/scan_ingestion-service-rx.d.ts +16 -0
- package/dist/generated/clients-rx/scan_ingestion-service-rx.js +12 -0
- package/dist/generated/index.d.ts +4201 -2402
- package/dist/generated/index.js +4930 -1055
- package/dist/generated/models/index.d.ts +95 -4
- package/dist/generated/models/index.js +95 -4
- package/dist/generated/models/process-scan-scores-request.d.ts +4 -0
- package/dist/generated/models/process-scan-scores-request.js +1 -0
- package/dist/generated/models/process-scan-static-result-request.d.ts +4 -0
- package/dist/generated/models/process-scan-static-result-request.js +1 -0
- package/dist/generated/models/scan-api-property-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-api-property-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-api-property-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-api-property-for-table-dto.js +1 -0
- package/dist/generated/models/scan-api-property-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-api-property-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-api-property-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-api-property-for-table-filter.js +1 -0
- package/dist/generated/models/scan-api-property-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-for-table-dto.js +1 -0
- package/dist/generated/models/scan-api-property-value-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-api-property-value-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-for-table-filter.js +1 -0
- package/dist/generated/models/scan-api-property-value-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-value-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-api-property-value.d.ts +4 -0
- package/dist/generated/models/scan-api-property-value.js +1 -0
- package/dist/generated/models/scan-api-property.d.ts +4 -0
- package/dist/generated/models/scan-api-property.js +1 -0
- package/dist/generated/models/scan-score-result-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-score-result-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-score-result-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-score-result-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-score-result-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-score-result-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-score-result-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-score-result-for-table-dto.js +1 -0
- package/dist/generated/models/scan-score-result-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-score-result-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-score-result-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-score-result-for-table-filter.js +1 -0
- package/dist/generated/models/scan-score-result-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-score-result-i-data-result.js +1 -0
- package/dist/generated/models/scan-score-result-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-score-result-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-score-result.d.ts +4 -0
- package/dist/generated/models/scan-score-result.js +1 -0
- package/dist/generated/models/scan-static-detail-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-detail-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-detail-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-static-detail-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-for-table-dto.js +1 -0
- package/dist/generated/models/scan-static-detail-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-static-detail-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-for-table-filter.js +1 -0
- package/dist/generated/models/scan-static-detail-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-detail-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-detail-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-detail.d.ts +4 -0
- package/dist/generated/models/scan-static-detail.js +1 -0
- package/dist/generated/models/scan-static-import-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-import-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-static-import-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-import-for-table-dto.js +1 -0
- package/dist/generated/models/scan-static-import-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-static-import-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-static-import-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-import-for-table-filter.js +1 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-for-table-dto.js +1 -0
- package/dist/generated/models/scan-static-import-function-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-static-import-function-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-for-table-filter.js +1 -0
- package/dist/generated/models/scan-static-import-function-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import-function-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import-function.d.ts +4 -0
- package/dist/generated/models/scan-static-import-function.js +1 -0
- package/dist/generated/models/scan-static-import-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-import-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-import.d.ts +4 -0
- package/dist/generated/models/scan-static-import.js +1 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-for-table-dto.js +1 -0
- package/dist/generated/models/scan-static-indicator-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-static-indicator-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-for-table-filter.js +1 -0
- package/dist/generated/models/scan-static-indicator-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-indicator-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-indicator.d.ts +4 -0
- package/dist/generated/models/scan-static-indicator.js +1 -0
- package/dist/generated/models/scan-static-result-details-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-details-dto.js +1 -0
- package/dist/generated/models/scan-static-result-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-result-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-result-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-result-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-result-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-result-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-static-result-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-for-table-dto.js +1 -0
- package/dist/generated/models/scan-static-result-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-static-result-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-static-result-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-result-for-table-filter.js +1 -0
- package/dist/generated/models/scan-static-result-headers-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-headers-dto.js +1 -0
- package/dist/generated/models/scan-static-result-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-result-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-result-image-info-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-image-info-dto.js +1 -0
- package/dist/generated/models/scan-static-result-import-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-import-dto.js +1 -0
- package/dist/generated/models/scan-static-result-import-function-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-import-function-dto.js +1 -0
- package/dist/generated/models/scan-static-result-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-result-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-result-metadata-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-metadata-dto.js +1 -0
- package/dist/generated/models/scan-static-result-report-dto-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-result-report-dto-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-result-report-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-report-dto.js +1 -0
- package/dist/generated/models/scan-static-result-section-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-result-section-dto.js +1 -0
- package/dist/generated/models/scan-static-result.d.ts +4 -0
- package/dist/generated/models/scan-static-result.js +1 -0
- package/dist/generated/models/scan-static-section-for-table-dto-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-section-for-table-dto-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-section-for-table-dto-list-result-filter-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-section-for-table-dto-list-result-filter-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-section-for-table-dto-list-result-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-section-for-table-dto-list-result-filter.js +1 -0
- package/dist/generated/models/scan-static-section-for-table-dto.d.ts +4 -0
- package/dist/generated/models/scan-static-section-for-table-dto.js +1 -0
- package/dist/generated/models/scan-static-section-for-table-filter-data-table-query.d.ts +4 -0
- package/dist/generated/models/scan-static-section-for-table-filter-data-table-query.js +1 -0
- package/dist/generated/models/scan-static-section-for-table-filter.d.ts +4 -0
- package/dist/generated/models/scan-static-section-for-table-filter.js +1 -0
- package/dist/generated/models/scan-static-section-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-section-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-section-list-i-data-result.d.ts +4 -0
- package/dist/generated/models/scan-static-section-list-i-data-result.js +1 -0
- package/dist/generated/models/scan-static-section.d.ts +4 -0
- package/dist/generated/models/scan-static-section.js +1 -0
- package/dist/generated/models/worker-engine-result-dto.d.ts +4 -0
- package/dist/generated/models/worker-engine-result-dto.js +1 -0
- package/dist/generated/models/worker-scan-completed-payload.d.ts +4 -0
- package/dist/generated/models/worker-scan-completed-payload.js +1 -0
- package/dist/generated/models/worker-single-engine-result-payload.d.ts +4 -0
- package/dist/generated/models/worker-single-engine-result-payload.js +1 -0
- package/dist/rx.d.ts +66 -6
- package/package.json +52 -52
|
@@ -137,6 +137,8 @@ export * from "./operation-claim-i-data-result.js";
|
|
|
137
137
|
export * from "./operation-claim-list-i-data-result.js";
|
|
138
138
|
export * from "./parameter-attributes.js";
|
|
139
139
|
export * from "./parameter-info.js";
|
|
140
|
+
export * from "./process-scan-scores-request.js";
|
|
141
|
+
export * from "./process-scan-static-result-request.js";
|
|
140
142
|
export * from "./property-attributes.js";
|
|
141
143
|
export * from "./property-info.js";
|
|
142
144
|
export * from "./runtime-field-handle.js";
|
|
@@ -148,8 +150,6 @@ export * from "./scan-algorithm-dto.js";
|
|
|
148
150
|
export * from "./scan-algorithm-enrichment-dto.js";
|
|
149
151
|
export * from "./scan-algorithm-enrichment-result-dto.js";
|
|
150
152
|
export * from "./scan-algorithm-enrichment-result-dto-i-data-result.js";
|
|
151
|
-
export * from "./scan-algorithm-llm-score-dto.js";
|
|
152
|
-
export * from "./scan-algorithm-llm-score-dto-i-data-result.js";
|
|
153
153
|
export * from "./scan-algorithm-score-for-ml-analysis.js";
|
|
154
154
|
export * from "./scan-api.js";
|
|
155
155
|
export * from "./scan-api-bus-source.js";
|
|
@@ -244,6 +244,24 @@ export * from "./scan-api-method-parameter-for-table-filter.js";
|
|
|
244
244
|
export * from "./scan-api-method-parameter-for-table-filter-data-table-query.js";
|
|
245
245
|
export * from "./scan-api-method-parameter-i-data-result.js";
|
|
246
246
|
export * from "./scan-api-method-parameter-list-i-data-result.js";
|
|
247
|
+
export * from "./scan-api-property.js";
|
|
248
|
+
export * from "./scan-api-property-for-table-dto.js";
|
|
249
|
+
export * from "./scan-api-property-for-table-dto-list-i-data-result.js";
|
|
250
|
+
export * from "./scan-api-property-for-table-dto-list-result-filter.js";
|
|
251
|
+
export * from "./scan-api-property-for-table-dto-list-result-filter-i-data-result.js";
|
|
252
|
+
export * from "./scan-api-property-for-table-filter.js";
|
|
253
|
+
export * from "./scan-api-property-for-table-filter-data-table-query.js";
|
|
254
|
+
export * from "./scan-api-property-i-data-result.js";
|
|
255
|
+
export * from "./scan-api-property-list-i-data-result.js";
|
|
256
|
+
export * from "./scan-api-property-value.js";
|
|
257
|
+
export * from "./scan-api-property-value-for-table-dto.js";
|
|
258
|
+
export * from "./scan-api-property-value-for-table-dto-list-i-data-result.js";
|
|
259
|
+
export * from "./scan-api-property-value-for-table-dto-list-result-filter.js";
|
|
260
|
+
export * from "./scan-api-property-value-for-table-dto-list-result-filter-i-data-result.js";
|
|
261
|
+
export * from "./scan-api-property-value-for-table-filter.js";
|
|
262
|
+
export * from "./scan-api-property-value-for-table-filter-data-table-query.js";
|
|
263
|
+
export * from "./scan-api-property-value-i-data-result.js";
|
|
264
|
+
export * from "./scan-api-property-value-list-i-data-result.js";
|
|
247
265
|
export * from "./scan-consolidated-dto.js";
|
|
248
266
|
export * from "./scan-consolidated-dto-i-data-result.js";
|
|
249
267
|
export * from "./scan-data.js";
|
|
@@ -378,8 +396,6 @@ export * from "./scan-i-data-result.js";
|
|
|
378
396
|
export * from "./scan-list-i-data-result.js";
|
|
379
397
|
export * from "./scan-proxy-request.js";
|
|
380
398
|
export * from "./scan-score.js";
|
|
381
|
-
export * from "./scan-score-dto.js";
|
|
382
|
-
export * from "./scan-score-dto-i-data-result.js";
|
|
383
399
|
export * from "./scan-score-for-analysis.js";
|
|
384
400
|
export * from "./scan-score-for-table-dto.js";
|
|
385
401
|
export * from "./scan-score-for-table-dto-list-i-data-result.js";
|
|
@@ -389,6 +405,15 @@ export * from "./scan-score-for-table-filter.js";
|
|
|
389
405
|
export * from "./scan-score-for-table-filter-data-table-query.js";
|
|
390
406
|
export * from "./scan-score-i-data-result.js";
|
|
391
407
|
export * from "./scan-score-list-i-data-result.js";
|
|
408
|
+
export * from "./scan-score-result.js";
|
|
409
|
+
export * from "./scan-score-result-for-table-dto.js";
|
|
410
|
+
export * from "./scan-score-result-for-table-dto-list-i-data-result.js";
|
|
411
|
+
export * from "./scan-score-result-for-table-dto-list-result-filter.js";
|
|
412
|
+
export * from "./scan-score-result-for-table-dto-list-result-filter-i-data-result.js";
|
|
413
|
+
export * from "./scan-score-result-for-table-filter.js";
|
|
414
|
+
export * from "./scan-score-result-for-table-filter-data-table-query.js";
|
|
415
|
+
export * from "./scan-score-result-i-data-result.js";
|
|
416
|
+
export * from "./scan-score-result-list-i-data-result.js";
|
|
392
417
|
export * from "./scan-score-type.js";
|
|
393
418
|
export * from "./scan-score-type-for-table-dto.js";
|
|
394
419
|
export * from "./scan-score-type-for-table-dto-list-i-data-result.js";
|
|
@@ -398,6 +423,69 @@ export * from "./scan-score-type-for-table-filter.js";
|
|
|
398
423
|
export * from "./scan-score-type-for-table-filter-data-table-query.js";
|
|
399
424
|
export * from "./scan-score-type-i-data-result.js";
|
|
400
425
|
export * from "./scan-score-type-list-i-data-result.js";
|
|
426
|
+
export * from "./scan-static-detail.js";
|
|
427
|
+
export * from "./scan-static-detail-for-table-dto.js";
|
|
428
|
+
export * from "./scan-static-detail-for-table-dto-list-i-data-result.js";
|
|
429
|
+
export * from "./scan-static-detail-for-table-dto-list-result-filter.js";
|
|
430
|
+
export * from "./scan-static-detail-for-table-dto-list-result-filter-i-data-result.js";
|
|
431
|
+
export * from "./scan-static-detail-for-table-filter.js";
|
|
432
|
+
export * from "./scan-static-detail-for-table-filter-data-table-query.js";
|
|
433
|
+
export * from "./scan-static-detail-i-data-result.js";
|
|
434
|
+
export * from "./scan-static-detail-list-i-data-result.js";
|
|
435
|
+
export * from "./scan-static-import.js";
|
|
436
|
+
export * from "./scan-static-import-for-table-dto.js";
|
|
437
|
+
export * from "./scan-static-import-for-table-dto-list-i-data-result.js";
|
|
438
|
+
export * from "./scan-static-import-for-table-dto-list-result-filter.js";
|
|
439
|
+
export * from "./scan-static-import-for-table-dto-list-result-filter-i-data-result.js";
|
|
440
|
+
export * from "./scan-static-import-for-table-filter.js";
|
|
441
|
+
export * from "./scan-static-import-for-table-filter-data-table-query.js";
|
|
442
|
+
export * from "./scan-static-import-function.js";
|
|
443
|
+
export * from "./scan-static-import-function-for-table-dto.js";
|
|
444
|
+
export * from "./scan-static-import-function-for-table-dto-list-i-data-result.js";
|
|
445
|
+
export * from "./scan-static-import-function-for-table-dto-list-result-filter.js";
|
|
446
|
+
export * from "./scan-static-import-function-for-table-dto-list-result-filter-i-data-result.js";
|
|
447
|
+
export * from "./scan-static-import-function-for-table-filter.js";
|
|
448
|
+
export * from "./scan-static-import-function-for-table-filter-data-table-query.js";
|
|
449
|
+
export * from "./scan-static-import-function-i-data-result.js";
|
|
450
|
+
export * from "./scan-static-import-function-list-i-data-result.js";
|
|
451
|
+
export * from "./scan-static-import-i-data-result.js";
|
|
452
|
+
export * from "./scan-static-import-list-i-data-result.js";
|
|
453
|
+
export * from "./scan-static-indicator.js";
|
|
454
|
+
export * from "./scan-static-indicator-for-table-dto.js";
|
|
455
|
+
export * from "./scan-static-indicator-for-table-dto-list-i-data-result.js";
|
|
456
|
+
export * from "./scan-static-indicator-for-table-dto-list-result-filter.js";
|
|
457
|
+
export * from "./scan-static-indicator-for-table-dto-list-result-filter-i-data-result.js";
|
|
458
|
+
export * from "./scan-static-indicator-for-table-filter.js";
|
|
459
|
+
export * from "./scan-static-indicator-for-table-filter-data-table-query.js";
|
|
460
|
+
export * from "./scan-static-indicator-i-data-result.js";
|
|
461
|
+
export * from "./scan-static-indicator-list-i-data-result.js";
|
|
462
|
+
export * from "./scan-static-result.js";
|
|
463
|
+
export * from "./scan-static-result-details-dto.js";
|
|
464
|
+
export * from "./scan-static-result-for-table-dto.js";
|
|
465
|
+
export * from "./scan-static-result-for-table-dto-list-i-data-result.js";
|
|
466
|
+
export * from "./scan-static-result-for-table-dto-list-result-filter.js";
|
|
467
|
+
export * from "./scan-static-result-for-table-dto-list-result-filter-i-data-result.js";
|
|
468
|
+
export * from "./scan-static-result-for-table-filter.js";
|
|
469
|
+
export * from "./scan-static-result-for-table-filter-data-table-query.js";
|
|
470
|
+
export * from "./scan-static-result-headers-dto.js";
|
|
471
|
+
export * from "./scan-static-result-i-data-result.js";
|
|
472
|
+
export * from "./scan-static-result-image-info-dto.js";
|
|
473
|
+
export * from "./scan-static-result-import-dto.js";
|
|
474
|
+
export * from "./scan-static-result-import-function-dto.js";
|
|
475
|
+
export * from "./scan-static-result-list-i-data-result.js";
|
|
476
|
+
export * from "./scan-static-result-metadata-dto.js";
|
|
477
|
+
export * from "./scan-static-result-report-dto.js";
|
|
478
|
+
export * from "./scan-static-result-report-dto-i-data-result.js";
|
|
479
|
+
export * from "./scan-static-result-section-dto.js";
|
|
480
|
+
export * from "./scan-static-section.js";
|
|
481
|
+
export * from "./scan-static-section-for-table-dto.js";
|
|
482
|
+
export * from "./scan-static-section-for-table-dto-list-i-data-result.js";
|
|
483
|
+
export * from "./scan-static-section-for-table-dto-list-result-filter.js";
|
|
484
|
+
export * from "./scan-static-section-for-table-dto-list-result-filter-i-data-result.js";
|
|
485
|
+
export * from "./scan-static-section-for-table-filter.js";
|
|
486
|
+
export * from "./scan-static-section-for-table-filter-data-table-query.js";
|
|
487
|
+
export * from "./scan-static-section-i-data-result.js";
|
|
488
|
+
export * from "./scan-static-section-list-i-data-result.js";
|
|
401
489
|
export * from "./scan-threat-detection.js";
|
|
402
490
|
export * from "./scan-threat-detection-for-table-dto.js";
|
|
403
491
|
export * from "./scan-threat-detection-for-table-dto-list-i-data-result.js";
|
|
@@ -557,5 +645,8 @@ export * from "./user-operation-claim-for-table-filter.js";
|
|
|
557
645
|
export * from "./user-operation-claim-for-table-filter-data-table-query.js";
|
|
558
646
|
export * from "./user-operation-claim-i-data-result.js";
|
|
559
647
|
export * from "./user-operation-claim-list-i-data-result.js";
|
|
648
|
+
export * from "./worker-engine-result-dto.js";
|
|
649
|
+
export * from "./worker-scan-completed-payload.js";
|
|
650
|
+
export * from "./worker-single-engine-result-payload.js";
|
|
560
651
|
export * from "./file-parameter.js";
|
|
561
652
|
export * from "./api-exception.js";
|
|
@@ -137,6 +137,8 @@ export * from "./operation-claim-i-data-result.js";
|
|
|
137
137
|
export * from "./operation-claim-list-i-data-result.js";
|
|
138
138
|
export * from "./parameter-attributes.js";
|
|
139
139
|
export * from "./parameter-info.js";
|
|
140
|
+
export * from "./process-scan-scores-request.js";
|
|
141
|
+
export * from "./process-scan-static-result-request.js";
|
|
140
142
|
export * from "./property-attributes.js";
|
|
141
143
|
export * from "./property-info.js";
|
|
142
144
|
export * from "./runtime-field-handle.js";
|
|
@@ -148,8 +150,6 @@ export * from "./scan-algorithm-dto.js";
|
|
|
148
150
|
export * from "./scan-algorithm-enrichment-dto.js";
|
|
149
151
|
export * from "./scan-algorithm-enrichment-result-dto.js";
|
|
150
152
|
export * from "./scan-algorithm-enrichment-result-dto-i-data-result.js";
|
|
151
|
-
export * from "./scan-algorithm-llm-score-dto.js";
|
|
152
|
-
export * from "./scan-algorithm-llm-score-dto-i-data-result.js";
|
|
153
153
|
export * from "./scan-algorithm-score-for-ml-analysis.js";
|
|
154
154
|
export * from "./scan-api.js";
|
|
155
155
|
export * from "./scan-api-bus-source.js";
|
|
@@ -244,6 +244,24 @@ export * from "./scan-api-method-parameter-for-table-filter.js";
|
|
|
244
244
|
export * from "./scan-api-method-parameter-for-table-filter-data-table-query.js";
|
|
245
245
|
export * from "./scan-api-method-parameter-i-data-result.js";
|
|
246
246
|
export * from "./scan-api-method-parameter-list-i-data-result.js";
|
|
247
|
+
export * from "./scan-api-property.js";
|
|
248
|
+
export * from "./scan-api-property-for-table-dto.js";
|
|
249
|
+
export * from "./scan-api-property-for-table-dto-list-i-data-result.js";
|
|
250
|
+
export * from "./scan-api-property-for-table-dto-list-result-filter.js";
|
|
251
|
+
export * from "./scan-api-property-for-table-dto-list-result-filter-i-data-result.js";
|
|
252
|
+
export * from "./scan-api-property-for-table-filter.js";
|
|
253
|
+
export * from "./scan-api-property-for-table-filter-data-table-query.js";
|
|
254
|
+
export * from "./scan-api-property-i-data-result.js";
|
|
255
|
+
export * from "./scan-api-property-list-i-data-result.js";
|
|
256
|
+
export * from "./scan-api-property-value.js";
|
|
257
|
+
export * from "./scan-api-property-value-for-table-dto.js";
|
|
258
|
+
export * from "./scan-api-property-value-for-table-dto-list-i-data-result.js";
|
|
259
|
+
export * from "./scan-api-property-value-for-table-dto-list-result-filter.js";
|
|
260
|
+
export * from "./scan-api-property-value-for-table-dto-list-result-filter-i-data-result.js";
|
|
261
|
+
export * from "./scan-api-property-value-for-table-filter.js";
|
|
262
|
+
export * from "./scan-api-property-value-for-table-filter-data-table-query.js";
|
|
263
|
+
export * from "./scan-api-property-value-i-data-result.js";
|
|
264
|
+
export * from "./scan-api-property-value-list-i-data-result.js";
|
|
247
265
|
export * from "./scan-consolidated-dto.js";
|
|
248
266
|
export * from "./scan-consolidated-dto-i-data-result.js";
|
|
249
267
|
export * from "./scan-data.js";
|
|
@@ -378,8 +396,6 @@ export * from "./scan-i-data-result.js";
|
|
|
378
396
|
export * from "./scan-list-i-data-result.js";
|
|
379
397
|
export * from "./scan-proxy-request.js";
|
|
380
398
|
export * from "./scan-score.js";
|
|
381
|
-
export * from "./scan-score-dto.js";
|
|
382
|
-
export * from "./scan-score-dto-i-data-result.js";
|
|
383
399
|
export * from "./scan-score-for-analysis.js";
|
|
384
400
|
export * from "./scan-score-for-table-dto.js";
|
|
385
401
|
export * from "./scan-score-for-table-dto-list-i-data-result.js";
|
|
@@ -389,6 +405,15 @@ export * from "./scan-score-for-table-filter.js";
|
|
|
389
405
|
export * from "./scan-score-for-table-filter-data-table-query.js";
|
|
390
406
|
export * from "./scan-score-i-data-result.js";
|
|
391
407
|
export * from "./scan-score-list-i-data-result.js";
|
|
408
|
+
export * from "./scan-score-result.js";
|
|
409
|
+
export * from "./scan-score-result-for-table-dto.js";
|
|
410
|
+
export * from "./scan-score-result-for-table-dto-list-i-data-result.js";
|
|
411
|
+
export * from "./scan-score-result-for-table-dto-list-result-filter.js";
|
|
412
|
+
export * from "./scan-score-result-for-table-dto-list-result-filter-i-data-result.js";
|
|
413
|
+
export * from "./scan-score-result-for-table-filter.js";
|
|
414
|
+
export * from "./scan-score-result-for-table-filter-data-table-query.js";
|
|
415
|
+
export * from "./scan-score-result-i-data-result.js";
|
|
416
|
+
export * from "./scan-score-result-list-i-data-result.js";
|
|
392
417
|
export * from "./scan-score-type.js";
|
|
393
418
|
export * from "./scan-score-type-for-table-dto.js";
|
|
394
419
|
export * from "./scan-score-type-for-table-dto-list-i-data-result.js";
|
|
@@ -398,6 +423,69 @@ export * from "./scan-score-type-for-table-filter.js";
|
|
|
398
423
|
export * from "./scan-score-type-for-table-filter-data-table-query.js";
|
|
399
424
|
export * from "./scan-score-type-i-data-result.js";
|
|
400
425
|
export * from "./scan-score-type-list-i-data-result.js";
|
|
426
|
+
export * from "./scan-static-detail.js";
|
|
427
|
+
export * from "./scan-static-detail-for-table-dto.js";
|
|
428
|
+
export * from "./scan-static-detail-for-table-dto-list-i-data-result.js";
|
|
429
|
+
export * from "./scan-static-detail-for-table-dto-list-result-filter.js";
|
|
430
|
+
export * from "./scan-static-detail-for-table-dto-list-result-filter-i-data-result.js";
|
|
431
|
+
export * from "./scan-static-detail-for-table-filter.js";
|
|
432
|
+
export * from "./scan-static-detail-for-table-filter-data-table-query.js";
|
|
433
|
+
export * from "./scan-static-detail-i-data-result.js";
|
|
434
|
+
export * from "./scan-static-detail-list-i-data-result.js";
|
|
435
|
+
export * from "./scan-static-import.js";
|
|
436
|
+
export * from "./scan-static-import-for-table-dto.js";
|
|
437
|
+
export * from "./scan-static-import-for-table-dto-list-i-data-result.js";
|
|
438
|
+
export * from "./scan-static-import-for-table-dto-list-result-filter.js";
|
|
439
|
+
export * from "./scan-static-import-for-table-dto-list-result-filter-i-data-result.js";
|
|
440
|
+
export * from "./scan-static-import-for-table-filter.js";
|
|
441
|
+
export * from "./scan-static-import-for-table-filter-data-table-query.js";
|
|
442
|
+
export * from "./scan-static-import-function.js";
|
|
443
|
+
export * from "./scan-static-import-function-for-table-dto.js";
|
|
444
|
+
export * from "./scan-static-import-function-for-table-dto-list-i-data-result.js";
|
|
445
|
+
export * from "./scan-static-import-function-for-table-dto-list-result-filter.js";
|
|
446
|
+
export * from "./scan-static-import-function-for-table-dto-list-result-filter-i-data-result.js";
|
|
447
|
+
export * from "./scan-static-import-function-for-table-filter.js";
|
|
448
|
+
export * from "./scan-static-import-function-for-table-filter-data-table-query.js";
|
|
449
|
+
export * from "./scan-static-import-function-i-data-result.js";
|
|
450
|
+
export * from "./scan-static-import-function-list-i-data-result.js";
|
|
451
|
+
export * from "./scan-static-import-i-data-result.js";
|
|
452
|
+
export * from "./scan-static-import-list-i-data-result.js";
|
|
453
|
+
export * from "./scan-static-indicator.js";
|
|
454
|
+
export * from "./scan-static-indicator-for-table-dto.js";
|
|
455
|
+
export * from "./scan-static-indicator-for-table-dto-list-i-data-result.js";
|
|
456
|
+
export * from "./scan-static-indicator-for-table-dto-list-result-filter.js";
|
|
457
|
+
export * from "./scan-static-indicator-for-table-dto-list-result-filter-i-data-result.js";
|
|
458
|
+
export * from "./scan-static-indicator-for-table-filter.js";
|
|
459
|
+
export * from "./scan-static-indicator-for-table-filter-data-table-query.js";
|
|
460
|
+
export * from "./scan-static-indicator-i-data-result.js";
|
|
461
|
+
export * from "./scan-static-indicator-list-i-data-result.js";
|
|
462
|
+
export * from "./scan-static-result.js";
|
|
463
|
+
export * from "./scan-static-result-details-dto.js";
|
|
464
|
+
export * from "./scan-static-result-for-table-dto.js";
|
|
465
|
+
export * from "./scan-static-result-for-table-dto-list-i-data-result.js";
|
|
466
|
+
export * from "./scan-static-result-for-table-dto-list-result-filter.js";
|
|
467
|
+
export * from "./scan-static-result-for-table-dto-list-result-filter-i-data-result.js";
|
|
468
|
+
export * from "./scan-static-result-for-table-filter.js";
|
|
469
|
+
export * from "./scan-static-result-for-table-filter-data-table-query.js";
|
|
470
|
+
export * from "./scan-static-result-headers-dto.js";
|
|
471
|
+
export * from "./scan-static-result-i-data-result.js";
|
|
472
|
+
export * from "./scan-static-result-image-info-dto.js";
|
|
473
|
+
export * from "./scan-static-result-import-dto.js";
|
|
474
|
+
export * from "./scan-static-result-import-function-dto.js";
|
|
475
|
+
export * from "./scan-static-result-list-i-data-result.js";
|
|
476
|
+
export * from "./scan-static-result-metadata-dto.js";
|
|
477
|
+
export * from "./scan-static-result-report-dto.js";
|
|
478
|
+
export * from "./scan-static-result-report-dto-i-data-result.js";
|
|
479
|
+
export * from "./scan-static-result-section-dto.js";
|
|
480
|
+
export * from "./scan-static-section.js";
|
|
481
|
+
export * from "./scan-static-section-for-table-dto.js";
|
|
482
|
+
export * from "./scan-static-section-for-table-dto-list-i-data-result.js";
|
|
483
|
+
export * from "./scan-static-section-for-table-dto-list-result-filter.js";
|
|
484
|
+
export * from "./scan-static-section-for-table-dto-list-result-filter-i-data-result.js";
|
|
485
|
+
export * from "./scan-static-section-for-table-filter.js";
|
|
486
|
+
export * from "./scan-static-section-for-table-filter-data-table-query.js";
|
|
487
|
+
export * from "./scan-static-section-i-data-result.js";
|
|
488
|
+
export * from "./scan-static-section-list-i-data-result.js";
|
|
401
489
|
export * from "./scan-threat-detection.js";
|
|
402
490
|
export * from "./scan-threat-detection-for-table-dto.js";
|
|
403
491
|
export * from "./scan-threat-detection-for-table-dto-list-i-data-result.js";
|
|
@@ -557,5 +645,8 @@ export * from "./user-operation-claim-for-table-filter.js";
|
|
|
557
645
|
export * from "./user-operation-claim-for-table-filter-data-table-query.js";
|
|
558
646
|
export * from "./user-operation-claim-i-data-result.js";
|
|
559
647
|
export * from "./user-operation-claim-list-i-data-result.js";
|
|
648
|
+
export * from "./worker-engine-result-dto.js";
|
|
649
|
+
export * from "./worker-scan-completed-payload.js";
|
|
650
|
+
export * from "./worker-single-engine-result-payload.js";
|
|
560
651
|
export * from "./file-parameter.js";
|
|
561
652
|
export * from "./api-exception.js";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ProcessScanScoresRequest as __ProcessScanScoresRequest } from "../index.js";
|
|
2
|
+
export declare const ProcessScanScoresRequest: __ProcessScanScoresRequest;
|
|
3
|
+
export type ProcessScanScoresRequest = __ProcessScanScoresRequest;
|
|
4
|
+
export type processScanScoresRequest = __ProcessScanScoresRequest;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ProcessScanScoresRequest = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ProcessScanStaticResultRequest as __ProcessScanStaticResultRequest } from "../index.js";
|
|
2
|
+
export declare const ProcessScanStaticResultRequest: __ProcessScanStaticResultRequest;
|
|
3
|
+
export type ProcessScanStaticResultRequest = __ProcessScanStaticResultRequest;
|
|
4
|
+
export type processScanStaticResultRequest = __ProcessScanStaticResultRequest;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ProcessScanStaticResultRequest = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyForTableDtoListIDataResult as __ScanApiPropertyForTableDtoListIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyForTableDtoListIDataResult: __ScanApiPropertyForTableDtoListIDataResult;
|
|
3
|
+
export type ScanApiPropertyForTableDtoListIDataResult = __ScanApiPropertyForTableDtoListIDataResult;
|
|
4
|
+
export type scanApiPropertyForTableDtoListIDataResult = __ScanApiPropertyForTableDtoListIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyForTableDtoListIDataResult = {};
|
package/dist/generated/models/scan-api-property-for-table-dto-list-result-filter-i-data-result.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyForTableDtoListResultFilterIDataResult as __ScanApiPropertyForTableDtoListResultFilterIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyForTableDtoListResultFilterIDataResult: __ScanApiPropertyForTableDtoListResultFilterIDataResult;
|
|
3
|
+
export type ScanApiPropertyForTableDtoListResultFilterIDataResult = __ScanApiPropertyForTableDtoListResultFilterIDataResult;
|
|
4
|
+
export type scanApiPropertyForTableDtoListResultFilterIDataResult = __ScanApiPropertyForTableDtoListResultFilterIDataResult;
|
package/dist/generated/models/scan-api-property-for-table-dto-list-result-filter-i-data-result.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyForTableDtoListResultFilterIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyForTableDtoListResultFilter as __ScanApiPropertyForTableDtoListResultFilter } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyForTableDtoListResultFilter: __ScanApiPropertyForTableDtoListResultFilter;
|
|
3
|
+
export type ScanApiPropertyForTableDtoListResultFilter = __ScanApiPropertyForTableDtoListResultFilter;
|
|
4
|
+
export type scanApiPropertyForTableDtoListResultFilter = __ScanApiPropertyForTableDtoListResultFilter;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyForTableDtoListResultFilter = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyForTableDto as __ScanApiPropertyForTableDto } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyForTableDto: __ScanApiPropertyForTableDto;
|
|
3
|
+
export type ScanApiPropertyForTableDto = __ScanApiPropertyForTableDto;
|
|
4
|
+
export type scanApiPropertyForTableDto = __ScanApiPropertyForTableDto;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyForTableDto = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyForTableFilterDataTableQuery as __ScanApiPropertyForTableFilterDataTableQuery } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyForTableFilterDataTableQuery: __ScanApiPropertyForTableFilterDataTableQuery;
|
|
3
|
+
export type ScanApiPropertyForTableFilterDataTableQuery = __ScanApiPropertyForTableFilterDataTableQuery;
|
|
4
|
+
export type scanApiPropertyForTableFilterDataTableQuery = __ScanApiPropertyForTableFilterDataTableQuery;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyForTableFilterDataTableQuery = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyForTableFilter as __ScanApiPropertyForTableFilter } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyForTableFilter: __ScanApiPropertyForTableFilter;
|
|
3
|
+
export type ScanApiPropertyForTableFilter = __ScanApiPropertyForTableFilter;
|
|
4
|
+
export type scanApiPropertyForTableFilter = __ScanApiPropertyForTableFilter;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyForTableFilter = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyIDataResult as __ScanApiPropertyIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyIDataResult: __ScanApiPropertyIDataResult;
|
|
3
|
+
export type ScanApiPropertyIDataResult = __ScanApiPropertyIDataResult;
|
|
4
|
+
export type scanApiPropertyIDataResult = __ScanApiPropertyIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyListIDataResult as __ScanApiPropertyListIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyListIDataResult: __ScanApiPropertyListIDataResult;
|
|
3
|
+
export type ScanApiPropertyListIDataResult = __ScanApiPropertyListIDataResult;
|
|
4
|
+
export type scanApiPropertyListIDataResult = __ScanApiPropertyListIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyListIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueForTableDtoListIDataResult as __ScanApiPropertyValueForTableDtoListIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueForTableDtoListIDataResult: __ScanApiPropertyValueForTableDtoListIDataResult;
|
|
3
|
+
export type ScanApiPropertyValueForTableDtoListIDataResult = __ScanApiPropertyValueForTableDtoListIDataResult;
|
|
4
|
+
export type scanApiPropertyValueForTableDtoListIDataResult = __ScanApiPropertyValueForTableDtoListIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueForTableDtoListIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueForTableDtoListResultFilterIDataResult as __ScanApiPropertyValueForTableDtoListResultFilterIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueForTableDtoListResultFilterIDataResult: __ScanApiPropertyValueForTableDtoListResultFilterIDataResult;
|
|
3
|
+
export type ScanApiPropertyValueForTableDtoListResultFilterIDataResult = __ScanApiPropertyValueForTableDtoListResultFilterIDataResult;
|
|
4
|
+
export type scanApiPropertyValueForTableDtoListResultFilterIDataResult = __ScanApiPropertyValueForTableDtoListResultFilterIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueForTableDtoListResultFilterIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueForTableDtoListResultFilter as __ScanApiPropertyValueForTableDtoListResultFilter } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueForTableDtoListResultFilter: __ScanApiPropertyValueForTableDtoListResultFilter;
|
|
3
|
+
export type ScanApiPropertyValueForTableDtoListResultFilter = __ScanApiPropertyValueForTableDtoListResultFilter;
|
|
4
|
+
export type scanApiPropertyValueForTableDtoListResultFilter = __ScanApiPropertyValueForTableDtoListResultFilter;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueForTableDtoListResultFilter = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueForTableDto as __ScanApiPropertyValueForTableDto } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueForTableDto: __ScanApiPropertyValueForTableDto;
|
|
3
|
+
export type ScanApiPropertyValueForTableDto = __ScanApiPropertyValueForTableDto;
|
|
4
|
+
export type scanApiPropertyValueForTableDto = __ScanApiPropertyValueForTableDto;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueForTableDto = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueForTableFilterDataTableQuery as __ScanApiPropertyValueForTableFilterDataTableQuery } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueForTableFilterDataTableQuery: __ScanApiPropertyValueForTableFilterDataTableQuery;
|
|
3
|
+
export type ScanApiPropertyValueForTableFilterDataTableQuery = __ScanApiPropertyValueForTableFilterDataTableQuery;
|
|
4
|
+
export type scanApiPropertyValueForTableFilterDataTableQuery = __ScanApiPropertyValueForTableFilterDataTableQuery;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueForTableFilterDataTableQuery = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueForTableFilter as __ScanApiPropertyValueForTableFilter } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueForTableFilter: __ScanApiPropertyValueForTableFilter;
|
|
3
|
+
export type ScanApiPropertyValueForTableFilter = __ScanApiPropertyValueForTableFilter;
|
|
4
|
+
export type scanApiPropertyValueForTableFilter = __ScanApiPropertyValueForTableFilter;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueForTableFilter = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueIDataResult as __ScanApiPropertyValueIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueIDataResult: __ScanApiPropertyValueIDataResult;
|
|
3
|
+
export type ScanApiPropertyValueIDataResult = __ScanApiPropertyValueIDataResult;
|
|
4
|
+
export type scanApiPropertyValueIDataResult = __ScanApiPropertyValueIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanApiPropertyValueListIDataResult as __ScanApiPropertyValueListIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanApiPropertyValueListIDataResult: __ScanApiPropertyValueListIDataResult;
|
|
3
|
+
export type ScanApiPropertyValueListIDataResult = __ScanApiPropertyValueListIDataResult;
|
|
4
|
+
export type scanApiPropertyValueListIDataResult = __ScanApiPropertyValueListIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValueListIDataResult = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiPropertyValue = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanApiProperty = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultForTableDtoListIDataResult as __ScanScoreResultForTableDtoListIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultForTableDtoListIDataResult: __ScanScoreResultForTableDtoListIDataResult;
|
|
3
|
+
export type ScanScoreResultForTableDtoListIDataResult = __ScanScoreResultForTableDtoListIDataResult;
|
|
4
|
+
export type scanScoreResultForTableDtoListIDataResult = __ScanScoreResultForTableDtoListIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultForTableDtoListIDataResult = {};
|
package/dist/generated/models/scan-score-result-for-table-dto-list-result-filter-i-data-result.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultForTableDtoListResultFilterIDataResult as __ScanScoreResultForTableDtoListResultFilterIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultForTableDtoListResultFilterIDataResult: __ScanScoreResultForTableDtoListResultFilterIDataResult;
|
|
3
|
+
export type ScanScoreResultForTableDtoListResultFilterIDataResult = __ScanScoreResultForTableDtoListResultFilterIDataResult;
|
|
4
|
+
export type scanScoreResultForTableDtoListResultFilterIDataResult = __ScanScoreResultForTableDtoListResultFilterIDataResult;
|
package/dist/generated/models/scan-score-result-for-table-dto-list-result-filter-i-data-result.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultForTableDtoListResultFilterIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultForTableDtoListResultFilter as __ScanScoreResultForTableDtoListResultFilter } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultForTableDtoListResultFilter: __ScanScoreResultForTableDtoListResultFilter;
|
|
3
|
+
export type ScanScoreResultForTableDtoListResultFilter = __ScanScoreResultForTableDtoListResultFilter;
|
|
4
|
+
export type scanScoreResultForTableDtoListResultFilter = __ScanScoreResultForTableDtoListResultFilter;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultForTableDtoListResultFilter = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultForTableDto as __ScanScoreResultForTableDto } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultForTableDto: __ScanScoreResultForTableDto;
|
|
3
|
+
export type ScanScoreResultForTableDto = __ScanScoreResultForTableDto;
|
|
4
|
+
export type scanScoreResultForTableDto = __ScanScoreResultForTableDto;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultForTableDto = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultForTableFilterDataTableQuery as __ScanScoreResultForTableFilterDataTableQuery } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultForTableFilterDataTableQuery: __ScanScoreResultForTableFilterDataTableQuery;
|
|
3
|
+
export type ScanScoreResultForTableFilterDataTableQuery = __ScanScoreResultForTableFilterDataTableQuery;
|
|
4
|
+
export type scanScoreResultForTableFilterDataTableQuery = __ScanScoreResultForTableFilterDataTableQuery;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultForTableFilterDataTableQuery = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultForTableFilter as __ScanScoreResultForTableFilter } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultForTableFilter: __ScanScoreResultForTableFilter;
|
|
3
|
+
export type ScanScoreResultForTableFilter = __ScanScoreResultForTableFilter;
|
|
4
|
+
export type scanScoreResultForTableFilter = __ScanScoreResultForTableFilter;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultForTableFilter = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultIDataResult as __ScanScoreResultIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultIDataResult: __ScanScoreResultIDataResult;
|
|
3
|
+
export type ScanScoreResultIDataResult = __ScanScoreResultIDataResult;
|
|
4
|
+
export type scanScoreResultIDataResult = __ScanScoreResultIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanScoreResultListIDataResult as __ScanScoreResultListIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanScoreResultListIDataResult: __ScanScoreResultListIDataResult;
|
|
3
|
+
export type ScanScoreResultListIDataResult = __ScanScoreResultListIDataResult;
|
|
4
|
+
export type scanScoreResultListIDataResult = __ScanScoreResultListIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResultListIDataResult = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanScoreResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanStaticDetailForTableDtoListIDataResult as __ScanStaticDetailForTableDtoListIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanStaticDetailForTableDtoListIDataResult: __ScanStaticDetailForTableDtoListIDataResult;
|
|
3
|
+
export type ScanStaticDetailForTableDtoListIDataResult = __ScanStaticDetailForTableDtoListIDataResult;
|
|
4
|
+
export type scanStaticDetailForTableDtoListIDataResult = __ScanStaticDetailForTableDtoListIDataResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanStaticDetailForTableDtoListIDataResult = {};
|
package/dist/generated/models/scan-static-detail-for-table-dto-list-result-filter-i-data-result.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanStaticDetailForTableDtoListResultFilterIDataResult as __ScanStaticDetailForTableDtoListResultFilterIDataResult } from "../index.js";
|
|
2
|
+
export declare const ScanStaticDetailForTableDtoListResultFilterIDataResult: __ScanStaticDetailForTableDtoListResultFilterIDataResult;
|
|
3
|
+
export type ScanStaticDetailForTableDtoListResultFilterIDataResult = __ScanStaticDetailForTableDtoListResultFilterIDataResult;
|
|
4
|
+
export type scanStaticDetailForTableDtoListResultFilterIDataResult = __ScanStaticDetailForTableDtoListResultFilterIDataResult;
|
package/dist/generated/models/scan-static-detail-for-table-dto-list-result-filter-i-data-result.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanStaticDetailForTableDtoListResultFilterIDataResult = {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ScanStaticDetailForTableDtoListResultFilter as __ScanStaticDetailForTableDtoListResultFilter } from "../index.js";
|
|
2
|
+
export declare const ScanStaticDetailForTableDtoListResultFilter: __ScanStaticDetailForTableDtoListResultFilter;
|
|
3
|
+
export type ScanStaticDetailForTableDtoListResultFilter = __ScanStaticDetailForTableDtoListResultFilter;
|
|
4
|
+
export type scanStaticDetailForTableDtoListResultFilter = __ScanStaticDetailForTableDtoListResultFilter;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ScanStaticDetailForTableDtoListResultFilter = {};
|