@volcengine/advdefence20230308 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/package.json +6 -2
  2. package/.turbo/turbo-build.log +0 -19
  3. package/dist/tsconfig.tsbuildinfo +0 -1
  4. package/rslib.config.ts +0 -26
  5. package/src/api.ts +0 -210
  6. package/src/index.ts +0 -14
  7. package/src/types/accurate-group-for-add-web-def-cc-rule-input.ts +0 -35
  8. package/src/types/accurate-group-for-desc-web-def-cc-rule-output.ts +0 -47
  9. package/src/types/accurate-group-for-upd-web-def-cc-rule-input.ts +0 -47
  10. package/src/types/accurate-rule-for-add-web-def-cc-rule-input.ts +0 -52
  11. package/src/types/accurate-rule-for-desc-web-def-cc-rule-output.ts +0 -52
  12. package/src/types/accurate-rule-for-upd-web-def-cc-rule-input.ts +0 -52
  13. package/src/types/add-rule-for-batch-add-fwd-rule-input.ts +0 -58
  14. package/src/types/add-web-def-cc-rule-request.ts +0 -101
  15. package/src/types/add-web-def-cc-rule-response.ts +0 -22
  16. package/src/types/attack-for-describe-attack-event-output.ts +0 -82
  17. package/src/types/avg-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -34
  18. package/src/types/batch-add-fwd-rule-request.ts +0 -29
  19. package/src/types/batch-add-fwd-rule-response.ts +0 -29
  20. package/src/types/biz-in-kbps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
  21. package/src/types/biz-in-pps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
  22. package/src/types/biz-out-kbps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
  23. package/src/types/biz-out-pps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
  24. package/src/types/concurr-conn-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
  25. package/src/types/del-web-def-cc-rule-request.ts +0 -34
  26. package/src/types/del-web-def-cc-rule-response.ts +0 -22
  27. package/src/types/desc-web-def-cc-rule-request.ts +0 -58
  28. package/src/types/desc-web-def-cc-rule-response.ts +0 -53
  29. package/src/types/describe-attack-event-request.ts +0 -52
  30. package/src/types/describe-attack-event-response.ts +0 -35
  31. package/src/types/describe-attack-flow-request.ts +0 -46
  32. package/src/types/describe-attack-flow-response.ts +0 -36
  33. package/src/types/describe-biz-flow-and-conn-count-request.ts +0 -40
  34. package/src/types/describe-biz-flow-and-conn-count-response.ts +0 -64
  35. package/src/types/drop-kbps-flow-for-describe-attack-flow-output.ts +0 -40
  36. package/src/types/drop-pkts-flow-for-describe-attack-flow-output.ts +0 -40
  37. package/src/types/group-for-desc-web-def-cc-rule-output.ts +0 -47
  38. package/src/types/in-kbps-flow-for-describe-attack-flow-output.ts +0 -40
  39. package/src/types/in-pkts-flow-for-describe-attack-flow-output.ts +0 -40
  40. package/src/types/index.ts +0 -45
  41. package/src/types/instance-result-for-describe-attack-flow-output.ts +0 -35
  42. package/src/types/message-for-batch-add-fwd-rule-output.ts +0 -46
  43. package/src/types/new-conn-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
  44. package/src/types/overall-result-for-describe-attack-flow-output.ts +0 -74
  45. package/src/types/peak-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -34
  46. package/src/types/rule-for-desc-web-def-cc-rule-output.ts +0 -125
  47. package/src/types/rule-group-for-desc-web-def-cc-rule-output.ts +0 -36
  48. package/src/types/upd-web-def-cc-rule-request.ts +0 -107
  49. package/src/types/upd-web-def-cc-rule-response.ts +0 -22
  50. package/src/types/update-fwd-rule-request.ts +0 -58
  51. package/src/types/update-fwd-rule-response.ts +0 -22
  52. package/src/types/val-for-describe-attack-flow-output.ts +0 -74
  53. package/tsconfig.json +0 -12
@@ -1,74 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * advdefence20230308
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { DropKBpsFlowForDescribeAttackFlowOutput } from './drop-kbps-flow-for-describe-attack-flow-output';
16
- import { DropPktsFlowForDescribeAttackFlowOutput } from './drop-pkts-flow-for-describe-attack-flow-output';
17
- import { InKBpsFlowForDescribeAttackFlowOutput } from './in-kbps-flow-for-describe-attack-flow-output';
18
- import { InPktsFlowForDescribeAttackFlowOutput } from './in-pkts-flow-for-describe-attack-flow-output';
19
- /**
20
- *
21
- *
22
- * @export
23
- * @interface ValForDescribeAttackFlowOutput
24
- */
25
- export interface ValForDescribeAttackFlowOutput {
26
-
27
- /**
28
- * @type {Array<DropKBpsFlowForDescribeAttackFlowOutput>}
29
- * @memberof ValForDescribeAttackFlowOutput
30
- */
31
- DropKBpsFlow?: Array<DropKBpsFlowForDescribeAttackFlowOutput>;
32
-
33
- /**
34
- * @type {Array<DropPktsFlowForDescribeAttackFlowOutput>}
35
- * @memberof ValForDescribeAttackFlowOutput
36
- */
37
- DropPktsFlow?: Array<DropPktsFlowForDescribeAttackFlowOutput>;
38
-
39
- /**
40
- * @type {Array<InKBpsFlowForDescribeAttackFlowOutput>}
41
- * @memberof ValForDescribeAttackFlowOutput
42
- */
43
- InKBpsFlow?: Array<InKBpsFlowForDescribeAttackFlowOutput>;
44
-
45
- /**
46
- * @type {Array<InPktsFlowForDescribeAttackFlowOutput>}
47
- * @memberof ValForDescribeAttackFlowOutput
48
- */
49
- InPktsFlow?: Array<InPktsFlowForDescribeAttackFlowOutput>;
50
-
51
- /**
52
- * @type {number}
53
- * @memberof ValForDescribeAttackFlowOutput
54
- */
55
- PeakDropKBps?: number;
56
-
57
- /**
58
- * @type {number}
59
- * @memberof ValForDescribeAttackFlowOutput
60
- */
61
- PeakDropPps?: number;
62
-
63
- /**
64
- * @type {number}
65
- * @memberof ValForDescribeAttackFlowOutput
66
- */
67
- PeakInKBps?: number;
68
-
69
- /**
70
- * @type {number}
71
- * @memberof ValForDescribeAttackFlowOutput
72
- */
73
- PeakInPps?: number;
74
- }
package/tsconfig.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "./dist/types",
5
- "rootDir": "./src"
6
- },
7
- "include": ["src/**/*"],
8
- "exclude": ["node_modules", "dist", "test"],
9
- "references": [
10
- { "path": "../../packages/sdk-core" }
11
- ]
12
- }