oci-onesubscription 2.77.1 → 2.78.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
|
@@ -80,7 +80,7 @@ export declare class BillingScheduleClient {
|
|
|
80
80
|
* @param ListBillingSchedulesRequest
|
|
81
81
|
* @return ListBillingSchedulesResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
84
84
|
*/
|
|
85
85
|
listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>;
|
|
86
86
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class CommitmentClient {
|
|
|
179
179
|
* @param GetCommitmentRequest
|
|
180
180
|
* @return GetCommitmentResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
183
183
|
*/
|
|
184
184
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class CommitmentClient {
|
|
|
189
189
|
* @param ListCommitmentsRequest
|
|
190
190
|
* @return ListCommitmentsResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
193
193
|
*/
|
|
194
194
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
195
195
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class ComputedUsageClient {
|
|
|
288
288
|
* @param GetComputedUsageRequest
|
|
289
289
|
* @return GetComputedUsageResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
292
292
|
*/
|
|
293
293
|
getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
|
|
294
294
|
/**
|
|
@@ -298,7 +298,7 @@ export declare class ComputedUsageClient {
|
|
|
298
298
|
* @param ListAggregatedComputedUsagesRequest
|
|
299
299
|
* @return ListAggregatedComputedUsagesResponse
|
|
300
300
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
302
302
|
*/
|
|
303
303
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest: requests.ListAggregatedComputedUsagesRequest): Promise<responses.ListAggregatedComputedUsagesResponse>;
|
|
304
304
|
/**
|
|
@@ -340,7 +340,7 @@ export declare class ComputedUsageClient {
|
|
|
340
340
|
* @param ListComputedUsagesRequest
|
|
341
341
|
* @return ListComputedUsagesResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
344
344
|
*/
|
|
345
345
|
listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
|
|
346
346
|
/**
|
|
@@ -439,7 +439,7 @@ export declare class InvoiceSummaryClient {
|
|
|
439
439
|
* @param ListInvoicelineComputedUsagesRequest
|
|
440
440
|
* @return ListInvoicelineComputedUsagesResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
443
443
|
*/
|
|
444
444
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest: requests.ListInvoicelineComputedUsagesRequest): Promise<responses.ListInvoicelineComputedUsagesResponse>;
|
|
445
445
|
/**
|
|
@@ -481,7 +481,7 @@ export declare class InvoiceSummaryClient {
|
|
|
481
481
|
* @param ListInvoicesRequest
|
|
482
482
|
* @return ListInvoicesResponse
|
|
483
483
|
* @throws OciError when an error occurs
|
|
484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
485
485
|
*/
|
|
486
486
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
487
487
|
/**
|
|
@@ -580,7 +580,7 @@ export declare class OrganizationSubscriptionClient {
|
|
|
580
580
|
* @param ListOrganizationSubscriptionsRequest
|
|
581
581
|
* @return ListOrganizationSubscriptionsResponse
|
|
582
582
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
584
584
|
*/
|
|
585
585
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest: requests.ListOrganizationSubscriptionsRequest): Promise<responses.ListOrganizationSubscriptionsResponse>;
|
|
586
586
|
/**
|
|
@@ -680,7 +680,7 @@ export declare class RatecardClient {
|
|
|
680
680
|
* @param ListRateCardsRequest
|
|
681
681
|
* @return ListRateCardsResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
684
684
|
*/
|
|
685
685
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
686
686
|
/**
|
|
@@ -779,7 +779,7 @@ export declare class SubscribedServiceClient {
|
|
|
779
779
|
* @param GetSubscribedServiceRequest
|
|
780
780
|
* @return GetSubscribedServiceResponse
|
|
781
781
|
* @throws OciError when an error occurs
|
|
782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
783
783
|
*/
|
|
784
784
|
getSubscribedService(getSubscribedServiceRequest: requests.GetSubscribedServiceRequest): Promise<responses.GetSubscribedServiceResponse>;
|
|
785
785
|
/**
|
|
@@ -789,7 +789,7 @@ export declare class SubscribedServiceClient {
|
|
|
789
789
|
* @param ListSubscribedServicesRequest
|
|
790
790
|
* @return ListSubscribedServicesResponse
|
|
791
791
|
* @throws OciError when an error occurs
|
|
792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
793
793
|
*/
|
|
794
794
|
listSubscribedServices(listSubscribedServicesRequest: requests.ListSubscribedServicesRequest): Promise<responses.ListSubscribedServicesResponse>;
|
|
795
795
|
/**
|
|
@@ -891,7 +891,7 @@ export declare class SubscriptionClient {
|
|
|
891
891
|
* @param ListSubscriptionsRequest
|
|
892
892
|
* @return ListSubscriptionsResponse
|
|
893
893
|
* @throws OciError when an error occurs
|
|
894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
895
895
|
*/
|
|
896
896
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
897
897
|
/**
|
package/lib/client.js
CHANGED
|
@@ -178,7 +178,7 @@ class BillingScheduleClient {
|
|
|
178
178
|
* @param ListBillingSchedulesRequest
|
|
179
179
|
* @return ListBillingSchedulesResponse
|
|
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.78.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
182
182
|
*/
|
|
183
183
|
listBillingSchedules(listBillingSchedulesRequest) {
|
|
184
184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -412,7 +412,7 @@ class CommitmentClient {
|
|
|
412
412
|
* @param GetCommitmentRequest
|
|
413
413
|
* @return GetCommitmentResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
416
416
|
*/
|
|
417
417
|
getCommitment(getCommitmentRequest) {
|
|
418
418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -471,7 +471,7 @@ class CommitmentClient {
|
|
|
471
471
|
* @param ListCommitmentsRequest
|
|
472
472
|
* @return ListCommitmentsResponse
|
|
473
473
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
475
475
|
*/
|
|
476
476
|
listCommitments(listCommitmentsRequest) {
|
|
477
477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -704,7 +704,7 @@ class ComputedUsageClient {
|
|
|
704
704
|
* @param GetComputedUsageRequest
|
|
705
705
|
* @return GetComputedUsageResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
708
708
|
*/
|
|
709
709
|
getComputedUsage(getComputedUsageRequest) {
|
|
710
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -766,7 +766,7 @@ class ComputedUsageClient {
|
|
|
766
766
|
* @param ListAggregatedComputedUsagesRequest
|
|
767
767
|
* @return ListAggregatedComputedUsagesResponse
|
|
768
768
|
* @throws OciError when an error occurs
|
|
769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
770
770
|
*/
|
|
771
771
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest) {
|
|
772
772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -877,7 +877,7 @@ class ComputedUsageClient {
|
|
|
877
877
|
* @param ListComputedUsagesRequest
|
|
878
878
|
* @return ListComputedUsagesResponse
|
|
879
879
|
* @throws OciError when an error occurs
|
|
880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
881
881
|
*/
|
|
882
882
|
listComputedUsages(listComputedUsagesRequest) {
|
|
883
883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1114,7 +1114,7 @@ class InvoiceSummaryClient {
|
|
|
1114
1114
|
* @param ListInvoicelineComputedUsagesRequest
|
|
1115
1115
|
* @return ListInvoicelineComputedUsagesResponse
|
|
1116
1116
|
* @throws OciError when an error occurs
|
|
1117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
1118
1118
|
*/
|
|
1119
1119
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest) {
|
|
1120
1120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1224,7 +1224,7 @@ class InvoiceSummaryClient {
|
|
|
1224
1224
|
* @param ListInvoicesRequest
|
|
1225
1225
|
* @return ListInvoicesResponse
|
|
1226
1226
|
* @throws OciError when an error occurs
|
|
1227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
1228
1228
|
*/
|
|
1229
1229
|
listInvoices(listInvoicesRequest) {
|
|
1230
1230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1460,7 +1460,7 @@ class OrganizationSubscriptionClient {
|
|
|
1460
1460
|
* @param ListOrganizationSubscriptionsRequest
|
|
1461
1461
|
* @return ListOrganizationSubscriptionsResponse
|
|
1462
1462
|
* @throws OciError when an error occurs
|
|
1463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
1464
1464
|
*/
|
|
1465
1465
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest) {
|
|
1466
1466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1693,7 +1693,7 @@ class RatecardClient {
|
|
|
1693
1693
|
* @param ListRateCardsRequest
|
|
1694
1694
|
* @return ListRateCardsResponse
|
|
1695
1695
|
* @throws OciError when an error occurs
|
|
1696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
1697
1697
|
*/
|
|
1698
1698
|
listRateCards(listRateCardsRequest) {
|
|
1699
1699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1929,7 +1929,7 @@ class SubscribedServiceClient {
|
|
|
1929
1929
|
* @param GetSubscribedServiceRequest
|
|
1930
1930
|
* @return GetSubscribedServiceResponse
|
|
1931
1931
|
* @throws OciError when an error occurs
|
|
1932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
1933
1933
|
*/
|
|
1934
1934
|
getSubscribedService(getSubscribedServiceRequest) {
|
|
1935
1935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1990,7 +1990,7 @@ class SubscribedServiceClient {
|
|
|
1990
1990
|
* @param ListSubscribedServicesRequest
|
|
1991
1991
|
* @return ListSubscribedServicesResponse
|
|
1992
1992
|
* @throws OciError when an error occurs
|
|
1993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
1994
1994
|
*/
|
|
1995
1995
|
listSubscribedServices(listSubscribedServicesRequest) {
|
|
1996
1996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2228,7 +2228,7 @@ class SubscriptionClient {
|
|
|
2228
2228
|
* @param ListSubscriptionsRequest
|
|
2229
2229
|
* @return ListSubscriptionsResponse
|
|
2230
2230
|
* @throws OciError when an error occurs
|
|
2231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
2232
2232
|
*/
|
|
2233
2233
|
listSubscriptions(listSubscriptionsRequest) {
|
|
2234
2234
|
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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.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.78.0",
|
|
19
|
+
"oci-workrequests": "2.78.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|