oci-onesubscription 2.102.1 → 2.103.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
|
@@ -89,7 +89,7 @@ export declare class BillingScheduleClient {
|
|
|
89
89
|
* @param ListBillingSchedulesRequest
|
|
90
90
|
* @return ListBillingSchedulesResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.
|
|
92
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
93
93
|
*/
|
|
94
94
|
listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>;
|
|
95
95
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class CommitmentClient {
|
|
|
197
197
|
* @param GetCommitmentRequest
|
|
198
198
|
* @return GetCommitmentResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.
|
|
200
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
201
201
|
*/
|
|
202
202
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
203
203
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class CommitmentClient {
|
|
|
207
207
|
* @param ListCommitmentsRequest
|
|
208
208
|
* @return ListCommitmentsResponse
|
|
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/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
211
211
|
*/
|
|
212
212
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
213
213
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class ComputedUsageClient {
|
|
|
315
315
|
* @param GetComputedUsageRequest
|
|
316
316
|
* @return GetComputedUsageResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.
|
|
318
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
319
319
|
*/
|
|
320
320
|
getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
|
|
321
321
|
/**
|
|
@@ -325,7 +325,7 @@ export declare class ComputedUsageClient {
|
|
|
325
325
|
* @param ListAggregatedComputedUsagesRequest
|
|
326
326
|
* @return ListAggregatedComputedUsagesResponse
|
|
327
327
|
* @throws OciError when an error occurs
|
|
328
|
-
* @example Click {@link https://docs.
|
|
328
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
329
329
|
*/
|
|
330
330
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest: requests.ListAggregatedComputedUsagesRequest): Promise<responses.ListAggregatedComputedUsagesResponse>;
|
|
331
331
|
/**
|
|
@@ -367,7 +367,7 @@ export declare class ComputedUsageClient {
|
|
|
367
367
|
* @param ListComputedUsagesRequest
|
|
368
368
|
* @return ListComputedUsagesResponse
|
|
369
369
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.
|
|
370
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
371
371
|
*/
|
|
372
372
|
listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
|
|
373
373
|
/**
|
|
@@ -475,7 +475,7 @@ export declare class InvoiceSummaryClient {
|
|
|
475
475
|
* @param ListInvoicelineComputedUsagesRequest
|
|
476
476
|
* @return ListInvoicelineComputedUsagesResponse
|
|
477
477
|
* @throws OciError when an error occurs
|
|
478
|
-
* @example Click {@link https://docs.
|
|
478
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
479
479
|
*/
|
|
480
480
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest: requests.ListInvoicelineComputedUsagesRequest): Promise<responses.ListInvoicelineComputedUsagesResponse>;
|
|
481
481
|
/**
|
|
@@ -517,7 +517,7 @@ export declare class InvoiceSummaryClient {
|
|
|
517
517
|
* @param ListInvoicesRequest
|
|
518
518
|
* @return ListInvoicesResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.
|
|
520
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
521
521
|
*/
|
|
522
522
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
523
523
|
/**
|
|
@@ -625,7 +625,7 @@ export declare class OrganizationSubscriptionClient {
|
|
|
625
625
|
* @param ListOrganizationSubscriptionsRequest
|
|
626
626
|
* @return ListOrganizationSubscriptionsResponse
|
|
627
627
|
* @throws OciError when an error occurs
|
|
628
|
-
* @example Click {@link https://docs.
|
|
628
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
629
629
|
*/
|
|
630
630
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest: requests.ListOrganizationSubscriptionsRequest): Promise<responses.ListOrganizationSubscriptionsResponse>;
|
|
631
631
|
/**
|
|
@@ -734,7 +734,7 @@ export declare class RatecardClient {
|
|
|
734
734
|
* @param ListRateCardsRequest
|
|
735
735
|
* @return ListRateCardsResponse
|
|
736
736
|
* @throws OciError when an error occurs
|
|
737
|
-
* @example Click {@link https://docs.
|
|
737
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
738
738
|
*/
|
|
739
739
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
740
740
|
/**
|
|
@@ -842,7 +842,7 @@ export declare class SubscribedServiceClient {
|
|
|
842
842
|
* @param GetSubscribedServiceRequest
|
|
843
843
|
* @return GetSubscribedServiceResponse
|
|
844
844
|
* @throws OciError when an error occurs
|
|
845
|
-
* @example Click {@link https://docs.
|
|
845
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
846
846
|
*/
|
|
847
847
|
getSubscribedService(getSubscribedServiceRequest: requests.GetSubscribedServiceRequest): Promise<responses.GetSubscribedServiceResponse>;
|
|
848
848
|
/**
|
|
@@ -852,7 +852,7 @@ export declare class SubscribedServiceClient {
|
|
|
852
852
|
* @param ListSubscribedServicesRequest
|
|
853
853
|
* @return ListSubscribedServicesResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.
|
|
855
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
856
856
|
*/
|
|
857
857
|
listSubscribedServices(listSubscribedServicesRequest: requests.ListSubscribedServicesRequest): Promise<responses.ListSubscribedServicesResponse>;
|
|
858
858
|
/**
|
|
@@ -963,7 +963,7 @@ export declare class SubscriptionClient {
|
|
|
963
963
|
* @param ListSubscriptionsRequest
|
|
964
964
|
* @return ListSubscriptionsResponse
|
|
965
965
|
* @throws OciError when an error occurs
|
|
966
|
-
* @example Click {@link https://docs.
|
|
966
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
967
967
|
*/
|
|
968
968
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
969
969
|
/**
|
package/lib/client.js
CHANGED
|
@@ -195,7 +195,7 @@ class BillingScheduleClient {
|
|
|
195
195
|
* @param ListBillingSchedulesRequest
|
|
196
196
|
* @return ListBillingSchedulesResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.
|
|
198
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
199
199
|
*/
|
|
200
200
|
listBillingSchedules(listBillingSchedulesRequest) {
|
|
201
201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -446,7 +446,7 @@ class CommitmentClient {
|
|
|
446
446
|
* @param GetCommitmentRequest
|
|
447
447
|
* @return GetCommitmentResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.
|
|
449
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
450
450
|
*/
|
|
451
451
|
getCommitment(getCommitmentRequest) {
|
|
452
452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -505,7 +505,7 @@ class CommitmentClient {
|
|
|
505
505
|
* @param ListCommitmentsRequest
|
|
506
506
|
* @return ListCommitmentsResponse
|
|
507
507
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.
|
|
508
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
509
509
|
*/
|
|
510
510
|
listCommitments(listCommitmentsRequest) {
|
|
511
511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -755,7 +755,7 @@ class ComputedUsageClient {
|
|
|
755
755
|
* @param GetComputedUsageRequest
|
|
756
756
|
* @return GetComputedUsageResponse
|
|
757
757
|
* @throws OciError when an error occurs
|
|
758
|
-
* @example Click {@link https://docs.
|
|
758
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
759
759
|
*/
|
|
760
760
|
getComputedUsage(getComputedUsageRequest) {
|
|
761
761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -817,7 +817,7 @@ class ComputedUsageClient {
|
|
|
817
817
|
* @param ListAggregatedComputedUsagesRequest
|
|
818
818
|
* @return ListAggregatedComputedUsagesResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.
|
|
820
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
821
821
|
*/
|
|
822
822
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest) {
|
|
823
823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class ComputedUsageClient {
|
|
|
928
928
|
* @param ListComputedUsagesRequest
|
|
929
929
|
* @return ListComputedUsagesResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.
|
|
931
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
932
932
|
*/
|
|
933
933
|
listComputedUsages(listComputedUsagesRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1182,7 +1182,7 @@ class InvoiceSummaryClient {
|
|
|
1182
1182
|
* @param ListInvoicelineComputedUsagesRequest
|
|
1183
1183
|
* @return ListInvoicelineComputedUsagesResponse
|
|
1184
1184
|
* @throws OciError when an error occurs
|
|
1185
|
-
* @example Click {@link https://docs.
|
|
1185
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
1186
1186
|
*/
|
|
1187
1187
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest) {
|
|
1188
1188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1292,7 +1292,7 @@ class InvoiceSummaryClient {
|
|
|
1292
1292
|
* @param ListInvoicesRequest
|
|
1293
1293
|
* @return ListInvoicesResponse
|
|
1294
1294
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.
|
|
1295
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
1296
1296
|
*/
|
|
1297
1297
|
listInvoices(listInvoicesRequest) {
|
|
1298
1298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1545,7 +1545,7 @@ class OrganizationSubscriptionClient {
|
|
|
1545
1545
|
* @param ListOrganizationSubscriptionsRequest
|
|
1546
1546
|
* @return ListOrganizationSubscriptionsResponse
|
|
1547
1547
|
* @throws OciError when an error occurs
|
|
1548
|
-
* @example Click {@link https://docs.
|
|
1548
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
1549
1549
|
*/
|
|
1550
1550
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest) {
|
|
1551
1551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1795,7 +1795,7 @@ class RatecardClient {
|
|
|
1795
1795
|
* @param ListRateCardsRequest
|
|
1796
1796
|
* @return ListRateCardsResponse
|
|
1797
1797
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.
|
|
1798
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
1799
1799
|
*/
|
|
1800
1800
|
listRateCards(listRateCardsRequest) {
|
|
1801
1801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2048,7 +2048,7 @@ class SubscribedServiceClient {
|
|
|
2048
2048
|
* @param GetSubscribedServiceRequest
|
|
2049
2049
|
* @return GetSubscribedServiceResponse
|
|
2050
2050
|
* @throws OciError when an error occurs
|
|
2051
|
-
* @example Click {@link https://docs.
|
|
2051
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
2052
2052
|
*/
|
|
2053
2053
|
getSubscribedService(getSubscribedServiceRequest) {
|
|
2054
2054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2109,7 +2109,7 @@ class SubscribedServiceClient {
|
|
|
2109
2109
|
* @param ListSubscribedServicesRequest
|
|
2110
2110
|
* @return ListSubscribedServicesResponse
|
|
2111
2111
|
* @throws OciError when an error occurs
|
|
2112
|
-
* @example Click {@link https://docs.
|
|
2112
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
2113
2113
|
*/
|
|
2114
2114
|
listSubscribedServices(listSubscribedServicesRequest) {
|
|
2115
2115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2364,7 +2364,7 @@ class SubscriptionClient {
|
|
|
2364
2364
|
* @param ListSubscriptionsRequest
|
|
2365
2365
|
* @return ListSubscriptionsResponse
|
|
2366
2366
|
* @throws OciError when an error occurs
|
|
2367
|
-
* @example Click {@link https://docs.
|
|
2367
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
2368
2368
|
*/
|
|
2369
2369
|
listSubscriptions(listSubscriptionsRequest) {
|
|
2370
2370
|
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/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.103.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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|