oci-demandsignal 2.89.4 → 2.91.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 +7 -7
- package/lib/client.js +7 -7
- package/lib/request/change-occ-demand-signal-compartment-request.d.ts +1 -1
- package/lib/request/create-occ-demand-signal-request.d.ts +1 -1
- package/lib/request/delete-occ-demand-signal-request.d.ts +1 -1
- package/lib/request/get-occ-demand-signal-request.d.ts +1 -1
- package/lib/request/list-occ-demand-signals-request.d.ts +1 -1
- package/lib/request/patch-occ-demand-signal-request.d.ts +1 -1
- package/lib/request/update-occ-demand-signal-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ export declare class OccDemandSignalClient {
|
|
|
97
97
|
* @param ChangeOccDemandSignalCompartmentRequest
|
|
98
98
|
* @return ChangeOccDemandSignalCompartmentResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
100
|
+
* @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.
|
|
101
101
|
*/
|
|
102
102
|
changeOccDemandSignalCompartment(changeOccDemandSignalCompartmentRequest: requests.ChangeOccDemandSignalCompartmentRequest): Promise<responses.ChangeOccDemandSignalCompartmentResponse>;
|
|
103
103
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class OccDemandSignalClient {
|
|
|
107
107
|
* @param CreateOccDemandSignalRequest
|
|
108
108
|
* @return CreateOccDemandSignalResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
110
|
+
* @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.
|
|
111
111
|
*/
|
|
112
112
|
createOccDemandSignal(createOccDemandSignalRequest: requests.CreateOccDemandSignalRequest): Promise<responses.CreateOccDemandSignalResponse>;
|
|
113
113
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class OccDemandSignalClient {
|
|
|
116
116
|
* @param DeleteOccDemandSignalRequest
|
|
117
117
|
* @return DeleteOccDemandSignalResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
119
|
+
* @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.
|
|
120
120
|
*/
|
|
121
121
|
deleteOccDemandSignal(deleteOccDemandSignalRequest: requests.DeleteOccDemandSignalRequest): Promise<responses.DeleteOccDemandSignalResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class OccDemandSignalClient {
|
|
|
125
125
|
* @param GetOccDemandSignalRequest
|
|
126
126
|
* @return GetOccDemandSignalResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
128
|
+
* @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.
|
|
129
129
|
*/
|
|
130
130
|
getOccDemandSignal(getOccDemandSignalRequest: requests.GetOccDemandSignalRequest): Promise<responses.GetOccDemandSignalResponse>;
|
|
131
131
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class OccDemandSignalClient {
|
|
|
135
135
|
* @param ListOccDemandSignalsRequest
|
|
136
136
|
* @return ListOccDemandSignalsResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
138
|
+
* @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.
|
|
139
139
|
*/
|
|
140
140
|
listOccDemandSignals(listOccDemandSignalsRequest: requests.ListOccDemandSignalsRequest): Promise<responses.ListOccDemandSignalsResponse>;
|
|
141
141
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class OccDemandSignalClient {
|
|
|
144
144
|
* @param PatchOccDemandSignalRequest
|
|
145
145
|
* @return PatchOccDemandSignalResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
147
|
+
* @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.
|
|
148
148
|
*/
|
|
149
149
|
patchOccDemandSignal(patchOccDemandSignalRequest: requests.PatchOccDemandSignalRequest): Promise<responses.PatchOccDemandSignalResponse>;
|
|
150
150
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class OccDemandSignalClient {
|
|
|
153
153
|
* @param UpdateOccDemandSignalRequest
|
|
154
154
|
* @return UpdateOccDemandSignalResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
156
|
+
* @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.
|
|
157
157
|
*/
|
|
158
158
|
updateOccDemandSignal(updateOccDemandSignalRequest: requests.UpdateOccDemandSignalRequest): Promise<responses.UpdateOccDemandSignalResponse>;
|
|
159
159
|
}
|
package/lib/client.js
CHANGED
|
@@ -204,7 +204,7 @@ class OccDemandSignalClient {
|
|
|
204
204
|
* @param ChangeOccDemandSignalCompartmentRequest
|
|
205
205
|
* @return ChangeOccDemandSignalCompartmentResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
207
|
+
* @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.
|
|
208
208
|
*/
|
|
209
209
|
changeOccDemandSignalCompartment(changeOccDemandSignalCompartmentRequest) {
|
|
210
210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -266,7 +266,7 @@ class OccDemandSignalClient {
|
|
|
266
266
|
* @param CreateOccDemandSignalRequest
|
|
267
267
|
* @return CreateOccDemandSignalResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
269
|
+
* @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.
|
|
270
270
|
*/
|
|
271
271
|
createOccDemandSignal(createOccDemandSignalRequest) {
|
|
272
272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -334,7 +334,7 @@ class OccDemandSignalClient {
|
|
|
334
334
|
* @param DeleteOccDemandSignalRequest
|
|
335
335
|
* @return DeleteOccDemandSignalResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
337
|
+
* @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.
|
|
338
338
|
*/
|
|
339
339
|
deleteOccDemandSignal(deleteOccDemandSignalRequest) {
|
|
340
340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -394,7 +394,7 @@ class OccDemandSignalClient {
|
|
|
394
394
|
* @param GetOccDemandSignalRequest
|
|
395
395
|
* @return GetOccDemandSignalResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
397
|
+
* @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.
|
|
398
398
|
*/
|
|
399
399
|
getOccDemandSignal(getOccDemandSignalRequest) {
|
|
400
400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class OccDemandSignalClient {
|
|
|
458
458
|
* @param ListOccDemandSignalsRequest
|
|
459
459
|
* @return ListOccDemandSignalsResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
461
|
+
* @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.
|
|
462
462
|
*/
|
|
463
463
|
listOccDemandSignals(listOccDemandSignalsRequest) {
|
|
464
464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +528,7 @@ class OccDemandSignalClient {
|
|
|
528
528
|
* @param PatchOccDemandSignalRequest
|
|
529
529
|
* @return PatchOccDemandSignalResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
531
|
+
* @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.
|
|
532
532
|
*/
|
|
533
533
|
patchOccDemandSignal(patchOccDemandSignalRequest) {
|
|
534
534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +598,7 @@ class OccDemandSignalClient {
|
|
|
598
598
|
* @param UpdateOccDemandSignalRequest
|
|
599
599
|
* @return UpdateOccDemandSignalResponse
|
|
600
600
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
601
|
+
* @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.
|
|
602
602
|
*/
|
|
603
603
|
updateOccDemandSignal(updateOccDemandSignalRequest) {
|
|
604
604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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/
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOccDemandSignalCompartmentRequest 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/
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOccDemandSignalRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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/
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOccDemandSignalRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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/
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOccDemandSignalRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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/
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOccDemandSignalsRequest 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/
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface PatchOccDemandSignalRequest 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/
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOccDemandSignalRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-demandsignal",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.91.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.91.0",
|
|
19
|
+
"oci-workrequests": "2.91.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|