oci-onesubscription 2.31.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 +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +28 -0
- package/index.js +51 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +808 -0
- package/lib/client.js +2027 -0
- package/lib/client.js.map +1 -0
- package/lib/model/aggregated-computed-usage-summary.d.ts +82 -0
- package/lib/model/aggregated-computed-usage-summary.js +81 -0
- package/lib/model/aggregated-computed-usage-summary.js.map +1 -0
- package/lib/model/billing-schedule-product.d.ts +32 -0
- package/lib/model/billing-schedule-product.js +30 -0
- package/lib/model/billing-schedule-product.js.map +1 -0
- package/lib/model/billing-schedule-summary.d.ts +94 -0
- package/lib/model/billing-schedule-summary.js +66 -0
- package/lib/model/billing-schedule-summary.js.map +1 -0
- package/lib/model/commitment-service.d.ts +53 -0
- package/lib/model/commitment-service.js +30 -0
- package/lib/model/commitment-service.js.map +1 -0
- package/lib/model/commitment-summary.d.ts +64 -0
- package/lib/model/commitment-summary.js +30 -0
- package/lib/model/commitment-summary.js.map +1 -0
- package/lib/model/commitment.d.ts +64 -0
- package/lib/model/commitment.js +30 -0
- package/lib/model/commitment.js.map +1 -0
- package/lib/model/computed-usage-aggregation.d.ts +82 -0
- package/lib/model/computed-usage-aggregation.js +79 -0
- package/lib/model/computed-usage-aggregation.js.map +1 -0
- package/lib/model/computed-usage-product.d.ts +58 -0
- package/lib/model/computed-usage-product.js +30 -0
- package/lib/model/computed-usage-product.js.map +1 -0
- package/lib/model/computed-usage-summary.d.ts +163 -0
- package/lib/model/computed-usage-summary.js +85 -0
- package/lib/model/computed-usage-summary.js.map +1 -0
- package/lib/model/computed-usage.d.ts +163 -0
- package/lib/model/computed-usage.js +85 -0
- package/lib/model/computed-usage.js.map +1 -0
- package/lib/model/index.d.ts +87 -0
- package/lib/model/index.js +110 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/invoice-line-summary.d.ts +50 -0
- package/lib/model/invoice-line-summary.js +56 -0
- package/lib/model/invoice-line-summary.js.map +1 -0
- package/lib/model/invoice-summary.d.ts +95 -0
- package/lib/model/invoice-summary.js +96 -0
- package/lib/model/invoice-summary.js.map +1 -0
- package/lib/model/invoiceline-computed-usage-summary.d.ts +74 -0
- package/lib/model/invoiceline-computed-usage-summary.js +81 -0
- package/lib/model/invoiceline-computed-usage-summary.js.map +1 -0
- package/lib/model/invoicing-address.d.ts +65 -0
- package/lib/model/invoicing-address.js +56 -0
- package/lib/model/invoicing-address.js.map +1 -0
- package/lib/model/invoicing-business-partner.d.ts +68 -0
- package/lib/model/invoicing-business-partner.js +30 -0
- package/lib/model/invoicing-business-partner.js.map +1 -0
- package/lib/model/invoicing-currency.d.ts +38 -0
- package/lib/model/invoicing-currency.js +30 -0
- package/lib/model/invoicing-currency.js.map +1 -0
- package/lib/model/invoicing-location.d.ts +58 -0
- package/lib/model/invoicing-location.js +30 -0
- package/lib/model/invoicing-location.js.map +1 -0
- package/lib/model/invoicing-organization.d.ts +33 -0
- package/lib/model/invoicing-organization.js +30 -0
- package/lib/model/invoicing-organization.js.map +1 -0
- package/lib/model/invoicing-payment-term.d.ts +63 -0
- package/lib/model/invoicing-payment-term.js +30 -0
- package/lib/model/invoicing-payment-term.js.map +1 -0
- package/lib/model/invoicing-product.d.ts +53 -0
- package/lib/model/invoicing-product.js +30 -0
- package/lib/model/invoicing-product.js.map +1 -0
- package/lib/model/invoicing-user.d.ts +63 -0
- package/lib/model/invoicing-user.js +30 -0
- package/lib/model/invoicing-user.js.map +1 -0
- package/lib/model/organization-subscription-summary.d.ts +60 -0
- package/lib/model/organization-subscription-summary.js +58 -0
- package/lib/model/organization-subscription-summary.js.map +1 -0
- package/lib/model/orgnization-subs-currency.d.ts +38 -0
- package/lib/model/orgnization-subs-currency.js +30 -0
- package/lib/model/orgnization-subs-currency.js.map +1 -0
- package/lib/model/rate-card-product.d.ts +53 -0
- package/lib/model/rate-card-product.js +30 -0
- package/lib/model/rate-card-product.js.map +1 -0
- package/lib/model/rate-card-summary.d.ts +66 -0
- package/lib/model/rate-card-summary.js +70 -0
- package/lib/model/rate-card-summary.js.map +1 -0
- package/lib/model/rate-card-tier.d.ts +38 -0
- package/lib/model/rate-card-tier.js +30 -0
- package/lib/model/rate-card-tier.js.map +1 -0
- package/lib/model/subscribed-service-address.d.ts +65 -0
- package/lib/model/subscribed-service-address.js +58 -0
- package/lib/model/subscribed-service-address.js.map +1 -0
- package/lib/model/subscribed-service-business-partner.d.ts +68 -0
- package/lib/model/subscribed-service-business-partner.js +30 -0
- package/lib/model/subscribed-service-business-partner.js.map +1 -0
- package/lib/model/subscribed-service-location.d.ts +58 -0
- package/lib/model/subscribed-service-location.js +30 -0
- package/lib/model/subscribed-service-location.js.map +1 -0
- package/lib/model/subscribed-service-payment-term.d.ts +63 -0
- package/lib/model/subscribed-service-payment-term.js +30 -0
- package/lib/model/subscribed-service-payment-term.js.map +1 -0
- package/lib/model/subscribed-service-summary.d.ts +507 -0
- package/lib/model/subscribed-service-summary.js +146 -0
- package/lib/model/subscribed-service-summary.js.map +1 -0
- package/lib/model/subscribed-service-user.d.ts +63 -0
- package/lib/model/subscribed-service-user.js +30 -0
- package/lib/model/subscribed-service-user.js.map +1 -0
- package/lib/model/subscribed-service.d.ts +517 -0
- package/lib/model/subscribed-service.js +166 -0
- package/lib/model/subscribed-service.js.map +1 -0
- package/lib/model/subscription-currency.d.ts +38 -0
- package/lib/model/subscription-currency.js +30 -0
- package/lib/model/subscription-currency.js.map +1 -0
- package/lib/model/subscription-product.d.ts +43 -0
- package/lib/model/subscription-product.js +30 -0
- package/lib/model/subscription-product.js.map +1 -0
- package/lib/model/subscription-subscribed-service.d.ts +146 -0
- package/lib/model/subscription-subscribed-service.js +66 -0
- package/lib/model/subscription-subscribed-service.js.map +1 -0
- package/lib/model/subscription-summary.d.ts +60 -0
- package/lib/model/subscription-summary.js +66 -0
- package/lib/model/subscription-summary.js.map +1 -0
- package/lib/request/get-commitment-request.d.ts +27 -0
- package/lib/request/get-commitment-request.js +15 -0
- package/lib/request/get-commitment-request.js.map +1 -0
- package/lib/request/get-computed-usage-request.d.ts +39 -0
- package/lib/request/get-computed-usage-request.js +15 -0
- package/lib/request/get-computed-usage-request.js.map +1 -0
- package/lib/request/get-subscribed-service-request.d.ts +40 -0
- package/lib/request/get-subscribed-service-request.js +15 -0
- package/lib/request/get-subscribed-service-request.js.map +1 -0
- package/lib/request/index.d.ts +39 -0
- package/lib/request/index.js +56 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-aggregated-computed-usages-request.d.ts +72 -0
- package/lib/request/list-aggregated-computed-usages-request.js +26 -0
- package/lib/request/list-aggregated-computed-usages-request.js.map +1 -0
- package/lib/request/list-billing-schedules-request.d.ts +69 -0
- package/lib/request/list-billing-schedules-request.js +29 -0
- package/lib/request/list-billing-schedules-request.js.map +1 -0
- package/lib/request/list-commitments-request.d.ts +64 -0
- package/lib/request/list-commitments-request.js +29 -0
- package/lib/request/list-commitments-request.js.map +1 -0
- package/lib/request/list-computed-usages-request.d.ts +85 -0
- package/lib/request/list-computed-usages-request.js +30 -0
- package/lib/request/list-computed-usages-request.js.map +1 -0
- package/lib/request/list-invoiceline-computed-usages-request.d.ts +72 -0
- package/lib/request/list-invoiceline-computed-usages-request.js +29 -0
- package/lib/request/list-invoiceline-computed-usages-request.js.map +1 -0
- package/lib/request/list-invoices-request.d.ts +81 -0
- package/lib/request/list-invoices-request.js +29 -0
- package/lib/request/list-invoices-request.js.map +1 -0
- package/lib/request/list-organization-subscriptions-request.d.ts +59 -0
- package/lib/request/list-organization-subscriptions-request.js +29 -0
- package/lib/request/list-organization-subscriptions-request.js.map +1 -0
- package/lib/request/list-rate-cards-request.d.ts +75 -0
- package/lib/request/list-rate-cards-request.js +29 -0
- package/lib/request/list-rate-cards-request.js.map +1 -0
- package/lib/request/list-subscribed-services-request.d.ts +73 -0
- package/lib/request/list-subscribed-services-request.js +29 -0
- package/lib/request/list-subscribed-services-request.js.map +1 -0
- package/lib/request/list-subscriptions-request.d.ts +75 -0
- package/lib/request/list-subscriptions-request.js +29 -0
- package/lib/request/list-subscriptions-request.js.map +1 -0
- package/lib/response/get-commitment-response.d.ts +25 -0
- package/lib/response/get-commitment-response.js +15 -0
- package/lib/response/get-commitment-response.js.map +1 -0
- package/lib/response/get-computed-usage-response.d.ts +25 -0
- package/lib/response/get-computed-usage-response.js +15 -0
- package/lib/response/get-computed-usage-response.js.map +1 -0
- package/lib/response/get-subscribed-service-response.d.ts +25 -0
- package/lib/response/get-subscribed-service-response.js +15 -0
- package/lib/response/get-subscribed-service-response.js.map +1 -0
- package/lib/response/index.d.ts +39 -0
- package/lib/response/index.js +16 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-aggregated-computed-usages-response.d.ts +32 -0
- package/lib/response/list-aggregated-computed-usages-response.js +15 -0
- package/lib/response/list-aggregated-computed-usages-response.js.map +1 -0
- package/lib/response/list-billing-schedules-response.d.ts +32 -0
- package/lib/response/list-billing-schedules-response.js +15 -0
- package/lib/response/list-billing-schedules-response.js.map +1 -0
- package/lib/response/list-commitments-response.d.ts +32 -0
- package/lib/response/list-commitments-response.js +15 -0
- package/lib/response/list-commitments-response.js.map +1 -0
- package/lib/response/list-computed-usages-response.d.ts +32 -0
- package/lib/response/list-computed-usages-response.js +15 -0
- package/lib/response/list-computed-usages-response.js.map +1 -0
- package/lib/response/list-invoiceline-computed-usages-response.d.ts +32 -0
- package/lib/response/list-invoiceline-computed-usages-response.js +15 -0
- package/lib/response/list-invoiceline-computed-usages-response.js.map +1 -0
- package/lib/response/list-invoices-response.d.ts +32 -0
- package/lib/response/list-invoices-response.js +15 -0
- package/lib/response/list-invoices-response.js.map +1 -0
- package/lib/response/list-organization-subscriptions-response.d.ts +32 -0
- package/lib/response/list-organization-subscriptions-response.js +15 -0
- package/lib/response/list-organization-subscriptions-response.js.map +1 -0
- package/lib/response/list-rate-cards-response.d.ts +27 -0
- package/lib/response/list-rate-cards-response.js +15 -0
- package/lib/response/list-rate-cards-response.js.map +1 -0
- package/lib/response/list-subscribed-services-response.d.ts +32 -0
- package/lib/response/list-subscribed-services-response.js +15 -0
- package/lib/response/list-subscribed-services-response.js.map +1 -0
- package/lib/response/list-subscriptions-response.d.ts +32 -0
- package/lib/response/list-subscriptions-response.js +15 -0
- package/lib/response/list-subscriptions-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/model/subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ClC,IAAiB,mBAAmB,CAmCnC;AAnCD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,8BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,0CAAsB,yBAiBrC,CAAA;AACH,CAAC,EAnCgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAmCnC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190111
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitmentRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCommitmentRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Commitment Id
|
|
20
|
+
*/
|
|
21
|
+
"commitmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190111
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-commitment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-commitment-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/get-commitment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190111
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsageRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetComputedUsageRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Computed Usage Id
|
|
20
|
+
*/
|
|
21
|
+
"computedUsageId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the root compartment.
|
|
24
|
+
*/
|
|
25
|
+
"compartmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* Partial response refers to an optimization technique offered
|
|
28
|
+
* by the RESTful web APIs to return only the information
|
|
29
|
+
* (fields) required by the client. This parameter is used to control what fields to
|
|
30
|
+
* return.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"fields"?: Array<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190111
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-computed-usage-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-computed-usage-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/get-computed-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190111
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedServiceRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetSubscribedServiceRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Subscribed Service Id
|
|
20
|
+
*/
|
|
21
|
+
"subscribedServiceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Partial response refers to an optimization technique offered
|
|
24
|
+
* by the RESTful web APIs to return only the information
|
|
25
|
+
* (fields) required by the client. In this mechanism, the client
|
|
26
|
+
* sends the required field names as the query parameters for
|
|
27
|
+
* an API to the server, and the server trims down the default
|
|
28
|
+
* response content by removing the fields that are not required
|
|
29
|
+
* by the client. The parameter used to control what fields to
|
|
30
|
+
* return should be a query string parameter called \"fields\" of
|
|
31
|
+
* type array, and usecollectionFormat
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"fields"?: Array<string>;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190111
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-subscribed-service-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-subscribed-service-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/get-subscribed-service-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OneSubscription APIs
|
|
3
|
+
* OneSubscription APIs
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190111
|
|
6
|
+
* Contact: kuaskum_org_ww@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as ListBillingSchedulesRequest from "./list-billing-schedules-request";
|
|
15
|
+
export import ListBillingSchedulesRequest = ListBillingSchedulesRequest.ListBillingSchedulesRequest;
|
|
16
|
+
import * as GetCommitmentRequest from "./get-commitment-request";
|
|
17
|
+
export import GetCommitmentRequest = GetCommitmentRequest.GetCommitmentRequest;
|
|
18
|
+
import * as ListCommitmentsRequest from "./list-commitments-request";
|
|
19
|
+
export import ListCommitmentsRequest = ListCommitmentsRequest.ListCommitmentsRequest;
|
|
20
|
+
import * as GetComputedUsageRequest from "./get-computed-usage-request";
|
|
21
|
+
export import GetComputedUsageRequest = GetComputedUsageRequest.GetComputedUsageRequest;
|
|
22
|
+
import * as ListAggregatedComputedUsagesRequest from "./list-aggregated-computed-usages-request";
|
|
23
|
+
export import ListAggregatedComputedUsagesRequest = ListAggregatedComputedUsagesRequest.ListAggregatedComputedUsagesRequest;
|
|
24
|
+
import * as ListComputedUsagesRequest from "./list-computed-usages-request";
|
|
25
|
+
export import ListComputedUsagesRequest = ListComputedUsagesRequest.ListComputedUsagesRequest;
|
|
26
|
+
import * as ListInvoicelineComputedUsagesRequest from "./list-invoiceline-computed-usages-request";
|
|
27
|
+
export import ListInvoicelineComputedUsagesRequest = ListInvoicelineComputedUsagesRequest.ListInvoicelineComputedUsagesRequest;
|
|
28
|
+
import * as ListInvoicesRequest from "./list-invoices-request";
|
|
29
|
+
export import ListInvoicesRequest = ListInvoicesRequest.ListInvoicesRequest;
|
|
30
|
+
import * as ListOrganizationSubscriptionsRequest from "./list-organization-subscriptions-request";
|
|
31
|
+
export import ListOrganizationSubscriptionsRequest = ListOrganizationSubscriptionsRequest.ListOrganizationSubscriptionsRequest;
|
|
32
|
+
import * as ListRateCardsRequest from "./list-rate-cards-request";
|
|
33
|
+
export import ListRateCardsRequest = ListRateCardsRequest.ListRateCardsRequest;
|
|
34
|
+
import * as GetSubscribedServiceRequest from "./get-subscribed-service-request";
|
|
35
|
+
export import GetSubscribedServiceRequest = GetSubscribedServiceRequest.GetSubscribedServiceRequest;
|
|
36
|
+
import * as ListSubscribedServicesRequest from "./list-subscribed-services-request";
|
|
37
|
+
export import ListSubscribedServicesRequest = ListSubscribedServicesRequest.ListSubscribedServicesRequest;
|
|
38
|
+
import * as ListSubscriptionsRequest from "./list-subscriptions-request";
|
|
39
|
+
export import ListSubscriptionsRequest = ListSubscriptionsRequest.ListSubscriptionsRequest;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OneSubscription APIs
|
|
4
|
+
* OneSubscription APIs
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190111
|
|
7
|
+
* Contact: kuaskum_org_ww@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.ListSubscriptionsRequest = exports.ListSubscribedServicesRequest = exports.ListRateCardsRequest = exports.ListOrganizationSubscriptionsRequest = exports.ListInvoicesRequest = exports.ListInvoicelineComputedUsagesRequest = exports.ListComputedUsagesRequest = exports.ListAggregatedComputedUsagesRequest = exports.ListCommitmentsRequest = exports.ListBillingSchedulesRequest = void 0;
|
|
36
|
+
const ListBillingSchedulesRequest = __importStar(require("./list-billing-schedules-request"));
|
|
37
|
+
exports.ListBillingSchedulesRequest = ListBillingSchedulesRequest.ListBillingSchedulesRequest;
|
|
38
|
+
const ListCommitmentsRequest = __importStar(require("./list-commitments-request"));
|
|
39
|
+
exports.ListCommitmentsRequest = ListCommitmentsRequest.ListCommitmentsRequest;
|
|
40
|
+
const ListAggregatedComputedUsagesRequest = __importStar(require("./list-aggregated-computed-usages-request"));
|
|
41
|
+
exports.ListAggregatedComputedUsagesRequest = ListAggregatedComputedUsagesRequest.ListAggregatedComputedUsagesRequest;
|
|
42
|
+
const ListComputedUsagesRequest = __importStar(require("./list-computed-usages-request"));
|
|
43
|
+
exports.ListComputedUsagesRequest = ListComputedUsagesRequest.ListComputedUsagesRequest;
|
|
44
|
+
const ListInvoicelineComputedUsagesRequest = __importStar(require("./list-invoiceline-computed-usages-request"));
|
|
45
|
+
exports.ListInvoicelineComputedUsagesRequest = ListInvoicelineComputedUsagesRequest.ListInvoicelineComputedUsagesRequest;
|
|
46
|
+
const ListInvoicesRequest = __importStar(require("./list-invoices-request"));
|
|
47
|
+
exports.ListInvoicesRequest = ListInvoicesRequest.ListInvoicesRequest;
|
|
48
|
+
const ListOrganizationSubscriptionsRequest = __importStar(require("./list-organization-subscriptions-request"));
|
|
49
|
+
exports.ListOrganizationSubscriptionsRequest = ListOrganizationSubscriptionsRequest.ListOrganizationSubscriptionsRequest;
|
|
50
|
+
const ListRateCardsRequest = __importStar(require("./list-rate-cards-request"));
|
|
51
|
+
exports.ListRateCardsRequest = ListRateCardsRequest.ListRateCardsRequest;
|
|
52
|
+
const ListSubscribedServicesRequest = __importStar(require("./list-subscribed-services-request"));
|
|
53
|
+
exports.ListSubscribedServicesRequest = ListSubscribedServicesRequest.ListSubscribedServicesRequest;
|
|
54
|
+
const ListSubscriptionsRequest = __importStar(require("./list-subscriptions-request"));
|
|
55
|
+
exports.ListSubscriptionsRequest = ListSubscriptionsRequest.ListSubscriptionsRequest;
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAGpG,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAGrF,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,gHAAkG;AACpF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAG/E,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190111
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsagesRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListAggregatedComputedUsagesRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the root compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"subscriptionId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Initial date to filter Computed Usage data in SPM. In the case of non aggregated data the time period between of fromDate and toDate , expressed in RFC 3339 timestamp format.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"timeFrom": Date;
|
|
32
|
+
/**
|
|
33
|
+
* Final date to filter Computed Usage data in SPM, expressed in RFC 3339 timestamp format.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"timeTo": Date;
|
|
37
|
+
/**
|
|
38
|
+
* Product part number for subscribed service line, called parent product.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"parentProduct"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Grouping criteria to use for aggregate the computed Usage, either hourly (`HOURLY`), daily (`DAILY`), monthly(`MONTHLY`) or none (`NONE`) to not follow a grouping criteria by date.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"grouping"?: ListAggregatedComputedUsagesRequest.Grouping;
|
|
47
|
+
/**
|
|
48
|
+
* The maximum number aggregatedComputedUsages of items to return within the Subscription \"List\" call, this
|
|
49
|
+
* counts the overall count across all items
|
|
50
|
+
* Example: `500`
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"limit"?: number;
|
|
54
|
+
/**
|
|
55
|
+
* The value of the 'opc-next-page' response header from the previous \"List\" call.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"page"?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"opcRequestId"?: string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace ListAggregatedComputedUsagesRequest {
|
|
66
|
+
enum Grouping {
|
|
67
|
+
Hourly = "HOURLY",
|
|
68
|
+
Daily = "DAILY",
|
|
69
|
+
Monthly = "MONTHLY",
|
|
70
|
+
None = "NONE"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190111
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListAggregatedComputedUsagesRequest = void 0;
|
|
16
|
+
var ListAggregatedComputedUsagesRequest;
|
|
17
|
+
(function (ListAggregatedComputedUsagesRequest) {
|
|
18
|
+
let Grouping;
|
|
19
|
+
(function (Grouping) {
|
|
20
|
+
Grouping["Hourly"] = "HOURLY";
|
|
21
|
+
Grouping["Daily"] = "DAILY";
|
|
22
|
+
Grouping["Monthly"] = "MONTHLY";
|
|
23
|
+
Grouping["None"] = "NONE";
|
|
24
|
+
})(Grouping = ListAggregatedComputedUsagesRequest.Grouping || (ListAggregatedComputedUsagesRequest.Grouping = {}));
|
|
25
|
+
})(ListAggregatedComputedUsagesRequest = exports.ListAggregatedComputedUsagesRequest || (exports.ListAggregatedComputedUsagesRequest = {}));
|
|
26
|
+
//# sourceMappingURL=list-aggregated-computed-usages-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-aggregated-computed-usages-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-aggregated-computed-usages-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,mCAAmC,CAOnD;AAPD,WAAiB,mCAAmC;IAClD,IAAY,QAKX;IALD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;IACf,CAAC,EALW,QAAQ,GAAR,4CAAQ,KAAR,4CAAQ,QAKnB;AACH,CAAC,EAPgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAOnD"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190111
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedulesRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListBillingSchedulesRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the root compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* This param is used to get only the billing schedules for a particular Subscription Id
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"subscriptionId": string;
|
|
27
|
+
/**
|
|
28
|
+
* This param is used to get only the billing schedules for a particular Subscribed Service
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"subscribedServiceId"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
|
|
34
|
+
* <p>
|
|
35
|
+
Example: '500'
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The value of the 'opc-next-page' response header from the previous \"List\" call.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"page"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The sort order to use, either ascending ('ASC') or descending ('DESC').
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"sortOrder"?: ListBillingSchedulesRequest.SortOrder;
|
|
49
|
+
/**
|
|
50
|
+
* The field to sort by. You can provide one sort order ('sortOrder').
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"sortBy"?: ListBillingSchedulesRequest.SortBy;
|
|
54
|
+
/**
|
|
55
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"opcRequestId"?: string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace ListBillingSchedulesRequest {
|
|
61
|
+
enum SortOrder {
|
|
62
|
+
Asc = "ASC",
|
|
63
|
+
Desc = "DESC"
|
|
64
|
+
}
|
|
65
|
+
enum SortBy {
|
|
66
|
+
Ordernumber = "ORDERNUMBER",
|
|
67
|
+
Timeinvoicing = "TIMEINVOICING"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190111
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListBillingSchedulesRequest = void 0;
|
|
16
|
+
var ListBillingSchedulesRequest;
|
|
17
|
+
(function (ListBillingSchedulesRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListBillingSchedulesRequest.SortOrder || (ListBillingSchedulesRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["Ordernumber"] = "ORDERNUMBER";
|
|
26
|
+
SortBy["Timeinvoicing"] = "TIMEINVOICING";
|
|
27
|
+
})(SortBy = ListBillingSchedulesRequest.SortBy || (ListBillingSchedulesRequest.SortBy = {}));
|
|
28
|
+
})(ListBillingSchedulesRequest = exports.ListBillingSchedulesRequest || (exports.ListBillingSchedulesRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-billing-schedules-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-billing-schedules-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-billing-schedules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,2BAA2B,CAU3C;AAVD,WAAiB,2BAA2B;IAC1C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAGjB;AACH,CAAC,EAVgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAU3C"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190111
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitmentsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListCommitmentsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* This param is used to get the commitments for a particular subscribed service
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"subscribedServiceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The OCID of the root compartment.
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
|
|
29
|
+
* <p>
|
|
30
|
+
Example: '500'
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"limit"?: number;
|
|
34
|
+
/**
|
|
35
|
+
* The value of the 'opc-next-page' response header from the previous \"List\" call.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"page"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The sort order to use, either ascending ('ASC') or descending ('DESC').
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"sortOrder"?: ListCommitmentsRequest.SortOrder;
|
|
44
|
+
/**
|
|
45
|
+
* The field to sort by. You can provide one sort order ('sortOrder').
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"sortBy"?: ListCommitmentsRequest.SortBy;
|
|
49
|
+
/**
|
|
50
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"opcRequestId"?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListCommitmentsRequest {
|
|
56
|
+
enum SortOrder {
|
|
57
|
+
Asc = "ASC",
|
|
58
|
+
Desc = "DESC"
|
|
59
|
+
}
|
|
60
|
+
enum SortBy {
|
|
61
|
+
Ordernumber = "ORDERNUMBER",
|
|
62
|
+
Timeinvoicing = "TIMEINVOICING"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190111
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListCommitmentsRequest = void 0;
|
|
16
|
+
var ListCommitmentsRequest;
|
|
17
|
+
(function (ListCommitmentsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListCommitmentsRequest.SortOrder || (ListCommitmentsRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["Ordernumber"] = "ORDERNUMBER";
|
|
26
|
+
SortBy["Timeinvoicing"] = "TIMEINVOICING";
|
|
27
|
+
})(SortBy = ListCommitmentsRequest.SortBy || (ListCommitmentsRequest.SortBy = {}));
|
|
28
|
+
})(ListCommitmentsRequest = exports.ListCommitmentsRequest || (exports.ListCommitmentsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-commitments-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-commitments-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-commitments-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,sBAAsB,CAUtC;AAVD,WAAiB,sBAAsB;IACrC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EAVgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAUtC"}
|