@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.
- package/README.md +3 -3
- package/dist/Ntnx-Objects-js-client-prod.js +1 -1
- package/dist/Ntnx-Objects-js-client.js +60 -60
- package/dist/es/ApiClient.d.ts +1 -1
- package/dist/es/ApiClient.js +4 -4
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +3 -3
- package/dist/es/apis/objectstores-endpoints.d.ts +3 -3
- package/dist/es/apis/objectstores-endpoints.js +14 -14
- package/dist/es/apis/stats-endpoints.d.ts +3 -2
- package/dist/es/apis/stats-endpoints.js +6 -6
- package/dist/es/models/common/v1/config/FQDN.d.ts +1 -1
- package/dist/es/models/common/v1/config/FQDN.js +3 -3
- package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/es/models/common/v1/config/Flag.js +3 -3
- package/dist/es/models/common/v1/config/IPAddress.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPAddress.js +3 -3
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/es/models/common/v1/config/KVPair.js +3 -3
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/es/models/common/v1/config/Message.d.ts +1 -1
- package/dist/es/models/common/v1/config/Message.js +3 -3
- package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/es/models/common/v1/config/Metadata.d.ts +1 -1
- package/dist/es/models/common/v1/config/Metadata.js +3 -3
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/es/models/common/v1/config/TenantAwareModel.js +3 -3
- package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiLink.js +3 -3
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
- package/dist/es/models/common/v1/stats/DownSamplingOperator.js +2 -2
- package/dist/es/models/common/v1/stats/TimeIntValuePair.d.ts +1 -1
- package/dist/es/models/common/v1/stats/TimeIntValuePair.js +3 -3
- package/dist/es/models/objects/v4/config/Certificate.d.ts +1 -1
- package/dist/es/models/objects/v4/config/Certificate.js +3 -3
- package/dist/es/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CertificateProjection.js +3 -3
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/GetCaApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/GetCaApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/ObjectStore.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ObjectStore.js +3 -3
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.js +3 -3
- package/dist/es/models/objects/v4/config/State.js +2 -2
- package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/error/AppMessage.d.ts +1 -1
- package/dist/es/models/objects/v4/error/AppMessage.js +3 -3
- package/dist/es/models/objects/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/error/ErrorResponse.js +3 -3
- package/dist/es/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/objects/v4/error/SchemaValidationError.js +3 -3
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +3 -3
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.d.ts +1 -1
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.js +3 -3
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.d.ts +1 -1
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.js +3 -3
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/es/models/prism/v4/config/TaskReference.js +4 -4
- package/dist/es/models/validation/ValidationError.js +2 -2
- package/dist/es/utils/ValidationUtils.js +2 -2
- package/dist/lib/ApiClient.d.ts +1 -1
- package/dist/lib/ApiClient.js +4 -4
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +3 -3
- package/dist/lib/apis/objectstores-endpoints.d.ts +3 -3
- package/dist/lib/apis/objectstores-endpoints.js +14 -14
- package/dist/lib/apis/stats-endpoints.d.ts +3 -2
- package/dist/lib/apis/stats-endpoints.js +6 -6
- package/dist/lib/models/common/v1/config/FQDN.d.ts +1 -1
- package/dist/lib/models/common/v1/config/FQDN.js +3 -3
- package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Flag.js +3 -3
- package/dist/lib/models/common/v1/config/IPAddress.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPAddress.js +3 -3
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/lib/models/common/v1/config/KVPair.js +3 -3
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Message.js +3 -3
- package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/lib/models/common/v1/config/Metadata.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Metadata.js +3 -3
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +3 -3
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +2 -2
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.d.ts +1 -1
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.js +3 -3
- package/dist/lib/models/objects/v4/config/Certificate.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/Certificate.js +3 -3
- package/dist/lib/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CertificateProjection.js +3 -3
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/ObjectStore.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ObjectStore.js +3 -3
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.js +3 -3
- package/dist/lib/models/objects/v4/config/State.js +2 -2
- package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/error/AppMessage.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/AppMessage.js +3 -3
- package/dist/lib/models/objects/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/ErrorResponse.js +3 -3
- package/dist/lib/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/SchemaValidationError.js +3 -3
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.d.ts +1 -1
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.js +3 -3
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.d.ts +1 -1
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.js +3 -3
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/lib/models/prism/v4/config/TaskReference.js +4 -4
- package/dist/lib/models/validation/ValidationError.js +2 -2
- package/dist/lib/utils/ValidationUtils.js +2 -2
- package/package.json +1 -1
|
@@ -16,11 +16,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
16
16
|
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"); } /*
|
|
17
17
|
* Nutanix Objects Storage Management APIs
|
|
18
18
|
*
|
|
19
|
-
* OpenAPI spec version: 4.0.
|
|
19
|
+
* OpenAPI spec version: 4.0.3
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
22
22
|
*
|
|
23
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
23
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
24
24
|
*
|
|
25
25
|
* Do not edit the class manually.
|
|
26
26
|
*
|
|
@@ -28,7 +28,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
28
28
|
/**
|
|
29
29
|
* The GetCaApiResponse model module.
|
|
30
30
|
* @module Ntnx/GetCaApiResponse
|
|
31
|
-
* @version 4.0.
|
|
31
|
+
* @version 4.0.3
|
|
32
32
|
* @class GetCaApiResponse
|
|
33
33
|
*/
|
|
34
34
|
var _GetCaApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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 GetCertificateApiResponse model module.
|
|
31
31
|
* @module Ntnx/GetCertificateApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class GetCertificateApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _GetCertificateApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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 GetObjectstoreApiResponse model module.
|
|
31
31
|
* @module Ntnx/GetObjectstoreApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class GetObjectstoreApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _GetObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -18,11 +18,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
18
18
|
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"); } /*
|
|
19
19
|
* Nutanix Objects Storage Management APIs
|
|
20
20
|
*
|
|
21
|
-
* OpenAPI spec version: 4.0.
|
|
21
|
+
* OpenAPI spec version: 4.0.3
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
24
24
|
*
|
|
25
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
25
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
26
26
|
*
|
|
27
27
|
* Do not edit the class manually.
|
|
28
28
|
*
|
|
@@ -30,7 +30,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
30
30
|
/**
|
|
31
31
|
* The ListCertificatesApiResponse model module.
|
|
32
32
|
* @module Ntnx/ListCertificatesApiResponse
|
|
33
|
-
* @version 4.0.
|
|
33
|
+
* @version 4.0.3
|
|
34
34
|
* @class ListCertificatesApiResponse
|
|
35
35
|
*/
|
|
36
36
|
var _ListCertificatesApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -18,11 +18,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
18
18
|
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"); } /*
|
|
19
19
|
* Nutanix Objects Storage Management APIs
|
|
20
20
|
*
|
|
21
|
-
* OpenAPI spec version: 4.0.
|
|
21
|
+
* OpenAPI spec version: 4.0.3
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
24
24
|
*
|
|
25
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
25
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
26
26
|
*
|
|
27
27
|
* Do not edit the class manually.
|
|
28
28
|
*
|
|
@@ -30,7 +30,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
30
30
|
/**
|
|
31
31
|
* The ListObjectstoresApiResponse model module.
|
|
32
32
|
* @module Ntnx/ListObjectstoresApiResponse
|
|
33
|
-
* @version 4.0.
|
|
33
|
+
* @version 4.0.3
|
|
34
34
|
* @class ListObjectstoresApiResponse
|
|
35
35
|
*/
|
|
36
36
|
var _ListObjectstoresApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -19,11 +19,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
19
19
|
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"); } /*
|
|
20
20
|
* Nutanix Objects Storage Management APIs
|
|
21
21
|
*
|
|
22
|
-
* OpenAPI spec version: 4.0.
|
|
22
|
+
* OpenAPI spec version: 4.0.3
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
25
25
|
*
|
|
26
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
26
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
27
27
|
*
|
|
28
28
|
* Do not edit the class manually.
|
|
29
29
|
*
|
|
@@ -31,7 +31,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
31
31
|
/**
|
|
32
32
|
* The ObjectStore model module.
|
|
33
33
|
* @module Ntnx/ObjectStore
|
|
34
|
-
* @version 4.0.
|
|
34
|
+
* @version 4.0.3
|
|
35
35
|
* @class ObjectStore
|
|
36
36
|
* @extends ExternalizableAbstractModel
|
|
37
37
|
*
|
|
@@ -20,11 +20,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
20
20
|
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"); } /*
|
|
21
21
|
* Nutanix Objects Storage Management APIs
|
|
22
22
|
*
|
|
23
|
-
* OpenAPI spec version: 4.0.
|
|
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.
|
|
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 _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
32
32
|
/**
|
|
33
33
|
* The ObjectStoreProjection model module.
|
|
34
34
|
* @module Ntnx/ObjectStoreProjection
|
|
35
|
-
* @version 4.0.
|
|
35
|
+
* @version 4.0.3
|
|
36
36
|
* @class ObjectStoreProjection
|
|
37
37
|
* @extends ObjectStore
|
|
38
38
|
*
|
|
@@ -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.
|
|
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.
|
|
18
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
19
19
|
*
|
|
20
20
|
* Do not edit the class manually.
|
|
21
21
|
*
|
|
@@ -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.
|
|
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.
|
|
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 UpdateObjectstoreApiResponse model module.
|
|
31
31
|
* @module Ntnx/UpdateObjectstoreApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class UpdateObjectstoreApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _UpdateObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
29
|
+
* @version 4.0.3
|
|
30
30
|
* @class AppMessage
|
|
31
31
|
*/
|
|
32
32
|
var _AppMessage_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
30
|
+
* @version 4.0.3
|
|
31
31
|
* @class ErrorResponse
|
|
32
32
|
*/
|
|
33
33
|
var _ErrorResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
29
|
+
* @version 4.0.3
|
|
30
30
|
* @class SchemaValidationError
|
|
31
31
|
*/
|
|
32
32
|
var _SchemaValidationError_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class SchemaValidationErrorMessage
|
|
29
29
|
*/
|
|
30
30
|
var _SchemaValidationErrorMessage_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class GetObjectstoreStatsApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _GetObjectstoreStatsApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class ObjectstoreStats
|
|
34
34
|
* @extends ExternalizableAbstractModel
|
|
35
35
|
*/
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
28
|
+
* @version 4.0.3
|
|
29
29
|
* @class TimeFloatValuePair
|
|
30
30
|
*/
|
|
31
31
|
var _TimeFloatValuePair_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
14
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
15
15
|
*
|
|
16
16
|
* Do not edit the class manually.
|
|
17
17
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nutanix-scratch/objects-js-client",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "The Javascript client for Nutanix Objects Storage Management APIs is designed for Javascript client application developers offering them simple and flexible access to APIs that manage Petabytes of Unstructured and Machine-generated data using a software-defined Object Store Service.",
|
|
5
5
|
"license": "SEE LICENSE AT LICENSE.md",
|
|
6
6
|
"main": "dist/lib/index.js",
|