oci-demandsignal 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.
package/lib/client.d.ts CHANGED
@@ -96,13 +96,13 @@ export declare class OccDemandSignalClient {
96
96
  close(): void;
97
97
  /**
98
98
  * Moves a OccDemandSignal into a different compartment within the same tenancy. For information about moving resources between
99
- * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
99
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
100
100
  *
101
101
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
102
102
  * @param ChangeOccDemandSignalCompartmentRequest
103
103
  * @return ChangeOccDemandSignalCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ChangeOccDemandSignalCompartment.ts.html |here} to see how to use ChangeOccDemandSignalCompartment API.
105
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ChangeOccDemandSignalCompartment.ts.html |here} to see how to use ChangeOccDemandSignalCompartment API.
106
106
  */
107
107
  changeOccDemandSignalCompartment(changeOccDemandSignalCompartmentRequest: requests.ChangeOccDemandSignalCompartmentRequest): Promise<responses.ChangeOccDemandSignalCompartmentResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class OccDemandSignalClient {
112
112
  * @param CreateOccDemandSignalRequest
113
113
  * @return CreateOccDemandSignalResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/CreateOccDemandSignal.ts.html |here} to see how to use CreateOccDemandSignal API.
115
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/CreateOccDemandSignal.ts.html |here} to see how to use CreateOccDemandSignal API.
116
116
  */
117
117
  createOccDemandSignal(createOccDemandSignalRequest: requests.CreateOccDemandSignalRequest): Promise<responses.CreateOccDemandSignalResponse>;
118
118
  /**
@@ -121,7 +121,7 @@ export declare class OccDemandSignalClient {
121
121
  * @param DeleteOccDemandSignalRequest
122
122
  * @return DeleteOccDemandSignalResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/DeleteOccDemandSignal.ts.html |here} to see how to use DeleteOccDemandSignal API.
124
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/DeleteOccDemandSignal.ts.html |here} to see how to use DeleteOccDemandSignal API.
125
125
  */
126
126
  deleteOccDemandSignal(deleteOccDemandSignalRequest: requests.DeleteOccDemandSignalRequest): Promise<responses.DeleteOccDemandSignalResponse>;
127
127
  /**
@@ -130,7 +130,7 @@ export declare class OccDemandSignalClient {
130
130
  * @param GetOccDemandSignalRequest
131
131
  * @return GetOccDemandSignalResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/GetOccDemandSignal.ts.html |here} to see how to use GetOccDemandSignal API.
133
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/GetOccDemandSignal.ts.html |here} to see how to use GetOccDemandSignal API.
134
134
  */
135
135
  getOccDemandSignal(getOccDemandSignalRequest: requests.GetOccDemandSignalRequest): Promise<responses.GetOccDemandSignalResponse>;
136
136
  /**
@@ -140,7 +140,7 @@ export declare class OccDemandSignalClient {
140
140
  * @param ListOccDemandSignalsRequest
141
141
  * @return ListOccDemandSignalsResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ListOccDemandSignals.ts.html |here} to see how to use ListOccDemandSignals API.
143
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ListOccDemandSignals.ts.html |here} to see how to use ListOccDemandSignals API.
144
144
  */
145
145
  listOccDemandSignals(listOccDemandSignalsRequest: requests.ListOccDemandSignalsRequest): Promise<responses.ListOccDemandSignalsResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class OccDemandSignalClient {
149
149
  * @param PatchOccDemandSignalRequest
150
150
  * @return PatchOccDemandSignalResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/PatchOccDemandSignal.ts.html |here} to see how to use PatchOccDemandSignal API.
152
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/PatchOccDemandSignal.ts.html |here} to see how to use PatchOccDemandSignal API.
153
153
  */
154
154
  patchOccDemandSignal(patchOccDemandSignalRequest: requests.PatchOccDemandSignalRequest): Promise<responses.PatchOccDemandSignalResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class OccDemandSignalClient {
158
158
  * @param UpdateOccDemandSignalRequest
159
159
  * @return UpdateOccDemandSignalResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/UpdateOccDemandSignal.ts.html |here} to see how to use UpdateOccDemandSignal API.
161
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/UpdateOccDemandSignal.ts.html |here} to see how to use UpdateOccDemandSignal API.
162
162
  */
163
163
  updateOccDemandSignal(updateOccDemandSignalRequest: requests.UpdateOccDemandSignalRequest): Promise<responses.UpdateOccDemandSignalResponse>;
164
164
  }
package/lib/client.js CHANGED
@@ -209,13 +209,13 @@ class OccDemandSignalClient {
209
209
  }
210
210
  /**
211
211
  * Moves a OccDemandSignal into a different compartment within the same tenancy. For information about moving resources between
212
- * compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
212
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
213
213
  *
214
214
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
215
215
  * @param ChangeOccDemandSignalCompartmentRequest
216
216
  * @return ChangeOccDemandSignalCompartmentResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ChangeOccDemandSignalCompartment.ts.html |here} to see how to use ChangeOccDemandSignalCompartment API.
218
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ChangeOccDemandSignalCompartment.ts.html |here} to see how to use ChangeOccDemandSignalCompartment API.
219
219
  */
220
220
  changeOccDemandSignalCompartment(changeOccDemandSignalCompartmentRequest) {
221
221
  return __awaiter(this, void 0, void 0, function* () {
@@ -277,7 +277,7 @@ class OccDemandSignalClient {
277
277
  * @param CreateOccDemandSignalRequest
278
278
  * @return CreateOccDemandSignalResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/CreateOccDemandSignal.ts.html |here} to see how to use CreateOccDemandSignal API.
280
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/CreateOccDemandSignal.ts.html |here} to see how to use CreateOccDemandSignal API.
281
281
  */
282
282
  createOccDemandSignal(createOccDemandSignalRequest) {
283
283
  return __awaiter(this, void 0, void 0, function* () {
@@ -345,7 +345,7 @@ class OccDemandSignalClient {
345
345
  * @param DeleteOccDemandSignalRequest
346
346
  * @return DeleteOccDemandSignalResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/DeleteOccDemandSignal.ts.html |here} to see how to use DeleteOccDemandSignal API.
348
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/DeleteOccDemandSignal.ts.html |here} to see how to use DeleteOccDemandSignal API.
349
349
  */
350
350
  deleteOccDemandSignal(deleteOccDemandSignalRequest) {
351
351
  return __awaiter(this, void 0, void 0, function* () {
@@ -405,7 +405,7 @@ class OccDemandSignalClient {
405
405
  * @param GetOccDemandSignalRequest
406
406
  * @return GetOccDemandSignalResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/GetOccDemandSignal.ts.html |here} to see how to use GetOccDemandSignal API.
408
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/GetOccDemandSignal.ts.html |here} to see how to use GetOccDemandSignal API.
409
409
  */
410
410
  getOccDemandSignal(getOccDemandSignalRequest) {
411
411
  return __awaiter(this, void 0, void 0, function* () {
@@ -469,7 +469,7 @@ class OccDemandSignalClient {
469
469
  * @param ListOccDemandSignalsRequest
470
470
  * @return ListOccDemandSignalsResponse
471
471
  * @throws OciError when an error occurs
472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ListOccDemandSignals.ts.html |here} to see how to use ListOccDemandSignals API.
472
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ListOccDemandSignals.ts.html |here} to see how to use ListOccDemandSignals API.
473
473
  */
474
474
  listOccDemandSignals(listOccDemandSignalsRequest) {
475
475
  return __awaiter(this, void 0, void 0, function* () {
@@ -539,7 +539,7 @@ class OccDemandSignalClient {
539
539
  * @param PatchOccDemandSignalRequest
540
540
  * @return PatchOccDemandSignalResponse
541
541
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/PatchOccDemandSignal.ts.html |here} to see how to use PatchOccDemandSignal API.
542
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/PatchOccDemandSignal.ts.html |here} to see how to use PatchOccDemandSignal API.
543
543
  */
544
544
  patchOccDemandSignal(patchOccDemandSignalRequest) {
545
545
  return __awaiter(this, void 0, void 0, function* () {
@@ -609,7 +609,7 @@ class OccDemandSignalClient {
609
609
  * @param UpdateOccDemandSignalRequest
610
610
  * @return UpdateOccDemandSignalResponse
611
611
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/UpdateOccDemandSignal.ts.html |here} to see how to use UpdateOccDemandSignal API.
612
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/UpdateOccDemandSignal.ts.html |here} to see how to use UpdateOccDemandSignal API.
613
613
  */
614
614
  updateOccDemandSignal(updateOccDemandSignalRequest) {
615
615
  return __awaiter(this, void 0, void 0, function* () {
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeOccDemandSignalCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the OccDemandSignal to.
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the OccDemandSignal to.
19
19
  *
20
20
  */
21
21
  "compartmentId": string;
@@ -28,13 +28,13 @@ export interface CreateOccDemandSignalDetails {
28
28
  */
29
29
  "isActive": boolean;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the OccDemandSignal in.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the OccDemandSignal in.
32
32
  *
33
33
  */
34
34
  "compartmentId": string;
35
35
  /**
36
36
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
37
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
38
38
  * <p>
39
39
  Example: {@code {\"Department\": \"Finance\"}}
40
40
  *
@@ -44,7 +44,7 @@ export interface CreateOccDemandSignalDetails {
44
44
  };
45
45
  /**
46
46
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
48
  * <p>
49
49
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
50
50
  *
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface OccDemandSignalSummary {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
19
19
  */
20
20
  "id": string;
21
21
  /**
@@ -23,7 +23,7 @@ export interface OccDemandSignalSummary {
23
23
  */
24
24
  "displayName": string;
25
25
  /**
26
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
27
27
  */
28
28
  "compartmentId": string;
29
29
  /**
@@ -55,7 +55,7 @@ export interface OccDemandSignalSummary {
55
55
  "lifecycleDetails"?: string;
56
56
  /**
57
57
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
58
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
60
  Example: {@code {\"Department\": \"Finance\"}}
61
61
  *
@@ -65,7 +65,7 @@ export interface OccDemandSignalSummary {
65
65
  };
66
66
  /**
67
67
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
68
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
70
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
@@ -16,16 +16,16 @@ import * as model from "../model";
16
16
  * <p>
17
17
  To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
18
18
  * an administrator. If you're an administrator who needs to write policies to give users access, see
19
- * [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
19
+ * [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
20
20
  *
21
21
  */
22
22
  export interface OccDemandSignal {
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
25
25
  */
26
26
  "id": string;
27
27
  /**
28
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
29
29
  */
30
30
  "compartmentId": string;
31
31
  /**
@@ -66,7 +66,7 @@ export interface OccDemandSignal {
66
66
  "lifecycleDetails"?: string;
67
67
  /**
68
68
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
69
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
71
  Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
@@ -76,7 +76,7 @@ export interface OccDemandSignal {
76
76
  };
77
77
  /**
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
79
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
81
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
@@ -24,7 +24,7 @@ export interface UpdateOccDemandSignalDetails {
24
24
  "isActive"?: boolean;
25
25
  /**
26
26
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
27
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
28
  * <p>
29
29
  Example: {@code {\"Department\": \"Finance\"}}
30
30
  *
@@ -34,7 +34,7 @@ export interface UpdateOccDemandSignalDetails {
34
34
  };
35
35
  /**
36
36
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
37
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
38
38
  * <p>
39
39
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
40
40
  *
@@ -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/demandsignal/ChangeOccDemandSignalCompartment.ts.html |here} to see how to use ChangeOccDemandSignalCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ChangeOccDemandSignalCompartment.ts.html |here} to see how to use ChangeOccDemandSignalCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOccDemandSignalCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
21
21
  */
22
22
  "occDemandSignalId": 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/demandsignal/CreateOccDemandSignal.ts.html |here} to see how to use CreateOccDemandSignalRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/CreateOccDemandSignal.ts.html |here} to see how to use CreateOccDemandSignalRequest.
17
17
  */
18
18
  export interface CreateOccDemandSignalRequest extends common.BaseRequest {
19
19
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/DeleteOccDemandSignal.ts.html |here} to see how to use DeleteOccDemandSignalRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/DeleteOccDemandSignal.ts.html |here} to see how to use DeleteOccDemandSignalRequest.
16
16
  */
17
17
  export interface DeleteOccDemandSignalRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
20
20
  */
21
21
  "occDemandSignalId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/GetOccDemandSignal.ts.html |here} to see how to use GetOccDemandSignalRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/GetOccDemandSignal.ts.html |here} to see how to use GetOccDemandSignalRequest.
16
16
  */
17
17
  export interface GetOccDemandSignalRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
20
20
  */
21
21
  "occDemandSignalId": string;
22
22
  /**
@@ -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/demandsignal/ListOccDemandSignals.ts.html |here} to see how to use ListOccDemandSignalsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/ListOccDemandSignals.ts.html |here} to see how to use ListOccDemandSignalsRequest.
17
17
  */
18
18
  export interface ListOccDemandSignalsRequest 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
  /**
@@ -31,20 +31,20 @@ export interface ListOccDemandSignalsRequest extends common.BaseRequest {
31
31
  */
32
32
  "displayName"?: string;
33
33
  /**
34
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
35
35
  */
36
36
  "id"?: string;
37
37
  /**
38
38
  * For list pagination. The maximum number of results per page, or items to return in a
39
39
  * paginated \"List\" call. For important details about how pagination works, see
40
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
40
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
41
  *
42
42
  */
43
43
  "limit"?: number;
44
44
  /**
45
45
  * For list pagination. The value of the opc-next-page response header from the previous
46
46
  * \"List\" call. For important details about how pagination works, see
47
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
48
  *
49
49
  */
50
50
  "page"?: 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/demandsignal/PatchOccDemandSignal.ts.html |here} to see how to use PatchOccDemandSignalRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/PatchOccDemandSignal.ts.html |here} to see how to use PatchOccDemandSignalRequest.
17
17
  */
18
18
  export interface PatchOccDemandSignalRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
21
21
  */
22
22
  "occDemandSignalId": string;
23
23
  /**
@@ -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/demandsignal/UpdateOccDemandSignal.ts.html |here} to see how to use UpdateOccDemandSignalRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/demandsignal/UpdateOccDemandSignal.ts.html |here} to see how to use UpdateOccDemandSignalRequest.
17
17
  */
18
18
  export interface UpdateOccDemandSignalRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
21
21
  */
22
22
  "occDemandSignalId": string;
23
23
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface ChangeOccDemandSignalCompartmentResponse {
14
14
  /**
15
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
15
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
16
16
  * Use GetWorkRequest with this ID to track the status of the request.
17
17
  *
18
18
  */
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface DeleteOccDemandSignalResponse {
14
14
  /**
15
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
15
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
16
16
  * Use GetWorkRequest with this ID to track the status of the request.
17
17
  *
18
18
  */
@@ -20,7 +20,7 @@ export interface ListOccDemandSignalsResponse {
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-demandsignal",
3
- "version": "2.102.2",
3
+ "version": "2.104.0",
4
4
  "description": "OCI NodeJS client for Demand Signal 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"