@dynatrace-sdk/client-classic-environment-v2 2.0.0 → 3.2.0
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/CHANGELOG.md +36 -0
- package/README.md +1253 -870
- package/cjs/index.js +10780 -7073
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +11028 -7145
- package/package.json +3 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +36 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +83 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +116 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +1 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +4 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +4 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +36 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/modification.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.d.ts +1 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
- package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
- package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +2 -1
- package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +4 -2
- package/types/packages/shared-errors/src/index.d.ts +6 -0
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +1 -0
- package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
- package/types/packages/shared-errors/src/types.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-privacy-operations-sync-api-api.d.ts +0 -64
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.d.ts +0 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.d.ts +0 -11
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.transformation.d.ts +0 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.d.ts +0 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.d.ts +0 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.transformation.d.ts +0 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/pii.d.ts +0 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/pii.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/schema.d.ts +0 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/schema.transformation.d.ts +0 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/value.d.ts +0 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/value.transformation.d.ts +0 -9
package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts
CHANGED
|
@@ -3,6 +3,9 @@ import { TruncationInfo } from './truncation-info';
|
|
|
3
3
|
* A list of values that has possibly been truncated.
|
|
4
4
|
*/
|
|
5
5
|
export interface TruncatableListString {
|
|
6
|
+
/**
|
|
7
|
+
* Information on a possible truncation.
|
|
8
|
+
*/
|
|
6
9
|
truncationInfo?: TruncationInfo;
|
|
7
10
|
/**
|
|
8
11
|
* Values of the list.
|
|
@@ -6,8 +6,20 @@ import { UiTabsCustomization } from './ui-tabs-customization';
|
|
|
6
6
|
* Customization for UI elements
|
|
7
7
|
*/
|
|
8
8
|
export interface UiCustomization {
|
|
9
|
+
/**
|
|
10
|
+
* UI customization options for defining custom callbacks
|
|
11
|
+
*/
|
|
9
12
|
callback?: UiCallbackCustomization;
|
|
13
|
+
/**
|
|
14
|
+
* UI customization for expandable section
|
|
15
|
+
*/
|
|
10
16
|
expandable?: UiExpandableCustomization;
|
|
17
|
+
/**
|
|
18
|
+
* Customization for UI tables
|
|
19
|
+
*/
|
|
11
20
|
table?: UiTableCustomization;
|
|
21
|
+
/**
|
|
22
|
+
* UI customization for tabs
|
|
23
|
+
*/
|
|
12
24
|
tabs?: UiTabsCustomization;
|
|
13
25
|
}
|
|
@@ -6,6 +6,9 @@ import { UpdateJobUpdateType } from './update-job-update-type';
|
|
|
6
6
|
* Configuration of the ActiveGate update job.
|
|
7
7
|
*/
|
|
8
8
|
export interface UpdateJob {
|
|
9
|
+
/**
|
|
10
|
+
* The type of the ActiveGate.
|
|
11
|
+
*/
|
|
9
12
|
agType?: UpdateJobAgType;
|
|
10
13
|
/**
|
|
11
14
|
* The job can (`true`) or can't (`false`) be cancelled at the moment.
|
|
@@ -27,6 +30,9 @@ export interface UpdateJob {
|
|
|
27
30
|
* The ID of the update job.
|
|
28
31
|
*/
|
|
29
32
|
jobId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The status of the update job.
|
|
35
|
+
*/
|
|
30
36
|
jobState?: UpdateJobJobState;
|
|
31
37
|
/**
|
|
32
38
|
* The initial version of the ActiveGate.
|
|
@@ -46,6 +52,12 @@ export interface UpdateJob {
|
|
|
46
52
|
* The `null` value means the job is still running.
|
|
47
53
|
*/
|
|
48
54
|
timestamp?: number;
|
|
55
|
+
/**
|
|
56
|
+
* The method of updating the ActiveGate or its component.
|
|
57
|
+
*/
|
|
49
58
|
updateMethod?: UpdateJobUpdateMethod;
|
|
59
|
+
/**
|
|
60
|
+
* The component to be updated.
|
|
61
|
+
*/
|
|
50
62
|
updateType?: UpdateJobUpdateType;
|
|
51
63
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ import { ExternalVault } from './external-vault';
|
|
|
4
4
|
* A credentials set of the `USERNAME_PASSWORD` type.
|
|
5
5
|
*/
|
|
6
6
|
export interface UserPasswordCredentials extends Credentials {
|
|
7
|
+
/**
|
|
8
|
+
* Information for synchronization credentials with external vault
|
|
9
|
+
*/
|
|
7
10
|
externalVault?: ExternalVault;
|
|
8
11
|
/**
|
|
9
12
|
* The password of the credential.
|
|
@@ -5,6 +5,9 @@ import { VulnerableFunctionInput } from './vulnerable-function-input';
|
|
|
5
5
|
* Describes the exploited vulnerability.
|
|
6
6
|
*/
|
|
7
7
|
export interface Vulnerability {
|
|
8
|
+
/**
|
|
9
|
+
* Information about a code location.
|
|
10
|
+
*/
|
|
8
11
|
codeLocation?: CodeLocation;
|
|
9
12
|
/**
|
|
10
13
|
* The display name of the vulnerability.
|
|
@@ -14,6 +17,12 @@ export interface Vulnerability {
|
|
|
14
17
|
* The id of the vulnerability.
|
|
15
18
|
*/
|
|
16
19
|
vulnerabilityId?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Information about a function definition.
|
|
22
|
+
*/
|
|
17
23
|
vulnerableFunction?: FunctionDefinition;
|
|
24
|
+
/**
|
|
25
|
+
* Describes what got passed into the code level vulnerability.
|
|
26
|
+
*/
|
|
18
27
|
vulnerableFunctionInput?: VulnerableFunctionInput;
|
|
19
28
|
}
|
|
@@ -3,6 +3,9 @@ import { VulnerableFunctionInputSegmentType } from './vulnerable-function-input-
|
|
|
3
3
|
* Describes one segment that was passed into a vulnerable function.
|
|
4
4
|
*/
|
|
5
5
|
export interface VulnerableFunctionInputSegment {
|
|
6
|
+
/**
|
|
7
|
+
* The type of the input segment.
|
|
8
|
+
*/
|
|
6
9
|
type?: VulnerableFunctionInputSegmentType;
|
|
7
10
|
/**
|
|
8
11
|
* The value of the input segment.
|
|
@@ -4,6 +4,9 @@ import { VulnerableFunctionProcessGroupsUsage } from './vulnerable-function-proc
|
|
|
4
4
|
* A vulnerable function including its usage by specific process groups in context of the security problem.
|
|
5
5
|
*/
|
|
6
6
|
export interface VulnerableFunctionProcessGroups {
|
|
7
|
+
/**
|
|
8
|
+
* Defines an vulnerable function.
|
|
9
|
+
*/
|
|
7
10
|
function?: VulnerableFunction;
|
|
8
11
|
/**
|
|
9
12
|
* The process group identifiers, where this vulnerable function is in use.
|
|
@@ -17,5 +20,11 @@ export interface VulnerableFunctionProcessGroups {
|
|
|
17
20
|
* The process group identifiers, where this vulnerable function is not in use.
|
|
18
21
|
*/
|
|
19
22
|
processGroupsNotInUse?: string[];
|
|
23
|
+
/**
|
|
24
|
+
* The vulnerable function usage based on the given process groups:
|
|
25
|
+
* * IN_USE if at least one process group calls this vulnerable function.
|
|
26
|
+
* * NOT_IN_USE if all process groups do not call this vulnerable function.
|
|
27
|
+
* * NOT_AVAILABLE if vulnerable function usage could not be calculated for at least one process group and no process group calls this vulnerable function.
|
|
28
|
+
*/
|
|
20
29
|
usage?: VulnerableFunctionProcessGroupsUsage;
|
|
21
30
|
}
|
|
@@ -8,8 +8,8 @@ export interface Binary {
|
|
|
8
8
|
*
|
|
9
9
|
* @param type The type of the data.
|
|
10
10
|
* Can be `text`, `json`, `array-buffer`, `blob`, `readable-stream`, `buffer` or `stream`.
|
|
11
|
-
* @throws DataTypeError
|
|
12
|
-
* @throws UnsupportedOperationError
|
|
11
|
+
* @throws {DataTypeError} Data does not conform to the specified type.
|
|
12
|
+
* @throws {UnsupportedOperationError} Type is not supported by the platform.
|
|
13
13
|
*/
|
|
14
14
|
get<T extends keyof DataTypes>(type: T): DataTypes[T];
|
|
15
15
|
}
|
|
@@ -26,8 +26,8 @@ export interface HttpClientResponse {
|
|
|
26
26
|
* @param responseBodyType The type of the response body.
|
|
27
27
|
* Can be `text`, `json`, `binary`, `form-data`, `array-buffer`, `blob`, `readable-stream`, `buffer` or `stream`.
|
|
28
28
|
* The default response body type is `json`.
|
|
29
|
-
* @throws DataTypeError
|
|
30
|
-
* @throws UnsupportedOperationError
|
|
29
|
+
* @throws {DataTypeError} Response body does not conform to the specified response body type.
|
|
30
|
+
* @throws {UnsupportedOperationError} Response body type is not supported by the platform.
|
|
31
31
|
*/
|
|
32
32
|
body<T extends keyof ResponseBodyTypes = 'json'>(responseBodyType?: T): ResponseBodyTypes[T];
|
|
33
33
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { ErrorType } from '
|
|
1
|
+
import { ErrorType } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* Error base. All client errors should extend this class.
|
|
4
4
|
*/
|
|
5
5
|
export declare class ApiClientError extends Error {
|
|
6
6
|
readonly cause?: any;
|
|
7
|
+
readonly isApiClientError = true;
|
|
7
8
|
errorType: ErrorType;
|
|
8
9
|
constructor(name: string, message?: string, cause?: any);
|
|
9
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HttpClientResponse } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { ClientRequestError } from './client-request-error';
|
|
3
|
+
import { CommonApiError, CommonErrorDetails, ErrorResponseBody } from './types';
|
|
4
|
+
export type ApiGatewayErrorResponseBody = ErrorResponseBody<CommonApiError<ApiGatewayErrorDetails> & {
|
|
5
|
+
retryAfterSeconds?: number;
|
|
6
|
+
}>;
|
|
7
|
+
export interface ApiGatewayErrorDetails extends CommonErrorDetails {
|
|
8
|
+
errorCodeProperties?: {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare class ApiGatewayError extends ClientRequestError<ApiGatewayErrorResponseBody> {
|
|
13
|
+
readonly isApiGatewayError = true;
|
|
14
|
+
readonly code: number;
|
|
15
|
+
readonly retryAfterSeconds: number | undefined;
|
|
16
|
+
constructor(response: HttpClientResponse, body: ApiGatewayErrorResponseBody);
|
|
17
|
+
}
|
|
18
|
+
export declare function isApiGatewayError(e: any): e is ApiGatewayError;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { HttpClientResponse } from '@dynatrace-sdk/http-client';
|
|
2
2
|
import { ApiClientError } from './api-client-error';
|
|
3
|
-
|
|
3
|
+
import { ErrorResponseBody } from './types';
|
|
4
|
+
export declare class ClientRequestError<DTO = ErrorResponseBody> extends ApiClientError {
|
|
5
|
+
readonly isClientRequestError = true;
|
|
4
6
|
body: DTO;
|
|
5
7
|
response: HttpClientResponse;
|
|
6
8
|
constructor(name: string, response: HttpClientResponse, body: DTO, message?: string, cause?: any);
|
|
7
9
|
}
|
|
8
|
-
export declare function isClientRequestError
|
|
10
|
+
export declare function isClientRequestError(e: any): e is ClientRequestError;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Possible serialized error types
|
|
3
|
+
* `COMMON`: Common JS error
|
|
4
|
+
* `HTTP`: Error thrown by a http-client
|
|
5
|
+
*/
|
|
6
|
+
export declare enum ErrorType {
|
|
7
|
+
COMMON = "JS Error",
|
|
8
|
+
HTTP = "Http Error"
|
|
9
|
+
}
|
|
10
|
+
export interface ErrorResponseBody<T = CommonApiError> {
|
|
11
|
+
error: T;
|
|
12
|
+
}
|
|
13
|
+
export interface CommonApiError<T extends Record<string, any> = Record<string, any>> {
|
|
14
|
+
code: number;
|
|
15
|
+
message: string;
|
|
16
|
+
help?: string;
|
|
17
|
+
details?: T;
|
|
18
|
+
}
|
|
19
|
+
export interface CommonErrorDetails {
|
|
20
|
+
errorRef?: string;
|
|
21
|
+
traceId?: string;
|
|
22
|
+
errorCode?: string;
|
|
23
|
+
constraintViolations?: ConstraintViolation[];
|
|
24
|
+
missingScopes?: string[];
|
|
25
|
+
missingPermissions?: string[];
|
|
26
|
+
}
|
|
27
|
+
export interface ConstraintViolation extends Record<string, string | undefined> {
|
|
28
|
+
message: string;
|
|
29
|
+
parameterLocation?: string;
|
|
30
|
+
path?: string;
|
|
31
|
+
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
-
import { PaginatedPersonalDataResponse } from '../models/paginated-personal-data-response';
|
|
3
|
-
import { PersonalDataRequest } from '../models/personal-data-request';
|
|
4
|
-
/**
|
|
5
|
-
* Enables synchronous export and deletion of personal data from Settings 2.0 Platform
|
|
6
|
-
*/
|
|
7
|
-
export declare class SettingsPrivacyOperationsSyncApiClient {
|
|
8
|
-
private httpClient;
|
|
9
|
-
/**
|
|
10
|
-
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SettingsPrivacyOperationsSyncApiClient. Custom http client should implement {HttpClient} interface.
|
|
11
|
-
* @example
|
|
12
|
-
* const settingsPrivacyOperationsSyncApiClientNodeJs = new SettingsPrivacyOperationsSyncApiClient(yourCustomImplementation);
|
|
13
|
-
*/
|
|
14
|
-
constructor(httpClientImplementation: HttpClient);
|
|
15
|
-
/**
|
|
16
|
-
* Export all internal personal data the Settings 2.0 Platform stores for the specified user
|
|
17
|
-
*
|
|
18
|
-
* **Required scope:** settings:operations.privacy:read<br/>**Required permission:** settings:operations.privacy:read<br/><br/>Export all internal personal data the Settings 2.0 Platform stores for the specified user in a paged response.
|
|
19
|
-
* The amount of elements in a single response page is limited to 100.
|
|
20
|
-
*
|
|
21
|
-
* @returns Success
|
|
22
|
-
*
|
|
23
|
-
* @example <caption>Code example</caption>
|
|
24
|
-
* import { settingsPrivacyOperationsSyncApiClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
25
|
-
*
|
|
26
|
-
* const data =
|
|
27
|
-
* await settingsPrivacyOperationsSyncApiClient.exportPersonalDataSync(
|
|
28
|
-
* {
|
|
29
|
-
* body: {
|
|
30
|
-
* email: "user@foo.com",
|
|
31
|
-
* userId: "da7d78b7-4e94-46d4-b76d-934eff92af9a",
|
|
32
|
-
* },
|
|
33
|
-
* },
|
|
34
|
-
* );
|
|
35
|
-
*/
|
|
36
|
-
exportPersonalDataSync(config: {
|
|
37
|
-
body: PersonalDataRequest;
|
|
38
|
-
/** The page to retrieve (optional; if not set, a PersonalDataRequestDto must be provided and the first page of data will be returned) */ pageKey?: string;
|
|
39
|
-
abortSignal?: AbortSignal;
|
|
40
|
-
}): Promise<PaginatedPersonalDataResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* Delete all internal personal data the Settings 2.0 Platform stores for the specified user
|
|
43
|
-
*
|
|
44
|
-
* **Required scope:** settings:operations.privacy:write<br/>**Required permission:** settings:operations.privacy:write
|
|
45
|
-
*
|
|
46
|
-
* @example <caption>Code example</caption>
|
|
47
|
-
* import { settingsPrivacyOperationsSyncApiClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
48
|
-
*
|
|
49
|
-
* const data =
|
|
50
|
-
* await settingsPrivacyOperationsSyncApiClient.deletePersonalDataSync(
|
|
51
|
-
* {
|
|
52
|
-
* body: {
|
|
53
|
-
* email: "user@foo.com",
|
|
54
|
-
* userId: "da7d78b7-4e94-46d4-b76d-934eff92af9a",
|
|
55
|
-
* },
|
|
56
|
-
* },
|
|
57
|
-
* );
|
|
58
|
-
*/
|
|
59
|
-
deletePersonalDataSync(config: {
|
|
60
|
-
body: PersonalDataRequest;
|
|
61
|
-
abortSignal?: AbortSignal;
|
|
62
|
-
}): Promise<void>;
|
|
63
|
-
}
|
|
64
|
-
export declare const settingsPrivacyOperationsSyncApiClient: SettingsPrivacyOperationsSyncApiClient;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Schema } from './schema';
|
|
2
|
-
/**
|
|
3
|
-
* The data of the response payload to the personal data request.
|
|
4
|
-
*/
|
|
5
|
-
export interface PaginatedPersonalDataResponseData {
|
|
6
|
-
/**
|
|
7
|
-
* The list of settings schemas containing personal data.
|
|
8
|
-
*/
|
|
9
|
-
schemas: Schema[];
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PaginatedPersonalDataResponseData } from './paginated-personal-data-response-data';
|
|
2
|
-
import * as _SchemaTransformation from './schema.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
schemas: _SchemaTransformation.AsJson[];
|
|
5
|
-
}
|
|
6
|
-
export declare function fromJson($model: AsJson): PaginatedPersonalDataResponseData;
|
|
7
|
-
export declare function toJson($model: PaginatedPersonalDataResponseData): AsJson;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PaginatedPersonalDataResponseData } from './paginated-personal-data-response-data';
|
|
2
|
-
/**
|
|
3
|
-
* The response payload to the personal data request.
|
|
4
|
-
*/
|
|
5
|
-
export interface PaginatedPersonalDataResponse {
|
|
6
|
-
data: PaginatedPersonalDataResponseData;
|
|
7
|
-
/**
|
|
8
|
-
* In case of paginated results, this contains the pageKey for the next page.
|
|
9
|
-
*/
|
|
10
|
-
nextPageKey?: string;
|
|
11
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PaginatedPersonalDataResponse } from './paginated-personal-data-response';
|
|
2
|
-
import * as _PaginatedPersonalDataResponseDataTransformation from './paginated-personal-data-response-data.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
data: _PaginatedPersonalDataResponseDataTransformation.AsJson;
|
|
5
|
-
nextPageKey?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare function fromJson($model: AsJson): PaginatedPersonalDataResponse;
|
|
8
|
-
export declare function toJson($model: PaginatedPersonalDataResponse): AsJson;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PersonalDataRequest } from './personal-data-request';
|
|
2
|
-
export interface AsJson {
|
|
3
|
-
email: string;
|
|
4
|
-
userId: string;
|
|
5
|
-
}
|
|
6
|
-
export declare function fromJson($model: AsJson): PersonalDataRequest;
|
|
7
|
-
export declare function toJson($model: PersonalDataRequest): AsJson;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PiiRelationshipsItem } from './pii-relationships-item';
|
|
2
|
-
/**
|
|
3
|
-
* The information about relationships of the user to the settings object.
|
|
4
|
-
*/
|
|
5
|
-
export interface Pii {
|
|
6
|
-
/**
|
|
7
|
-
* A list of user relationships.
|
|
8
|
-
*/
|
|
9
|
-
relationships: PiiRelationshipsItem[];
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Pii } from './pii';
|
|
2
|
-
import * as _PiiRelationshipsItemTransformation from './pii-relationships-item.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
relationships: _PiiRelationshipsItemTransformation.AsJson[];
|
|
5
|
-
}
|
|
6
|
-
export declare function fromJson($model: AsJson): Pii;
|
|
7
|
-
export declare function toJson($model: Pii): AsJson;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Value } from './value';
|
|
2
|
-
/**
|
|
3
|
-
* The information about settings schema containing personal data.
|
|
4
|
-
*/
|
|
5
|
-
export interface Schema {
|
|
6
|
-
/**
|
|
7
|
-
* The name of the schema.
|
|
8
|
-
*/
|
|
9
|
-
displayName: string;
|
|
10
|
-
/**
|
|
11
|
-
* The ID of the schema.
|
|
12
|
-
*/
|
|
13
|
-
id: string;
|
|
14
|
-
/**
|
|
15
|
-
* The list of settings values containing personal data.
|
|
16
|
-
*/
|
|
17
|
-
values: Value[];
|
|
18
|
-
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/schema.transformation.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Schema } from './schema';
|
|
2
|
-
import * as _ValueTransformation from './value.transformation';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
displayName: string;
|
|
5
|
-
id: string;
|
|
6
|
-
values: _ValueTransformation.AsJson[];
|
|
7
|
-
}
|
|
8
|
-
export declare function fromJson($model: AsJson): Schema;
|
|
9
|
-
export declare function toJson($model: Schema): AsJson;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Pii } from './pii';
|
|
2
|
-
/**
|
|
3
|
-
* The information about settings value containing personal data.
|
|
4
|
-
*/
|
|
5
|
-
export interface Value {
|
|
6
|
-
/**
|
|
7
|
-
* A short summary of the settings object. This can contain Markdown and will be escaped accordingly.
|
|
8
|
-
*/
|
|
9
|
-
displayName?: string;
|
|
10
|
-
/**
|
|
11
|
-
* The ID of the settings object.
|
|
12
|
-
*/
|
|
13
|
-
objectId: string;
|
|
14
|
-
pii: Pii;
|
|
15
|
-
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/value.transformation.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as _PiiTransformation from './pii.transformation';
|
|
2
|
-
import { Value } from './value';
|
|
3
|
-
export interface AsJson {
|
|
4
|
-
displayName?: string;
|
|
5
|
-
objectId: string;
|
|
6
|
-
pii: _PiiTransformation.AsJson;
|
|
7
|
-
}
|
|
8
|
-
export declare function fromJson($model: AsJson): Value;
|
|
9
|
-
export declare function toJson($model: Value): AsJson;
|