@alicloud/cms20240330 2.1.0 → 2.2.0
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/dist/client.d.ts +84 -0
- package/dist/client.js +225 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateServiceRequest.d.ts +46 -0
- package/dist/models/CreateServiceRequest.js +70 -0
- package/dist/models/CreateServiceRequest.js.map +1 -0
- package/dist/models/CreateServiceResponse.d.ts +19 -0
- package/dist/models/CreateServiceResponse.js +69 -0
- package/dist/models/CreateServiceResponse.js.map +1 -0
- package/dist/models/CreateServiceResponseBody.d.ts +28 -0
- package/dist/models/CreateServiceResponseBody.js +62 -0
- package/dist/models/CreateServiceResponseBody.js.map +1 -0
- package/dist/models/DeleteServiceResponse.d.ts +19 -0
- package/dist/models/DeleteServiceResponse.js +69 -0
- package/dist/models/DeleteServiceResponse.js.map +1 -0
- package/dist/models/DeleteServiceResponseBody.d.ts +18 -0
- package/dist/models/DeleteServiceResponseBody.js +58 -0
- package/dist/models/DeleteServiceResponseBody.js.map +1 -0
- package/dist/models/GetServiceResponse.d.ts +19 -0
- package/dist/models/GetServiceResponse.js +69 -0
- package/dist/models/GetServiceResponse.js.map +1 -0
- package/dist/models/GetServiceResponseBody.d.ts +82 -0
- package/dist/models/GetServiceResponseBody.js +102 -0
- package/dist/models/GetServiceResponseBody.js.map +1 -0
- package/dist/models/ListServicesRequest.d.ts +28 -0
- package/dist/models/ListServicesRequest.js +62 -0
- package/dist/models/ListServicesRequest.js.map +1 -0
- package/dist/models/ListServicesResponse.d.ts +19 -0
- package/dist/models/ListServicesResponse.js +69 -0
- package/dist/models/ListServicesResponse.js.map +1 -0
- package/dist/models/ListServicesResponseBody.d.ts +96 -0
- package/dist/models/ListServicesResponseBody.js +106 -0
- package/dist/models/ListServicesResponseBody.js.map +1 -0
- package/dist/models/MergeContact.d.ts +27 -0
- package/dist/models/MergeContact.js +83 -0
- package/dist/models/MergeContact.js.map +1 -0
- package/dist/models/MergeContactGroup.d.ts +22 -0
- package/dist/models/MergeContactGroup.js +76 -0
- package/dist/models/MergeContactGroup.js.map +1 -0
- package/dist/models/MergeRobot.d.ts +40 -0
- package/dist/models/MergeRobot.js +106 -0
- package/dist/models/MergeRobot.js.map +1 -0
- package/dist/models/MergeWebhook.d.ts +27 -0
- package/dist/models/MergeWebhook.js +83 -0
- package/dist/models/MergeWebhook.js.map +1 -0
- package/dist/models/UpdateServiceRequest.d.ts +33 -0
- package/dist/models/UpdateServiceRequest.js +64 -0
- package/dist/models/UpdateServiceRequest.js.map +1 -0
- package/dist/models/UpdateServiceResponse.d.ts +19 -0
- package/dist/models/UpdateServiceResponse.js +69 -0
- package/dist/models/UpdateServiceResponse.js.map +1 -0
- package/dist/models/UpdateServiceResponseBody.d.ts +23 -0
- package/dist/models/UpdateServiceResponseBody.js +60 -0
- package/dist/models/UpdateServiceResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +20 -0
- package/dist/models/model.js +44 -4
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +249 -0
- package/src/models/CreateServiceRequest.ts +71 -0
- package/src/models/CreateServiceResponse.ts +40 -0
- package/src/models/CreateServiceResponseBody.ts +45 -0
- package/src/models/DeleteServiceResponse.ts +40 -0
- package/src/models/DeleteServiceResponseBody.ts +31 -0
- package/src/models/GetServiceResponse.ts +40 -0
- package/src/models/GetServiceResponseBody.ts +130 -0
- package/src/models/ListServicesRequest.ts +45 -0
- package/src/models/ListServicesResponse.ts +40 -0
- package/src/models/ListServicesResponseBody.ts +148 -0
- package/src/models/MergeContact.ts +63 -0
- package/src/models/MergeContactGroup.ts +51 -0
- package/src/models/MergeRobot.ts +92 -0
- package/src/models/MergeWebhook.ts +63 -0
- package/src/models/UpdateServiceRequest.ts +52 -0
- package/src/models/UpdateServiceResponse.ts +40 -0
- package/src/models/UpdateServiceResponseBody.ts +38 -0
- package/src/models/model.ts +20 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.MergeRobot = exports.MergeRobotExtend = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class MergeRobotExtend extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
cardTemplate: 'cardTemplate',
|
|
43
|
+
dailyNoc: 'dailyNoc',
|
|
44
|
+
dailyNocTime: 'dailyNocTime',
|
|
45
|
+
dingSignKey: 'dingSignKey',
|
|
46
|
+
enableOutgoing: 'enableOutgoing',
|
|
47
|
+
token: 'token',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
static types() {
|
|
51
|
+
return {
|
|
52
|
+
cardTemplate: 'string',
|
|
53
|
+
dailyNoc: 'boolean',
|
|
54
|
+
dailyNocTime: 'string',
|
|
55
|
+
dingSignKey: 'string',
|
|
56
|
+
enableOutgoing: 'boolean',
|
|
57
|
+
token: 'string',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
validate() {
|
|
61
|
+
super.validate();
|
|
62
|
+
}
|
|
63
|
+
constructor(map) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.MergeRobotExtend = MergeRobotExtend;
|
|
68
|
+
class MergeRobot extends $dara.Model {
|
|
69
|
+
static names() {
|
|
70
|
+
return {
|
|
71
|
+
createTime: 'createTime',
|
|
72
|
+
extend: 'extend',
|
|
73
|
+
gmtModified: 'gmtModified',
|
|
74
|
+
identifier: 'identifier',
|
|
75
|
+
lang: 'lang',
|
|
76
|
+
name: 'name',
|
|
77
|
+
source: 'source',
|
|
78
|
+
type: 'type',
|
|
79
|
+
webhook: 'webhook',
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
static types() {
|
|
83
|
+
return {
|
|
84
|
+
createTime: 'string',
|
|
85
|
+
extend: MergeRobotExtend,
|
|
86
|
+
gmtModified: 'string',
|
|
87
|
+
identifier: 'string',
|
|
88
|
+
lang: 'string',
|
|
89
|
+
name: 'string',
|
|
90
|
+
source: 'string',
|
|
91
|
+
type: 'string',
|
|
92
|
+
webhook: 'string',
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
validate() {
|
|
96
|
+
if (this.extend && typeof this.extend.validate === 'function') {
|
|
97
|
+
this.extend.validate();
|
|
98
|
+
}
|
|
99
|
+
super.validate();
|
|
100
|
+
}
|
|
101
|
+
constructor(map) {
|
|
102
|
+
super(map);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.MergeRobot = MergeRobot;
|
|
106
|
+
//# sourceMappingURL=MergeRobot.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MergeRobot.js","sourceRoot":"","sources":["../../src/models/MergeRobot.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAO/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,QAAQ;YACtB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,SAAS;YACzB,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApCD,4CAoCC;AAED,MAAa,UAAW,SAAQ,KAAK,CAAC,KAAK;IAUzC,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gBAAgB;YACxB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,gCAgDC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class MergeWebhook extends $dara.Model {
|
|
3
|
+
contentType?: string;
|
|
4
|
+
extend?: string;
|
|
5
|
+
gmtCreate?: string;
|
|
6
|
+
gmtModified?: {
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
};
|
|
9
|
+
headers?: string;
|
|
10
|
+
identifier?: string;
|
|
11
|
+
lang?: string;
|
|
12
|
+
method?: string;
|
|
13
|
+
name?: string;
|
|
14
|
+
source?: string;
|
|
15
|
+
type?: string;
|
|
16
|
+
webhook?: string;
|
|
17
|
+
static names(): {
|
|
18
|
+
[key: string]: string;
|
|
19
|
+
};
|
|
20
|
+
static types(): {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
};
|
|
23
|
+
validate(): void;
|
|
24
|
+
constructor(map?: {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
});
|
|
27
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.MergeWebhook = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class MergeWebhook extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
contentType: 'contentType',
|
|
43
|
+
extend: 'extend',
|
|
44
|
+
gmtCreate: 'gmtCreate',
|
|
45
|
+
gmtModified: 'gmtModified',
|
|
46
|
+
headers: 'headers',
|
|
47
|
+
identifier: 'identifier',
|
|
48
|
+
lang: 'lang',
|
|
49
|
+
method: 'method',
|
|
50
|
+
name: 'name',
|
|
51
|
+
source: 'source',
|
|
52
|
+
type: 'type',
|
|
53
|
+
webhook: 'webhook',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
static types() {
|
|
57
|
+
return {
|
|
58
|
+
contentType: 'string',
|
|
59
|
+
extend: 'string',
|
|
60
|
+
gmtCreate: 'string',
|
|
61
|
+
gmtModified: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
62
|
+
headers: 'string',
|
|
63
|
+
identifier: 'string',
|
|
64
|
+
lang: 'string',
|
|
65
|
+
method: 'string',
|
|
66
|
+
name: 'string',
|
|
67
|
+
source: 'string',
|
|
68
|
+
type: 'string',
|
|
69
|
+
webhook: 'string',
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
validate() {
|
|
73
|
+
if (this.gmtModified) {
|
|
74
|
+
$dara.Model.validateMap(this.gmtModified);
|
|
75
|
+
}
|
|
76
|
+
super.validate();
|
|
77
|
+
}
|
|
78
|
+
constructor(map) {
|
|
79
|
+
super(map);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.MergeWebhook = MergeWebhook;
|
|
83
|
+
//# sourceMappingURL=MergeWebhook.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MergeWebhook.js","sourceRoot":"","sources":["../../src/models/MergeWebhook.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;IAa3C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YACvE,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,WAAW,EAAE,CAAC;YACpB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzDD,oCAyDC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateServiceRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* {"language":"java"}
|
|
6
|
+
*/
|
|
7
|
+
attributes?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* test
|
|
11
|
+
*/
|
|
12
|
+
description?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* api-monitor-test
|
|
16
|
+
*/
|
|
17
|
+
displayName?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* Stopped
|
|
21
|
+
*/
|
|
22
|
+
serviceStatus?: string;
|
|
23
|
+
static names(): {
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
};
|
|
26
|
+
static types(): {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
validate(): void;
|
|
30
|
+
constructor(map?: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateServiceRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateServiceRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
attributes: 'attributes',
|
|
43
|
+
description: 'description',
|
|
44
|
+
displayName: 'displayName',
|
|
45
|
+
serviceStatus: 'serviceStatus',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
attributes: 'string',
|
|
51
|
+
description: 'string',
|
|
52
|
+
displayName: 'string',
|
|
53
|
+
serviceStatus: 'string',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
constructor(map) {
|
|
60
|
+
super(map);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.UpdateServiceRequest = UpdateServiceRequest;
|
|
64
|
+
//# sourceMappingURL=UpdateServiceRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateServiceRequest.js","sourceRoot":"","sources":["../../src/models/UpdateServiceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAqBnD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,aAAa,EAAE,QAAQ;SACxB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9CD,oDA8CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { UpdateServiceResponseBody } from "./UpdateServiceResponseBody";
|
|
3
|
+
export declare class UpdateServiceResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: UpdateServiceResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateServiceResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const UpdateServiceResponseBody_1 = require("./UpdateServiceResponseBody");
|
|
40
|
+
class UpdateServiceResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: UpdateServiceResponseBody_1.UpdateServiceResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.UpdateServiceResponse = UpdateServiceResponse;
|
|
69
|
+
//# sourceMappingURL=UpdateServiceResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateServiceResponse.js","sourceRoot":"","sources":["../../src/models/UpdateServiceResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2EAAwE;AAGxE,MAAa,qBAAsB,SAAQ,KAAK,CAAC,KAAK;IAIpD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,qDAAyB;SAChC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,sDAiCC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateServiceResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 123-0F43-23423-AC43-34234
|
|
6
|
+
*/
|
|
7
|
+
requestId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* em87vd@c2e25bcfe0e21ce0***
|
|
11
|
+
*/
|
|
12
|
+
serviceId?: string;
|
|
13
|
+
static names(): {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
static types(): {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
validate(): void;
|
|
20
|
+
constructor(map?: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
});
|
|
23
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateServiceResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateServiceResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
requestId: 'requestId',
|
|
43
|
+
serviceId: 'serviceId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
requestId: 'string',
|
|
49
|
+
serviceId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.UpdateServiceResponseBody = UpdateServiceResponseBody;
|
|
60
|
+
//# sourceMappingURL=UpdateServiceResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateServiceResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateServiceResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAWxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhCD,8DAgCC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export { IncidentMemberStructScheduleGroup } from './IncidentMemberStruct';
|
|
|
33
33
|
export { IncidentNoteStructOperator } from './IncidentNoteStruct';
|
|
34
34
|
export { MaintainWindowForModifyEffectTimeRange } from './MaintainWindowForModify';
|
|
35
35
|
export { MaintainWindowForViewEffectTimeRange } from './MaintainWindowForView';
|
|
36
|
+
export { MergeRobotExtend } from './MergeRobot';
|
|
36
37
|
export { NotifyStrategyForModifyCustomTemplateEntries } from './NotifyStrategyForModify';
|
|
37
38
|
export { NotifyStrategyForModifyGroupingSetting } from './NotifyStrategyForModify';
|
|
38
39
|
export { NotifyStrategyForModifyRoutesChannels } from './NotifyStrategyForModify';
|
|
@@ -47,6 +48,7 @@ export { SubscriptionForModifyPushingSetting } from './SubscriptionForModify';
|
|
|
47
48
|
export { SubscriptionForViewPushingSetting } from './SubscriptionForView';
|
|
48
49
|
export { CreatePrometheusInstanceRequestTags } from './CreatePrometheusInstanceRequest';
|
|
49
50
|
export { CreateUmodelRequestCommonSchemaRef } from './CreateUmodelRequest';
|
|
51
|
+
export { GetServiceResponseBodyService } from './GetServiceResponseBody';
|
|
50
52
|
export { GetServiceObservabilityResponseBodyEntryPointInfo } from './GetServiceObservabilityResponseBody';
|
|
51
53
|
export { GetUmodelResponseBodyCommonSchemaRef } from './GetUmodelResponseBody';
|
|
52
54
|
export { GetUmodelDataResponseBodyErrors } from './GetUmodelDataResponseBody';
|
|
@@ -59,6 +61,7 @@ export { ListAlertActionsResponseBodyAlertActionsPagerDutyParam } from './ListAl
|
|
|
59
61
|
export { ListAlertActionsResponseBodyAlertActionsSlsParam } from './ListAlertActionsResponseBody';
|
|
60
62
|
export { ListAlertActionsResponseBodyAlertActionsWebhookParam } from './ListAlertActionsResponseBody';
|
|
61
63
|
export { ListAlertActionsResponseBodyAlertActions } from './ListAlertActionsResponseBody';
|
|
64
|
+
export { ListServicesResponseBodyServices } from './ListServicesResponseBody';
|
|
62
65
|
export { ListWorkspacesResponseBodyWorkspaces } from './ListWorkspacesResponseBody';
|
|
63
66
|
export { UpdateUmodelRequestCommonSchemaRef } from './UpdateUmodelRequest';
|
|
64
67
|
export { AddonMeta } from './AddonMeta';
|
|
@@ -99,6 +102,10 @@ export { IncidentStruct } from './IncidentStruct';
|
|
|
99
102
|
export { IncidentTimeline } from './IncidentTimeline';
|
|
100
103
|
export { MaintainWindowForModify } from './MaintainWindowForModify';
|
|
101
104
|
export { MaintainWindowForView } from './MaintainWindowForView';
|
|
105
|
+
export { MergeContact } from './MergeContact';
|
|
106
|
+
export { MergeContactGroup } from './MergeContactGroup';
|
|
107
|
+
export { MergeRobot } from './MergeRobot';
|
|
108
|
+
export { MergeWebhook } from './MergeWebhook';
|
|
102
109
|
export { NotifyStrategyForModify } from './NotifyStrategyForModify';
|
|
103
110
|
export { NotifyStrategyForView } from './NotifyStrategyForView';
|
|
104
111
|
export { PrometheusManagedInstance } from './PrometheusManagedInstance';
|
|
@@ -113,11 +120,16 @@ export { CreateEntityStoreResponse } from './CreateEntityStoreResponse';
|
|
|
113
120
|
export { CreatePrometheusInstanceRequest } from './CreatePrometheusInstanceRequest';
|
|
114
121
|
export { CreatePrometheusInstanceResponseBody } from './CreatePrometheusInstanceResponseBody';
|
|
115
122
|
export { CreatePrometheusInstanceResponse } from './CreatePrometheusInstanceResponse';
|
|
123
|
+
export { CreateServiceRequest } from './CreateServiceRequest';
|
|
124
|
+
export { CreateServiceResponseBody } from './CreateServiceResponseBody';
|
|
125
|
+
export { CreateServiceResponse } from './CreateServiceResponse';
|
|
116
126
|
export { CreateUmodelRequest } from './CreateUmodelRequest';
|
|
117
127
|
export { CreateUmodelResponseBody } from './CreateUmodelResponseBody';
|
|
118
128
|
export { CreateUmodelResponse } from './CreateUmodelResponse';
|
|
119
129
|
export { DeleteEntityStoreResponseBody } from './DeleteEntityStoreResponseBody';
|
|
120
130
|
export { DeleteEntityStoreResponse } from './DeleteEntityStoreResponse';
|
|
131
|
+
export { DeleteServiceResponseBody } from './DeleteServiceResponseBody';
|
|
132
|
+
export { DeleteServiceResponse } from './DeleteServiceResponse';
|
|
121
133
|
export { DeleteUmodelResponseBody } from './DeleteUmodelResponseBody';
|
|
122
134
|
export { DeleteUmodelResponse } from './DeleteUmodelResponse';
|
|
123
135
|
export { DeleteUmodelDataRequest } from './DeleteUmodelDataRequest';
|
|
@@ -131,6 +143,8 @@ export { GetEntityStoreDataHeaders } from './GetEntityStoreDataHeaders';
|
|
|
131
143
|
export { GetEntityStoreDataRequest } from './GetEntityStoreDataRequest';
|
|
132
144
|
export { GetEntityStoreDataResponseBody } from './GetEntityStoreDataResponseBody';
|
|
133
145
|
export { GetEntityStoreDataResponse } from './GetEntityStoreDataResponse';
|
|
146
|
+
export { GetServiceResponseBody } from './GetServiceResponseBody';
|
|
147
|
+
export { GetServiceResponse } from './GetServiceResponse';
|
|
134
148
|
export { GetServiceObservabilityResponseBody } from './GetServiceObservabilityResponseBody';
|
|
135
149
|
export { GetServiceObservabilityResponse } from './GetServiceObservabilityResponse';
|
|
136
150
|
export { GetUmodelResponseBody } from './GetUmodelResponseBody';
|
|
@@ -144,6 +158,9 @@ export { ListAlertActionsRequest } from './ListAlertActionsRequest';
|
|
|
144
158
|
export { ListAlertActionsShrinkRequest } from './ListAlertActionsShrinkRequest';
|
|
145
159
|
export { ListAlertActionsResponseBody } from './ListAlertActionsResponseBody';
|
|
146
160
|
export { ListAlertActionsResponse } from './ListAlertActionsResponse';
|
|
161
|
+
export { ListServicesRequest } from './ListServicesRequest';
|
|
162
|
+
export { ListServicesResponseBody } from './ListServicesResponseBody';
|
|
163
|
+
export { ListServicesResponse } from './ListServicesResponse';
|
|
147
164
|
export { ListWorkspacesRequest } from './ListWorkspacesRequest';
|
|
148
165
|
export { ListWorkspacesShrinkRequest } from './ListWorkspacesShrinkRequest';
|
|
149
166
|
export { ListWorkspacesResponseBody } from './ListWorkspacesResponseBody';
|
|
@@ -151,6 +168,9 @@ export { ListWorkspacesResponse } from './ListWorkspacesResponse';
|
|
|
151
168
|
export { PutWorkspaceRequest } from './PutWorkspaceRequest';
|
|
152
169
|
export { PutWorkspaceResponseBody } from './PutWorkspaceResponseBody';
|
|
153
170
|
export { PutWorkspaceResponse } from './PutWorkspaceResponse';
|
|
171
|
+
export { UpdateServiceRequest } from './UpdateServiceRequest';
|
|
172
|
+
export { UpdateServiceResponseBody } from './UpdateServiceResponseBody';
|
|
173
|
+
export { UpdateServiceResponse } from './UpdateServiceResponse';
|
|
154
174
|
export { UpdateUmodelRequest } from './UpdateUmodelRequest';
|
|
155
175
|
export { UpdateUmodelResponseBody } from './UpdateUmodelResponseBody';
|
|
156
176
|
export { UpdateUmodelResponse } from './UpdateUmodelResponse';
|