ch-api-client-typescript2 5.3.0 → 5.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/vonage-users-api.d.ts +8 -60
- package/lib/api/vonage-users-api.d.ts.map +1 -1
- package/lib/api/vonage-users-api.js +17 -94
- package/lib/api.d.ts +0 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +0 -1
- package/lib/models/index.d.ts +0 -7
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +0 -7
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +0 -8
- package/src/api/vonage-users-api.ts +16 -108
- package/src/api.ts +0 -1
- package/src/models/index.ts +0 -7
- package/lib/api/vonage-webhooks-api.d.ts +0 -116
- package/lib/api/vonage-webhooks-api.d.ts.map +0 -1
- package/lib/api/vonage-webhooks-api.js +0 -323
- package/lib/models/first.d.ts +0 -25
- package/lib/models/first.d.ts.map +0 -1
- package/lib/models/first.js +0 -15
- package/lib/models/get-users-result-embedded.d.ts +0 -26
- package/lib/models/get-users-result-embedded.d.ts.map +0 -1
- package/lib/models/get-users-result-embedded.js +0 -15
- package/lib/models/get-users-result.d.ts +0 -45
- package/lib/models/get-users-result.d.ts.map +0 -1
- package/lib/models/get-users-result.js +0 -15
- package/lib/models/last.d.ts +0 -25
- package/lib/models/last.d.ts.map +0 -1
- package/lib/models/last.js +0 -15
- package/lib/models/links.d.ts +0 -40
- package/lib/models/links.d.ts.map +0 -1
- package/lib/models/links.js +0 -15
- package/lib/models/self.d.ts +0 -25
- package/lib/models/self.d.ts.map +0 -1
- package/lib/models/self.js +0 -15
- package/lib/models/user.d.ts +0 -44
- package/lib/models/user.d.ts.map +0 -1
- package/lib/models/user.js +0 -15
- package/src/api/vonage-webhooks-api.ts +0 -226
- package/src/models/first.ts +0 -30
- package/src/models/get-users-result-embedded.ts +0 -33
- package/src/models/get-users-result.ts +0 -54
- package/src/models/last.ts +0 -30
- package/src/models/links.ts +0 -51
- package/src/models/self.ts +0 -30
- package/src/models/user.ts +0 -51
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
var __extends = (this && this.__extends) || (function () {
|
|
16
|
-
var extendStatics = function (d, b) {
|
|
17
|
-
extendStatics = Object.setPrototypeOf ||
|
|
18
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
20
|
-
return extendStatics(d, b);
|
|
21
|
-
};
|
|
22
|
-
return function (d, b) {
|
|
23
|
-
if (typeof b !== "function" && b !== null)
|
|
24
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
25
|
-
extendStatics(d, b);
|
|
26
|
-
function __() { this.constructor = d; }
|
|
27
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28
|
-
};
|
|
29
|
-
})();
|
|
30
|
-
var __assign = (this && this.__assign) || function () {
|
|
31
|
-
__assign = Object.assign || function(t) {
|
|
32
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
33
|
-
s = arguments[i];
|
|
34
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
35
|
-
t[p] = s[p];
|
|
36
|
-
}
|
|
37
|
-
return t;
|
|
38
|
-
};
|
|
39
|
-
return __assign.apply(this, arguments);
|
|
40
|
-
};
|
|
41
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
42
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
43
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
44
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
45
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
46
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
47
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
48
|
-
});
|
|
49
|
-
};
|
|
50
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
52
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
53
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
54
|
-
function step(op) {
|
|
55
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
56
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
57
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
58
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
59
|
-
switch (op[0]) {
|
|
60
|
-
case 0: case 1: t = op; break;
|
|
61
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
62
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
63
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
64
|
-
default:
|
|
65
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
66
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
67
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
68
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
69
|
-
if (t[2]) _.ops.pop();
|
|
70
|
-
_.trys.pop(); continue;
|
|
71
|
-
}
|
|
72
|
-
op = body.call(thisArg, _);
|
|
73
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
74
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
78
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
79
|
-
};
|
|
80
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81
|
-
exports.VonageWebhooksApi = exports.VonageWebhooksApiFactory = exports.VonageWebhooksApiFp = exports.VonageWebhooksApiAxiosParamCreator = void 0;
|
|
82
|
-
var axios_1 = __importDefault(require("axios"));
|
|
83
|
-
// Some imports not used depending on template conditions
|
|
84
|
-
// @ts-ignore
|
|
85
|
-
var common_1 = require("../common");
|
|
86
|
-
// @ts-ignore
|
|
87
|
-
var base_1 = require("../base");
|
|
88
|
-
/**
|
|
89
|
-
* VonageWebhooksApi - axios parameter creator
|
|
90
|
-
* @export
|
|
91
|
-
*/
|
|
92
|
-
var VonageWebhooksApiAxiosParamCreator = function (configuration) {
|
|
93
|
-
var _this = this;
|
|
94
|
-
return {
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @param {*} [options] Override http request option.
|
|
98
|
-
* @throws {RequiredError}
|
|
99
|
-
*/
|
|
100
|
-
apiV2VonagewebhooksAnswerGet: function (options) {
|
|
101
|
-
if (options === void 0) { options = {}; }
|
|
102
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
103
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
104
|
-
return __generator(this, function (_a) {
|
|
105
|
-
localVarPath = "/api/v2/vonagewebhooks/answer";
|
|
106
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
107
|
-
if (configuration) {
|
|
108
|
-
baseOptions = configuration.baseOptions;
|
|
109
|
-
}
|
|
110
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
111
|
-
localVarHeaderParameter = {};
|
|
112
|
-
localVarQueryParameter = {};
|
|
113
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
114
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
115
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
116
|
-
return [2 /*return*/, {
|
|
117
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
118
|
-
options: localVarRequestOptions,
|
|
119
|
-
}];
|
|
120
|
-
});
|
|
121
|
-
});
|
|
122
|
-
},
|
|
123
|
-
/**
|
|
124
|
-
*
|
|
125
|
-
* @param {*} [options] Override http request option.
|
|
126
|
-
* @throws {RequiredError}
|
|
127
|
-
*/
|
|
128
|
-
apiV2VonagewebhooksRecordGet: function (options) {
|
|
129
|
-
if (options === void 0) { options = {}; }
|
|
130
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
131
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
132
|
-
return __generator(this, function (_a) {
|
|
133
|
-
localVarPath = "/api/v2/vonagewebhooks/record";
|
|
134
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
135
|
-
if (configuration) {
|
|
136
|
-
baseOptions = configuration.baseOptions;
|
|
137
|
-
}
|
|
138
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
139
|
-
localVarHeaderParameter = {};
|
|
140
|
-
localVarQueryParameter = {};
|
|
141
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
142
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
143
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
144
|
-
return [2 /*return*/, {
|
|
145
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
146
|
-
options: localVarRequestOptions,
|
|
147
|
-
}];
|
|
148
|
-
});
|
|
149
|
-
});
|
|
150
|
-
},
|
|
151
|
-
/**
|
|
152
|
-
*
|
|
153
|
-
* @param {*} [options] Override http request option.
|
|
154
|
-
* @throws {RequiredError}
|
|
155
|
-
*/
|
|
156
|
-
apiV2VonagewebhooksRecordingPost: function (options) {
|
|
157
|
-
if (options === void 0) { options = {}; }
|
|
158
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
159
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
160
|
-
return __generator(this, function (_a) {
|
|
161
|
-
localVarPath = "/api/v2/vonagewebhooks/recording";
|
|
162
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
163
|
-
if (configuration) {
|
|
164
|
-
baseOptions = configuration.baseOptions;
|
|
165
|
-
}
|
|
166
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
167
|
-
localVarHeaderParameter = {};
|
|
168
|
-
localVarQueryParameter = {};
|
|
169
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
170
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
171
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
172
|
-
return [2 /*return*/, {
|
|
173
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
174
|
-
options: localVarRequestOptions,
|
|
175
|
-
}];
|
|
176
|
-
});
|
|
177
|
-
});
|
|
178
|
-
},
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
exports.VonageWebhooksApiAxiosParamCreator = VonageWebhooksApiAxiosParamCreator;
|
|
182
|
-
/**
|
|
183
|
-
* VonageWebhooksApi - functional programming interface
|
|
184
|
-
* @export
|
|
185
|
-
*/
|
|
186
|
-
var VonageWebhooksApiFp = function (configuration) {
|
|
187
|
-
var localVarAxiosParamCreator = (0, exports.VonageWebhooksApiAxiosParamCreator)(configuration);
|
|
188
|
-
return {
|
|
189
|
-
/**
|
|
190
|
-
*
|
|
191
|
-
* @param {*} [options] Override http request option.
|
|
192
|
-
* @throws {RequiredError}
|
|
193
|
-
*/
|
|
194
|
-
apiV2VonagewebhooksAnswerGet: function (options) {
|
|
195
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
196
|
-
var localVarAxiosArgs;
|
|
197
|
-
return __generator(this, function (_a) {
|
|
198
|
-
switch (_a.label) {
|
|
199
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2VonagewebhooksAnswerGet(options)];
|
|
200
|
-
case 1:
|
|
201
|
-
localVarAxiosArgs = _a.sent();
|
|
202
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
203
|
-
}
|
|
204
|
-
});
|
|
205
|
-
});
|
|
206
|
-
},
|
|
207
|
-
/**
|
|
208
|
-
*
|
|
209
|
-
* @param {*} [options] Override http request option.
|
|
210
|
-
* @throws {RequiredError}
|
|
211
|
-
*/
|
|
212
|
-
apiV2VonagewebhooksRecordGet: function (options) {
|
|
213
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
214
|
-
var localVarAxiosArgs;
|
|
215
|
-
return __generator(this, function (_a) {
|
|
216
|
-
switch (_a.label) {
|
|
217
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2VonagewebhooksRecordGet(options)];
|
|
218
|
-
case 1:
|
|
219
|
-
localVarAxiosArgs = _a.sent();
|
|
220
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
221
|
-
}
|
|
222
|
-
});
|
|
223
|
-
});
|
|
224
|
-
},
|
|
225
|
-
/**
|
|
226
|
-
*
|
|
227
|
-
* @param {*} [options] Override http request option.
|
|
228
|
-
* @throws {RequiredError}
|
|
229
|
-
*/
|
|
230
|
-
apiV2VonagewebhooksRecordingPost: function (options) {
|
|
231
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
232
|
-
var localVarAxiosArgs;
|
|
233
|
-
return __generator(this, function (_a) {
|
|
234
|
-
switch (_a.label) {
|
|
235
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2VonagewebhooksRecordingPost(options)];
|
|
236
|
-
case 1:
|
|
237
|
-
localVarAxiosArgs = _a.sent();
|
|
238
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
239
|
-
}
|
|
240
|
-
});
|
|
241
|
-
});
|
|
242
|
-
},
|
|
243
|
-
};
|
|
244
|
-
};
|
|
245
|
-
exports.VonageWebhooksApiFp = VonageWebhooksApiFp;
|
|
246
|
-
/**
|
|
247
|
-
* VonageWebhooksApi - factory interface
|
|
248
|
-
* @export
|
|
249
|
-
*/
|
|
250
|
-
var VonageWebhooksApiFactory = function (configuration, basePath, axios) {
|
|
251
|
-
var localVarFp = (0, exports.VonageWebhooksApiFp)(configuration);
|
|
252
|
-
return {
|
|
253
|
-
/**
|
|
254
|
-
*
|
|
255
|
-
* @param {*} [options] Override http request option.
|
|
256
|
-
* @throws {RequiredError}
|
|
257
|
-
*/
|
|
258
|
-
apiV2VonagewebhooksAnswerGet: function (options) {
|
|
259
|
-
return localVarFp.apiV2VonagewebhooksAnswerGet(options).then(function (request) { return request(axios, basePath); });
|
|
260
|
-
},
|
|
261
|
-
/**
|
|
262
|
-
*
|
|
263
|
-
* @param {*} [options] Override http request option.
|
|
264
|
-
* @throws {RequiredError}
|
|
265
|
-
*/
|
|
266
|
-
apiV2VonagewebhooksRecordGet: function (options) {
|
|
267
|
-
return localVarFp.apiV2VonagewebhooksRecordGet(options).then(function (request) { return request(axios, basePath); });
|
|
268
|
-
},
|
|
269
|
-
/**
|
|
270
|
-
*
|
|
271
|
-
* @param {*} [options] Override http request option.
|
|
272
|
-
* @throws {RequiredError}
|
|
273
|
-
*/
|
|
274
|
-
apiV2VonagewebhooksRecordingPost: function (options) {
|
|
275
|
-
return localVarFp.apiV2VonagewebhooksRecordingPost(options).then(function (request) { return request(axios, basePath); });
|
|
276
|
-
},
|
|
277
|
-
};
|
|
278
|
-
};
|
|
279
|
-
exports.VonageWebhooksApiFactory = VonageWebhooksApiFactory;
|
|
280
|
-
/**
|
|
281
|
-
* VonageWebhooksApi - object-oriented interface
|
|
282
|
-
* @export
|
|
283
|
-
* @class VonageWebhooksApi
|
|
284
|
-
* @extends {BaseAPI}
|
|
285
|
-
*/
|
|
286
|
-
var VonageWebhooksApi = /** @class */ (function (_super) {
|
|
287
|
-
__extends(VonageWebhooksApi, _super);
|
|
288
|
-
function VonageWebhooksApi() {
|
|
289
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
290
|
-
}
|
|
291
|
-
/**
|
|
292
|
-
*
|
|
293
|
-
* @param {*} [options] Override http request option.
|
|
294
|
-
* @throws {RequiredError}
|
|
295
|
-
* @memberof VonageWebhooksApi
|
|
296
|
-
*/
|
|
297
|
-
VonageWebhooksApi.prototype.apiV2VonagewebhooksAnswerGet = function (options) {
|
|
298
|
-
var _this = this;
|
|
299
|
-
return (0, exports.VonageWebhooksApiFp)(this.configuration).apiV2VonagewebhooksAnswerGet(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
300
|
-
};
|
|
301
|
-
/**
|
|
302
|
-
*
|
|
303
|
-
* @param {*} [options] Override http request option.
|
|
304
|
-
* @throws {RequiredError}
|
|
305
|
-
* @memberof VonageWebhooksApi
|
|
306
|
-
*/
|
|
307
|
-
VonageWebhooksApi.prototype.apiV2VonagewebhooksRecordGet = function (options) {
|
|
308
|
-
var _this = this;
|
|
309
|
-
return (0, exports.VonageWebhooksApiFp)(this.configuration).apiV2VonagewebhooksRecordGet(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
310
|
-
};
|
|
311
|
-
/**
|
|
312
|
-
*
|
|
313
|
-
* @param {*} [options] Override http request option.
|
|
314
|
-
* @throws {RequiredError}
|
|
315
|
-
* @memberof VonageWebhooksApi
|
|
316
|
-
*/
|
|
317
|
-
VonageWebhooksApi.prototype.apiV2VonagewebhooksRecordingPost = function (options) {
|
|
318
|
-
var _this = this;
|
|
319
|
-
return (0, exports.VonageWebhooksApiFp)(this.configuration).apiV2VonagewebhooksRecordingPost(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
320
|
-
};
|
|
321
|
-
return VonageWebhooksApi;
|
|
322
|
-
}(base_1.BaseAPI));
|
|
323
|
-
exports.VonageWebhooksApi = VonageWebhooksApi;
|
package/lib/models/first.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface First
|
|
16
|
-
*/
|
|
17
|
-
export interface First {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof First
|
|
22
|
-
*/
|
|
23
|
-
'href'?: string | null;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=first.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"first.d.ts","sourceRoot":"","sources":["../../src/models/first.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,KAAK;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
package/lib/models/first.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { User } from './user';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetUsersResultEmbedded
|
|
17
|
-
*/
|
|
18
|
-
export interface GetUsersResultEmbedded {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<User>}
|
|
22
|
-
* @memberof GetUsersResultEmbedded
|
|
23
|
-
*/
|
|
24
|
-
'users'?: Array<User> | null;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=get-users-result-embedded.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-users-result-embedded.d.ts","sourceRoot":"","sources":["../../src/models/get-users-result-embedded.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { GetUsersResultEmbedded } from './get-users-result-embedded';
|
|
13
|
-
import { Links } from './links';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface GetUsersResult
|
|
18
|
-
*/
|
|
19
|
-
export interface GetUsersResult {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof GetUsersResult
|
|
24
|
-
*/
|
|
25
|
-
'pageSsize'?: number;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof GetUsersResult
|
|
30
|
-
*/
|
|
31
|
-
'cursor'?: string | null;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {GetUsersResultEmbedded}
|
|
35
|
-
* @memberof GetUsersResult
|
|
36
|
-
*/
|
|
37
|
-
'embedded'?: GetUsersResultEmbedded;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {Links}
|
|
41
|
-
* @memberof GetUsersResult
|
|
42
|
-
*/
|
|
43
|
-
'links'?: Links;
|
|
44
|
-
}
|
|
45
|
-
//# sourceMappingURL=get-users-result.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-users-result.d.ts","sourceRoot":"","sources":["../../src/models/get-users-result.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,sBAAsB,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;CACnB"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/models/last.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Last
|
|
16
|
-
*/
|
|
17
|
-
export interface Last {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Last
|
|
22
|
-
*/
|
|
23
|
-
'href'?: string | null;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=last.d.ts.map
|
package/lib/models/last.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"last.d.ts","sourceRoot":"","sources":["../../src/models/last.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
package/lib/models/last.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/models/links.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { First } from './first';
|
|
13
|
-
import { Last } from './last';
|
|
14
|
-
import { Self } from './self';
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface Links
|
|
19
|
-
*/
|
|
20
|
-
export interface Links {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {Self}
|
|
24
|
-
* @memberof Links
|
|
25
|
-
*/
|
|
26
|
-
'self'?: Self;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {First}
|
|
30
|
-
* @memberof Links
|
|
31
|
-
*/
|
|
32
|
-
'first'?: First;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {Last}
|
|
36
|
-
* @memberof Links
|
|
37
|
-
*/
|
|
38
|
-
'last'?: Last;
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=links.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"links.d.ts","sourceRoot":"","sources":["../../src/models/links.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;;;GAIG;AACH,MAAM,WAAW,KAAK;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB"}
|
package/lib/models/links.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/models/self.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Self
|
|
16
|
-
*/
|
|
17
|
-
export interface Self {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Self
|
|
22
|
-
*/
|
|
23
|
-
'href'?: string | null;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=self.d.ts.map
|
package/lib/models/self.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"self.d.ts","sourceRoot":"","sources":["../../src/models/self.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
package/lib/models/self.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|