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.
Files changed (209) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +28 -0
  6. package/index.js +51 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +808 -0
  9. package/lib/client.js +2027 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/aggregated-computed-usage-summary.d.ts +82 -0
  12. package/lib/model/aggregated-computed-usage-summary.js +81 -0
  13. package/lib/model/aggregated-computed-usage-summary.js.map +1 -0
  14. package/lib/model/billing-schedule-product.d.ts +32 -0
  15. package/lib/model/billing-schedule-product.js +30 -0
  16. package/lib/model/billing-schedule-product.js.map +1 -0
  17. package/lib/model/billing-schedule-summary.d.ts +94 -0
  18. package/lib/model/billing-schedule-summary.js +66 -0
  19. package/lib/model/billing-schedule-summary.js.map +1 -0
  20. package/lib/model/commitment-service.d.ts +53 -0
  21. package/lib/model/commitment-service.js +30 -0
  22. package/lib/model/commitment-service.js.map +1 -0
  23. package/lib/model/commitment-summary.d.ts +64 -0
  24. package/lib/model/commitment-summary.js +30 -0
  25. package/lib/model/commitment-summary.js.map +1 -0
  26. package/lib/model/commitment.d.ts +64 -0
  27. package/lib/model/commitment.js +30 -0
  28. package/lib/model/commitment.js.map +1 -0
  29. package/lib/model/computed-usage-aggregation.d.ts +82 -0
  30. package/lib/model/computed-usage-aggregation.js +79 -0
  31. package/lib/model/computed-usage-aggregation.js.map +1 -0
  32. package/lib/model/computed-usage-product.d.ts +58 -0
  33. package/lib/model/computed-usage-product.js +30 -0
  34. package/lib/model/computed-usage-product.js.map +1 -0
  35. package/lib/model/computed-usage-summary.d.ts +163 -0
  36. package/lib/model/computed-usage-summary.js +85 -0
  37. package/lib/model/computed-usage-summary.js.map +1 -0
  38. package/lib/model/computed-usage.d.ts +163 -0
  39. package/lib/model/computed-usage.js +85 -0
  40. package/lib/model/computed-usage.js.map +1 -0
  41. package/lib/model/index.d.ts +87 -0
  42. package/lib/model/index.js +110 -0
  43. package/lib/model/index.js.map +1 -0
  44. package/lib/model/invoice-line-summary.d.ts +50 -0
  45. package/lib/model/invoice-line-summary.js +56 -0
  46. package/lib/model/invoice-line-summary.js.map +1 -0
  47. package/lib/model/invoice-summary.d.ts +95 -0
  48. package/lib/model/invoice-summary.js +96 -0
  49. package/lib/model/invoice-summary.js.map +1 -0
  50. package/lib/model/invoiceline-computed-usage-summary.d.ts +74 -0
  51. package/lib/model/invoiceline-computed-usage-summary.js +81 -0
  52. package/lib/model/invoiceline-computed-usage-summary.js.map +1 -0
  53. package/lib/model/invoicing-address.d.ts +65 -0
  54. package/lib/model/invoicing-address.js +56 -0
  55. package/lib/model/invoicing-address.js.map +1 -0
  56. package/lib/model/invoicing-business-partner.d.ts +68 -0
  57. package/lib/model/invoicing-business-partner.js +30 -0
  58. package/lib/model/invoicing-business-partner.js.map +1 -0
  59. package/lib/model/invoicing-currency.d.ts +38 -0
  60. package/lib/model/invoicing-currency.js +30 -0
  61. package/lib/model/invoicing-currency.js.map +1 -0
  62. package/lib/model/invoicing-location.d.ts +58 -0
  63. package/lib/model/invoicing-location.js +30 -0
  64. package/lib/model/invoicing-location.js.map +1 -0
  65. package/lib/model/invoicing-organization.d.ts +33 -0
  66. package/lib/model/invoicing-organization.js +30 -0
  67. package/lib/model/invoicing-organization.js.map +1 -0
  68. package/lib/model/invoicing-payment-term.d.ts +63 -0
  69. package/lib/model/invoicing-payment-term.js +30 -0
  70. package/lib/model/invoicing-payment-term.js.map +1 -0
  71. package/lib/model/invoicing-product.d.ts +53 -0
  72. package/lib/model/invoicing-product.js +30 -0
  73. package/lib/model/invoicing-product.js.map +1 -0
  74. package/lib/model/invoicing-user.d.ts +63 -0
  75. package/lib/model/invoicing-user.js +30 -0
  76. package/lib/model/invoicing-user.js.map +1 -0
  77. package/lib/model/organization-subscription-summary.d.ts +60 -0
  78. package/lib/model/organization-subscription-summary.js +58 -0
  79. package/lib/model/organization-subscription-summary.js.map +1 -0
  80. package/lib/model/orgnization-subs-currency.d.ts +38 -0
  81. package/lib/model/orgnization-subs-currency.js +30 -0
  82. package/lib/model/orgnization-subs-currency.js.map +1 -0
  83. package/lib/model/rate-card-product.d.ts +53 -0
  84. package/lib/model/rate-card-product.js +30 -0
  85. package/lib/model/rate-card-product.js.map +1 -0
  86. package/lib/model/rate-card-summary.d.ts +66 -0
  87. package/lib/model/rate-card-summary.js +70 -0
  88. package/lib/model/rate-card-summary.js.map +1 -0
  89. package/lib/model/rate-card-tier.d.ts +38 -0
  90. package/lib/model/rate-card-tier.js +30 -0
  91. package/lib/model/rate-card-tier.js.map +1 -0
  92. package/lib/model/subscribed-service-address.d.ts +65 -0
  93. package/lib/model/subscribed-service-address.js +58 -0
  94. package/lib/model/subscribed-service-address.js.map +1 -0
  95. package/lib/model/subscribed-service-business-partner.d.ts +68 -0
  96. package/lib/model/subscribed-service-business-partner.js +30 -0
  97. package/lib/model/subscribed-service-business-partner.js.map +1 -0
  98. package/lib/model/subscribed-service-location.d.ts +58 -0
  99. package/lib/model/subscribed-service-location.js +30 -0
  100. package/lib/model/subscribed-service-location.js.map +1 -0
  101. package/lib/model/subscribed-service-payment-term.d.ts +63 -0
  102. package/lib/model/subscribed-service-payment-term.js +30 -0
  103. package/lib/model/subscribed-service-payment-term.js.map +1 -0
  104. package/lib/model/subscribed-service-summary.d.ts +507 -0
  105. package/lib/model/subscribed-service-summary.js +146 -0
  106. package/lib/model/subscribed-service-summary.js.map +1 -0
  107. package/lib/model/subscribed-service-user.d.ts +63 -0
  108. package/lib/model/subscribed-service-user.js +30 -0
  109. package/lib/model/subscribed-service-user.js.map +1 -0
  110. package/lib/model/subscribed-service.d.ts +517 -0
  111. package/lib/model/subscribed-service.js +166 -0
  112. package/lib/model/subscribed-service.js.map +1 -0
  113. package/lib/model/subscription-currency.d.ts +38 -0
  114. package/lib/model/subscription-currency.js +30 -0
  115. package/lib/model/subscription-currency.js.map +1 -0
  116. package/lib/model/subscription-product.d.ts +43 -0
  117. package/lib/model/subscription-product.js +30 -0
  118. package/lib/model/subscription-product.js.map +1 -0
  119. package/lib/model/subscription-subscribed-service.d.ts +146 -0
  120. package/lib/model/subscription-subscribed-service.js +66 -0
  121. package/lib/model/subscription-subscribed-service.js.map +1 -0
  122. package/lib/model/subscription-summary.d.ts +60 -0
  123. package/lib/model/subscription-summary.js +66 -0
  124. package/lib/model/subscription-summary.js.map +1 -0
  125. package/lib/request/get-commitment-request.d.ts +27 -0
  126. package/lib/request/get-commitment-request.js +15 -0
  127. package/lib/request/get-commitment-request.js.map +1 -0
  128. package/lib/request/get-computed-usage-request.d.ts +39 -0
  129. package/lib/request/get-computed-usage-request.js +15 -0
  130. package/lib/request/get-computed-usage-request.js.map +1 -0
  131. package/lib/request/get-subscribed-service-request.d.ts +40 -0
  132. package/lib/request/get-subscribed-service-request.js +15 -0
  133. package/lib/request/get-subscribed-service-request.js.map +1 -0
  134. package/lib/request/index.d.ts +39 -0
  135. package/lib/request/index.js +56 -0
  136. package/lib/request/index.js.map +1 -0
  137. package/lib/request/list-aggregated-computed-usages-request.d.ts +72 -0
  138. package/lib/request/list-aggregated-computed-usages-request.js +26 -0
  139. package/lib/request/list-aggregated-computed-usages-request.js.map +1 -0
  140. package/lib/request/list-billing-schedules-request.d.ts +69 -0
  141. package/lib/request/list-billing-schedules-request.js +29 -0
  142. package/lib/request/list-billing-schedules-request.js.map +1 -0
  143. package/lib/request/list-commitments-request.d.ts +64 -0
  144. package/lib/request/list-commitments-request.js +29 -0
  145. package/lib/request/list-commitments-request.js.map +1 -0
  146. package/lib/request/list-computed-usages-request.d.ts +85 -0
  147. package/lib/request/list-computed-usages-request.js +30 -0
  148. package/lib/request/list-computed-usages-request.js.map +1 -0
  149. package/lib/request/list-invoiceline-computed-usages-request.d.ts +72 -0
  150. package/lib/request/list-invoiceline-computed-usages-request.js +29 -0
  151. package/lib/request/list-invoiceline-computed-usages-request.js.map +1 -0
  152. package/lib/request/list-invoices-request.d.ts +81 -0
  153. package/lib/request/list-invoices-request.js +29 -0
  154. package/lib/request/list-invoices-request.js.map +1 -0
  155. package/lib/request/list-organization-subscriptions-request.d.ts +59 -0
  156. package/lib/request/list-organization-subscriptions-request.js +29 -0
  157. package/lib/request/list-organization-subscriptions-request.js.map +1 -0
  158. package/lib/request/list-rate-cards-request.d.ts +75 -0
  159. package/lib/request/list-rate-cards-request.js +29 -0
  160. package/lib/request/list-rate-cards-request.js.map +1 -0
  161. package/lib/request/list-subscribed-services-request.d.ts +73 -0
  162. package/lib/request/list-subscribed-services-request.js +29 -0
  163. package/lib/request/list-subscribed-services-request.js.map +1 -0
  164. package/lib/request/list-subscriptions-request.d.ts +75 -0
  165. package/lib/request/list-subscriptions-request.js +29 -0
  166. package/lib/request/list-subscriptions-request.js.map +1 -0
  167. package/lib/response/get-commitment-response.d.ts +25 -0
  168. package/lib/response/get-commitment-response.js +15 -0
  169. package/lib/response/get-commitment-response.js.map +1 -0
  170. package/lib/response/get-computed-usage-response.d.ts +25 -0
  171. package/lib/response/get-computed-usage-response.js +15 -0
  172. package/lib/response/get-computed-usage-response.js.map +1 -0
  173. package/lib/response/get-subscribed-service-response.d.ts +25 -0
  174. package/lib/response/get-subscribed-service-response.js +15 -0
  175. package/lib/response/get-subscribed-service-response.js.map +1 -0
  176. package/lib/response/index.d.ts +39 -0
  177. package/lib/response/index.js +16 -0
  178. package/lib/response/index.js.map +1 -0
  179. package/lib/response/list-aggregated-computed-usages-response.d.ts +32 -0
  180. package/lib/response/list-aggregated-computed-usages-response.js +15 -0
  181. package/lib/response/list-aggregated-computed-usages-response.js.map +1 -0
  182. package/lib/response/list-billing-schedules-response.d.ts +32 -0
  183. package/lib/response/list-billing-schedules-response.js +15 -0
  184. package/lib/response/list-billing-schedules-response.js.map +1 -0
  185. package/lib/response/list-commitments-response.d.ts +32 -0
  186. package/lib/response/list-commitments-response.js +15 -0
  187. package/lib/response/list-commitments-response.js.map +1 -0
  188. package/lib/response/list-computed-usages-response.d.ts +32 -0
  189. package/lib/response/list-computed-usages-response.js +15 -0
  190. package/lib/response/list-computed-usages-response.js.map +1 -0
  191. package/lib/response/list-invoiceline-computed-usages-response.d.ts +32 -0
  192. package/lib/response/list-invoiceline-computed-usages-response.js +15 -0
  193. package/lib/response/list-invoiceline-computed-usages-response.js.map +1 -0
  194. package/lib/response/list-invoices-response.d.ts +32 -0
  195. package/lib/response/list-invoices-response.js +15 -0
  196. package/lib/response/list-invoices-response.js.map +1 -0
  197. package/lib/response/list-organization-subscriptions-response.d.ts +32 -0
  198. package/lib/response/list-organization-subscriptions-response.js +15 -0
  199. package/lib/response/list-organization-subscriptions-response.js.map +1 -0
  200. package/lib/response/list-rate-cards-response.d.ts +27 -0
  201. package/lib/response/list-rate-cards-response.js +15 -0
  202. package/lib/response/list-rate-cards-response.js.map +1 -0
  203. package/lib/response/list-subscribed-services-response.d.ts +32 -0
  204. package/lib/response/list-subscribed-services-response.js +15 -0
  205. package/lib/response/list-subscribed-services-response.js.map +1 -0
  206. package/lib/response/list-subscriptions-response.d.ts +32 -0
  207. package/lib/response/list-subscriptions-response.js +15 -0
  208. package/lib/response/list-subscriptions-response.js.map +1 -0
  209. package/package.json +29 -0
@@ -0,0 +1,85 @@
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/ListComputedUsages.ts.html |here} to see how to use ListComputedUsagesRequest.
16
+ */
17
+ export interface ListComputedUsagesRequest 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
+ * Product part number for Computed Usage .
44
+ *
45
+ */
46
+ "computedProduct"?: string;
47
+ /**
48
+ * The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
49
+ * <p>
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
+ * The sort order to use, either ascending ('ASC') or descending ('DESC').
61
+ *
62
+ */
63
+ "sortOrder"?: ListComputedUsagesRequest.SortOrder;
64
+ /**
65
+ * The field to sort by. You can provide one sort order (`sortOrder`).
66
+ *
67
+ */
68
+ "sortBy"?: ListComputedUsagesRequest.SortBy;
69
+ /**
70
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
71
+ *
72
+ */
73
+ "opcRequestId"?: string;
74
+ }
75
+ export declare namespace ListComputedUsagesRequest {
76
+ enum SortOrder {
77
+ Asc = "ASC",
78
+ Desc = "DESC"
79
+ }
80
+ enum SortBy {
81
+ TimeCreated = "timeCreated",
82
+ TimeOfArrival = "timeOfArrival",
83
+ TimeMeteredOn = "timeMeteredOn"
84
+ }
85
+ }
@@ -0,0 +1,30 @@
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.ListComputedUsagesRequest = void 0;
16
+ var ListComputedUsagesRequest;
17
+ (function (ListComputedUsagesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListComputedUsagesRequest.SortOrder || (ListComputedUsagesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["TimeCreated"] = "timeCreated";
26
+ SortBy["TimeOfArrival"] = "timeOfArrival";
27
+ SortBy["TimeMeteredOn"] = "timeMeteredOn";
28
+ })(SortBy = ListComputedUsagesRequest.SortBy || (ListComputedUsagesRequest.SortBy = {}));
29
+ })(ListComputedUsagesRequest = exports.ListComputedUsagesRequest || (exports.ListComputedUsagesRequest = {}));
30
+ //# sourceMappingURL=list-computed-usages-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-computed-usages-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-computed-usages-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmEH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,mCAAS,KAAT,mCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;QAC/B,yCAA+B,CAAA;IACjC,CAAC,EAJW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAIjB;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -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/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsagesRequest.
16
+ */
17
+ export interface ListInvoicelineComputedUsagesRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the root compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Invoice Line Identifier - Primary Key SPM
24
+ *
25
+ */
26
+ "invoiceLineId": string;
27
+ /**
28
+ * The sort order to use, either ascending ('ASC') or descending ('DESC').
29
+ *
30
+ */
31
+ "sortOrder"?: ListInvoicelineComputedUsagesRequest.SortOrder;
32
+ /**
33
+ * The field to sort by Invoiced Computed Usages. You can provide one sort order (`sortOrder`).
34
+ *
35
+ */
36
+ "sortBy"?: ListInvoicelineComputedUsagesRequest.SortBy;
37
+ /**
38
+ * The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
39
+ * <p>
40
+ Example: '500'
41
+ *
42
+ */
43
+ "limit"?: number;
44
+ /**
45
+ * The value of the 'opc-next-page' response header from the previous \"List\" call.
46
+ *
47
+ */
48
+ "page"?: string;
49
+ /**
50
+ * Partial response refers to an optimization technique offered
51
+ * by the RESTful web APIs to return only the information
52
+ * (fields) required by the client. This parameter is used to control what fields to
53
+ * return.
54
+ *
55
+ */
56
+ "fields"?: Array<string>;
57
+ /**
58
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
59
+ *
60
+ */
61
+ "opcRequestId"?: string;
62
+ }
63
+ export declare namespace ListInvoicelineComputedUsagesRequest {
64
+ enum SortOrder {
65
+ Asc = "ASC",
66
+ Desc = "DESC"
67
+ }
68
+ enum SortBy {
69
+ TimeCreated = "timeCreated",
70
+ MeteredOnDate = "meteredOnDate"
71
+ }
72
+ }
@@ -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.ListInvoicelineComputedUsagesRequest = void 0;
16
+ var ListInvoicelineComputedUsagesRequest;
17
+ (function (ListInvoicelineComputedUsagesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListInvoicelineComputedUsagesRequest.SortOrder || (ListInvoicelineComputedUsagesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["TimeCreated"] = "timeCreated";
26
+ SortBy["MeteredOnDate"] = "meteredOnDate";
27
+ })(SortBy = ListInvoicelineComputedUsagesRequest.SortBy || (ListInvoicelineComputedUsagesRequest.SortBy = {}));
28
+ })(ListInvoicelineComputedUsagesRequest = exports.ListInvoicelineComputedUsagesRequest || (exports.ListInvoicelineComputedUsagesRequest = {}));
29
+ //# sourceMappingURL=list-invoiceline-computed-usages-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-invoiceline-computed-usages-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-invoiceline-computed-usages-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuDH,IAAiB,oCAAoC,CAUpD;AAVD,WAAiB,oCAAoC;IACnD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8CAAS,KAAT,8CAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAGjB;AACH,CAAC,EAVgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAUpD"}
@@ -0,0 +1,81 @@
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/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
16
+ */
17
+ export interface ListInvoicesRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the root compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * AR Unique identifier for an invoice .
24
+ */
25
+ "arCustomerTransactionId": string;
26
+ /**
27
+ * Initial date to filter Invoice data in SPM.
28
+ *
29
+ */
30
+ "timeFrom"?: Date;
31
+ /**
32
+ * Final date to filter Invoice data in SPM.
33
+ *
34
+ */
35
+ "timeTo"?: Date;
36
+ /**
37
+ * The sort order to use, either ascending ('ASC') or descending ('DESC').
38
+ *
39
+ */
40
+ "sortOrder"?: ListInvoicesRequest.SortOrder;
41
+ /**
42
+ * The field to sort by. You can provide one sort order ('sortOrder').
43
+ *
44
+ */
45
+ "sortBy"?: ListInvoicesRequest.SortBy;
46
+ /**
47
+ * The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
48
+ * <p>
49
+ Example: '500'
50
+ *
51
+ */
52
+ "limit"?: number;
53
+ /**
54
+ * The value of the 'opc-next-page' response header from the previous \"List\" call.
55
+ *
56
+ */
57
+ "page"?: string;
58
+ /**
59
+ * Partial response refers to an optimization technique offered
60
+ * by the RESTful web APIs to return only the information
61
+ * (fields) required by the client. This parameter is used to control what fields to
62
+ * return.
63
+ *
64
+ */
65
+ "fields"?: Array<string>;
66
+ /**
67
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
68
+ *
69
+ */
70
+ "opcRequestId"?: string;
71
+ }
72
+ export declare namespace ListInvoicesRequest {
73
+ enum SortOrder {
74
+ Asc = "ASC",
75
+ Desc = "DESC"
76
+ }
77
+ enum SortBy {
78
+ Ordernumber = "ORDERNUMBER",
79
+ Timeinvoicing = "TIMEINVOICING"
80
+ }
81
+ }
@@ -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.ListInvoicesRequest = void 0;
16
+ var ListInvoicesRequest;
17
+ (function (ListInvoicesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListInvoicesRequest.SortOrder || (ListInvoicesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Ordernumber"] = "ORDERNUMBER";
26
+ SortBy["Timeinvoicing"] = "TIMEINVOICING";
27
+ })(SortBy = ListInvoicesRequest.SortBy || (ListInvoicesRequest.SortBy = {}));
28
+ })(ListInvoicesRequest = exports.ListInvoicesRequest || (exports.ListInvoicesRequest = {}));
29
+ //# sourceMappingURL=list-invoices-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-invoices-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-invoices-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgEH,IAAiB,mBAAmB,CAUnC;AAVD,WAAiB,mBAAmB;IAClC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,6BAAS,KAAT,6BAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAGjB;AACH,CAAC,EAVgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAUnC"}
@@ -0,0 +1,59 @@
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/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptionsRequest.
16
+ */
17
+ export interface ListOrganizationSubscriptionsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the root compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
24
+ * <p>
25
+ Example: '500'
26
+ *
27
+ */
28
+ "limit"?: number;
29
+ /**
30
+ * The value of the 'opc-next-page' response header from the previous \"List\" call.
31
+ *
32
+ */
33
+ "page"?: string;
34
+ /**
35
+ * The sort order to use, either ascending ('ASC') or descending ('DESC').
36
+ *
37
+ */
38
+ "sortOrder"?: ListOrganizationSubscriptionsRequest.SortOrder;
39
+ /**
40
+ * The field to sort by. You can provide one sort order ('sortOrder').
41
+ *
42
+ */
43
+ "sortBy"?: ListOrganizationSubscriptionsRequest.SortBy;
44
+ /**
45
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
46
+ *
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
50
+ export declare namespace ListOrganizationSubscriptionsRequest {
51
+ enum SortOrder {
52
+ Asc = "ASC",
53
+ Desc = "DESC"
54
+ }
55
+ enum SortBy {
56
+ Ordernumber = "ORDERNUMBER",
57
+ Timeinvoicing = "TIMEINVOICING"
58
+ }
59
+ }
@@ -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.ListOrganizationSubscriptionsRequest = void 0;
16
+ var ListOrganizationSubscriptionsRequest;
17
+ (function (ListOrganizationSubscriptionsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListOrganizationSubscriptionsRequest.SortOrder || (ListOrganizationSubscriptionsRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Ordernumber"] = "ORDERNUMBER";
26
+ SortBy["Timeinvoicing"] = "TIMEINVOICING";
27
+ })(SortBy = ListOrganizationSubscriptionsRequest.SortBy || (ListOrganizationSubscriptionsRequest.SortBy = {}));
28
+ })(ListOrganizationSubscriptionsRequest = exports.ListOrganizationSubscriptionsRequest || (exports.ListOrganizationSubscriptionsRequest = {}));
29
+ //# sourceMappingURL=list-organization-subscriptions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-organization-subscriptions-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-organization-subscriptions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,oCAAoC,CAUpD;AAVD,WAAiB,oCAAoC;IACnD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8CAAS,KAAT,8CAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAGjB;AACH,CAAC,EAVgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAUpD"}
@@ -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/ListRateCards.ts.html |here} to see how to use ListRateCardsRequest.
16
+ */
17
+ export interface ListRateCardsRequest extends common.BaseRequest {
18
+ /**
19
+ * Line level Subscription Id
20
+ */
21
+ "subscriptionId": string;
22
+ /**
23
+ * The OCID of the root compartment.
24
+ */
25
+ "compartmentId": string;
26
+ /**
27
+ * This param is used to get the rate card(s) whose effective start date starts on or after a particular date
28
+ */
29
+ "timeFrom"?: Date;
30
+ /**
31
+ * This param is used to get the rate card(s) whose effective end date ends on or before a particular date
32
+ */
33
+ "timeTo"?: Date;
34
+ /**
35
+ * This param is used to get the rate card(s) filterd by the partNumber
36
+ */
37
+ "partNumber"?: string;
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"?: ListRateCardsRequest.SortOrder;
55
+ /**
56
+ * The field to sort by. You can provide one sort order ('sortOrder').
57
+ *
58
+ */
59
+ "sortBy"?: ListRateCardsRequest.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 ListRateCardsRequest {
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.ListRateCardsRequest = void 0;
16
+ var ListRateCardsRequest;
17
+ (function (ListRateCardsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListRateCardsRequest.SortOrder || (ListRateCardsRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Ordernumber"] = "ORDERNUMBER";
26
+ SortBy["Timeinvoicing"] = "TIMEINVOICING";
27
+ })(SortBy = ListRateCardsRequest.SortBy || (ListRateCardsRequest.SortBy = {}));
28
+ })(ListRateCardsRequest = exports.ListRateCardsRequest || (exports.ListRateCardsRequest = {}));
29
+ //# sourceMappingURL=list-rate-cards-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-rate-cards-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-rate-cards-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,oBAAoB,CAUpC;AAVD,WAAiB,oBAAoB;IACnC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8BAAS,KAAT,8BAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAGjB;AACH,CAAC,EAVgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAUpC"}
@@ -0,0 +1,73 @@
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/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServicesRequest.
16
+ */
17
+ export interface ListSubscribedServicesRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the root compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Line level Subscription Id
24
+ */
25
+ "subscriptionId": string;
26
+ /**
27
+ * Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
28
+ *
29
+ */
30
+ "orderLineId"?: number;
31
+ /**
32
+ * This param is used to filter subscribed services based on its status
33
+ *
34
+ */
35
+ "status"?: string;
36
+ /**
37
+ * The maximum number of items to return in a paginated \"List\" call. Default: (`50`)
38
+ * <p>
39
+ Example: '500'
40
+ *
41
+ */
42
+ "limit"?: number;
43
+ /**
44
+ * The value of the 'opc-next-page' response header from the previous \"List\" call.
45
+ *
46
+ */
47
+ "page"?: string;
48
+ /**
49
+ * The sort order to use, either ascending ('ASC') or descending ('DESC').
50
+ *
51
+ */
52
+ "sortOrder"?: ListSubscribedServicesRequest.SortOrder;
53
+ /**
54
+ * The field to sort by. You can provide one sort order ('sortOrder').
55
+ *
56
+ */
57
+ "sortBy"?: ListSubscribedServicesRequest.SortBy;
58
+ /**
59
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
60
+ *
61
+ */
62
+ "opcRequestId"?: string;
63
+ }
64
+ export declare namespace ListSubscribedServicesRequest {
65
+ enum SortOrder {
66
+ Asc = "ASC",
67
+ Desc = "DESC"
68
+ }
69
+ enum SortBy {
70
+ Ordernumber = "ORDERNUMBER",
71
+ Timeinvoicing = "TIMEINVOICING"
72
+ }
73
+ }
@@ -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.ListSubscribedServicesRequest = void 0;
16
+ var ListSubscribedServicesRequest;
17
+ (function (ListSubscribedServicesRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListSubscribedServicesRequest.SortOrder || (ListSubscribedServicesRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Ordernumber"] = "ORDERNUMBER";
26
+ SortBy["Timeinvoicing"] = "TIMEINVOICING";
27
+ })(SortBy = ListSubscribedServicesRequest.SortBy || (ListSubscribedServicesRequest.SortBy = {}));
28
+ })(ListSubscribedServicesRequest = exports.ListSubscribedServicesRequest || (exports.ListSubscribedServicesRequest = {}));
29
+ //# sourceMappingURL=list-subscribed-services-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-subscribed-services-request.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/request/list-subscribed-services-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,6BAA6B,CAU7C;AAVD,WAAiB,6BAA6B;IAC5C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,yCAA+B,CAAA;IACjC,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;AACH,CAAC,EAVgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAU7C"}