@dynatrace-sdk/client-classic-environment-v2 3.5.0 → 3.6.1
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 +19 -0
- package/README.md +994 -246
- package/cjs/index.js +5325 -3529
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +3388 -1600
- package/package.json +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +251 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-list.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-list.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-permissions-item.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-permissions-item.transformation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/get-permission-path-accessor-type.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-permission-path-accessor-type.transformation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +182 -162
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +8 -1
- 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-state.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remove-permission-path-accessor-type.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remove-permission-path-accessor-type.transformation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/transfer-ownership-request.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/transfer-ownership-request.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-permission-path-accessor-type.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-permission-path-accessor-type.transformation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request-permissions-item.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request-permissions-item.transformation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-serializer.d.ts +0 -3
|
@@ -1,51 +1,52 @@
|
|
|
1
|
-
export * from './aws-key-based-credentials-dto';
|
|
2
|
-
export * as _AWSKeyBasedCredentialsDtoTransformation from './aws-key-based-credentials-dto.transformation';
|
|
3
|
-
export * from './aws-role-based-credentials';
|
|
4
|
-
export * as _AWSRoleBasedCredentialsTransformation from './aws-role-based-credentials.transformation';
|
|
5
1
|
export * from './abstract-credentials-response-element';
|
|
6
|
-
export * as _AbstractCredentialsResponseElementTransformation from './abstract-credentials-response-element.transformation';
|
|
7
2
|
export * from './abstract-credentials-response-element-scope';
|
|
8
3
|
export * as _AbstractCredentialsResponseElementScopeTransformation from './abstract-credentials-response-element-scope.transformation';
|
|
9
4
|
export * from './abstract-credentials-response-element-type';
|
|
10
5
|
export * as _AbstractCredentialsResponseElementTypeTransformation from './abstract-credentials-response-element-type.transformation';
|
|
6
|
+
export * as _AbstractCredentialsResponseElementTransformation from './abstract-credentials-response-element.transformation';
|
|
11
7
|
export * from './abstract-slo-alert-dto';
|
|
12
|
-
export * as _AbstractSloAlertDtoTransformation from './abstract-slo-alert-dto.transformation';
|
|
13
8
|
export * from './abstract-slo-alert-dto-alert-type';
|
|
14
9
|
export * as _AbstractSloAlertDtoAlertTypeTransformation from './abstract-slo-alert-dto-alert-type.transformation';
|
|
10
|
+
export * as _AbstractSloAlertDtoTransformation from './abstract-slo-alert-dto.transformation';
|
|
11
|
+
export * from './accessor-permissions';
|
|
12
|
+
export * from './accessor-permissions-list';
|
|
13
|
+
export * as _AccessorPermissionsListTransformation from './accessor-permissions-list.transformation';
|
|
14
|
+
export * from './accessor-permissions-permissions-item';
|
|
15
|
+
export * as _AccessorPermissionsPermissionsItemTransformation from './accessor-permissions-permissions-item.transformation';
|
|
16
|
+
export * as _AccessorPermissionsTransformation from './accessor-permissions.transformation';
|
|
15
17
|
export * from './active-gate';
|
|
16
|
-
export * as _ActiveGateTransformation from './active-gate.transformation';
|
|
17
18
|
export * from './active-gate-auto-update-config';
|
|
18
|
-
export * as _ActiveGateAutoUpdateConfigTransformation from './active-gate-auto-update-config.transformation';
|
|
19
19
|
export * from './active-gate-auto-update-config-effective-setting';
|
|
20
20
|
export * as _ActiveGateAutoUpdateConfigEffectiveSettingTransformation from './active-gate-auto-update-config-effective-setting.transformation';
|
|
21
21
|
export * from './active-gate-auto-update-config-setting';
|
|
22
22
|
export * as _ActiveGateAutoUpdateConfigSettingTransformation from './active-gate-auto-update-config-setting.transformation';
|
|
23
|
+
export * as _ActiveGateAutoUpdateConfigTransformation from './active-gate-auto-update-config.transformation';
|
|
23
24
|
export * from './active-gate-auto-update-status';
|
|
24
25
|
export * as _ActiveGateAutoUpdateStatusTransformation from './active-gate-auto-update-status.transformation';
|
|
25
26
|
export * from './active-gate-connected-hosts';
|
|
26
27
|
export * as _ActiveGateConnectedHostsTransformation from './active-gate-connected-hosts.transformation';
|
|
27
28
|
export * from './active-gate-global-auto-update-config';
|
|
28
|
-
export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
|
|
29
29
|
export * from './active-gate-global-auto-update-config-global-setting';
|
|
30
30
|
export * as _ActiveGateGlobalAutoUpdateConfigGlobalSettingTransformation from './active-gate-global-auto-update-config-global-setting.transformation';
|
|
31
|
+
export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
|
|
31
32
|
export * from './active-gate-group';
|
|
32
|
-
export * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
|
|
33
33
|
export * from './active-gate-group-info-dto';
|
|
34
34
|
export * as _ActiveGateGroupInfoDtoTransformation from './active-gate-group-info-dto.transformation';
|
|
35
|
+
export * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
|
|
35
36
|
export * from './active-gate-groups';
|
|
36
|
-
export * as _ActiveGateGroupsTransformation from './active-gate-groups.transformation';
|
|
37
37
|
export * from './active-gate-groups-info-dto';
|
|
38
38
|
export * as _ActiveGateGroupsInfoDtoTransformation from './active-gate-groups-info-dto.transformation';
|
|
39
|
+
export * as _ActiveGateGroupsTransformation from './active-gate-groups.transformation';
|
|
39
40
|
export * from './active-gate-info-dto';
|
|
40
41
|
export * as _ActiveGateInfoDtoTransformation from './active-gate-info-dto.transformation';
|
|
41
42
|
export * from './active-gate-list';
|
|
42
43
|
export * as _ActiveGateListTransformation from './active-gate-list.transformation';
|
|
43
44
|
export * from './active-gate-module';
|
|
44
|
-
export * as _ActiveGateModuleTransformation from './active-gate-module.transformation';
|
|
45
45
|
export * from './active-gate-module-attributes';
|
|
46
46
|
export * as _ActiveGateModuleAttributesTransformation from './active-gate-module-attributes.transformation';
|
|
47
47
|
export * from './active-gate-module-type';
|
|
48
48
|
export * as _ActiveGateModuleTypeTransformation from './active-gate-module-type.transformation';
|
|
49
|
+
export * as _ActiveGateModuleTransformation from './active-gate-module.transformation';
|
|
49
50
|
export * from './active-gate-os-architecture';
|
|
50
51
|
export * as _ActiveGateOsArchitectureTransformation from './active-gate-os-architecture.transformation';
|
|
51
52
|
export * from './active-gate-os-bitness';
|
|
@@ -53,23 +54,24 @@ export * as _ActiveGateOsBitnessTransformation from './active-gate-os-bitness.tr
|
|
|
53
54
|
export * from './active-gate-os-type';
|
|
54
55
|
export * as _ActiveGateOsTypeTransformation from './active-gate-os-type.transformation';
|
|
55
56
|
export * from './active-gate-token';
|
|
56
|
-
export * as _ActiveGateTokenTransformation from './active-gate-token.transformation';
|
|
57
57
|
export * from './active-gate-token-active-gate-type';
|
|
58
58
|
export * as _ActiveGateTokenActiveGateTypeTransformation from './active-gate-token-active-gate-type.transformation';
|
|
59
59
|
export * from './active-gate-token-create';
|
|
60
|
-
export * as _ActiveGateTokenCreateTransformation from './active-gate-token-create.transformation';
|
|
61
60
|
export * from './active-gate-token-create-active-gate-type';
|
|
62
61
|
export * as _ActiveGateTokenCreateActiveGateTypeTransformation from './active-gate-token-create-active-gate-type.transformation';
|
|
62
|
+
export * as _ActiveGateTokenCreateTransformation from './active-gate-token-create.transformation';
|
|
63
63
|
export * from './active-gate-token-created';
|
|
64
64
|
export * as _ActiveGateTokenCreatedTransformation from './active-gate-token-created.transformation';
|
|
65
65
|
export * from './active-gate-token-info-dto';
|
|
66
|
-
export * as _ActiveGateTokenInfoDtoTransformation from './active-gate-token-info-dto.transformation';
|
|
67
66
|
export * from './active-gate-token-info-dto-state';
|
|
68
67
|
export * as _ActiveGateTokenInfoDtoStateTransformation from './active-gate-token-info-dto-state.transformation';
|
|
68
|
+
export * as _ActiveGateTokenInfoDtoTransformation from './active-gate-token-info-dto.transformation';
|
|
69
69
|
export * from './active-gate-token-list';
|
|
70
70
|
export * as _ActiveGateTokenListTransformation from './active-gate-token-list.transformation';
|
|
71
|
+
export * as _ActiveGateTokenTransformation from './active-gate-token.transformation';
|
|
71
72
|
export * from './active-gate-type';
|
|
72
73
|
export * as _ActiveGateTypeTransformation from './active-gate-type.transformation';
|
|
74
|
+
export * as _ActiveGateTransformation from './active-gate.transformation';
|
|
73
75
|
export * from './add-entity-tag';
|
|
74
76
|
export * as _AddEntityTagTransformation from './add-entity-tag.transformation';
|
|
75
77
|
export * from './add-entity-tags';
|
|
@@ -83,21 +85,20 @@ export * as _AffectedEntityTransformation from './affected-entity.transformation
|
|
|
83
85
|
export * from './agent-connection-token';
|
|
84
86
|
export * as _AgentConnectionTokenTransformation from './agent-connection-token.transformation';
|
|
85
87
|
export * from './aggregated-log';
|
|
86
|
-
export * as _AggregatedLogTransformation from './aggregated-log.transformation';
|
|
87
88
|
export * from './aggregated-log-aggregation-result';
|
|
88
89
|
export * as _AggregatedLogAggregationResultTransformation from './aggregated-log-aggregation-result.transformation';
|
|
90
|
+
export * as _AggregatedLogTransformation from './aggregated-log.transformation';
|
|
89
91
|
export * from './alerting-profile-stub';
|
|
90
92
|
export * as _AlertingProfileStubTransformation from './alerting-profile-stub.transformation';
|
|
91
93
|
export * from './any-value';
|
|
92
94
|
export * as _AnyValueTransformation from './any-value.transformation';
|
|
93
95
|
export * from './api-token';
|
|
94
|
-
export * as _ApiTokenTransformation from './api-token.transformation';
|
|
95
96
|
export * from './api-token-additional-metadata';
|
|
96
97
|
export * as _ApiTokenAdditionalMetadataTransformation from './api-token-additional-metadata.transformation';
|
|
97
98
|
export * from './api-token-create';
|
|
98
|
-
export * as _ApiTokenCreateTransformation from './api-token-create.transformation';
|
|
99
99
|
export * from './api-token-create-scopes-item';
|
|
100
100
|
export * as _ApiTokenCreateScopesItemTransformation from './api-token-create-scopes-item.transformation';
|
|
101
|
+
export * as _ApiTokenCreateTransformation from './api-token-create.transformation';
|
|
101
102
|
export * from './api-token-created';
|
|
102
103
|
export * as _ApiTokenCreatedTransformation from './api-token-created.transformation';
|
|
103
104
|
export * from './api-token-list';
|
|
@@ -107,79 +108,84 @@ export * as _ApiTokenScopesItemTransformation from './api-token-scopes-item.tran
|
|
|
107
108
|
export * from './api-token-secret';
|
|
108
109
|
export * as _ApiTokenSecretTransformation from './api-token-secret.transformation';
|
|
109
110
|
export * from './api-token-update';
|
|
110
|
-
export * as _ApiTokenUpdateTransformation from './api-token-update.transformation';
|
|
111
111
|
export * from './api-token-update-scopes-item';
|
|
112
112
|
export * as _ApiTokenUpdateScopesItemTransformation from './api-token-update-scopes-item.transformation';
|
|
113
|
+
export * as _ApiTokenUpdateTransformation from './api-token-update.transformation';
|
|
114
|
+
export * as _ApiTokenTransformation from './api-token.transformation';
|
|
113
115
|
export * from './application-impact';
|
|
114
116
|
export * as _ApplicationImpactTransformation from './application-impact.transformation';
|
|
115
117
|
export * from './applied-filter';
|
|
116
118
|
export * as _AppliedFilterTransformation from './applied-filter.transformation';
|
|
117
119
|
export * from './assessment-accuracy-details';
|
|
118
|
-
export * as _AssessmentAccuracyDetailsTransformation from './assessment-accuracy-details.transformation';
|
|
119
120
|
export * from './assessment-accuracy-details-reduced-reasons-item';
|
|
120
121
|
export * as _AssessmentAccuracyDetailsReducedReasonsItemTransformation from './assessment-accuracy-details-reduced-reasons-item.transformation';
|
|
122
|
+
export * as _AssessmentAccuracyDetailsTransformation from './assessment-accuracy-details.transformation';
|
|
121
123
|
export * from './asset-info';
|
|
122
|
-
export * as _AssetInfoTransformation from './asset-info.transformation';
|
|
123
124
|
export * from './asset-info-dto';
|
|
124
|
-
export * as _AssetInfoDtoTransformation from './asset-info-dto.transformation';
|
|
125
125
|
export * from './asset-info-dto-type';
|
|
126
126
|
export * as _AssetInfoDtoTypeTransformation from './asset-info-dto-type.transformation';
|
|
127
|
+
export * as _AssetInfoDtoTransformation from './asset-info-dto.transformation';
|
|
128
|
+
export * as _AssetInfoTransformation from './asset-info.transformation';
|
|
127
129
|
export * from './asset-schema-details-dto';
|
|
128
130
|
export * as _AssetSchemaDetailsDtoTransformation from './asset-schema-details-dto.transformation';
|
|
129
131
|
export * from './attack';
|
|
130
|
-
export * as _AttackTransformation from './attack.transformation';
|
|
131
132
|
export * from './attack-attack-type';
|
|
132
133
|
export * as _AttackAttackTypeTransformation from './attack-attack-type.transformation';
|
|
133
134
|
export * from './attack-entrypoint';
|
|
134
|
-
export * as _AttackEntrypointTransformation from './attack-entrypoint.transformation';
|
|
135
135
|
export * from './attack-entrypoint-payload-item';
|
|
136
136
|
export * as _AttackEntrypointPayloadItemTransformation from './attack-entrypoint-payload-item.transformation';
|
|
137
|
+
export * as _AttackEntrypointTransformation from './attack-entrypoint.transformation';
|
|
137
138
|
export * from './attack-list';
|
|
138
139
|
export * as _AttackListTransformation from './attack-list.transformation';
|
|
139
140
|
export * from './attack-request-header';
|
|
140
141
|
export * as _AttackRequestHeaderTransformation from './attack-request-header.transformation';
|
|
141
142
|
export * from './attack-security-problem';
|
|
142
|
-
export * as _AttackSecurityProblemTransformation from './attack-security-problem.transformation';
|
|
143
143
|
export * from './attack-security-problem-assessment-dto';
|
|
144
|
-
export * as _AttackSecurityProblemAssessmentDtoTransformation from './attack-security-problem-assessment-dto.transformation';
|
|
145
144
|
export * from './attack-security-problem-assessment-dto-data-assets';
|
|
146
145
|
export * as _AttackSecurityProblemAssessmentDtoDataAssetsTransformation from './attack-security-problem-assessment-dto-data-assets.transformation';
|
|
147
146
|
export * from './attack-security-problem-assessment-dto-exposure';
|
|
148
147
|
export * as _AttackSecurityProblemAssessmentDtoExposureTransformation from './attack-security-problem-assessment-dto-exposure.transformation';
|
|
148
|
+
export * as _AttackSecurityProblemAssessmentDtoTransformation from './attack-security-problem-assessment-dto.transformation';
|
|
149
|
+
export * as _AttackSecurityProblemTransformation from './attack-security-problem.transformation';
|
|
149
150
|
export * from './attack-state';
|
|
150
151
|
export * as _AttackStateTransformation from './attack-state.transformation';
|
|
151
152
|
export * from './attack-target';
|
|
152
153
|
export * as _AttackTargetTransformation from './attack-target.transformation';
|
|
153
154
|
export * from './attack-technology';
|
|
154
155
|
export * as _AttackTechnologyTransformation from './attack-technology.transformation';
|
|
156
|
+
export * as _AttackTransformation from './attack.transformation';
|
|
155
157
|
export * from './attacker';
|
|
156
|
-
export * as _AttackerTransformation from './attacker.transformation';
|
|
157
158
|
export * from './attacker-location';
|
|
158
159
|
export * as _AttackerLocationTransformation from './attacker-location.transformation';
|
|
160
|
+
export * as _AttackerTransformation from './attacker.transformation';
|
|
159
161
|
export * from './audit-log';
|
|
160
|
-
export * as _AuditLogTransformation from './audit-log.transformation';
|
|
161
162
|
export * from './audit-log-entry';
|
|
162
|
-
export * as _AuditLogEntryTransformation from './audit-log-entry.transformation';
|
|
163
163
|
export * from './audit-log-entry-category';
|
|
164
164
|
export * as _AuditLogEntryCategoryTransformation from './audit-log-entry-category.transformation';
|
|
165
165
|
export * from './audit-log-entry-event-type';
|
|
166
166
|
export * as _AuditLogEntryEventTypeTransformation from './audit-log-entry-event-type.transformation';
|
|
167
167
|
export * from './audit-log-entry-user-type';
|
|
168
168
|
export * as _AuditLogEntryUserTypeTransformation from './audit-log-entry-user-type.transformation';
|
|
169
|
+
export * as _AuditLogEntryTransformation from './audit-log-entry.transformation';
|
|
170
|
+
export * as _AuditLogTransformation from './audit-log.transformation';
|
|
169
171
|
export * from './author-dto';
|
|
170
172
|
export * as _AuthorDtoTransformation from './author-dto.transformation';
|
|
171
173
|
export * from './availability-evidence';
|
|
172
174
|
export * as _AvailabilityEvidenceTransformation from './availability-evidence.transformation';
|
|
175
|
+
export * from './aws-key-based-credentials-dto';
|
|
176
|
+
export * as _AWSKeyBasedCredentialsDtoTransformation from './aws-key-based-credentials-dto.transformation';
|
|
177
|
+
export * from './aws-role-based-credentials';
|
|
178
|
+
export * as _AWSRoleBasedCredentialsTransformation from './aws-role-based-credentials.transformation';
|
|
173
179
|
export * from './azure-client-secret';
|
|
174
|
-
export * as _AzureClientSecretTransformation from './azure-client-secret.transformation';
|
|
175
180
|
export * from './azure-client-secret-config';
|
|
176
181
|
export * as _AzureClientSecretConfigTransformation from './azure-client-secret-config.transformation';
|
|
177
|
-
export * from './
|
|
178
|
-
export * as _BMActionTransformation from './bm-action.transformation';
|
|
182
|
+
export * as _AzureClientSecretTransformation from './azure-client-secret.transformation';
|
|
179
183
|
export * from './biz-event-ingest-error';
|
|
180
184
|
export * as _BizEventIngestErrorTransformation from './biz-event-ingest-error.transformation';
|
|
181
185
|
export * from './biz-event-ingest-result';
|
|
182
186
|
export * as _BizEventIngestResultTransformation from './biz-event-ingest-result.transformation';
|
|
187
|
+
export * from './bm-action';
|
|
188
|
+
export * as _BMActionTransformation from './bm-action.transformation';
|
|
183
189
|
export * from './burn-rate-alert';
|
|
184
190
|
export * as _BurnRateAlertTransformation from './burn-rate-alert.transformation';
|
|
185
191
|
export * from './certificate-credentials';
|
|
@@ -187,41 +193,40 @@ export * as _CertificateCredentialsTransformation from './certificate-credential
|
|
|
187
193
|
export * from './cloud-event';
|
|
188
194
|
export * as _CloudEventTransformation from './cloud-event.transformation';
|
|
189
195
|
export * from './code-level-vulnerability-details';
|
|
190
|
-
export * as _CodeLevelVulnerabilityDetailsTransformation from './code-level-vulnerability-details.transformation';
|
|
191
196
|
export * from './code-level-vulnerability-details-type';
|
|
192
197
|
export * as _CodeLevelVulnerabilityDetailsTypeTransformation from './code-level-vulnerability-details-type.transformation';
|
|
198
|
+
export * as _CodeLevelVulnerabilityDetailsTransformation from './code-level-vulnerability-details.transformation';
|
|
193
199
|
export * from './code-location';
|
|
194
200
|
export * as _CodeLocationTransformation from './code-location.transformation';
|
|
195
201
|
export * from './comment';
|
|
196
|
-
export * as _CommentTransformation from './comment.transformation';
|
|
197
202
|
export * from './comment-request-dto-impl';
|
|
198
203
|
export * as _CommentRequestDtoImplTransformation from './comment-request-dto-impl.transformation';
|
|
204
|
+
export * as _CommentTransformation from './comment.transformation';
|
|
199
205
|
export * from './comments-list';
|
|
200
206
|
export * as _CommentsListTransformation from './comments-list.transformation';
|
|
201
207
|
export * from './complex-constraint';
|
|
202
|
-
export * as _ComplexConstraintTransformation from './complex-constraint.transformation';
|
|
203
208
|
export * from './complex-constraint-type';
|
|
204
209
|
export * as _ComplexConstraintTypeTransformation from './complex-constraint-type.transformation';
|
|
210
|
+
export * as _ComplexConstraintTransformation from './complex-constraint.transformation';
|
|
205
211
|
export * from './configuration-metadata';
|
|
206
212
|
export * as _ConfigurationMetadataTransformation from './configuration-metadata.transformation';
|
|
207
213
|
export * from './constraint';
|
|
208
|
-
export * as _ConstraintTransformation from './constraint.transformation';
|
|
209
214
|
export * from './constraint-type';
|
|
210
215
|
export * as _ConstraintTypeTransformation from './constraint-type.transformation';
|
|
211
216
|
export * from './constraint-violation';
|
|
212
|
-
export * as _ConstraintViolationTransformation from './constraint-violation.transformation';
|
|
213
217
|
export * from './constraint-violation-parameter-location';
|
|
214
218
|
export * as _ConstraintViolationParameterLocationTransformation from './constraint-violation-parameter-location.transformation';
|
|
219
|
+
export * as _ConstraintViolationTransformation from './constraint-violation.transformation';
|
|
220
|
+
export * as _ConstraintTransformation from './constraint.transformation';
|
|
215
221
|
export * from './create-alert-query-time-frame';
|
|
216
222
|
export * as _CreateAlertQueryTimeFrameTransformation from './create-alert-query-time-frame.transformation';
|
|
217
223
|
export * from './credential-access-data';
|
|
218
|
-
export * as _CredentialAccessDataTransformation from './credential-access-data.transformation';
|
|
219
224
|
export * from './credential-access-data-type';
|
|
220
225
|
export * as _CredentialAccessDataTypeTransformation from './credential-access-data-type.transformation';
|
|
226
|
+
export * as _CredentialAccessDataTransformation from './credential-access-data.transformation';
|
|
221
227
|
export * from './credential-usage-handler';
|
|
222
228
|
export * as _CredentialUsageHandlerTransformation from './credential-usage-handler.transformation';
|
|
223
229
|
export * from './credentials';
|
|
224
|
-
export * as _CredentialsTransformation from './credentials.transformation';
|
|
225
230
|
export * from './credentials-details-certificate-response-element';
|
|
226
231
|
export * as _CredentialsDetailsCertificateResponseElementTransformation from './credentials-details-certificate-response-element.transformation';
|
|
227
232
|
export * from './credentials-details-token-response-element';
|
|
@@ -233,27 +238,28 @@ export * as _CredentialsIdTransformation from './credentials-id.transformation';
|
|
|
233
238
|
export * from './credentials-list';
|
|
234
239
|
export * as _CredentialsListTransformation from './credentials-list.transformation';
|
|
235
240
|
export * from './credentials-response-element';
|
|
236
|
-
export * as _CredentialsResponseElementTransformation from './credentials-response-element.transformation';
|
|
237
241
|
export * from './credentials-response-element-scope';
|
|
238
242
|
export * as _CredentialsResponseElementScopeTransformation from './credentials-response-element-scope.transformation';
|
|
239
243
|
export * from './credentials-response-element-scopes-item';
|
|
240
244
|
export * as _CredentialsResponseElementScopesItemTransformation from './credentials-response-element-scopes-item.transformation';
|
|
241
245
|
export * from './credentials-response-element-type';
|
|
242
246
|
export * as _CredentialsResponseElementTypeTransformation from './credentials-response-element-type.transformation';
|
|
247
|
+
export * as _CredentialsResponseElementTransformation from './credentials-response-element.transformation';
|
|
243
248
|
export * from './credentials-scope';
|
|
244
249
|
export * as _CredentialsScopeTransformation from './credentials-scope.transformation';
|
|
245
250
|
export * from './credentials-scopes-item';
|
|
246
251
|
export * as _CredentialsScopesItemTransformation from './credentials-scopes-item.transformation';
|
|
247
252
|
export * from './credentials-type';
|
|
248
253
|
export * as _CredentialsTypeTransformation from './credentials-type.transformation';
|
|
254
|
+
export * as _CredentialsTransformation from './credentials.transformation';
|
|
249
255
|
export * from './custom-application-impact';
|
|
250
256
|
export * as _CustomApplicationImpactTransformation from './custom-application-impact.transformation';
|
|
251
257
|
export * from './custom-device-creation';
|
|
252
|
-
export * as _CustomDeviceCreationTransformation from './custom-device-creation.transformation';
|
|
253
258
|
export * from './custom-device-creation-properties';
|
|
254
259
|
export * as _CustomDeviceCreationPropertiesTransformation from './custom-device-creation-properties.transformation';
|
|
255
260
|
export * from './custom-device-creation-result';
|
|
256
261
|
export * as _CustomDeviceCreationResultTransformation from './custom-device-creation-result.transformation';
|
|
262
|
+
export * as _CustomDeviceCreationTransformation from './custom-device-creation.transformation';
|
|
257
263
|
export * from './custom-entity-tags';
|
|
258
264
|
export * as _CustomEntityTagsTransformation from './custom-entity-tags.transformation';
|
|
259
265
|
export * from './custom-log-line';
|
|
@@ -263,29 +269,29 @@ export * as _CyberArkAllowedLocationConfigTransformation from './cyber-ark-allow
|
|
|
263
269
|
export * from './cyber-ark-allowed-location-dto';
|
|
264
270
|
export * as _CyberArkAllowedLocationDtoTransformation from './cyber-ark-allowed-location-dto.transformation';
|
|
265
271
|
export * from './cyber-ark-username-password';
|
|
266
|
-
export * as _CyberArkUsernamePasswordTransformation from './cyber-ark-username-password.transformation';
|
|
267
272
|
export * from './cyber-ark-username-password-config';
|
|
268
273
|
export * as _CyberArkUsernamePasswordConfigTransformation from './cyber-ark-username-password-config.transformation';
|
|
274
|
+
export * as _CyberArkUsernamePasswordTransformation from './cyber-ark-username-password.transformation';
|
|
269
275
|
export * from './datasource-definition';
|
|
270
|
-
export * as _DatasourceDefinitionTransformation from './datasource-definition.transformation';
|
|
271
276
|
export * from './datasource-definition-reset-value';
|
|
272
277
|
export * as _DatasourceDefinitionResetValueTransformation from './datasource-definition-reset-value.transformation';
|
|
278
|
+
export * as _DatasourceDefinitionTransformation from './datasource-definition.transformation';
|
|
273
279
|
export * from './davis-security-advice';
|
|
274
|
-
export * as _DavisSecurityAdviceTransformation from './davis-security-advice.transformation';
|
|
275
280
|
export * from './davis-security-advice-advice-type';
|
|
276
281
|
export * as _DavisSecurityAdviceAdviceTypeTransformation from './davis-security-advice-advice-type.transformation';
|
|
277
282
|
export * from './davis-security-advice-list';
|
|
278
283
|
export * as _DavisSecurityAdviceListTransformation from './davis-security-advice-list.transformation';
|
|
279
284
|
export * from './davis-security-advice-technology';
|
|
280
285
|
export * as _DavisSecurityAdviceTechnologyTransformation from './davis-security-advice-technology.transformation';
|
|
286
|
+
export * as _DavisSecurityAdviceTransformation from './davis-security-advice.transformation';
|
|
281
287
|
export * from './deleted-entity-tags';
|
|
282
288
|
export * as _DeletedEntityTagsTransformation from './deleted-entity-tags.transformation';
|
|
283
289
|
export * from './deletion-constraint';
|
|
284
290
|
export * as _DeletionConstraintTransformation from './deletion-constraint.transformation';
|
|
285
291
|
export * from './effective-permission';
|
|
286
|
-
export * as _EffectivePermissionTransformation from './effective-permission.transformation';
|
|
287
292
|
export * from './effective-permission-granted';
|
|
288
293
|
export * as _EffectivePermissionGrantedTransformation from './effective-permission-granted.transformation';
|
|
294
|
+
export * as _EffectivePermissionTransformation from './effective-permission.transformation';
|
|
289
295
|
export * from './effective-settings-value';
|
|
290
296
|
export * as _EffectiveSettingsValueTransformation from './effective-settings-value.transformation';
|
|
291
297
|
export * from './effective-settings-values-list';
|
|
@@ -293,7 +299,6 @@ export * as _EffectiveSettingsValuesListTransformation from './effective-setting
|
|
|
293
299
|
export * from './entities-list';
|
|
294
300
|
export * as _EntitiesListTransformation from './entities-list.transformation';
|
|
295
301
|
export * from './entity';
|
|
296
|
-
export * as _EntityTransformation from './entity.transformation';
|
|
297
302
|
export * from './entity-from-relationships';
|
|
298
303
|
export * as _EntityFromRelationshipsTransformation from './entity-from-relationships.transformation';
|
|
299
304
|
export * from './entity-icon';
|
|
@@ -309,77 +314,78 @@ export * as _EntityStubTransformation from './entity-stub.transformation';
|
|
|
309
314
|
export * from './entity-to-relationships';
|
|
310
315
|
export * as _EntityToRelationshipsTransformation from './entity-to-relationships.transformation';
|
|
311
316
|
export * from './entity-type';
|
|
312
|
-
export * as _EntityTypeTransformation from './entity-type.transformation';
|
|
313
317
|
export * from './entity-type-list';
|
|
314
318
|
export * as _EntityTypeListTransformation from './entity-type-list.transformation';
|
|
315
319
|
export * from './entity-type-property-dto';
|
|
316
320
|
export * as _EntityTypePropertyDtoTransformation from './entity-type-property-dto.transformation';
|
|
321
|
+
export * as _EntityTypeTransformation from './entity-type.transformation';
|
|
322
|
+
export * as _EntityTransformation from './entity.transformation';
|
|
317
323
|
export * from './entry-point';
|
|
318
|
-
export * as _EntryPointTransformation from './entry-point.transformation';
|
|
319
324
|
export * from './entry-point-usage-segment';
|
|
320
|
-
export * as _EntryPointUsageSegmentTransformation from './entry-point-usage-segment.transformation';
|
|
321
325
|
export * from './entry-point-usage-segment-segment-type';
|
|
322
326
|
export * as _EntryPointUsageSegmentSegmentTypeTransformation from './entry-point-usage-segment-segment-type.transformation';
|
|
323
327
|
export * from './entry-point-usage-segment-source-type';
|
|
324
328
|
export * as _EntryPointUsageSegmentSourceTypeTransformation from './entry-point-usage-segment-source-type.transformation';
|
|
329
|
+
export * as _EntryPointUsageSegmentTransformation from './entry-point-usage-segment.transformation';
|
|
330
|
+
export * as _EntryPointTransformation from './entry-point.transformation';
|
|
325
331
|
export * from './entry-points';
|
|
326
332
|
export * as _EntryPointsTransformation from './entry-points.transformation';
|
|
327
333
|
export * from './entrypoint-payload';
|
|
328
|
-
export * as _EntrypointPayloadTransformation from './entrypoint-payload.transformation';
|
|
329
334
|
export * from './entrypoint-payload-type';
|
|
330
335
|
export * as _EntrypointPayloadTypeTransformation from './entrypoint-payload-type.transformation';
|
|
336
|
+
export * as _EntrypointPayloadTransformation from './entrypoint-payload.transformation';
|
|
331
337
|
export * from './enum-type';
|
|
332
|
-
export * as _EnumTypeTransformation from './enum-type.transformation';
|
|
333
338
|
export * from './enum-type-type';
|
|
334
339
|
export * as _EnumTypeTypeTransformation from './enum-type-type.transformation';
|
|
340
|
+
export * as _EnumTypeTransformation from './enum-type.transformation';
|
|
335
341
|
export * from './enum-value';
|
|
336
342
|
export * as _EnumValueTransformation from './enum-value.transformation';
|
|
337
343
|
export * from './error';
|
|
338
|
-
export * as _ErrorTransformation from './error.transformation';
|
|
339
344
|
export * from './error-envelope';
|
|
340
345
|
export * as _ErrorEnvelopeTransformation from './error-envelope.transformation';
|
|
346
|
+
export * as _ErrorTransformation from './error.transformation';
|
|
341
347
|
export * from './event';
|
|
342
|
-
export * as _EventTransformation from './event.transformation';
|
|
343
348
|
export * from './event-evidence';
|
|
344
349
|
export * as _EventEvidenceTransformation from './event-evidence.transformation';
|
|
345
350
|
export * from './event-ingest';
|
|
346
|
-
export * as _EventIngestTransformation from './event-ingest.transformation';
|
|
347
351
|
export * from './event-ingest-event-type';
|
|
348
352
|
export * as _EventIngestEventTypeTransformation from './event-ingest-event-type.transformation';
|
|
349
353
|
export * from './event-ingest-properties';
|
|
350
354
|
export * as _EventIngestPropertiesTransformation from './event-ingest-properties.transformation';
|
|
351
355
|
export * from './event-ingest-result';
|
|
352
|
-
export * as _EventIngestResultTransformation from './event-ingest-result.transformation';
|
|
353
356
|
export * from './event-ingest-result-status';
|
|
354
357
|
export * as _EventIngestResultStatusTransformation from './event-ingest-result-status.transformation';
|
|
358
|
+
export * as _EventIngestResultTransformation from './event-ingest-result.transformation';
|
|
355
359
|
export * from './event-ingest-results';
|
|
356
360
|
export * as _EventIngestResultsTransformation from './event-ingest-results.transformation';
|
|
361
|
+
export * as _EventIngestTransformation from './event-ingest.transformation';
|
|
357
362
|
export * from './event-list';
|
|
358
363
|
export * as _EventListTransformation from './event-list.transformation';
|
|
359
364
|
export * from './event-properties-list';
|
|
360
365
|
export * as _EventPropertiesListTransformation from './event-properties-list.transformation';
|
|
361
366
|
export * from './event-property';
|
|
362
|
-
export * as _EventPropertyTransformation from './event-property.transformation';
|
|
363
367
|
export * from './event-property-details';
|
|
364
368
|
export * as _EventPropertyDetailsTransformation from './event-property-details.transformation';
|
|
369
|
+
export * as _EventPropertyTransformation from './event-property.transformation';
|
|
365
370
|
export * from './event-status';
|
|
366
371
|
export * as _EventStatusTransformation from './event-status.transformation';
|
|
367
372
|
export * from './event-type';
|
|
368
|
-
export * as _EventTypeTransformation from './event-type.transformation';
|
|
369
373
|
export * from './event-type-list';
|
|
370
374
|
export * as _EventTypeListTransformation from './event-type-list.transformation';
|
|
371
375
|
export * from './event-type-severity-level';
|
|
372
376
|
export * as _EventTypeSeverityLevelTransformation from './event-type-severity-level.transformation';
|
|
377
|
+
export * as _EventTypeTransformation from './event-type.transformation';
|
|
378
|
+
export * as _EventTransformation from './event.transformation';
|
|
373
379
|
export * from './evidence';
|
|
374
|
-
export * as _EvidenceTransformation from './evidence.transformation';
|
|
375
380
|
export * from './evidence-details';
|
|
376
381
|
export * as _EvidenceDetailsTransformation from './evidence-details.transformation';
|
|
377
382
|
export * from './evidence-evidence-type';
|
|
378
383
|
export * as _EvidenceEvidenceTypeTransformation from './evidence-evidence-type.transformation';
|
|
384
|
+
export * as _EvidenceTransformation from './evidence.transformation';
|
|
379
385
|
export * from './execute-actions-dto';
|
|
380
|
-
export * as _ExecuteActionsDtoTransformation from './execute-actions-dto.transformation';
|
|
381
386
|
export * from './execute-actions-dto-actions';
|
|
382
387
|
export * as _ExecuteActionsDtoActionsTransformation from './execute-actions-dto-actions.transformation';
|
|
388
|
+
export * as _ExecuteActionsDtoTransformation from './execute-actions-dto.transformation';
|
|
383
389
|
export * from './execute-actions-response';
|
|
384
390
|
export * as _ExecuteActionsResponseTransformation from './execute-actions-response.transformation';
|
|
385
391
|
export * from './execution-full-results';
|
|
@@ -387,61 +393,61 @@ export * as _ExecutionFullResultsTransformation from './execution-full-results.t
|
|
|
387
393
|
export * from './execution-simple-results';
|
|
388
394
|
export * as _ExecutionSimpleResultsTransformation from './execution-simple-results.transformation';
|
|
389
395
|
export * from './execution-step';
|
|
390
|
-
export * as _ExecutionStepTransformation from './execution-step.transformation';
|
|
391
396
|
export * from './execution-step-monitor-type';
|
|
392
397
|
export * as _ExecutionStepMonitorTypeTransformation from './execution-step-monitor-type.transformation';
|
|
398
|
+
export * as _ExecutionStepTransformation from './execution-step.transformation';
|
|
393
399
|
export * from './exported-log-record-list';
|
|
394
400
|
export * as _ExportedLogRecordListTransformation from './exported-log-record-list.transformation';
|
|
395
401
|
export * from './extension';
|
|
396
|
-
export * as _ExtensionTransformation from './extension.transformation';
|
|
397
402
|
export * from './extension-assets-dto';
|
|
398
403
|
export * as _ExtensionAssetsDtoTransformation from './extension-assets-dto.transformation';
|
|
399
404
|
export * from './extension-environment-configuration-version';
|
|
400
405
|
export * as _ExtensionEnvironmentConfigurationVersionTransformation from './extension-environment-configuration-version.transformation';
|
|
401
406
|
export * from './extension-event-dto';
|
|
402
|
-
export * as _ExtensionEventDtoTransformation from './extension-event-dto.transformation';
|
|
403
407
|
export * from './extension-event-dto-status';
|
|
404
408
|
export * as _ExtensionEventDtoStatusTransformation from './extension-event-dto-status.transformation';
|
|
409
|
+
export * as _ExtensionEventDtoTransformation from './extension-event-dto.transformation';
|
|
405
410
|
export * from './extension-events-list';
|
|
406
411
|
export * as _ExtensionEventsListTransformation from './extension-events-list.transformation';
|
|
407
412
|
export * from './extension-feature-sets-details';
|
|
408
413
|
export * as _ExtensionFeatureSetsDetailsTransformation from './extension-feature-sets-details.transformation';
|
|
409
414
|
export * from './extension-info';
|
|
410
|
-
export * as _ExtensionInfoTransformation from './extension-info.transformation';
|
|
411
415
|
export * from './extension-info-list';
|
|
412
416
|
export * as _ExtensionInfoListTransformation from './extension-info-list.transformation';
|
|
417
|
+
export * as _ExtensionInfoTransformation from './extension-info.transformation';
|
|
413
418
|
export * from './extension-list';
|
|
414
419
|
export * as _ExtensionListTransformation from './extension-list.transformation';
|
|
415
420
|
export * from './extension-monitoring-configuration';
|
|
416
|
-
export * as _ExtensionMonitoringConfigurationTransformation from './extension-monitoring-configuration.transformation';
|
|
417
421
|
export * from './extension-monitoring-configuration-value';
|
|
418
422
|
export * as _ExtensionMonitoringConfigurationValueTransformation from './extension-monitoring-configuration-value.transformation';
|
|
423
|
+
export * as _ExtensionMonitoringConfigurationTransformation from './extension-monitoring-configuration.transformation';
|
|
419
424
|
export * from './extension-monitoring-configurations-list';
|
|
420
425
|
export * as _ExtensionMonitoringConfigurationsListTransformation from './extension-monitoring-configurations-list.transformation';
|
|
421
426
|
export * from './extension-status-dto';
|
|
422
|
-
export * as _ExtensionStatusDtoTransformation from './extension-status-dto.transformation';
|
|
423
427
|
export * from './extension-status-dto-status';
|
|
424
428
|
export * as _ExtensionStatusDtoStatusTransformation from './extension-status-dto-status.transformation';
|
|
429
|
+
export * as _ExtensionStatusDtoTransformation from './extension-status-dto.transformation';
|
|
425
430
|
export * from './extension-upload-response-dto';
|
|
426
|
-
export * as _ExtensionUploadResponseDtoTransformation from './extension-upload-response-dto.transformation';
|
|
427
431
|
export * from './extension-upload-response-dto-feature-sets-details';
|
|
428
432
|
export * as _ExtensionUploadResponseDtoFeatureSetsDetailsTransformation from './extension-upload-response-dto-feature-sets-details.transformation';
|
|
433
|
+
export * as _ExtensionUploadResponseDtoTransformation from './extension-upload-response-dto.transformation';
|
|
434
|
+
export * as _ExtensionTransformation from './extension.transformation';
|
|
429
435
|
export * from './external-vault';
|
|
430
|
-
export * as _ExternalVaultTransformation from './external-vault.transformation';
|
|
431
436
|
export * from './external-vault-config';
|
|
432
|
-
export * as _ExternalVaultConfigTransformation from './external-vault-config.transformation';
|
|
433
437
|
export * from './external-vault-config-source-auth-method';
|
|
434
438
|
export * as _ExternalVaultConfigSourceAuthMethodTransformation from './external-vault-config-source-auth-method.transformation';
|
|
435
439
|
export * from './external-vault-config-type';
|
|
436
440
|
export * as _ExternalVaultConfigTypeTransformation from './external-vault-config-type.transformation';
|
|
441
|
+
export * as _ExternalVaultConfigTransformation from './external-vault-config.transformation';
|
|
437
442
|
export * from './external-vault-source-auth-method';
|
|
438
443
|
export * as _ExternalVaultSourceAuthMethodTransformation from './external-vault-source-auth-method.transformation';
|
|
444
|
+
export * as _ExternalVaultTransformation from './external-vault.transformation';
|
|
439
445
|
export * from './feature-set-details';
|
|
440
446
|
export * as _FeatureSetDetailsTransformation from './feature-set-details.transformation';
|
|
441
447
|
export * from './filter';
|
|
442
|
-
export * as _FilterTransformation from './filter.transformation';
|
|
443
448
|
export * from './filter-type';
|
|
444
449
|
export * as _FilterTypeTransformation from './filter-type.transformation';
|
|
450
|
+
export * as _FilterTransformation from './filter.transformation';
|
|
445
451
|
export * from './filtered-counts-dto';
|
|
446
452
|
export * as _FilteredCountsDtoTransformation from './filtered-counts-dto.transformation';
|
|
447
453
|
export * from './from-position';
|
|
@@ -492,6 +498,8 @@ export * from './get-locations-query-type';
|
|
|
492
498
|
export * as _GetLocationsQueryTypeTransformation from './get-locations-query-type.transformation';
|
|
493
499
|
export * from './get-nodes-query-assigned-to-location';
|
|
494
500
|
export * as _GetNodesQueryAssignedToLocationTransformation from './get-nodes-query-assigned-to-location.transformation';
|
|
501
|
+
export * from './get-permission-path-accessor-type';
|
|
502
|
+
export * as _GetPermissionPathAccessorTypeTransformation from './get-permission-path-accessor-type.transformation';
|
|
495
503
|
export * from './get-slo-by-id-query-time-frame';
|
|
496
504
|
export * as _GetSloByIdQueryTimeFrameTransformation from './get-slo-by-id-query-time-frame.transformation';
|
|
497
505
|
export * from './get-slo-query-enabled-slos';
|
|
@@ -509,13 +517,13 @@ export * as _GetUpdateJobListByAgIdQueryUpdateTypeTransformation from './get-upd
|
|
|
509
517
|
export * from './global-counts-dto';
|
|
510
518
|
export * as _GlobalCountsDtoTransformation from './global-counts-dto.transformation';
|
|
511
519
|
export * from './hashicorp-approle';
|
|
512
|
-
export * as _HashicorpApproleTransformation from './hashicorp-approle.transformation';
|
|
513
520
|
export * from './hashicorp-approle-config';
|
|
514
521
|
export * as _HashicorpApproleConfigTransformation from './hashicorp-approle-config.transformation';
|
|
522
|
+
export * as _HashicorpApproleTransformation from './hashicorp-approle.transformation';
|
|
515
523
|
export * from './hashicorp-certificate';
|
|
516
|
-
export * as _HashicorpCertificateTransformation from './hashicorp-certificate.transformation';
|
|
517
524
|
export * from './hashicorp-certificate-config';
|
|
518
525
|
export * as _HashicorpCertificateConfigTransformation from './hashicorp-certificate-config.transformation';
|
|
526
|
+
export * as _HashicorpCertificateTransformation from './hashicorp-certificate.transformation';
|
|
519
527
|
export * from './history-modification-info';
|
|
520
528
|
export * as _HistoryModificationInfoTransformation from './history-modification-info.transformation';
|
|
521
529
|
export * from './http-protocol-details';
|
|
@@ -523,15 +531,15 @@ export * as _HttpProtocolDetailsTransformation from './http-protocol-details.tra
|
|
|
523
531
|
export * from './http-request-parameter';
|
|
524
532
|
export * as _HttpRequestParameterTransformation from './http-request-parameter.transformation';
|
|
525
533
|
export * from './identity';
|
|
526
|
-
export * as _IdentityTransformation from './identity.transformation';
|
|
527
534
|
export * from './identity-type';
|
|
528
535
|
export * as _IdentityTypeTransformation from './identity-type.transformation';
|
|
536
|
+
export * as _IdentityTransformation from './identity.transformation';
|
|
529
537
|
export * from './impact';
|
|
530
|
-
export * as _ImpactTransformation from './impact.transformation';
|
|
531
538
|
export * from './impact-analysis';
|
|
532
539
|
export * as _ImpactAnalysisTransformation from './impact-analysis.transformation';
|
|
533
540
|
export * from './impact-impact-type';
|
|
534
541
|
export * as _ImpactImpactTypeTransformation from './impact-impact-type.transformation';
|
|
542
|
+
export * as _ImpactTransformation from './impact.transformation';
|
|
535
543
|
export * from './ingest-body';
|
|
536
544
|
export * as _IngestBodyTransformation from './ingest-body.transformation';
|
|
537
545
|
export * from './insert-position';
|
|
@@ -541,9 +549,9 @@ export * as _InvalidLineTransformation from './invalid-line.transformation';
|
|
|
541
549
|
export * from './invocation';
|
|
542
550
|
export * as _InvocationTransformation from './invocation.transformation';
|
|
543
551
|
export * from './item';
|
|
544
|
-
export * as _ItemTransformation from './item.transformation';
|
|
545
552
|
export * from './item-metadata';
|
|
546
553
|
export * as _ItemMetadataTransformation from './item-metadata.transformation';
|
|
554
|
+
export * as _ItemTransformation from './item.transformation';
|
|
547
555
|
export * from './json-node';
|
|
548
556
|
export * as _JsonNodeTransformation from './json-node.transformation';
|
|
549
557
|
export * from './linked-problem';
|
|
@@ -551,7 +559,6 @@ export * as _LinkedProblemTransformation from './linked-problem.transformation';
|
|
|
551
559
|
export * from './list-credentials-query-type';
|
|
552
560
|
export * as _ListCredentialsQueryTypeTransformation from './list-credentials-query-type.transformation';
|
|
553
561
|
export * from './location-collection-element';
|
|
554
|
-
export * as _LocationCollectionElementTransformation from './location-collection-element.transformation';
|
|
555
562
|
export * from './location-collection-element-cloud-platform';
|
|
556
563
|
export * as _LocationCollectionElementCloudPlatformTransformation from './location-collection-element-cloud-platform.transformation';
|
|
557
564
|
export * from './location-collection-element-stage';
|
|
@@ -560,6 +567,7 @@ export * from './location-collection-element-status';
|
|
|
560
567
|
export * as _LocationCollectionElementStatusTransformation from './location-collection-element-status.transformation';
|
|
561
568
|
export * from './location-collection-element-type';
|
|
562
569
|
export * as _LocationCollectionElementTypeTransformation from './location-collection-element-type.transformation';
|
|
570
|
+
export * as _LocationCollectionElementTransformation from './location-collection-element.transformation';
|
|
563
571
|
export * from './location-execution-results';
|
|
564
572
|
export * as _LocationExecutionResultsTransformation from './location-execution-results.transformation';
|
|
565
573
|
export * from './log-message-json';
|
|
@@ -567,31 +575,30 @@ export * as _LogMessageJsonTransformation from './log-message-json.transformatio
|
|
|
567
575
|
export * from './log-message-plain';
|
|
568
576
|
export * as _LogMessagePlainTransformation from './log-message-plain.transformation';
|
|
569
577
|
export * from './log-record';
|
|
570
|
-
export * as _LogRecordTransformation from './log-record.transformation';
|
|
571
578
|
export * from './log-record-additional-columns';
|
|
572
579
|
export * as _LogRecordAdditionalColumnsTransformation from './log-record-additional-columns.transformation';
|
|
573
580
|
export * from './log-record-event-type';
|
|
574
581
|
export * as _LogRecordEventTypeTransformation from './log-record-event-type.transformation';
|
|
575
582
|
export * from './log-record-status';
|
|
576
583
|
export * as _LogRecordStatusTransformation from './log-record-status.transformation';
|
|
584
|
+
export * as _LogRecordTransformation from './log-record.transformation';
|
|
577
585
|
export * from './log-records-list';
|
|
578
586
|
export * as _LogRecordsListTransformation from './log-records-list.transformation';
|
|
579
|
-
export * from './me-tag';
|
|
580
|
-
export * as _METagTransformation from './me-tag.transformation';
|
|
581
587
|
export * from './maintenance-window-evidence';
|
|
582
588
|
export * as _MaintenanceWindowEvidenceTransformation from './maintenance-window-evidence.transformation';
|
|
583
589
|
export * from './management-zone';
|
|
584
|
-
export * as _ManagementZoneTransformation from './management-zone.transformation';
|
|
585
590
|
export * from './management-zone-details';
|
|
586
591
|
export * as _ManagementZoneDetailsTransformation from './management-zone-details.transformation';
|
|
592
|
+
export * as _ManagementZoneTransformation from './management-zone.transformation';
|
|
593
|
+
export * from './me-tag';
|
|
594
|
+
export * as _METagTransformation from './me-tag.transformation';
|
|
587
595
|
export * from './metric-data';
|
|
588
596
|
export * as _MetricDataTransformation from './metric-data.transformation';
|
|
589
597
|
export * from './metric-default-aggregation';
|
|
590
|
-
export * as _MetricDefaultAggregationTransformation from './metric-default-aggregation.transformation';
|
|
591
598
|
export * from './metric-default-aggregation-type';
|
|
592
599
|
export * as _MetricDefaultAggregationTypeTransformation from './metric-default-aggregation-type.transformation';
|
|
600
|
+
export * as _MetricDefaultAggregationTransformation from './metric-default-aggregation.transformation';
|
|
593
601
|
export * from './metric-descriptor';
|
|
594
|
-
export * as _MetricDescriptorTransformation from './metric-descriptor.transformation';
|
|
595
602
|
export * from './metric-descriptor-aggregation-types-item';
|
|
596
603
|
export * as _MetricDescriptorAggregationTypesItemTransformation from './metric-descriptor-aggregation-types-item.transformation';
|
|
597
604
|
export * from './metric-descriptor-collection';
|
|
@@ -600,12 +607,13 @@ export * from './metric-descriptor-transformations-item';
|
|
|
600
607
|
export * as _MetricDescriptorTransformationsItemTransformation from './metric-descriptor-transformations-item.transformation';
|
|
601
608
|
export * from './metric-descriptor-unit-display-format';
|
|
602
609
|
export * as _MetricDescriptorUnitDisplayFormatTransformation from './metric-descriptor-unit-display-format.transformation';
|
|
610
|
+
export * as _MetricDescriptorTransformation from './metric-descriptor.transformation';
|
|
603
611
|
export * from './metric-dimension-cardinality';
|
|
604
612
|
export * as _MetricDimensionCardinalityTransformation from './metric-dimension-cardinality.transformation';
|
|
605
613
|
export * from './metric-dimension-definition';
|
|
606
|
-
export * as _MetricDimensionDefinitionTransformation from './metric-dimension-definition.transformation';
|
|
607
614
|
export * from './metric-dimension-definition-type';
|
|
608
615
|
export * as _MetricDimensionDefinitionTypeTransformation from './metric-dimension-definition-type.transformation';
|
|
616
|
+
export * as _MetricDimensionDefinitionTransformation from './metric-dimension-definition.transformation';
|
|
609
617
|
export * from './metric-dto';
|
|
610
618
|
export * as _MetricDtoTransformation from './metric-dto.transformation';
|
|
611
619
|
export * from './metric-evidence';
|
|
@@ -615,27 +623,27 @@ export * as _MetricIngestErrorTransformation from './metric-ingest-error.transfo
|
|
|
615
623
|
export * from './metric-metadata-dto';
|
|
616
624
|
export * as _MetricMetadataDtoTransformation from './metric-metadata-dto.transformation';
|
|
617
625
|
export * from './metric-query-dql-translation';
|
|
618
|
-
export * as _MetricQueryDQLTranslationTransformation from './metric-query-dql-translation.transformation';
|
|
619
626
|
export * from './metric-query-dql-translation-status';
|
|
620
627
|
export * as _MetricQueryDQLTranslationStatusTransformation from './metric-query-dql-translation-status.transformation';
|
|
628
|
+
export * as _MetricQueryDQLTranslationTransformation from './metric-query-dql-translation.transformation';
|
|
621
629
|
export * from './metric-series';
|
|
622
|
-
export * as _MetricSeriesTransformation from './metric-series.transformation';
|
|
623
630
|
export * from './metric-series-collection';
|
|
624
631
|
export * as _MetricSeriesCollectionTransformation from './metric-series-collection.transformation';
|
|
625
632
|
export * from './metric-series-dimension-map';
|
|
626
633
|
export * as _MetricSeriesDimensionMapTransformation from './metric-series-dimension-map.transformation';
|
|
634
|
+
export * as _MetricSeriesTransformation from './metric-series.transformation';
|
|
627
635
|
export * from './metric-value-type';
|
|
628
|
-
export * as _MetricValueTypeTransformation from './metric-value-type.transformation';
|
|
629
636
|
export * from './metric-value-type-type';
|
|
630
637
|
export * as _MetricValueTypeTypeTransformation from './metric-value-type-type.transformation';
|
|
638
|
+
export * as _MetricValueTypeTransformation from './metric-value-type.transformation';
|
|
631
639
|
export * from './minimal-extension';
|
|
632
640
|
export * as _MinimalExtensionTransformation from './minimal-extension.transformation';
|
|
633
641
|
export * from './mobile-impact';
|
|
634
642
|
export * as _MobileImpactTransformation from './mobile-impact.transformation';
|
|
635
643
|
export * from './modification';
|
|
636
|
-
export * as _ModificationTransformation from './modification.transformation';
|
|
637
644
|
export * from './modification-info';
|
|
638
645
|
export * as _ModificationInfoTransformation from './modification-info.transformation';
|
|
646
|
+
export * as _ModificationTransformation from './modification.transformation';
|
|
639
647
|
export * from './monitor-entity-id-dto';
|
|
640
648
|
export * as _MonitorEntityIdDtoTransformation from './monitor-entity-id-dto.transformation';
|
|
641
649
|
export * from './monitor-execution-results';
|
|
@@ -647,11 +655,11 @@ export * as _MonitorRequestHeaderTransformation from './monitor-request-header.t
|
|
|
647
655
|
export * from './monitored-entity-state-param';
|
|
648
656
|
export * as _MonitoredEntityStateParamTransformation from './monitored-entity-state-param.transformation';
|
|
649
657
|
export * from './monitored-entity-states';
|
|
650
|
-
export * as _MonitoredEntityStatesTransformation from './monitored-entity-states.transformation';
|
|
651
658
|
export * from './monitored-entity-states-severity';
|
|
652
659
|
export * as _MonitoredEntityStatesSeverityTransformation from './monitored-entity-states-severity.transformation';
|
|
653
660
|
export * from './monitored-entity-states-state';
|
|
654
661
|
export * as _MonitoredEntityStatesStateTransformation from './monitored-entity-states-state.transformation';
|
|
662
|
+
export * as _MonitoredEntityStatesTransformation from './monitored-entity-states.transformation';
|
|
655
663
|
export * from './monitored-states';
|
|
656
664
|
export * as _MonitoredStatesTransformation from './monitored-states.transformation';
|
|
657
665
|
export * from './monitoring-configuration-dto';
|
|
@@ -661,11 +669,10 @@ export * as _MonitoringConfigurationResponseTransformation from './monitoring-co
|
|
|
661
669
|
export * from './monitoring-configuration-update-dto';
|
|
662
670
|
export * as _MonitoringConfigurationUpdateDtoTransformation from './monitoring-configuration-update-dto.transformation';
|
|
663
671
|
export * from './mute-state';
|
|
664
|
-
export * as _MuteStateTransformation from './mute-state.transformation';
|
|
665
672
|
export * from './mute-state-reason';
|
|
666
673
|
export * as _MuteStateReasonTransformation from './mute-state-reason.transformation';
|
|
674
|
+
export * as _MuteStateTransformation from './mute-state.transformation';
|
|
667
675
|
export * from './network-zone';
|
|
668
|
-
export * as _NetworkZoneTransformation from './network-zone.transformation';
|
|
669
676
|
export * from './network-zone-connection-statistics';
|
|
670
677
|
export * as _NetworkZoneConnectionStatisticsTransformation from './network-zone-connection-statistics.transformation';
|
|
671
678
|
export * from './network-zone-fallback-mode';
|
|
@@ -674,10 +681,11 @@ export * from './network-zone-list';
|
|
|
674
681
|
export * as _NetworkZoneListTransformation from './network-zone-list.transformation';
|
|
675
682
|
export * from './network-zone-settings';
|
|
676
683
|
export * as _NetworkZoneSettingsTransformation from './network-zone-settings.transformation';
|
|
684
|
+
export * as _NetworkZoneTransformation from './network-zone.transformation';
|
|
677
685
|
export * from './node';
|
|
678
|
-
export * as _NodeTransformation from './node.transformation';
|
|
679
686
|
export * from './node-collection-element';
|
|
680
687
|
export * as _NodeCollectionElementTransformation from './node-collection-element.transformation';
|
|
688
|
+
export * as _NodeTransformation from './node.transformation';
|
|
681
689
|
export * from './nodes';
|
|
682
690
|
export * as _NodesTransformation from './nodes.transformation';
|
|
683
691
|
export * from './object-node';
|
|
@@ -687,19 +695,20 @@ export * as _ObjectsListTransformation from './objects-list.transformation';
|
|
|
687
695
|
export * from './permission-context';
|
|
688
696
|
export * as _PermissionContextTransformation from './permission-context.transformation';
|
|
689
697
|
export * from './precondition';
|
|
690
|
-
export * as _PreconditionTransformation from './precondition.transformation';
|
|
691
698
|
export * from './precondition-type';
|
|
692
699
|
export * as _PreconditionTypeTransformation from './precondition-type.transformation';
|
|
700
|
+
export * as _PreconditionTransformation from './precondition.transformation';
|
|
693
701
|
export * from './private-synthetic-location';
|
|
694
|
-
export * as _PrivateSyntheticLocationTransformation from './private-synthetic-location.transformation';
|
|
695
702
|
export * from './private-synthetic-location-deployment-type';
|
|
696
703
|
export * as _PrivateSyntheticLocationDeploymentTypeTransformation from './private-synthetic-location-deployment-type.transformation';
|
|
704
|
+
export * from './private-synthetic-location-node-names';
|
|
705
|
+
export * as _PrivateSyntheticLocationNodeNamesTransformation from './private-synthetic-location-node-names.transformation';
|
|
697
706
|
export * from './private-synthetic-location-status';
|
|
698
707
|
export * as _PrivateSyntheticLocationStatusTransformation from './private-synthetic-location-status.transformation';
|
|
699
708
|
export * from './private-synthetic-location-type';
|
|
700
709
|
export * as _PrivateSyntheticLocationTypeTransformation from './private-synthetic-location-type.transformation';
|
|
710
|
+
export * as _PrivateSyntheticLocationTransformation from './private-synthetic-location.transformation';
|
|
701
711
|
export * from './problem';
|
|
702
|
-
export * as _ProblemTransformation from './problem.transformation';
|
|
703
712
|
export * from './problem-close-request-dto-impl';
|
|
704
713
|
export * as _ProblemCloseRequestDtoImplTransformation from './problem-close-request-dto-impl.transformation';
|
|
705
714
|
export * from './problem-close-result';
|
|
@@ -710,16 +719,17 @@ export * from './problem-severity-level';
|
|
|
710
719
|
export * as _ProblemSeverityLevelTransformation from './problem-severity-level.transformation';
|
|
711
720
|
export * from './problem-status';
|
|
712
721
|
export * as _ProblemStatusTransformation from './problem-status.transformation';
|
|
722
|
+
export * as _ProblemTransformation from './problem.transformation';
|
|
713
723
|
export * from './problems';
|
|
714
724
|
export * as _ProblemsTransformation from './problems.transformation';
|
|
715
725
|
export * from './process-group-vulnerable-functions';
|
|
716
726
|
export * as _ProcessGroupVulnerableFunctionsTransformation from './process-group-vulnerable-functions.transformation';
|
|
717
727
|
export * from './property-definition';
|
|
718
|
-
export * as _PropertyDefinitionTransformation from './property-definition.transformation';
|
|
719
728
|
export * from './property-definition-metadata';
|
|
720
729
|
export * as _PropertyDefinitionMetadataTransformation from './property-definition-metadata.transformation';
|
|
721
730
|
export * from './property-definition-modification-policy';
|
|
722
731
|
export * as _PropertyDefinitionModificationPolicyTransformation from './property-definition-modification-policy.transformation';
|
|
732
|
+
export * as _PropertyDefinitionTransformation from './property-definition.transformation';
|
|
723
733
|
export * from './protocol-details';
|
|
724
734
|
export * as _ProtocolDetailsTransformation from './protocol-details.transformation';
|
|
725
735
|
export * from './public-certificate-credentials';
|
|
@@ -741,17 +751,16 @@ export * as _RelatedEntitiesListTransformation from './related-entities-list.tra
|
|
|
741
751
|
export * from './related-entity';
|
|
742
752
|
export * as _RelatedEntityTransformation from './related-entity.transformation';
|
|
743
753
|
export * from './related-service';
|
|
744
|
-
export * as _RelatedServiceTransformation from './related-service.transformation';
|
|
745
754
|
export * from './related-service-exposure';
|
|
746
755
|
export * as _RelatedServiceExposureTransformation from './related-service-exposure.transformation';
|
|
756
|
+
export * as _RelatedServiceTransformation from './related-service.transformation';
|
|
747
757
|
export * from './release';
|
|
748
|
-
export * as _ReleaseTransformation from './release.transformation';
|
|
749
758
|
export * from './release-instance';
|
|
750
759
|
export * as _ReleaseInstanceTransformation from './release-instance.transformation';
|
|
760
|
+
export * as _ReleaseTransformation from './release.transformation';
|
|
751
761
|
export * from './releases';
|
|
752
762
|
export * as _ReleasesTransformation from './releases.transformation';
|
|
753
763
|
export * from './remediation-assessment';
|
|
754
|
-
export * as _RemediationAssessmentTransformation from './remediation-assessment.transformation';
|
|
755
764
|
export * from './remediation-assessment-assessment-accuracy';
|
|
756
765
|
export * as _RemediationAssessmentAssessmentAccuracyTransformation from './remediation-assessment-assessment-accuracy.transformation';
|
|
757
766
|
export * from './remediation-assessment-data-assets';
|
|
@@ -760,92 +769,93 @@ export * from './remediation-assessment-exposure';
|
|
|
760
769
|
export * as _RemediationAssessmentExposureTransformation from './remediation-assessment-exposure.transformation';
|
|
761
770
|
export * from './remediation-assessment-vulnerable-function-usage';
|
|
762
771
|
export * as _RemediationAssessmentVulnerableFunctionUsageTransformation from './remediation-assessment-vulnerable-function-usage.transformation';
|
|
772
|
+
export * as _RemediationAssessmentTransformation from './remediation-assessment.transformation';
|
|
763
773
|
export * from './remediation-details-item';
|
|
764
|
-
export * as _RemediationDetailsItemTransformation from './remediation-details-item.transformation';
|
|
765
774
|
export * from './remediation-details-item-vulnerability-state';
|
|
766
775
|
export * as _RemediationDetailsItemVulnerabilityStateTransformation from './remediation-details-item-vulnerability-state.transformation';
|
|
776
|
+
export * as _RemediationDetailsItemTransformation from './remediation-details-item.transformation';
|
|
767
777
|
export * from './remediation-item';
|
|
768
|
-
export * as _RemediationItemTransformation from './remediation-item.transformation';
|
|
769
778
|
export * from './remediation-item-details-vulnerable-component';
|
|
770
779
|
export * as _RemediationItemDetailsVulnerableComponentTransformation from './remediation-item-details-vulnerable-component.transformation';
|
|
771
780
|
export * from './remediation-item-list';
|
|
772
781
|
export * as _RemediationItemListTransformation from './remediation-item-list.transformation';
|
|
773
782
|
export * from './remediation-item-mute-state';
|
|
774
|
-
export * as _RemediationItemMuteStateTransformation from './remediation-item-mute-state.transformation';
|
|
775
783
|
export * from './remediation-item-mute-state-change';
|
|
776
|
-
export * as _RemediationItemMuteStateChangeTransformation from './remediation-item-mute-state-change.transformation';
|
|
777
784
|
export * from './remediation-item-mute-state-change-reason';
|
|
778
785
|
export * as _RemediationItemMuteStateChangeReasonTransformation from './remediation-item-mute-state-change-reason.transformation';
|
|
786
|
+
export * as _RemediationItemMuteStateChangeTransformation from './remediation-item-mute-state-change.transformation';
|
|
779
787
|
export * from './remediation-item-mute-state-reason';
|
|
780
788
|
export * as _RemediationItemMuteStateReasonTransformation from './remediation-item-mute-state-reason.transformation';
|
|
789
|
+
export * as _RemediationItemMuteStateTransformation from './remediation-item-mute-state.transformation';
|
|
781
790
|
export * from './remediation-item-muting-summary';
|
|
782
|
-
export * as _RemediationItemMutingSummaryTransformation from './remediation-item-muting-summary.transformation';
|
|
783
791
|
export * from './remediation-item-muting-summary-reason';
|
|
784
792
|
export * as _RemediationItemMutingSummaryReasonTransformation from './remediation-item-muting-summary-reason.transformation';
|
|
793
|
+
export * as _RemediationItemMutingSummaryTransformation from './remediation-item-muting-summary.transformation';
|
|
785
794
|
export * from './remediation-item-vulnerability-state';
|
|
786
795
|
export * as _RemediationItemVulnerabilityStateTransformation from './remediation-item-vulnerability-state.transformation';
|
|
796
|
+
export * as _RemediationItemTransformation from './remediation-item.transformation';
|
|
787
797
|
export * from './remediation-items-bulk-mute';
|
|
788
|
-
export * as _RemediationItemsBulkMuteTransformation from './remediation-items-bulk-mute.transformation';
|
|
789
798
|
export * from './remediation-items-bulk-mute-reason';
|
|
790
799
|
export * as _RemediationItemsBulkMuteReasonTransformation from './remediation-items-bulk-mute-reason.transformation';
|
|
791
800
|
export * from './remediation-items-bulk-mute-response';
|
|
792
801
|
export * as _RemediationItemsBulkMuteResponseTransformation from './remediation-items-bulk-mute-response.transformation';
|
|
802
|
+
export * as _RemediationItemsBulkMuteTransformation from './remediation-items-bulk-mute.transformation';
|
|
793
803
|
export * from './remediation-items-bulk-unmute';
|
|
794
|
-
export * as _RemediationItemsBulkUnmuteTransformation from './remediation-items-bulk-unmute.transformation';
|
|
795
804
|
export * from './remediation-items-bulk-unmute-reason';
|
|
796
805
|
export * as _RemediationItemsBulkUnmuteReasonTransformation from './remediation-items-bulk-unmute-reason.transformation';
|
|
797
806
|
export * from './remediation-items-bulk-unmute-response';
|
|
798
807
|
export * as _RemediationItemsBulkUnmuteResponseTransformation from './remediation-items-bulk-unmute-response.transformation';
|
|
808
|
+
export * as _RemediationItemsBulkUnmuteTransformation from './remediation-items-bulk-unmute.transformation';
|
|
799
809
|
export * from './remediation-items-bulk-update-delete-dto';
|
|
800
|
-
export * as _RemediationItemsBulkUpdateDeleteDtoTransformation from './remediation-items-bulk-update-delete-dto.transformation';
|
|
801
810
|
export * from './remediation-items-bulk-update-delete-dto-updates';
|
|
802
811
|
export * as _RemediationItemsBulkUpdateDeleteDtoUpdatesTransformation from './remediation-items-bulk-update-delete-dto-updates.transformation';
|
|
812
|
+
export * as _RemediationItemsBulkUpdateDeleteDtoTransformation from './remediation-items-bulk-update-delete-dto.transformation';
|
|
803
813
|
export * from './remediation-progress';
|
|
804
|
-
export * as _RemediationProgressTransformation from './remediation-progress.transformation';
|
|
805
814
|
export * from './remediation-progress-entity';
|
|
806
|
-
export * as _RemediationProgressEntityTransformation from './remediation-progress-entity.transformation';
|
|
807
815
|
export * from './remediation-progress-entity-assessment';
|
|
808
|
-
export * as _RemediationProgressEntityAssessmentTransformation from './remediation-progress-entity-assessment.transformation';
|
|
809
816
|
export * from './remediation-progress-entity-assessment-vulnerable-function-usage';
|
|
810
817
|
export * as _RemediationProgressEntityAssessmentVulnerableFunctionUsageTransformation from './remediation-progress-entity-assessment-vulnerable-function-usage.transformation';
|
|
818
|
+
export * as _RemediationProgressEntityAssessmentTransformation from './remediation-progress-entity-assessment.transformation';
|
|
811
819
|
export * from './remediation-progress-entity-list';
|
|
812
820
|
export * as _RemediationProgressEntityListTransformation from './remediation-progress-entity-list.transformation';
|
|
813
821
|
export * from './remediation-progress-entity-state';
|
|
814
822
|
export * as _RemediationProgressEntityStateTransformation from './remediation-progress-entity-state.transformation';
|
|
823
|
+
export * as _RemediationProgressEntityTransformation from './remediation-progress-entity.transformation';
|
|
815
824
|
export * from './remediation-progress-vulnerable-component';
|
|
816
825
|
export * as _RemediationProgressVulnerableComponentTransformation from './remediation-progress-vulnerable-component.transformation';
|
|
826
|
+
export * as _RemediationProgressTransformation from './remediation-progress.transformation';
|
|
827
|
+
export * from './remove-permission-path-accessor-type';
|
|
828
|
+
export * as _RemovePermissionPathAccessorTypeTransformation from './remove-permission-path-accessor-type.transformation';
|
|
817
829
|
export * from './request-information';
|
|
818
830
|
export * as _RequestInformationTransformation from './request-information.transformation';
|
|
819
831
|
export * from './resolution-request';
|
|
820
832
|
export * as _ResolutionRequestTransformation from './resolution-request.transformation';
|
|
821
833
|
export * from './resource-context';
|
|
822
|
-
export * as _ResourceContextTransformation from './resource-context.transformation';
|
|
823
834
|
export * from './resource-context-operations-item';
|
|
824
835
|
export * as _ResourceContextOperationsItemTransformation from './resource-context-operations-item.transformation';
|
|
836
|
+
export * as _ResourceContextTransformation from './resource-context.transformation';
|
|
825
837
|
export * from './revision-diff';
|
|
826
|
-
export * as _RevisionDiffTransformation from './revision-diff.transformation';
|
|
827
838
|
export * from './revision-diff-page';
|
|
828
839
|
export * as _RevisionDiffPageTransformation from './revision-diff-page.transformation';
|
|
829
840
|
export * from './revision-diff-type';
|
|
830
841
|
export * as _RevisionDiffTypeTransformation from './revision-diff-type.transformation';
|
|
842
|
+
export * as _RevisionDiffTransformation from './revision-diff.transformation';
|
|
831
843
|
export * from './risk-assessment';
|
|
832
|
-
export * as _RiskAssessmentTransformation from './risk-assessment.transformation';
|
|
833
844
|
export * from './risk-assessment-assessment-accuracy';
|
|
834
845
|
export * as _RiskAssessmentAssessmentAccuracyTransformation from './risk-assessment-assessment-accuracy.transformation';
|
|
835
846
|
export * from './risk-assessment-base-risk-level';
|
|
836
847
|
export * as _RiskAssessmentBaseRiskLevelTransformation from './risk-assessment-base-risk-level.transformation';
|
|
837
848
|
export * from './risk-assessment-changes';
|
|
838
|
-
export * as _RiskAssessmentChangesTransformation from './risk-assessment-changes.transformation';
|
|
839
849
|
export * from './risk-assessment-changes-previous-exposure';
|
|
840
850
|
export * as _RiskAssessmentChangesPreviousExposureTransformation from './risk-assessment-changes-previous-exposure.transformation';
|
|
841
851
|
export * from './risk-assessment-changes-previous-public-exploit';
|
|
842
852
|
export * as _RiskAssessmentChangesPreviousPublicExploitTransformation from './risk-assessment-changes-previous-public-exploit.transformation';
|
|
843
853
|
export * from './risk-assessment-changes-previous-vulnerable-function-usage';
|
|
844
854
|
export * as _RiskAssessmentChangesPreviousVulnerableFunctionUsageTransformation from './risk-assessment-changes-previous-vulnerable-function-usage.transformation';
|
|
855
|
+
export * as _RiskAssessmentChangesTransformation from './risk-assessment-changes.transformation';
|
|
845
856
|
export * from './risk-assessment-data-assets';
|
|
846
857
|
export * as _RiskAssessmentDataAssetsTransformation from './risk-assessment-data-assets.transformation';
|
|
847
858
|
export * from './risk-assessment-details';
|
|
848
|
-
export * as _RiskAssessmentDetailsTransformation from './risk-assessment-details.transformation';
|
|
849
859
|
export * from './risk-assessment-details-assessment-accuracy';
|
|
850
860
|
export * as _RiskAssessmentDetailsAssessmentAccuracyTransformation from './risk-assessment-details-assessment-accuracy.transformation';
|
|
851
861
|
export * from './risk-assessment-details-base-risk-level';
|
|
@@ -860,6 +870,7 @@ export * from './risk-assessment-details-risk-level';
|
|
|
860
870
|
export * as _RiskAssessmentDetailsRiskLevelTransformation from './risk-assessment-details-risk-level.transformation';
|
|
861
871
|
export * from './risk-assessment-details-vulnerable-function-usage';
|
|
862
872
|
export * as _RiskAssessmentDetailsVulnerableFunctionUsageTransformation from './risk-assessment-details-vulnerable-function-usage.transformation';
|
|
873
|
+
export * as _RiskAssessmentDetailsTransformation from './risk-assessment-details.transformation';
|
|
863
874
|
export * from './risk-assessment-exposure';
|
|
864
875
|
export * as _RiskAssessmentExposureTransformation from './risk-assessment-exposure.transformation';
|
|
865
876
|
export * from './risk-assessment-public-exploit';
|
|
@@ -867,7 +878,6 @@ export * as _RiskAssessmentPublicExploitTransformation from './risk-assessment-p
|
|
|
867
878
|
export * from './risk-assessment-risk-level';
|
|
868
879
|
export * as _RiskAssessmentRiskLevelTransformation from './risk-assessment-risk-level.transformation';
|
|
869
880
|
export * from './risk-assessment-snapshot';
|
|
870
|
-
export * as _RiskAssessmentSnapshotTransformation from './risk-assessment-snapshot.transformation';
|
|
871
881
|
export * from './risk-assessment-snapshot-exposure';
|
|
872
882
|
export * as _RiskAssessmentSnapshotExposureTransformation from './risk-assessment-snapshot-exposure.transformation';
|
|
873
883
|
export * from './risk-assessment-snapshot-public-exploit';
|
|
@@ -876,28 +886,19 @@ export * from './risk-assessment-snapshot-risk-level';
|
|
|
876
886
|
export * as _RiskAssessmentSnapshotRiskLevelTransformation from './risk-assessment-snapshot-risk-level.transformation';
|
|
877
887
|
export * from './risk-assessment-snapshot-vulnerable-function-usage';
|
|
878
888
|
export * as _RiskAssessmentSnapshotVulnerableFunctionUsageTransformation from './risk-assessment-snapshot-vulnerable-function-usage.transformation';
|
|
889
|
+
export * as _RiskAssessmentSnapshotTransformation from './risk-assessment-snapshot.transformation';
|
|
879
890
|
export * from './risk-assessment-vulnerable-function-usage';
|
|
880
891
|
export * as _RiskAssessmentVulnerableFunctionUsageTransformation from './risk-assessment-vulnerable-function-usage.transformation';
|
|
892
|
+
export * as _RiskAssessmentTransformation from './risk-assessment.transformation';
|
|
881
893
|
export * from './rollup';
|
|
882
|
-
export * as _RollupTransformation from './rollup.transformation';
|
|
883
894
|
export * from './rollup-type';
|
|
884
895
|
export * as _RollupTypeTransformation from './rollup-type.transformation';
|
|
885
|
-
export * from './
|
|
886
|
-
export * as _SLOTransformation from './slo.transformation';
|
|
887
|
-
export * from './slo-evaluation-type';
|
|
888
|
-
export * as _SLOEvaluationTypeTransformation from './slo-evaluation-type.transformation';
|
|
889
|
-
export * from './slo-status';
|
|
890
|
-
export * as _SLOStatusTransformation from './slo-status.transformation';
|
|
891
|
-
export * from './sl-os';
|
|
892
|
-
export * as _SLOsTransformation from './sl-os.transformation';
|
|
893
|
-
export * from './snmpv3-credentials';
|
|
894
|
-
export * as _SNMPV3CredentialsTransformation from './snmpv3-credentials.transformation';
|
|
896
|
+
export * as _RollupTransformation from './rollup.transformation';
|
|
895
897
|
export * from './schema-constraint-rest-dto';
|
|
896
|
-
export * as _SchemaConstraintRestDtoTransformation from './schema-constraint-rest-dto.transformation';
|
|
897
898
|
export * from './schema-constraint-rest-dto-type';
|
|
898
899
|
export * as _SchemaConstraintRestDtoTypeTransformation from './schema-constraint-rest-dto-type.transformation';
|
|
900
|
+
export * as _SchemaConstraintRestDtoTransformation from './schema-constraint-rest-dto.transformation';
|
|
899
901
|
export * from './schema-definition-rest-dto';
|
|
900
|
-
export * as _SchemaDefinitionRestDtoTransformation from './schema-definition-rest-dto.transformation';
|
|
901
902
|
export * from './schema-definition-rest-dto-enums';
|
|
902
903
|
export * as _SchemaDefinitionRestDtoEnumsTransformation from './schema-definition-rest-dto-enums.transformation';
|
|
903
904
|
export * from './schema-definition-rest-dto-metadata';
|
|
@@ -908,6 +909,7 @@ export * from './schema-definition-rest-dto-table-columns';
|
|
|
908
909
|
export * as _SchemaDefinitionRestDtoTableColumnsTransformation from './schema-definition-rest-dto-table-columns.transformation';
|
|
909
910
|
export * from './schema-definition-rest-dto-types';
|
|
910
911
|
export * as _SchemaDefinitionRestDtoTypesTransformation from './schema-definition-rest-dto-types.transformation';
|
|
912
|
+
export * as _SchemaDefinitionRestDtoTransformation from './schema-definition-rest-dto.transformation';
|
|
911
913
|
export * from './schema-files';
|
|
912
914
|
export * as _SchemaFilesTransformation from './schema-files.transformation';
|
|
913
915
|
export * from './schema-list';
|
|
@@ -915,11 +917,11 @@ export * as _SchemaListTransformation from './schema-list.transformation';
|
|
|
915
917
|
export * from './schema-stub';
|
|
916
918
|
export * as _SchemaStubTransformation from './schema-stub.transformation';
|
|
917
919
|
export * from './schema-type';
|
|
918
|
-
export * as _SchemaTypeTransformation from './schema-type.transformation';
|
|
919
920
|
export * from './schema-type-properties';
|
|
920
921
|
export * as _SchemaTypePropertiesTransformation from './schema-type-properties.transformation';
|
|
921
922
|
export * from './schema-type-type';
|
|
922
923
|
export * as _SchemaTypeTypeTransformation from './schema-type-type.transformation';
|
|
924
|
+
export * as _SchemaTypeTransformation from './schema-type.transformation';
|
|
923
925
|
export * from './schemas-list';
|
|
924
926
|
export * as _SchemasListTransformation from './schemas-list.transformation';
|
|
925
927
|
export * from './security-context-dto-impl';
|
|
@@ -927,57 +929,56 @@ export * as _SecurityContextDtoImplTransformation from './security-context-dto-i
|
|
|
927
929
|
export * from './security-context-result-dto';
|
|
928
930
|
export * as _SecurityContextResultDtoTransformation from './security-context-result-dto.transformation';
|
|
929
931
|
export * from './security-problem';
|
|
930
|
-
export * as _SecurityProblemTransformation from './security-problem.transformation';
|
|
931
932
|
export * from './security-problem-bulk-muting-summary';
|
|
932
|
-
export * as _SecurityProblemBulkMutingSummaryTransformation from './security-problem-bulk-muting-summary.transformation';
|
|
933
933
|
export * from './security-problem-bulk-muting-summary-reason';
|
|
934
934
|
export * as _SecurityProblemBulkMutingSummaryReasonTransformation from './security-problem-bulk-muting-summary-reason.transformation';
|
|
935
|
+
export * as _SecurityProblemBulkMutingSummaryTransformation from './security-problem-bulk-muting-summary.transformation';
|
|
935
936
|
export * from './security-problem-details';
|
|
936
|
-
export * as _SecurityProblemDetailsTransformation from './security-problem-details.transformation';
|
|
937
937
|
export * from './security-problem-details-status';
|
|
938
938
|
export * as _SecurityProblemDetailsStatusTransformation from './security-problem-details-status.transformation';
|
|
939
939
|
export * from './security-problem-details-technology';
|
|
940
940
|
export * as _SecurityProblemDetailsTechnologyTransformation from './security-problem-details-technology.transformation';
|
|
941
941
|
export * from './security-problem-details-vulnerability-type';
|
|
942
942
|
export * as _SecurityProblemDetailsVulnerabilityTypeTransformation from './security-problem-details-vulnerability-type.transformation';
|
|
943
|
+
export * as _SecurityProblemDetailsTransformation from './security-problem-details.transformation';
|
|
943
944
|
export * from './security-problem-event';
|
|
944
|
-
export * as _SecurityProblemEventTransformation from './security-problem-event.transformation';
|
|
945
945
|
export * from './security-problem-event-reason';
|
|
946
946
|
export * as _SecurityProblemEventReasonTransformation from './security-problem-event-reason.transformation';
|
|
947
|
+
export * as _SecurityProblemEventTransformation from './security-problem-event.transformation';
|
|
947
948
|
export * from './security-problem-events-list';
|
|
948
949
|
export * as _SecurityProblemEventsListTransformation from './security-problem-events-list.transformation';
|
|
949
950
|
export * from './security-problem-list';
|
|
950
951
|
export * as _SecurityProblemListTransformation from './security-problem-list.transformation';
|
|
951
952
|
export * from './security-problem-mute';
|
|
952
|
-
export * as _SecurityProblemMuteTransformation from './security-problem-mute.transformation';
|
|
953
953
|
export * from './security-problem-mute-reason';
|
|
954
954
|
export * as _SecurityProblemMuteReasonTransformation from './security-problem-mute-reason.transformation';
|
|
955
|
+
export * as _SecurityProblemMuteTransformation from './security-problem-mute.transformation';
|
|
955
956
|
export * from './security-problem-status';
|
|
956
957
|
export * as _SecurityProblemStatusTransformation from './security-problem-status.transformation';
|
|
957
958
|
export * from './security-problem-technology';
|
|
958
959
|
export * as _SecurityProblemTechnologyTransformation from './security-problem-technology.transformation';
|
|
959
960
|
export * from './security-problem-unmute';
|
|
960
|
-
export * as _SecurityProblemUnmuteTransformation from './security-problem-unmute.transformation';
|
|
961
961
|
export * from './security-problem-unmute-reason';
|
|
962
962
|
export * as _SecurityProblemUnmuteReasonTransformation from './security-problem-unmute-reason.transformation';
|
|
963
|
+
export * as _SecurityProblemUnmuteTransformation from './security-problem-unmute.transformation';
|
|
963
964
|
export * from './security-problem-vulnerability-type';
|
|
964
965
|
export * as _SecurityProblemVulnerabilityTypeTransformation from './security-problem-vulnerability-type.transformation';
|
|
966
|
+
export * as _SecurityProblemTransformation from './security-problem.transformation';
|
|
965
967
|
export * from './security-problems-bulk-mute';
|
|
966
|
-
export * as _SecurityProblemsBulkMuteTransformation from './security-problems-bulk-mute.transformation';
|
|
967
968
|
export * from './security-problems-bulk-mute-reason';
|
|
968
969
|
export * as _SecurityProblemsBulkMuteReasonTransformation from './security-problems-bulk-mute-reason.transformation';
|
|
969
970
|
export * from './security-problems-bulk-mute-response';
|
|
970
971
|
export * as _SecurityProblemsBulkMuteResponseTransformation from './security-problems-bulk-mute-response.transformation';
|
|
972
|
+
export * as _SecurityProblemsBulkMuteTransformation from './security-problems-bulk-mute.transformation';
|
|
971
973
|
export * from './security-problems-bulk-unmute';
|
|
972
|
-
export * as _SecurityProblemsBulkUnmuteTransformation from './security-problems-bulk-unmute.transformation';
|
|
973
974
|
export * from './security-problems-bulk-unmute-reason';
|
|
974
975
|
export * as _SecurityProblemsBulkUnmuteReasonTransformation from './security-problems-bulk-unmute-reason.transformation';
|
|
975
976
|
export * from './security-problems-bulk-unmute-response';
|
|
976
977
|
export * as _SecurityProblemsBulkUnmuteResponseTransformation from './security-problems-bulk-unmute-response.transformation';
|
|
978
|
+
export * as _SecurityProblemsBulkUnmuteTransformation from './security-problems-bulk-unmute.transformation';
|
|
977
979
|
export * from './service-impact';
|
|
978
980
|
export * as _ServiceImpactTransformation from './service-impact.transformation';
|
|
979
981
|
export * from './settings-object';
|
|
980
|
-
export * as _SettingsObjectTransformation from './settings-object.transformation';
|
|
981
982
|
export * from './settings-object-by-object-id-response';
|
|
982
983
|
export * as _SettingsObjectByObjectIdResponseTransformation from './settings-object-by-object-id-response.transformation';
|
|
983
984
|
export * from './settings-object-create';
|
|
@@ -986,30 +987,40 @@ export * from './settings-object-response';
|
|
|
986
987
|
export * as _SettingsObjectResponseTransformation from './settings-object-response.transformation';
|
|
987
988
|
export * from './settings-object-update';
|
|
988
989
|
export * as _SettingsObjectUpdateTransformation from './settings-object-update.transformation';
|
|
990
|
+
export * as _SettingsObjectTransformation from './settings-object.transformation';
|
|
989
991
|
export * from './single-permission-request';
|
|
990
992
|
export * as _SinglePermissionRequestTransformation from './single-permission-request.transformation';
|
|
993
|
+
export * from './sl-os';
|
|
994
|
+
export * as _SLOsTransformation from './sl-os.transformation';
|
|
995
|
+
export * from './slo';
|
|
991
996
|
export * from './slo-burn-rate';
|
|
992
|
-
export * as _SloBurnRateTransformation from './slo-burn-rate.transformation';
|
|
993
997
|
export * from './slo-burn-rate-burn-rate-type';
|
|
994
998
|
export * as _SloBurnRateBurnRateTypeTransformation from './slo-burn-rate-burn-rate-type.transformation';
|
|
995
999
|
export * from './slo-burn-rate-config';
|
|
996
1000
|
export * as _SloBurnRateConfigTransformation from './slo-burn-rate-config.transformation';
|
|
1001
|
+
export * as _SloBurnRateTransformation from './slo-burn-rate.transformation';
|
|
997
1002
|
export * from './slo-config-item-dto-impl';
|
|
998
|
-
export * as _SloConfigItemDtoImplTransformation from './slo-config-item-dto-impl.transformation';
|
|
999
1003
|
export * from './slo-config-item-dto-impl-evaluation-type';
|
|
1000
1004
|
export * as _SloConfigItemDtoImplEvaluationTypeTransformation from './slo-config-item-dto-impl-evaluation-type.transformation';
|
|
1005
|
+
export * as _SloConfigItemDtoImplTransformation from './slo-config-item-dto-impl.transformation';
|
|
1006
|
+
export * from './slo-evaluation-type';
|
|
1007
|
+
export * as _SLOEvaluationTypeTransformation from './slo-evaluation-type.transformation';
|
|
1008
|
+
export * from './slo-status';
|
|
1009
|
+
export * as _SLOStatusTransformation from './slo-status.transformation';
|
|
1010
|
+
export * as _SLOTransformation from './slo.transformation';
|
|
1011
|
+
export * from './snmpv3-credentials';
|
|
1012
|
+
export * as _SNMPV3CredentialsTransformation from './snmpv3-credentials.transformation';
|
|
1001
1013
|
export * from './software-techs';
|
|
1002
1014
|
export * as _SoftwareTechsTransformation from './software-techs.transformation';
|
|
1003
1015
|
export * from './status-alert';
|
|
1004
1016
|
export * as _StatusAlertTransformation from './status-alert.transformation';
|
|
1005
1017
|
export * from './success';
|
|
1006
|
-
export * as _SuccessTransformation from './success.transformation';
|
|
1007
1018
|
export * from './success-envelope';
|
|
1008
1019
|
export * as _SuccessEnvelopeTransformation from './success-envelope.transformation';
|
|
1020
|
+
export * as _SuccessTransformation from './success.transformation';
|
|
1009
1021
|
export * from './synthetic-config-dto';
|
|
1010
1022
|
export * as _SyntheticConfigDtoTransformation from './synthetic-config-dto.transformation';
|
|
1011
1023
|
export * from './synthetic-location';
|
|
1012
|
-
export * as _SyntheticLocationTransformation from './synthetic-location.transformation';
|
|
1013
1024
|
export * from './synthetic-location-ids-dto';
|
|
1014
1025
|
export * as _SyntheticLocationIdsDtoTransformation from './synthetic-location-ids-dto.transformation';
|
|
1015
1026
|
export * from './synthetic-location-status';
|
|
@@ -1017,9 +1028,10 @@ export * as _SyntheticLocationStatusTransformation from './synthetic-location-st
|
|
|
1017
1028
|
export * from './synthetic-location-type';
|
|
1018
1029
|
export * as _SyntheticLocationTypeTransformation from './synthetic-location-type.transformation';
|
|
1019
1030
|
export * from './synthetic-location-update';
|
|
1020
|
-
export * as _SyntheticLocationUpdateTransformation from './synthetic-location-update.transformation';
|
|
1021
1031
|
export * from './synthetic-location-update-type';
|
|
1022
1032
|
export * as _SyntheticLocationUpdateTypeTransformation from './synthetic-location-update-type.transformation';
|
|
1033
|
+
export * as _SyntheticLocationUpdateTransformation from './synthetic-location-update.transformation';
|
|
1034
|
+
export * as _SyntheticLocationTransformation from './synthetic-location.transformation';
|
|
1023
1035
|
export * from './synthetic-locations';
|
|
1024
1036
|
export * as _SyntheticLocationsTransformation from './synthetic-locations.transformation';
|
|
1025
1037
|
export * from './synthetic-monitor-list-dto';
|
|
@@ -1027,43 +1039,42 @@ export * as _SyntheticMonitorListDtoTransformation from './synthetic-monitor-lis
|
|
|
1027
1039
|
export * from './synthetic-monitor-outage-handling-settings-dto';
|
|
1028
1040
|
export * as _SyntheticMonitorOutageHandlingSettingsDtoTransformation from './synthetic-monitor-outage-handling-settings-dto.transformation';
|
|
1029
1041
|
export * from './synthetic-monitor-performance-threshold-dto';
|
|
1030
|
-
export * as _SyntheticMonitorPerformanceThresholdDtoTransformation from './synthetic-monitor-performance-threshold-dto.transformation';
|
|
1031
1042
|
export * from './synthetic-monitor-performance-threshold-dto-aggregation';
|
|
1032
1043
|
export * as _SyntheticMonitorPerformanceThresholdDtoAggregationTransformation from './synthetic-monitor-performance-threshold-dto-aggregation.transformation';
|
|
1044
|
+
export * as _SyntheticMonitorPerformanceThresholdDtoTransformation from './synthetic-monitor-performance-threshold-dto.transformation';
|
|
1033
1045
|
export * from './synthetic-monitor-performance-thresholds-dto';
|
|
1034
1046
|
export * as _SyntheticMonitorPerformanceThresholdsDtoTransformation from './synthetic-monitor-performance-thresholds-dto.transformation';
|
|
1035
1047
|
export * from './synthetic-monitor-summary-dto';
|
|
1036
|
-
export * as _SyntheticMonitorSummaryDtoTransformation from './synthetic-monitor-summary-dto.transformation';
|
|
1037
1048
|
export * from './synthetic-monitor-summary-dto-type';
|
|
1038
1049
|
export * as _SyntheticMonitorSummaryDtoTypeTransformation from './synthetic-monitor-summary-dto-type.transformation';
|
|
1050
|
+
export * as _SyntheticMonitorSummaryDtoTransformation from './synthetic-monitor-summary-dto.transformation';
|
|
1039
1051
|
export * from './synthetic-multi-protocol-monitor-constraint-dto';
|
|
1040
|
-
export * as _SyntheticMultiProtocolMonitorConstraintDtoTransformation from './synthetic-multi-protocol-monitor-constraint-dto.transformation';
|
|
1041
1052
|
export * from './synthetic-multi-protocol-monitor-constraint-dto-properties';
|
|
1042
1053
|
export * as _SyntheticMultiProtocolMonitorConstraintDtoPropertiesTransformation from './synthetic-multi-protocol-monitor-constraint-dto-properties.transformation';
|
|
1054
|
+
export * as _SyntheticMultiProtocolMonitorConstraintDtoTransformation from './synthetic-multi-protocol-monitor-constraint-dto.transformation';
|
|
1043
1055
|
export * from './synthetic-multi-protocol-monitor-dto';
|
|
1044
|
-
export * as _SyntheticMultiProtocolMonitorDtoTransformation from './synthetic-multi-protocol-monitor-dto.transformation';
|
|
1045
1056
|
export * from './synthetic-multi-protocol-monitor-dto-type';
|
|
1046
1057
|
export * as _SyntheticMultiProtocolMonitorDtoTypeTransformation from './synthetic-multi-protocol-monitor-dto-type.transformation';
|
|
1058
|
+
export * as _SyntheticMultiProtocolMonitorDtoTransformation from './synthetic-multi-protocol-monitor-dto.transformation';
|
|
1047
1059
|
export * from './synthetic-multi-protocol-monitor-step-dto';
|
|
1048
|
-
export * as _SyntheticMultiProtocolMonitorStepDtoTransformation from './synthetic-multi-protocol-monitor-step-dto.transformation';
|
|
1049
1060
|
export * from './synthetic-multi-protocol-monitor-step-dto-properties';
|
|
1050
1061
|
export * as _SyntheticMultiProtocolMonitorStepDtoPropertiesTransformation from './synthetic-multi-protocol-monitor-step-dto-properties.transformation';
|
|
1051
1062
|
export * from './synthetic-multi-protocol-monitor-step-dto-request-type';
|
|
1052
1063
|
export * as _SyntheticMultiProtocolMonitorStepDtoRequestTypeTransformation from './synthetic-multi-protocol-monitor-step-dto-request-type.transformation';
|
|
1064
|
+
export * as _SyntheticMultiProtocolMonitorStepDtoTransformation from './synthetic-multi-protocol-monitor-step-dto.transformation';
|
|
1053
1065
|
export * from './synthetic-multi-protocol-monitor-update-dto';
|
|
1054
|
-
export * as _SyntheticMultiProtocolMonitorUpdateDtoTransformation from './synthetic-multi-protocol-monitor-update-dto.transformation';
|
|
1055
1066
|
export * from './synthetic-multi-protocol-monitor-update-dto-type';
|
|
1056
1067
|
export * as _SyntheticMultiProtocolMonitorUpdateDtoTypeTransformation from './synthetic-multi-protocol-monitor-update-dto-type.transformation';
|
|
1068
|
+
export * as _SyntheticMultiProtocolMonitorUpdateDtoTransformation from './synthetic-multi-protocol-monitor-update-dto.transformation';
|
|
1057
1069
|
export * from './synthetic-multi-protocol-request-configuration-dto';
|
|
1058
1070
|
export * as _SyntheticMultiProtocolRequestConfigurationDtoTransformation from './synthetic-multi-protocol-request-configuration-dto.transformation';
|
|
1059
1071
|
export * from './synthetic-on-demand-batch-status';
|
|
1060
|
-
export * as _SyntheticOnDemandBatchStatusTransformation from './synthetic-on-demand-batch-status.transformation';
|
|
1061
1072
|
export * from './synthetic-on-demand-batch-status-batch-status';
|
|
1062
1073
|
export * as _SyntheticOnDemandBatchStatusBatchStatusTransformation from './synthetic-on-demand-batch-status-batch-status.transformation';
|
|
1063
1074
|
export * from './synthetic-on-demand-batch-status-metadata';
|
|
1064
1075
|
export * as _SyntheticOnDemandBatchStatusMetadataTransformation from './synthetic-on-demand-batch-status-metadata.transformation';
|
|
1076
|
+
export * as _SyntheticOnDemandBatchStatusTransformation from './synthetic-on-demand-batch-status.transformation';
|
|
1065
1077
|
export * from './synthetic-on-demand-execution';
|
|
1066
|
-
export * as _SyntheticOnDemandExecutionTransformation from './synthetic-on-demand-execution.transformation';
|
|
1067
1078
|
export * from './synthetic-on-demand-execution-execution-stage';
|
|
1068
1079
|
export * as _SyntheticOnDemandExecutionExecutionStageTransformation from './synthetic-on-demand-execution-execution-stage.transformation';
|
|
1069
1080
|
export * from './synthetic-on-demand-execution-metadata';
|
|
@@ -1071,29 +1082,30 @@ export * as _SyntheticOnDemandExecutionMetadataTransformation from './synthetic-
|
|
|
1071
1082
|
export * from './synthetic-on-demand-execution-processing-mode';
|
|
1072
1083
|
export * as _SyntheticOnDemandExecutionProcessingModeTransformation from './synthetic-on-demand-execution-processing-mode.transformation';
|
|
1073
1084
|
export * from './synthetic-on-demand-execution-request';
|
|
1074
|
-
export * as _SyntheticOnDemandExecutionRequestTransformation from './synthetic-on-demand-execution-request.transformation';
|
|
1075
1085
|
export * from './synthetic-on-demand-execution-request-group';
|
|
1076
1086
|
export * as _SyntheticOnDemandExecutionRequestGroupTransformation from './synthetic-on-demand-execution-request-group.transformation';
|
|
1077
1087
|
export * from './synthetic-on-demand-execution-request-metadata';
|
|
1078
1088
|
export * as _SyntheticOnDemandExecutionRequestMetadataTransformation from './synthetic-on-demand-execution-request-metadata.transformation';
|
|
1079
1089
|
export * from './synthetic-on-demand-execution-request-monitor';
|
|
1080
|
-
export * as _SyntheticOnDemandExecutionRequestMonitorTransformation from './synthetic-on-demand-execution-request-monitor.transformation';
|
|
1081
1090
|
export * from './synthetic-on-demand-execution-request-monitor-customized-script';
|
|
1082
1091
|
export * as _SyntheticOnDemandExecutionRequestMonitorCustomizedScriptTransformation from './synthetic-on-demand-execution-request-monitor-customized-script.transformation';
|
|
1083
1092
|
export * from './synthetic-on-demand-execution-request-monitor-repeat-mode';
|
|
1084
1093
|
export * as _SyntheticOnDemandExecutionRequestMonitorRepeatModeTransformation from './synthetic-on-demand-execution-request-monitor-repeat-mode.transformation';
|
|
1094
|
+
export * as _SyntheticOnDemandExecutionRequestMonitorTransformation from './synthetic-on-demand-execution-request-monitor.transformation';
|
|
1085
1095
|
export * from './synthetic-on-demand-execution-request-processing-mode';
|
|
1086
1096
|
export * as _SyntheticOnDemandExecutionRequestProcessingModeTransformation from './synthetic-on-demand-execution-request-processing-mode.transformation';
|
|
1097
|
+
export * as _SyntheticOnDemandExecutionRequestTransformation from './synthetic-on-demand-execution-request.transformation';
|
|
1087
1098
|
export * from './synthetic-on-demand-execution-result';
|
|
1088
1099
|
export * as _SyntheticOnDemandExecutionResultTransformation from './synthetic-on-demand-execution-result.transformation';
|
|
1089
1100
|
export * from './synthetic-on-demand-execution-source';
|
|
1090
1101
|
export * as _SyntheticOnDemandExecutionSourceTransformation from './synthetic-on-demand-execution-source.transformation';
|
|
1102
|
+
export * as _SyntheticOnDemandExecutionTransformation from './synthetic-on-demand-execution.transformation';
|
|
1091
1103
|
export * from './synthetic-on-demand-executions';
|
|
1092
1104
|
export * as _SyntheticOnDemandExecutionsTransformation from './synthetic-on-demand-executions.transformation';
|
|
1093
1105
|
export * from './synthetic-on-demand-failed-execution-status';
|
|
1094
|
-
export * as _SyntheticOnDemandFailedExecutionStatusTransformation from './synthetic-on-demand-failed-execution-status.transformation';
|
|
1095
1106
|
export * from './synthetic-on-demand-failed-execution-status-execution-stage';
|
|
1096
1107
|
export * as _SyntheticOnDemandFailedExecutionStatusExecutionStageTransformation from './synthetic-on-demand-failed-execution-status-execution-stage.transformation';
|
|
1108
|
+
export * as _SyntheticOnDemandFailedExecutionStatusTransformation from './synthetic-on-demand-failed-execution-status.transformation';
|
|
1097
1109
|
export * from './synthetic-on-demand-triggered-execution-details';
|
|
1098
1110
|
export * as _SyntheticOnDemandTriggeredExecutionDetailsTransformation from './synthetic-on-demand-triggered-execution-details.transformation';
|
|
1099
1111
|
export * from './synthetic-on-demand-triggered-monitor';
|
|
@@ -1107,25 +1119,27 @@ export * as _SyntheticPublicLocationUpdateTransformation from './synthetic-publi
|
|
|
1107
1119
|
export * from './synthetic-public-locations-status';
|
|
1108
1120
|
export * as _SyntheticPublicLocationsStatusTransformation from './synthetic-public-locations-status.transformation';
|
|
1109
1121
|
export * from './synthetic-tag-with-source-dto';
|
|
1110
|
-
export * as _SyntheticTagWithSourceDtoTransformation from './synthetic-tag-with-source-dto.transformation';
|
|
1111
1122
|
export * from './synthetic-tag-with-source-dto-source';
|
|
1112
1123
|
export * as _SyntheticTagWithSourceDtoSourceTransformation from './synthetic-tag-with-source-dto-source.transformation';
|
|
1124
|
+
export * as _SyntheticTagWithSourceDtoTransformation from './synthetic-tag-with-source-dto.transformation';
|
|
1113
1125
|
export * from './table-column';
|
|
1114
1126
|
export * as _TableColumnTransformation from './table-column.transformation';
|
|
1115
1127
|
export * from './tenant-token';
|
|
1116
|
-
export * as _TenantTokenTransformation from './tenant-token.transformation';
|
|
1117
1128
|
export * from './tenant-token-config';
|
|
1118
1129
|
export * as _TenantTokenConfigTransformation from './tenant-token-config.transformation';
|
|
1130
|
+
export * as _TenantTokenTransformation from './tenant-token.transformation';
|
|
1119
1131
|
export * from './to-position';
|
|
1120
1132
|
export * as _ToPositionTransformation from './to-position.transformation';
|
|
1121
1133
|
export * from './token-credentials';
|
|
1122
1134
|
export * as _TokenCredentialsTransformation from './token-credentials.transformation';
|
|
1123
1135
|
export * from './tracking-link';
|
|
1124
|
-
export * as _TrackingLinkTransformation from './tracking-link.transformation';
|
|
1125
1136
|
export * from './tracking-link-update';
|
|
1126
1137
|
export * as _TrackingLinkUpdateTransformation from './tracking-link-update.transformation';
|
|
1138
|
+
export * as _TrackingLinkTransformation from './tracking-link.transformation';
|
|
1127
1139
|
export * from './transactional-evidence';
|
|
1128
1140
|
export * as _TransactionalEvidenceTransformation from './transactional-evidence.transformation';
|
|
1141
|
+
export * from './transfer-ownership-request';
|
|
1142
|
+
export * as _TransferOwnershipRequestTransformation from './transfer-ownership-request.transformation';
|
|
1129
1143
|
export * from './truncatable-list-attack-request-header';
|
|
1130
1144
|
export * as _TruncatableListAttackRequestHeaderTransformation from './truncatable-list-attack-request-header.transformation';
|
|
1131
1145
|
export * from './truncatable-list-http-request-parameter';
|
|
@@ -1157,13 +1171,12 @@ export * as _UiTableCustomizationTransformation from './ui-table-customization.t
|
|
|
1157
1171
|
export * from './ui-tabs-customization';
|
|
1158
1172
|
export * as _UiTabsCustomizationTransformation from './ui-tabs-customization.transformation';
|
|
1159
1173
|
export * from './unit';
|
|
1160
|
-
export * as _UnitTransformation from './unit.transformation';
|
|
1161
1174
|
export * from './unit-conversion-result';
|
|
1162
1175
|
export * as _UnitConversionResultTransformation from './unit-conversion-result.transformation';
|
|
1163
1176
|
export * from './unit-list';
|
|
1164
1177
|
export * as _UnitListTransformation from './unit-list.transformation';
|
|
1178
|
+
export * as _UnitTransformation from './unit.transformation';
|
|
1165
1179
|
export * from './update-job';
|
|
1166
|
-
export * as _UpdateJobTransformation from './update-job.transformation';
|
|
1167
1180
|
export * from './update-job-ag-type';
|
|
1168
1181
|
export * as _UpdateJobAgTypeTransformation from './update-job-ag-type.transformation';
|
|
1169
1182
|
export * from './update-job-job-state';
|
|
@@ -1174,8 +1187,15 @@ export * from './update-job-update-method';
|
|
|
1174
1187
|
export * as _UpdateJobUpdateMethodTransformation from './update-job-update-method.transformation';
|
|
1175
1188
|
export * from './update-job-update-type';
|
|
1176
1189
|
export * as _UpdateJobUpdateTypeTransformation from './update-job-update-type.transformation';
|
|
1190
|
+
export * as _UpdateJobTransformation from './update-job.transformation';
|
|
1177
1191
|
export * from './update-jobs-all';
|
|
1178
1192
|
export * as _UpdateJobsAllTransformation from './update-jobs-all.transformation';
|
|
1193
|
+
export * from './update-permission-path-accessor-type';
|
|
1194
|
+
export * as _UpdatePermissionPathAccessorTypeTransformation from './update-permission-path-accessor-type.transformation';
|
|
1195
|
+
export * from './update-permissions-request';
|
|
1196
|
+
export * from './update-permissions-request-permissions-item';
|
|
1197
|
+
export * as _UpdatePermissionsRequestPermissionsItemTransformation from './update-permissions-request-permissions-item.transformation';
|
|
1198
|
+
export * as _UpdatePermissionsRequestTransformation from './update-permissions-request.transformation';
|
|
1179
1199
|
export * from './user-password-credentials';
|
|
1180
1200
|
export * as _UserPasswordCredentialsTransformation from './user-password-credentials.transformation';
|
|
1181
1201
|
export * from './validation-response';
|
|
@@ -1185,19 +1205,19 @@ export * as _VulnerabilityTransformation from './vulnerability.transformation';
|
|
|
1185
1205
|
export * from './vulnerable-component';
|
|
1186
1206
|
export * as _VulnerableComponentTransformation from './vulnerable-component.transformation';
|
|
1187
1207
|
export * from './vulnerable-function';
|
|
1188
|
-
export * as _VulnerableFunctionTransformation from './vulnerable-function.transformation';
|
|
1189
1208
|
export * from './vulnerable-function-input';
|
|
1190
|
-
export * as _VulnerableFunctionInputTransformation from './vulnerable-function-input.transformation';
|
|
1191
1209
|
export * from './vulnerable-function-input-segment';
|
|
1192
|
-
export * as _VulnerableFunctionInputSegmentTransformation from './vulnerable-function-input-segment.transformation';
|
|
1193
1210
|
export * from './vulnerable-function-input-segment-type';
|
|
1194
1211
|
export * as _VulnerableFunctionInputSegmentTypeTransformation from './vulnerable-function-input-segment-type.transformation';
|
|
1212
|
+
export * as _VulnerableFunctionInputSegmentTransformation from './vulnerable-function-input-segment.transformation';
|
|
1195
1213
|
export * from './vulnerable-function-input-type';
|
|
1196
1214
|
export * as _VulnerableFunctionInputTypeTransformation from './vulnerable-function-input-type.transformation';
|
|
1215
|
+
export * as _VulnerableFunctionInputTransformation from './vulnerable-function-input.transformation';
|
|
1197
1216
|
export * from './vulnerable-function-process-groups';
|
|
1198
|
-
export * as _VulnerableFunctionProcessGroupsTransformation from './vulnerable-function-process-groups.transformation';
|
|
1199
1217
|
export * from './vulnerable-function-process-groups-usage';
|
|
1200
1218
|
export * as _VulnerableFunctionProcessGroupsUsageTransformation from './vulnerable-function-process-groups-usage.transformation';
|
|
1219
|
+
export * as _VulnerableFunctionProcessGroupsTransformation from './vulnerable-function-process-groups.transformation';
|
|
1220
|
+
export * as _VulnerableFunctionTransformation from './vulnerable-function.transformation';
|
|
1201
1221
|
export * from './vulnerable-functions-container';
|
|
1202
1222
|
export * as _VulnerableFunctionsContainerTransformation from './vulnerable-functions-container.transformation';
|
|
1203
1223
|
export * from './warning-line';
|