oci-osubbillingschedule 2.12.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.
@@ -0,0 +1,32 @@
1
+ /**
2
+ * OneSubscription API Billing Schedule
3
+ * OneSubscription API for Billing Schedule information
4
+
5
+ * OpenAPI spec version: 20210501
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
+ /**
15
+ * Product description
16
+ */
17
+ export interface Product {
18
+ /**
19
+ * Indicates the associated AR Invoice Number
20
+ *
21
+ */
22
+ "partNumber": string;
23
+ /**
24
+ * Product name
25
+ *
26
+ */
27
+ "name": string;
28
+ }
29
+ export declare namespace Product {
30
+ function getJsonObj(obj: Product): object;
31
+ function getDeserializedJsonObj(obj: Product): object;
32
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription API Billing Schedule
4
+ * OneSubscription API for Billing Schedule information
5
+
6
+ * OpenAPI spec version: 20210501
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
+ exports.Product = void 0;
17
+ var Product;
18
+ (function (Product) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ Product.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ Product.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(Product = exports.Product || (exports.Product = {}));
30
+ //# sourceMappingURL=product.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product.js","sourceRoot":"","sources":["../../../../../lib/osubbillingschedule/lib/model/product.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAqBH,IAAiB,OAAO,CAWvB;AAXD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAWvB"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * OneSubscription API Billing Schedule
3
+ * OneSubscription API for Billing Schedule information
4
+
5
+ * OpenAPI spec version: 20210501
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;
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription API Billing Schedule
4
+ * OneSubscription API for Billing Schedule information
5
+
6
+ * OpenAPI spec version: 20210501
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.ListBillingSchedulesRequest = void 0;
36
+ const ListBillingSchedulesRequest = __importStar(require("./list-billing-schedules-request"));
37
+ exports.ListBillingSchedulesRequest = ListBillingSchedulesRequest.ListBillingSchedulesRequest;
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/osubbillingschedule/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC"}
@@ -0,0 +1,74 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210501
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.12.0/osubbillingschedule/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedulesRequest.
16
+ */
17
+ export interface ListBillingSchedulesRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the 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
+ * The OCI home region name in case home region is not us-ashburn-1 (IAD), e.g. ap-mumbai-1, us-phoenix-1 etc.
61
+ *
62
+ */
63
+ "xOneOriginRegion"?: string;
64
+ }
65
+ export declare namespace ListBillingSchedulesRequest {
66
+ enum SortOrder {
67
+ Asc = "ASC",
68
+ Desc = "DESC"
69
+ }
70
+ enum SortBy {
71
+ Ordernumber = "ORDERNUMBER",
72
+ Timeinvoicing = "TIMEINVOICING"
73
+ }
74
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210501
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/osubbillingschedule/lib/request/list-billing-schedules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,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,15 @@
1
+ /**
2
+ * OneSubscription API Billing Schedule
3
+ * OneSubscription API for Billing Schedule information
4
+
5
+ * OpenAPI spec version: 20210501
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;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription API Billing Schedule
4
+ * OneSubscription API for Billing Schedule information
5
+
6
+ * OpenAPI spec version: 20210501
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/osubbillingschedule/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210501
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: 20210501
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/osubbillingschedule/lib/response/list-billing-schedules-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "oci-osubbillingschedule",
3
+ "version": "2.12.0",
4
+ "description": "OCI NodeJS client for Osub Billing Schedule Service",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/oracle/oci-typescript-sdk"
8
+ },
9
+ "main": "./index.js",
10
+ "typings": "./index",
11
+ "scripts": {},
12
+ "author": {
13
+ "name": "Oracle Cloud Infrastructure",
14
+ "email": ""
15
+ },
16
+ "license": "(UPL-1.0 OR Apache-2.0)",
17
+ "dependencies": {
18
+ "oci-common": "2.12.0",
19
+ "oci-workrequests": "2.12.0"
20
+ },
21
+ "publishConfig": {
22
+ "registry": "https://registry.npmjs.org"
23
+ },
24
+ "contributors": [
25
+ "Jyoti Saini <jyoti.s.saini@oracle.com>",
26
+ "Joe Levy <joe.levy@oracle.com>",
27
+ "Walt Tran <walt.tran@oracle.com>"
28
+ ]
29
+ }