@huaweicloud/huaweicloud-sdk-cfw 3.1.159 → 3.1.160

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.
Files changed (117) hide show
  1. package/package.json +2 -2
  2. package/v1/CfwClient.d.ts +225 -0
  3. package/v1/CfwClient.d.ts.map +1 -1
  4. package/v1/CfwClient.js +688 -1
  5. package/v1/CfwClient.js.map +1 -1
  6. package/v1/model/AccessTopMemberVO.d.ts +10 -0
  7. package/v1/model/AccessTopMemberVO.d.ts.map +1 -0
  8. package/v1/model/AccessTopMemberVO.js +21 -0
  9. package/v1/model/AccessTopMemberVO.js.map +1 -0
  10. package/v1/model/AccessTopStatisticsVO.d.ts +20 -0
  11. package/v1/model/AccessTopStatisticsVO.d.ts.map +1 -0
  12. package/v1/model/AccessTopStatisticsVO.js +49 -0
  13. package/v1/model/AccessTopStatisticsVO.js.map +1 -0
  14. package/v1/model/AccessTopVO.d.ts +76 -0
  15. package/v1/model/AccessTopVO.d.ts.map +1 -0
  16. package/v1/model/AccessTopVO.js +183 -0
  17. package/v1/model/AccessTopVO.js.map +1 -0
  18. package/v1/model/AttackStatisticRespBody.d.ts +53 -0
  19. package/v1/model/AttackStatisticRespBody.d.ts.map +1 -0
  20. package/v1/model/AttackStatisticRespBody.js +127 -0
  21. package/v1/model/AttackStatisticRespBody.js.map +1 -0
  22. package/v1/model/AttackTrendRespBody.d.ts +14 -0
  23. package/v1/model/AttackTrendRespBody.d.ts.map +1 -0
  24. package/v1/model/AttackTrendRespBody.js +33 -0
  25. package/v1/model/AttackTrendRespBody.js.map +1 -0
  26. package/v1/model/CustomerIpsSaveDto.d.ts +73 -0
  27. package/v1/model/CustomerIpsSaveDto.d.ts.map +1 -0
  28. package/v1/model/CustomerIpsSaveDto.js +149 -0
  29. package/v1/model/CustomerIpsSaveDto.js.map +1 -0
  30. package/v1/model/CustomerIpsVO.d.ts +79 -0
  31. package/v1/model/CustomerIpsVO.d.ts.map +1 -0
  32. package/v1/model/CustomerIpsVO.js +150 -0
  33. package/v1/model/CustomerIpsVO.js.map +1 -0
  34. package/v1/model/ExportIpBlacklistResponse.d.ts +0 -4
  35. package/v1/model/ExportIpBlacklistResponse.d.ts.map +1 -1
  36. package/v1/model/ExportIpBlacklistResponse.js +0 -10
  37. package/v1/model/ExportIpBlacklistResponse.js.map +1 -1
  38. package/v1/model/IpsContent.d.ts +26 -0
  39. package/v1/model/IpsContent.d.ts.map +1 -0
  40. package/v1/model/IpsContent.js +61 -0
  41. package/v1/model/IpsContent.js.map +1 -0
  42. package/v1/model/ListAttackStatisticRequest.d.ts +69 -0
  43. package/v1/model/ListAttackStatisticRequest.d.ts.map +1 -0
  44. package/v1/model/ListAttackStatisticRequest.js +124 -0
  45. package/v1/model/ListAttackStatisticRequest.js.map +1 -0
  46. package/v1/model/ListAttackStatisticResponse.d.ts +8 -0
  47. package/v1/model/ListAttackStatisticResponse.d.ts.map +1 -0
  48. package/v1/model/ListAttackStatisticResponse.js +15 -0
  49. package/v1/model/ListAttackStatisticResponse.js.map +1 -0
  50. package/v1/model/Port.d.ts +10 -0
  51. package/v1/model/Port.d.ts.map +1 -0
  52. package/v1/model/Port.js +23 -0
  53. package/v1/model/Port.js.map +1 -0
  54. package/v1/model/ShowAccessTopRequest.d.ts +79 -0
  55. package/v1/model/ShowAccessTopRequest.d.ts.map +1 -0
  56. package/v1/model/ShowAccessTopRequest.js +139 -0
  57. package/v1/model/ShowAccessTopRequest.js.map +1 -0
  58. package/v1/model/ShowAccessTopResponse.d.ts +8 -0
  59. package/v1/model/ShowAccessTopResponse.d.ts.map +1 -0
  60. package/v1/model/ShowAccessTopResponse.js +15 -0
  61. package/v1/model/ShowAccessTopResponse.js.map +1 -0
  62. package/v1/model/ShowAttackTotalRequest.d.ts +49 -0
  63. package/v1/model/ShowAttackTotalRequest.d.ts.map +1 -0
  64. package/v1/model/ShowAttackTotalRequest.js +97 -0
  65. package/v1/model/ShowAttackTotalRequest.js.map +1 -0
  66. package/v1/model/ShowAttackTotalRespData.d.ts +20 -0
  67. package/v1/model/ShowAttackTotalRespData.d.ts.map +1 -0
  68. package/v1/model/ShowAttackTotalRespData.js +49 -0
  69. package/v1/model/ShowAttackTotalRespData.js.map +1 -0
  70. package/v1/model/ShowAttackTotalResponse.d.ts +8 -0
  71. package/v1/model/ShowAttackTotalResponse.d.ts.map +1 -0
  72. package/v1/model/ShowAttackTotalResponse.js +15 -0
  73. package/v1/model/ShowAttackTotalResponse.js.map +1 -0
  74. package/v1/model/ShowAttackTrendRequest.d.ts +49 -0
  75. package/v1/model/ShowAttackTrendRequest.d.ts.map +1 -0
  76. package/v1/model/ShowAttackTrendRequest.js +97 -0
  77. package/v1/model/ShowAttackTrendRequest.js.map +1 -0
  78. package/v1/model/ShowAttackTrendResponse.d.ts +8 -0
  79. package/v1/model/ShowAttackTrendResponse.d.ts.map +1 -0
  80. package/v1/model/ShowAttackTrendResponse.js +15 -0
  81. package/v1/model/ShowAttackTrendResponse.js.map +1 -0
  82. package/v1/model/ShowCustomerIpsInfoRequest.d.ts +20 -0
  83. package/v1/model/ShowCustomerIpsInfoRequest.d.ts.map +1 -0
  84. package/v1/model/ShowCustomerIpsInfoRequest.js +53 -0
  85. package/v1/model/ShowCustomerIpsInfoRequest.js.map +1 -0
  86. package/v1/model/ShowCustomerIpsInfoResponse.d.ts +8 -0
  87. package/v1/model/ShowCustomerIpsInfoResponse.d.ts.map +1 -0
  88. package/v1/model/ShowCustomerIpsInfoResponse.js +15 -0
  89. package/v1/model/ShowCustomerIpsInfoResponse.js.map +1 -0
  90. package/v1/model/ShowTrafficTrendRequest.d.ts +63 -0
  91. package/v1/model/ShowTrafficTrendRequest.d.ts.map +1 -0
  92. package/v1/model/ShowTrafficTrendRequest.js +121 -0
  93. package/v1/model/ShowTrafficTrendRequest.js.map +1 -0
  94. package/v1/model/ShowTrafficTrendResponse.d.ts +8 -0
  95. package/v1/model/ShowTrafficTrendResponse.d.ts.map +1 -0
  96. package/v1/model/ShowTrafficTrendResponse.js +15 -0
  97. package/v1/model/ShowTrafficTrendResponse.js.map +1 -0
  98. package/v1/model/TopInfo.d.ts +12 -0
  99. package/v1/model/TopInfo.d.ts.map +1 -0
  100. package/v1/model/TopInfo.js +27 -0
  101. package/v1/model/TopInfo.js.map +1 -0
  102. package/v1/model/TrafficTrendVO.d.ts +18 -0
  103. package/v1/model/TrafficTrendVO.d.ts.map +1 -0
  104. package/v1/model/TrafficTrendVO.js +43 -0
  105. package/v1/model/TrafficTrendVO.js.map +1 -0
  106. package/v1/model/UpdateCustomerIpsRequest.d.ts +15 -0
  107. package/v1/model/UpdateCustomerIpsRequest.d.ts.map +1 -0
  108. package/v1/model/UpdateCustomerIpsRequest.js +35 -0
  109. package/v1/model/UpdateCustomerIpsRequest.js.map +1 -0
  110. package/v1/model/UpdateCustomerIpsResponse.d.ts +7 -0
  111. package/v1/model/UpdateCustomerIpsResponse.d.ts.map +1 -0
  112. package/v1/model/UpdateCustomerIpsResponse.js +15 -0
  113. package/v1/model/UpdateCustomerIpsResponse.js.map +1 -0
  114. package/v1/public-api.d.ts +26 -0
  115. package/v1/public-api.d.ts.map +1 -1
  116. package/v1/public-api.js +26 -0
  117. package/v1/public-api.js.map +1 -1
@@ -0,0 +1,73 @@
1
+ import { IpsContent } from './IpsContent';
2
+ import { Port } from './Port';
3
+ export declare class CustomerIpsSaveDto {
4
+ private 'action_type'?;
5
+ private 'affected_os'?;
6
+ private 'attack_type'?;
7
+ contents?: Array<IpsContent>;
8
+ direction?: number;
9
+ private 'dst_port'?;
10
+ private 'fw_instance_id'?;
11
+ private 'ips_name'?;
12
+ private 'object_id'?;
13
+ protocol?: number;
14
+ severity?: number;
15
+ software?: number;
16
+ private 'src_port'?;
17
+ constructor(actionType?: number, affectedOs?: number, attackType?: number, contents?: Array<IpsContent>, direction?: number, dstPort?: Port, fwInstanceId?: string, ipsName?: string, objectId?: string, protocol?: number, severity?: number, software?: number, srcPort?: Port);
18
+ withActionType(actionType: CustomerIpsSaveDtoActionTypeEnum | number): CustomerIpsSaveDto;
19
+ set actionType(actionType: CustomerIpsSaveDtoActionTypeEnum | number | undefined);
20
+ get actionType(): CustomerIpsSaveDtoActionTypeEnum | number | undefined;
21
+ withAffectedOs(affectedOs: CustomerIpsSaveDtoAffectedOsEnum | number): CustomerIpsSaveDto;
22
+ set affectedOs(affectedOs: CustomerIpsSaveDtoAffectedOsEnum | number | undefined);
23
+ get affectedOs(): CustomerIpsSaveDtoAffectedOsEnum | number | undefined;
24
+ withAttackType(attackType: number): CustomerIpsSaveDto;
25
+ set attackType(attackType: number | undefined);
26
+ get attackType(): number | undefined;
27
+ withContents(contents: Array<IpsContent>): CustomerIpsSaveDto;
28
+ withDirection(direction: number): CustomerIpsSaveDto;
29
+ withDstPort(dstPort: Port): CustomerIpsSaveDto;
30
+ set dstPort(dstPort: Port | undefined);
31
+ get dstPort(): Port | undefined;
32
+ withFwInstanceId(fwInstanceId: string): CustomerIpsSaveDto;
33
+ set fwInstanceId(fwInstanceId: string | undefined);
34
+ get fwInstanceId(): string | undefined;
35
+ withIpsName(ipsName: string): CustomerIpsSaveDto;
36
+ set ipsName(ipsName: string | undefined);
37
+ get ipsName(): string | undefined;
38
+ withObjectId(objectId: string): CustomerIpsSaveDto;
39
+ set objectId(objectId: string | undefined);
40
+ get objectId(): string | undefined;
41
+ withProtocol(protocol: number): CustomerIpsSaveDto;
42
+ withSeverity(severity: number): CustomerIpsSaveDto;
43
+ withSoftware(software: number): CustomerIpsSaveDto;
44
+ withSrcPort(srcPort: Port): CustomerIpsSaveDto;
45
+ set srcPort(srcPort: Port | undefined);
46
+ get srcPort(): Port | undefined;
47
+ }
48
+ /**
49
+ * @export
50
+ * @enum {string}
51
+ */
52
+ export declare enum CustomerIpsSaveDtoActionTypeEnum {
53
+ NUMBER_0 = 0,
54
+ NUMBER_1 = 1
55
+ }
56
+ /**
57
+ * @export
58
+ * @enum {string}
59
+ */
60
+ export declare enum CustomerIpsSaveDtoAffectedOsEnum {
61
+ NUMBER_0 = 0,
62
+ NUMBER_1 = 1,
63
+ NUMBER_2 = 2,
64
+ NUMBER_3 = 3,
65
+ NUMBER_4 = 4,
66
+ NUMBER_5 = 5,
67
+ NUMBER_6 = 6,
68
+ NUMBER_7 = 7,
69
+ NUMBER_8 = 8,
70
+ NUMBER_9 = 9,
71
+ NUMBER_10 = 10
72
+ }
73
+ //# sourceMappingURL=CustomerIpsSaveDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomerIpsSaveDto.d.ts","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/CustomerIpsSaveDto.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,149 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomerIpsSaveDtoAffectedOsEnum = exports.CustomerIpsSaveDtoActionTypeEnum = exports.CustomerIpsSaveDto = void 0;
4
+ class CustomerIpsSaveDto {
5
+ constructor(actionType, affectedOs, attackType, contents, direction, dstPort, fwInstanceId, ipsName, objectId, protocol, severity, software, srcPort) {
6
+ this['action_type'] = actionType;
7
+ this['affected_os'] = affectedOs;
8
+ this['attack_type'] = attackType;
9
+ this['contents'] = contents;
10
+ this['direction'] = direction;
11
+ this['dst_port'] = dstPort;
12
+ this['fw_instance_id'] = fwInstanceId;
13
+ this['ips_name'] = ipsName;
14
+ this['object_id'] = objectId;
15
+ this['protocol'] = protocol;
16
+ this['severity'] = severity;
17
+ this['software'] = software;
18
+ this['src_port'] = srcPort;
19
+ }
20
+ withActionType(actionType) {
21
+ this['action_type'] = actionType;
22
+ return this;
23
+ }
24
+ set actionType(actionType) {
25
+ this['action_type'] = actionType;
26
+ }
27
+ get actionType() {
28
+ return this['action_type'];
29
+ }
30
+ withAffectedOs(affectedOs) {
31
+ this['affected_os'] = affectedOs;
32
+ return this;
33
+ }
34
+ set affectedOs(affectedOs) {
35
+ this['affected_os'] = affectedOs;
36
+ }
37
+ get affectedOs() {
38
+ return this['affected_os'];
39
+ }
40
+ withAttackType(attackType) {
41
+ this['attack_type'] = attackType;
42
+ return this;
43
+ }
44
+ set attackType(attackType) {
45
+ this['attack_type'] = attackType;
46
+ }
47
+ get attackType() {
48
+ return this['attack_type'];
49
+ }
50
+ withContents(contents) {
51
+ this['contents'] = contents;
52
+ return this;
53
+ }
54
+ withDirection(direction) {
55
+ this['direction'] = direction;
56
+ return this;
57
+ }
58
+ withDstPort(dstPort) {
59
+ this['dst_port'] = dstPort;
60
+ return this;
61
+ }
62
+ set dstPort(dstPort) {
63
+ this['dst_port'] = dstPort;
64
+ }
65
+ get dstPort() {
66
+ return this['dst_port'];
67
+ }
68
+ withFwInstanceId(fwInstanceId) {
69
+ this['fw_instance_id'] = fwInstanceId;
70
+ return this;
71
+ }
72
+ set fwInstanceId(fwInstanceId) {
73
+ this['fw_instance_id'] = fwInstanceId;
74
+ }
75
+ get fwInstanceId() {
76
+ return this['fw_instance_id'];
77
+ }
78
+ withIpsName(ipsName) {
79
+ this['ips_name'] = ipsName;
80
+ return this;
81
+ }
82
+ set ipsName(ipsName) {
83
+ this['ips_name'] = ipsName;
84
+ }
85
+ get ipsName() {
86
+ return this['ips_name'];
87
+ }
88
+ withObjectId(objectId) {
89
+ this['object_id'] = objectId;
90
+ return this;
91
+ }
92
+ set objectId(objectId) {
93
+ this['object_id'] = objectId;
94
+ }
95
+ get objectId() {
96
+ return this['object_id'];
97
+ }
98
+ withProtocol(protocol) {
99
+ this['protocol'] = protocol;
100
+ return this;
101
+ }
102
+ withSeverity(severity) {
103
+ this['severity'] = severity;
104
+ return this;
105
+ }
106
+ withSoftware(software) {
107
+ this['software'] = software;
108
+ return this;
109
+ }
110
+ withSrcPort(srcPort) {
111
+ this['src_port'] = srcPort;
112
+ return this;
113
+ }
114
+ set srcPort(srcPort) {
115
+ this['src_port'] = srcPort;
116
+ }
117
+ get srcPort() {
118
+ return this['src_port'];
119
+ }
120
+ }
121
+ exports.CustomerIpsSaveDto = CustomerIpsSaveDto;
122
+ /**
123
+ * @export
124
+ * @enum {string}
125
+ */
126
+ var CustomerIpsSaveDtoActionTypeEnum;
127
+ (function (CustomerIpsSaveDtoActionTypeEnum) {
128
+ CustomerIpsSaveDtoActionTypeEnum[CustomerIpsSaveDtoActionTypeEnum["NUMBER_0"] = 0] = "NUMBER_0";
129
+ CustomerIpsSaveDtoActionTypeEnum[CustomerIpsSaveDtoActionTypeEnum["NUMBER_1"] = 1] = "NUMBER_1";
130
+ })(CustomerIpsSaveDtoActionTypeEnum = exports.CustomerIpsSaveDtoActionTypeEnum || (exports.CustomerIpsSaveDtoActionTypeEnum = {}));
131
+ /**
132
+ * @export
133
+ * @enum {string}
134
+ */
135
+ var CustomerIpsSaveDtoAffectedOsEnum;
136
+ (function (CustomerIpsSaveDtoAffectedOsEnum) {
137
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_0"] = 0] = "NUMBER_0";
138
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_1"] = 1] = "NUMBER_1";
139
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_2"] = 2] = "NUMBER_2";
140
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_3"] = 3] = "NUMBER_3";
141
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_4"] = 4] = "NUMBER_4";
142
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_5"] = 5] = "NUMBER_5";
143
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_6"] = 6] = "NUMBER_6";
144
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_7"] = 7] = "NUMBER_7";
145
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_8"] = 8] = "NUMBER_8";
146
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_9"] = 9] = "NUMBER_9";
147
+ CustomerIpsSaveDtoAffectedOsEnum[CustomerIpsSaveDtoAffectedOsEnum["NUMBER_10"] = 10] = "NUMBER_10";
148
+ })(CustomerIpsSaveDtoAffectedOsEnum = exports.CustomerIpsSaveDtoAffectedOsEnum || (exports.CustomerIpsSaveDtoAffectedOsEnum = {}));
149
+ //# sourceMappingURL=CustomerIpsSaveDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomerIpsSaveDto.js","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/CustomerIpsSaveDto.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,79 @@
1
+ import { IpsContent } from './IpsContent';
2
+ import { Port } from './Port';
3
+ export declare class CustomerIpsVO {
4
+ action?: CustomerIpsVOActionEnum | number;
5
+ private 'affected_os'?;
6
+ private 'attack_type'?;
7
+ private 'config_status'?;
8
+ contents?: Array<IpsContent>;
9
+ direction?: number;
10
+ private 'dst_port'?;
11
+ private 'group_id'?;
12
+ private 'ips_cfw_id'?;
13
+ private 'ips_id'?;
14
+ private 'ips_name'?;
15
+ protocol?: number;
16
+ severity?: number;
17
+ software?: number;
18
+ private 'src_port'?;
19
+ constructor();
20
+ withAction(action: CustomerIpsVOActionEnum | number): CustomerIpsVO;
21
+ withAffectedOs(affectedOs: CustomerIpsVOAffectedOsEnum | number): CustomerIpsVO;
22
+ set affectedOs(affectedOs: CustomerIpsVOAffectedOsEnum | number | undefined);
23
+ get affectedOs(): CustomerIpsVOAffectedOsEnum | number | undefined;
24
+ withAttackType(attackType: number): CustomerIpsVO;
25
+ set attackType(attackType: number | undefined);
26
+ get attackType(): number | undefined;
27
+ withConfigStatus(configStatus: number): CustomerIpsVO;
28
+ set configStatus(configStatus: number | undefined);
29
+ get configStatus(): number | undefined;
30
+ withContents(contents: Array<IpsContent>): CustomerIpsVO;
31
+ withDirection(direction: number): CustomerIpsVO;
32
+ withDstPort(dstPort: Port): CustomerIpsVO;
33
+ set dstPort(dstPort: Port | undefined);
34
+ get dstPort(): Port | undefined;
35
+ withGroupId(groupId: string): CustomerIpsVO;
36
+ set groupId(groupId: string | undefined);
37
+ get groupId(): string | undefined;
38
+ withIpsCfwId(ipsCfwId: string): CustomerIpsVO;
39
+ set ipsCfwId(ipsCfwId: string | undefined);
40
+ get ipsCfwId(): string | undefined;
41
+ withIpsId(ipsId: string): CustomerIpsVO;
42
+ set ipsId(ipsId: string | undefined);
43
+ get ipsId(): string | undefined;
44
+ withIpsName(ipsName: string): CustomerIpsVO;
45
+ set ipsName(ipsName: string | undefined);
46
+ get ipsName(): string | undefined;
47
+ withProtocol(protocol: number): CustomerIpsVO;
48
+ withSeverity(severity: number): CustomerIpsVO;
49
+ withSoftware(software: number): CustomerIpsVO;
50
+ withSrcPort(srcPort: Port): CustomerIpsVO;
51
+ set srcPort(srcPort: Port | undefined);
52
+ get srcPort(): Port | undefined;
53
+ }
54
+ /**
55
+ * @export
56
+ * @enum {string}
57
+ */
58
+ export declare enum CustomerIpsVOActionEnum {
59
+ NUMBER_0 = 0,
60
+ NUMBER_1 = 1
61
+ }
62
+ /**
63
+ * @export
64
+ * @enum {string}
65
+ */
66
+ export declare enum CustomerIpsVOAffectedOsEnum {
67
+ NUMBER_0 = 0,
68
+ NUMBER_1 = 1,
69
+ NUMBER_2 = 2,
70
+ NUMBER_3 = 3,
71
+ NUMBER_4 = 4,
72
+ NUMBER_5 = 5,
73
+ NUMBER_6 = 6,
74
+ NUMBER_7 = 7,
75
+ NUMBER_8 = 8,
76
+ NUMBER_9 = 9,
77
+ NUMBER_10 = 10
78
+ }
79
+ //# sourceMappingURL=CustomerIpsVO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomerIpsVO.d.ts","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/CustomerIpsVO.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,150 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomerIpsVOAffectedOsEnum = exports.CustomerIpsVOActionEnum = exports.CustomerIpsVO = void 0;
4
+ class CustomerIpsVO {
5
+ constructor() {
6
+ }
7
+ withAction(action) {
8
+ this['action'] = action;
9
+ return this;
10
+ }
11
+ withAffectedOs(affectedOs) {
12
+ this['affected_os'] = affectedOs;
13
+ return this;
14
+ }
15
+ set affectedOs(affectedOs) {
16
+ this['affected_os'] = affectedOs;
17
+ }
18
+ get affectedOs() {
19
+ return this['affected_os'];
20
+ }
21
+ withAttackType(attackType) {
22
+ this['attack_type'] = attackType;
23
+ return this;
24
+ }
25
+ set attackType(attackType) {
26
+ this['attack_type'] = attackType;
27
+ }
28
+ get attackType() {
29
+ return this['attack_type'];
30
+ }
31
+ withConfigStatus(configStatus) {
32
+ this['config_status'] = configStatus;
33
+ return this;
34
+ }
35
+ set configStatus(configStatus) {
36
+ this['config_status'] = configStatus;
37
+ }
38
+ get configStatus() {
39
+ return this['config_status'];
40
+ }
41
+ withContents(contents) {
42
+ this['contents'] = contents;
43
+ return this;
44
+ }
45
+ withDirection(direction) {
46
+ this['direction'] = direction;
47
+ return this;
48
+ }
49
+ withDstPort(dstPort) {
50
+ this['dst_port'] = dstPort;
51
+ return this;
52
+ }
53
+ set dstPort(dstPort) {
54
+ this['dst_port'] = dstPort;
55
+ }
56
+ get dstPort() {
57
+ return this['dst_port'];
58
+ }
59
+ withGroupId(groupId) {
60
+ this['group_id'] = groupId;
61
+ return this;
62
+ }
63
+ set groupId(groupId) {
64
+ this['group_id'] = groupId;
65
+ }
66
+ get groupId() {
67
+ return this['group_id'];
68
+ }
69
+ withIpsCfwId(ipsCfwId) {
70
+ this['ips_cfw_id'] = ipsCfwId;
71
+ return this;
72
+ }
73
+ set ipsCfwId(ipsCfwId) {
74
+ this['ips_cfw_id'] = ipsCfwId;
75
+ }
76
+ get ipsCfwId() {
77
+ return this['ips_cfw_id'];
78
+ }
79
+ withIpsId(ipsId) {
80
+ this['ips_id'] = ipsId;
81
+ return this;
82
+ }
83
+ set ipsId(ipsId) {
84
+ this['ips_id'] = ipsId;
85
+ }
86
+ get ipsId() {
87
+ return this['ips_id'];
88
+ }
89
+ withIpsName(ipsName) {
90
+ this['ips_name'] = ipsName;
91
+ return this;
92
+ }
93
+ set ipsName(ipsName) {
94
+ this['ips_name'] = ipsName;
95
+ }
96
+ get ipsName() {
97
+ return this['ips_name'];
98
+ }
99
+ withProtocol(protocol) {
100
+ this['protocol'] = protocol;
101
+ return this;
102
+ }
103
+ withSeverity(severity) {
104
+ this['severity'] = severity;
105
+ return this;
106
+ }
107
+ withSoftware(software) {
108
+ this['software'] = software;
109
+ return this;
110
+ }
111
+ withSrcPort(srcPort) {
112
+ this['src_port'] = srcPort;
113
+ return this;
114
+ }
115
+ set srcPort(srcPort) {
116
+ this['src_port'] = srcPort;
117
+ }
118
+ get srcPort() {
119
+ return this['src_port'];
120
+ }
121
+ }
122
+ exports.CustomerIpsVO = CustomerIpsVO;
123
+ /**
124
+ * @export
125
+ * @enum {string}
126
+ */
127
+ var CustomerIpsVOActionEnum;
128
+ (function (CustomerIpsVOActionEnum) {
129
+ CustomerIpsVOActionEnum[CustomerIpsVOActionEnum["NUMBER_0"] = 0] = "NUMBER_0";
130
+ CustomerIpsVOActionEnum[CustomerIpsVOActionEnum["NUMBER_1"] = 1] = "NUMBER_1";
131
+ })(CustomerIpsVOActionEnum = exports.CustomerIpsVOActionEnum || (exports.CustomerIpsVOActionEnum = {}));
132
+ /**
133
+ * @export
134
+ * @enum {string}
135
+ */
136
+ var CustomerIpsVOAffectedOsEnum;
137
+ (function (CustomerIpsVOAffectedOsEnum) {
138
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_0"] = 0] = "NUMBER_0";
139
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_1"] = 1] = "NUMBER_1";
140
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_2"] = 2] = "NUMBER_2";
141
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_3"] = 3] = "NUMBER_3";
142
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_4"] = 4] = "NUMBER_4";
143
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_5"] = 5] = "NUMBER_5";
144
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_6"] = 6] = "NUMBER_6";
145
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_7"] = 7] = "NUMBER_7";
146
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_8"] = 8] = "NUMBER_8";
147
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_9"] = 9] = "NUMBER_9";
148
+ CustomerIpsVOAffectedOsEnum[CustomerIpsVOAffectedOsEnum["NUMBER_10"] = 10] = "NUMBER_10";
149
+ })(CustomerIpsVOAffectedOsEnum = exports.CustomerIpsVOAffectedOsEnum || (exports.CustomerIpsVOAffectedOsEnum = {}));
150
+ //# sourceMappingURL=CustomerIpsVO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomerIpsVO.js","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/CustomerIpsVO.ts"],"names":[],"mappings":"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"}
@@ -2,16 +2,12 @@ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
2
  export declare class ExportIpBlacklistResponse extends SdkResponse {
3
3
  body?: string;
4
4
  private 'Content-Disposition'?;
5
- private 'Content-Length'?;
6
5
  private 'Content-Type'?;
7
6
  constructor();
8
7
  withBody(body: string): ExportIpBlacklistResponse;
9
8
  withContentDisposition(contentDisposition: string): ExportIpBlacklistResponse;
10
9
  set contentDisposition(contentDisposition: string | undefined);
11
10
  get contentDisposition(): string | undefined;
12
- withContentLength(contentLength: number): ExportIpBlacklistResponse;
13
- set contentLength(contentLength: number | undefined);
14
- get contentLength(): number | undefined;
15
11
  withContentType(contentType: string): ExportIpBlacklistResponse;
16
12
  set contentType(contentType: string | undefined);
17
13
  get contentType(): string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ExportIpBlacklistResponse.d.ts","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/ExportIpBlacklistResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,gBAAgB,CAAC,CAAS;IAClC,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,yBAAyB;IAIjD,sBAAsB,CAAC,kBAAkB,EAAE,MAAM,GAAG,yBAAyB;IAIpF,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,MAAM,GAAI,SAAS,EAEpE;IACD,IAAW,kBAAkB,IAAI,MAAM,GAAG,SAAS,CAElD;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,yBAAyB;IAI1E,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,yBAAyB;IAItE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
1
+ {"version":3,"file":"ExportIpBlacklistResponse.d.ts","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/ExportIpBlacklistResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,yBAAyB;IAIjD,sBAAsB,CAAC,kBAAkB,EAAE,MAAM,GAAG,yBAAyB;IAIpF,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,MAAM,GAAI,SAAS,EAEpE;IACD,IAAW,kBAAkB,IAAI,MAAM,GAAG,SAAS,CAElD;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,yBAAyB;IAItE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
@@ -20,16 +20,6 @@ class ExportIpBlacklistResponse extends SdkResponse_1.SdkResponse {
20
20
  get contentDisposition() {
21
21
  return this['Content-Disposition'];
22
22
  }
23
- withContentLength(contentLength) {
24
- this['Content-Length'] = contentLength;
25
- return this;
26
- }
27
- set contentLength(contentLength) {
28
- this['Content-Length'] = contentLength;
29
- }
30
- get contentLength() {
31
- return this['Content-Length'];
32
- }
33
23
  withContentType(contentType) {
34
24
  this['Content-Type'] = contentType;
35
25
  return this;
@@ -1 +1 @@
1
- {"version":3,"file":"ExportIpBlacklistResponse.js","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/ExportIpBlacklistResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IAKtD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,sBAAsB,CAAC,kBAA0B;QACpD,IAAI,CAAC,qBAAqB,CAAC,GAAG,kBAAkB,CAAC;QACjD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAuC;QACjE,IAAI,CAAC,qBAAqB,CAAC,GAAG,kBAAkB,CAAC;IACrD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACvC,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA1CD,8DA0CC"}
1
+ {"version":3,"file":"ExportIpBlacklistResponse.js","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/ExportIpBlacklistResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IAItD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,sBAAsB,CAAC,kBAA0B;QACpD,IAAI,CAAC,qBAAqB,CAAC,GAAG,kBAAkB,CAAC;QACjD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAuC;QACjE,IAAI,CAAC,qBAAqB,CAAC,GAAG,kBAAkB,CAAC;IACrD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACvC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA/BD,8DA+BC"}
@@ -0,0 +1,26 @@
1
+ export declare class IpsContent {
2
+ content?: string;
3
+ depth?: number;
4
+ private 'is_hex'?;
5
+ private 'is_ignore'?;
6
+ private 'is_uri'?;
7
+ offset?: number;
8
+ private 'relative_position'?;
9
+ constructor();
10
+ withContent(content: string): IpsContent;
11
+ withDepth(depth: number): IpsContent;
12
+ withIsHex(isHex: boolean): IpsContent;
13
+ set isHex(isHex: boolean | undefined);
14
+ get isHex(): boolean | undefined;
15
+ withIsIgnore(isIgnore: boolean): IpsContent;
16
+ set isIgnore(isIgnore: boolean | undefined);
17
+ get isIgnore(): boolean | undefined;
18
+ withIsUri(isUri: boolean): IpsContent;
19
+ set isUri(isUri: boolean | undefined);
20
+ get isUri(): boolean | undefined;
21
+ withOffset(offset: number): IpsContent;
22
+ withRelativePosition(relativePosition: number): IpsContent;
23
+ set relativePosition(relativePosition: number | undefined);
24
+ get relativePosition(): number | undefined;
25
+ }
26
+ //# sourceMappingURL=IpsContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IpsContent.d.ts","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/IpsContent.ts"],"names":[],"mappings":"AAEA,qBAAa,UAAU;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,QAAQ,CAAC,CAAU;IAC3B,OAAO,CAAC,WAAW,CAAC,CAAU;IAC9B,OAAO,CAAC,QAAQ,CAAC,CAAU;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,mBAAmB,CAAC,CAAS;;IAG9B,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,UAAU;IAIxC,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU;IAIpC,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,UAAU;IAI5C,IAAW,KAAK,CAAC,KAAK,EAAE,OAAO,GAAI,SAAS,EAE3C;IACD,IAAW,KAAK,IAAI,OAAO,GAAG,SAAS,CAEtC;IACM,YAAY,CAAC,QAAQ,EAAE,OAAO,GAAG,UAAU;IAIlD,IAAW,QAAQ,CAAC,QAAQ,EAAE,OAAO,GAAI,SAAS,EAEjD;IACD,IAAW,QAAQ,IAAI,OAAO,GAAG,SAAS,CAEzC;IACM,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,UAAU;IAI5C,IAAW,KAAK,CAAC,KAAK,EAAE,OAAO,GAAI,SAAS,EAE3C;IACD,IAAW,KAAK,IAAI,OAAO,GAAG,SAAS,CAEtC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU;IAItC,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU;IAIjE,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;CACJ"}
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IpsContent = void 0;
4
+ class IpsContent {
5
+ constructor() {
6
+ }
7
+ withContent(content) {
8
+ this['content'] = content;
9
+ return this;
10
+ }
11
+ withDepth(depth) {
12
+ this['depth'] = depth;
13
+ return this;
14
+ }
15
+ withIsHex(isHex) {
16
+ this['is_hex'] = isHex;
17
+ return this;
18
+ }
19
+ set isHex(isHex) {
20
+ this['is_hex'] = isHex;
21
+ }
22
+ get isHex() {
23
+ return this['is_hex'];
24
+ }
25
+ withIsIgnore(isIgnore) {
26
+ this['is_ignore'] = isIgnore;
27
+ return this;
28
+ }
29
+ set isIgnore(isIgnore) {
30
+ this['is_ignore'] = isIgnore;
31
+ }
32
+ get isIgnore() {
33
+ return this['is_ignore'];
34
+ }
35
+ withIsUri(isUri) {
36
+ this['is_uri'] = isUri;
37
+ return this;
38
+ }
39
+ set isUri(isUri) {
40
+ this['is_uri'] = isUri;
41
+ }
42
+ get isUri() {
43
+ return this['is_uri'];
44
+ }
45
+ withOffset(offset) {
46
+ this['offset'] = offset;
47
+ return this;
48
+ }
49
+ withRelativePosition(relativePosition) {
50
+ this['relative_position'] = relativePosition;
51
+ return this;
52
+ }
53
+ set relativePosition(relativePosition) {
54
+ this['relative_position'] = relativePosition;
55
+ }
56
+ get relativePosition() {
57
+ return this['relative_position'];
58
+ }
59
+ }
60
+ exports.IpsContent = IpsContent;
61
+ //# sourceMappingURL=IpsContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IpsContent.js","sourceRoot":"","sources":["../../../../../services/cfw/v1/model/IpsContent.ts"],"names":[],"mappings":";;;AAEA,MAAa,UAAU;IAQnB;IACA,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAc;QAC3B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA2B;QACxC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,CAAC;IACM,YAAY,CAAC,QAAiB;QACjC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA8B;QAC9C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,SAAS,CAAC,KAAc;QAC3B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA2B;QACxC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,mBAAmB,CAAC,GAAG,gBAAgB,CAAC;QAC7C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,gBAAgB,CAAC,gBAAqC;QAC7D,IAAI,CAAC,mBAAmB,CAAC,GAAG,gBAAgB,CAAC;IACjD,CAAC;IACD,IAAW,gBAAgB;QACvB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;CACJ;AA9DD,gCA8DC"}