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,75 @@
|
|
|
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/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the root compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The Plan Number
|
|
24
|
+
*/
|
|
25
|
+
"planNumber"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Line level Subscription Id
|
|
28
|
+
*/
|
|
29
|
+
"subscriptionId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Buyer Email Id
|
|
32
|
+
*/
|
|
33
|
+
"buyerEmail"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Boolean value to decide whether commitment services will be shown
|
|
36
|
+
*/
|
|
37
|
+
"isCommitInfoRequired"?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
|
|
40
|
+
* <p>
|
|
41
|
+
Example: '500'
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The value of the 'opc-next-page' response header from the previous \"List\" call.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"page"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The sort order to use, either ascending ('ASC') or descending ('DESC').
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: ListSubscriptionsRequest.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. You can provide one sort order ('sortOrder').
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"sortBy"?: ListSubscriptionsRequest.SortBy;
|
|
60
|
+
/**
|
|
61
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"opcRequestId"?: string;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace ListSubscriptionsRequest {
|
|
67
|
+
enum SortOrder {
|
|
68
|
+
Asc = "ASC",
|
|
69
|
+
Desc = "DESC"
|
|
70
|
+
}
|
|
71
|
+
enum SortBy {
|
|
72
|
+
Ordernumber = "ORDERNUMBER",
|
|
73
|
+
Timeinvoicing = "TIMEINVOICING"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -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.ListSubscriptionsRequest = void 0;
|
|
16
|
+
var ListSubscriptionsRequest;
|
|
17
|
+
(function (ListSubscriptionsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListSubscriptionsRequest.SortOrder || (ListSubscriptionsRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["Ordernumber"] = "ORDERNUMBER";
|
|
26
|
+
SortBy["Timeinvoicing"] = "TIMEINVOICING";
|
|
27
|
+
})(SortBy = ListSubscriptionsRequest.SortBy || (ListSubscriptionsRequest.SortBy = {}));
|
|
28
|
+
})(ListSubscriptionsRequest = exports.ListSubscriptionsRequest || (exports.ListSubscriptionsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-subscriptions-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-subscriptions-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-subscriptions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,wBAAwB,CAUxC;AAVD,WAAiB,wBAAwB;IACvC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,kCAAS,KAAT,kCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAGjB;AACH,CAAC,EAVgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAUxC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface GetCommitmentResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
17
|
+
* particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* The returned model.Commitment instance.
|
|
23
|
+
*/
|
|
24
|
+
"commitment": model.Commitment;
|
|
25
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-commitment-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/get-commitment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface GetComputedUsageResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
17
|
+
* particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* The returned model.ComputedUsage instance.
|
|
23
|
+
*/
|
|
24
|
+
"computedUsage": model.ComputedUsage;
|
|
25
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-computed-usage-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/get-computed-usage-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface GetSubscribedServiceResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
17
|
+
* particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* The returned model.SubscribedService instance.
|
|
23
|
+
*/
|
|
24
|
+
"subscribedService": model.SubscribedService;
|
|
25
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-subscribed-service-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/get-subscribed-service-response.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 ListBillingSchedulesResponse from "./list-billing-schedules-response";
|
|
15
|
+
export import ListBillingSchedulesResponse = ListBillingSchedulesResponse.ListBillingSchedulesResponse;
|
|
16
|
+
import * as GetCommitmentResponse from "./get-commitment-response";
|
|
17
|
+
export import GetCommitmentResponse = GetCommitmentResponse.GetCommitmentResponse;
|
|
18
|
+
import * as ListCommitmentsResponse from "./list-commitments-response";
|
|
19
|
+
export import ListCommitmentsResponse = ListCommitmentsResponse.ListCommitmentsResponse;
|
|
20
|
+
import * as GetComputedUsageResponse from "./get-computed-usage-response";
|
|
21
|
+
export import GetComputedUsageResponse = GetComputedUsageResponse.GetComputedUsageResponse;
|
|
22
|
+
import * as ListAggregatedComputedUsagesResponse from "./list-aggregated-computed-usages-response";
|
|
23
|
+
export import ListAggregatedComputedUsagesResponse = ListAggregatedComputedUsagesResponse.ListAggregatedComputedUsagesResponse;
|
|
24
|
+
import * as ListComputedUsagesResponse from "./list-computed-usages-response";
|
|
25
|
+
export import ListComputedUsagesResponse = ListComputedUsagesResponse.ListComputedUsagesResponse;
|
|
26
|
+
import * as ListInvoicelineComputedUsagesResponse from "./list-invoiceline-computed-usages-response";
|
|
27
|
+
export import ListInvoicelineComputedUsagesResponse = ListInvoicelineComputedUsagesResponse.ListInvoicelineComputedUsagesResponse;
|
|
28
|
+
import * as ListInvoicesResponse from "./list-invoices-response";
|
|
29
|
+
export import ListInvoicesResponse = ListInvoicesResponse.ListInvoicesResponse;
|
|
30
|
+
import * as ListOrganizationSubscriptionsResponse from "./list-organization-subscriptions-response";
|
|
31
|
+
export import ListOrganizationSubscriptionsResponse = ListOrganizationSubscriptionsResponse.ListOrganizationSubscriptionsResponse;
|
|
32
|
+
import * as ListRateCardsResponse from "./list-rate-cards-response";
|
|
33
|
+
export import ListRateCardsResponse = ListRateCardsResponse.ListRateCardsResponse;
|
|
34
|
+
import * as GetSubscribedServiceResponse from "./get-subscribed-service-response";
|
|
35
|
+
export import GetSubscribedServiceResponse = GetSubscribedServiceResponse.GetSubscribedServiceResponse;
|
|
36
|
+
import * as ListSubscribedServicesResponse from "./list-subscribed-services-response";
|
|
37
|
+
export import ListSubscribedServicesResponse = ListSubscribedServicesResponse.ListSubscribedServicesResponse;
|
|
38
|
+
import * as ListSubscriptionsResponse from "./list-subscriptions-response";
|
|
39
|
+
export import ListSubscriptionsResponse = ListSubscriptionsResponse.ListSubscriptionsResponse;
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface ListAggregatedComputedUsagesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of AggregatedComputedUsageSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.AggregatedComputedUsageSummary[];
|
|
32
|
+
}
|
|
@@ -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=list-aggregated-computed-usages-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-aggregated-computed-usages-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/list-aggregated-computed-usages-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface ListBillingSchedulesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the 'page' parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of BillingScheduleSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.BillingScheduleSummary[];
|
|
32
|
+
}
|
|
@@ -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=list-billing-schedules-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-billing-schedules-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/list-billing-schedules-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface ListCommitmentsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of CommitmentSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.CommitmentSummary[];
|
|
32
|
+
}
|
|
@@ -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=list-commitments-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-commitments-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/list-commitments-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface ListComputedUsagesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of ComputedUsageSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.ComputedUsageSummary[];
|
|
32
|
+
}
|
|
@@ -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=list-computed-usages-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-computed-usages-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/list-computed-usages-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface ListInvoicelineComputedUsagesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of InvoicelineComputedUsageSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.InvoicelineComputedUsageSummary[];
|
|
32
|
+
}
|
|
@@ -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=list-invoiceline-computed-usages-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invoiceline-computed-usages-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/list-invoiceline-computed-usages-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
export interface ListInvoicesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of InvoiceSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.InvoiceSummary[];
|
|
32
|
+
}
|
|
@@ -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=list-invoices-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invoices-response.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/response/list-invoices-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|