@volcengine/seccenter20240508 1.0.6 → 1.0.7

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/cjs/index.js CHANGED
@@ -76,12 +76,12 @@ __webpack_require__.d(__webpack_exports__, {
76
76
  GetBruteForceBanCapParamsCommand: ()=>GetBruteForceBanCapParamsCommand,
77
77
  ModifyAutoDefenseRuleCommand: ()=>ModifyAutoDefenseRuleCommand,
78
78
  GetNeighboringAlarmCommand: ()=>GetNeighboringAlarmCommand,
79
+ StopMLPAssetSyncTaskCommand: ()=>StopMLPAssetSyncTaskCommand,
79
80
  InstallAgentProxyServerCommandCommand: ()=>InstallAgentProxyServerCommandCommand,
80
81
  BatchAddHostToGroupCommand: ()=>BatchAddHostToGroupCommand,
81
82
  GetAssetWorkloadStatisticCommand: ()=>GetAssetWorkloadStatisticCommand,
82
83
  GetSOCAssetInstanceProtectStatusCommand: ()=>GetSOCAssetInstanceProtectStatusCommand,
83
84
  ListHostsBasicInfosCommand: ()=>ListHostsBasicInfosCommand,
84
- StopMLPAssetSyncTaskCommand: ()=>StopMLPAssetSyncTaskCommand,
85
85
  GetFingerprintKmodCommand: ()=>GetFingerprintKmodCommand,
86
86
  GetHidsAlarmSummaryInfoCommand: ()=>GetHidsAlarmSummaryInfoCommand,
87
87
  GetFingerprintSoftwareCommand: ()=>GetFingerprintSoftwareCommand,
@@ -145,6 +145,8 @@ __webpack_require__.d(__webpack_exports__, {
145
145
  GetManualSyncAIApplicationStatusCommand: ()=>GetManualSyncAIApplicationStatusCommand,
146
146
  GetCustomWeakPasswordsCommand: ()=>GetCustomWeakPasswordsCommand,
147
147
  MultiCloudAccessStatisticsCommand: ()=>MultiCloudAccessStatisticsCommand,
148
+ RefreshVarmorInfoCommand: ()=>RefreshVarmorInfoCommand,
149
+ SwitchCloudEnvSyncCommand: ()=>SwitchCloudEnvSyncCommand,
148
150
  UpdateMlpAlarmStatusCommand: ()=>UpdateMlpAlarmStatusCommand,
149
151
  ListAssetTagsCommand: ()=>ListAssetTagsCommand,
150
152
  GetStackTraceCommand: ()=>GetStackTraceCommand,
@@ -154,8 +156,6 @@ __webpack_require__.d(__webpack_exports__, {
154
156
  GetUserBatchScanStatusCommand: ()=>GetUserBatchScanStatusCommand,
155
157
  ManualSyncAIApplicationCommand: ()=>ManualSyncAIApplicationCommand,
156
158
  ModifyTLSConfigCommand: ()=>ModifyTLSConfigCommand,
157
- RefreshVarmorInfoCommand: ()=>RefreshVarmorInfoCommand,
158
- SwitchCloudEnvSyncCommand: ()=>SwitchCloudEnvSyncCommand,
159
159
  AddRaspConfigCommand: ()=>AddRaspConfigCommand,
160
160
  GetAIFingerprintAppCommand: ()=>GetAIFingerprintAppCommand,
161
161
  BatchDetectWeakPasswordCommand: ()=>BatchDetectWeakPasswordCommand,
@@ -201,8 +201,8 @@ __webpack_require__.d(__webpack_exports__, {
201
201
  ListBaselinesCommand: ()=>ListBaselinesCommand,
202
202
  EditFingerprintCollectConfigCommand: ()=>EditFingerprintCollectConfigCommand,
203
203
  ListScanTaskHostsCommand: ()=>ListScanTaskHostsCommand,
204
- GetVarmorConfigYAMLCommand: ()=>GetVarmorConfigYAMLCommand,
205
204
  CheckInstallAgentClientCommand: ()=>CheckInstallAgentClientCommand,
205
+ GetVarmorConfigYAMLCommand: ()=>GetVarmorConfigYAMLCommand,
206
206
  ModifyWhiteListCommand: ()=>ModifyWhiteListCommand,
207
207
  BatchCreateRepoRegistryVpcAuthCommand: ()=>BatchCreateRepoRegistryVpcAuthCommand,
208
208
  GetVulnScanConfigCommand: ()=>GetVulnScanConfigCommand,
@@ -334,12 +334,12 @@ __webpack_require__.d(__webpack_exports__, {
334
334
  ExportFingerprintDataCommand: ()=>ExportFingerprintDataCommand,
335
335
  ListRaspAlarmsCommand: ()=>ListRaspAlarmsCommand,
336
336
  ListRepoImageLayerVirusCommand: ()=>ListRepoImageLayerVirusCommand,
337
- PrecisionStatisticsCommand: ()=>PrecisionStatisticsCommand,
337
+ ListWhiteListsCommand: ()=>ListWhiteListsCommand,
338
338
  ListBaselineBasicInfoCommand: ()=>ListBaselineBasicInfoCommand,
339
+ PrecisionStatisticsCommand: ()=>PrecisionStatisticsCommand,
339
340
  SyncRegistryImagesCommand: ()=>SyncRegistryImagesCommand,
340
- UpdateAlarmTagsCommand: ()=>UpdateAlarmTagsCommand,
341
341
  ListDevPlatformCommand: ()=>ListDevPlatformCommand,
342
- ListWhiteListsCommand: ()=>ListWhiteListsCommand,
342
+ UpdateAlarmTagsCommand: ()=>UpdateAlarmTagsCommand,
343
343
  UpdateCommonAlarmStatusCommand: ()=>UpdateCommonAlarmStatusCommand,
344
344
  GetAIFingerprintTop5Command: ()=>GetAIFingerprintTop5Command,
345
345
  GetDevFingerprintProcessCommand: ()=>GetDevFingerprintProcessCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/seccenter20240508",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "swagger client for @volcengine/seccenter20240508",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/cjs/index.js",
@@ -22,7 +22,7 @@
22
22
  "!dist/tsconfig.tsbuildinfo"
23
23
  ],
24
24
  "dependencies": {
25
- "@volcengine/sdk-core": "1.0.2"
25
+ "@volcengine/sdk-core": "1.0.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^20.8.0",