@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,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EntityData = void 0;
4
+ /**
5
+ * Entity data.
6
+ */
7
+ class EntityData {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return EntityData.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.EntityData = EntityData;
17
+ /**
18
+ * @ignore
19
+ */
20
+ EntityData.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "EntityAttributes",
24
+ },
25
+ id: {
26
+ baseName: "id",
27
+ type: "string",
28
+ },
29
+ meta: {
30
+ baseName: "meta",
31
+ type: "EntityMeta",
32
+ },
33
+ relationships: {
34
+ baseName: "relationships",
35
+ type: "EntityRelationships",
36
+ },
37
+ type: {
38
+ baseName: "type",
39
+ type: "string",
40
+ },
41
+ additionalProperties: {
42
+ baseName: "additionalProperties",
43
+ type: "any",
44
+ },
45
+ };
46
+ //# sourceMappingURL=EntityData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityData.ts"],"names":[],"mappings":";;;AAWA;;GAEG;AACH,MAAa,UAAU;IAuErB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AArEH,gCAwEC;AAtCC;;GAEG;AACa,2BAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,kBAAkB;KACzB;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,YAAY;KACnB;IACD,aAAa,EAAE;QACb,QAAQ,EAAE,eAAe;QACzB,IAAI,EAAE,qBAAqB;KAC5B;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
+ * Entity metadata.
9
+ */
10
+ export declare class EntityMeta {
11
+ /**
12
+ * The creation time.
13
+ */
14
+ "createdAt"?: string;
15
+ /**
16
+ * The ingestion source.
17
+ */
18
+ "ingestionSource"?: string;
19
+ /**
20
+ * The modification time.
21
+ */
22
+ "modifiedAt"?: string;
23
+ /**
24
+ * The origin.
25
+ */
26
+ "origin"?: 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.EntityMeta = void 0;
9
+ /**
10
+ * Entity metadata.
11
+ */
12
+ class EntityMeta {
13
+ constructor() { }
14
+ /**
15
+ * @ignore
16
+ */
17
+ static getAttributeTypeMap() {
18
+ return EntityMeta.attributeTypeMap;
19
+ }
20
+ }
21
+ exports.EntityMeta = EntityMeta;
22
+ /**
23
+ * @ignore
24
+ */
25
+ EntityMeta.attributeTypeMap = {
26
+ createdAt: {
27
+ baseName: "createdAt",
28
+ type: "string",
29
+ },
30
+ ingestionSource: {
31
+ baseName: "ingestionSource",
32
+ type: "string",
33
+ },
34
+ modifiedAt: {
35
+ baseName: "modifiedAt",
36
+ type: "string",
37
+ },
38
+ origin: {
39
+ baseName: "origin",
40
+ type: "string",
41
+ },
42
+ additionalProperties: {
43
+ baseName: "additionalProperties",
44
+ type: "any",
45
+ },
46
+ };
47
+ //# sourceMappingURL=EntityMeta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityMeta.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityMeta.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,UAAU;IA+DrB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AA7DH,gCAgEC;AAlCC;;GAEG;AACa,2BAAgB,GAAqB;IACnD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;KACf;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,iBAAiB;QAC3B,IAAI,EAAE,QAAQ;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,QAAQ;KACf;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,57 @@
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 { EntityToIncidents } from "./EntityToIncidents";
7
+ import { EntityToOncalls } from "./EntityToOncalls";
8
+ import { EntityToRawSchema } from "./EntityToRawSchema";
9
+ import { EntityToRelatedEntities } from "./EntityToRelatedEntities";
10
+ import { EntityToSchema } from "./EntityToSchema";
11
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
12
+ /**
13
+ * Entity relationships.
14
+ */
15
+ export declare class EntityRelationships {
16
+ /**
17
+ * Entity to incidents relationship.
18
+ */
19
+ "incidents"?: EntityToIncidents;
20
+ /**
21
+ * Entity to oncalls relationship.
22
+ */
23
+ "oncall"?: EntityToOncalls;
24
+ /**
25
+ * Entity to raw schema relationship.
26
+ */
27
+ "rawSchema"?: EntityToRawSchema;
28
+ /**
29
+ * Entity to related entities relationship.
30
+ */
31
+ "relatedEntities"?: EntityToRelatedEntities;
32
+ /**
33
+ * Entity to detail schema relationship.
34
+ */
35
+ "schema"?: EntityToSchema;
36
+ /**
37
+ * A container for additional, undeclared properties.
38
+ * This is a holder for any undeclared properties as specified with
39
+ * the 'additionalProperties' keyword in the OAS document.
40
+ */
41
+ "additionalProperties"?: {
42
+ [key: string]: any;
43
+ };
44
+ /**
45
+ * @ignore
46
+ */
47
+ "_unparsed"?: boolean;
48
+ /**
49
+ * @ignore
50
+ */
51
+ static readonly attributeTypeMap: AttributeTypeMap;
52
+ /**
53
+ * @ignore
54
+ */
55
+ static getAttributeTypeMap(): AttributeTypeMap;
56
+ constructor();
57
+ }
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EntityRelationships = void 0;
4
+ /**
5
+ * Entity relationships.
6
+ */
7
+ class EntityRelationships {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return EntityRelationships.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.EntityRelationships = EntityRelationships;
17
+ /**
18
+ * @ignore
19
+ */
20
+ EntityRelationships.attributeTypeMap = {
21
+ incidents: {
22
+ baseName: "incidents",
23
+ type: "EntityToIncidents",
24
+ },
25
+ oncall: {
26
+ baseName: "oncall",
27
+ type: "EntityToOncalls",
28
+ },
29
+ rawSchema: {
30
+ baseName: "rawSchema",
31
+ type: "EntityToRawSchema",
32
+ },
33
+ relatedEntities: {
34
+ baseName: "relatedEntities",
35
+ type: "EntityToRelatedEntities",
36
+ },
37
+ schema: {
38
+ baseName: "schema",
39
+ type: "EntityToSchema",
40
+ },
41
+ additionalProperties: {
42
+ baseName: "additionalProperties",
43
+ type: "any",
44
+ },
45
+ };
46
+ //# sourceMappingURL=EntityRelationships.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityRelationships.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityRelationships.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,MAAa,mBAAmB;IAuE9B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AArEH,kDAwEC;AAtCC;;GAEG;AACa,oCAAgB,GAAqB;IACnD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,mBAAmB;KAC1B;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,iBAAiB;KACxB;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,mBAAmB;KAC1B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,iBAAiB;QAC3B,IAAI,EAAE,yBAAyB;KAChC;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,gBAAgB;KACvB;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 { EntityResponseIncludedRelatedIncidentAttributes } from "./EntityResponseIncludedRelatedIncidentAttributes";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * Included incident.
10
+ */
11
+ export declare class EntityResponseIncludedIncident {
12
+ /**
13
+ * Incident attributes.
14
+ */
15
+ "attributes"?: EntityResponseIncludedRelatedIncidentAttributes;
16
+ /**
17
+ * Incident id.
18
+ */
19
+ "id"?: string;
20
+ /**
21
+ * Incident description.
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.EntityResponseIncludedIncident = void 0;
4
+ /**
5
+ * Included incident.
6
+ */
7
+ class EntityResponseIncludedIncident {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return EntityResponseIncludedIncident.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.EntityResponseIncludedIncident = EntityResponseIncludedIncident;
17
+ /**
18
+ * @ignore
19
+ */
20
+ EntityResponseIncludedIncident.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "EntityResponseIncludedRelatedIncidentAttributes",
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=EntityResponseIncludedIncident.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityResponseIncludedIncident.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,8BAA8B;IAuDzC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AArDH,wEAwDC;AA9BC;;GAEG;AACa,+CAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,iDAAiD;KACxD;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,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 { EntityResponseIncludedRelatedOncallAttributes } from "./EntityResponseIncludedRelatedOncallAttributes";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * Included oncall.
10
+ */
11
+ export declare class EntityResponseIncludedOncall {
12
+ /**
13
+ * Included related oncall attributes.
14
+ */
15
+ "attributes"?: EntityResponseIncludedRelatedOncallAttributes;
16
+ /**
17
+ * Oncall ID.
18
+ */
19
+ "id"?: string;
20
+ /**
21
+ * Oncall 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.EntityResponseIncludedOncall = void 0;
4
+ /**
5
+ * Included oncall.
6
+ */
7
+ class EntityResponseIncludedOncall {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return EntityResponseIncludedOncall.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.EntityResponseIncludedOncall = EntityResponseIncludedOncall;
17
+ /**
18
+ * @ignore
19
+ */
20
+ EntityResponseIncludedOncall.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "EntityResponseIncludedRelatedOncallAttributes",
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=EntityResponseIncludedOncall.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityResponseIncludedOncall.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedOncall.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,+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,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 { EntityResponseIncludedRawSchemaAttributes } from "./EntityResponseIncludedRawSchemaAttributes";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * Included raw schema.
10
+ */
11
+ export declare class EntityResponseIncludedRawSchema {
12
+ /**
13
+ * Included raw schema attributes.
14
+ */
15
+ "attributes"?: EntityResponseIncludedRawSchemaAttributes;
16
+ /**
17
+ * Raw schema id.
18
+ */
19
+ "id"?: string;
20
+ /**
21
+ * Raw 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.EntityResponseIncludedRawSchema = void 0;
4
+ /**
5
+ * Included raw schema.
6
+ */
7
+ class EntityResponseIncludedRawSchema {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return EntityResponseIncludedRawSchema.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.EntityResponseIncludedRawSchema = EntityResponseIncludedRawSchema;
17
+ /**
18
+ * @ignore
19
+ */
20
+ EntityResponseIncludedRawSchema.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "EntityResponseIncludedRawSchemaAttributes",
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=EntityResponseIncludedRawSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityResponseIncludedRawSchema.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,+BAA+B;IAuD1C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AArDH,0EAwDC;AA9BC;;GAEG;AACa,gDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,2CAA2C;KAClD;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,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
+ * Included raw schema attributes.
9
+ */
10
+ export declare class EntityResponseIncludedRawSchemaAttributes {
11
+ /**
12
+ * Schema from user input in base64 encoding.
13
+ */
14
+ "rawSchema"?: string;
15
+ /**
16
+ * A container for additional, undeclared properties.
17
+ * This is a holder for any undeclared properties as specified with
18
+ * the 'additionalProperties' keyword in the OAS document.
19
+ */
20
+ "additionalProperties"?: {
21
+ [key: string]: any;
22
+ };
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,35 @@
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.EntityResponseIncludedRawSchemaAttributes = void 0;
9
+ /**
10
+ * Included raw schema attributes.
11
+ */
12
+ class EntityResponseIncludedRawSchemaAttributes {
13
+ constructor() { }
14
+ /**
15
+ * @ignore
16
+ */
17
+ static getAttributeTypeMap() {
18
+ return EntityResponseIncludedRawSchemaAttributes.attributeTypeMap;
19
+ }
20
+ }
21
+ exports.EntityResponseIncludedRawSchemaAttributes = EntityResponseIncludedRawSchemaAttributes;
22
+ /**
23
+ * @ignore
24
+ */
25
+ EntityResponseIncludedRawSchemaAttributes.attributeTypeMap = {
26
+ rawSchema: {
27
+ baseName: "rawSchema",
28
+ type: "string",
29
+ },
30
+ additionalProperties: {
31
+ baseName: "additionalProperties",
32
+ type: "any",
33
+ },
34
+ };
35
+ //# sourceMappingURL=EntityResponseIncludedRawSchemaAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityResponseIncludedRawSchemaAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchemaAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,yCAAyC;IAuCpD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AArCH,8FAwCC;AAtBC;;GAEG;AACa,0DAAgB,GAAqB;IACnD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
@@ -0,0 +1,50 @@
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 { EntityResponseIncludedRelatedEntityAttributes } from "./EntityResponseIncludedRelatedEntityAttributes";
7
+ import { EntityResponseIncludedRelatedEntityMeta } from "./EntityResponseIncludedRelatedEntityMeta";
8
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
9
+ /**
10
+ * Included related entity.
11
+ */
12
+ export declare class EntityResponseIncludedRelatedEntity {
13
+ /**
14
+ * Related entity attributes.
15
+ */
16
+ "attributes"?: EntityResponseIncludedRelatedEntityAttributes;
17
+ /**
18
+ * Entity UUID.
19
+ */
20
+ "id"?: string;
21
+ /**
22
+ * Included related entity meta.
23
+ */
24
+ "meta"?: EntityResponseIncludedRelatedEntityMeta;
25
+ /**
26
+ * Related entity.
27
+ */
28
+ "type"?: string;
29
+ /**
30
+ * A container for additional, undeclared properties.
31
+ * This is a holder for any undeclared properties as specified with
32
+ * the 'additionalProperties' keyword in the OAS document.
33
+ */
34
+ "additionalProperties"?: {
35
+ [key: string]: any;
36
+ };
37
+ /**
38
+ * @ignore
39
+ */
40
+ "_unparsed"?: boolean;
41
+ /**
42
+ * @ignore
43
+ */
44
+ static readonly attributeTypeMap: AttributeTypeMap;
45
+ /**
46
+ * @ignore
47
+ */
48
+ static getAttributeTypeMap(): AttributeTypeMap;
49
+ constructor();
50
+ }