oci-zpr 2.102.2 → 2.104.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 (75) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +16 -16
  4. package/lib/client.js +16 -16
  5. package/lib/model/action-type.d.ts +1 -1
  6. package/lib/model/action-type.js +1 -1
  7. package/lib/model/configuration.d.ts +5 -5
  8. package/lib/model/configuration.js +1 -1
  9. package/lib/model/create-configuration-details.d.ts +4 -4
  10. package/lib/model/create-configuration-details.js +1 -1
  11. package/lib/model/create-zpr-policy-details.d.ts +4 -4
  12. package/lib/model/create-zpr-policy-details.js +1 -1
  13. package/lib/model/index.d.ts +1 -1
  14. package/lib/model/index.js +1 -1
  15. package/lib/model/operation-type.d.ts +1 -1
  16. package/lib/model/operation-type.js +1 -1
  17. package/lib/model/sort-order.d.ts +1 -1
  18. package/lib/model/sort-order.js +1 -1
  19. package/lib/model/update-zpr-policy-details.d.ts +3 -3
  20. package/lib/model/update-zpr-policy-details.js +1 -1
  21. package/lib/model/work-request-error-collection.d.ts +1 -1
  22. package/lib/model/work-request-error-collection.js +1 -1
  23. package/lib/model/work-request-error.d.ts +2 -2
  24. package/lib/model/work-request-error.js +1 -1
  25. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  26. package/lib/model/work-request-log-entry-collection.js +1 -1
  27. package/lib/model/work-request-log-entry.d.ts +1 -1
  28. package/lib/model/work-request-log-entry.js +1 -1
  29. package/lib/model/work-request-resource-metadata-key.d.ts +1 -1
  30. package/lib/model/work-request-resource-metadata-key.js +1 -1
  31. package/lib/model/work-request-resource.d.ts +2 -2
  32. package/lib/model/work-request-resource.js +1 -1
  33. package/lib/model/work-request-status.d.ts +1 -1
  34. package/lib/model/work-request-status.js +1 -1
  35. package/lib/model/work-request-summary-collection.d.ts +1 -1
  36. package/lib/model/work-request-summary-collection.js +1 -1
  37. package/lib/model/work-request-summary.d.ts +3 -3
  38. package/lib/model/work-request-summary.js +1 -1
  39. package/lib/model/work-request.d.ts +3 -3
  40. package/lib/model/work-request.js +1 -1
  41. package/lib/model/zpr-policy-collection.d.ts +1 -1
  42. package/lib/model/zpr-policy-collection.js +1 -1
  43. package/lib/model/zpr-policy-summary.d.ts +5 -5
  44. package/lib/model/zpr-policy-summary.js +1 -1
  45. package/lib/model/zpr-policy.d.ts +6 -6
  46. package/lib/model/zpr-policy.js +1 -1
  47. package/lib/request/create-configuration-request.d.ts +1 -1
  48. package/lib/request/create-zpr-policy-request.d.ts +1 -1
  49. package/lib/request/delete-zpr-policy-request.d.ts +2 -2
  50. package/lib/request/get-configuration-request.d.ts +2 -2
  51. package/lib/request/get-zpr-configuration-work-request-request.d.ts +2 -2
  52. package/lib/request/get-zpr-policy-request.d.ts +2 -2
  53. package/lib/request/get-zpr-policy-work-request-request.d.ts +2 -2
  54. package/lib/request/index.d.ts +1 -1
  55. package/lib/request/index.js +1 -1
  56. package/lib/request/list-zpr-configuration-work-request-errors-request.d.ts +4 -4
  57. package/lib/request/list-zpr-configuration-work-request-logs-request.d.ts +4 -4
  58. package/lib/request/list-zpr-configuration-work-requests-request.d.ts +6 -6
  59. package/lib/request/list-zpr-policies-request.d.ts +5 -5
  60. package/lib/request/list-zpr-policy-work-request-errors-request.d.ts +4 -4
  61. package/lib/request/list-zpr-policy-work-request-logs-request.d.ts +4 -4
  62. package/lib/request/list-zpr-policy-work-requests-request.d.ts +6 -6
  63. package/lib/request/update-zpr-policy-request.d.ts +2 -2
  64. package/lib/response/index.d.ts +1 -1
  65. package/lib/response/index.js +1 -1
  66. package/lib/response/list-zpr-configuration-work-request-errors-response.d.ts +1 -1
  67. package/lib/response/list-zpr-configuration-work-request-logs-response.d.ts +1 -1
  68. package/lib/response/list-zpr-configuration-work-requests-response.d.ts +1 -1
  69. package/lib/response/list-zpr-policies-response.d.ts +1 -1
  70. package/lib/response/list-zpr-policy-work-request-errors-response.d.ts +1 -1
  71. package/lib/response/list-zpr-policy-work-request-logs-response.d.ts +1 -1
  72. package/lib/response/list-zpr-policy-work-requests-response.d.ts +1 -1
  73. package/lib/zpr-waiter.d.ts +1 -1
  74. package/lib/zpr-waiter.js +1 -1
  75. package/package.json +3 -3
@@ -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/zpr/ListZprPolicyWorkRequestLogs.ts.html |here} to see how to use ListZprPolicyWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequestLogs.ts.html |here} to see how to use ListZprPolicyWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListZprPolicyWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
21
21
  */
22
22
  "workRequestId": string;
23
23
  /**
@@ -31,14 +31,14 @@ export interface ListZprPolicyWorkRequestLogsRequest extends common.BaseRequest
31
31
  /**
32
32
  * For list pagination. The value of the opc-next-page response header from the previous
33
33
  * \"List\" call. For important details about how pagination works, see
34
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
35
  *
36
36
  */
37
37
  "page"?: string;
38
38
  /**
39
39
  * For list pagination. The maximum number of results per page, or items to return in a
40
40
  * paginated \"List\" call. For important details about how pagination works, see
41
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
43
43
  */
44
44
  "limit"?: number;
@@ -13,15 +13,15 @@
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/zpr/ListZprPolicyWorkRequests.ts.html |here} to see how to use ListZprPolicyWorkRequestsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequests.ts.html |here} to see how to use ListZprPolicyWorkRequestsRequest.
17
17
  */
18
18
  export interface ListZprPolicyWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
21
  */
22
22
  "compartmentId"?: string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
25
25
  */
26
26
  "workRequestId"?: string;
27
27
  /**
@@ -29,7 +29,7 @@ export interface ListZprPolicyWorkRequestsRequest extends common.BaseRequest {
29
29
  */
30
30
  "status"?: model.WorkRequestStatus;
31
31
  /**
32
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
33
33
  */
34
34
  "resourceId"?: string;
35
35
  /**
@@ -43,14 +43,14 @@ export interface ListZprPolicyWorkRequestsRequest extends common.BaseRequest {
43
43
  /**
44
44
  * For list pagination. The value of the opc-next-page response header from the previous
45
45
  * \"List\" call. For important details about how pagination works, see
46
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
47
  *
48
48
  */
49
49
  "page"?: string;
50
50
  /**
51
51
  * For list pagination. The maximum number of results per page, or items to return in a
52
52
  * paginated \"List\" call. For important details about how pagination works, see
53
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
53
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
54
54
  *
55
55
  */
56
56
  "limit"?: number;
@@ -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/zpr/UpdateZprPolicy.ts.html |here} to see how to use UpdateZprPolicyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/UpdateZprPolicy.ts.html |here} to see how to use UpdateZprPolicyRequest.
17
17
  */
18
18
  export interface UpdateZprPolicyRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
21
21
  */
22
22
  "zprPolicyId": string;
23
23
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Zero Trust Packet Routing Control Plane API
3
- * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
3
+ * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
4
4
  * OpenAPI spec version: 20240301
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Zero Trust Packet Routing Control Plane API
4
- * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
4
+ * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
5
5
  * OpenAPI spec version: 20240301
6
6
  *
7
7
  *
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListZprConfigurationWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of results remain. For
17
- * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
18
  *
19
19
  */
20
20
  "opcNextPage": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListZprConfigurationWorkRequestLogsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of results remain. For
17
- * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
18
  *
19
19
  */
20
20
  "opcNextPage": string;
@@ -20,7 +20,7 @@ export interface ListZprConfigurationWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For list pagination. When this header appears in the response, additional pages of results remain. For
23
- * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
24
  *
25
25
  */
26
26
  "opcNextPage": string;
@@ -20,7 +20,7 @@ export interface ListZprPoliciesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For list pagination. When this header appears in the response, additional pages of results remain. For
23
- * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
24
  *
25
25
  */
26
26
  "opcNextPage": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListZprPolicyWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of results remain. For
17
- * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
18
  *
19
19
  */
20
20
  "opcNextPage": string;
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListZprPolicyWorkRequestLogsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of results remain. For
17
- * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
17
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
18
  *
19
19
  */
20
20
  "opcNextPage": string;
@@ -20,7 +20,7 @@ export interface ListZprPolicyWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For list pagination. When this header appears in the response, additional pages of results remain. For
23
- * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
23
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
24
  *
25
25
  */
26
26
  "opcNextPage": string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Zero Trust Packet Routing Control Plane API
3
- * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
3
+ * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
4
4
  * OpenAPI spec version: 20240301
5
5
  *
6
6
  *
package/lib/zpr-waiter.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Zero Trust Packet Routing Control Plane API
4
- * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
4
+ * Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
5
5
  * OpenAPI spec version: 20240301
6
6
  *
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-zpr",
3
- "version": "2.102.2",
3
+ "version": "2.104.0",
4
4
  "description": "OCI NodeJS client for Zpr 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.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.104.0",
19
+ "oci-workrequests": "2.104.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"