@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,39 @@
|
|
|
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.EntityV3DatastoreSpec = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* The definition of Entity V3 Datastore Spec object.
|
|
11
|
+
*/
|
|
12
|
+
class EntityV3DatastoreSpec {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityV3DatastoreSpec.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityV3DatastoreSpec = EntityV3DatastoreSpec;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityV3DatastoreSpec.attributeTypeMap = {
|
|
26
|
+
lifecycle: {
|
|
27
|
+
baseName: "lifecycle",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
tier: {
|
|
31
|
+
baseName: "tier",
|
|
32
|
+
type: "string",
|
|
33
|
+
},
|
|
34
|
+
type: {
|
|
35
|
+
baseName: "type",
|
|
36
|
+
type: "string",
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=EntityV3DatastoreSpec.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityV3DatastoreSpec.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,qBAAqB;IA4ChC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1CH,sDA6CC;AA1BC;;GAEG;AACa,sCAAgB,GAAqB;IACnD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { EntityV3DatadogIntegrationOpsgenie } from "./EntityV3DatadogIntegrationOpsgenie";
|
|
7
|
+
import { EntityV3DatadogIntegrationPagerduty } from "./EntityV3DatadogIntegrationPagerduty";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* A base schema for defining third party integrations
|
|
11
|
+
*/
|
|
12
|
+
export declare class EntityV3Integrations {
|
|
13
|
+
/**
|
|
14
|
+
* An Opsgenie integration schema
|
|
15
|
+
*/
|
|
16
|
+
"opsgenie"?: EntityV3DatadogIntegrationOpsgenie;
|
|
17
|
+
/**
|
|
18
|
+
* An PagerDuty integration schema
|
|
19
|
+
*/
|
|
20
|
+
"pagerduty"?: EntityV3DatadogIntegrationPagerduty;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntityV3Integrations = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* A base schema for defining third party integrations
|
|
6
|
+
*/
|
|
7
|
+
class EntityV3Integrations {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EntityV3Integrations.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EntityV3Integrations = EntityV3Integrations;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EntityV3Integrations.attributeTypeMap = {
|
|
21
|
+
opsgenie: {
|
|
22
|
+
baseName: "opsgenie",
|
|
23
|
+
type: "EntityV3DatadogIntegrationOpsgenie",
|
|
24
|
+
},
|
|
25
|
+
pagerduty: {
|
|
26
|
+
baseName: "pagerduty",
|
|
27
|
+
type: "EntityV3DatadogIntegrationPagerduty",
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=EntityV3Integrations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityV3Integrations.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityV3Integrations.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,oBAAoB;IAoC/B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAlCH,oDAqCC;AAtBC;;GAEG;AACa,qCAAgB,GAAqB;IACnD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,oCAAoC;KAC3C;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,qCAAqC;KAC5C;CACF,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
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 { EntityV3MetadataAdditionalOwnersItems } from "./EntityV3MetadataAdditionalOwnersItems";
|
|
7
|
+
import { EntityV3MetadataContactsItems } from "./EntityV3MetadataContactsItems";
|
|
8
|
+
import { EntityV3MetadataLinksItems } from "./EntityV3MetadataLinksItems";
|
|
9
|
+
import { EntityV3MetadataOwner } from "./EntityV3MetadataOwner";
|
|
10
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
11
|
+
/**
|
|
12
|
+
* The definition of Entity V3 Metadata object.
|
|
13
|
+
*/
|
|
14
|
+
export declare class EntityV3Metadata {
|
|
15
|
+
/**
|
|
16
|
+
* The additional owners of the entity, usually a team
|
|
17
|
+
*/
|
|
18
|
+
"additionalOwners"?: Array<EntityV3MetadataAdditionalOwnersItems>;
|
|
19
|
+
/**
|
|
20
|
+
* A list of contacts for the entity
|
|
21
|
+
*/
|
|
22
|
+
"contacts"?: Array<EntityV3MetadataContactsItems>;
|
|
23
|
+
/**
|
|
24
|
+
* Short description of the entity. The UI can leverage the description for display
|
|
25
|
+
*/
|
|
26
|
+
"description"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* User friendly name of the entity. The UI can leverage the display name for display
|
|
29
|
+
*/
|
|
30
|
+
"displayName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
|
|
33
|
+
*/
|
|
34
|
+
"id"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The entity reference from which to inherit metadata
|
|
37
|
+
*/
|
|
38
|
+
"inheritFrom"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* A list of links for the entity
|
|
41
|
+
*/
|
|
42
|
+
"links"?: Array<EntityV3MetadataLinksItems>;
|
|
43
|
+
/**
|
|
44
|
+
* A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
|
|
45
|
+
*/
|
|
46
|
+
"managed"?: {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Unique name given to an entity under the kind/namespace
|
|
51
|
+
*/
|
|
52
|
+
"name": string;
|
|
53
|
+
/**
|
|
54
|
+
* Namespace is a part of unique identifier. It has a default value of 'default'
|
|
55
|
+
*/
|
|
56
|
+
"namespace"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The owner of the entity, usually a team
|
|
59
|
+
*/
|
|
60
|
+
"owner"?: EntityV3MetadataOwner;
|
|
61
|
+
/**
|
|
62
|
+
* A set of custom tags
|
|
63
|
+
*/
|
|
64
|
+
"tags"?: Array<string>;
|
|
65
|
+
/**
|
|
66
|
+
* @ignore
|
|
67
|
+
*/
|
|
68
|
+
"_unparsed"?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* @ignore
|
|
71
|
+
*/
|
|
72
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
73
|
+
/**
|
|
74
|
+
* @ignore
|
|
75
|
+
*/
|
|
76
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
77
|
+
constructor();
|
|
78
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntityV3Metadata = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The definition of Entity V3 Metadata object.
|
|
6
|
+
*/
|
|
7
|
+
class EntityV3Metadata {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EntityV3Metadata.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EntityV3Metadata = EntityV3Metadata;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EntityV3Metadata.attributeTypeMap = {
|
|
21
|
+
additionalOwners: {
|
|
22
|
+
baseName: "additionalOwners",
|
|
23
|
+
type: "Array<EntityV3MetadataAdditionalOwnersItems>",
|
|
24
|
+
},
|
|
25
|
+
contacts: {
|
|
26
|
+
baseName: "contacts",
|
|
27
|
+
type: "Array<EntityV3MetadataContactsItems>",
|
|
28
|
+
},
|
|
29
|
+
description: {
|
|
30
|
+
baseName: "description",
|
|
31
|
+
type: "string",
|
|
32
|
+
},
|
|
33
|
+
displayName: {
|
|
34
|
+
baseName: "displayName",
|
|
35
|
+
type: "string",
|
|
36
|
+
},
|
|
37
|
+
id: {
|
|
38
|
+
baseName: "id",
|
|
39
|
+
type: "string",
|
|
40
|
+
},
|
|
41
|
+
inheritFrom: {
|
|
42
|
+
baseName: "inheritFrom",
|
|
43
|
+
type: "string",
|
|
44
|
+
},
|
|
45
|
+
links: {
|
|
46
|
+
baseName: "links",
|
|
47
|
+
type: "Array<EntityV3MetadataLinksItems>",
|
|
48
|
+
},
|
|
49
|
+
managed: {
|
|
50
|
+
baseName: "managed",
|
|
51
|
+
type: "{ [key: string]: any; }",
|
|
52
|
+
},
|
|
53
|
+
name: {
|
|
54
|
+
baseName: "name",
|
|
55
|
+
type: "string",
|
|
56
|
+
required: true,
|
|
57
|
+
},
|
|
58
|
+
namespace: {
|
|
59
|
+
baseName: "namespace",
|
|
60
|
+
type: "string",
|
|
61
|
+
},
|
|
62
|
+
owner: {
|
|
63
|
+
baseName: "owner",
|
|
64
|
+
type: "EntityV3MetadataOwner",
|
|
65
|
+
},
|
|
66
|
+
tags: {
|
|
67
|
+
baseName: "tags",
|
|
68
|
+
type: "Array<string>",
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=EntityV3Metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityV3Metadata.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityV3Metadata.ts"],"names":[],"mappings":";;;AAYA;;GAEG;AACH,MAAa,gBAAgB;IAqH3B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAnHH,4CAsHC;AA/DC;;GAEG;AACa,iCAAgB,GAAqB;IACnD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,kBAAkB;QAC5B,IAAI,EAAE,8CAA8C;KACrD;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,sCAAsC;KAC7C;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,mCAAmC;KAC1C;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,yBAAyB;KAChC;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;KACf;IACD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,uBAAuB;KAC9B;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,eAAe;KACtB;CACF,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
* The definition of Entity V3 Metadata Additional Owners Items object.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityV3MetadataAdditionalOwnersItems {
|
|
11
|
+
/**
|
|
12
|
+
* Team name
|
|
13
|
+
*/
|
|
14
|
+
"name": string;
|
|
15
|
+
/**
|
|
16
|
+
* Team type
|
|
17
|
+
*/
|
|
18
|
+
"type"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* A container for additional, undeclared properties.
|
|
21
|
+
* This is a holder for any undeclared properties as specified with
|
|
22
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
23
|
+
*/
|
|
24
|
+
"additionalProperties"?: {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
*/
|
|
30
|
+
"_unparsed"?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
39
|
+
constructor();
|
|
40
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.EntityV3MetadataAdditionalOwnersItems = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* The definition of Entity V3 Metadata Additional Owners Items object.
|
|
11
|
+
*/
|
|
12
|
+
class EntityV3MetadataAdditionalOwnersItems {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityV3MetadataAdditionalOwnersItems.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityV3MetadataAdditionalOwnersItems = EntityV3MetadataAdditionalOwnersItems;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityV3MetadataAdditionalOwnersItems.attributeTypeMap = {
|
|
26
|
+
name: {
|
|
27
|
+
baseName: "name",
|
|
28
|
+
type: "string",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
type: {
|
|
32
|
+
baseName: "type",
|
|
33
|
+
type: "string",
|
|
34
|
+
},
|
|
35
|
+
additionalProperties: {
|
|
36
|
+
baseName: "additionalProperties",
|
|
37
|
+
type: "any",
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=EntityV3MetadataAdditionalOwnersItems.js.map
|
package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityV3MetadataAdditionalOwnersItems.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,qCAAqC;IAgDhD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AA9CH,sFAiDC;AA3BC;;GAEG;AACa,sDAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
* The definition of Entity V3 Metadata Contacts Items object.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityV3MetadataContactsItems {
|
|
11
|
+
/**
|
|
12
|
+
* Contact value
|
|
13
|
+
*/
|
|
14
|
+
"contact": string;
|
|
15
|
+
/**
|
|
16
|
+
* Contact name
|
|
17
|
+
*/
|
|
18
|
+
"name"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Contact type.
|
|
21
|
+
*/
|
|
22
|
+
"type": string;
|
|
23
|
+
/**
|
|
24
|
+
* @ignore
|
|
25
|
+
*/
|
|
26
|
+
"_unparsed"?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
*/
|
|
30
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
35
|
+
constructor();
|
|
36
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.EntityV3MetadataContactsItems = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* The definition of Entity V3 Metadata Contacts Items object.
|
|
11
|
+
*/
|
|
12
|
+
class EntityV3MetadataContactsItems {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityV3MetadataContactsItems.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityV3MetadataContactsItems = EntityV3MetadataContactsItems;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityV3MetadataContactsItems.attributeTypeMap = {
|
|
26
|
+
contact: {
|
|
27
|
+
baseName: "contact",
|
|
28
|
+
type: "string",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
name: {
|
|
32
|
+
baseName: "name",
|
|
33
|
+
type: "string",
|
|
34
|
+
},
|
|
35
|
+
type: {
|
|
36
|
+
baseName: "type",
|
|
37
|
+
type: "string",
|
|
38
|
+
required: true,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=EntityV3MetadataContactsItems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityV3MetadataContactsItems.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,6BAA6B;IA8CxC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA5CH,sEA+CC;AA5BC;;GAEG;AACa,8CAAgB,GAAqB;IACnD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
* The definition of Entity V3 Metadata Links Items object.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityV3MetadataLinksItems {
|
|
11
|
+
/**
|
|
12
|
+
* Link name
|
|
13
|
+
*/
|
|
14
|
+
"name": string;
|
|
15
|
+
/**
|
|
16
|
+
* Link provider.
|
|
17
|
+
*/
|
|
18
|
+
"provider"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Link type.
|
|
21
|
+
*/
|
|
22
|
+
"type": string;
|
|
23
|
+
/**
|
|
24
|
+
* Link url
|
|
25
|
+
*/
|
|
26
|
+
"url": string;
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
*/
|
|
30
|
+
"_unparsed"?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
39
|
+
constructor();
|
|
40
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.EntityV3MetadataLinksItems = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* The definition of Entity V3 Metadata Links Items object.
|
|
11
|
+
*/
|
|
12
|
+
class EntityV3MetadataLinksItems {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityV3MetadataLinksItems.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityV3MetadataLinksItems = EntityV3MetadataLinksItems;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityV3MetadataLinksItems.attributeTypeMap = {
|
|
26
|
+
name: {
|
|
27
|
+
baseName: "name",
|
|
28
|
+
type: "string",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
provider: {
|
|
32
|
+
baseName: "provider",
|
|
33
|
+
type: "string",
|
|
34
|
+
},
|
|
35
|
+
type: {
|
|
36
|
+
baseName: "type",
|
|
37
|
+
type: "string",
|
|
38
|
+
required: true,
|
|
39
|
+
},
|
|
40
|
+
url: {
|
|
41
|
+
baseName: "url",
|
|
42
|
+
type: "string",
|
|
43
|
+
required: true,
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=EntityV3MetadataLinksItems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityV3MetadataLinksItems.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,0BAA0B;IAuDrC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AArDH,gEAwDC;AAjCC;;GAEG;AACa,2CAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,GAAG,EAAE;QACH,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* The owner of the entity, usually a team
|
|
9
|
+
*/
|
|
10
|
+
export declare class EntityV3MetadataOwner {
|
|
11
|
+
/**
|
|
12
|
+
* Team name
|
|
13
|
+
*/
|
|
14
|
+
"name"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @ignore
|
|
17
|
+
*/
|
|
18
|
+
"_unparsed"?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @ignore
|
|
21
|
+
*/
|
|
22
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
23
|
+
/**
|
|
24
|
+
* @ignore
|
|
25
|
+
*/
|
|
26
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
27
|
+
constructor();
|
|
28
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.EntityV3MetadataOwner = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* The owner of the entity, usually a team
|
|
11
|
+
*/
|
|
12
|
+
class EntityV3MetadataOwner {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EntityV3MetadataOwner.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EntityV3MetadataOwner = EntityV3MetadataOwner;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EntityV3MetadataOwner.attributeTypeMap = {
|
|
26
|
+
name: {
|
|
27
|
+
baseName: "name",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=EntityV3MetadataOwner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityV3MetadataOwner.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityV3MetadataOwner.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,qBAAqB;IA4BhC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BH,sDA6BC;AAlBC;;GAEG;AACa,sCAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { EntityV3APIVersion } from "./EntityV3APIVersion";
|
|
7
|
+
import { EntityV3Integrations } from "./EntityV3Integrations";
|
|
8
|
+
import { EntityV3Metadata } from "./EntityV3Metadata";
|
|
9
|
+
import { EntityV3QueueDatadog } from "./EntityV3QueueDatadog";
|
|
10
|
+
import { EntityV3QueueKind } from "./EntityV3QueueKind";
|
|
11
|
+
import { EntityV3QueueSpec } from "./EntityV3QueueSpec";
|
|
12
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
13
|
+
/**
|
|
14
|
+
* Schema for queue entities
|
|
15
|
+
*/
|
|
16
|
+
export declare class EntityV3Queue {
|
|
17
|
+
/**
|
|
18
|
+
* The schema version of entity type. The field is known as schema-version in the previous version
|
|
19
|
+
*/
|
|
20
|
+
"apiVersion": EntityV3APIVersion;
|
|
21
|
+
/**
|
|
22
|
+
* Datadog product integrations for the datastore entity
|
|
23
|
+
*/
|
|
24
|
+
"datadog"?: EntityV3QueueDatadog;
|
|
25
|
+
/**
|
|
26
|
+
* Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
|
|
27
|
+
*/
|
|
28
|
+
"extensions"?: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* A base schema for defining third party integrations
|
|
33
|
+
*/
|
|
34
|
+
"integrations"?: EntityV3Integrations;
|
|
35
|
+
/**
|
|
36
|
+
* The definition of Entity V3 Queue Kind object.
|
|
37
|
+
*/
|
|
38
|
+
"kind": EntityV3QueueKind;
|
|
39
|
+
/**
|
|
40
|
+
* The definition of Entity V3 Metadata object.
|
|
41
|
+
*/
|
|
42
|
+
"metadata": EntityV3Metadata;
|
|
43
|
+
/**
|
|
44
|
+
* The definition of Entity V3 Queue Spec object.
|
|
45
|
+
*/
|
|
46
|
+
"spec"?: EntityV3QueueSpec;
|
|
47
|
+
/**
|
|
48
|
+
* @ignore
|
|
49
|
+
*/
|
|
50
|
+
"_unparsed"?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* @ignore
|
|
53
|
+
*/
|
|
54
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
55
|
+
/**
|
|
56
|
+
* @ignore
|
|
57
|
+
*/
|
|
58
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
59
|
+
constructor();
|
|
60
|
+
}
|