@nutanix-scratch/multidomain-js-client 4.2.1
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/LICENSE.txt +202 -0
- package/README.md +224 -0
- package/dist/Ntnx-Multidomain-js-client-prod.js +1 -0
- package/dist/Ntnx-Multidomain-js-client.js +713 -0
- package/dist/es/ApiClient.d.ts +194 -0
- package/dist/es/ApiClient.js +1449 -0
- package/dist/es/Paginable.d.ts +95 -0
- package/dist/es/Paginable.js +248 -0
- package/dist/es/apis/externalrepositories-endpoints.d.ts +84 -0
- package/dist/es/apis/externalrepositories-endpoints.js +267 -0
- package/dist/es/index.d.ts +60 -0
- package/dist/es/index.js +236 -0
- package/dist/es/models/common/v1/config/FQDN.d.ts +47 -0
- package/dist/es/models/common/v1/config/FQDN.js +238 -0
- package/dist/es/models/common/v1/config/Flag.d.ts +58 -0
- package/dist/es/models/common/v1/config/Flag.js +278 -0
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.d.ts +70 -0
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.js +313 -0
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +70 -0
- package/dist/es/models/common/v1/config/IPv4Address.js +288 -0
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +70 -0
- package/dist/es/models/common/v1/config/IPv6Address.js +288 -0
- package/dist/es/models/common/v1/config/KVPair.d.ts +65 -0
- package/dist/es/models/common/v1/config/KVPair.js +333 -0
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +53 -0
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +236 -0
- package/dist/es/models/common/v1/config/Message.d.ts +79 -0
- package/dist/es/models/common/v1/config/Message.js +341 -0
- package/dist/es/models/common/v1/config/MessageSeverity.d.ts +19 -0
- package/dist/es/models/common/v1/config/MessageSeverity.js +89 -0
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +47 -0
- package/dist/es/models/common/v1/config/TenantAwareModel.js +235 -0
- package/dist/es/models/common/v1/response/ApiLink.d.ts +58 -0
- package/dist/es/models/common/v1/response/ApiLink.js +271 -0
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +95 -0
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +419 -0
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +34 -0
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +262 -0
- package/dist/es/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/config/ExternalRepository.d.ts +59 -0
- package/dist/es/models/multidomain/v4/config/ExternalRepository.js +328 -0
- package/dist/es/models/multidomain/v4/config/GetExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/GetExternalRepositoryApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.js +310 -0
- package/dist/es/models/multidomain/v4/config/NFSServerAddress.d.ts +71 -0
- package/dist/es/models/multidomain/v4/config/NFSServerAddress.js +279 -0
- package/dist/es/models/multidomain/v4/config/NfsRepository.d.ts +73 -0
- package/dist/es/models/multidomain/v4/config/NfsRepository.js +299 -0
- package/dist/es/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/error/AppMessage.d.ts +107 -0
- package/dist/es/models/multidomain/v4/error/AppMessage.js +415 -0
- package/dist/es/models/multidomain/v4/error/ErrorResponse.d.ts +47 -0
- package/dist/es/models/multidomain/v4/error/ErrorResponse.js +277 -0
- package/dist/es/models/multidomain/v4/error/SchemaValidationError.d.ts +92 -0
- package/dist/es/models/multidomain/v4/error/SchemaValidationError.js +389 -0
- package/dist/es/models/multidomain/v4/error/SchemaValidationErrorMessage.d.ts +69 -0
- package/dist/es/models/multidomain/v4/error/SchemaValidationErrorMessage.js +307 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +47 -0
- package/dist/es/models/prism/v4/config/TaskReference.js +242 -0
- package/dist/es/models/validation/ValidationError.d.ts +13 -0
- package/dist/es/models/validation/ValidationError.js +44 -0
- package/dist/es/models/validation/ValidationScopes.d.ts +9 -0
- package/dist/es/models/validation/ValidationScopes.js +38 -0
- package/dist/es/utils/ValidationUtils.d.ts +13 -0
- package/dist/es/utils/ValidationUtils.js +55 -0
- package/dist/lib/ApiClient.d.ts +194 -0
- package/dist/lib/ApiClient.js +1449 -0
- package/dist/lib/Paginable.d.ts +95 -0
- package/dist/lib/Paginable.js +248 -0
- package/dist/lib/apis/externalrepositories-endpoints.d.ts +84 -0
- package/dist/lib/apis/externalrepositories-endpoints.js +267 -0
- package/dist/lib/index.d.ts +60 -0
- package/dist/lib/index.js +236 -0
- package/dist/lib/models/common/v1/config/FQDN.d.ts +47 -0
- package/dist/lib/models/common/v1/config/FQDN.js +238 -0
- package/dist/lib/models/common/v1/config/Flag.d.ts +58 -0
- package/dist/lib/models/common/v1/config/Flag.js +278 -0
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.d.ts +70 -0
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.js +313 -0
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +70 -0
- package/dist/lib/models/common/v1/config/IPv4Address.js +288 -0
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +70 -0
- package/dist/lib/models/common/v1/config/IPv6Address.js +288 -0
- package/dist/lib/models/common/v1/config/KVPair.d.ts +65 -0
- package/dist/lib/models/common/v1/config/KVPair.js +333 -0
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +53 -0
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +236 -0
- package/dist/lib/models/common/v1/config/Message.d.ts +79 -0
- package/dist/lib/models/common/v1/config/Message.js +341 -0
- package/dist/lib/models/common/v1/config/MessageSeverity.d.ts +19 -0
- package/dist/lib/models/common/v1/config/MessageSeverity.js +89 -0
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +47 -0
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +235 -0
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +58 -0
- package/dist/lib/models/common/v1/response/ApiLink.js +271 -0
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +95 -0
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +419 -0
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +34 -0
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +262 -0
- package/dist/lib/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/config/ExternalRepository.d.ts +59 -0
- package/dist/lib/models/multidomain/v4/config/ExternalRepository.js +328 -0
- package/dist/lib/models/multidomain/v4/config/GetExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/GetExternalRepositoryApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.js +310 -0
- package/dist/lib/models/multidomain/v4/config/NFSServerAddress.d.ts +71 -0
- package/dist/lib/models/multidomain/v4/config/NFSServerAddress.js +279 -0
- package/dist/lib/models/multidomain/v4/config/NfsRepository.d.ts +73 -0
- package/dist/lib/models/multidomain/v4/config/NfsRepository.js +299 -0
- package/dist/lib/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/error/AppMessage.d.ts +107 -0
- package/dist/lib/models/multidomain/v4/error/AppMessage.js +415 -0
- package/dist/lib/models/multidomain/v4/error/ErrorResponse.d.ts +47 -0
- package/dist/lib/models/multidomain/v4/error/ErrorResponse.js +277 -0
- package/dist/lib/models/multidomain/v4/error/SchemaValidationError.d.ts +92 -0
- package/dist/lib/models/multidomain/v4/error/SchemaValidationError.js +389 -0
- package/dist/lib/models/multidomain/v4/error/SchemaValidationErrorMessage.d.ts +69 -0
- package/dist/lib/models/multidomain/v4/error/SchemaValidationErrorMessage.js +307 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +47 -0
- package/dist/lib/models/prism/v4/config/TaskReference.js +242 -0
- package/dist/lib/models/validation/ValidationError.d.ts +13 -0
- package/dist/lib/models/validation/ValidationError.js +44 -0
- package/dist/lib/models/validation/ValidationScopes.d.ts +9 -0
- package/dist/lib/models/validation/ValidationScopes.js +38 -0
- package/dist/lib/utils/ValidationUtils.d.ts +13 -0
- package/dist/lib/utils/ValidationUtils.js +55 -0
- package/package.json +53 -0
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _ApiResponseMetadata = _interopRequireDefault(require("../../../common/v1/response/ApiResponseMetadata"));
|
|
8
|
+
var _ErrorResponse = _interopRequireDefault(require("../error/ErrorResponse"));
|
|
9
|
+
var _TaskReference = _interopRequireDefault(require("../../../prism/v4/config/TaskReference"));
|
|
10
|
+
var _ValidationScopes = _interopRequireDefault(require("../../../validation/ValidationScopes"));
|
|
11
|
+
var _ValidationUtils = _interopRequireDefault(require("../../../../utils/ValidationUtils"));
|
|
12
|
+
var _ValidationError = _interopRequireDefault(require("../../../validation/ValidationError"));
|
|
13
|
+
var _Paginable = _interopRequireDefault(require("../../../../Paginable"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
|
|
16
|
+
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
|
|
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
|
+
* Nutanix Multidomain Versioned APIs
|
|
19
|
+
*
|
|
20
|
+
* OpenAPI spec version: 4.2.1
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
23
|
+
*
|
|
24
|
+
* Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
|
|
25
|
+
*
|
|
26
|
+
* Do not edit the class manually.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* The UpdateExternalRepositoryApiResponse model module.
|
|
31
|
+
* @module Ntnx/UpdateExternalRepositoryApiResponse
|
|
32
|
+
* @version 4.2.1
|
|
33
|
+
* @class UpdateExternalRepositoryApiResponse
|
|
34
|
+
*/
|
|
35
|
+
var _UpdateExternalRepositoryApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
36
|
+
class UpdateExternalRepositoryApiResponse extends _Paginable.default {
|
|
37
|
+
/**
|
|
38
|
+
* Constructs a new <code>UpdateExternalRepositoryApiResponse</code>.
|
|
39
|
+
* REST response for all response codes in API path /multidomain/v4.2/config/external-repositories/{extId} Put operation
|
|
40
|
+
* @alias module:Ntnx/UpdateExternalRepositoryApiResponse
|
|
41
|
+
*/
|
|
42
|
+
constructor() {
|
|
43
|
+
super();
|
|
44
|
+
/*
|
|
45
|
+
* toJson method for a map type which supports map with primitive keys and values of object types
|
|
46
|
+
* @param {Object} obj
|
|
47
|
+
* @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
|
|
48
|
+
* Otherwise, just returns the input object.
|
|
49
|
+
*/
|
|
50
|
+
_classPrivateMethodInitSpec(this, _UpdateExternalRepositoryApiResponse_brand);
|
|
51
|
+
this.$objectType = "multidomain.v4.config.UpdateExternalRepositoryApiResponse";
|
|
52
|
+
/** @type {object<string, any>} */
|
|
53
|
+
this.$reserved = {
|
|
54
|
+
'$fv': "v4.r2"
|
|
55
|
+
};
|
|
56
|
+
/** @type {object<string, any>} */
|
|
57
|
+
this.$unknownFields = {};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Constructs a <code>UpdateExternalRepositoryApiResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
62
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
63
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
64
|
+
* @param {module:Ntnx/UpdateExternalRepositoryApiResponse} obj Optional instance to populate.
|
|
65
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
66
|
+
* @return {module:Ntnx/UpdateExternalRepositoryApiResponse} The populated <code>UpdateExternalRepositoryApiResponse</code> instance.
|
|
67
|
+
*/
|
|
68
|
+
static constructFromObject(data, obj = null, callFromChild = false) {
|
|
69
|
+
let items, item, i, itemArr, discriminator;
|
|
70
|
+
if (data) {
|
|
71
|
+
obj = obj || new UpdateExternalRepositoryApiResponse();
|
|
72
|
+
if (data.hasOwnProperty('metadata')) {
|
|
73
|
+
_Paginable.default.constructFromObject(data['metadata'], obj);
|
|
74
|
+
}
|
|
75
|
+
if (data.hasOwnProperty('metadata') && data.metadata !== null && data.metadata !== undefined) {
|
|
76
|
+
obj.setMetadata(_ApiResponseMetadata.default.constructFromObject(data['metadata']));
|
|
77
|
+
}
|
|
78
|
+
if (data.hasOwnProperty('data') && data.data !== null && data.data !== undefined) {
|
|
79
|
+
if (data['data'].hasOwnProperty('$objectType')) {
|
|
80
|
+
discriminator = data['data']['$objectType'];
|
|
81
|
+
} else {
|
|
82
|
+
discriminator = typeof data['data'];
|
|
83
|
+
}
|
|
84
|
+
switch (discriminator) {
|
|
85
|
+
case 'prism.v4.config.TaskReference':
|
|
86
|
+
obj.setData(_TaskReference.default.constructFromObject(data['data'], undefined));
|
|
87
|
+
break;
|
|
88
|
+
case 'multidomain.v4.error.ErrorResponse':
|
|
89
|
+
obj.setData(_ErrorResponse.default.constructFromObject(data['data'], undefined));
|
|
90
|
+
break;
|
|
91
|
+
default:
|
|
92
|
+
throw "Unknown datatype " + discriminator + " in data";
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
if (data.hasOwnProperty('$reserved')) {
|
|
96
|
+
obj.$reserved = data['$reserved'];
|
|
97
|
+
}
|
|
98
|
+
if (data.hasOwnProperty('$objectType')) {
|
|
99
|
+
obj.$objectType = data['$objectType'];
|
|
100
|
+
}
|
|
101
|
+
if (data.hasOwnProperty('$unknownFields')) {
|
|
102
|
+
obj.$unknownFields = data['$unknownFields'];
|
|
103
|
+
}
|
|
104
|
+
if (!callFromChild) {
|
|
105
|
+
obj.$unknownFields = {
|
|
106
|
+
...data.$unknownFields
|
|
107
|
+
};
|
|
108
|
+
for (const property in data) {
|
|
109
|
+
// Check if the `property` is not already present in `obj` keys, either in snake_case or camelCase,
|
|
110
|
+
// as the model's fields are generated in camelCase, but the server might return snake_case (e.g., due to standards like OIDC).
|
|
111
|
+
// Also, ensure the `property` does not start with '$' and end with 'ItemDiscriminator'.
|
|
112
|
+
// If all conditions are true, add the `property` from `data` to `obj.$unknownFields` as an unknown field.
|
|
113
|
+
if (!Object.keys(obj).includes(property) && !Object.keys(obj).includes(this.snakeToCamel(property)) && !(property[0] === "$" && property.endsWith("ItemDiscriminator"))) {
|
|
114
|
+
obj.$unknownFields[property] = data[property];
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
return obj;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Converts a given snake_case string to camelCase.
|
|
124
|
+
* @param {string} snakeStr - The input string in snake_case format.
|
|
125
|
+
* @returns {string} - The converted string in camelCase format.
|
|
126
|
+
*/
|
|
127
|
+
static snakeToCamel(snakeStr) {
|
|
128
|
+
return snakeStr.replace(/(_\w)/g, match => match[1].toUpperCase());
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @return {ApiResponseMetadata}
|
|
133
|
+
*/
|
|
134
|
+
getMetadata() {
|
|
135
|
+
return this.metadata;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* @param {ApiResponseMetadata} metadata
|
|
140
|
+
*/
|
|
141
|
+
setMetadata(metadata) {
|
|
142
|
+
this.metadata = metadata;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @return {TaskReference | ErrorResponse}
|
|
147
|
+
*/
|
|
148
|
+
getData() {
|
|
149
|
+
return this.data;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @param {TaskReference | ErrorResponse} data
|
|
154
|
+
*/
|
|
155
|
+
setData(data) {
|
|
156
|
+
this.data = data;
|
|
157
|
+
}
|
|
158
|
+
get$Reserved() {
|
|
159
|
+
return this.$reserved;
|
|
160
|
+
}
|
|
161
|
+
get$ObjectType() {
|
|
162
|
+
return this.$objectType;
|
|
163
|
+
}
|
|
164
|
+
get$UnknownFields() {
|
|
165
|
+
return this.$unknownFields;
|
|
166
|
+
}
|
|
167
|
+
toJson(forMutation) {
|
|
168
|
+
if (forMutation === false) {
|
|
169
|
+
return {
|
|
170
|
+
...(typeof this.getMetadata() !== 'undefined' && this.getMetadata() !== null ? {
|
|
171
|
+
'metadata': this.getMetadata().toJson(false)
|
|
172
|
+
} : {}),
|
|
173
|
+
...(typeof this.getData() !== 'undefined' && this.getData() !== null ? {
|
|
174
|
+
'data': typeof this.getData().toJson !== "undefined" ? this.getData().toJson(false) : Array.isArray(this.getData()) ? this.getData().map(item => typeof item.toJson !== "undefined" ? item.toJson(false) : item) : _assertClassBrand(_UpdateExternalRepositoryApiResponse_brand, this, _toJsonMapType).call(this, this.getData(), false)
|
|
175
|
+
} : {}),
|
|
176
|
+
'$reserved': this.get$Reserved(),
|
|
177
|
+
'$objectType': this.get$ObjectType(),
|
|
178
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
179
|
+
'$unknownFields': {}
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
return {
|
|
183
|
+
...(typeof this.getMetadata() !== 'undefined' && this.getMetadata() !== null ? {
|
|
184
|
+
'metadata': this.getMetadata().toJson(false)
|
|
185
|
+
} : {}),
|
|
186
|
+
...(typeof this.getData() !== 'undefined' && this.getData() !== null ? {
|
|
187
|
+
'data': typeof this.getData().toJson !== "undefined" ? this.getData().toJson() : Array.isArray(this.getData()) ? this.getData().map(item => typeof item.toJson !== "undefined" ? item.toJson() : item) : _assertClassBrand(_UpdateExternalRepositoryApiResponse_brand, this, _toJsonMapType).call(this, this.getData())
|
|
188
|
+
} : {}),
|
|
189
|
+
'$reserved': this.get$Reserved(),
|
|
190
|
+
'$objectType': this.get$ObjectType(),
|
|
191
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
192
|
+
'$unknownFields': {}
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
validate(scope, properties) {
|
|
196
|
+
let propList = [];
|
|
197
|
+
if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes.default) {
|
|
198
|
+
//cases validate() and validate(scope)
|
|
199
|
+
propList = [];
|
|
200
|
+
} else if (arguments.length === 1) {
|
|
201
|
+
//case validate(properties)
|
|
202
|
+
propList = arguments[0];
|
|
203
|
+
scope = null;
|
|
204
|
+
} else {
|
|
205
|
+
//case validate(scope, properties)
|
|
206
|
+
propList = arguments[1];
|
|
207
|
+
}
|
|
208
|
+
let res = [];
|
|
209
|
+
let err = null;
|
|
210
|
+
propList.forEach(property => {
|
|
211
|
+
err = this.validateProperty(property, scope);
|
|
212
|
+
if (err) {
|
|
213
|
+
res.push(err);
|
|
214
|
+
}
|
|
215
|
+
});
|
|
216
|
+
return new Promise(function (resolve, reject) {
|
|
217
|
+
if (res.length !== 0) {
|
|
218
|
+
reject(err);
|
|
219
|
+
} else {
|
|
220
|
+
resolve();
|
|
221
|
+
}
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
validateProperty(scope, property) {
|
|
225
|
+
if (property === "metadata") {
|
|
226
|
+
if (typeof this.metadata === 'undefined' || this.metadata === null) {
|
|
227
|
+
return new _ValidationError.default("metadata", "undefined or null");
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
if (property === "data") {
|
|
231
|
+
if (typeof this.data === 'undefined' || this.data === null) {
|
|
232
|
+
return new _ValidationError.default("data", "undefined or null");
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
if (property === "$reserved") {
|
|
236
|
+
if (typeof this.$reserved === 'undefined' || this.$reserved === null) {
|
|
237
|
+
return new _ValidationError.default("$reserved", "undefined or null");
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
if (property === "$objectType") {
|
|
241
|
+
if (typeof this.$objectType === 'undefined' || this.$objectType === null) {
|
|
242
|
+
return new _ValidationError.default("$objectType", "undefined or null");
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
if (property === "$unknownFields") {
|
|
246
|
+
if (typeof this.$unknownFields === 'undefined' || this.$unknownFields === null) {
|
|
247
|
+
return new _ValidationError.default("$unknownFields", "undefined or null");
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
return new _ValidationError.default(property, "no such property exists");
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @memberof UpdateExternalRepositoryApiResponse
|
|
256
|
+
*/
|
|
257
|
+
exports.default = UpdateExternalRepositoryApiResponse;
|
|
258
|
+
function _toJsonMapType(obj, forMutation) {
|
|
259
|
+
if (obj instanceof Map) {
|
|
260
|
+
return Object.fromEntries(Array.from(obj, ([k, v]) => [k, typeof v.toJson !== "undefined" ? v.toJson(forMutation) : v]));
|
|
261
|
+
} else if (typeof obj === 'object' && obj != null && obj.constructor === Object) {
|
|
262
|
+
return Object.fromEntries(Array.from(Object.entries(obj), entry => {
|
|
263
|
+
return [entry[0], typeof entry[1].toJson !== "undefined" ? entry[1].toJson(forMutation) : entry[1]];
|
|
264
|
+
}));
|
|
265
|
+
}
|
|
266
|
+
return obj;
|
|
267
|
+
}
|
|
268
|
+
/*
|
|
269
|
+
* toJson method for a date type which serializes a Date object to proper Date or DateTime formatting
|
|
270
|
+
* @param {Object} obj Object to serialize
|
|
271
|
+
* @param {boolean} isDateOnly Boolean variable to identify Date or DateTime format for serialization
|
|
272
|
+
* @returns {Object|string} Returns serialized date object or original input object
|
|
273
|
+
*/
|
|
274
|
+
function _handleDateType(obj, isDateOnly) {
|
|
275
|
+
if (obj instanceof Date && isDateOnly !== undefined) {
|
|
276
|
+
return isDateOnly ? obj.toISOString().slice(0, 10) : obj.toISOString();
|
|
277
|
+
}
|
|
278
|
+
return obj;
|
|
279
|
+
}
|
|
280
|
+
UpdateExternalRepositoryApiResponse.prototype.metadata = undefined;
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @memberof UpdateExternalRepositoryApiResponse
|
|
284
|
+
*/
|
|
285
|
+
UpdateExternalRepositoryApiResponse.prototype.data = undefined;
|
|
286
|
+
UpdateExternalRepositoryApiResponse.prototype.$reserved = undefined;
|
|
287
|
+
UpdateExternalRepositoryApiResponse.prototype.$objectType = undefined;
|
|
288
|
+
UpdateExternalRepositoryApiResponse.prototype.$unknownFields = undefined;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The AppMessage model module.
|
|
3
|
+
* @module Ntnx/AppMessage
|
|
4
|
+
* @version 4.2.1
|
|
5
|
+
* @class AppMessage
|
|
6
|
+
*/
|
|
7
|
+
export default class AppMessage {
|
|
8
|
+
/**
|
|
9
|
+
* Constructs a <code>AppMessage</code> from a plain JavaScript object, optionally creating a new instance.
|
|
10
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
11
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
12
|
+
* @param {module:Ntnx/AppMessage} obj Optional instance to populate.
|
|
13
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
14
|
+
* @return {module:Ntnx/AppMessage} The populated <code>AppMessage</code> instance.
|
|
15
|
+
*/
|
|
16
|
+
static constructFromObject(data: any, obj?: any, callFromChild?: boolean): any;
|
|
17
|
+
/**
|
|
18
|
+
* Converts a given snake_case string to camelCase.
|
|
19
|
+
* @param {string} snakeStr - The input string in snake_case format.
|
|
20
|
+
* @returns {string} - The converted string in camelCase format.
|
|
21
|
+
*/
|
|
22
|
+
static snakeToCamel(snakeStr: string): string;
|
|
23
|
+
$objectType: string;
|
|
24
|
+
/** @type {object<string, any>} */
|
|
25
|
+
$reserved: object;
|
|
26
|
+
/** @type {object<string, any>} */
|
|
27
|
+
$unknownFields: object;
|
|
28
|
+
/**
|
|
29
|
+
* Returns The message string.
|
|
30
|
+
* @return {string}
|
|
31
|
+
*/
|
|
32
|
+
getMessage(): string;
|
|
33
|
+
/**
|
|
34
|
+
* Sets The message string.
|
|
35
|
+
* @param {string} message The message string.
|
|
36
|
+
*/
|
|
37
|
+
setMessage(message: string): void;
|
|
38
|
+
message: string;
|
|
39
|
+
/**
|
|
40
|
+
* @return {MessageSeverity}
|
|
41
|
+
*/
|
|
42
|
+
getSeverity(): MessageSeverity;
|
|
43
|
+
/**
|
|
44
|
+
* @param {MessageSeverity} severity
|
|
45
|
+
*/
|
|
46
|
+
setSeverity(severity: MessageSeverity): void;
|
|
47
|
+
severity: string;
|
|
48
|
+
/**
|
|
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
|
+
* @return {string}
|
|
51
|
+
*/
|
|
52
|
+
getCode(): string;
|
|
53
|
+
/**
|
|
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
|
+
*/
|
|
57
|
+
setCode(code: string): void;
|
|
58
|
+
code: string;
|
|
59
|
+
/**
|
|
60
|
+
* Returns Locale for this message. The default locale would be 'en-US'.
|
|
61
|
+
* @return {string}
|
|
62
|
+
*/
|
|
63
|
+
getLocale(): string;
|
|
64
|
+
/**
|
|
65
|
+
* Sets Locale for this message. The default locale would be 'en-US'.
|
|
66
|
+
* @param {string} locale Locale for this message. The default locale would be 'en-US'.
|
|
67
|
+
*/
|
|
68
|
+
setLocale(locale: string): void;
|
|
69
|
+
locale: string;
|
|
70
|
+
/**
|
|
71
|
+
* Returns The error group associated with this message of severity ERROR.
|
|
72
|
+
* @return {string}
|
|
73
|
+
*/
|
|
74
|
+
getErrorGroup(): string;
|
|
75
|
+
/**
|
|
76
|
+
* Sets The error group associated with this message of severity ERROR.
|
|
77
|
+
* @param {string} errorGroup The error group associated with this message of severity ERROR.
|
|
78
|
+
*/
|
|
79
|
+
setErrorGroup(errorGroup: string): void;
|
|
80
|
+
errorGroup: string;
|
|
81
|
+
/**
|
|
82
|
+
* Returns The map of argument name to value.
|
|
83
|
+
* @return {Object<string, string>}
|
|
84
|
+
*/
|
|
85
|
+
getArgumentsMap(): {
|
|
86
|
+
[x: string]: string;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Sets The map of argument name to value.
|
|
90
|
+
* @param {Object<string, string>} argumentsMap The map of argument name to value.
|
|
91
|
+
*/
|
|
92
|
+
setArgumentsMap(argumentsMap: {
|
|
93
|
+
[x: string]: string;
|
|
94
|
+
}): void;
|
|
95
|
+
argumentsMap: {
|
|
96
|
+
[x: string]: string;
|
|
97
|
+
};
|
|
98
|
+
get$Reserved(): any;
|
|
99
|
+
get$ObjectType(): string;
|
|
100
|
+
get$UnknownFields(): any;
|
|
101
|
+
toJson(forMutation: any): any;
|
|
102
|
+
validate(scope: any, properties: any, ...args: any[]): Promise<any>;
|
|
103
|
+
validateProperty(scope: any, property: any): ValidationError;
|
|
104
|
+
#private;
|
|
105
|
+
}
|
|
106
|
+
import MessageSeverity from "../../../common/v1/config/MessageSeverity";
|
|
107
|
+
import ValidationError from "../../../validation/ValidationError";
|