@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.
Files changed (320) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.d.ts +7 -6
  3. package/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js +2 -2
  4. package/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js.map +1 -1
  5. package/dist/packages/datadog-api-client-v1/index.d.ts +8 -0
  6. package/dist/packages/datadog-api-client-v1/index.js +12 -6
  7. package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
  8. package/dist/packages/datadog-api-client-v1/models/ListStreamQuery.d.ts +1 -1
  9. package/dist/packages/datadog-api-client-v1/models/LogsIndex.d.ts +9 -2
  10. package/dist/packages/datadog-api-client-v1/models/LogsIndex.js +5 -0
  11. package/dist/packages/datadog-api-client-v1/models/LogsIndex.js.map +1 -1
  12. package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.d.ts +12 -4
  13. package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.js +5 -0
  14. package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.js.map +1 -1
  15. package/dist/packages/datadog-api-client-v1/models/Monitor.d.ts +1 -1
  16. package/dist/packages/datadog-api-client-v1/models/MonitorOptions.d.ts +1 -1
  17. package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +50 -20
  18. package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
  19. package/dist/packages/datadog-api-client-v1/models/SharedDashboard.js +0 -1
  20. package/dist/packages/datadog-api-client-v1/models/SharedDashboard.js.map +1 -1
  21. package/dist/packages/datadog-api-client-v1/models/SharedDashboardUpdateRequest.js +0 -1
  22. package/dist/packages/datadog-api-client-v1/models/SharedDashboardUpdateRequest.js.map +1 -1
  23. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariable.d.ts +8 -0
  24. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariable.js +8 -0
  25. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariable.js.map +1 -1
  26. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptions.d.ts +1 -1
  27. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.d.ts +3 -2
  28. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.js +2 -1
  29. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.js.map +1 -1
  30. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableRequest.d.ts +75 -0
  31. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableRequest.js +69 -0
  32. package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableRequest.js.map +1 -0
  33. package/dist/packages/datadog-api-client-v1/models/SyntheticsLocalVariableParsingOptionsType.d.ts +15 -0
  34. package/dist/packages/datadog-api-client-v1/models/SyntheticsLocalVariableParsingOptionsType.js +14 -0
  35. package/dist/packages/datadog-api-client-v1/models/SyntheticsLocalVariableParsingOptionsType.js.map +1 -0
  36. package/dist/packages/datadog-api-client-v1/models/SyntheticsParsingOptions.d.ts +4 -4
  37. package/dist/packages/datadog-api-client-v1/models/SyntheticsParsingOptions.js +1 -1
  38. package/dist/packages/datadog-api-client-v1/models/SyntheticsParsingOptions.js.map +1 -1
  39. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.d.ts +2 -2
  40. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js +2 -4
  41. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js.map +1 -1
  42. package/dist/packages/datadog-api-client-v1/models/User.js +0 -2
  43. package/dist/packages/datadog-api-client-v1/models/User.js.map +1 -1
  44. package/dist/packages/datadog-api-client-v1/models/WidgetLegacyLiveSpan.d.ts +29 -0
  45. package/dist/packages/datadog-api-client-v1/models/WidgetLegacyLiveSpan.js +26 -0
  46. package/dist/packages/datadog-api-client-v1/models/WidgetLegacyLiveSpan.js.map +1 -0
  47. package/dist/packages/datadog-api-client-v1/models/WidgetLiveSpanUnit.d.ts +16 -0
  48. package/dist/packages/datadog-api-client-v1/models/WidgetLiveSpanUnit.js +15 -0
  49. package/dist/packages/datadog-api-client-v1/models/WidgetLiveSpanUnit.js.map +1 -0
  50. package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpan.d.ts +45 -0
  51. package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpan.js +43 -0
  52. package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpan.js.map +1 -0
  53. package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpanType.d.ts +11 -0
  54. package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpanType.js +10 -0
  55. package/dist/packages/datadog-api-client-v1/models/WidgetNewFixedSpanType.js.map +1 -0
  56. package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpan.d.ts +46 -0
  57. package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpan.js +42 -0
  58. package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpan.js.map +1 -0
  59. package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpanType.d.ts +11 -0
  60. package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpanType.js +10 -0
  61. package/dist/packages/datadog-api-client-v1/models/WidgetNewLiveSpanType.js.map +1 -0
  62. package/dist/packages/datadog-api-client-v1/models/WidgetTime.d.ts +5 -29
  63. package/dist/packages/datadog-api-client-v1/models/WidgetTime.js +0 -27
  64. package/dist/packages/datadog-api-client-v1/models/WidgetTime.js.map +1 -1
  65. package/dist/packages/datadog-api-client-v2/apis/EventsApi.d.ts +2 -2
  66. package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.d.ts +3 -3
  67. package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js +3 -3
  68. package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.d.ts +131 -0
  69. package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js +334 -0
  70. package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js.map +1 -0
  71. package/dist/packages/datadog-api-client-v2/index.d.ts +66 -0
  72. package/dist/packages/datadog-api-client-v2/index.js +134 -25
  73. package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
  74. package/dist/packages/datadog-api-client-v2/models/APIKeyCreateAttributes.d.ts +8 -0
  75. package/dist/packages/datadog-api-client-v2/models/APIKeyCreateAttributes.js +8 -0
  76. package/dist/packages/datadog-api-client-v2/models/APIKeyCreateAttributes.js.map +1 -1
  77. package/dist/packages/datadog-api-client-v2/models/APIKeyResponseIncludedItem.d.ts +2 -1
  78. package/dist/packages/datadog-api-client-v2/models/APIKeyUpdateAttributes.d.ts +8 -0
  79. package/dist/packages/datadog-api-client-v2/models/APIKeyUpdateAttributes.js +8 -0
  80. package/dist/packages/datadog-api-client-v2/models/APIKeyUpdateAttributes.js.map +1 -1
  81. package/dist/packages/datadog-api-client-v2/models/ApplicationKeyResponseIncludedItem.d.ts +2 -1
  82. package/dist/packages/datadog-api-client-v2/models/CIAppGitInfo.js +0 -2
  83. package/dist/packages/datadog-api-client-v2/models/CIAppGitInfo.js.map +1 -1
  84. package/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.d.ts +4 -0
  85. package/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.js +4 -0
  86. package/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.js.map +1 -1
  87. package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.d.ts +1 -1
  88. package/dist/packages/datadog-api-client-v2/models/EntityAttributes.d.ts +64 -0
  89. package/dist/packages/datadog-api-client-v2/models/EntityAttributes.js +63 -0
  90. package/dist/packages/datadog-api-client-v2/models/EntityAttributes.js.map +1 -0
  91. package/dist/packages/datadog-api-client-v2/models/EntityData.d.ts +55 -0
  92. package/dist/packages/datadog-api-client-v2/models/EntityData.js +46 -0
  93. package/dist/packages/datadog-api-client-v2/models/EntityData.js.map +1 -0
  94. package/dist/packages/datadog-api-client-v2/models/EntityMeta.d.ts +48 -0
  95. package/dist/packages/datadog-api-client-v2/models/EntityMeta.js +47 -0
  96. package/dist/packages/datadog-api-client-v2/models/EntityMeta.js.map +1 -0
  97. package/dist/packages/datadog-api-client-v2/models/EntityRelationships.d.ts +57 -0
  98. package/dist/packages/datadog-api-client-v2/models/EntityRelationships.js +46 -0
  99. package/dist/packages/datadog-api-client-v2/models/EntityRelationships.js.map +1 -0
  100. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.d.ts +45 -0
  101. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.js +38 -0
  102. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.js.map +1 -0
  103. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedOncall.d.ts +45 -0
  104. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedOncall.js +38 -0
  105. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedOncall.js.map +1 -0
  106. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.d.ts +45 -0
  107. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.js +38 -0
  108. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.js.map +1 -0
  109. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchemaAttributes.d.ts +36 -0
  110. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchemaAttributes.js +35 -0
  111. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchemaAttributes.js.map +1 -0
  112. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntity.d.ts +50 -0
  113. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntity.js +42 -0
  114. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntity.js.map +1 -0
  115. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.d.ts +48 -0
  116. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.js +47 -0
  117. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityAttributes.js.map +1 -0
  118. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.d.ts +48 -0
  119. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.js +49 -0
  120. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedEntityMeta.js.map +1 -0
  121. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedIncidentAttributes.d.ts +52 -0
  122. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedIncidentAttributes.js +52 -0
  123. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedIncidentAttributes.js.map +1 -0
  124. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.d.ts +41 -0
  125. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.js +34 -0
  126. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.js.map +1 -0
  127. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.d.ts +44 -0
  128. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.js +44 -0
  129. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.js.map +1 -0
  130. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.d.ts +45 -0
  131. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.js +38 -0
  132. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.js.map +1 -0
  133. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchemaAttributes.d.ts +37 -0
  134. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchemaAttributes.js +30 -0
  135. package/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchemaAttributes.js.map +1 -0
  136. package/dist/packages/datadog-api-client-v2/models/EntityResponseMeta.d.ts +40 -0
  137. package/dist/packages/datadog-api-client-v2/models/EntityResponseMeta.js +41 -0
  138. package/dist/packages/datadog-api-client-v2/models/EntityResponseMeta.js.map +1 -0
  139. package/dist/packages/datadog-api-client-v2/models/EntityToIncidents.d.ts +37 -0
  140. package/dist/packages/datadog-api-client-v2/models/EntityToIncidents.js +30 -0
  141. package/dist/packages/datadog-api-client-v2/models/EntityToIncidents.js.map +1 -0
  142. package/dist/packages/datadog-api-client-v2/models/EntityToOncalls.d.ts +37 -0
  143. package/dist/packages/datadog-api-client-v2/models/EntityToOncalls.js +30 -0
  144. package/dist/packages/datadog-api-client-v2/models/EntityToOncalls.js.map +1 -0
  145. package/dist/packages/datadog-api-client-v2/models/EntityToRawSchema.d.ts +37 -0
  146. package/dist/packages/datadog-api-client-v2/models/EntityToRawSchema.js +30 -0
  147. package/dist/packages/datadog-api-client-v2/models/EntityToRawSchema.js.map +1 -0
  148. package/dist/packages/datadog-api-client-v2/models/EntityToRelatedEntities.d.ts +37 -0
  149. package/dist/packages/datadog-api-client-v2/models/EntityToRelatedEntities.js +30 -0
  150. package/dist/packages/datadog-api-client-v2/models/EntityToRelatedEntities.js.map +1 -0
  151. package/dist/packages/datadog-api-client-v2/models/EntityToSchema.d.ts +37 -0
  152. package/dist/packages/datadog-api-client-v2/models/EntityToSchema.js +30 -0
  153. package/dist/packages/datadog-api-client-v2/models/EntityToSchema.js.map +1 -0
  154. package/dist/packages/datadog-api-client-v2/models/EntityV3.d.ts +14 -0
  155. package/dist/packages/datadog-api-client-v2/models/EntityV3.js +3 -0
  156. package/dist/packages/datadog-api-client-v2/models/EntityV3.js.map +1 -0
  157. package/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.d.ts +11 -0
  158. package/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.js +10 -0
  159. package/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.js.map +1 -0
  160. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.d.ts +32 -0
  161. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.js +35 -0
  162. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.js.map +1 -0
  163. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.d.ts +32 -0
  164. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.js +35 -0
  165. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.js.map +1 -0
  166. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.d.ts +32 -0
  167. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.js +36 -0
  168. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.js.map +1 -0
  169. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.d.ts +28 -0
  170. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.js +32 -0
  171. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.js.map +1 -0
  172. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.d.ts +32 -0
  173. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.js +35 -0
  174. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.js.map +1 -0
  175. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.d.ts +28 -0
  176. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.js +31 -0
  177. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.js.map +1 -0
  178. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.d.ts +28 -0
  179. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.js +31 -0
  180. package/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.js.map +1 -0
  181. package/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.d.ts +60 -0
  182. package/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.js +53 -0
  183. package/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.js.map +1 -0
  184. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.d.ts +39 -0
  185. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.js +34 -0
  186. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.js.map +1 -0
  187. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreKind.d.ts +11 -0
  188. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreKind.js +10 -0
  189. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreKind.js.map +1 -0
  190. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.d.ts +36 -0
  191. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.js +39 -0
  192. package/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.js.map +1 -0
  193. package/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.d.ts +34 -0
  194. package/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.js +30 -0
  195. package/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.js.map +1 -0
  196. package/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.d.ts +78 -0
  197. package/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.js +71 -0
  198. package/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.js.map +1 -0
  199. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.d.ts +40 -0
  200. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.js +40 -0
  201. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.js.map +1 -0
  202. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.d.ts +36 -0
  203. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.js +41 -0
  204. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.js.map +1 -0
  205. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.d.ts +40 -0
  206. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.js +46 -0
  207. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.js.map +1 -0
  208. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.d.ts +28 -0
  209. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.js +31 -0
  210. package/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.js.map +1 -0
  211. package/dist/packages/datadog-api-client-v2/models/EntityV3Queue.d.ts +60 -0
  212. package/dist/packages/datadog-api-client-v2/models/EntityV3Queue.js +53 -0
  213. package/dist/packages/datadog-api-client-v2/models/EntityV3Queue.js.map +1 -0
  214. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.d.ts +39 -0
  215. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.js +34 -0
  216. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.js.map +1 -0
  217. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueKind.d.ts +11 -0
  218. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueKind.js +10 -0
  219. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueKind.js.map +1 -0
  220. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.d.ts +36 -0
  221. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.js +39 -0
  222. package/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.js.map +1 -0
  223. package/dist/packages/datadog-api-client-v2/models/EntityV3Service.d.ts +60 -0
  224. package/dist/packages/datadog-api-client-v2/models/EntityV3Service.js +53 -0
  225. package/dist/packages/datadog-api-client-v2/models/EntityV3Service.js.map +1 -0
  226. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.d.ts +49 -0
  227. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.js +42 -0
  228. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.js.map +1 -0
  229. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceKind.d.ts +11 -0
  230. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceKind.js +10 -0
  231. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceKind.js.map +1 -0
  232. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.d.ts +44 -0
  233. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.js +47 -0
  234. package/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.js.map +1 -0
  235. package/dist/packages/datadog-api-client-v2/models/EntityV3System.d.ts +60 -0
  236. package/dist/packages/datadog-api-client-v2/models/EntityV3System.js +53 -0
  237. package/dist/packages/datadog-api-client-v2/models/EntityV3System.js.map +1 -0
  238. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.d.ts +44 -0
  239. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.js +38 -0
  240. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.js.map +1 -0
  241. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemKind.d.ts +11 -0
  242. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemKind.js +10 -0
  243. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemKind.js.map +1 -0
  244. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemSpec.d.ts +36 -0
  245. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemSpec.js +39 -0
  246. package/dist/packages/datadog-api-client-v2/models/EntityV3SystemSpec.js.map +1 -0
  247. package/dist/packages/datadog-api-client-v2/models/FastlyAccountUpdateRequestAttributes.d.ts +4 -0
  248. package/dist/packages/datadog-api-client-v2/models/FastlyAccountUpdateRequestAttributes.js +4 -0
  249. package/dist/packages/datadog-api-client-v2/models/FastlyAccountUpdateRequestAttributes.js.map +1 -1
  250. package/dist/packages/datadog-api-client-v2/models/FullAPIKeyAttributes.d.ts +2 -2
  251. package/dist/packages/datadog-api-client-v2/models/FullAPIKeyAttributes.js +4 -2
  252. package/dist/packages/datadog-api-client-v2/models/FullAPIKeyAttributes.js.map +1 -1
  253. package/dist/packages/datadog-api-client-v2/models/IncludeType.d.ts +15 -0
  254. package/dist/packages/datadog-api-client-v2/models/IncludeType.js +14 -0
  255. package/dist/packages/datadog-api-client-v2/models/IncludeType.js.map +1 -0
  256. package/dist/packages/datadog-api-client-v2/models/LeakedKey.d.ts +46 -0
  257. package/dist/packages/datadog-api-client-v2/models/LeakedKey.js +41 -0
  258. package/dist/packages/datadog-api-client-v2/models/LeakedKey.js.map +1 -0
  259. package/dist/packages/datadog-api-client-v2/models/LeakedKeyAttributes.d.ts +40 -0
  260. package/dist/packages/datadog-api-client-v2/models/LeakedKeyAttributes.js +41 -0
  261. package/dist/packages/datadog-api-client-v2/models/LeakedKeyAttributes.js.map +1 -0
  262. package/dist/packages/datadog-api-client-v2/models/LeakedKeyType.d.ts +11 -0
  263. package/dist/packages/datadog-api-client-v2/models/LeakedKeyType.js +10 -0
  264. package/dist/packages/datadog-api-client-v2/models/LeakedKeyType.js.map +1 -0
  265. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponse.d.ts +52 -0
  266. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponse.js +42 -0
  267. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponse.js.map +1 -0
  268. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseIncludedItem.d.ts +15 -0
  269. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseIncludedItem.js +3 -0
  270. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseIncludedItem.js.map +1 -0
  271. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.d.ts +44 -0
  272. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.js +43 -0
  273. package/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.js.map +1 -0
  274. package/dist/packages/datadog-api-client-v2/models/MetricAssetAttributes.d.ts +5 -1
  275. package/dist/packages/datadog-api-client-v2/models/MetricAssetAttributes.js +5 -1
  276. package/dist/packages/datadog-api-client-v2/models/MetricAssetAttributes.js.map +1 -1
  277. package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigCreateAttributes.js +0 -1
  278. package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigCreateAttributes.js.map +1 -1
  279. package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigDeleteAttributes.js +0 -1
  280. package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigDeleteAttributes.js.map +1 -1
  281. package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigStatusAttributes.js +0 -1
  282. package/dist/packages/datadog-api-client-v2/models/MetricBulkTagConfigStatusAttributes.js.map +1 -1
  283. package/dist/packages/datadog-api-client-v2/models/MetricDashboardAsset.d.ts +1 -1
  284. package/dist/packages/datadog-api-client-v2/models/MetricDashboardAttributes.d.ts +5 -1
  285. package/dist/packages/datadog-api-client-v2/models/MetricDashboardAttributes.js +5 -1
  286. package/dist/packages/datadog-api-client-v2/models/MetricDashboardAttributes.js.map +1 -1
  287. package/dist/packages/datadog-api-client-v2/models/MetricMonitorAsset.d.ts +1 -1
  288. package/dist/packages/datadog-api-client-v2/models/MetricNotebookAsset.d.ts +1 -1
  289. package/dist/packages/datadog-api-client-v2/models/MetricSLOAsset.d.ts +1 -1
  290. package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +168 -20
  291. package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
  292. package/dist/packages/datadog-api-client-v2/models/RelationType.d.ts +20 -0
  293. package/dist/packages/datadog-api-client-v2/models/RelationType.js +19 -0
  294. package/dist/packages/datadog-api-client-v2/models/RelationType.js.map +1 -0
  295. package/dist/packages/datadog-api-client-v2/models/RelationshipItem.d.ts +40 -0
  296. package/dist/packages/datadog-api-client-v2/models/RelationshipItem.js +39 -0
  297. package/dist/packages/datadog-api-client-v2/models/RelationshipItem.js.map +1 -0
  298. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.d.ts +4 -0
  299. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js +4 -0
  300. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js.map +1 -1
  301. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV1Contact.js +0 -1
  302. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV1Contact.js.map +1 -1
  303. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Dot1Email.js +0 -1
  304. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Dot1Email.js.map +1 -1
  305. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Email.js +0 -1
  306. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Email.js.map +1 -1
  307. package/dist/packages/datadog-api-client-v2/models/TeamLinkAttributes.js +0 -1
  308. package/dist/packages/datadog-api-client-v2/models/TeamLinkAttributes.js.map +1 -1
  309. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.d.ts +11 -0
  310. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.js +3 -0
  311. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.js.map +1 -0
  312. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponse.d.ts +47 -0
  313. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponse.js +38 -0
  314. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponse.js.map +1 -0
  315. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponseIncludedItem.d.ts +11 -0
  316. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponseIncludedItem.js +3 -0
  317. package/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityResponseIncludedItem.js.map +1 -0
  318. package/dist/version.d.ts +1 -1
  319. package/dist/version.js +1 -1
  320. 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
+ }
@@ -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"}
@@ -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
@@ -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
+ }
@@ -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"}
@@ -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
+ }