oci-networkfirewall 2.76.1 → 2.77.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.
Files changed (151) hide show
  1. package/lib/client.d.ts +80 -80
  2. package/lib/client.js +80 -80
  3. package/lib/model/clone-network-firewall-policy-details.d.ts +2 -2
  4. package/lib/model/create-decryption-rule-details.d.ts +2 -2
  5. package/lib/model/create-mapped-secret-details.d.ts +2 -2
  6. package/lib/model/create-network-firewall-details.d.ts +3 -3
  7. package/lib/model/create-network-firewall-policy-details.d.ts +2 -2
  8. package/lib/model/create-security-rule-details.d.ts +2 -2
  9. package/lib/model/decryption-action-type.d.ts +1 -1
  10. package/lib/model/decryption-action-type.js +1 -1
  11. package/lib/model/decryption-profile-summary.d.ts +2 -2
  12. package/lib/model/decryption-rule-summary.d.ts +2 -2
  13. package/lib/model/decryption-rule.d.ts +2 -2
  14. package/lib/model/inspection-type.d.ts +2 -2
  15. package/lib/model/inspection-type.js +2 -2
  16. package/lib/model/mapped-secret-summary.d.ts +2 -2
  17. package/lib/model/mapped-secret.d.ts +2 -2
  18. package/lib/model/network-firewall-policy-summary.d.ts +5 -5
  19. package/lib/model/network-firewall-policy.d.ts +5 -5
  20. package/lib/model/network-firewall-summary.d.ts +6 -6
  21. package/lib/model/network-firewall.d.ts +6 -6
  22. package/lib/model/security-rule-summary.d.ts +2 -2
  23. package/lib/model/security-rule.d.ts +2 -2
  24. package/lib/model/simple-url-pattern.d.ts +5 -5
  25. package/lib/model/traffic-action-type.d.ts +1 -1
  26. package/lib/model/traffic-action-type.js +1 -1
  27. package/lib/model/traffic-inspection-type.d.ts +1 -1
  28. package/lib/model/traffic-inspection-type.js +1 -1
  29. package/lib/model/update-decryption-rule-details.d.ts +2 -2
  30. package/lib/model/update-mapped-secret-details.d.ts +2 -2
  31. package/lib/model/update-network-firewall-details.d.ts +2 -2
  32. package/lib/model/update-network-firewall-policy-details.d.ts +2 -2
  33. package/lib/model/update-security-rule-details.d.ts +2 -2
  34. package/lib/request/apply-network-firewall-policy-request.d.ts +2 -2
  35. package/lib/request/bulk-upload-address-lists-request.d.ts +2 -2
  36. package/lib/request/bulk-upload-application-groups-request.d.ts +2 -2
  37. package/lib/request/bulk-upload-applications-request.d.ts +2 -2
  38. package/lib/request/bulk-upload-decryption-profiles-request.d.ts +2 -2
  39. package/lib/request/bulk-upload-decryption-rules-request.d.ts +2 -2
  40. package/lib/request/bulk-upload-mapped-secrets-request.d.ts +2 -2
  41. package/lib/request/bulk-upload-security-rules-request.d.ts +2 -2
  42. package/lib/request/bulk-upload-service-lists-request.d.ts +2 -2
  43. package/lib/request/bulk-upload-services-request.d.ts +2 -2
  44. package/lib/request/bulk-upload-url-lists-request.d.ts +2 -2
  45. package/lib/request/cancel-work-request-request.d.ts +2 -2
  46. package/lib/request/change-network-firewall-compartment-request.d.ts +2 -2
  47. package/lib/request/change-network-firewall-policy-compartment-request.d.ts +2 -2
  48. package/lib/request/clone-network-firewall-policy-request.d.ts +2 -2
  49. package/lib/request/create-address-list-request.d.ts +1 -1
  50. package/lib/request/create-application-group-request.d.ts +1 -1
  51. package/lib/request/create-application-request.d.ts +1 -1
  52. package/lib/request/create-decryption-profile-request.d.ts +1 -1
  53. package/lib/request/create-decryption-rule-request.d.ts +1 -1
  54. package/lib/request/create-mapped-secret-request.d.ts +1 -1
  55. package/lib/request/create-network-firewall-policy-request.d.ts +1 -1
  56. package/lib/request/create-network-firewall-request.d.ts +1 -1
  57. package/lib/request/create-security-rule-request.d.ts +1 -1
  58. package/lib/request/create-service-list-request.d.ts +1 -1
  59. package/lib/request/create-service-request.d.ts +1 -1
  60. package/lib/request/create-url-list-request.d.ts +1 -1
  61. package/lib/request/delete-address-list-request.d.ts +2 -2
  62. package/lib/request/delete-application-group-request.d.ts +2 -2
  63. package/lib/request/delete-application-request.d.ts +2 -2
  64. package/lib/request/delete-decryption-profile-request.d.ts +2 -2
  65. package/lib/request/delete-decryption-rule-request.d.ts +2 -2
  66. package/lib/request/delete-mapped-secret-request.d.ts +2 -2
  67. package/lib/request/delete-network-firewall-policy-request.d.ts +2 -2
  68. package/lib/request/delete-network-firewall-request.d.ts +2 -2
  69. package/lib/request/delete-security-rule-request.d.ts +2 -2
  70. package/lib/request/delete-service-list-request.d.ts +2 -2
  71. package/lib/request/delete-service-request.d.ts +2 -2
  72. package/lib/request/delete-url-list-request.d.ts +2 -2
  73. package/lib/request/get-address-list-request.d.ts +1 -1
  74. package/lib/request/get-application-group-request.d.ts +1 -1
  75. package/lib/request/get-application-request.d.ts +2 -2
  76. package/lib/request/get-decryption-profile-request.d.ts +1 -1
  77. package/lib/request/get-decryption-rule-request.d.ts +2 -2
  78. package/lib/request/get-mapped-secret-request.d.ts +2 -2
  79. package/lib/request/get-network-firewall-policy-request.d.ts +1 -1
  80. package/lib/request/get-network-firewall-request.d.ts +1 -1
  81. package/lib/request/get-security-rule-request.d.ts +1 -1
  82. package/lib/request/get-service-list-request.d.ts +1 -1
  83. package/lib/request/get-service-request.d.ts +2 -2
  84. package/lib/request/get-url-list-request.d.ts +1 -1
  85. package/lib/request/get-work-request-request.d.ts +1 -1
  86. package/lib/request/list-address-lists-request.d.ts +2 -2
  87. package/lib/request/list-application-groups-request.d.ts +2 -2
  88. package/lib/request/list-applications-request.d.ts +2 -2
  89. package/lib/request/list-decryption-profiles-request.d.ts +2 -2
  90. package/lib/request/list-decryption-rules-request.d.ts +2 -2
  91. package/lib/request/list-mapped-secrets-request.d.ts +2 -2
  92. package/lib/request/list-network-firewall-policies-request.d.ts +2 -2
  93. package/lib/request/list-network-firewalls-request.d.ts +3 -3
  94. package/lib/request/list-security-rules-request.d.ts +2 -2
  95. package/lib/request/list-service-lists-request.d.ts +2 -2
  96. package/lib/request/list-services-request.d.ts +2 -2
  97. package/lib/request/list-url-lists-request.d.ts +2 -2
  98. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  99. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  100. package/lib/request/list-work-requests-request.d.ts +2 -2
  101. package/lib/request/migrate-network-firewall-policy-request.d.ts +2 -2
  102. package/lib/request/update-address-list-request.d.ts +2 -2
  103. package/lib/request/update-application-group-request.d.ts +2 -2
  104. package/lib/request/update-application-request.d.ts +2 -2
  105. package/lib/request/update-decryption-profile-request.d.ts +2 -2
  106. package/lib/request/update-decryption-rule-request.d.ts +2 -2
  107. package/lib/request/update-mapped-secret-request.d.ts +2 -2
  108. package/lib/request/update-network-firewall-policy-request.d.ts +2 -2
  109. package/lib/request/update-network-firewall-request.d.ts +2 -2
  110. package/lib/request/update-security-rule-request.d.ts +2 -2
  111. package/lib/request/update-service-list-request.d.ts +2 -2
  112. package/lib/request/update-service-request.d.ts +2 -2
  113. package/lib/request/update-url-list-request.d.ts +2 -2
  114. package/lib/response/apply-network-firewall-policy-response.d.ts +1 -1
  115. package/lib/response/clone-network-firewall-policy-response.d.ts +1 -1
  116. package/lib/response/create-address-list-response.d.ts +1 -1
  117. package/lib/response/create-application-group-response.d.ts +1 -1
  118. package/lib/response/create-application-response.d.ts +1 -1
  119. package/lib/response/create-decryption-profile-response.d.ts +1 -1
  120. package/lib/response/create-decryption-rule-response.d.ts +1 -1
  121. package/lib/response/create-mapped-secret-response.d.ts +1 -1
  122. package/lib/response/create-network-firewall-policy-response.d.ts +1 -1
  123. package/lib/response/create-network-firewall-response.d.ts +1 -1
  124. package/lib/response/create-security-rule-response.d.ts +1 -1
  125. package/lib/response/create-service-list-response.d.ts +1 -1
  126. package/lib/response/create-service-response.d.ts +1 -1
  127. package/lib/response/create-url-list-response.d.ts +1 -1
  128. package/lib/response/get-address-list-response.d.ts +1 -1
  129. package/lib/response/get-application-group-response.d.ts +1 -1
  130. package/lib/response/get-application-response.d.ts +1 -1
  131. package/lib/response/get-decryption-profile-response.d.ts +1 -1
  132. package/lib/response/get-decryption-rule-response.d.ts +1 -1
  133. package/lib/response/get-mapped-secret-response.d.ts +1 -1
  134. package/lib/response/get-network-firewall-policy-response.d.ts +1 -1
  135. package/lib/response/get-network-firewall-response.d.ts +1 -1
  136. package/lib/response/get-security-rule-response.d.ts +1 -1
  137. package/lib/response/get-service-list-response.d.ts +1 -1
  138. package/lib/response/get-service-response.d.ts +1 -1
  139. package/lib/response/get-url-list-response.d.ts +1 -1
  140. package/lib/response/get-work-request-response.d.ts +1 -1
  141. package/lib/response/update-address-list-response.d.ts +1 -1
  142. package/lib/response/update-application-group-response.d.ts +1 -1
  143. package/lib/response/update-application-response.d.ts +1 -1
  144. package/lib/response/update-decryption-profile-response.d.ts +1 -1
  145. package/lib/response/update-decryption-rule-response.d.ts +1 -1
  146. package/lib/response/update-mapped-secret-response.d.ts +1 -1
  147. package/lib/response/update-security-rule-response.d.ts +1 -1
  148. package/lib/response/update-service-list-response.d.ts +1 -1
  149. package/lib/response/update-service-response.d.ts +1 -1
  150. package/lib/response/update-url-list-response.d.ts +1 -1
  151. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateDecryptionRule.ts.html |here} to see how to use UpdateDecryptionRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateDecryptionRule.ts.html |here} to see how to use UpdateDecryptionRuleRequest.
17
17
  */
18
18
  export interface UpdateDecryptionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateDecryptionRuleRequest extends common.BaseRequest {
30
30
  "updateDecryptionRuleDetails": model.UpdateDecryptionRuleDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateMappedSecret.ts.html |here} to see how to use UpdateMappedSecretRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateMappedSecret.ts.html |here} to see how to use UpdateMappedSecretRequest.
17
17
  */
18
18
  export interface UpdateMappedSecretRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateMappedSecretRequest extends common.BaseRequest {
30
30
  "updateMappedSecretDetails": model.UpdateVaultMappedSecretDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateNetworkFirewallPolicy.ts.html |here} to see how to use UpdateNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateNetworkFirewallPolicy.ts.html |here} to see how to use UpdateNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface UpdateNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateNetworkFirewallPolicyRequest extends common.BaseRequest {
26
26
  "updateNetworkFirewallPolicyDetails": model.UpdateNetworkFirewallPolicyDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateNetworkFirewall.ts.html |here} to see how to use UpdateNetworkFirewallRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateNetworkFirewall.ts.html |here} to see how to use UpdateNetworkFirewallRequest.
17
17
  */
18
18
  export interface UpdateNetworkFirewallRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateNetworkFirewallRequest extends common.BaseRequest {
26
26
  "updateNetworkFirewallDetails": model.UpdateNetworkFirewallDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateSecurityRule.ts.html |here} to see how to use UpdateSecurityRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateSecurityRule.ts.html |here} to see how to use UpdateSecurityRuleRequest.
17
17
  */
18
18
  export interface UpdateSecurityRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateSecurityRuleRequest extends common.BaseRequest {
30
30
  "updateSecurityRuleDetails": model.UpdateSecurityRuleDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateServiceList.ts.html |here} to see how to use UpdateServiceListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateServiceList.ts.html |here} to see how to use UpdateServiceListRequest.
17
17
  */
18
18
  export interface UpdateServiceListRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateServiceListRequest extends common.BaseRequest {
30
30
  "updateServiceListDetails": model.UpdateServiceListDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateService.ts.html |here} to see how to use UpdateServiceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateService.ts.html |here} to see how to use UpdateServiceRequest.
17
17
  */
18
18
  export interface UpdateServiceRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateServiceRequest extends common.BaseRequest {
30
30
  "updateServiceDetails": model.UpdateTcpServiceDetails | model.UpdateUdpServiceDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/UpdateUrlList.ts.html |here} to see how to use UpdateUrlListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/UpdateUrlList.ts.html |here} to see how to use UpdateUrlListRequest.
17
17
  */
18
18
  export interface UpdateUrlListRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateUrlListRequest extends common.BaseRequest {
30
30
  "updateUrlListDetails": model.UpdateUrlListDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ApplyNetworkFirewallPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CloneNetworkFirewallPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateAddressListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateApplicationGroupResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateApplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateDecryptionProfileResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateDecryptionRuleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateMappedSecretResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateNetworkFirewallPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateNetworkFirewallResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateSecurityRuleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateServiceListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateServiceResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateUrlListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAddressListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetApplicationGroupResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetApplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDecryptionProfileResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDecryptionRuleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetMappedSecretResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetNetworkFirewallPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetNetworkFirewallResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSecurityRuleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetServiceListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetServiceResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetUrlListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -24,7 +24,7 @@ export interface UpdateAddressListResponse {
24
24
  */
25
25
  "opcTotalItems": number;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface UpdateApplicationGroupResponse {
24
24
  */
25
25
  "opcTotalItems": number;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface UpdateApplicationResponse {
24
24
  */
25
25
  "opcTotalItems": number;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateDecryptionProfileResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateDecryptionRuleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -24,7 +24,7 @@ export interface UpdateMappedSecretResponse {
24
24
  */
25
25
  "opcTotalItems": number;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateSecurityRuleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateServiceListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -24,7 +24,7 @@ export interface UpdateServiceResponse {
24
24
  */
25
25
  "opcTotalItems": number;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateUrlListResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-networkfirewall",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Network Firewall Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"