@nutanix-scratch/opsmgmt-js-client 4.0.1 → 4.0.2

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 (336) hide show
  1. package/README.md +19 -18
  2. package/dist/Ntnx-Opsmgmt-js-client-prod.js +1 -1
  3. package/dist/Ntnx-Opsmgmt-js-client.js +96 -173
  4. package/dist/es/ApiClient.d.ts +7 -1
  5. package/dist/es/ApiClient.js +16 -25
  6. package/dist/es/Paginable.d.ts +1 -1
  7. package/dist/es/Paginable.js +3 -3
  8. package/dist/es/apis/globalreportsetting-endpoints.d.ts +1 -1
  9. package/dist/es/apis/globalreportsetting-endpoints.js +3 -3
  10. package/dist/es/apis/reportartifacts-endpoints.d.ts +2 -11
  11. package/dist/es/apis/reportartifacts-endpoints.js +5 -13
  12. package/dist/es/apis/reportconfig-endpoints.d.ts +3 -29
  13. package/dist/es/apis/reportconfig-endpoints.js +6 -31
  14. package/dist/es/apis/reports-endpoints.d.ts +3 -27
  15. package/dist/es/apis/reports-endpoints.js +6 -29
  16. package/dist/es/index.d.ts +1 -15
  17. package/dist/es/index.js +0 -56
  18. package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
  19. package/dist/es/models/common/v1/config/Flag.js +3 -3
  20. package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
  21. package/dist/es/models/common/v1/config/KVPair.js +3 -3
  22. package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  23. package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
  24. package/dist/es/models/common/v1/config/Message.d.ts +1 -1
  25. package/dist/es/models/common/v1/config/Message.js +3 -3
  26. package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
  27. package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +4 -4
  28. package/dist/es/models/common/v1/config/TenantAwareModel.js +7 -7
  29. package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
  30. package/dist/es/models/common/v1/response/ApiLink.js +3 -3
  31. package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  32. package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
  33. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  34. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
  35. package/dist/es/models/opsmgmt/v4/config/AggregateFunction.js +2 -2
  36. package/dist/es/models/opsmgmt/v4/config/CreateReportApiResponse.d.ts +1 -1
  37. package/dist/es/models/opsmgmt/v4/config/CreateReportApiResponse.js +3 -3
  38. package/dist/es/models/opsmgmt/v4/config/CreateReportConfigApiResponse.d.ts +1 -1
  39. package/dist/es/models/opsmgmt/v4/config/CreateReportConfigApiResponse.js +3 -3
  40. package/dist/es/models/opsmgmt/v4/config/DataCriteria.d.ts +1 -1
  41. package/dist/es/models/opsmgmt/v4/config/DataCriteria.js +3 -3
  42. package/dist/es/models/opsmgmt/v4/config/DeleteReportApiResponse.d.ts +1 -1
  43. package/dist/es/models/opsmgmt/v4/config/DeleteReportApiResponse.js +3 -3
  44. package/dist/es/models/opsmgmt/v4/config/DeleteReportConfigApiResponse.d.ts +1 -1
  45. package/dist/es/models/opsmgmt/v4/config/DeleteReportConfigApiResponse.js +3 -3
  46. package/dist/es/models/opsmgmt/v4/config/EntitySelection.d.ts +1 -1
  47. package/dist/es/models/opsmgmt/v4/config/EntitySelection.js +3 -3
  48. package/dist/es/models/opsmgmt/v4/config/EntityType.js +2 -2
  49. package/dist/es/models/opsmgmt/v4/config/GetGlobalReportSettingApiResponse.d.ts +1 -1
  50. package/dist/es/models/opsmgmt/v4/config/GetGlobalReportSettingApiResponse.js +3 -3
  51. package/dist/es/models/opsmgmt/v4/config/GetReportApiResponse.d.ts +1 -1
  52. package/dist/es/models/opsmgmt/v4/config/GetReportApiResponse.js +3 -3
  53. package/dist/es/models/opsmgmt/v4/config/GetReportConfigApiResponse.d.ts +1 -1
  54. package/dist/es/models/opsmgmt/v4/config/GetReportConfigApiResponse.js +3 -3
  55. package/dist/es/models/opsmgmt/v4/config/GlobalReportSetting.d.ts +1 -1
  56. package/dist/es/models/opsmgmt/v4/config/GlobalReportSetting.js +4 -4
  57. package/dist/es/models/opsmgmt/v4/config/ListReportConfigsApiResponse.d.ts +1 -1
  58. package/dist/es/models/opsmgmt/v4/config/ListReportConfigsApiResponse.js +3 -3
  59. package/dist/es/models/opsmgmt/v4/config/ListReportsApiResponse.d.ts +1 -1
  60. package/dist/es/models/opsmgmt/v4/config/ListReportsApiResponse.js +3 -3
  61. package/dist/es/models/opsmgmt/v4/config/NotificationPolicy.d.ts +1 -1
  62. package/dist/es/models/opsmgmt/v4/config/NotificationPolicy.js +3 -3
  63. package/dist/es/models/opsmgmt/v4/config/NotifyReportApiResponse.d.ts +1 -1
  64. package/dist/es/models/opsmgmt/v4/config/NotifyReportApiResponse.js +3 -3
  65. package/dist/es/models/opsmgmt/v4/config/Recipient.d.ts +1 -1
  66. package/dist/es/models/opsmgmt/v4/config/Recipient.js +3 -3
  67. package/dist/es/models/opsmgmt/v4/config/RepeatCriteria.d.ts +1 -1
  68. package/dist/es/models/opsmgmt/v4/config/RepeatCriteria.js +3 -3
  69. package/dist/es/models/opsmgmt/v4/config/Report.d.ts +1 -1
  70. package/dist/es/models/opsmgmt/v4/config/Report.js +4 -4
  71. package/dist/es/models/opsmgmt/v4/config/ReportConfig.d.ts +1 -1
  72. package/dist/es/models/opsmgmt/v4/config/ReportConfig.js +4 -4
  73. package/dist/es/models/opsmgmt/v4/config/ReportCustomization.d.ts +1 -1
  74. package/dist/es/models/opsmgmt/v4/config/ReportCustomization.js +3 -3
  75. package/dist/es/models/opsmgmt/v4/config/ReportFormat.js +2 -2
  76. package/dist/es/models/opsmgmt/v4/config/ReportNotificationSpec.d.ts +1 -1
  77. package/dist/es/models/opsmgmt/v4/config/ReportNotificationSpec.js +4 -4
  78. package/dist/es/models/opsmgmt/v4/config/ReportSchedule.d.ts +1 -1
  79. package/dist/es/models/opsmgmt/v4/config/ReportSchedule.js +3 -3
  80. package/dist/es/models/opsmgmt/v4/config/RetentionConfig.d.ts +1 -1
  81. package/dist/es/models/opsmgmt/v4/config/RetentionConfig.js +3 -3
  82. package/dist/es/models/opsmgmt/v4/config/Row.d.ts +1 -1
  83. package/dist/es/models/opsmgmt/v4/config/Row.js +3 -3
  84. package/dist/es/models/opsmgmt/v4/config/ScheduleInterval.js +2 -2
  85. package/dist/es/models/opsmgmt/v4/config/Section.d.ts +1 -1
  86. package/dist/es/models/opsmgmt/v4/config/Section.js +3 -3
  87. package/dist/es/models/opsmgmt/v4/config/SortKey.js +2 -2
  88. package/dist/es/models/opsmgmt/v4/config/SortOrder.js +2 -2
  89. package/dist/es/models/opsmgmt/v4/config/TimeFilter.js +2 -2
  90. package/dist/es/models/opsmgmt/v4/config/UpdateGlobalReportSettingsApiResponse.d.ts +1 -1
  91. package/dist/es/models/opsmgmt/v4/config/UpdateGlobalReportSettingsApiResponse.js +3 -3
  92. package/dist/es/models/opsmgmt/v4/config/UpdateReportConfigApiResponse.d.ts +1 -1
  93. package/dist/es/models/opsmgmt/v4/config/UpdateReportConfigApiResponse.js +3 -3
  94. package/dist/es/models/opsmgmt/v4/config/Widget.d.ts +1 -1
  95. package/dist/es/models/opsmgmt/v4/config/Widget.js +3 -3
  96. package/dist/es/models/opsmgmt/v4/config/WidgetConfig.d.ts +1 -1
  97. package/dist/es/models/opsmgmt/v4/config/WidgetConfig.js +3 -3
  98. package/dist/es/models/opsmgmt/v4/config/WidgetField.d.ts +1 -1
  99. package/dist/es/models/opsmgmt/v4/config/WidgetField.js +3 -3
  100. package/dist/es/models/opsmgmt/v4/config/WidgetSize.js +2 -2
  101. package/dist/es/models/opsmgmt/v4/config/WidgetTemplate.d.ts +1 -1
  102. package/dist/es/models/opsmgmt/v4/config/WidgetTemplate.js +3 -3
  103. package/dist/es/models/opsmgmt/v4/config/WidgetTemplateType.js +2 -2
  104. package/dist/es/models/opsmgmt/v4/config/WidgetType.js +2 -2
  105. package/dist/es/models/opsmgmt/v4/content/ArtifactFileType.js +2 -2
  106. package/dist/es/models/opsmgmt/v4/content/ArtifactType.js +2 -2
  107. package/dist/es/models/opsmgmt/v4/content/CreateReportArtifactApiResponse.d.ts +1 -1
  108. package/dist/es/models/opsmgmt/v4/content/CreateReportArtifactApiResponse.js +3 -3
  109. package/dist/es/models/opsmgmt/v4/content/DownloadArtifactileApiResponse.d.ts +1 -1
  110. package/dist/es/models/opsmgmt/v4/content/DownloadArtifactileApiResponse.js +3 -3
  111. package/dist/es/models/opsmgmt/v4/content/DownloadReportApiResponse.d.ts +1 -1
  112. package/dist/es/models/opsmgmt/v4/content/DownloadReportApiResponse.js +3 -3
  113. package/dist/es/models/opsmgmt/v4/content/ListReportArtifactsApiResponse.d.ts +1 -1
  114. package/dist/es/models/opsmgmt/v4/content/ListReportArtifactsApiResponse.js +3 -3
  115. package/dist/es/models/opsmgmt/v4/content/ReportArtifact.d.ts +1 -1
  116. package/dist/es/models/opsmgmt/v4/content/ReportArtifact.js +4 -4
  117. package/dist/es/models/opsmgmt/v4/content/UploadArtifactApiResponse.d.ts +1 -1
  118. package/dist/es/models/opsmgmt/v4/content/UploadArtifactApiResponse.js +3 -3
  119. package/dist/es/models/opsmgmt/v4/error/AppMessage.d.ts +4 -4
  120. package/dist/es/models/opsmgmt/v4/error/AppMessage.js +7 -7
  121. package/dist/es/models/opsmgmt/v4/error/ErrorResponse.d.ts +1 -1
  122. package/dist/es/models/opsmgmt/v4/error/ErrorResponse.js +4 -11
  123. package/dist/es/models/opsmgmt/v4/error/SchemaValidationError.d.ts +1 -1
  124. package/dist/es/models/opsmgmt/v4/error/SchemaValidationError.js +3 -3
  125. package/dist/es/models/opsmgmt/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  126. package/dist/es/models/opsmgmt/v4/error/SchemaValidationErrorMessage.js +3 -3
  127. package/dist/es/models/opsmgmt/v4/reporting/CustomView.d.ts +1 -1
  128. package/dist/es/models/opsmgmt/v4/reporting/CustomView.js +3 -3
  129. package/dist/es/models/opsmgmt/v4/reporting/Field.d.ts +1 -1
  130. package/dist/es/models/opsmgmt/v4/reporting/Field.js +3 -3
  131. package/dist/es/models/opsmgmt/v4/reporting/FileWrapper.d.ts +1 -1
  132. package/dist/es/models/opsmgmt/v4/reporting/FileWrapper.js +4 -6
  133. package/dist/es/models/opsmgmt/v4/reporting/ImportExportParams.d.ts +1 -1
  134. package/dist/es/models/opsmgmt/v4/reporting/ImportExportParams.js +4 -6
  135. package/dist/es/models/opsmgmt/v4/reporting/NotificationPolicy.d.ts +1 -1
  136. package/dist/es/models/opsmgmt/v4/reporting/NotificationPolicy.js +3 -3
  137. package/dist/es/models/opsmgmt/v4/reporting/Operator.js +2 -2
  138. package/dist/es/models/opsmgmt/v4/reporting/PredefinedType.js +2 -2
  139. package/dist/es/models/opsmgmt/v4/reporting/PredefinedView.d.ts +1 -1
  140. package/dist/es/models/opsmgmt/v4/reporting/PredefinedView.js +3 -3
  141. package/dist/es/models/opsmgmt/v4/reporting/Recipient.d.ts +1 -1
  142. package/dist/es/models/opsmgmt/v4/reporting/Recipient.js +3 -3
  143. package/dist/es/models/opsmgmt/v4/reporting/ReportCustomization.d.ts +1 -1
  144. package/dist/es/models/opsmgmt/v4/reporting/ReportCustomization.js +3 -3
  145. package/dist/es/models/opsmgmt/v4/reporting/ReportFormat.js +2 -2
  146. package/dist/es/models/opsmgmt/v4/reporting/SortOrder.js +2 -2
  147. package/dist/es/models/opsmgmt/v4/reporting/View.d.ts +1 -1
  148. package/dist/es/models/opsmgmt/v4/reporting/View.js +5 -6
  149. package/dist/es/models/opsmgmt/v4/reporting/ViewFormat.js +2 -2
  150. package/dist/es/models/opsmgmt/v4/reporting/ViewReport.d.ts +1 -1
  151. package/dist/es/models/opsmgmt/v4/reporting/ViewReport.js +4 -4
  152. package/dist/es/models/prism/v4/config/TaskReference.d.ts +4 -4
  153. package/dist/es/models/prism/v4/config/TaskReference.js +8 -11
  154. package/dist/es/models/validation/ValidationError.js +2 -2
  155. package/dist/es/utils/ValidationUtils.js +2 -2
  156. package/dist/lib/ApiClient.d.ts +7 -1
  157. package/dist/lib/ApiClient.js +16 -25
  158. package/dist/lib/Paginable.d.ts +1 -1
  159. package/dist/lib/Paginable.js +3 -3
  160. package/dist/lib/apis/globalreportsetting-endpoints.d.ts +1 -1
  161. package/dist/lib/apis/globalreportsetting-endpoints.js +3 -3
  162. package/dist/lib/apis/reportartifacts-endpoints.d.ts +2 -11
  163. package/dist/lib/apis/reportartifacts-endpoints.js +5 -13
  164. package/dist/lib/apis/reportconfig-endpoints.d.ts +3 -29
  165. package/dist/lib/apis/reportconfig-endpoints.js +6 -31
  166. package/dist/lib/apis/reports-endpoints.d.ts +3 -27
  167. package/dist/lib/apis/reports-endpoints.js +6 -29
  168. package/dist/lib/index.d.ts +1 -15
  169. package/dist/lib/index.js +0 -56
  170. package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
  171. package/dist/lib/models/common/v1/config/Flag.js +3 -3
  172. package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
  173. package/dist/lib/models/common/v1/config/KVPair.js +3 -3
  174. package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  175. package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
  176. package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
  177. package/dist/lib/models/common/v1/config/Message.js +3 -3
  178. package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
  179. package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +4 -4
  180. package/dist/lib/models/common/v1/config/TenantAwareModel.js +7 -7
  181. package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
  182. package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
  183. package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  184. package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
  185. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  186. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
  187. package/dist/lib/models/opsmgmt/v4/config/AggregateFunction.js +2 -2
  188. package/dist/lib/models/opsmgmt/v4/config/CreateReportApiResponse.d.ts +1 -1
  189. package/dist/lib/models/opsmgmt/v4/config/CreateReportApiResponse.js +3 -3
  190. package/dist/lib/models/opsmgmt/v4/config/CreateReportConfigApiResponse.d.ts +1 -1
  191. package/dist/lib/models/opsmgmt/v4/config/CreateReportConfigApiResponse.js +3 -3
  192. package/dist/lib/models/opsmgmt/v4/config/DataCriteria.d.ts +1 -1
  193. package/dist/lib/models/opsmgmt/v4/config/DataCriteria.js +3 -3
  194. package/dist/lib/models/opsmgmt/v4/config/DeleteReportApiResponse.d.ts +1 -1
  195. package/dist/lib/models/opsmgmt/v4/config/DeleteReportApiResponse.js +3 -3
  196. package/dist/lib/models/opsmgmt/v4/config/DeleteReportConfigApiResponse.d.ts +1 -1
  197. package/dist/lib/models/opsmgmt/v4/config/DeleteReportConfigApiResponse.js +3 -3
  198. package/dist/lib/models/opsmgmt/v4/config/EntitySelection.d.ts +1 -1
  199. package/dist/lib/models/opsmgmt/v4/config/EntitySelection.js +3 -3
  200. package/dist/lib/models/opsmgmt/v4/config/EntityType.js +2 -2
  201. package/dist/lib/models/opsmgmt/v4/config/GetGlobalReportSettingApiResponse.d.ts +1 -1
  202. package/dist/lib/models/opsmgmt/v4/config/GetGlobalReportSettingApiResponse.js +3 -3
  203. package/dist/lib/models/opsmgmt/v4/config/GetReportApiResponse.d.ts +1 -1
  204. package/dist/lib/models/opsmgmt/v4/config/GetReportApiResponse.js +3 -3
  205. package/dist/lib/models/opsmgmt/v4/config/GetReportConfigApiResponse.d.ts +1 -1
  206. package/dist/lib/models/opsmgmt/v4/config/GetReportConfigApiResponse.js +3 -3
  207. package/dist/lib/models/opsmgmt/v4/config/GlobalReportSetting.d.ts +1 -1
  208. package/dist/lib/models/opsmgmt/v4/config/GlobalReportSetting.js +4 -4
  209. package/dist/lib/models/opsmgmt/v4/config/ListReportConfigsApiResponse.d.ts +1 -1
  210. package/dist/lib/models/opsmgmt/v4/config/ListReportConfigsApiResponse.js +3 -3
  211. package/dist/lib/models/opsmgmt/v4/config/ListReportsApiResponse.d.ts +1 -1
  212. package/dist/lib/models/opsmgmt/v4/config/ListReportsApiResponse.js +3 -3
  213. package/dist/lib/models/opsmgmt/v4/config/NotificationPolicy.d.ts +1 -1
  214. package/dist/lib/models/opsmgmt/v4/config/NotificationPolicy.js +3 -3
  215. package/dist/lib/models/opsmgmt/v4/config/NotifyReportApiResponse.d.ts +1 -1
  216. package/dist/lib/models/opsmgmt/v4/config/NotifyReportApiResponse.js +3 -3
  217. package/dist/lib/models/opsmgmt/v4/config/Recipient.d.ts +1 -1
  218. package/dist/lib/models/opsmgmt/v4/config/Recipient.js +3 -3
  219. package/dist/lib/models/opsmgmt/v4/config/RepeatCriteria.d.ts +1 -1
  220. package/dist/lib/models/opsmgmt/v4/config/RepeatCriteria.js +3 -3
  221. package/dist/lib/models/opsmgmt/v4/config/Report.d.ts +1 -1
  222. package/dist/lib/models/opsmgmt/v4/config/Report.js +4 -4
  223. package/dist/lib/models/opsmgmt/v4/config/ReportConfig.d.ts +1 -1
  224. package/dist/lib/models/opsmgmt/v4/config/ReportConfig.js +4 -4
  225. package/dist/lib/models/opsmgmt/v4/config/ReportCustomization.d.ts +1 -1
  226. package/dist/lib/models/opsmgmt/v4/config/ReportCustomization.js +3 -3
  227. package/dist/lib/models/opsmgmt/v4/config/ReportFormat.js +2 -2
  228. package/dist/lib/models/opsmgmt/v4/config/ReportNotificationSpec.d.ts +1 -1
  229. package/dist/lib/models/opsmgmt/v4/config/ReportNotificationSpec.js +4 -4
  230. package/dist/lib/models/opsmgmt/v4/config/ReportSchedule.d.ts +1 -1
  231. package/dist/lib/models/opsmgmt/v4/config/ReportSchedule.js +3 -3
  232. package/dist/lib/models/opsmgmt/v4/config/RetentionConfig.d.ts +1 -1
  233. package/dist/lib/models/opsmgmt/v4/config/RetentionConfig.js +3 -3
  234. package/dist/lib/models/opsmgmt/v4/config/Row.d.ts +1 -1
  235. package/dist/lib/models/opsmgmt/v4/config/Row.js +3 -3
  236. package/dist/lib/models/opsmgmt/v4/config/ScheduleInterval.js +2 -2
  237. package/dist/lib/models/opsmgmt/v4/config/Section.d.ts +1 -1
  238. package/dist/lib/models/opsmgmt/v4/config/Section.js +3 -3
  239. package/dist/lib/models/opsmgmt/v4/config/SortKey.js +2 -2
  240. package/dist/lib/models/opsmgmt/v4/config/SortOrder.js +2 -2
  241. package/dist/lib/models/opsmgmt/v4/config/TimeFilter.js +2 -2
  242. package/dist/lib/models/opsmgmt/v4/config/UpdateGlobalReportSettingsApiResponse.d.ts +1 -1
  243. package/dist/lib/models/opsmgmt/v4/config/UpdateGlobalReportSettingsApiResponse.js +3 -3
  244. package/dist/lib/models/opsmgmt/v4/config/UpdateReportConfigApiResponse.d.ts +1 -1
  245. package/dist/lib/models/opsmgmt/v4/config/UpdateReportConfigApiResponse.js +3 -3
  246. package/dist/lib/models/opsmgmt/v4/config/Widget.d.ts +1 -1
  247. package/dist/lib/models/opsmgmt/v4/config/Widget.js +3 -3
  248. package/dist/lib/models/opsmgmt/v4/config/WidgetConfig.d.ts +1 -1
  249. package/dist/lib/models/opsmgmt/v4/config/WidgetConfig.js +3 -3
  250. package/dist/lib/models/opsmgmt/v4/config/WidgetField.d.ts +1 -1
  251. package/dist/lib/models/opsmgmt/v4/config/WidgetField.js +3 -3
  252. package/dist/lib/models/opsmgmt/v4/config/WidgetSize.js +2 -2
  253. package/dist/lib/models/opsmgmt/v4/config/WidgetTemplate.d.ts +1 -1
  254. package/dist/lib/models/opsmgmt/v4/config/WidgetTemplate.js +3 -3
  255. package/dist/lib/models/opsmgmt/v4/config/WidgetTemplateType.js +2 -2
  256. package/dist/lib/models/opsmgmt/v4/config/WidgetType.js +2 -2
  257. package/dist/lib/models/opsmgmt/v4/content/ArtifactFileType.js +2 -2
  258. package/dist/lib/models/opsmgmt/v4/content/ArtifactType.js +2 -2
  259. package/dist/lib/models/opsmgmt/v4/content/CreateReportArtifactApiResponse.d.ts +1 -1
  260. package/dist/lib/models/opsmgmt/v4/content/CreateReportArtifactApiResponse.js +3 -3
  261. package/dist/lib/models/opsmgmt/v4/content/DownloadArtifactileApiResponse.d.ts +1 -1
  262. package/dist/lib/models/opsmgmt/v4/content/DownloadArtifactileApiResponse.js +3 -3
  263. package/dist/lib/models/opsmgmt/v4/content/DownloadReportApiResponse.d.ts +1 -1
  264. package/dist/lib/models/opsmgmt/v4/content/DownloadReportApiResponse.js +3 -3
  265. package/dist/lib/models/opsmgmt/v4/content/ListReportArtifactsApiResponse.d.ts +1 -1
  266. package/dist/lib/models/opsmgmt/v4/content/ListReportArtifactsApiResponse.js +3 -3
  267. package/dist/lib/models/opsmgmt/v4/content/ReportArtifact.d.ts +1 -1
  268. package/dist/lib/models/opsmgmt/v4/content/ReportArtifact.js +4 -4
  269. package/dist/lib/models/opsmgmt/v4/content/UploadArtifactApiResponse.d.ts +1 -1
  270. package/dist/lib/models/opsmgmt/v4/content/UploadArtifactApiResponse.js +3 -3
  271. package/dist/lib/models/opsmgmt/v4/error/AppMessage.d.ts +4 -4
  272. package/dist/lib/models/opsmgmt/v4/error/AppMessage.js +7 -7
  273. package/dist/lib/models/opsmgmt/v4/error/ErrorResponse.d.ts +1 -1
  274. package/dist/lib/models/opsmgmt/v4/error/ErrorResponse.js +4 -11
  275. package/dist/lib/models/opsmgmt/v4/error/SchemaValidationError.d.ts +1 -1
  276. package/dist/lib/models/opsmgmt/v4/error/SchemaValidationError.js +3 -3
  277. package/dist/lib/models/opsmgmt/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  278. package/dist/lib/models/opsmgmt/v4/error/SchemaValidationErrorMessage.js +3 -3
  279. package/dist/lib/models/opsmgmt/v4/reporting/CustomView.d.ts +1 -1
  280. package/dist/lib/models/opsmgmt/v4/reporting/CustomView.js +3 -3
  281. package/dist/lib/models/opsmgmt/v4/reporting/Field.d.ts +1 -1
  282. package/dist/lib/models/opsmgmt/v4/reporting/Field.js +3 -3
  283. package/dist/lib/models/opsmgmt/v4/reporting/FileWrapper.d.ts +1 -1
  284. package/dist/lib/models/opsmgmt/v4/reporting/FileWrapper.js +4 -6
  285. package/dist/lib/models/opsmgmt/v4/reporting/ImportExportParams.d.ts +1 -1
  286. package/dist/lib/models/opsmgmt/v4/reporting/ImportExportParams.js +4 -6
  287. package/dist/lib/models/opsmgmt/v4/reporting/NotificationPolicy.d.ts +1 -1
  288. package/dist/lib/models/opsmgmt/v4/reporting/NotificationPolicy.js +3 -3
  289. package/dist/lib/models/opsmgmt/v4/reporting/Operator.js +2 -2
  290. package/dist/lib/models/opsmgmt/v4/reporting/PredefinedType.js +2 -2
  291. package/dist/lib/models/opsmgmt/v4/reporting/PredefinedView.d.ts +1 -1
  292. package/dist/lib/models/opsmgmt/v4/reporting/PredefinedView.js +3 -3
  293. package/dist/lib/models/opsmgmt/v4/reporting/Recipient.d.ts +1 -1
  294. package/dist/lib/models/opsmgmt/v4/reporting/Recipient.js +3 -3
  295. package/dist/lib/models/opsmgmt/v4/reporting/ReportCustomization.d.ts +1 -1
  296. package/dist/lib/models/opsmgmt/v4/reporting/ReportCustomization.js +3 -3
  297. package/dist/lib/models/opsmgmt/v4/reporting/ReportFormat.js +2 -2
  298. package/dist/lib/models/opsmgmt/v4/reporting/SortOrder.js +2 -2
  299. package/dist/lib/models/opsmgmt/v4/reporting/View.d.ts +1 -1
  300. package/dist/lib/models/opsmgmt/v4/reporting/View.js +5 -6
  301. package/dist/lib/models/opsmgmt/v4/reporting/ViewFormat.js +2 -2
  302. package/dist/lib/models/opsmgmt/v4/reporting/ViewReport.d.ts +1 -1
  303. package/dist/lib/models/opsmgmt/v4/reporting/ViewReport.js +4 -4
  304. package/dist/lib/models/prism/v4/config/TaskReference.d.ts +4 -4
  305. package/dist/lib/models/prism/v4/config/TaskReference.js +8 -11
  306. package/dist/lib/models/validation/ValidationError.js +2 -2
  307. package/dist/lib/utils/ValidationUtils.js +2 -2
  308. package/package.json +2 -2
  309. package/dist/es/models/opsmgmt/v4/reporting/DeleteReportViewApiResponse.d.ts +0 -98
  310. package/dist/es/models/opsmgmt/v4/reporting/DeleteReportViewApiResponse.js +0 -345
  311. package/dist/es/models/opsmgmt/v4/reporting/ExportReportConfigApiResponse.d.ts +0 -99
  312. package/dist/es/models/opsmgmt/v4/reporting/ExportReportConfigApiResponse.js +0 -343
  313. package/dist/es/models/opsmgmt/v4/reporting/GenerateReportFromViewApiResponse.d.ts +0 -99
  314. package/dist/es/models/opsmgmt/v4/reporting/GenerateReportFromViewApiResponse.js +0 -343
  315. package/dist/es/models/opsmgmt/v4/reporting/ImportReportConfigApiResponse.d.ts +0 -102
  316. package/dist/es/models/opsmgmt/v4/reporting/ImportReportConfigApiResponse.js +0 -343
  317. package/dist/es/models/opsmgmt/v4/reporting/NotifyReportFromViewApiResponse.d.ts +0 -99
  318. package/dist/es/models/opsmgmt/v4/reporting/NotifyReportFromViewApiResponse.js +0 -343
  319. package/dist/es/models/opsmgmt/v4/reporting/ViewApiResponse.d.ts +0 -99
  320. package/dist/es/models/opsmgmt/v4/reporting/ViewApiResponse.js +0 -343
  321. package/dist/es/models/opsmgmt/v4/reporting/ViewConfigApiResponse.d.ts +0 -99
  322. package/dist/es/models/opsmgmt/v4/reporting/ViewConfigApiResponse.js +0 -343
  323. package/dist/lib/models/opsmgmt/v4/reporting/DeleteReportViewApiResponse.d.ts +0 -98
  324. package/dist/lib/models/opsmgmt/v4/reporting/DeleteReportViewApiResponse.js +0 -345
  325. package/dist/lib/models/opsmgmt/v4/reporting/ExportReportConfigApiResponse.d.ts +0 -99
  326. package/dist/lib/models/opsmgmt/v4/reporting/ExportReportConfigApiResponse.js +0 -343
  327. package/dist/lib/models/opsmgmt/v4/reporting/GenerateReportFromViewApiResponse.d.ts +0 -99
  328. package/dist/lib/models/opsmgmt/v4/reporting/GenerateReportFromViewApiResponse.js +0 -343
  329. package/dist/lib/models/opsmgmt/v4/reporting/ImportReportConfigApiResponse.d.ts +0 -102
  330. package/dist/lib/models/opsmgmt/v4/reporting/ImportReportConfigApiResponse.js +0 -343
  331. package/dist/lib/models/opsmgmt/v4/reporting/NotifyReportFromViewApiResponse.d.ts +0 -99
  332. package/dist/lib/models/opsmgmt/v4/reporting/NotifyReportFromViewApiResponse.js +0 -343
  333. package/dist/lib/models/opsmgmt/v4/reporting/ViewApiResponse.d.ts +0 -99
  334. package/dist/lib/models/opsmgmt/v4/reporting/ViewApiResponse.js +0 -343
  335. package/dist/lib/models/opsmgmt/v4/reporting/ViewConfigApiResponse.d.ts +0 -99
  336. package/dist/lib/models/opsmgmt/v4/reporting/ViewConfigApiResponse.js +0 -343
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The AppMessage model module.
3
3
  * @module Ntnx/AppMessage
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class AppMessage
6
6
  */
7
7
  export default class AppMessage {
@@ -46,13 +46,13 @@ export default class AppMessage {
46
46
  setSeverity(severity: MessageSeverity): void;
47
47
  severity: string;
48
48
  /**
49
- * Returns The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000
49
+ * Returns The code associated with this message. This string is typically prefixed with the namespace to which the endpoint belongs. For example: VMM-40000
50
50
  * @return {string}
51
51
  */
52
52
  getCode(): string;
53
53
  /**
54
- * Sets The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000
55
- * @param {string} code The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000
54
+ * Sets The code associated with this message. This string is typically prefixed with the namespace to which the endpoint belongs. For example: VMM-40000
55
+ * @param {string} code The code associated with this message. This string is typically prefixed with the namespace to which the endpoint belongs. For example: VMM-40000
56
56
  */
57
57
  setCode(code: string): void;
58
58
  code: string;
@@ -29,11 +29,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
29
29
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
30
30
  * Nutanix Cloud Management Platform APIs
31
31
  *
32
- * OpenAPI spec version: 4.0.1
32
+ * OpenAPI spec version: 4.0.2
33
33
  *
34
34
  * NOTE: This class is auto generated by the Open API Dev Platform.
35
35
  *
36
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
36
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
37
37
  *
38
38
  * Do not edit the class manually.
39
39
  *
@@ -41,7 +41,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
41
41
  /**
42
42
  * The AppMessage model module.
43
43
  * @module Ntnx/AppMessage
44
- * @version 4.0.1
44
+ * @version 4.0.2
45
45
  * @class AppMessage
46
46
  */
47
47
  var _AppMessage_brand = /*#__PURE__*/new WeakSet();
@@ -117,7 +117,7 @@ var AppMessage = exports["default"] = /*#__PURE__*/function () {
117
117
  }
118
118
 
119
119
  /**
120
- * Returns The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000
120
+ * Returns The code associated with this message. This string is typically prefixed with the namespace to which the endpoint belongs. For example: VMM-40000
121
121
  * @return {string}
122
122
  */
123
123
  }, {
@@ -127,8 +127,8 @@ var AppMessage = exports["default"] = /*#__PURE__*/function () {
127
127
  }
128
128
 
129
129
  /**
130
- * Sets The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000
131
- * @param {string} code The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000
130
+ * Sets The code associated with this message. This string is typically prefixed with the namespace to which the endpoint belongs. For example: VMM-40000
131
+ * @param {string} code The code associated with this message. This string is typically prefixed with the namespace to which the endpoint belongs. For example: VMM-40000
132
132
  */
133
133
  }, {
134
134
  key: "setCode",
@@ -436,7 +436,7 @@ AppMessage.prototype.message = undefined;
436
436
  AppMessage.prototype.severity = undefined;
437
437
 
438
438
  /**
439
- * The code associated with this message.This string is typically prefixed by the namespace the endpoint belongs to. For example: VMM-40000
439
+ * The code associated with this message. This string is typically prefixed with the namespace to which the endpoint belongs. For example: VMM-40000
440
440
  * @memberof AppMessage
441
441
  */
442
442
  AppMessage.prototype.code = undefined;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ErrorResponse model module.
3
3
  * @module Ntnx/ErrorResponse
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class ErrorResponse
6
6
  */
7
7
  export default class ErrorResponse {
@@ -30,11 +30,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
30
30
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
31
31
  * Nutanix Cloud Management Platform APIs
32
32
  *
33
- * OpenAPI spec version: 4.0.1
33
+ * OpenAPI spec version: 4.0.2
34
34
  *
35
35
  * NOTE: This class is auto generated by the Open API Dev Platform.
36
36
  *
37
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
37
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
38
38
  *
39
39
  * Do not edit the class manually.
40
40
  *
@@ -42,7 +42,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
42
42
  /**
43
43
  * The ErrorResponse model module.
44
44
  * @module Ntnx/ErrorResponse
45
- * @version 4.0.1
45
+ * @version 4.0.2
46
46
  * @class ErrorResponse
47
47
  */
48
48
  var _ErrorResponse_brand = /*#__PURE__*/new WeakSet();
@@ -314,17 +314,12 @@ ErrorResponse.prototype.$objectType = undefined;
314
314
  ErrorResponse.prototype.$unknownFields = undefined;
315
315
 
316
316
  // Implement OneOfopsmgmt.v4.content.CreateReportArtifactApiResponsedata interface:
317
- // Implement OneOfopsmgmt.v4.reporting.ViewApiResponsedata interface:
318
- // Implement OneOfopsmgmt.v4.reporting.GenerateReportFromViewApiResponsedata interface:
319
317
  // Implement OneOfopsmgmt.v4.config.CreateReportApiResponsedata interface:
320
318
  // Implement OneOfopsmgmt.v4.config.ListReportsApiResponsedata interface:
321
- // Implement OneOfopsmgmt.v4.reporting.ViewConfigApiResponsedata interface:
322
- // Implement OneOfopsmgmt.v4.reporting.ImportReportConfigApiResponsedata interface:
323
319
  // Implement OneOfopsmgmt.v4.content.UploadArtifactApiResponsedata interface:
324
320
  // Implement OneOfopsmgmt.v4.config.CreateReportConfigApiResponsedata interface:
325
321
  // Implement OneOfopsmgmt.v4.content.DownloadReportApiResponsedata interface:
326
322
  // Implement OneOfopsmgmt.v4.config.NotifyReportApiResponsedata interface:
327
- // Implement OneOfopsmgmt.v4.reporting.NotifyReportFromViewApiResponsedata interface:
328
323
  // Implement OneOfopsmgmt.v4.config.DeleteReportApiResponsedata interface:
329
324
  // Implement OneOfopsmgmt.v4.config.GetReportApiResponsedata interface:
330
325
  // Implement OneOfopsmgmt.v4.config.GetGlobalReportSettingApiResponsedata interface:
@@ -334,6 +329,4 @@ ErrorResponse.prototype.$unknownFields = undefined;
334
329
  // Implement OneOfopsmgmt.v4.content.ListReportArtifactsApiResponsedata interface:
335
330
  // Implement OneOfopsmgmt.v4.config.DeleteReportConfigApiResponsedata interface:
336
331
  // Implement OneOfopsmgmt.v4.config.GetReportConfigApiResponsedata interface:
337
- // Implement OneOfopsmgmt.v4.config.UpdateGlobalReportSettingsApiResponsedata interface:
338
- // Implement OneOfopsmgmt.v4.reporting.DeleteReportViewApiResponsedata interface:
339
- // Implement OneOfopsmgmt.v4.reporting.ExportReportConfigApiResponsedata interface:
332
+ // Implement OneOfopsmgmt.v4.config.UpdateGlobalReportSettingsApiResponsedata interface:
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The SchemaValidationError model module.
3
3
  * @module Ntnx/SchemaValidationError
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class SchemaValidationError
6
6
  */
7
7
  export default class SchemaValidationError {
@@ -29,11 +29,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
29
29
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
30
30
  * Nutanix Cloud Management Platform APIs
31
31
  *
32
- * OpenAPI spec version: 4.0.1
32
+ * OpenAPI spec version: 4.0.2
33
33
  *
34
34
  * NOTE: This class is auto generated by the Open API Dev Platform.
35
35
  *
36
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
36
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
37
37
  *
38
38
  * Do not edit the class manually.
39
39
  *
@@ -41,7 +41,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
41
41
  /**
42
42
  * The SchemaValidationError model module.
43
43
  * @module Ntnx/SchemaValidationError
44
- * @version 4.0.1
44
+ * @version 4.0.2
45
45
  * @class SchemaValidationError
46
46
  */
47
47
  var _SchemaValidationError_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The SchemaValidationErrorMessage model module.
3
3
  * @module Ntnx/SchemaValidationErrorMessage
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class SchemaValidationErrorMessage
6
6
  */
7
7
  export default class SchemaValidationErrorMessage {
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
27
27
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
28
28
  * Nutanix Cloud Management Platform APIs
29
29
  *
30
- * OpenAPI spec version: 4.0.1
30
+ * OpenAPI spec version: 4.0.2
31
31
  *
32
32
  * NOTE: This class is auto generated by the Open API Dev Platform.
33
33
  *
34
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
34
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
35
35
  *
36
36
  * Do not edit the class manually.
37
37
  *
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  /**
40
40
  * The SchemaValidationErrorMessage model module.
41
41
  * @module Ntnx/SchemaValidationErrorMessage
42
- * @version 4.0.1
42
+ * @version 4.0.2
43
43
  * @class SchemaValidationErrorMessage
44
44
  */
45
45
  var _SchemaValidationErrorMessage_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The CustomView model module.
3
3
  * @module Ntnx/CustomView
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class CustomView
6
6
  *
7
7
  * @param { string } entityType Entity type for which data needs to be shown in the view.
@@ -30,11 +30,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
30
30
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
31
31
  * Nutanix Cloud Management Platform APIs
32
32
  *
33
- * OpenAPI spec version: 4.0.1
33
+ * OpenAPI spec version: 4.0.2
34
34
  *
35
35
  * NOTE: This class is auto generated by the Open API Dev Platform.
36
36
  *
37
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
37
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
38
38
  *
39
39
  * Do not edit the class manually.
40
40
  *
@@ -42,7 +42,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
42
42
  /**
43
43
  * The CustomView model module.
44
44
  * @module Ntnx/CustomView
45
- * @version 4.0.1
45
+ * @version 4.0.2
46
46
  * @class CustomView
47
47
  *
48
48
  * @param { string } entityType Entity type for which data needs to be shown in the view.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Field model module.
3
3
  * @module Ntnx/Field
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class Field
6
6
  *
7
7
  * @param { string } name Entity attribute/metric to be selected for the widget.
@@ -28,11 +28,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
28
28
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
29
29
  * Nutanix Cloud Management Platform APIs
30
30
  *
31
- * OpenAPI spec version: 4.0.1
31
+ * OpenAPI spec version: 4.0.2
32
32
  *
33
33
  * NOTE: This class is auto generated by the Open API Dev Platform.
34
34
  *
35
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
35
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
36
36
  *
37
37
  * Do not edit the class manually.
38
38
  *
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
40
40
  /**
41
41
  * The Field model module.
42
42
  * @module Ntnx/Field
43
- * @version 4.0.1
43
+ * @version 4.0.2
44
44
  * @class Field
45
45
  *
46
46
  * @param { string } name Entity attribute/metric to be selected for the widget.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The FileWrapper model module.
3
3
  * @module Ntnx/FileWrapper
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class FileWrapper
6
6
  *
7
7
  * @param { string } file The binary of the exported report configuration(s). Default value is report-{currTime}. For eg:- report-Jan23-062758
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
27
27
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
28
28
  * Nutanix Cloud Management Platform APIs
29
29
  *
30
- * OpenAPI spec version: 4.0.1
30
+ * OpenAPI spec version: 4.0.2
31
31
  *
32
32
  * NOTE: This class is auto generated by the Open API Dev Platform.
33
33
  *
34
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
34
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
35
35
  *
36
36
  * Do not edit the class manually.
37
37
  *
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  /**
40
40
  * The FileWrapper model module.
41
41
  * @module Ntnx/FileWrapper
42
- * @version 4.0.1
42
+ * @version 4.0.2
43
43
  * @class FileWrapper
44
44
  *
45
45
  * @param { string } file The binary of the exported report configuration(s). Default value is report-{currTime}. For eg:- report-Jan23-062758
@@ -276,6 +276,4 @@ function _handleDateType(obj, isDateOnly) {
276
276
  FileWrapper.prototype.file = undefined;
277
277
  FileWrapper.prototype.$reserved = undefined;
278
278
  FileWrapper.prototype.$objectType = undefined;
279
- FileWrapper.prototype.$unknownFields = undefined;
280
-
281
- // Implement OneOfopsmgmt.v4.reporting.ExportReportConfigApiResponsedata interface:
279
+ FileWrapper.prototype.$unknownFields = undefined;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ImportExportParams model module.
3
3
  * @module Ntnx/ImportExportParams
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class ImportExportParams
6
6
  *
7
7
  * @param { string[] } reportConfigIds UUID(s) of the report configuration to export
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
27
27
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
28
28
  * Nutanix Cloud Management Platform APIs
29
29
  *
30
- * OpenAPI spec version: 4.0.1
30
+ * OpenAPI spec version: 4.0.2
31
31
  *
32
32
  * NOTE: This class is auto generated by the Open API Dev Platform.
33
33
  *
34
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
34
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
35
35
  *
36
36
  * Do not edit the class manually.
37
37
  *
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  /**
40
40
  * The ImportExportParams model module.
41
41
  * @module Ntnx/ImportExportParams
42
- * @version 4.0.1
42
+ * @version 4.0.2
43
43
  * @class ImportExportParams
44
44
  *
45
45
  * @param { string[] } reportConfigIds UUID(s) of the report configuration to export
@@ -281,6 +281,4 @@ function _handleDateType(obj, isDateOnly) {
281
281
  ImportExportParams.prototype.reportConfigIds = undefined;
282
282
  ImportExportParams.prototype.$reserved = undefined;
283
283
  ImportExportParams.prototype.$objectType = undefined;
284
- ImportExportParams.prototype.$unknownFields = undefined;
285
-
286
- // Implement OneOfopsmgmt.v4.reporting.ImportReportConfigApiResponsedata interface:
284
+ ImportExportParams.prototype.$unknownFields = undefined;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The NotificationPolicy model module.
3
3
  * @module Ntnx/NotificationPolicy
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class NotificationPolicy
6
6
  *
7
7
  * @param { Recipient[] } recipients Email recipients list.
@@ -28,11 +28,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
28
28
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
29
29
  * Nutanix Cloud Management Platform APIs
30
30
  *
31
- * OpenAPI spec version: 4.0.1
31
+ * OpenAPI spec version: 4.0.2
32
32
  *
33
33
  * NOTE: This class is auto generated by the Open API Dev Platform.
34
34
  *
35
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
35
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
36
36
  *
37
37
  * Do not edit the class manually.
38
38
  *
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
40
40
  /**
41
41
  * The NotificationPolicy model module.
42
42
  * @module Ntnx/NotificationPolicy
43
- * @version 4.0.1
43
+ * @version 4.0.2
44
44
  * @class NotificationPolicy
45
45
  *
46
46
  * @param { Recipient[] } recipients Email recipients list.
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Cloud Management Platform APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.0.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Cloud Management Platform APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.0.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The PredefinedView model module.
3
3
  * @module Ntnx/PredefinedView
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class PredefinedView
6
6
  */
7
7
  export default class PredefinedView {
@@ -28,11 +28,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
28
28
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
29
29
  * Nutanix Cloud Management Platform APIs
30
30
  *
31
- * OpenAPI spec version: 4.0.1
31
+ * OpenAPI spec version: 4.0.2
32
32
  *
33
33
  * NOTE: This class is auto generated by the Open API Dev Platform.
34
34
  *
35
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
35
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
36
36
  *
37
37
  * Do not edit the class manually.
38
38
  *
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
40
40
  /**
41
41
  * The PredefinedView model module.
42
42
  * @module Ntnx/PredefinedView
43
- * @version 4.0.1
43
+ * @version 4.0.2
44
44
  * @class PredefinedView
45
45
  */
46
46
  var _PredefinedView_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Recipient model module.
3
3
  * @module Ntnx/Recipient
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class Recipient
6
6
  *
7
7
  * @param { string } emailAddress Email address of the recipient.
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
27
27
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
28
28
  * Nutanix Cloud Management Platform APIs
29
29
  *
30
- * OpenAPI spec version: 4.0.1
30
+ * OpenAPI spec version: 4.0.2
31
31
  *
32
32
  * NOTE: This class is auto generated by the Open API Dev Platform.
33
33
  *
34
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
34
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
35
35
  *
36
36
  * Do not edit the class manually.
37
37
  *
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  /**
40
40
  * The Recipient model module.
41
41
  * @module Ntnx/Recipient
42
- * @version 4.0.1
42
+ * @version 4.0.2
43
43
  * @class Recipient
44
44
  *
45
45
  * @param { string } emailAddress Email address of the recipient.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ReportCustomization model module.
3
3
  * @module Ntnx/ReportCustomization
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class ReportCustomization
6
6
  */
7
7
  export default class ReportCustomization {
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
27
27
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
28
28
  * Nutanix Cloud Management Platform APIs
29
29
  *
30
- * OpenAPI spec version: 4.0.1
30
+ * OpenAPI spec version: 4.0.2
31
31
  *
32
32
  * NOTE: This class is auto generated by the Open API Dev Platform.
33
33
  *
34
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
34
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
35
35
  *
36
36
  * Do not edit the class manually.
37
37
  *
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  /**
40
40
  * The ReportCustomization model module.
41
41
  * @module Ntnx/ReportCustomization
42
- * @version 4.0.1
42
+ * @version 4.0.2
43
43
  * @class ReportCustomization
44
44
  */
45
45
  var _ReportCustomization_brand = /*#__PURE__*/new WeakSet();
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Cloud Management Platform APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.0.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Cloud Management Platform APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.0.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The View model module.
3
3
  * @module Ntnx/View
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class View
6
6
  * @extends ExternalizableAbstractModel
7
7
  *
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
40
40
  * Nutanix Cloud Management Platform APIs
41
41
  *
42
- * OpenAPI spec version: 4.0.1
42
+ * OpenAPI spec version: 4.0.2
43
43
  *
44
44
  * NOTE: This class is auto generated by the Open API Dev Platform.
45
45
  *
46
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
46
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
47
47
  *
48
48
  * Do not edit the class manually.
49
49
  *
@@ -51,7 +51,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
51
51
  /**
52
52
  * The View model module.
53
53
  * @module Ntnx/View
54
- * @version 4.0.1
54
+ * @version 4.0.2
55
55
  * @class View
56
56
  * @extends ExternalizableAbstractModel
57
57
  *
@@ -382,8 +382,7 @@ _ExternalizableAbstractModel["default"].prototype.extId = undefined;
382
382
  */
383
383
  _ExternalizableAbstractModel["default"].prototype.links = undefined;
384
384
  /**
385
- * A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
385
+ * A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this ID to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
386
386
  * @memberof View
387
387
  */
388
- _TenantAwareModel["default"].prototype.tenantId = undefined;
389
- // Implement OneOfopsmgmt.v4.reporting.ViewApiResponsedata interface:
388
+ _TenantAwareModel["default"].prototype.tenantId = undefined;
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Cloud Management Platform APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.0.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ViewReport model module.
3
3
  * @module Ntnx/ViewReport
4
- * @version 4.0.1
4
+ * @version 4.0.2
5
5
  * @class ViewReport
6
6
  * @extends ExternalizableAbstractModel
7
7
  *