@alicloud/apig20240327 4.0.4 → 4.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 +35 -2
- package/dist/client.js +107 -2
- package/dist/client.js.map +1 -1
- package/dist/models/AgentServiceConfig.d.ts +32 -0
- package/dist/models/AgentServiceConfig.js +79 -0
- package/dist/models/AgentServiceConfig.js.map +1 -0
- package/dist/models/AgentServiceConfigDashScopeConfig.d.ts +15 -0
- package/dist/models/AgentServiceConfigDashScopeConfig.js +62 -0
- package/dist/models/AgentServiceConfigDashScopeConfig.js.map +1 -0
- package/dist/models/AgentServiceConfigDashScopeConfigAppCredentials.d.ts +17 -0
- package/dist/models/AgentServiceConfigDashScopeConfigAppCredentials.js +62 -0
- package/dist/models/AgentServiceConfigDashScopeConfigAppCredentials.js.map +1 -0
- package/dist/models/AgentServiceConfigDifyConfig.d.ts +15 -0
- package/dist/models/AgentServiceConfigDifyConfig.js +60 -0
- package/dist/models/AgentServiceConfigDifyConfig.js.map +1 -0
- package/dist/models/ApiKeyIdentityConfigApikeySource.d.ts +0 -2
- package/dist/models/ApiKeyIdentityConfigApikeySource.js +0 -2
- package/dist/models/ApiKeyIdentityConfigApikeySource.js.map +1 -1
- package/dist/models/CreateHttpApiRequest.d.ts +1 -0
- package/dist/models/CreateHttpApiRequest.js +5 -0
- package/dist/models/CreateHttpApiRequest.js.map +1 -1
- package/dist/models/CreateServiceRequestServiceConfigs.d.ts +2 -0
- package/dist/models/CreateServiceRequestServiceConfigs.js +6 -0
- package/dist/models/CreateServiceRequestServiceConfigs.js.map +1 -1
- 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 +28 -0
- package/dist/models/DeleteServiceResponseBody.js +62 -0
- package/dist/models/DeleteServiceResponseBody.js.map +1 -0
- package/dist/models/GetGatewayResponseBody.d.ts +4 -4
- package/dist/models/GetGatewayResponseBodyData.d.ts +46 -32
- package/dist/models/GetGatewayResponseBodyData.js +2 -0
- package/dist/models/GetGatewayResponseBodyData.js.map +1 -1
- package/dist/models/GetGatewayResponseBodyDataEnvironments.d.ts +3 -3
- package/dist/models/GetGatewayResponseBodyDataLoadBalancers.d.ts +23 -18
- package/dist/models/GetGatewayResponseBodyDataLoadBalancers.js.map +1 -1
- package/dist/models/GetGatewayResponseBodyDataLoadBalancersPorts.d.ts +5 -4
- package/dist/models/GetGatewayResponseBodyDataLoadBalancersPorts.js.map +1 -1
- package/dist/models/GetGatewayResponseBodyDataSecurityGroup.d.ts +2 -2
- package/dist/models/GetGatewayResponseBodyDataTags.d.ts +2 -2
- package/dist/models/GetGatewayResponseBodyDataVpc.d.ts +3 -3
- package/dist/models/GetGatewayResponseBodyDataVswitch.d.ts +3 -3
- package/dist/models/GetGatewayResponseBodyDataZones.d.ts +4 -4
- package/dist/models/GetGatewayResponseBodyDataZonesVswitch.d.ts +3 -3
- package/dist/models/ListPluginAttachmentsRequest.d.ts +58 -0
- package/dist/models/ListPluginAttachmentsRequest.js +74 -0
- package/dist/models/ListPluginAttachmentsRequest.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponse.d.ts +19 -0
- package/dist/models/ListPluginAttachmentsResponse.js +69 -0
- package/dist/models/ListPluginAttachmentsResponse.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponseBody.d.ts +33 -0
- package/dist/models/ListPluginAttachmentsResponseBody.js +68 -0
- package/dist/models/ListPluginAttachmentsResponseBody.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponseBodyData.d.ts +30 -0
- package/dist/models/ListPluginAttachmentsResponseBodyData.js +68 -0
- package/dist/models/ListPluginAttachmentsResponseBodyData.js.map +1 -0
- package/dist/models/ListPluginAttachmentsResponseBodyDataItems.d.ts +46 -0
- package/dist/models/ListPluginAttachmentsResponseBodyDataItems.js +90 -0
- package/dist/models/ListPluginAttachmentsResponseBodyDataItems.js.map +1 -0
- package/dist/models/Service.d.ts +2 -0
- package/dist/models/Service.js +6 -0
- package/dist/models/Service.js.map +1 -1
- package/dist/models/UpdateHttpApiRequest.d.ts +1 -0
- package/dist/models/UpdateHttpApiRequest.js +5 -0
- package/dist/models/UpdateHttpApiRequest.js.map +1 -1
- package/dist/models/model.d.ts +11 -0
- package/dist/models/model.js +30 -7
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +122 -2
- package/src/models/AgentServiceConfig.ts +64 -0
- package/src/models/AgentServiceConfigDashScopeConfig.ts +31 -0
- package/src/models/AgentServiceConfigDashScopeConfigAppCredentials.ts +32 -0
- package/src/models/AgentServiceConfigDifyConfig.ts +30 -0
- package/src/models/ApiKeyIdentityConfigApikeySource.ts +0 -2
- package/src/models/CreateHttpApiRequest.ts +6 -0
- package/src/models/CreateServiceRequestServiceConfigs.ts +7 -0
- package/src/models/DeleteServiceResponse.ts +40 -0
- package/src/models/DeleteServiceResponseBody.ts +45 -0
- package/src/models/GetGatewayResponseBody.ts +4 -4
- package/src/models/GetGatewayResponseBodyData.ts +48 -32
- package/src/models/GetGatewayResponseBodyDataEnvironments.ts +3 -3
- package/src/models/GetGatewayResponseBodyDataLoadBalancers.ts +23 -18
- package/src/models/GetGatewayResponseBodyDataLoadBalancersPorts.ts +5 -4
- package/src/models/GetGatewayResponseBodyDataSecurityGroup.ts +2 -2
- package/src/models/GetGatewayResponseBodyDataTags.ts +2 -2
- package/src/models/GetGatewayResponseBodyDataVpc.ts +3 -3
- package/src/models/GetGatewayResponseBodyDataVswitch.ts +3 -3
- package/src/models/GetGatewayResponseBodyDataZones.ts +4 -4
- package/src/models/GetGatewayResponseBodyDataZonesVswitch.ts +3 -3
- package/src/models/ListPluginAttachmentsRequest.ts +87 -0
- package/src/models/ListPluginAttachmentsResponse.ts +40 -0
- package/src/models/ListPluginAttachmentsResponseBody.ts +55 -0
- package/src/models/ListPluginAttachmentsResponseBodyData.ts +52 -0
- package/src/models/ListPluginAttachmentsResponseBodyDataItems.ts +87 -0
- package/src/models/Service.ts +7 -0
- package/src/models/UpdateHttpApiRequest.ts +6 -0
- package/src/models/model.ts +11 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { AgentServiceConfigDashScopeConfig } from "./AgentServiceConfigDashScopeConfig";
|
|
3
|
+
import { AgentServiceConfigDifyConfig } from "./AgentServiceConfigDifyConfig";
|
|
4
|
+
export declare class AgentServiceConfig extends $dara.Model {
|
|
5
|
+
/**
|
|
6
|
+
* @remarks
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* https://dashscope.aliyuncs.com/api/v1
|
|
11
|
+
*/
|
|
12
|
+
address?: string;
|
|
13
|
+
dashScopeConfig?: AgentServiceConfigDashScopeConfig;
|
|
14
|
+
difyConfig?: AgentServiceConfigDifyConfig;
|
|
15
|
+
enableHealthCheck?: boolean;
|
|
16
|
+
protocols?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* This parameter is required.
|
|
20
|
+
*/
|
|
21
|
+
provider?: string;
|
|
22
|
+
static names(): {
|
|
23
|
+
[key: string]: string;
|
|
24
|
+
};
|
|
25
|
+
static types(): {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
validate(): void;
|
|
29
|
+
constructor(map?: {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
});
|
|
32
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
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.AgentServiceConfig = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const AgentServiceConfigDashScopeConfig_1 = require("./AgentServiceConfigDashScopeConfig");
|
|
40
|
+
const AgentServiceConfigDifyConfig_1 = require("./AgentServiceConfigDifyConfig");
|
|
41
|
+
class AgentServiceConfig extends $dara.Model {
|
|
42
|
+
static names() {
|
|
43
|
+
return {
|
|
44
|
+
address: 'address',
|
|
45
|
+
dashScopeConfig: 'dashScopeConfig',
|
|
46
|
+
difyConfig: 'difyConfig',
|
|
47
|
+
enableHealthCheck: 'enableHealthCheck',
|
|
48
|
+
protocols: 'protocols',
|
|
49
|
+
provider: 'provider',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
static types() {
|
|
53
|
+
return {
|
|
54
|
+
address: 'string',
|
|
55
|
+
dashScopeConfig: AgentServiceConfigDashScopeConfig_1.AgentServiceConfigDashScopeConfig,
|
|
56
|
+
difyConfig: AgentServiceConfigDifyConfig_1.AgentServiceConfigDifyConfig,
|
|
57
|
+
enableHealthCheck: 'boolean',
|
|
58
|
+
protocols: { 'type': 'array', 'itemType': 'string' },
|
|
59
|
+
provider: 'string',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
validate() {
|
|
63
|
+
if (this.dashScopeConfig && typeof this.dashScopeConfig.validate === 'function') {
|
|
64
|
+
this.dashScopeConfig.validate();
|
|
65
|
+
}
|
|
66
|
+
if (this.difyConfig && typeof this.difyConfig.validate === 'function') {
|
|
67
|
+
this.difyConfig.validate();
|
|
68
|
+
}
|
|
69
|
+
if (Array.isArray(this.protocols)) {
|
|
70
|
+
$dara.Model.validateArray(this.protocols);
|
|
71
|
+
}
|
|
72
|
+
super.validate();
|
|
73
|
+
}
|
|
74
|
+
constructor(map) {
|
|
75
|
+
super(map);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
exports.AgentServiceConfig = AgentServiceConfig;
|
|
79
|
+
//# sourceMappingURL=AgentServiceConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AgentServiceConfig.js","sourceRoot":"","sources":["../../src/models/AgentServiceConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2FAAwF;AACxF,iFAA8E;AAG9E,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAkBjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,iBAAiB,EAAE,mBAAmB;YACtC,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,eAAe,EAAE,qEAAiC;YAClD,UAAU,EAAE,2DAA4B;YACxC,iBAAiB,EAAE,SAAS;YAC5B,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,eAAe,IAAI,OAAQ,IAAI,CAAC,eAAuB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvF,IAAI,CAAC,eAAuB,CAAC,QAAQ,EAAE,CAAC;QAC3C,CAAC;QACD,IAAG,IAAI,CAAC,UAAU,IAAI,OAAQ,IAAI,CAAC,UAAkB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC7E,IAAI,CAAC,UAAkB,CAAC,QAAQ,EAAE,CAAC;QACtC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxDD,gDAwDC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { AgentServiceConfigDashScopeConfigAppCredentials } from "./AgentServiceConfigDashScopeConfigAppCredentials";
|
|
3
|
+
export declare class AgentServiceConfigDashScopeConfig extends $dara.Model {
|
|
4
|
+
appCredentials?: AgentServiceConfigDashScopeConfigAppCredentials[];
|
|
5
|
+
static names(): {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
};
|
|
8
|
+
static types(): {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
};
|
|
11
|
+
validate(): void;
|
|
12
|
+
constructor(map?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.AgentServiceConfigDashScopeConfig = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const AgentServiceConfigDashScopeConfigAppCredentials_1 = require("./AgentServiceConfigDashScopeConfigAppCredentials");
|
|
40
|
+
class AgentServiceConfigDashScopeConfig extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
appCredentials: 'appCredentials',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
appCredentials: { 'type': 'array', 'itemType': AgentServiceConfigDashScopeConfigAppCredentials_1.AgentServiceConfigDashScopeConfigAppCredentials },
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
validate() {
|
|
52
|
+
if (Array.isArray(this.appCredentials)) {
|
|
53
|
+
$dara.Model.validateArray(this.appCredentials);
|
|
54
|
+
}
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.AgentServiceConfigDashScopeConfig = AgentServiceConfigDashScopeConfig;
|
|
62
|
+
//# sourceMappingURL=AgentServiceConfigDashScopeConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AgentServiceConfigDashScopeConfig.js","sourceRoot":"","sources":["../../src/models/AgentServiceConfigDashScopeConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uHAAoH;AAGpH,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAEhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,iGAA+C,EAAE;SACjG,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,8EAwBC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
/**
|
|
3
|
+
*/
|
|
4
|
+
export declare class AgentServiceConfigDashScopeConfigAppCredentials extends $dara.Model {
|
|
5
|
+
apiKey?: string;
|
|
6
|
+
appId?: string;
|
|
7
|
+
static names(): {
|
|
8
|
+
[key: string]: string;
|
|
9
|
+
};
|
|
10
|
+
static types(): {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
validate(): void;
|
|
14
|
+
constructor(map?: {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
});
|
|
17
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.AgentServiceConfigDashScopeConfigAppCredentials = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
/**
|
|
40
|
+
*/
|
|
41
|
+
class AgentServiceConfigDashScopeConfigAppCredentials extends $dara.Model {
|
|
42
|
+
static names() {
|
|
43
|
+
return {
|
|
44
|
+
apiKey: 'apiKey',
|
|
45
|
+
appId: 'appId',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
apiKey: 'string',
|
|
51
|
+
appId: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.AgentServiceConfigDashScopeConfigAppCredentials = AgentServiceConfigDashScopeConfigAppCredentials;
|
|
62
|
+
//# sourceMappingURL=AgentServiceConfigDashScopeConfigAppCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AgentServiceConfigDashScopeConfigAppCredentials.js","sourceRoot":"","sources":["../../src/models/AgentServiceConfigDashScopeConfigAppCredentials.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C;GACG;AACH,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IAG9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,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;AAxBD,0GAwBC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class AgentServiceConfigDifyConfig extends $dara.Model {
|
|
3
|
+
apiKey?: string;
|
|
4
|
+
botType?: string;
|
|
5
|
+
static names(): {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
};
|
|
8
|
+
static types(): {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
};
|
|
11
|
+
validate(): void;
|
|
12
|
+
constructor(map?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
@@ -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.AgentServiceConfigDifyConfig = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class AgentServiceConfigDifyConfig extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
apiKey: 'apiKey',
|
|
43
|
+
botType: 'botType',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
apiKey: 'string',
|
|
49
|
+
botType: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.AgentServiceConfigDifyConfig = AgentServiceConfigDifyConfig;
|
|
60
|
+
//# sourceMappingURL=AgentServiceConfigDifyConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AgentServiceConfigDifyConfig.js","sourceRoot":"","sources":["../../src/models/AgentServiceConfigDifyConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAG3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,QAAQ;SAClB,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;AAxBD,oEAwBC"}
|
|
@@ -36,8 +36,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
36
36
|
exports.ApiKeyIdentityConfigApikeySource = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
-
/**
|
|
40
|
-
*/
|
|
41
39
|
class ApiKeyIdentityConfigApikeySource extends $dara.Model {
|
|
42
40
|
static names() {
|
|
43
41
|
return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyIdentityConfigApikeySource.js","sourceRoot":"","sources":["../../src/models/ApiKeyIdentityConfigApikeySource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C
|
|
1
|
+
{"version":3,"file":"ApiKeyIdentityConfigApikeySource.js","sourceRoot":"","sources":["../../src/models/ApiKeyIdentityConfigApikeySource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAG/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,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;AAxBD,4EAwBC"}
|
|
@@ -4,6 +4,7 @@ import { HttpApiDeployConfig } from "./HttpApiDeployConfig";
|
|
|
4
4
|
import { CreateHttpApiRequestIngressConfig } from "./CreateHttpApiRequestIngressConfig";
|
|
5
5
|
import { HttpApiVersionConfig } from "./HttpApiVersionConfig";
|
|
6
6
|
export declare class CreateHttpApiRequest extends $dara.Model {
|
|
7
|
+
agentProtocols?: string[];
|
|
7
8
|
/**
|
|
8
9
|
* @remarks
|
|
9
10
|
* The AI API protocols. Valid value:
|
|
@@ -43,6 +43,7 @@ const HttpApiVersionConfig_1 = require("./HttpApiVersionConfig");
|
|
|
43
43
|
class CreateHttpApiRequest extends $dara.Model {
|
|
44
44
|
static names() {
|
|
45
45
|
return {
|
|
46
|
+
agentProtocols: 'agentProtocols',
|
|
46
47
|
aiProtocols: 'aiProtocols',
|
|
47
48
|
authConfig: 'authConfig',
|
|
48
49
|
basePath: 'basePath',
|
|
@@ -59,6 +60,7 @@ class CreateHttpApiRequest extends $dara.Model {
|
|
|
59
60
|
}
|
|
60
61
|
static types() {
|
|
61
62
|
return {
|
|
63
|
+
agentProtocols: { 'type': 'array', 'itemType': 'string' },
|
|
62
64
|
aiProtocols: { 'type': 'array', 'itemType': 'string' },
|
|
63
65
|
authConfig: AuthConfig_1.AuthConfig,
|
|
64
66
|
basePath: 'string',
|
|
@@ -74,6 +76,9 @@ class CreateHttpApiRequest extends $dara.Model {
|
|
|
74
76
|
};
|
|
75
77
|
}
|
|
76
78
|
validate() {
|
|
79
|
+
if (Array.isArray(this.agentProtocols)) {
|
|
80
|
+
$dara.Model.validateArray(this.agentProtocols);
|
|
81
|
+
}
|
|
77
82
|
if (Array.isArray(this.aiProtocols)) {
|
|
78
83
|
$dara.Model.validateArray(this.aiProtocols);
|
|
79
84
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateHttpApiRequest.js","sourceRoot":"","sources":["../../src/models/CreateHttpApiRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6CAA0C;AAC1C,+DAA4D;AAC5D,2FAAwF;AACxF,iEAA8D;AAG9D,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateHttpApiRequest.js","sourceRoot":"","sources":["../../src/models/CreateHttpApiRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { AgentServiceConfig } from "./AgentServiceConfig";
|
|
2
3
|
import { AiServiceConfig } from "./AiServiceConfig";
|
|
3
4
|
export declare class CreateServiceRequestServiceConfigs extends $dara.Model {
|
|
4
5
|
/**
|
|
@@ -6,6 +7,7 @@ export declare class CreateServiceRequestServiceConfigs extends $dara.Model {
|
|
|
6
7
|
* The list of domain names or fixed addresses.
|
|
7
8
|
*/
|
|
8
9
|
addresses?: string[];
|
|
10
|
+
agentServiceConfig?: AgentServiceConfig;
|
|
9
11
|
/**
|
|
10
12
|
* @remarks
|
|
11
13
|
* The AI service configurations.
|
|
@@ -36,11 +36,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
36
36
|
exports.CreateServiceRequestServiceConfigs = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const AgentServiceConfig_1 = require("./AgentServiceConfig");
|
|
39
40
|
const AiServiceConfig_1 = require("./AiServiceConfig");
|
|
40
41
|
class CreateServiceRequestServiceConfigs extends $dara.Model {
|
|
41
42
|
static names() {
|
|
42
43
|
return {
|
|
43
44
|
addresses: 'addresses',
|
|
45
|
+
agentServiceConfig: 'agentServiceConfig',
|
|
44
46
|
aiServiceConfig: 'aiServiceConfig',
|
|
45
47
|
dnsServers: 'dnsServers',
|
|
46
48
|
groupName: 'groupName',
|
|
@@ -52,6 +54,7 @@ class CreateServiceRequestServiceConfigs extends $dara.Model {
|
|
|
52
54
|
static types() {
|
|
53
55
|
return {
|
|
54
56
|
addresses: { 'type': 'array', 'itemType': 'string' },
|
|
57
|
+
agentServiceConfig: AgentServiceConfig_1.AgentServiceConfig,
|
|
55
58
|
aiServiceConfig: AiServiceConfig_1.AiServiceConfig,
|
|
56
59
|
dnsServers: { 'type': 'array', 'itemType': 'string' },
|
|
57
60
|
groupName: 'string',
|
|
@@ -64,6 +67,9 @@ class CreateServiceRequestServiceConfigs extends $dara.Model {
|
|
|
64
67
|
if (Array.isArray(this.addresses)) {
|
|
65
68
|
$dara.Model.validateArray(this.addresses);
|
|
66
69
|
}
|
|
70
|
+
if (this.agentServiceConfig && typeof this.agentServiceConfig.validate === 'function') {
|
|
71
|
+
this.agentServiceConfig.validate();
|
|
72
|
+
}
|
|
67
73
|
if (this.aiServiceConfig && typeof this.aiServiceConfig.validate === 'function') {
|
|
68
74
|
this.aiServiceConfig.validate();
|
|
69
75
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateServiceRequestServiceConfigs.js","sourceRoot":"","sources":["../../src/models/CreateServiceRequestServiceConfigs.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uDAAoD;AAGpD,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateServiceRequestServiceConfigs.js","sourceRoot":"","sources":["../../src/models/CreateServiceRequestServiceConfigs.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6DAA0D;AAC1D,uDAAoD;AAGpD,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAoDjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,kBAAkB,EAAE,oBAAoB;YACxC,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,kBAAkB,EAAE,uCAAkB;YACtC,eAAe,EAAE,iCAAe;YAChC,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACrD,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,kBAAkB,IAAI,OAAQ,IAAI,CAAC,kBAA0B,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC7F,IAAI,CAAC,kBAA0B,CAAC,QAAQ,EAAE,CAAC;QAC9C,CAAC;QACD,IAAG,IAAI,CAAC,eAAe,IAAI,OAAQ,IAAI,CAAC,eAAuB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvF,IAAI,CAAC,eAAuB,CAAC,QAAQ,EAAE,CAAC;QAC3C,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjGD,gFAiGC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DeleteServiceResponseBody } from "./DeleteServiceResponseBody";
|
|
3
|
+
export declare class DeleteServiceResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DeleteServiceResponseBody;
|
|
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.DeleteServiceResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DeleteServiceResponseBody_1 = require("./DeleteServiceResponseBody");
|
|
40
|
+
class DeleteServiceResponse 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: DeleteServiceResponseBody_1.DeleteServiceResponseBody,
|
|
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.DeleteServiceResponse = DeleteServiceResponse;
|
|
69
|
+
//# sourceMappingURL=DeleteServiceResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteServiceResponse.js","sourceRoot":"","sources":["../../src/models/DeleteServiceResponse.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,28 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DeleteServiceResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* Ok
|
|
6
|
+
*/
|
|
7
|
+
code?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* success
|
|
11
|
+
*/
|
|
12
|
+
message?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 3C3B9A12-3868-5EB9-8BEA-F99E03DD125C
|
|
16
|
+
*/
|
|
17
|
+
requestId?: string;
|
|
18
|
+
static names(): {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
static types(): {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
validate(): void;
|
|
25
|
+
constructor(map?: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
});
|
|
28
|
+
}
|