oci-healthchecks 2.76.1 → 2.77.1

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 (47) hide show
  1. package/lib/client.d.ts +24 -18
  2. package/lib/client.js +26 -17
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-http-monitor-details.d.ts +4 -4
  5. package/lib/model/create-on-demand-http-probe-details.d.ts +2 -2
  6. package/lib/model/create-on-demand-ping-probe-details.d.ts +1 -1
  7. package/lib/model/create-ping-monitor-details.d.ts +3 -3
  8. package/lib/model/d-ns.d.ts +2 -2
  9. package/lib/model/health-checks-vantage-point-summary.d.ts +1 -1
  10. package/lib/model/http-monitor-summary.d.ts +2 -2
  11. package/lib/model/http-monitor.d.ts +4 -4
  12. package/lib/model/http-probe-result-summary.d.ts +2 -2
  13. package/lib/model/http-probe.d.ts +2 -2
  14. package/lib/model/ping-monitor-summary.d.ts +2 -2
  15. package/lib/model/ping-monitor.d.ts +3 -3
  16. package/lib/model/ping-probe-result-summary.d.ts +2 -2
  17. package/lib/model/ping-probe.d.ts +1 -1
  18. package/lib/model/routing.d.ts +5 -5
  19. package/lib/model/tcp-connection.d.ts +2 -2
  20. package/lib/model/update-http-monitor-details.d.ts +4 -4
  21. package/lib/model/update-ping-monitor-details.d.ts +3 -3
  22. package/lib/request/change-http-monitor-compartment-request.d.ts +2 -2
  23. package/lib/request/change-ping-monitor-compartment-request.d.ts +2 -2
  24. package/lib/request/create-http-monitor-request.d.ts +1 -1
  25. package/lib/request/create-on-demand-http-probe-request.d.ts +1 -1
  26. package/lib/request/create-on-demand-ping-probe-request.d.ts +1 -1
  27. package/lib/request/create-ping-monitor-request.d.ts +1 -1
  28. package/lib/request/delete-http-monitor-request.d.ts +2 -2
  29. package/lib/request/delete-ping-monitor-request.d.ts +2 -2
  30. package/lib/request/get-http-monitor-request.d.ts +3 -3
  31. package/lib/request/get-ping-monitor-request.d.ts +3 -3
  32. package/lib/request/list-health-checks-vantage-points-request.d.ts +4 -4
  33. package/lib/request/list-http-monitors-request.d.ts +4 -4
  34. package/lib/request/list-http-probe-results-request.d.ts +5 -5
  35. package/lib/request/list-ping-monitors-request.d.ts +4 -4
  36. package/lib/request/list-ping-probe-results-request.d.ts +5 -5
  37. package/lib/request/update-http-monitor-request.d.ts +2 -2
  38. package/lib/request/update-ping-monitor-request.d.ts +2 -2
  39. package/lib/response/create-http-monitor-response.d.ts +1 -1
  40. package/lib/response/get-http-monitor-response.d.ts +1 -1
  41. package/lib/response/list-health-checks-vantage-points-response.d.ts +1 -1
  42. package/lib/response/list-http-monitors-response.d.ts +1 -1
  43. package/lib/response/list-http-probe-results-response.d.ts +1 -1
  44. package/lib/response/list-ping-monitors-response.d.ts +1 -1
  45. package/lib/response/list-ping-probe-results-response.d.ts +1 -1
  46. package/lib/response/update-http-monitor-response.d.ts +1 -1
  47. 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/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitorRequest.
17
17
  */
18
18
  export interface UpdateHttpMonitorRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateHttpMonitorRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
35
- * set the `if-match` parameter to the value of the etag from a previous GET
35
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
36
36
  * or POST response for that resource. The resource will be updated or deleted
37
37
  * only if the etag you provide matches the resource's current etag value.
38
38
  *
@@ -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/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitorRequest.
17
17
  */
18
18
  export interface UpdatePingMonitorRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdatePingMonitorRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For optimistic concurrency control. In the PUT or DELETE call for a resource,
35
- * set the `if-match` parameter to the value of the etag from a previous GET
35
+ * set the {@code if-match} parameter to the value of the etag from a previous GET
36
36
  * or POST response for that resource. The resource will be updated or deleted
37
37
  * only if the etag you provide matches the resource's current etag value.
38
38
  *
@@ -24,7 +24,7 @@ export interface CreateHttpMonitorResponse {
24
24
  */
25
25
  "location": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  */
29
29
  "etag": string;
30
30
  /**
@@ -20,7 +20,7 @@ export interface GetHttpMonitorResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For optimistic concurrency control. See `if-match`.
23
+ * For optimistic concurrency control. See {@code if-match}.
24
24
  */
25
25
  "etag": string;
26
26
  /**
@@ -22,7 +22,7 @@ export interface ListHealthChecksVantagePointsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if
24
24
  * this header appears in the response, then there may be additional
25
- * items still to get. Include this value as the `page` parameter for the
25
+ * items still to get. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request. For information about pagination, see
27
27
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
28
28
  *
@@ -22,7 +22,7 @@ export interface ListHttpMonitorsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if this
24
24
  * header appears in the response, then a partial list might have been
25
- * returned. Include this value as the `page` parameter for the
25
+ * returned. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request to get the next batch of items.
27
27
  *
28
28
  */
@@ -22,7 +22,7 @@ export interface ListHttpProbeResultsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if this
24
24
  * header appears in the response, then a partial list might have been
25
- * returned. Include this value as the `page` parameter for the
25
+ * returned. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request to get the next batch of items.
27
27
  *
28
28
  */
@@ -22,7 +22,7 @@ export interface ListPingMonitorsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list, if this
24
24
  * header appears in the response, then a partial list might have been
25
- * returned. Include this value as the `page` parameter for the
25
+ * returned. Include this value as the {@code page} parameter for the
26
26
  * subsequent GET request to get the next batch of items.
27
27
  *
28
28
  */
@@ -22,7 +22,7 @@ export interface ListPingProbeResultsResponse {
22
22
  /**
23
23
  * For pagination of a list of items. When paging through a list,
24
24
  * if this header appears in the response, then there may be
25
- * additional items still to get. Include this value as the `page`
25
+ * additional items still to get. Include this value as the {@code page}
26
26
  * parameter for the subsequent GET request. For information about
27
27
  * pagination, see
28
28
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
@@ -20,7 +20,7 @@ export interface UpdateHttpMonitorResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For optimistic concurrency control. See `if-match`.
23
+ * For optimistic concurrency control. See {@code if-match}.
24
24
  */
25
25
  "etag": string;
26
26
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-healthchecks",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Healthchecks 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.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"