@dynatrace-sdk/client-classic-environment-v2 0.6.7 → 0.6.8
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 +9 -0
- package/README.md +39 -0
- package/cjs/index.js +3582 -841
- package/docs/DOCS.md +9187 -4434
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +3582 -841
- package/package.json +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +5 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +8 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +14 -10
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/hub-items-api.d.ts +162 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +8 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +25 -11
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +21 -21
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +59 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +77 -12
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +0 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +5 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +0 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +0 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +5 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +13 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/category-list.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/category.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +13 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-id.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-config.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-dto.d.ts +38 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +43 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/description-block-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/description-block.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +20 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +13 -16
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +23 -23
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-feature-sets.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-notes.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release.d.ts +69 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension1-details.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension1-release.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension2-details.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/filtered-counts-dto.d.ts +77 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/global-counts-dto.d.ts +72 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/image.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +57 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/item-details-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-details.d.ts +98 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-list.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-overview-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-overview.d.ts +82 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +12 -12
- package/types/packages/client/classic-environment-v2/src/lib/models/list-items-query-item-type.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +45 -45
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +48 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +13 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +23 -23
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-item-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-item.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +15 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary-reason.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-reason.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-reason.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary-reason.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-reason.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-reason.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +24 -17
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +14 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +27 -22
- package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +47 -47
- package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-processing-mode.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/technology-details.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +15 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/upload-metadata-for-extension-body.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-detail.d.ts +0 -32
|
@@ -13,6 +13,10 @@ export interface ApiToken {
|
|
|
13
13
|
*/
|
|
14
14
|
modifiedDate?: string;
|
|
15
15
|
additionalMetadata?: ApiTokenAdditionalMetadata;
|
|
16
|
+
/**
|
|
17
|
+
* The token is a [personal access token](https://dt-url.net/wm03sop) (`true`) or an API token (`false`).
|
|
18
|
+
*/
|
|
19
|
+
personalAccessToken?: boolean;
|
|
16
20
|
/**
|
|
17
21
|
* Token last used date in ISO 8601 format (`yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`)
|
|
18
22
|
*/
|
|
@@ -24,9 +28,13 @@ export interface ApiToken {
|
|
|
24
28
|
*/
|
|
25
29
|
expirationDate?: string;
|
|
26
30
|
/**
|
|
27
|
-
* The token is
|
|
31
|
+
* The token is enabled (`true`) or disabled (`false`).
|
|
28
32
|
*/
|
|
29
|
-
|
|
33
|
+
enabled?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* A list of scopes assigned to the token.
|
|
36
|
+
*/
|
|
37
|
+
scopes?: ApiTokenScopesItem[];
|
|
30
38
|
/**
|
|
31
39
|
* Token creation date in ISO 8601 format (`yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`)
|
|
32
40
|
*/
|
|
@@ -43,14 +51,6 @@ export interface ApiToken {
|
|
|
43
51
|
* The owner of the token.
|
|
44
52
|
*/
|
|
45
53
|
owner?: string;
|
|
46
|
-
/**
|
|
47
|
-
* The token is enabled (`true`) or disabled (`false`).
|
|
48
|
-
*/
|
|
49
|
-
enabled?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
* A list of scopes assigned to the token.
|
|
52
|
-
*/
|
|
53
|
-
scopes?: ApiTokenScopesItem[];
|
|
54
54
|
}
|
|
55
55
|
/** @ignore */
|
|
56
56
|
export declare namespace _ApiTokenTransformation {
|
|
@@ -58,15 +58,15 @@ export declare namespace _ApiTokenTransformation {
|
|
|
58
58
|
lastUsedIpAddress?: string;
|
|
59
59
|
modifiedDate?: string;
|
|
60
60
|
additionalMetadata?: _ApiTokenAdditionalMetadataTransformation.AsJson;
|
|
61
|
+
personalAccessToken?: boolean;
|
|
61
62
|
lastUsedDate?: string;
|
|
62
63
|
expirationDate?: string;
|
|
63
|
-
|
|
64
|
+
enabled?: boolean;
|
|
65
|
+
scopes?: _ApiTokenScopesItemTransformation.AsJson[];
|
|
64
66
|
creationDate?: string;
|
|
65
67
|
name?: string;
|
|
66
68
|
id?: string;
|
|
67
69
|
owner?: string;
|
|
68
|
-
enabled?: boolean;
|
|
69
|
-
scopes?: _ApiTokenScopesItemTransformation.AsJson[];
|
|
70
70
|
}
|
|
71
71
|
function fromJson(model: AsJson): ApiToken;
|
|
72
72
|
function toJson(model: ApiToken): AsJson;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The type of the asset.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum AssetInfoDtoType {
|
|
5
|
+
Alert = "ALERT",
|
|
6
|
+
Dashboard = "DASHBOARD",
|
|
7
|
+
DeclarativeProcesses = "DECLARATIVE_PROCESSES",
|
|
8
|
+
GenericRelationship = "GENERIC_RELATIONSHIP",
|
|
9
|
+
GenericType = "GENERIC_TYPE",
|
|
10
|
+
ListScreenFilters = "LIST_SCREEN_FILTERS",
|
|
11
|
+
ListScreenInjections = "LIST_SCREEN_INJECTIONS",
|
|
12
|
+
ListScreenLayout = "LIST_SCREEN_LAYOUT",
|
|
13
|
+
LogEvent = "LOG_EVENT",
|
|
14
|
+
LogProcessingRule = "LOG_PROCESSING_RULE",
|
|
15
|
+
MetricMetadata = "METRIC_METADATA",
|
|
16
|
+
MetricQuery = "METRIC_QUERY",
|
|
17
|
+
ScreenActions = "SCREEN_ACTIONS",
|
|
18
|
+
ScreenChartGroups = "SCREEN_CHART_GROUPS",
|
|
19
|
+
ScreenEntitiesLists = "SCREEN_ENTITIES_LISTS",
|
|
20
|
+
ScreenEventsCards = "SCREEN_EVENTS_CARDS",
|
|
21
|
+
ScreenFilters = "SCREEN_FILTERS",
|
|
22
|
+
ScreenInjections = "SCREEN_INJECTIONS",
|
|
23
|
+
ScreenLayout = "SCREEN_LAYOUT",
|
|
24
|
+
ScreenLogsCards = "SCREEN_LOGS_CARDS",
|
|
25
|
+
ScreenMessageCards = "SCREEN_MESSAGE_CARDS",
|
|
26
|
+
ScreenMetricTables = "SCREEN_METRIC_TABLES",
|
|
27
|
+
ScreenProblems = "SCREEN_PROBLEMS",
|
|
28
|
+
ScreenProperties = "SCREEN_PROPERTIES"
|
|
29
|
+
}
|
|
30
|
+
/** @ignore */
|
|
31
|
+
export declare namespace _AssetInfoDtoTypeTransformation {
|
|
32
|
+
type AsJson = AssetInfoDtoType;
|
|
33
|
+
const toJson: (value: AssetInfoDtoType) => AsJson;
|
|
34
|
+
const fromJson: (value: AsJson) => AssetInfoDtoType;
|
|
35
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AssetInfoDtoType, _AssetInfoDtoTypeTransformation } from './asset-info-dto-type';
|
|
2
|
+
import { AssetSchemaDetailsDto, _AssetSchemaDetailsDtoTransformation } from './asset-schema-details-dto';
|
|
3
|
+
/**
|
|
4
|
+
* Metadata for an extension asset.
|
|
5
|
+
*/
|
|
6
|
+
export interface AssetInfoDto {
|
|
7
|
+
type?: AssetInfoDtoType;
|
|
8
|
+
/**
|
|
9
|
+
* ID of the asset. Identifies the asset in REST API and/or UI (where applicable).
|
|
10
|
+
*/
|
|
11
|
+
id?: string;
|
|
12
|
+
/**
|
|
13
|
+
* User-friendly name of the asset.
|
|
14
|
+
*/
|
|
15
|
+
displayName?: string;
|
|
16
|
+
assetSchemaDetails?: AssetSchemaDetailsDto;
|
|
17
|
+
}
|
|
18
|
+
/** @ignore */
|
|
19
|
+
export declare namespace _AssetInfoDtoTransformation {
|
|
20
|
+
interface AsJson {
|
|
21
|
+
type?: _AssetInfoDtoTypeTransformation.AsJson;
|
|
22
|
+
id?: string;
|
|
23
|
+
displayName?: string;
|
|
24
|
+
assetSchemaDetails?: _AssetSchemaDetailsDtoTransformation.AsJson;
|
|
25
|
+
}
|
|
26
|
+
function fromJson(model: AsJson): AssetInfoDto;
|
|
27
|
+
function toJson(model: AssetInfoDto): AsJson;
|
|
28
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Settings schema details for asset
|
|
3
|
+
*/
|
|
4
|
+
export interface AssetSchemaDetailsDto {
|
|
5
|
+
/**
|
|
6
|
+
* Asset schema id
|
|
7
|
+
*/
|
|
8
|
+
schemaId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Asset configuration scope
|
|
11
|
+
*/
|
|
12
|
+
scope?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Asset key
|
|
15
|
+
*/
|
|
16
|
+
key?: string;
|
|
17
|
+
}
|
|
18
|
+
/** @ignore */
|
|
19
|
+
export declare namespace _AssetSchemaDetailsDtoTransformation {
|
|
20
|
+
interface AsJson {
|
|
21
|
+
schemaId?: string;
|
|
22
|
+
scope?: string;
|
|
23
|
+
key?: string;
|
|
24
|
+
}
|
|
25
|
+
function fromJson(model: AsJson): AssetSchemaDetailsDto;
|
|
26
|
+
function toJson(model: AssetSchemaDetailsDto): AsJson;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Category, _CategoryTransformation } from './category';
|
|
2
|
+
export interface CategoryList {
|
|
3
|
+
/**
|
|
4
|
+
* A list of available categories.
|
|
5
|
+
*/
|
|
6
|
+
items?: Category[];
|
|
7
|
+
}
|
|
8
|
+
/** @ignore */
|
|
9
|
+
export declare namespace _CategoryListTransformation {
|
|
10
|
+
interface AsJson {
|
|
11
|
+
items?: _CategoryTransformation.AsJson[];
|
|
12
|
+
}
|
|
13
|
+
function fromJson(model: AsJson): CategoryList;
|
|
14
|
+
function toJson(model: CategoryList): AsJson;
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A list of available categories.
|
|
3
|
+
*/
|
|
4
|
+
export interface Category {
|
|
5
|
+
/**
|
|
6
|
+
* Id of the category
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Name of the category
|
|
11
|
+
*/
|
|
12
|
+
name?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Description of the category
|
|
15
|
+
*/
|
|
16
|
+
description?: string;
|
|
17
|
+
}
|
|
18
|
+
/** @ignore */
|
|
19
|
+
export declare namespace _CategoryTransformation {
|
|
20
|
+
interface AsJson {
|
|
21
|
+
id?: string;
|
|
22
|
+
name?: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
}
|
|
25
|
+
function fromJson(model: AsJson): Category;
|
|
26
|
+
function toJson(model: Category): AsJson;
|
|
27
|
+
}
|
|
@@ -11,24 +11,24 @@ export interface CommentsList {
|
|
|
11
11
|
* The total number of entries in the result.
|
|
12
12
|
*/
|
|
13
13
|
totalCount: number;
|
|
14
|
+
/**
|
|
15
|
+
* The number of entries per page.
|
|
16
|
+
*/
|
|
17
|
+
pageSize?: number;
|
|
14
18
|
/**
|
|
15
19
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
16
20
|
*
|
|
17
21
|
* Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
|
|
18
22
|
*/
|
|
19
23
|
nextPageKey?: string;
|
|
20
|
-
/**
|
|
21
|
-
* The number of entries per page.
|
|
22
|
-
*/
|
|
23
|
-
pageSize?: number;
|
|
24
24
|
}
|
|
25
25
|
/** @ignore */
|
|
26
26
|
export declare namespace _CommentsListTransformation {
|
|
27
27
|
interface AsJson {
|
|
28
28
|
comments: _CommentTransformation.AsJson[];
|
|
29
29
|
totalCount: number;
|
|
30
|
-
nextPageKey?: string;
|
|
31
30
|
pageSize?: number;
|
|
31
|
+
nextPageKey?: string;
|
|
32
32
|
}
|
|
33
33
|
function fromJson(model: AsJson): CommentsList;
|
|
34
34
|
function toJson(model: CommentsList): AsJson;
|
|
@@ -3,10 +3,6 @@ import { ComplexConstraintType, _ComplexConstraintTypeTransformation } from './c
|
|
|
3
3
|
* A constraint on the values accepted for a complex settings property.
|
|
4
4
|
*/
|
|
5
5
|
export interface ComplexConstraint {
|
|
6
|
-
/**
|
|
7
|
-
* A custom message for invalid values.
|
|
8
|
-
*/
|
|
9
|
-
customMessage?: string;
|
|
10
6
|
/**
|
|
11
7
|
* The minimum number of properties that must be set.
|
|
12
8
|
*/
|
|
@@ -19,6 +15,10 @@ export interface ComplexConstraint {
|
|
|
19
15
|
* The ID of a custom validator.
|
|
20
16
|
*/
|
|
21
17
|
customValidatorId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* A custom message for invalid values.
|
|
20
|
+
*/
|
|
21
|
+
customMessage?: string;
|
|
22
22
|
/**
|
|
23
23
|
* A list of properties (defined by IDs) that are used to check the constraint.
|
|
24
24
|
*/
|
|
@@ -28,10 +28,10 @@ export interface ComplexConstraint {
|
|
|
28
28
|
/** @ignore */
|
|
29
29
|
export declare namespace _ComplexConstraintTransformation {
|
|
30
30
|
interface AsJson {
|
|
31
|
-
customMessage?: string;
|
|
32
31
|
minimumPropertyCount?: number;
|
|
33
32
|
maximumPropertyCount?: number;
|
|
34
33
|
customValidatorId?: string;
|
|
34
|
+
customMessage?: string;
|
|
35
35
|
properties?: string[];
|
|
36
36
|
type: _ComplexConstraintTypeTransformation.AsJson;
|
|
37
37
|
}
|
|
@@ -4,25 +4,25 @@ import { ConstraintType, _ConstraintTypeTransformation } from './constraint-type
|
|
|
4
4
|
*/
|
|
5
5
|
export interface Constraint {
|
|
6
6
|
/**
|
|
7
|
-
* The
|
|
7
|
+
* The ID of a custom validator.
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
customValidatorId?: string;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* A custom message for invalid values.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
customMessage?: string;
|
|
14
14
|
/**
|
|
15
15
|
* A list of properties for which the combination of values must be unique.
|
|
16
16
|
*/
|
|
17
17
|
uniqueProperties?: string[];
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* The maximum allowed length of string values.
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
maxLength?: number;
|
|
22
22
|
/**
|
|
23
|
-
* The
|
|
23
|
+
* The minimum required length of string values.
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
minLength?: number;
|
|
26
26
|
/**
|
|
27
27
|
* The maximum allowed value.
|
|
28
28
|
*/
|
|
@@ -31,24 +31,24 @@ export interface Constraint {
|
|
|
31
31
|
* The minimum allowed value.
|
|
32
32
|
*/
|
|
33
33
|
minimum?: number;
|
|
34
|
-
type: ConstraintType;
|
|
35
34
|
/**
|
|
36
35
|
* The regular expression pattern for valid string values.
|
|
37
36
|
*/
|
|
38
37
|
pattern?: string;
|
|
38
|
+
type: ConstraintType;
|
|
39
39
|
}
|
|
40
40
|
/** @ignore */
|
|
41
41
|
export declare namespace _ConstraintTransformation {
|
|
42
42
|
interface AsJson {
|
|
43
|
+
customValidatorId?: string;
|
|
44
|
+
customMessage?: string;
|
|
45
|
+
uniqueProperties?: string[];
|
|
43
46
|
maxLength?: number;
|
|
44
47
|
minLength?: number;
|
|
45
|
-
uniqueProperties?: string[];
|
|
46
|
-
customMessage?: string;
|
|
47
|
-
customValidatorId?: string;
|
|
48
48
|
maximum?: number;
|
|
49
49
|
minimum?: number;
|
|
50
|
-
type: _ConstraintTypeTransformation.AsJson;
|
|
51
50
|
pattern?: string;
|
|
51
|
+
type: _ConstraintTypeTransformation.AsJson;
|
|
52
52
|
}
|
|
53
53
|
function fromJson(model: AsJson): Constraint;
|
|
54
54
|
function toJson(model: Constraint): AsJson;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A short representation of the credentials set.
|
|
3
|
+
*/
|
|
4
|
+
export interface CredentialsId {
|
|
5
|
+
/**
|
|
6
|
+
* The ID of the credentials set.
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
/** @ignore */
|
|
11
|
+
export declare namespace _CredentialsIdTransformation {
|
|
12
|
+
interface AsJson {
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
function fromJson(model: AsJson): CredentialsId;
|
|
16
|
+
function toJson(model: CredentialsId): AsJson;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ExternalVaultConfig, _ExternalVaultConfigTransformation } from './external-vault-config';
|
|
2
|
+
export interface CyberArkConfig extends ExternalVaultConfig {
|
|
3
|
+
centralPolicyManagerUrl?: string;
|
|
4
|
+
certificate?: string;
|
|
5
|
+
applicationId?: string;
|
|
6
|
+
safeName?: string;
|
|
7
|
+
folderName?: string;
|
|
8
|
+
accountName?: string;
|
|
9
|
+
}
|
|
10
|
+
/** @ignore */
|
|
11
|
+
export declare namespace _CyberArkConfigTransformation {
|
|
12
|
+
interface AsJson extends _ExternalVaultConfigTransformation.AsJson {
|
|
13
|
+
centralPolicyManagerUrl?: string;
|
|
14
|
+
certificate?: string;
|
|
15
|
+
applicationId?: string;
|
|
16
|
+
safeName?: string;
|
|
17
|
+
folderName?: string;
|
|
18
|
+
accountName?: string;
|
|
19
|
+
}
|
|
20
|
+
function fromJson(model: AsJson): CyberArkConfig;
|
|
21
|
+
function toJson(model: CyberArkConfig): AsJson;
|
|
22
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ExternalVault, _ExternalVaultTransformation } from './external-vault';
|
|
2
|
+
/**
|
|
3
|
+
* Synchronization credentials with CyberArk Vault using IP based access authentication method, which means adding location's IP addresses (used in monitor synchronizing credentials) to whitelist in CyberArk.
|
|
4
|
+
*/
|
|
5
|
+
export interface CyberArkDto extends ExternalVault {
|
|
6
|
+
/**
|
|
7
|
+
* [Optional] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
|
|
8
|
+
*/
|
|
9
|
+
certificate?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Application ID connected to CyberArk Vault.
|
|
12
|
+
*/
|
|
13
|
+
applicationId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Safe name connected to CyberArk Vault.
|
|
16
|
+
*/
|
|
17
|
+
safeName?: string;
|
|
18
|
+
/**
|
|
19
|
+
* [Optional] Folder name where credentials in CyberArk Vault are stored. Default folder name is 'Root'.
|
|
20
|
+
*/
|
|
21
|
+
folderName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Account name which stores username and password to retrieve and synchronize with Dynatrace Credential Vault. This is NOT the name of the account logged into CyberArk Central Policy Manager.
|
|
24
|
+
*/
|
|
25
|
+
accountName?: string;
|
|
26
|
+
}
|
|
27
|
+
/** @ignore */
|
|
28
|
+
export declare namespace _CyberArkDtoTransformation {
|
|
29
|
+
interface AsJson extends _ExternalVaultTransformation.AsJson {
|
|
30
|
+
certificate?: string;
|
|
31
|
+
applicationId?: string;
|
|
32
|
+
safeName?: string;
|
|
33
|
+
folderName?: string;
|
|
34
|
+
accountName?: string;
|
|
35
|
+
}
|
|
36
|
+
function fromJson(model: AsJson): CyberArkDto;
|
|
37
|
+
function toJson(model: CyberArkDto): AsJson;
|
|
38
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ExternalVaultConfig, _ExternalVaultConfigTransformation } from './external-vault-config';
|
|
2
|
+
export interface CyberArkUsernamePasswordConfig extends ExternalVaultConfig {
|
|
3
|
+
centralPolicyManagerUrl?: string;
|
|
4
|
+
usernamePasswordForCPM?: string;
|
|
5
|
+
certificate?: string;
|
|
6
|
+
applicationId?: string;
|
|
7
|
+
safeName?: string;
|
|
8
|
+
folderName?: string;
|
|
9
|
+
accountName?: string;
|
|
10
|
+
}
|
|
11
|
+
/** @ignore */
|
|
12
|
+
export declare namespace _CyberArkUsernamePasswordConfigTransformation {
|
|
13
|
+
interface AsJson extends _ExternalVaultConfigTransformation.AsJson {
|
|
14
|
+
centralPolicyManagerUrl?: string;
|
|
15
|
+
usernamePasswordForCPM?: string;
|
|
16
|
+
certificate?: string;
|
|
17
|
+
applicationId?: string;
|
|
18
|
+
safeName?: string;
|
|
19
|
+
folderName?: string;
|
|
20
|
+
accountName?: string;
|
|
21
|
+
}
|
|
22
|
+
function fromJson(model: AsJson): CyberArkUsernamePasswordConfig;
|
|
23
|
+
function toJson(model: CyberArkUsernamePasswordConfig): AsJson;
|
|
24
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ExternalVault, _ExternalVaultTransformation } from './external-vault';
|
|
2
|
+
/**
|
|
3
|
+
* Synchronization credentials with CyberArk Vault using username password authentication method.
|
|
4
|
+
*/
|
|
5
|
+
export interface CyberArkUsernamePassword extends ExternalVault {
|
|
6
|
+
/**
|
|
7
|
+
* Username password credentials for authentication to Central Policy Manager in CyberArk. ID of username password credential saved in Dynatrace CV.
|
|
8
|
+
*/
|
|
9
|
+
usernamePasswordForCPM?: string;
|
|
10
|
+
/**
|
|
11
|
+
* [Optional] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
|
|
12
|
+
*/
|
|
13
|
+
certificate?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Application ID connected to CyberArk Vault.
|
|
16
|
+
*/
|
|
17
|
+
applicationId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Safe name connected to CyberArk Vault.
|
|
20
|
+
*/
|
|
21
|
+
safeName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* [Optional] Folder name where credentials in CyberArk Vault are stored. Default folder name is 'Root'.
|
|
24
|
+
*/
|
|
25
|
+
folderName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Account name which stores username and password to retrieve and synchronize with Dynatrace Credential Vault. This is NOT the name of the account logged into CyberArk Central Policy Manager.
|
|
28
|
+
*/
|
|
29
|
+
accountName?: string;
|
|
30
|
+
}
|
|
31
|
+
/** @ignore */
|
|
32
|
+
export declare namespace _CyberArkUsernamePasswordTransformation {
|
|
33
|
+
interface AsJson extends _ExternalVaultTransformation.AsJson {
|
|
34
|
+
usernamePasswordForCPM?: string;
|
|
35
|
+
certificate?: string;
|
|
36
|
+
applicationId?: string;
|
|
37
|
+
safeName?: string;
|
|
38
|
+
folderName?: string;
|
|
39
|
+
accountName?: string;
|
|
40
|
+
}
|
|
41
|
+
function fromJson(model: AsJson): CyberArkUsernamePassword;
|
|
42
|
+
function toJson(model: CyberArkUsernamePassword): AsJson;
|
|
43
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts
CHANGED
|
@@ -3,11 +3,11 @@ import { DatasourceDefinitionResetValue, _DatasourceDefinitionResetValueTransfor
|
|
|
3
3
|
* Configuration of a datasource for a property.
|
|
4
4
|
*/
|
|
5
5
|
export interface DatasourceDefinition {
|
|
6
|
-
resetValue?: DatasourceDefinitionResetValue;
|
|
7
6
|
/**
|
|
8
7
|
* The properties to filter the datasource options on.
|
|
9
8
|
*/
|
|
10
9
|
filterProperties: string[];
|
|
10
|
+
resetValue?: DatasourceDefinitionResetValue;
|
|
11
11
|
/**
|
|
12
12
|
* Whether to validate input to only allow values returned by the datasource.
|
|
13
13
|
*/
|
|
@@ -28,8 +28,8 @@ export interface DatasourceDefinition {
|
|
|
28
28
|
/** @ignore */
|
|
29
29
|
export declare namespace _DatasourceDefinitionTransformation {
|
|
30
30
|
interface AsJson {
|
|
31
|
-
resetValue?: _DatasourceDefinitionResetValueTransformation.AsJson;
|
|
32
31
|
filterProperties: string[];
|
|
32
|
+
resetValue?: _DatasourceDefinitionResetValueTransformation.AsJson;
|
|
33
33
|
validate: boolean;
|
|
34
34
|
fullContext: boolean;
|
|
35
35
|
useApiSearch: boolean;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A constraint on the values that are going to be deleted.
|
|
3
|
+
*/
|
|
4
|
+
export interface DeletionConstraint {
|
|
5
|
+
/**
|
|
6
|
+
* The ID of a custom validator.
|
|
7
|
+
*/
|
|
8
|
+
customValidatorId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* A custom message for invalid values.
|
|
11
|
+
*/
|
|
12
|
+
customMessage?: string;
|
|
13
|
+
}
|
|
14
|
+
/** @ignore */
|
|
15
|
+
export declare namespace _DeletionConstraintTransformation {
|
|
16
|
+
interface AsJson {
|
|
17
|
+
customValidatorId?: string;
|
|
18
|
+
customMessage?: string;
|
|
19
|
+
}
|
|
20
|
+
function fromJson(model: AsJson): DeletionConstraint;
|
|
21
|
+
function toJson(model: DeletionConstraint): AsJson;
|
|
22
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/description-block-type.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Type of the data, either markdown or gallery.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum DescriptionBlockType {
|
|
5
|
+
Gallery = "GALLERY",
|
|
6
|
+
Markdown = "MARKDOWN"
|
|
7
|
+
}
|
|
8
|
+
/** @ignore */
|
|
9
|
+
export declare namespace _DescriptionBlockTypeTransformation {
|
|
10
|
+
type AsJson = DescriptionBlockType;
|
|
11
|
+
const toJson: (value: DescriptionBlockType) => AsJson;
|
|
12
|
+
const fromJson: (value: AsJson) => DescriptionBlockType;
|
|
13
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { DescriptionBlockType, _DescriptionBlockTypeTransformation } from './description-block-type';
|
|
2
|
+
import { Image, _ImageTransformation } from './image';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a section of data describing the given capability.
|
|
5
|
+
*/
|
|
6
|
+
export interface DescriptionBlock {
|
|
7
|
+
type?: DescriptionBlockType;
|
|
8
|
+
/**
|
|
9
|
+
* Title of the description block.
|
|
10
|
+
*/
|
|
11
|
+
title?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Source of the description block (in case of markdown).
|
|
14
|
+
*/
|
|
15
|
+
source?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Collection of images (in case of gallery).
|
|
18
|
+
*/
|
|
19
|
+
images?: Image[];
|
|
20
|
+
/**
|
|
21
|
+
* Optional identifier of special description blocks.
|
|
22
|
+
*/
|
|
23
|
+
sourceId?: string;
|
|
24
|
+
}
|
|
25
|
+
/** @ignore */
|
|
26
|
+
export declare namespace _DescriptionBlockTransformation {
|
|
27
|
+
interface AsJson {
|
|
28
|
+
type?: _DescriptionBlockTypeTransformation.AsJson;
|
|
29
|
+
title?: string;
|
|
30
|
+
source?: string;
|
|
31
|
+
images?: _ImageTransformation.AsJson[];
|
|
32
|
+
sourceId?: string;
|
|
33
|
+
}
|
|
34
|
+
function fromJson(model: AsJson): DescriptionBlock;
|
|
35
|
+
function toJson(model: DescriptionBlock): AsJson;
|
|
36
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts
CHANGED
|
@@ -3,52 +3,57 @@ import { SettingsValue, _SettingsValueTransformation } from './settings-value';
|
|
|
3
3
|
* An effective settings value.
|
|
4
4
|
*/
|
|
5
5
|
export interface EffectiveSettingsValue {
|
|
6
|
+
/**
|
|
7
|
+
* The timestamp of the creation.
|
|
8
|
+
*/
|
|
9
|
+
created?: number;
|
|
6
10
|
/**
|
|
7
11
|
* The origin of the settings value.
|
|
8
12
|
*/
|
|
9
13
|
origin?: string;
|
|
10
14
|
/**
|
|
11
|
-
* The
|
|
15
|
+
* The schema on which the object is based.
|
|
12
16
|
*/
|
|
13
|
-
|
|
17
|
+
schemaId?: string;
|
|
14
18
|
/**
|
|
15
|
-
* The
|
|
19
|
+
* The timestamp of the last modification.
|
|
16
20
|
*/
|
|
17
|
-
|
|
21
|
+
modified?: number;
|
|
18
22
|
/**
|
|
19
23
|
* The user (identified by a user ID or a public token ID) who performed that most recent modification.
|
|
20
24
|
*/
|
|
21
25
|
author?: string;
|
|
22
26
|
/**
|
|
23
|
-
* The
|
|
27
|
+
* The external identifier of the settings object.
|
|
24
28
|
*/
|
|
25
|
-
|
|
29
|
+
externalId?: string;
|
|
26
30
|
/**
|
|
27
31
|
* The version of the schema on which the object is based.
|
|
28
32
|
*/
|
|
29
33
|
schemaVersion?: string;
|
|
30
34
|
/**
|
|
31
|
-
*
|
|
35
|
+
* A searchable summary string of the setting value. Plain text without Markdown.
|
|
32
36
|
*/
|
|
33
|
-
|
|
34
|
-
value?: SettingsValue;
|
|
37
|
+
searchSummary?: string;
|
|
35
38
|
/**
|
|
36
|
-
* A short summary of settings.
|
|
39
|
+
* A short summary of settings. This can contain Markdown and will be escaped accordingly.
|
|
37
40
|
*/
|
|
38
41
|
summary?: string;
|
|
42
|
+
value?: SettingsValue;
|
|
39
43
|
}
|
|
40
44
|
/** @ignore */
|
|
41
45
|
export declare namespace _EffectiveSettingsValueTransformation {
|
|
42
46
|
interface AsJson {
|
|
43
|
-
origin?: string;
|
|
44
47
|
created?: number;
|
|
45
|
-
|
|
46
|
-
|
|
48
|
+
origin?: string;
|
|
49
|
+
schemaId?: string;
|
|
47
50
|
modified?: number;
|
|
51
|
+
author?: string;
|
|
52
|
+
externalId?: string;
|
|
48
53
|
schemaVersion?: string;
|
|
49
|
-
|
|
50
|
-
value?: _SettingsValueTransformation.AsJson;
|
|
54
|
+
searchSummary?: string;
|
|
51
55
|
summary?: string;
|
|
56
|
+
value?: _SettingsValueTransformation.AsJson;
|
|
52
57
|
}
|
|
53
58
|
function fromJson(model: AsJson): EffectiveSettingsValue;
|
|
54
59
|
function toJson(model: EffectiveSettingsValue): AsJson;
|