oci-computecloudatcustomer 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 (71) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +18 -18
  4. package/lib/client.js +18 -18
  5. package/lib/computecloudatcustomer-waiter.d.ts +1 -1
  6. package/lib/computecloudatcustomer-waiter.js +1 -1
  7. package/lib/model/ccc-infrastructure-collection.d.ts +1 -1
  8. package/lib/model/ccc-infrastructure-collection.js +1 -1
  9. package/lib/model/ccc-infrastructure-inventory.d.ts +1 -1
  10. package/lib/model/ccc-infrastructure-inventory.js +1 -1
  11. package/lib/model/ccc-infrastructure-management-node.d.ts +1 -1
  12. package/lib/model/ccc-infrastructure-management-node.js +1 -1
  13. package/lib/model/ccc-infrastructure-network-configuration.d.ts +1 -1
  14. package/lib/model/ccc-infrastructure-network-configuration.js +1 -1
  15. package/lib/model/ccc-infrastructure-routing-dynamic-details.d.ts +1 -1
  16. package/lib/model/ccc-infrastructure-routing-dynamic-details.js +1 -1
  17. package/lib/model/ccc-infrastructure-routing-static-details.d.ts +1 -1
  18. package/lib/model/ccc-infrastructure-routing-static-details.js +1 -1
  19. package/lib/model/ccc-infrastructure-summary.d.ts +4 -4
  20. package/lib/model/ccc-infrastructure-summary.js +1 -1
  21. package/lib/model/ccc-infrastructure.d.ts +4 -4
  22. package/lib/model/ccc-infrastructure.js +1 -1
  23. package/lib/model/ccc-schedule-event.d.ts +1 -1
  24. package/lib/model/ccc-schedule-event.js +1 -1
  25. package/lib/model/ccc-upgrade-information.d.ts +1 -1
  26. package/lib/model/ccc-upgrade-information.js +1 -1
  27. package/lib/model/ccc-upgrade-schedule-collection.d.ts +1 -1
  28. package/lib/model/ccc-upgrade-schedule-collection.js +1 -1
  29. package/lib/model/ccc-upgrade-schedule-summary.d.ts +3 -3
  30. package/lib/model/ccc-upgrade-schedule-summary.js +1 -1
  31. package/lib/model/ccc-upgrade-schedule.d.ts +4 -4
  32. package/lib/model/ccc-upgrade-schedule.js +1 -1
  33. package/lib/model/change-ccc-infrastructure-compartment-details.d.ts +2 -2
  34. package/lib/model/change-ccc-infrastructure-compartment-details.js +1 -1
  35. package/lib/model/change-ccc-upgrade-schedule-compartment-details.d.ts +2 -2
  36. package/lib/model/change-ccc-upgrade-schedule-compartment-details.js +1 -1
  37. package/lib/model/create-ccc-infrastructure-details.d.ts +2 -2
  38. package/lib/model/create-ccc-infrastructure-details.js +1 -1
  39. package/lib/model/create-ccc-schedule-event.d.ts +1 -1
  40. package/lib/model/create-ccc-schedule-event.js +1 -1
  41. package/lib/model/create-ccc-upgrade-schedule-details.d.ts +2 -2
  42. package/lib/model/create-ccc-upgrade-schedule-details.js +1 -1
  43. package/lib/model/index.d.ts +1 -1
  44. package/lib/model/index.js +1 -1
  45. package/lib/model/peer-information.d.ts +1 -1
  46. package/lib/model/peer-information.js +1 -1
  47. package/lib/model/sort-order.d.ts +1 -1
  48. package/lib/model/sort-order.js +1 -1
  49. package/lib/model/update-ccc-infrastructure-details.d.ts +2 -2
  50. package/lib/model/update-ccc-infrastructure-details.js +1 -1
  51. package/lib/model/update-ccc-schedule-event.d.ts +1 -1
  52. package/lib/model/update-ccc-schedule-event.js +1 -1
  53. package/lib/model/update-ccc-upgrade-schedule-details.d.ts +1 -1
  54. package/lib/model/update-ccc-upgrade-schedule-details.js +1 -1
  55. package/lib/request/change-ccc-infrastructure-compartment-request.d.ts +4 -4
  56. package/lib/request/change-ccc-upgrade-schedule-compartment-request.d.ts +4 -4
  57. package/lib/request/create-ccc-infrastructure-request.d.ts +2 -2
  58. package/lib/request/create-ccc-upgrade-schedule-request.d.ts +2 -2
  59. package/lib/request/delete-ccc-infrastructure-request.d.ts +3 -3
  60. package/lib/request/delete-ccc-upgrade-schedule-request.d.ts +3 -3
  61. package/lib/request/get-ccc-infrastructure-request.d.ts +3 -3
  62. package/lib/request/get-ccc-upgrade-schedule-request.d.ts +3 -3
  63. package/lib/request/index.d.ts +1 -1
  64. package/lib/request/index.js +1 -1
  65. package/lib/request/list-ccc-infrastructures-request.d.ts +4 -4
  66. package/lib/request/list-ccc-upgrade-schedules-request.d.ts +4 -4
  67. package/lib/request/update-ccc-infrastructure-request.d.ts +3 -3
  68. package/lib/request/update-ccc-upgrade-schedule-request.d.ts +3 -3
  69. package/lib/response/index.d.ts +1 -1
  70. package/lib/response/index.js +1 -1
  71. package/package.json +3 -3
@@ -13,17 +13,17 @@
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/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedulesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/ListCccUpgradeSchedules.ts.html |here} to see how to use ListCccUpgradeSchedulesRequest.
17
17
  */
18
18
  export interface ListCccUpgradeSchedulesRequest extends common.BaseRequest {
19
19
  /**
20
20
  * Compute Cloud@Customer upgrade schedule
21
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
21
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
22
22
  *
23
23
  */
24
24
  "cccUpgradeScheduleId"?: string;
25
25
  /**
26
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to
27
27
  * list resources.
28
28
  *
29
29
  */
@@ -76,7 +76,7 @@ export interface ListCccUpgradeSchedulesRequest extends common.BaseRequest {
76
76
  */
77
77
  "sortBy"?: ListCccUpgradeSchedulesRequest.SortBy;
78
78
  /**
79
- * The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
79
+ * The client request [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
80
80
  *
81
81
  */
82
82
  "opcRequestId"?: string;
@@ -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/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructureRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccInfrastructure.ts.html |here} to see how to use UpdateCccInfrastructureRequest.
17
17
  */
18
18
  export interface UpdateCccInfrastructureRequest extends common.BaseRequest {
19
19
  /**
20
- * An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
20
+ * An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
21
21
  * Compute Cloud@Customer Infrastructure.
22
22
  *
23
23
  */
@@ -36,7 +36,7 @@ export interface UpdateCccInfrastructureRequest extends common.BaseRequest {
36
36
  */
37
37
  "ifMatch"?: string;
38
38
  /**
39
- * The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
39
+ * The client request [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
40
40
  *
41
41
  */
42
42
  "opcRequestId"?: string;
@@ -13,12 +13,12 @@
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/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeScheduleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computecloudatcustomer/UpdateCccUpgradeSchedule.ts.html |here} to see how to use UpdateCccUpgradeScheduleRequest.
17
17
  */
18
18
  export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
19
19
  /**
20
20
  * Compute Cloud@Customer upgrade schedule
21
- * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
21
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
22
22
  *
23
23
  */
24
24
  "cccUpgradeScheduleId": string;
@@ -36,7 +36,7 @@ export interface UpdateCccUpgradeScheduleRequest extends common.BaseRequest {
36
36
  */
37
37
  "ifMatch"?: string;
38
38
  /**
39
- * The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
39
+ * The client request [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
40
40
  *
41
41
  */
42
42
  "opcRequestId"?: string;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Compute Cloud@Customer API
3
3
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
4
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
4
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
5
5
 
6
6
  * OpenAPI spec version: 20221208
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Compute Cloud@Customer API
4
4
  * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer infrastructures and upgrade schedules.
5
- For more information see [Compute Cloud@Customer documentation](/iaas/compute-cloud-at-customer/home.htm).
5
+ For more information see [Compute Cloud@Customer documentation](https://docs.oracle.com/iaas/compute-cloud-at-customer/home.htm).
6
6
 
7
7
  * OpenAPI spec version: 20221208
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-computecloudatcustomer",
3
- "version": "2.102.1",
3
+ "version": "2.103.0",
4
4
  "description": "OCI NodeJS client for Compute Cloud At Customer 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"