oci-osubsubscription 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 +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
|
@@ -88,7 +88,7 @@ export declare class CommitmentClient {
|
|
|
88
88
|
* @param GetCommitmentRequest
|
|
89
89
|
* @return GetCommitmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.
|
|
91
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
92
92
|
*/
|
|
93
93
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class CommitmentClient {
|
|
|
98
98
|
* @param ListCommitmentsRequest
|
|
99
99
|
* @return ListCommitmentsResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.
|
|
101
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
102
102
|
*/
|
|
103
103
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
104
104
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class RatecardClient {
|
|
|
207
207
|
* @param ListRateCardsRequest
|
|
208
208
|
* @return ListRateCardsResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.
|
|
210
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
211
211
|
*/
|
|
212
212
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
213
213
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class SubscriptionClient {
|
|
|
318
318
|
* @param ListSubscriptionsRequest
|
|
319
319
|
* @return ListSubscriptionsResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.
|
|
321
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
322
322
|
*/
|
|
323
323
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
324
324
|
/**
|
package/lib/client.js
CHANGED
|
@@ -194,7 +194,7 @@ class CommitmentClient {
|
|
|
194
194
|
* @param GetCommitmentRequest
|
|
195
195
|
* @return GetCommitmentResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.
|
|
197
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
198
198
|
*/
|
|
199
199
|
getCommitment(getCommitmentRequest) {
|
|
200
200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -255,7 +255,7 @@ class CommitmentClient {
|
|
|
255
255
|
* @param ListCommitmentsRequest
|
|
256
256
|
* @return ListCommitmentsResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.
|
|
258
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
259
259
|
*/
|
|
260
260
|
listCommitments(listCommitmentsRequest) {
|
|
261
261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class RatecardClient {
|
|
|
508
508
|
* @param ListRateCardsRequest
|
|
509
509
|
* @return ListRateCardsResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.
|
|
511
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
512
512
|
*/
|
|
513
513
|
listRateCards(listRateCardsRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -765,7 +765,7 @@ class SubscriptionClient {
|
|
|
765
765
|
* @param ListSubscriptionsRequest
|
|
766
766
|
* @return ListSubscriptionsResponse
|
|
767
767
|
* @throws OciError when an error occurs
|
|
768
|
-
* @example Click {@link https://docs.
|
|
768
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubsubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
769
769
|
*/
|
|
770
770
|
listSubscriptions(listSubscriptionsRequest) {
|
|
771
771
|
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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.104.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.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|