oci-onesubscription 2.53.1 → 2.55.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 +13 -13
- package/lib/client.js +13 -13
- package/lib/request/get-commitment-request.d.ts +1 -1
- package/lib/request/get-computed-usage-request.d.ts +1 -1
- package/lib/request/get-subscribed-service-request.d.ts +1 -1
- package/lib/request/list-aggregated-computed-usages-request.d.ts +1 -1
- package/lib/request/list-billing-schedules-request.d.ts +1 -1
- package/lib/request/list-commitments-request.d.ts +1 -1
- package/lib/request/list-computed-usages-request.d.ts +1 -1
- package/lib/request/list-invoiceline-computed-usages-request.d.ts +1 -1
- package/lib/request/list-invoices-request.d.ts +1 -1
- package/lib/request/list-organization-subscriptions-request.d.ts +1 -1
- package/lib/request/list-rate-cards-request.d.ts +1 -1
- package/lib/request/list-subscribed-services-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
|
@@ -64,7 +64,7 @@ export declare class BillingScheduleClient {
|
|
|
64
64
|
* @param ListBillingSchedulesRequest
|
|
65
65
|
* @return ListBillingSchedulesResponse
|
|
66
66
|
* @throws OciError when an error occurs
|
|
67
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
67
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
68
68
|
*/
|
|
69
69
|
listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>;
|
|
70
70
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class CommitmentClient {
|
|
|
148
148
|
* @param GetCommitmentRequest
|
|
149
149
|
* @return GetCommitmentResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
152
152
|
*/
|
|
153
153
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class CommitmentClient {
|
|
|
158
158
|
* @param ListCommitmentsRequest
|
|
159
159
|
* @return ListCommitmentsResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
162
162
|
*/
|
|
163
163
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
164
164
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class ComputedUsageClient {
|
|
|
242
242
|
* @param GetComputedUsageRequest
|
|
243
243
|
* @return GetComputedUsageResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
246
246
|
*/
|
|
247
247
|
getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
|
|
248
248
|
/**
|
|
@@ -252,7 +252,7 @@ export declare class ComputedUsageClient {
|
|
|
252
252
|
* @param ListAggregatedComputedUsagesRequest
|
|
253
253
|
* @return ListAggregatedComputedUsagesResponse
|
|
254
254
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
256
256
|
*/
|
|
257
257
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest: requests.ListAggregatedComputedUsagesRequest): Promise<responses.ListAggregatedComputedUsagesResponse>;
|
|
258
258
|
/**
|
|
@@ -294,7 +294,7 @@ export declare class ComputedUsageClient {
|
|
|
294
294
|
* @param ListComputedUsagesRequest
|
|
295
295
|
* @return ListComputedUsagesResponse
|
|
296
296
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
298
298
|
*/
|
|
299
299
|
listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
|
|
300
300
|
/**
|
|
@@ -378,7 +378,7 @@ export declare class InvoiceSummaryClient {
|
|
|
378
378
|
* @param ListInvoicelineComputedUsagesRequest
|
|
379
379
|
* @return ListInvoicelineComputedUsagesResponse
|
|
380
380
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
382
382
|
*/
|
|
383
383
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest: requests.ListInvoicelineComputedUsagesRequest): Promise<responses.ListInvoicelineComputedUsagesResponse>;
|
|
384
384
|
/**
|
|
@@ -420,7 +420,7 @@ export declare class InvoiceSummaryClient {
|
|
|
420
420
|
* @param ListInvoicesRequest
|
|
421
421
|
* @return ListInvoicesResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
424
424
|
*/
|
|
425
425
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
426
426
|
/**
|
|
@@ -504,7 +504,7 @@ export declare class OrganizationSubscriptionClient {
|
|
|
504
504
|
* @param ListOrganizationSubscriptionsRequest
|
|
505
505
|
* @return ListOrganizationSubscriptionsResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
508
508
|
*/
|
|
509
509
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest: requests.ListOrganizationSubscriptionsRequest): Promise<responses.ListOrganizationSubscriptionsResponse>;
|
|
510
510
|
/**
|
|
@@ -589,7 +589,7 @@ export declare class RatecardClient {
|
|
|
589
589
|
* @param ListRateCardsRequest
|
|
590
590
|
* @return ListRateCardsResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
593
593
|
*/
|
|
594
594
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
595
595
|
/**
|
|
@@ -673,7 +673,7 @@ export declare class SubscribedServiceClient {
|
|
|
673
673
|
* @param GetSubscribedServiceRequest
|
|
674
674
|
* @return GetSubscribedServiceResponse
|
|
675
675
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
677
677
|
*/
|
|
678
678
|
getSubscribedService(getSubscribedServiceRequest: requests.GetSubscribedServiceRequest): Promise<responses.GetSubscribedServiceResponse>;
|
|
679
679
|
/**
|
|
@@ -683,7 +683,7 @@ export declare class SubscribedServiceClient {
|
|
|
683
683
|
* @param ListSubscribedServicesRequest
|
|
684
684
|
* @return ListSubscribedServicesResponse
|
|
685
685
|
* @throws OciError when an error occurs
|
|
686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
687
687
|
*/
|
|
688
688
|
listSubscribedServices(listSubscribedServicesRequest: requests.ListSubscribedServicesRequest): Promise<responses.ListSubscribedServicesResponse>;
|
|
689
689
|
/**
|
|
@@ -770,7 +770,7 @@ export declare class SubscriptionClient {
|
|
|
770
770
|
* @param ListSubscriptionsRequest
|
|
771
771
|
* @return ListSubscriptionsResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
774
774
|
*/
|
|
775
775
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
776
776
|
/**
|
package/lib/client.js
CHANGED
|
@@ -138,7 +138,7 @@ class BillingScheduleClient {
|
|
|
138
138
|
* @param ListBillingSchedulesRequest
|
|
139
139
|
* @return ListBillingSchedulesResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
142
142
|
*/
|
|
143
143
|
listBillingSchedules(listBillingSchedulesRequest) {
|
|
144
144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -333,7 +333,7 @@ class CommitmentClient {
|
|
|
333
333
|
* @param GetCommitmentRequest
|
|
334
334
|
* @return GetCommitmentResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
337
337
|
*/
|
|
338
338
|
getCommitment(getCommitmentRequest) {
|
|
339
339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -392,7 +392,7 @@ class CommitmentClient {
|
|
|
392
392
|
* @param ListCommitmentsRequest
|
|
393
393
|
* @return ListCommitmentsResponse
|
|
394
394
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
396
396
|
*/
|
|
397
397
|
listCommitments(listCommitmentsRequest) {
|
|
398
398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -586,7 +586,7 @@ class ComputedUsageClient {
|
|
|
586
586
|
* @param GetComputedUsageRequest
|
|
587
587
|
* @return GetComputedUsageResponse
|
|
588
588
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
590
590
|
*/
|
|
591
591
|
getComputedUsage(getComputedUsageRequest) {
|
|
592
592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -648,7 +648,7 @@ class ComputedUsageClient {
|
|
|
648
648
|
* @param ListAggregatedComputedUsagesRequest
|
|
649
649
|
* @return ListAggregatedComputedUsagesResponse
|
|
650
650
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
652
652
|
*/
|
|
653
653
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest) {
|
|
654
654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -759,7 +759,7 @@ class ComputedUsageClient {
|
|
|
759
759
|
* @param ListComputedUsagesRequest
|
|
760
760
|
* @return ListComputedUsagesResponse
|
|
761
761
|
* @throws OciError when an error occurs
|
|
762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
763
763
|
*/
|
|
764
764
|
listComputedUsages(listComputedUsagesRequest) {
|
|
765
765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -957,7 +957,7 @@ class InvoiceSummaryClient {
|
|
|
957
957
|
* @param ListInvoicelineComputedUsagesRequest
|
|
958
958
|
* @return ListInvoicelineComputedUsagesResponse
|
|
959
959
|
* @throws OciError when an error occurs
|
|
960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
961
961
|
*/
|
|
962
962
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest) {
|
|
963
963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1067,7 +1067,7 @@ class InvoiceSummaryClient {
|
|
|
1067
1067
|
* @param ListInvoicesRequest
|
|
1068
1068
|
* @return ListInvoicesResponse
|
|
1069
1069
|
* @throws OciError when an error occurs
|
|
1070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
1071
1071
|
*/
|
|
1072
1072
|
listInvoices(listInvoicesRequest) {
|
|
1073
1073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1264,7 +1264,7 @@ class OrganizationSubscriptionClient {
|
|
|
1264
1264
|
* @param ListOrganizationSubscriptionsRequest
|
|
1265
1265
|
* @return ListOrganizationSubscriptionsResponse
|
|
1266
1266
|
* @throws OciError when an error occurs
|
|
1267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
1268
1268
|
*/
|
|
1269
1269
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest) {
|
|
1270
1270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1458,7 +1458,7 @@ class RatecardClient {
|
|
|
1458
1458
|
* @param ListRateCardsRequest
|
|
1459
1459
|
* @return ListRateCardsResponse
|
|
1460
1460
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
1462
1462
|
*/
|
|
1463
1463
|
listRateCards(listRateCardsRequest) {
|
|
1464
1464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1655,7 +1655,7 @@ class SubscribedServiceClient {
|
|
|
1655
1655
|
* @param GetSubscribedServiceRequest
|
|
1656
1656
|
* @return GetSubscribedServiceResponse
|
|
1657
1657
|
* @throws OciError when an error occurs
|
|
1658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
1659
1659
|
*/
|
|
1660
1660
|
getSubscribedService(getSubscribedServiceRequest) {
|
|
1661
1661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1716,7 +1716,7 @@ class SubscribedServiceClient {
|
|
|
1716
1716
|
* @param ListSubscribedServicesRequest
|
|
1717
1717
|
* @return ListSubscribedServicesResponse
|
|
1718
1718
|
* @throws OciError when an error occurs
|
|
1719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
1720
1720
|
*/
|
|
1721
1721
|
listSubscribedServices(listSubscribedServicesRequest) {
|
|
1722
1722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1915,7 +1915,7 @@ class SubscriptionClient {
|
|
|
1915
1915
|
* @param ListSubscriptionsRequest
|
|
1916
1916
|
* @return ListSubscriptionsResponse
|
|
1917
1917
|
* @throws OciError when an error occurs
|
|
1918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1919
1919
|
*/
|
|
1920
1920
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1921
1921
|
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.55.0/onesubscription/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.55.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetComputedUsageRequest 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.55.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedServiceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSubscribedServiceRequest 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.55.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAggregatedComputedUsagesRequest 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.55.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBillingSchedulesRequest 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.55.0/onesubscription/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.55.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListComputedUsagesRequest 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.55.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicelineComputedUsagesRequest 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.55.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicesRequest 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.55.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOrganizationSubscriptionsRequest 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.55.0/onesubscription/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.55.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscribedServicesRequest 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.55.0/onesubscription/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-onesubscription",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.0",
|
|
4
4
|
"description": "OCI NodeJS client for Onesubscription 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.55.0",
|
|
19
|
+
"oci-workrequests": "2.55.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|