oci-networkfirewall 2.102.1 → 2.103.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 (117) hide show
  1. package/lib/client.d.ts +86 -86
  2. package/lib/client.js +86 -86
  3. package/lib/model/change-network-firewall-compartment-details.d.ts +1 -1
  4. package/lib/model/change-network-firewall-policy-compartment-details.d.ts +1 -1
  5. package/lib/model/clone-network-firewall-policy-details.d.ts +3 -3
  6. package/lib/model/create-network-firewall-details.d.ts +6 -6
  7. package/lib/model/create-network-firewall-policy-details.d.ts +3 -3
  8. package/lib/model/network-firewall-policy-summary.d.ts +4 -4
  9. package/lib/model/network-firewall-policy.d.ts +4 -4
  10. package/lib/model/network-firewall-summary.d.ts +6 -6
  11. package/lib/model/network-firewall.d.ts +8 -8
  12. package/lib/model/update-network-firewall-details.d.ts +4 -4
  13. package/lib/model/update-network-firewall-policy-details.d.ts +2 -2
  14. package/lib/model/work-request-error.d.ts +1 -1
  15. package/lib/request/apply-network-firewall-policy-request.d.ts +1 -1
  16. package/lib/request/bulk-upload-address-lists-request.d.ts +1 -1
  17. package/lib/request/bulk-upload-application-groups-request.d.ts +1 -1
  18. package/lib/request/bulk-upload-applications-request.d.ts +1 -1
  19. package/lib/request/bulk-upload-decryption-profiles-request.d.ts +1 -1
  20. package/lib/request/bulk-upload-decryption-rules-request.d.ts +1 -1
  21. package/lib/request/bulk-upload-mapped-secrets-request.d.ts +1 -1
  22. package/lib/request/bulk-upload-security-rules-request.d.ts +1 -1
  23. package/lib/request/bulk-upload-service-lists-request.d.ts +1 -1
  24. package/lib/request/bulk-upload-services-request.d.ts +1 -1
  25. package/lib/request/bulk-upload-tunnel-inspection-rules-request.d.ts +1 -1
  26. package/lib/request/bulk-upload-url-lists-request.d.ts +1 -1
  27. package/lib/request/cancel-work-request-request.d.ts +1 -1
  28. package/lib/request/change-network-firewall-compartment-request.d.ts +2 -2
  29. package/lib/request/change-network-firewall-policy-compartment-request.d.ts +1 -1
  30. package/lib/request/clone-network-firewall-policy-request.d.ts +1 -1
  31. package/lib/request/create-address-list-request.d.ts +1 -1
  32. package/lib/request/create-application-group-request.d.ts +1 -1
  33. package/lib/request/create-application-request.d.ts +1 -1
  34. package/lib/request/create-decryption-profile-request.d.ts +1 -1
  35. package/lib/request/create-decryption-rule-request.d.ts +1 -1
  36. package/lib/request/create-mapped-secret-request.d.ts +1 -1
  37. package/lib/request/create-network-firewall-policy-request.d.ts +1 -1
  38. package/lib/request/create-network-firewall-request.d.ts +1 -1
  39. package/lib/request/create-security-rule-request.d.ts +1 -1
  40. package/lib/request/create-service-list-request.d.ts +1 -1
  41. package/lib/request/create-service-request.d.ts +1 -1
  42. package/lib/request/create-tunnel-inspection-rule-request.d.ts +1 -1
  43. package/lib/request/create-url-list-request.d.ts +1 -1
  44. package/lib/request/delete-address-list-request.d.ts +1 -1
  45. package/lib/request/delete-application-group-request.d.ts +1 -1
  46. package/lib/request/delete-application-request.d.ts +1 -1
  47. package/lib/request/delete-decryption-profile-request.d.ts +1 -1
  48. package/lib/request/delete-decryption-rule-request.d.ts +1 -1
  49. package/lib/request/delete-mapped-secret-request.d.ts +1 -1
  50. package/lib/request/delete-network-firewall-policy-request.d.ts +1 -1
  51. package/lib/request/delete-network-firewall-request.d.ts +2 -2
  52. package/lib/request/delete-security-rule-request.d.ts +1 -1
  53. package/lib/request/delete-service-list-request.d.ts +1 -1
  54. package/lib/request/delete-service-request.d.ts +1 -1
  55. package/lib/request/delete-tunnel-inspection-rule-request.d.ts +1 -1
  56. package/lib/request/delete-url-list-request.d.ts +1 -1
  57. package/lib/request/get-address-list-request.d.ts +1 -1
  58. package/lib/request/get-application-group-request.d.ts +1 -1
  59. package/lib/request/get-application-request.d.ts +1 -1
  60. package/lib/request/get-decryption-profile-request.d.ts +1 -1
  61. package/lib/request/get-decryption-rule-request.d.ts +1 -1
  62. package/lib/request/get-mapped-secret-request.d.ts +1 -1
  63. package/lib/request/get-network-firewall-policy-request.d.ts +1 -1
  64. package/lib/request/get-network-firewall-request.d.ts +2 -2
  65. package/lib/request/get-security-rule-request.d.ts +1 -1
  66. package/lib/request/get-service-list-request.d.ts +1 -1
  67. package/lib/request/get-service-request.d.ts +1 -1
  68. package/lib/request/get-tunnel-inspection-rule-request.d.ts +1 -1
  69. package/lib/request/get-url-list-request.d.ts +1 -1
  70. package/lib/request/get-work-request-request.d.ts +1 -1
  71. package/lib/request/list-address-lists-request.d.ts +1 -1
  72. package/lib/request/list-application-groups-request.d.ts +1 -1
  73. package/lib/request/list-applications-request.d.ts +1 -1
  74. package/lib/request/list-decryption-profiles-request.d.ts +1 -1
  75. package/lib/request/list-decryption-rules-request.d.ts +1 -1
  76. package/lib/request/list-mapped-secrets-request.d.ts +1 -1
  77. package/lib/request/list-network-firewall-policies-request.d.ts +1 -1
  78. package/lib/request/list-network-firewalls-request.d.ts +2 -2
  79. package/lib/request/list-security-rules-request.d.ts +1 -1
  80. package/lib/request/list-service-lists-request.d.ts +1 -1
  81. package/lib/request/list-services-request.d.ts +1 -1
  82. package/lib/request/list-tunnel-inspection-rules-request.d.ts +1 -1
  83. package/lib/request/list-url-lists-request.d.ts +1 -1
  84. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  85. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  86. package/lib/request/list-work-requests-request.d.ts +1 -1
  87. package/lib/request/migrate-network-firewall-policy-request.d.ts +1 -1
  88. package/lib/request/update-address-list-request.d.ts +1 -1
  89. package/lib/request/update-application-group-request.d.ts +1 -1
  90. package/lib/request/update-application-request.d.ts +1 -1
  91. package/lib/request/update-decryption-profile-request.d.ts +1 -1
  92. package/lib/request/update-decryption-rule-request.d.ts +1 -1
  93. package/lib/request/update-mapped-secret-request.d.ts +1 -1
  94. package/lib/request/update-network-firewall-policy-request.d.ts +1 -1
  95. package/lib/request/update-network-firewall-request.d.ts +2 -2
  96. package/lib/request/update-security-rule-request.d.ts +1 -1
  97. package/lib/request/update-service-list-request.d.ts +1 -1
  98. package/lib/request/update-service-request.d.ts +1 -1
  99. package/lib/request/update-tunnel-inspection-rule-request.d.ts +1 -1
  100. package/lib/request/update-url-list-request.d.ts +1 -1
  101. package/lib/response/list-address-lists-response.d.ts +2 -2
  102. package/lib/response/list-application-groups-response.d.ts +2 -2
  103. package/lib/response/list-applications-response.d.ts +2 -2
  104. package/lib/response/list-decryption-profiles-response.d.ts +2 -2
  105. package/lib/response/list-decryption-rules-response.d.ts +2 -2
  106. package/lib/response/list-mapped-secrets-response.d.ts +2 -2
  107. package/lib/response/list-network-firewall-policies-response.d.ts +2 -2
  108. package/lib/response/list-network-firewalls-response.d.ts +2 -2
  109. package/lib/response/list-security-rules-response.d.ts +2 -2
  110. package/lib/response/list-service-lists-response.d.ts +2 -2
  111. package/lib/response/list-services-response.d.ts +2 -2
  112. package/lib/response/list-tunnel-inspection-rules-response.d.ts +2 -2
  113. package/lib/response/list-url-lists-response.d.ts +2 -2
  114. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  115. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  116. package/lib/response/list-work-requests-response.d.ts +2 -2
  117. 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/latest/networkfirewall/UpdateNetworkFirewallPolicy.ts.html |here} to see how to use UpdateNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateNetworkFirewallPolicy.ts.html |here} to see how to use UpdateNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface UpdateNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,11 +13,11 @@
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/latest/networkfirewall/UpdateNetworkFirewall.ts.html |here} to see how to use UpdateNetworkFirewallRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateNetworkFirewall.ts.html |here} to see how to use UpdateNetworkFirewallRequest.
17
17
  */
18
18
  export interface UpdateNetworkFirewallRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Network Firewall resource.
21
21
  */
22
22
  "networkFirewallId": string;
23
23
  /**
@@ -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/latest/networkfirewall/UpdateSecurityRule.ts.html |here} to see how to use UpdateSecurityRuleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateSecurityRule.ts.html |here} to see how to use UpdateSecurityRuleRequest.
17
17
  */
18
18
  export interface UpdateSecurityRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -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/latest/networkfirewall/UpdateServiceList.ts.html |here} to see how to use UpdateServiceListRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateServiceList.ts.html |here} to see how to use UpdateServiceListRequest.
17
17
  */
18
18
  export interface UpdateServiceListRequest extends common.BaseRequest {
19
19
  /**
@@ -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/latest/networkfirewall/UpdateService.ts.html |here} to see how to use UpdateServiceRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateService.ts.html |here} to see how to use UpdateServiceRequest.
17
17
  */
18
18
  export interface UpdateServiceRequest extends common.BaseRequest {
19
19
  /**
@@ -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/latest/networkfirewall/UpdateTunnelInspectionRule.ts.html |here} to see how to use UpdateTunnelInspectionRuleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateTunnelInspectionRule.ts.html |here} to see how to use UpdateTunnelInspectionRuleRequest.
17
17
  */
18
18
  export interface UpdateTunnelInspectionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -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/latest/networkfirewall/UpdateUrlList.ts.html |here} to see how to use UpdateUrlListRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/networkfirewall/UpdateUrlList.ts.html |here} to see how to use UpdateUrlListRequest.
17
17
  */
18
18
  export interface UpdateUrlListRequest extends common.BaseRequest {
19
19
  /**
@@ -19,12 +19,12 @@ export interface ListAddressListsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListApplicationGroupsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListApplicationsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListDecryptionProfilesResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListDecryptionRulesResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListMappedSecretsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListNetworkFirewallPoliciesResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListNetworkFirewallsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListSecurityRulesResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListServiceListsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListServicesResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListTunnelInspectionRulesResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListUrlListsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
17
  *
18
18
  */
19
19
  "opcNextPage": string;
@@ -24,7 +24,7 @@ export interface ListWorkRequestErrorsResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
17
  *
18
18
  */
19
19
  "opcNextPage": string;
@@ -24,7 +24,7 @@ export interface ListWorkRequestLogsResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
@@ -19,12 +19,12 @@ export interface ListWorkRequestsResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
23
  *
24
24
  */
25
25
  "opcNextPage": string;
26
26
  /**
27
- * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ * For list pagination. When this header appears in the response, previous pages of results exist. For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
28
28
  *
29
29
  */
30
30
  "opcPrevPage": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-networkfirewall",
3
- "version": "2.102.1",
3
+ "version": "2.103.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.102.1",
19
- "oci-workrequests": "2.102.1"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"