@datadog/datadog-api-client 1.27.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.d.ts +7 -6
- package/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js +2 -2
- package/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/index.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/index.js +12 -6
- package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamQuery.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/LogsIndex.d.ts +9 -2
- package/dist/packages/datadog-api-client-v1/models/LogsIndex.js +5 -0
- package/dist/packages/datadog-api-client-v1/models/LogsIndex.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.d.ts +12 -4
- package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.js +5 -0
- package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/Monitor.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonitorOptions.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +50 -20
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SharedDashboard.js +0 -1
- package/dist/packages/datadog-api-client-v1/models/SharedDashboard.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SharedDashboardUpdateRequest.js +0 -1
- package/dist/packages/datadog-api-client-v1/models/SharedDashboardUpdateRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariable.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariable.js +8 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariable.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptions.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.d.ts +3 -2
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableRequest.d.ts +75 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableRequest.js +69 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsLocalVariableParsingOptionsType.d.ts +15 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsLocalVariableParsingOptionsType.js +14 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsLocalVariableParsingOptionsType.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsParsingOptions.d.ts +4 -4
- package/dist/packages/datadog-api-client-v1/models/SyntheticsParsingOptions.js +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsParsingOptions.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.d.ts +2 -2
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js +2 -4
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/User.js +0 -2
- package/dist/packages/datadog-api-client-v1/models/User.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/WidgetLegacyLiveSpan.d.ts +29 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetLegacyLiveSpan.js +26 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetLegacyLiveSpan.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetLiveSpanUnit.d.ts +16 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetLiveSpanUnit.js +15 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetLiveSpanUnit.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpan.d.ts +45 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpan.js +43 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpan.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpanType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpanType.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpanType.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpan.d.ts +46 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpan.js +42 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpan.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpanType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpanType.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpanType.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/WidgetTime.d.ts +5 -29
- package/dist/packages/datadog-api-client-v1/models/WidgetTime.js +0 -27
- package/dist/packages/datadog-api-client-v1/models/WidgetTime.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/EventsApi.d.ts +2 -2
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.d.ts +3 -3
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js +3 -3
- package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.d.ts +131 -0
- package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js +334 -0
- package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/index.d.ts +66 -0
- package/dist/packages/datadog-api-client-v2/index.js +134 -25
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/APIKeyCreateAttributes.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/APIKeyCreateAttributes.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/APIKeyCreateAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/APIKeyResponseIncludedItem.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/APIKeyUpdateAttributes.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/APIKeyUpdateAttributes.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/APIKeyUpdateAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ApplicationKeyResponseIncludedItem.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppGitInfo.js +0 -2
- package/dist/packages/datadog-api-client-v2/models/CIAppGitInfo.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/EntityAttributes.d.ts +64 -0
- package/dist/packages/datadog-api-client-v2/models/EntityAttributes.js +63 -0
- package/dist/packages/datadog-api-client-v2/models/EntityAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityData.d.ts +55 -0
- package/dist/packages/datadog-api-client-v2/models/EntityData.js +46 -0
- package/dist/packages/datadog-api-client-v2/models/EntityData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityMeta.d.ts +48 -0
- package/dist/packages/datadog-api-client-v2/models/EntityMeta.js +47 -0
- package/dist/packages/datadog-api-client-v2/models/EntityMeta.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityRelationships.d.ts +57 -0
- package/dist/packages/datadog-api-client-v2/models/EntityRelationships.js +46 -0
- package/dist/packages/datadog-api-client-v2/models/EntityRelationships.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.d.ts +45 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedOncall.d.ts +45 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedOncall.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedOncall.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.d.ts +45 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchemaAttributes.d.ts +36 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchemaAttributes.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchemaAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntity.d.ts +50 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntity.js +42 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntity.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.d.ts +48 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.js +47 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.d.ts +48 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.js +49 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedIncidentAttributes.d.ts +52 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedIncidentAttributes.js +52 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedIncidentAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.js +44 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.d.ts +45 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchemaAttributes.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchemaAttributes.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchemaAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseMeta.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseMeta.js +41 -0
- package/dist/packages/datadog-api-client-v2/models/EntityResponseMeta.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToIncidents.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToIncidents.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToIncidents.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToOncalls.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToOncalls.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToOncalls.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToRawSchema.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToRawSchema.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToRawSchema.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToRelatedEntities.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToRelatedEntities.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToRelatedEntities.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToSchema.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToSchema.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EntityToSchema.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3.d.ts +14 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.d.ts +28 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.d.ts +28 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.d.ts +28 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.d.ts +60 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.js +53 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.d.ts +39 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreKind.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreKind.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreKind.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.d.ts +36 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.d.ts +78 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.js +71 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.js +40 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.d.ts +36 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.js +41 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.js +46 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.d.ts +28 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Queue.d.ts +60 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Queue.js +53 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Queue.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.d.ts +39 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueKind.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueKind.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueKind.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.d.ts +36 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Service.d.ts +60 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Service.js +53 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3Service.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.d.ts +49 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.js +42 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceKind.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceKind.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceKind.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.js +47 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3System.d.ts +60 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3System.js +53 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3System.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemKind.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemKind.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemKind.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemSpec.d.ts +36 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemSpec.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/EntityV3SystemSpec.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/FastlyAccountUpdateRequestAttributes.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/FastlyAccountUpdateRequestAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/FastlyAccountUpdateRequestAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/FullAPIKeyAttributes.d.ts +2 -2
- package/dist/packages/datadog-api-client-v2/models/FullAPIKeyAttributes.js +4 -2
- package/dist/packages/datadog-api-client-v2/models/FullAPIKeyAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/IncludeType.d.ts +15 -0
- package/dist/packages/datadog-api-client-v2/models/IncludeType.js +14 -0
- package/dist/packages/datadog-api-client-v2/models/IncludeType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKey.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKey.js +41 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKey.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKeyAttributes.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKeyAttributes.js +41 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKeyAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKeyType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKeyType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/LeakedKeyType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponse.d.ts +52 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponse.js +42 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseIncludedItem.d.ts +15 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseIncludedItem.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseIncludedItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.js +43 -0
- package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MetricAssetAttributes.d.ts +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricAssetAttributes.js +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricAssetAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigCreateAttributes.js +0 -1
- package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigCreateAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigDeleteAttributes.js +0 -1
- package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigDeleteAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigStatusAttributes.js +0 -1
- package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigStatusAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricDashboardAsset.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricDashboardAttributes.d.ts +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricDashboardAttributes.js +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricDashboardAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricMonitorAsset.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricNotebookAsset.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricSLOAsset.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +168 -20
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/RelationType.d.ts +20 -0
- package/dist/packages/datadog-api-client-v2/models/RelationType.js +19 -0
- package/dist/packages/datadog-api-client-v2/models/RelationType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipItem.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipItem.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV1Contact.js +0 -1
- package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV1Contact.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Dot1Email.js +0 -1
- package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Dot1Email.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Email.js +0 -1
- package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Email.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/TeamLinkAttributes.js +0 -1
- package/dist/packages/datadog-api-client-v2/models/TeamLinkAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponse.d.ts +47 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponse.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponseIncludedItem.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponseIncludedItem.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponseIncludedItem.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntityResponseIncludedRelatedEntity = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Included related entity.
|
|
6
|
+
*/
|
|
7
|
+
class EntityResponseIncludedRelatedEntity {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EntityResponseIncludedRelatedEntity.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EntityResponseIncludedRelatedEntity = EntityResponseIncludedRelatedEntity;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EntityResponseIncludedRelatedEntity.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "EntityResponseIncludedRelatedEntityAttributes",
|
|
24
|
+
},
|
|
25
|
+
id: {
|
|
26
|
+
baseName: "id",
|
|
27
|
+
type: "string",
|
|
28
|
+
},
|
|
29
|
+
meta: {
|
|
30
|
+
baseName: "meta",
|
|
31
|
+
type: "EntityResponseIncludedRelatedEntityMeta",
|
|
32
|
+
},
|
|
33
|
+
type: {
|
|
34
|
+
baseName: "type",
|
|
35
|
+
type: "string",
|
|
36
|
+
},
|
|
37
|
+
additionalProperties: {
|
|
38
|
+
baseName: "additionalProperties",
|
|
39
|
+
type: "any",
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=EntityResponseIncludedRelatedEntity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityResponseIncludedRelatedEntity.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntity.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,mCAAmC;IA+D9C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AA7DH,kFAgEC;AAlCC;;GAEG;AACa,oDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,+CAA+C;KACtD;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,yCAAyC;KAChD;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Related entity attributes.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityResponseIncludedRelatedEntityAttributes {
|
|
11
|
+
/**
|
|
12
|
+
* Entity kind.
|
|
13
|
+
*/
|
|
14
|
+
"kind"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Entity name.
|
|
17
|
+
*/
|
|
18
|
+
"name"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Entity namespace.
|
|
21
|
+
*/
|
|
22
|
+
"namespace"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Entity relation type to the associated entity.
|
|
25
|
+
*/
|
|
26
|
+
"type"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A container for additional, undeclared properties.
|
|
29
|
+
* This is a holder for any undeclared properties as specified with
|
|
30
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
31
|
+
*/
|
|
32
|
+
"additionalProperties"?: {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
"_unparsed"?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
46
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
47
|
+
constructor();
|
|
48
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.js
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.EntityResponseIncludedRelatedEntityAttributes = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Related entity attributes.
|
|
11
|
+
*/
|
|
12
|
+
class EntityResponseIncludedRelatedEntityAttributes {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityResponseIncludedRelatedEntityAttributes.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityResponseIncludedRelatedEntityAttributes = EntityResponseIncludedRelatedEntityAttributes;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityResponseIncludedRelatedEntityAttributes.attributeTypeMap = {
|
|
26
|
+
kind: {
|
|
27
|
+
baseName: "kind",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
name: {
|
|
31
|
+
baseName: "name",
|
|
32
|
+
type: "string",
|
|
33
|
+
},
|
|
34
|
+
namespace: {
|
|
35
|
+
baseName: "namespace",
|
|
36
|
+
type: "string",
|
|
37
|
+
},
|
|
38
|
+
type: {
|
|
39
|
+
baseName: "type",
|
|
40
|
+
type: "string",
|
|
41
|
+
},
|
|
42
|
+
additionalProperties: {
|
|
43
|
+
baseName: "additionalProperties",
|
|
44
|
+
type: "any",
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=EntityResponseIncludedRelatedEntityAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityResponseIncludedRelatedEntityAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,6CAA6C;IA+DxD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,6CAA6C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AA7DH,sGAgEC;AAlCC;;GAEG;AACa,8DAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.d.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Included related entity meta.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityResponseIncludedRelatedEntityMeta {
|
|
11
|
+
/**
|
|
12
|
+
* Entity creation time.
|
|
13
|
+
*/
|
|
14
|
+
"createdAt"?: Date;
|
|
15
|
+
/**
|
|
16
|
+
* Entity relation defined by.
|
|
17
|
+
*/
|
|
18
|
+
"definedBy"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Entity modification time.
|
|
21
|
+
*/
|
|
22
|
+
"modifiedAt"?: Date;
|
|
23
|
+
/**
|
|
24
|
+
* Entity relation source.
|
|
25
|
+
*/
|
|
26
|
+
"source"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A container for additional, undeclared properties.
|
|
29
|
+
* This is a holder for any undeclared properties as specified with
|
|
30
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
31
|
+
*/
|
|
32
|
+
"additionalProperties"?: {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
"_unparsed"?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
46
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
47
|
+
constructor();
|
|
48
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.EntityResponseIncludedRelatedEntityMeta = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Included related entity meta.
|
|
11
|
+
*/
|
|
12
|
+
class EntityResponseIncludedRelatedEntityMeta {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityResponseIncludedRelatedEntityMeta.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityResponseIncludedRelatedEntityMeta = EntityResponseIncludedRelatedEntityMeta;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityResponseIncludedRelatedEntityMeta.attributeTypeMap = {
|
|
26
|
+
createdAt: {
|
|
27
|
+
baseName: "createdAt",
|
|
28
|
+
type: "Date",
|
|
29
|
+
format: "date-time",
|
|
30
|
+
},
|
|
31
|
+
definedBy: {
|
|
32
|
+
baseName: "defined_by",
|
|
33
|
+
type: "string",
|
|
34
|
+
},
|
|
35
|
+
modifiedAt: {
|
|
36
|
+
baseName: "modifiedAt",
|
|
37
|
+
type: "Date",
|
|
38
|
+
format: "date-time",
|
|
39
|
+
},
|
|
40
|
+
source: {
|
|
41
|
+
baseName: "source",
|
|
42
|
+
type: "string",
|
|
43
|
+
},
|
|
44
|
+
additionalProperties: {
|
|
45
|
+
baseName: "additionalProperties",
|
|
46
|
+
type: "any",
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=EntityResponseIncludedRelatedEntityMeta.js.map
|
package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityResponseIncludedRelatedEntityMeta.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,uCAAuC;IAiElD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA/DH,0FAkEC;AApCC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,WAAW;KACpB;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,QAAQ;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,WAAW;KACpB;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Incident attributes.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityResponseIncludedRelatedIncidentAttributes {
|
|
11
|
+
/**
|
|
12
|
+
* Incident creation time.
|
|
13
|
+
*/
|
|
14
|
+
"createdAt"?: Date;
|
|
15
|
+
/**
|
|
16
|
+
* Incident URL.
|
|
17
|
+
*/
|
|
18
|
+
"htmlUrl"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Incident provider.
|
|
21
|
+
*/
|
|
22
|
+
"provider"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Incident status.
|
|
25
|
+
*/
|
|
26
|
+
"status"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Incident title.
|
|
29
|
+
*/
|
|
30
|
+
"title"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A container for additional, undeclared properties.
|
|
33
|
+
* This is a holder for any undeclared properties as specified with
|
|
34
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
35
|
+
*/
|
|
36
|
+
"additionalProperties"?: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
"_unparsed"?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
46
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
47
|
+
/**
|
|
48
|
+
* @ignore
|
|
49
|
+
*/
|
|
50
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
51
|
+
constructor();
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.EntityResponseIncludedRelatedIncidentAttributes = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Incident attributes.
|
|
11
|
+
*/
|
|
12
|
+
class EntityResponseIncludedRelatedIncidentAttributes {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityResponseIncludedRelatedIncidentAttributes.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityResponseIncludedRelatedIncidentAttributes = EntityResponseIncludedRelatedIncidentAttributes;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityResponseIncludedRelatedIncidentAttributes.attributeTypeMap = {
|
|
26
|
+
createdAt: {
|
|
27
|
+
baseName: "createdAt",
|
|
28
|
+
type: "Date",
|
|
29
|
+
format: "date-time",
|
|
30
|
+
},
|
|
31
|
+
htmlUrl: {
|
|
32
|
+
baseName: "htmlURL",
|
|
33
|
+
type: "string",
|
|
34
|
+
},
|
|
35
|
+
provider: {
|
|
36
|
+
baseName: "provider",
|
|
37
|
+
type: "string",
|
|
38
|
+
},
|
|
39
|
+
status: {
|
|
40
|
+
baseName: "status",
|
|
41
|
+
type: "string",
|
|
42
|
+
},
|
|
43
|
+
title: {
|
|
44
|
+
baseName: "title",
|
|
45
|
+
type: "string",
|
|
46
|
+
},
|
|
47
|
+
additionalProperties: {
|
|
48
|
+
baseName: "additionalProperties",
|
|
49
|
+
type: "any",
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=EntityResponseIncludedRelatedIncidentAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityResponseIncludedRelatedIncidentAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedIncidentAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,+CAA+C;IAwE1D,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,+CAA+C,CAAC,gBAAgB,CAAC;IAC1E,CAAC;;AAtEH,0GAyEC;AAvCC;;GAEG;AACa,gEAAgB,GAAqB;IACnD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,WAAW;KACpB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;KACf;IACD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EntityResponseIncludedRelatedOncallEscalationItem } from "./EntityResponseIncludedRelatedOncallEscalationItem";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Included related oncall attributes.
|
|
10
|
+
*/
|
|
11
|
+
export declare class EntityResponseIncludedRelatedOncallAttributes {
|
|
12
|
+
/**
|
|
13
|
+
* Oncall escalations
|
|
14
|
+
*/
|
|
15
|
+
"escalations"?: Array<EntityResponseIncludedRelatedOncallEscalationItem>;
|
|
16
|
+
/**
|
|
17
|
+
* Oncall provider.
|
|
18
|
+
*/
|
|
19
|
+
"provider"?: string;
|
|
20
|
+
/**
|
|
21
|
+
* A container for additional, undeclared properties.
|
|
22
|
+
* This is a holder for any undeclared properties as specified with
|
|
23
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
24
|
+
*/
|
|
25
|
+
"additionalProperties"?: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
"_unparsed"?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
36
|
+
/**
|
|
37
|
+
* @ignore
|
|
38
|
+
*/
|
|
39
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
40
|
+
constructor();
|
|
41
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntityResponseIncludedRelatedOncallAttributes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Included related oncall attributes.
|
|
6
|
+
*/
|
|
7
|
+
class EntityResponseIncludedRelatedOncallAttributes {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EntityResponseIncludedRelatedOncallAttributes.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EntityResponseIncludedRelatedOncallAttributes = EntityResponseIncludedRelatedOncallAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EntityResponseIncludedRelatedOncallAttributes.attributeTypeMap = {
|
|
21
|
+
escalations: {
|
|
22
|
+
baseName: "escalations",
|
|
23
|
+
type: "Array<EntityResponseIncludedRelatedOncallEscalationItem>",
|
|
24
|
+
},
|
|
25
|
+
provider: {
|
|
26
|
+
baseName: "provider",
|
|
27
|
+
type: "string",
|
|
28
|
+
},
|
|
29
|
+
additionalProperties: {
|
|
30
|
+
baseName: "additionalProperties",
|
|
31
|
+
type: "any",
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=EntityResponseIncludedRelatedOncallAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityResponseIncludedRelatedOncallAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,6CAA6C;IA+CxD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,6CAA6C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AA7CH,sGAgDC;AA1BC;;GAEG;AACa,8DAAgB,GAAqB;IACnD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,0DAA0D;KACjE;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Oncall escalation
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityResponseIncludedRelatedOncallEscalationItem {
|
|
11
|
+
/**
|
|
12
|
+
* Oncall email.
|
|
13
|
+
*/
|
|
14
|
+
"email"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Oncall level.
|
|
17
|
+
*/
|
|
18
|
+
"escalationLevel"?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Oncall name.
|
|
21
|
+
*/
|
|
22
|
+
"name"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A container for additional, undeclared properties.
|
|
25
|
+
* This is a holder for any undeclared properties as specified with
|
|
26
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
27
|
+
*/
|
|
28
|
+
"additionalProperties"?: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
"_unparsed"?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
43
|
+
constructor();
|
|
44
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.EntityResponseIncludedRelatedOncallEscalationItem = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Oncall escalation
|
|
11
|
+
*/
|
|
12
|
+
class EntityResponseIncludedRelatedOncallEscalationItem {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityResponseIncludedRelatedOncallEscalationItem.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityResponseIncludedRelatedOncallEscalationItem = EntityResponseIncludedRelatedOncallEscalationItem;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityResponseIncludedRelatedOncallEscalationItem.attributeTypeMap = {
|
|
26
|
+
email: {
|
|
27
|
+
baseName: "email",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
escalationLevel: {
|
|
31
|
+
baseName: "escalationLevel",
|
|
32
|
+
type: "number",
|
|
33
|
+
format: "int64",
|
|
34
|
+
},
|
|
35
|
+
name: {
|
|
36
|
+
baseName: "name",
|
|
37
|
+
type: "string",
|
|
38
|
+
},
|
|
39
|
+
additionalProperties: {
|
|
40
|
+
baseName: "additionalProperties",
|
|
41
|
+
type: "any",
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=EntityResponseIncludedRelatedOncallEscalationItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityResponseIncludedRelatedOncallEscalationItem.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,iDAAiD;IAwD5D,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,iDAAiD,CAAC,gBAAgB,CAAC;IAC5E,CAAC;;AAtDH,8GAyDC;AA/BC;;GAEG;AACa,kEAAgB,GAAqB;IACnD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;KACf;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,iBAAiB;QAC3B,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EntityResponseIncludedSchemaAttributes } from "./EntityResponseIncludedSchemaAttributes";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Included detail entity schema.
|
|
10
|
+
*/
|
|
11
|
+
export declare class EntityResponseIncludedSchema {
|
|
12
|
+
/**
|
|
13
|
+
* Included schema.
|
|
14
|
+
*/
|
|
15
|
+
"attributes"?: EntityResponseIncludedSchemaAttributes;
|
|
16
|
+
/**
|
|
17
|
+
* Entity id.
|
|
18
|
+
*/
|
|
19
|
+
"id"?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Schema type.
|
|
22
|
+
*/
|
|
23
|
+
"type"?: string;
|
|
24
|
+
/**
|
|
25
|
+
* A container for additional, undeclared properties.
|
|
26
|
+
* This is a holder for any undeclared properties as specified with
|
|
27
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
28
|
+
*/
|
|
29
|
+
"additionalProperties"?: {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
"_unparsed"?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* @ignore
|
|
38
|
+
*/
|
|
39
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
40
|
+
/**
|
|
41
|
+
* @ignore
|
|
42
|
+
*/
|
|
43
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
44
|
+
constructor();
|
|
45
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntityResponseIncludedSchema = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Included detail entity schema.
|
|
6
|
+
*/
|
|
7
|
+
class EntityResponseIncludedSchema {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EntityResponseIncludedSchema.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EntityResponseIncludedSchema = EntityResponseIncludedSchema;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EntityResponseIncludedSchema.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "EntityResponseIncludedSchemaAttributes",
|
|
24
|
+
},
|
|
25
|
+
id: {
|
|
26
|
+
baseName: "id",
|
|
27
|
+
type: "string",
|
|
28
|
+
},
|
|
29
|
+
type: {
|
|
30
|
+
baseName: "type",
|
|
31
|
+
type: "string",
|
|
32
|
+
},
|
|
33
|
+
additionalProperties: {
|
|
34
|
+
baseName: "additionalProperties",
|
|
35
|
+
type: "any",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=EntityResponseIncludedSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityResponseIncludedSchema.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,4BAA4B;IAuDvC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AArDH,oEAwDC;AA9BC;;GAEG;AACa,6CAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,wCAAwC;KAC/C;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchemaAttributes.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EntityV3 } from "./EntityV3";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Included schema.
|
|
10
|
+
*/
|
|
11
|
+
export declare class EntityResponseIncludedSchemaAttributes {
|
|
12
|
+
/**
|
|
13
|
+
* Entity schema v3.
|
|
14
|
+
*/
|
|
15
|
+
"schema"?: EntityV3;
|
|
16
|
+
/**
|
|
17
|
+
* A container for additional, undeclared properties.
|
|
18
|
+
* This is a holder for any undeclared properties as specified with
|
|
19
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
20
|
+
*/
|
|
21
|
+
"additionalProperties"?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
"_unparsed"?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
36
|
+
constructor();
|
|
37
|
+
}
|