@nutanix-scratch/objects-js-client 4.0.2 → 4.0.3

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 (170) hide show
  1. package/README.md +3 -3
  2. package/dist/Ntnx-Objects-js-client-prod.js +1 -1
  3. package/dist/Ntnx-Objects-js-client.js +60 -60
  4. package/dist/es/ApiClient.d.ts +1 -1
  5. package/dist/es/ApiClient.js +4 -4
  6. package/dist/es/Paginable.d.ts +1 -1
  7. package/dist/es/Paginable.js +3 -3
  8. package/dist/es/apis/objectstores-endpoints.d.ts +3 -3
  9. package/dist/es/apis/objectstores-endpoints.js +14 -14
  10. package/dist/es/apis/stats-endpoints.d.ts +3 -2
  11. package/dist/es/apis/stats-endpoints.js +6 -6
  12. package/dist/es/models/common/v1/config/FQDN.d.ts +1 -1
  13. package/dist/es/models/common/v1/config/FQDN.js +3 -3
  14. package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
  15. package/dist/es/models/common/v1/config/Flag.js +3 -3
  16. package/dist/es/models/common/v1/config/IPAddress.d.ts +1 -1
  17. package/dist/es/models/common/v1/config/IPAddress.js +3 -3
  18. package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
  19. package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
  20. package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
  21. package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
  22. package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
  23. package/dist/es/models/common/v1/config/KVPair.js +3 -3
  24. package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  25. package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
  26. package/dist/es/models/common/v1/config/Message.d.ts +1 -1
  27. package/dist/es/models/common/v1/config/Message.js +3 -3
  28. package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
  29. package/dist/es/models/common/v1/config/Metadata.d.ts +1 -1
  30. package/dist/es/models/common/v1/config/Metadata.js +3 -3
  31. package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  32. package/dist/es/models/common/v1/config/TenantAwareModel.js +3 -3
  33. package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
  34. package/dist/es/models/common/v1/response/ApiLink.js +3 -3
  35. package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  36. package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
  37. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  38. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  39. package/dist/es/models/common/v1/stats/DownSamplingOperator.js +2 -2
  40. package/dist/es/models/common/v1/stats/TimeIntValuePair.d.ts +1 -1
  41. package/dist/es/models/common/v1/stats/TimeIntValuePair.js +3 -3
  42. package/dist/es/models/objects/v4/config/Certificate.d.ts +1 -1
  43. package/dist/es/models/objects/v4/config/Certificate.js +3 -3
  44. package/dist/es/models/objects/v4/config/CertificateProjection.d.ts +1 -1
  45. package/dist/es/models/objects/v4/config/CertificateProjection.js +3 -3
  46. package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.d.ts +1 -1
  47. package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.js +3 -3
  48. package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
  49. package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.js +3 -3
  50. package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
  51. package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.js +3 -3
  52. package/dist/es/models/objects/v4/config/GetCaApiResponse.d.ts +1 -1
  53. package/dist/es/models/objects/v4/config/GetCaApiResponse.js +3 -3
  54. package/dist/es/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
  55. package/dist/es/models/objects/v4/config/GetCertificateApiResponse.js +3 -3
  56. package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +1 -1
  57. package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.js +3 -3
  58. package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
  59. package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.js +3 -3
  60. package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
  61. package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.js +3 -3
  62. package/dist/es/models/objects/v4/config/ObjectStore.d.ts +1 -1
  63. package/dist/es/models/objects/v4/config/ObjectStore.js +3 -3
  64. package/dist/es/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -1
  65. package/dist/es/models/objects/v4/config/ObjectStoreProjection.js +3 -3
  66. package/dist/es/models/objects/v4/config/State.js +2 -2
  67. package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
  68. package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.js +3 -3
  69. package/dist/es/models/objects/v4/error/AppMessage.d.ts +1 -1
  70. package/dist/es/models/objects/v4/error/AppMessage.js +3 -3
  71. package/dist/es/models/objects/v4/error/ErrorResponse.d.ts +1 -1
  72. package/dist/es/models/objects/v4/error/ErrorResponse.js +3 -3
  73. package/dist/es/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
  74. package/dist/es/models/objects/v4/error/SchemaValidationError.js +3 -3
  75. package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  76. package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.js +3 -3
  77. package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +1 -1
  78. package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +3 -3
  79. package/dist/es/models/objects/v4/stats/ObjectstoreStats.d.ts +1 -1
  80. package/dist/es/models/objects/v4/stats/ObjectstoreStats.js +3 -3
  81. package/dist/es/models/objects/v4/stats/TimeFloatValuePair.d.ts +1 -1
  82. package/dist/es/models/objects/v4/stats/TimeFloatValuePair.js +3 -3
  83. package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
  84. package/dist/es/models/prism/v4/config/TaskReference.js +4 -4
  85. package/dist/es/models/validation/ValidationError.js +2 -2
  86. package/dist/es/utils/ValidationUtils.js +2 -2
  87. package/dist/lib/ApiClient.d.ts +1 -1
  88. package/dist/lib/ApiClient.js +4 -4
  89. package/dist/lib/Paginable.d.ts +1 -1
  90. package/dist/lib/Paginable.js +3 -3
  91. package/dist/lib/apis/objectstores-endpoints.d.ts +3 -3
  92. package/dist/lib/apis/objectstores-endpoints.js +14 -14
  93. package/dist/lib/apis/stats-endpoints.d.ts +3 -2
  94. package/dist/lib/apis/stats-endpoints.js +6 -6
  95. package/dist/lib/models/common/v1/config/FQDN.d.ts +1 -1
  96. package/dist/lib/models/common/v1/config/FQDN.js +3 -3
  97. package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
  98. package/dist/lib/models/common/v1/config/Flag.js +3 -3
  99. package/dist/lib/models/common/v1/config/IPAddress.d.ts +1 -1
  100. package/dist/lib/models/common/v1/config/IPAddress.js +3 -3
  101. package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
  102. package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
  103. package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
  104. package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
  105. package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
  106. package/dist/lib/models/common/v1/config/KVPair.js +3 -3
  107. package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  108. package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
  109. package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
  110. package/dist/lib/models/common/v1/config/Message.js +3 -3
  111. package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
  112. package/dist/lib/models/common/v1/config/Metadata.d.ts +1 -1
  113. package/dist/lib/models/common/v1/config/Metadata.js +3 -3
  114. package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  115. package/dist/lib/models/common/v1/config/TenantAwareModel.js +3 -3
  116. package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
  117. package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
  118. package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  119. package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
  120. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  121. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  122. package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +2 -2
  123. package/dist/lib/models/common/v1/stats/TimeIntValuePair.d.ts +1 -1
  124. package/dist/lib/models/common/v1/stats/TimeIntValuePair.js +3 -3
  125. package/dist/lib/models/objects/v4/config/Certificate.d.ts +1 -1
  126. package/dist/lib/models/objects/v4/config/Certificate.js +3 -3
  127. package/dist/lib/models/objects/v4/config/CertificateProjection.d.ts +1 -1
  128. package/dist/lib/models/objects/v4/config/CertificateProjection.js +3 -3
  129. package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.d.ts +1 -1
  130. package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.js +3 -3
  131. package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
  132. package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.js +3 -3
  133. package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
  134. package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.js +3 -3
  135. package/dist/lib/models/objects/v4/config/GetCaApiResponse.d.ts +1 -1
  136. package/dist/lib/models/objects/v4/config/GetCaApiResponse.js +3 -3
  137. package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
  138. package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.js +3 -3
  139. package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +1 -1
  140. package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.js +3 -3
  141. package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
  142. package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.js +3 -3
  143. package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
  144. package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.js +3 -3
  145. package/dist/lib/models/objects/v4/config/ObjectStore.d.ts +1 -1
  146. package/dist/lib/models/objects/v4/config/ObjectStore.js +3 -3
  147. package/dist/lib/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -1
  148. package/dist/lib/models/objects/v4/config/ObjectStoreProjection.js +3 -3
  149. package/dist/lib/models/objects/v4/config/State.js +2 -2
  150. package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
  151. package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.js +3 -3
  152. package/dist/lib/models/objects/v4/error/AppMessage.d.ts +1 -1
  153. package/dist/lib/models/objects/v4/error/AppMessage.js +3 -3
  154. package/dist/lib/models/objects/v4/error/ErrorResponse.d.ts +1 -1
  155. package/dist/lib/models/objects/v4/error/ErrorResponse.js +3 -3
  156. package/dist/lib/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
  157. package/dist/lib/models/objects/v4/error/SchemaValidationError.js +3 -3
  158. package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  159. package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.js +3 -3
  160. package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +1 -1
  161. package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +3 -3
  162. package/dist/lib/models/objects/v4/stats/ObjectstoreStats.d.ts +1 -1
  163. package/dist/lib/models/objects/v4/stats/ObjectstoreStats.js +3 -3
  164. package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.d.ts +1 -1
  165. package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.js +3 -3
  166. package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
  167. package/dist/lib/models/prism/v4/config/TaskReference.js +4 -4
  168. package/dist/lib/models/validation/ValidationError.js +2 -2
  169. package/dist/lib/utils/ValidationUtils.js +2 -2
  170. package/package.json +1 -1
@@ -14,11 +14,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
14
14
  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"); } /*
15
15
  * Nutanix Objects Storage Management APIs
16
16
  *
17
- * OpenAPI spec version: 4.0.2
17
+ * OpenAPI spec version: 4.0.3
18
18
  *
19
19
  * NOTE: This class is auto generated by the Open API Dev Platform.
20
20
  *
21
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
21
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
22
22
  *
23
23
  * Do not edit the class manually.
24
24
  *
@@ -26,7 +26,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
26
26
  /**
27
27
  * The AppMessage model module.
28
28
  * @module Ntnx/AppMessage
29
- * @version 4.0.2
29
+ * @version 4.0.3
30
30
  * @class AppMessage
31
31
  */
32
32
  var _AppMessage_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ErrorResponse model module.
3
3
  * @module Ntnx/ErrorResponse
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class ErrorResponse
6
6
  */
7
7
  export default class ErrorResponse {
@@ -15,11 +15,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
15
15
  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"); } /*
16
16
  * Nutanix Objects Storage Management APIs
17
17
  *
18
- * OpenAPI spec version: 4.0.2
18
+ * OpenAPI spec version: 4.0.3
19
19
  *
20
20
  * NOTE: This class is auto generated by the Open API Dev Platform.
21
21
  *
22
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
22
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
23
23
  *
24
24
  * Do not edit the class manually.
25
25
  *
@@ -27,7 +27,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
27
27
  /**
28
28
  * The ErrorResponse model module.
29
29
  * @module Ntnx/ErrorResponse
30
- * @version 4.0.2
30
+ * @version 4.0.3
31
31
  * @class ErrorResponse
32
32
  */
33
33
  var _ErrorResponse_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The SchemaValidationError model module.
3
3
  * @module Ntnx/SchemaValidationError
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class SchemaValidationError
6
6
  */
7
7
  export default class SchemaValidationError {
@@ -14,11 +14,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
14
14
  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"); } /*
15
15
  * Nutanix Objects Storage Management APIs
16
16
  *
17
- * OpenAPI spec version: 4.0.2
17
+ * OpenAPI spec version: 4.0.3
18
18
  *
19
19
  * NOTE: This class is auto generated by the Open API Dev Platform.
20
20
  *
21
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
21
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
22
22
  *
23
23
  * Do not edit the class manually.
24
24
  *
@@ -26,7 +26,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
26
26
  /**
27
27
  * The SchemaValidationError model module.
28
28
  * @module Ntnx/SchemaValidationError
29
- * @version 4.0.2
29
+ * @version 4.0.3
30
30
  * @class SchemaValidationError
31
31
  */
32
32
  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.2
4
+ * @version 4.0.3
5
5
  * @class SchemaValidationErrorMessage
6
6
  */
7
7
  export default class SchemaValidationErrorMessage {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Objects Storage Management APIs
14
14
  *
15
- * OpenAPI spec version: 4.0.2
15
+ * OpenAPI spec version: 4.0.3
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The SchemaValidationErrorMessage model module.
26
26
  * @module Ntnx/SchemaValidationErrorMessage
27
- * @version 4.0.2
27
+ * @version 4.0.3
28
28
  * @class SchemaValidationErrorMessage
29
29
  */
30
30
  var _SchemaValidationErrorMessage_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The GetObjectstoreStatsApiResponse model module.
3
3
  * @module Ntnx/GetObjectstoreStatsApiResponse
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class GetObjectstoreStatsApiResponse
6
6
  */
7
7
  export default class GetObjectstoreStatsApiResponse extends Paginable {
@@ -17,11 +17,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
17
17
  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"); } /*
18
18
  * Nutanix Objects Storage Management APIs
19
19
  *
20
- * OpenAPI spec version: 4.0.2
20
+ * OpenAPI spec version: 4.0.3
21
21
  *
22
22
  * NOTE: This class is auto generated by the Open API Dev Platform.
23
23
  *
24
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
24
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
25
25
  *
26
26
  * Do not edit the class manually.
27
27
  *
@@ -29,7 +29,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
29
29
  /**
30
30
  * The GetObjectstoreStatsApiResponse model module.
31
31
  * @module Ntnx/GetObjectstoreStatsApiResponse
32
- * @version 4.0.2
32
+ * @version 4.0.3
33
33
  * @class GetObjectstoreStatsApiResponse
34
34
  */
35
35
  var _GetObjectstoreStatsApiResponse_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ObjectstoreStats model module.
3
3
  * @module Ntnx/ObjectstoreStats
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class ObjectstoreStats
6
6
  * @extends ExternalizableAbstractModel
7
7
  */
@@ -17,11 +17,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
17
17
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
18
18
  * Nutanix Objects Storage Management APIs
19
19
  *
20
- * OpenAPI spec version: 4.0.2
20
+ * OpenAPI spec version: 4.0.3
21
21
  *
22
22
  * NOTE: This class is auto generated by the Open API Dev Platform.
23
23
  *
24
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
24
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
25
25
  *
26
26
  * Do not edit the class manually.
27
27
  *
@@ -29,7 +29,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
29
29
  /**
30
30
  * The ObjectstoreStats model module.
31
31
  * @module Ntnx/ObjectstoreStats
32
- * @version 4.0.2
32
+ * @version 4.0.3
33
33
  * @class ObjectstoreStats
34
34
  * @extends ExternalizableAbstractModel
35
35
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The TimeFloatValuePair model module.
3
3
  * @module Ntnx/TimeFloatValuePair
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class TimeFloatValuePair
6
6
  */
7
7
  export default class TimeFloatValuePair {
@@ -13,11 +13,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
13
13
  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"); } /*
14
14
  * Nutanix Objects Storage Management APIs
15
15
  *
16
- * OpenAPI spec version: 4.0.2
16
+ * OpenAPI spec version: 4.0.3
17
17
  *
18
18
  * NOTE: This class is auto generated by the Open API Dev Platform.
19
19
  *
20
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
20
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
21
21
  *
22
22
  * Do not edit the class manually.
23
23
  *
@@ -25,7 +25,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
25
25
  /**
26
26
  * The TimeFloatValuePair model module.
27
27
  * @module Ntnx/TimeFloatValuePair
28
- * @version 4.0.2
28
+ * @version 4.0.3
29
29
  * @class TimeFloatValuePair
30
30
  */
31
31
  var _TimeFloatValuePair_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The TaskReference model module.
3
3
  * @module Ntnx/TaskReference
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class TaskReference
6
6
  */
7
7
  export default class TaskReference {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Objects Storage Management APIs
14
14
  *
15
- * OpenAPI spec version: 4.0.2
15
+ * OpenAPI spec version: 4.0.3
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The TaskReference model module.
26
26
  * @module Ntnx/TaskReference
27
- * @version 4.0.2
27
+ * @version 4.0.3
28
28
  * @class TaskReference
29
29
  */
30
30
  var _TaskReference_brand = /*#__PURE__*/new WeakSet();
@@ -45,7 +45,7 @@ class TaskReference {
45
45
  this.$objectType = "prism.v4.config.TaskReference";
46
46
  /** @type {object<string, any>} */
47
47
  this.$reserved = {
48
- '$fv': "v4.r2"
48
+ '$fv': "v4.r3"
49
49
  };
50
50
  /** @type {object<string, any>} */
51
51
  this.$unknownFields = {};
@@ -7,11 +7,11 @@ exports.default = void 0;
7
7
  /*
8
8
  * Nutanix Objects Storage Management APIs
9
9
  *
10
- * OpenAPI spec version: 4.0.2
10
+ * OpenAPI spec version: 4.0.3
11
11
  *
12
12
  * NOTE: This class is auto generated by the Open API Dev Platform.
13
13
  *
14
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
14
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
15
15
  *
16
16
  * Do not edit the class manually.
17
17
  *
@@ -7,11 +7,11 @@ exports.default = void 0;
7
7
  /*
8
8
  * Nutanix Objects Storage Management APIs
9
9
  *
10
- * OpenAPI spec version: 4.0.2
10
+ * OpenAPI spec version: 4.0.3
11
11
  *
12
12
  * NOTE: This class is auto generated by the Open API Dev Platform.
13
13
  *
14
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
14
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
15
15
  *
16
16
  * Do not edit the class manually.
17
17
  *
@@ -3,7 +3,7 @@
3
3
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
4
4
  * contents of this file should be regarded as internal but are documented for completeness.
5
5
  * @module ApiClient
6
- * @version 4.0.2
6
+ * @version 4.0.3
7
7
  */
8
8
  export class ApiClient {
9
9
  /**
@@ -24,11 +24,11 @@ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a),
24
24
  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"); } /*
25
25
  * Nutanix Objects Storage Management APIs
26
26
  *
27
- * OpenAPI spec version: 4.0.2
27
+ * OpenAPI spec version: 4.0.3
28
28
  *
29
29
  * NOTE: This class is auto generated by the Open API Dev Platform.
30
30
  *
31
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
31
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
32
32
  *
33
33
  * Do not edit the class manually.
34
34
  *
@@ -39,7 +39,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
39
39
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
40
40
  * contents of this file should be regarded as internal but are documented for completeness.
41
41
  * @module ApiClient
42
- * @version 4.0.2
42
+ * @version 4.0.3
43
43
  */
44
44
  var _protocol = /*#__PURE__*/new WeakMap();
45
45
  var _cookie = /*#__PURE__*/new WeakMap();
@@ -622,7 +622,7 @@ class ApiClient {
622
622
  if (!isBrowser) {
623
623
  this.downloadDestination = '.';
624
624
  request.set(_assertClassBrand(_ApiClient_brand, this, _normalizeParams).call(this, {
625
- 'User-Agent': 'Nutanix-objects-js-client/4.0.2'
625
+ 'User-Agent': 'Nutanix-objects-js-client/4.0.3'
626
626
  }));
627
627
  }
628
628
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * A model that represents a paginable response from a list endpoint.
3
3
  * @module Paginable
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  */
6
6
  export default class Paginable {
7
7
  /**
@@ -8,11 +8,11 @@ var _ApiClient = require("./ApiClient");
8
8
  /*
9
9
  * Nutanix Objects Storage Management APIs
10
10
  *
11
- * OpenAPI spec version: 4.0.2
11
+ * OpenAPI spec version: 4.0.3
12
12
  *
13
13
  * NOTE: This class is auto generated by the Open API Dev Platform.
14
14
  *
15
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
15
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
16
16
  *
17
17
  * Do not edit the class manually.
18
18
  *
@@ -21,7 +21,7 @@ var _ApiClient = require("./ApiClient");
21
21
  /**
22
22
  * A model that represents a paginable response from a list endpoint.
23
23
  * @module Paginable
24
- * @version 4.0.2
24
+ * @version 4.0.3
25
25
  */
26
26
  class Paginable {
27
27
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * ObjectStores service.
3
- * @version 4.0.2
3
+ * @version 4.0.3
4
4
  * @class ObjectStoresApi
5
5
  */
6
6
  export class ObjectStoresApi {
@@ -79,7 +79,7 @@ export class ObjectStoresApi {
79
79
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
80
80
 
81
81
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
82
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
82
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
83
83
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
84
84
  * @param {Object} args Additional Arguments
85
85
  * @return {Promise<ListCertificatesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCertificatesApiResponse } and HTTP response
@@ -99,7 +99,7 @@ export class ObjectStoresApi {
99
99
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
100
100
 
101
101
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
102
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
102
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
103
103
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
104
104
  * @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
105
105
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
@@ -20,11 +20,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
20
20
  /*
21
21
  * Nutanix Objects Storage Management APIs
22
22
  *
23
- * OpenAPI spec version: 4.0.2
23
+ * OpenAPI spec version: 4.0.3
24
24
  *
25
25
  * NOTE: This class is auto generated by the Open API Dev Platform.
26
26
  *
27
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
27
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
28
28
  *
29
29
  * Do not edit the class manually.
30
30
  *
@@ -32,7 +32,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
32
32
 
33
33
  /**
34
34
  * ObjectStores service.
35
- * @version 4.0.2
35
+ * @version 4.0.3
36
36
  * @class ObjectStoresApi
37
37
  */
38
38
  class ObjectStoresApi {
@@ -126,7 +126,7 @@ class ObjectStoresApi {
126
126
  };
127
127
  const formParams = {};
128
128
  _ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
129
- const authNames = ['basicAuthScheme'];
129
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
130
130
  const contentTypes = ['application/octet-stream'];
131
131
  const accepts = ['application/json'];
132
132
  const returnType = _CreateCertificateApiResponse.default;
@@ -165,7 +165,7 @@ class ObjectStoresApi {
165
165
  };
166
166
  const formParams = {};
167
167
  _ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
168
- const authNames = ['basicAuthScheme'];
168
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
169
169
  const contentTypes = ['application/json'];
170
170
  const accepts = ['application/json'];
171
171
  const returnType = _CreateObjectstoreApiResponse.default;
@@ -200,7 +200,7 @@ class ObjectStoresApi {
200
200
  ...headersToInclude
201
201
  };
202
202
  const formParams = {};
203
- const authNames = ['basicAuthScheme'];
203
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
204
204
  const contentTypes = [];
205
205
  const accepts = ['application/json'];
206
206
  const returnType = _DeleteObjectstoreApiResponse.default;
@@ -241,7 +241,7 @@ class ObjectStoresApi {
241
241
  ...headersToInclude
242
242
  };
243
243
  const formParams = {};
244
- const authNames = ['basicAuthScheme'];
244
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
245
245
  const contentTypes = [];
246
246
  const accepts = ['application/octet-stream', 'application/json'];
247
247
  const returnType = _GetCaApiResponse.default;
@@ -282,7 +282,7 @@ class ObjectStoresApi {
282
282
  ...headersToInclude
283
283
  };
284
284
  const formParams = {};
285
- const authNames = ['basicAuthScheme'];
285
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
286
286
  const contentTypes = [];
287
287
  const accepts = ['application/json'];
288
288
  const returnType = _GetCertificateApiResponse.default;
@@ -317,7 +317,7 @@ class ObjectStoresApi {
317
317
  ...headersToInclude
318
318
  };
319
319
  const formParams = {};
320
- const authNames = ['basicAuthScheme'];
320
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
321
321
  const contentTypes = [];
322
322
  const accepts = ['application/json'];
323
323
  const returnType = _GetObjectstoreApiResponse.default;
@@ -332,7 +332,7 @@ class ObjectStoresApi {
332
332
  * @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
333
333
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
334
334
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
335
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
335
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
336
336
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
337
337
  * @param {Object} args Additional Arguments
338
338
  * @return {Promise<ListCertificatesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCertificatesApiResponse } and HTTP response
@@ -372,7 +372,7 @@ class ObjectStoresApi {
372
372
  ...headersToInclude
373
373
  };
374
374
  const formParams = {};
375
- const authNames = ['basicAuthScheme'];
375
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
376
376
  const contentTypes = [];
377
377
  const accepts = ['application/json'];
378
378
  const returnType = _ListCertificatesApiResponse.default;
@@ -386,7 +386,7 @@ class ObjectStoresApi {
386
386
  * @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
387
387
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
388
388
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
389
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
389
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
390
390
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
391
391
  * @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
392
392
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
@@ -428,7 +428,7 @@ class ObjectStoresApi {
428
428
  ...headersToInclude
429
429
  };
430
430
  const formParams = {};
431
- const authNames = ['basicAuthScheme'];
431
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
432
432
  const contentTypes = [];
433
433
  const accepts = ['application/json'];
434
434
  const returnType = _ListObjectstoresApiResponse.default;
@@ -474,7 +474,7 @@ class ObjectStoresApi {
474
474
  };
475
475
  const formParams = {};
476
476
  _ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
477
- const authNames = ['basicAuthScheme'];
477
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
478
478
  const contentTypes = ['application/json'];
479
479
  const accepts = ['application/json'];
480
480
  const returnType = _UpdateObjectstoreApiResponse.default;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Stats service.
3
- * @version 4.0.2
3
+ * @version 4.0.3
4
4
  * @class StatsApi
5
5
  */
6
6
  export class StatsApi {
@@ -29,7 +29,8 @@ export class StatsApi {
29
29
  * @param {Object} opts Optional parameters defined for the operation
30
30
  * @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
31
31
 
32
- * @param { DownSamplingOperator } opts.$statType
32
+ * @param { DownSamplingOperator } opts.$statType The operator to use while performing down-sampling on stats data. Allowed values are SUM, MIN, MAX, AVG, COUNT and LAST.
33
+
33
34
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
34
35
  * @param {Object} args Additional Arguments
35
36
  * @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  /*
12
12
  * Nutanix Objects Storage Management APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.2
14
+ * OpenAPI spec version: 4.0.3
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: 17.5.0.10128-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
23
23
 
24
24
  /**
25
25
  * Stats service.
26
- * @version 4.0.2
26
+ * @version 4.0.3
27
27
  * @class StatsApi
28
28
  */
29
29
  class StatsApi {
@@ -61,8 +61,8 @@ class StatsApi {
61
61
  * @param { Date } $endTime The end time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, end time of 2022-04-23T013:23:45.678+09:00 would consider all stats till 13:23:45 .678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
62
62
  * @param {Object} opts Optional parameters defined for the operation
63
63
  * @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
64
- * @param { DownSamplingOperator } opts.$statType
65
- * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
64
+ * @param { DownSamplingOperator } opts.$statType The operator to use while performing down-sampling on stats data. Allowed values are SUM, MIN, MAX, AVG, COUNT and LAST.
65
+ * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
66
66
  * @param {Object} args Additional Arguments
67
67
  * @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
68
68
  */
@@ -112,7 +112,7 @@ class StatsApi {
112
112
  ...headersToInclude
113
113
  };
114
114
  const formParams = {};
115
- const authNames = ['basicAuthScheme'];
115
+ const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
116
116
  const contentTypes = [];
117
117
  const accepts = ['application/json'];
118
118
  const returnType = _GetObjectstoreStatsApiResponse.default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The FQDN model module.
3
3
  * @module Ntnx/FQDN
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class FQDN
6
6
  */
7
7
  export default class FQDN {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Objects Storage Management APIs
14
14
  *
15
- * OpenAPI spec version: 4.0.2
15
+ * OpenAPI spec version: 4.0.3
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The FQDN model module.
26
26
  * @module Ntnx/FQDN
27
- * @version 4.0.2
27
+ * @version 4.0.3
28
28
  * @class FQDN
29
29
  */
30
30
  var _FQDN_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Flag model module.
3
3
  * @module Ntnx/Flag
4
- * @version 4.0.2
4
+ * @version 4.0.3
5
5
  * @class Flag
6
6
  */
7
7
  export default class Flag {