oci-osubsubscription 2.64.0 → 2.66.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 +4 -4
- package/lib/client.js +4 -4
- package/lib/request/get-commitment-request.d.ts +1 -1
- package/lib/request/list-commitments-request.d.ts +1 -1
- package/lib/request/list-rate-cards-request.d.ts +1 -1
- package/lib/request/list-subscriptions-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class CommitmentClient {
|
|
|
73
73
|
* @param GetCommitmentRequest
|
|
74
74
|
* @return GetCommitmentResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
77
77
|
*/
|
|
78
78
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
79
79
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class CommitmentClient {
|
|
|
83
83
|
* @param ListCommitmentsRequest
|
|
84
84
|
* @return ListCommitmentsResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
87
87
|
*/
|
|
88
88
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
89
89
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class RatecardClient {
|
|
|
178
178
|
* @param ListRateCardsRequest
|
|
179
179
|
* @return ListRateCardsResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
182
182
|
*/
|
|
183
183
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
184
184
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class SubscriptionClient {
|
|
|
275
275
|
* @param ListSubscriptionsRequest
|
|
276
276
|
* @return ListSubscriptionsResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
279
279
|
*/
|
|
280
280
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
281
281
|
/**
|
package/lib/client.js
CHANGED
|
@@ -160,7 +160,7 @@ class CommitmentClient {
|
|
|
160
160
|
* @param GetCommitmentRequest
|
|
161
161
|
* @return GetCommitmentResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
164
164
|
*/
|
|
165
165
|
getCommitment(getCommitmentRequest) {
|
|
166
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +221,7 @@ class CommitmentClient {
|
|
|
221
221
|
* @param ListCommitmentsRequest
|
|
222
222
|
* @return ListCommitmentsResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
225
225
|
*/
|
|
226
226
|
listCommitments(listCommitmentsRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class RatecardClient {
|
|
|
441
441
|
* @param ListRateCardsRequest
|
|
442
442
|
* @return ListRateCardsResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
445
445
|
*/
|
|
446
446
|
listRateCards(listRateCardsRequest) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -665,7 +665,7 @@ class SubscriptionClient {
|
|
|
665
665
|
* @param ListSubscriptionsRequest
|
|
666
666
|
* @return ListSubscriptionsResponse
|
|
667
667
|
* @throws OciError when an error occurs
|
|
668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
669
669
|
*/
|
|
670
670
|
listSubscriptions(listSubscriptionsRequest) {
|
|
671
671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/GetCommitment.ts.html |here} to see how to use GetCommitmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCommitmentRequest 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/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListCommitments.ts.html |here} to see how to use ListCommitmentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCommitmentsRequest 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/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListRateCards.ts.html |here} to see how to use ListRateCardsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRateCardsRequest 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/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/osubsubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-osubsubscription",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.66.0",
|
|
4
4
|
"description": "OCI NodeJS client for Osub Subscription 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.66.0",
|
|
19
|
+
"oci-workrequests": "2.66.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|