diff --git a/api/@ohos.enterprise.networkManager.d.ts b/api/@ohos.enterprise.networkManager.d.ts index 2f24106ba6210b92147941b1ad10470f2275586c..621872dfa104d1acf772fc78593694c42d5cff12 100644 --- a/api/@ohos.enterprise.networkManager.d.ts +++ b/api/@ohos.enterprise.networkManager.d.ts @@ -87,7 +87,16 @@ declare namespace networkManager { * @stagemodelonly * @since 12 */ - OUTPUT = 1 + OUTPUT = 1, + + /** + * Forward direction + * + * @syscap SystemCapability.Customization.EnterpriseDeviceManager + * @stagemodelonly + * @since 15 + */ + FORWARD = 2 } /** @@ -115,7 +124,16 @@ declare namespace networkManager { * @stagemodelonly * @since 12 */ - DENY = 1 + DENY = 1, + + /** + * Action reject + * + * @syscap SystemCapability.Customization.EnterpriseDeviceManager + * @stagemodelonly + * @since 15 + */ + REJECT = 2 } /** @@ -512,6 +530,16 @@ declare namespace networkManager { * @since 12 */ action?: Action; + + /** + * Direction + * + * @type { ?Direction } + * @syscap SystemCapability.Customization.EnterpriseDeviceManager + * @stagemodelonly + * @since 15 + */ + direction?: Direction; } /**