oci-onesubscription 2.63.0 → 2.65.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/LICENSE.txt +6 -6
- 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/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2016,
|
|
1
|
+
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
|
|
3
3
|
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
|
|
4
4
|
|
|
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
70
70
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
71
71
|
|
|
72
72
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
74
|
+
- You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
75
|
+
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
76
|
+
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
77
77
|
|
|
78
78
|
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
79
79
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
|
|
|
86
86
|
|
|
87
87
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
88
88
|
|
|
89
|
-
END OF TERMS AND CONDITIONS
|
|
89
|
+
END OF TERMS AND CONDITIONS
|
package/lib/client.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare class BillingScheduleClient {
|
|
|
74
74
|
* @param ListBillingSchedulesRequest
|
|
75
75
|
* @return ListBillingSchedulesResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
78
78
|
*/
|
|
79
79
|
listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>;
|
|
80
80
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class CommitmentClient {
|
|
|
168
168
|
* @param GetCommitmentRequest
|
|
169
169
|
* @return GetCommitmentResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
172
172
|
*/
|
|
173
173
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
174
174
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class CommitmentClient {
|
|
|
178
178
|
* @param ListCommitmentsRequest
|
|
179
179
|
* @return ListCommitmentsResponse
|
|
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.65.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
182
182
|
*/
|
|
183
183
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
184
184
|
/**
|
|
@@ -272,7 +272,7 @@ export declare class ComputedUsageClient {
|
|
|
272
272
|
* @param GetComputedUsageRequest
|
|
273
273
|
* @return GetComputedUsageResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
276
276
|
*/
|
|
277
277
|
getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
|
|
278
278
|
/**
|
|
@@ -282,7 +282,7 @@ export declare class ComputedUsageClient {
|
|
|
282
282
|
* @param ListAggregatedComputedUsagesRequest
|
|
283
283
|
* @return ListAggregatedComputedUsagesResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
286
286
|
*/
|
|
287
287
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest: requests.ListAggregatedComputedUsagesRequest): Promise<responses.ListAggregatedComputedUsagesResponse>;
|
|
288
288
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class ComputedUsageClient {
|
|
|
324
324
|
* @param ListComputedUsagesRequest
|
|
325
325
|
* @return ListComputedUsagesResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
328
328
|
*/
|
|
329
329
|
listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
|
|
330
330
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class InvoiceSummaryClient {
|
|
|
418
418
|
* @param ListInvoicelineComputedUsagesRequest
|
|
419
419
|
* @return ListInvoicelineComputedUsagesResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
422
422
|
*/
|
|
423
423
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest: requests.ListInvoicelineComputedUsagesRequest): Promise<responses.ListInvoicelineComputedUsagesResponse>;
|
|
424
424
|
/**
|
|
@@ -460,7 +460,7 @@ export declare class InvoiceSummaryClient {
|
|
|
460
460
|
* @param ListInvoicesRequest
|
|
461
461
|
* @return ListInvoicesResponse
|
|
462
462
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
464
464
|
*/
|
|
465
465
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
466
466
|
/**
|
|
@@ -554,7 +554,7 @@ export declare class OrganizationSubscriptionClient {
|
|
|
554
554
|
* @param ListOrganizationSubscriptionsRequest
|
|
555
555
|
* @return ListOrganizationSubscriptionsResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
558
558
|
*/
|
|
559
559
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest: requests.ListOrganizationSubscriptionsRequest): Promise<responses.ListOrganizationSubscriptionsResponse>;
|
|
560
560
|
/**
|
|
@@ -649,7 +649,7 @@ export declare class RatecardClient {
|
|
|
649
649
|
* @param ListRateCardsRequest
|
|
650
650
|
* @return ListRateCardsResponse
|
|
651
651
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
653
653
|
*/
|
|
654
654
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
655
655
|
/**
|
|
@@ -743,7 +743,7 @@ export declare class SubscribedServiceClient {
|
|
|
743
743
|
* @param GetSubscribedServiceRequest
|
|
744
744
|
* @return GetSubscribedServiceResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
747
747
|
*/
|
|
748
748
|
getSubscribedService(getSubscribedServiceRequest: requests.GetSubscribedServiceRequest): Promise<responses.GetSubscribedServiceResponse>;
|
|
749
749
|
/**
|
|
@@ -753,7 +753,7 @@ export declare class SubscribedServiceClient {
|
|
|
753
753
|
* @param ListSubscribedServicesRequest
|
|
754
754
|
* @return ListSubscribedServicesResponse
|
|
755
755
|
* @throws OciError when an error occurs
|
|
756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
757
757
|
*/
|
|
758
758
|
listSubscribedServices(listSubscribedServicesRequest: requests.ListSubscribedServicesRequest): Promise<responses.ListSubscribedServicesResponse>;
|
|
759
759
|
/**
|
|
@@ -850,7 +850,7 @@ export declare class SubscriptionClient {
|
|
|
850
850
|
* @param ListSubscriptionsRequest
|
|
851
851
|
* @return ListSubscriptionsResponse
|
|
852
852
|
* @throws OciError when an error occurs
|
|
853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
854
854
|
*/
|
|
855
855
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
856
856
|
/**
|
package/lib/client.js
CHANGED
|
@@ -161,7 +161,7 @@ class BillingScheduleClient {
|
|
|
161
161
|
* @param ListBillingSchedulesRequest
|
|
162
162
|
* @return ListBillingSchedulesResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
165
165
|
*/
|
|
166
166
|
listBillingSchedules(listBillingSchedulesRequest) {
|
|
167
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -379,7 +379,7 @@ class CommitmentClient {
|
|
|
379
379
|
* @param GetCommitmentRequest
|
|
380
380
|
* @return GetCommitmentResponse
|
|
381
381
|
* @throws OciError when an error occurs
|
|
382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
383
383
|
*/
|
|
384
384
|
getCommitment(getCommitmentRequest) {
|
|
385
385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -438,7 +438,7 @@ class CommitmentClient {
|
|
|
438
438
|
* @param ListCommitmentsRequest
|
|
439
439
|
* @return ListCommitmentsResponse
|
|
440
440
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
442
442
|
*/
|
|
443
443
|
listCommitments(listCommitmentsRequest) {
|
|
444
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +655,7 @@ class ComputedUsageClient {
|
|
|
655
655
|
* @param GetComputedUsageRequest
|
|
656
656
|
* @return GetComputedUsageResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
659
659
|
*/
|
|
660
660
|
getComputedUsage(getComputedUsageRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -717,7 +717,7 @@ class ComputedUsageClient {
|
|
|
717
717
|
* @param ListAggregatedComputedUsagesRequest
|
|
718
718
|
* @return ListAggregatedComputedUsagesResponse
|
|
719
719
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
721
721
|
*/
|
|
722
722
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest) {
|
|
723
723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +828,7 @@ class ComputedUsageClient {
|
|
|
828
828
|
* @param ListComputedUsagesRequest
|
|
829
829
|
* @return ListComputedUsagesResponse
|
|
830
830
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
832
832
|
*/
|
|
833
833
|
listComputedUsages(listComputedUsagesRequest) {
|
|
834
834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1049,7 +1049,7 @@ class InvoiceSummaryClient {
|
|
|
1049
1049
|
* @param ListInvoicelineComputedUsagesRequest
|
|
1050
1050
|
* @return ListInvoicelineComputedUsagesResponse
|
|
1051
1051
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
1053
1053
|
*/
|
|
1054
1054
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest) {
|
|
1055
1055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1159,7 +1159,7 @@ class InvoiceSummaryClient {
|
|
|
1159
1159
|
* @param ListInvoicesRequest
|
|
1160
1160
|
* @return ListInvoicesResponse
|
|
1161
1161
|
* @throws OciError when an error occurs
|
|
1162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
1163
1163
|
*/
|
|
1164
1164
|
listInvoices(listInvoicesRequest) {
|
|
1165
1165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1379,7 +1379,7 @@ class OrganizationSubscriptionClient {
|
|
|
1379
1379
|
* @param ListOrganizationSubscriptionsRequest
|
|
1380
1380
|
* @return ListOrganizationSubscriptionsResponse
|
|
1381
1381
|
* @throws OciError when an error occurs
|
|
1382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
1383
1383
|
*/
|
|
1384
1384
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest) {
|
|
1385
1385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1596,7 +1596,7 @@ class RatecardClient {
|
|
|
1596
1596
|
* @param ListRateCardsRequest
|
|
1597
1597
|
* @return ListRateCardsResponse
|
|
1598
1598
|
* @throws OciError when an error occurs
|
|
1599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
1600
1600
|
*/
|
|
1601
1601
|
listRateCards(listRateCardsRequest) {
|
|
1602
1602
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1816,7 +1816,7 @@ class SubscribedServiceClient {
|
|
|
1816
1816
|
* @param GetSubscribedServiceRequest
|
|
1817
1817
|
* @return GetSubscribedServiceResponse
|
|
1818
1818
|
* @throws OciError when an error occurs
|
|
1819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
1820
1820
|
*/
|
|
1821
1821
|
getSubscribedService(getSubscribedServiceRequest) {
|
|
1822
1822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1877,7 +1877,7 @@ class SubscribedServiceClient {
|
|
|
1877
1877
|
* @param ListSubscribedServicesRequest
|
|
1878
1878
|
* @return ListSubscribedServicesResponse
|
|
1879
1879
|
* @throws OciError when an error occurs
|
|
1880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
1881
1881
|
*/
|
|
1882
1882
|
listSubscribedServices(listSubscribedServicesRequest) {
|
|
1883
1883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2099,7 +2099,7 @@ class SubscriptionClient {
|
|
|
2099
2099
|
* @param ListSubscriptionsRequest
|
|
2100
2100
|
* @return ListSubscriptionsResponse
|
|
2101
2101
|
* @throws OciError when an error occurs
|
|
2102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
2103
2103
|
*/
|
|
2104
2104
|
listSubscriptions(listSubscriptionsRequest) {
|
|
2105
2105
|
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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.0",
|
|
19
|
+
"oci-workrequests": "2.65.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|