oci-ospgateway 2.11.1 → 2.14.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 (132) hide show
  1. package/index.d.ts +3 -2
  2. package/index.js +4 -3
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +93 -7
  5. package/lib/client.js +425 -10
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/authorize-subscription-payment-details.d.ts +31 -0
  8. package/lib/model/authorize-subscription-payment-details.js +57 -0
  9. package/lib/model/authorize-subscription-payment-details.js.map +1 -0
  10. package/lib/model/authorize-subscription-payment-receipt.d.ts +33 -0
  11. package/lib/model/authorize-subscription-payment-receipt.js +29 -0
  12. package/lib/model/authorize-subscription-payment-receipt.js.map +1 -0
  13. package/lib/model/{address.d.ts → bill-to-address.d.ts} +6 -6
  14. package/lib/model/{address.js → bill-to-address.js} +9 -9
  15. package/lib/model/bill-to-address.js.map +1 -0
  16. package/lib/model/billing-address.d.ts +65 -0
  17. package/lib/model/billing-address.js +29 -0
  18. package/lib/model/billing-address.js.map +1 -0
  19. package/lib/model/country.d.ts +2 -2
  20. package/lib/model/country.js +2 -2
  21. package/lib/model/credit-card-payment-detail.d.ts +2 -2
  22. package/lib/model/credit-card-payment-detail.js +2 -2
  23. package/lib/model/credit-card-payment-option.d.ts +24 -0
  24. package/lib/model/credit-card-payment-option.js +52 -0
  25. package/lib/model/credit-card-payment-option.js.map +1 -0
  26. package/lib/model/credit-card-type.d.ts +28 -0
  27. package/lib/model/credit-card-type.js +39 -0
  28. package/lib/model/credit-card-type.js.map +1 -0
  29. package/lib/model/currency.d.ts +2 -2
  30. package/lib/model/currency.js +2 -2
  31. package/lib/model/index.d.ts +38 -4
  32. package/lib/model/index.js +39 -5
  33. package/lib/model/index.js.map +1 -1
  34. package/lib/model/invoice-collection.d.ts +2 -2
  35. package/lib/model/invoice-collection.js +2 -2
  36. package/lib/model/invoice-line-collection.d.ts +2 -2
  37. package/lib/model/invoice-line-collection.js +2 -2
  38. package/lib/model/invoice-line-summary.d.ts +2 -2
  39. package/lib/model/invoice-line-summary.js +2 -2
  40. package/lib/model/invoice-summary.d.ts +2 -2
  41. package/lib/model/invoice-summary.js +2 -2
  42. package/lib/model/invoice.d.ts +3 -3
  43. package/lib/model/invoice.js +6 -4
  44. package/lib/model/invoice.js.map +1 -1
  45. package/lib/model/merchant-defined-data.d.ts +29 -0
  46. package/lib/model/merchant-defined-data.js +29 -0
  47. package/lib/model/merchant-defined-data.js.map +1 -0
  48. package/lib/model/other-payment-detail.d.ts +2 -2
  49. package/lib/model/other-payment-detail.js +2 -2
  50. package/lib/model/pay-invoice-details.d.ts +2 -2
  51. package/lib/model/pay-invoice-details.js +2 -2
  52. package/lib/model/pay-invoice-receipt.d.ts +2 -2
  53. package/lib/model/pay-invoice-receipt.js +2 -2
  54. package/lib/model/pay-subscription-details.d.ts +31 -0
  55. package/lib/model/pay-subscription-details.js +57 -0
  56. package/lib/model/pay-subscription-details.js.map +1 -0
  57. package/lib/model/pay-subscription-receipt.d.ts +33 -0
  58. package/lib/model/pay-subscription-receipt.js +29 -0
  59. package/lib/model/pay-subscription-receipt.js.map +1 -0
  60. package/lib/model/payment-detail.d.ts +2 -2
  61. package/lib/model/payment-detail.js +2 -2
  62. package/lib/model/payment-gateway.d.ts +23 -0
  63. package/lib/model/payment-gateway.js +57 -0
  64. package/lib/model/payment-gateway.js.map +1 -0
  65. package/lib/model/payment-method.d.ts +28 -0
  66. package/lib/model/payment-method.js +39 -0
  67. package/lib/model/payment-method.js.map +1 -0
  68. package/lib/model/payment-option.d.ts +30 -0
  69. package/lib/model/payment-option.js +69 -0
  70. package/lib/model/payment-option.js.map +1 -0
  71. package/lib/model/paypal-payment-detail.d.ts +2 -2
  72. package/lib/model/paypal-payment-detail.js +2 -2
  73. package/lib/model/paypal-payment-option.d.ts +24 -0
  74. package/lib/model/paypal-payment-option.js +52 -0
  75. package/lib/model/paypal-payment-option.js.map +1 -0
  76. package/lib/model/subscription-collection.d.ts +26 -0
  77. package/lib/model/subscription-collection.js +61 -0
  78. package/lib/model/subscription-collection.js.map +1 -0
  79. package/lib/model/subscription-summary.d.ts +118 -0
  80. package/lib/model/subscription-summary.js +107 -0
  81. package/lib/model/subscription-summary.js.map +1 -0
  82. package/lib/model/subscription.d.ts +118 -0
  83. package/lib/model/subscription.js +107 -0
  84. package/lib/model/subscription.js.map +1 -0
  85. package/lib/model/tax-info.d.ts +41 -0
  86. package/lib/model/tax-info.js +29 -0
  87. package/lib/model/tax-info.js.map +1 -0
  88. package/lib/model/update-subscription-details.d.ts +27 -0
  89. package/lib/model/update-subscription-details.js +57 -0
  90. package/lib/model/update-subscription-details.js.map +1 -0
  91. package/lib/request/authorize-subscription-payment-request.d.ts +58 -0
  92. package/lib/request/authorize-subscription-payment-request.js +15 -0
  93. package/lib/request/authorize-subscription-payment-request.js.map +1 -0
  94. package/lib/request/download-pdf-content-request.d.ts +1 -1
  95. package/lib/request/get-invoice-request.d.ts +1 -1
  96. package/lib/request/get-subscription-request.d.ts +38 -0
  97. package/lib/request/get-subscription-request.js +15 -0
  98. package/lib/request/get-subscription-request.js.map +1 -0
  99. package/lib/request/index.d.ts +12 -2
  100. package/lib/request/index.js +5 -3
  101. package/lib/request/index.js.map +1 -1
  102. package/lib/request/list-invoice-lines-request.d.ts +1 -1
  103. package/lib/request/list-invoices-request.d.ts +1 -1
  104. package/lib/request/list-subscriptions-request.d.ts +71 -0
  105. package/lib/request/list-subscriptions-request.js +36 -0
  106. package/lib/request/list-subscriptions-request.js.map +1 -0
  107. package/lib/request/pay-invoice-request.d.ts +1 -1
  108. package/lib/request/pay-subscription-request.d.ts +58 -0
  109. package/lib/request/pay-subscription-request.js +15 -0
  110. package/lib/request/pay-subscription-request.js.map +1 -0
  111. package/lib/request/update-subscription-request.d.ts +52 -0
  112. package/lib/request/update-subscription-request.js +15 -0
  113. package/lib/request/update-subscription-request.js.map +1 -0
  114. package/lib/response/authorize-subscription-payment-response.d.ts +29 -0
  115. package/lib/response/authorize-subscription-payment-response.js +15 -0
  116. package/lib/response/authorize-subscription-payment-response.js.map +1 -0
  117. package/lib/response/get-subscription-response.d.ts +29 -0
  118. package/lib/response/get-subscription-response.js +15 -0
  119. package/lib/response/get-subscription-response.js.map +1 -0
  120. package/lib/response/index.d.ts +12 -2
  121. package/lib/response/index.js +2 -2
  122. package/lib/response/list-subscriptions-response.d.ts +36 -0
  123. package/lib/response/list-subscriptions-response.js +15 -0
  124. package/lib/response/list-subscriptions-response.js.map +1 -0
  125. package/lib/response/pay-subscription-response.d.ts +29 -0
  126. package/lib/response/pay-subscription-response.js +15 -0
  127. package/lib/response/pay-subscription-response.js.map +1 -0
  128. package/lib/response/update-subscription-response.d.ts +29 -0
  129. package/lib/response/update-subscription-response.js +15 -0
  130. package/lib/response/update-subscription-response.js.map +1 -0
  131. package/package.json +3 -3
  132. package/lib/model/address.js.map +0 -1
@@ -0,0 +1,58 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20191001
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscriptionRequest.
17
+ */
18
+ export interface PaySubscriptionRequest extends common.BaseRequest {
19
+ /**
20
+ * The home region's public name of the logged in user.
21
+ *
22
+ */
23
+ "ospHomeRegion": string;
24
+ /**
25
+ * Subscription id(OCID).
26
+ */
27
+ "subscriptionId": string;
28
+ /**
29
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
30
+ *
31
+ */
32
+ "compartmentId": string;
33
+ /**
34
+ * subscription payment request.
35
+ */
36
+ "paySubscriptionDetails": model.PaySubscriptionDetails;
37
+ /**
38
+ * For optimistic concurrency control. In the PUT or DELETE call
39
+ * for a resource, set the `if-match` parameter to the value of the
40
+ * etag from a previous GET or POST response for that resource.
41
+ * The resource will be updated or deleted only if the etag you
42
+ * provide matches the resource's current etag value.
43
+ *
44
+ */
45
+ "ifMatch"?: string;
46
+ /**
47
+ * For requests that are not idempotent (creates being the main place of interest), THE APIs should take a header
48
+ * called opc-retry-token to identify the customer desire across requests, to introduce some level of idempotency.
49
+ *
50
+ */
51
+ "opcRetryToken"?: string;
52
+ /**
53
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
54
+ * particular request, please provide the request ID.
55
+ *
56
+ */
57
+ "opcRequestId"?: string;
58
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20191001
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=pay-subscription-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pay-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/request/pay-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20191001
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
17
+ */
18
+ export interface UpdateSubscriptionRequest extends common.BaseRequest {
19
+ /**
20
+ * Subscription id(OCID).
21
+ */
22
+ "subscriptionId": string;
23
+ /**
24
+ * The home region's public name of the logged in user.
25
+ *
26
+ */
27
+ "ospHomeRegion": string;
28
+ /**
29
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
30
+ *
31
+ */
32
+ "compartmentId": string;
33
+ /**
34
+ * Subscription update request.
35
+ */
36
+ "updateSubscriptionDetails": model.UpdateSubscriptionDetails;
37
+ /**
38
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
39
+ * particular request, please provide the request ID.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ /**
44
+ * For optimistic concurrency control. In the PUT or DELETE call
45
+ * for a resource, set the `if-match` parameter to the value of the
46
+ * etag from a previous GET or POST response for that resource.
47
+ * The resource will be updated or deleted only if the etag you
48
+ * provide matches the resource's current etag value.
49
+ *
50
+ */
51
+ "ifMatch"?: string;
52
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20191001
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=update-subscription-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/request/update-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20191001
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 AuthorizeSubscriptionPaymentResponse {
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
+ * For optimistic concurrency control. See `if-match`.
23
+ */
24
+ "etag": string;
25
+ /**
26
+ * The returned model.AuthorizeSubscriptionPaymentReceipt instance.
27
+ */
28
+ "authorizeSubscriptionPaymentReceipt": model.AuthorizeSubscriptionPaymentReceipt;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20191001
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=authorize-subscription-payment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authorize-subscription-payment-response.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/response/authorize-subscription-payment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20191001
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 GetSubscriptionResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
21
+ * particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.Subscription instance.
27
+ */
28
+ "subscription": model.Subscription;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20191001
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-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/response/get-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Billing Center Gateway API
3
- * This site describes all the Rest endpoints of Billing Center Gateway.
2
+ * OSP Gateway API
3
+ * This site describes all the Rest endpoints of OSP Gateway.
4
4
  * OpenAPI spec version: 20191001
5
5
  * Contact: osp_team_oci_cam_ww_grp@oracle.com
6
6
  *
@@ -20,3 +20,13 @@ import * as ListInvoicesResponse from "./list-invoices-response";
20
20
  export import ListInvoicesResponse = ListInvoicesResponse.ListInvoicesResponse;
21
21
  import * as PayInvoiceResponse from "./pay-invoice-response";
22
22
  export import PayInvoiceResponse = PayInvoiceResponse.PayInvoiceResponse;
23
+ import * as AuthorizeSubscriptionPaymentResponse from "./authorize-subscription-payment-response";
24
+ export import AuthorizeSubscriptionPaymentResponse = AuthorizeSubscriptionPaymentResponse.AuthorizeSubscriptionPaymentResponse;
25
+ import * as GetSubscriptionResponse from "./get-subscription-response";
26
+ export import GetSubscriptionResponse = GetSubscriptionResponse.GetSubscriptionResponse;
27
+ import * as ListSubscriptionsResponse from "./list-subscriptions-response";
28
+ export import ListSubscriptionsResponse = ListSubscriptionsResponse.ListSubscriptionsResponse;
29
+ import * as PaySubscriptionResponse from "./pay-subscription-response";
30
+ export import PaySubscriptionResponse = PaySubscriptionResponse.PaySubscriptionResponse;
31
+ import * as UpdateSubscriptionResponse from "./update-subscription-response";
32
+ export import UpdateSubscriptionResponse = UpdateSubscriptionResponse.UpdateSubscriptionResponse;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Billing Center Gateway API
4
- * This site describes all the Rest endpoints of Billing Center Gateway.
3
+ * OSP Gateway API
4
+ * This site describes all the Rest endpoints of OSP Gateway.
5
5
  * OpenAPI spec version: 20191001
6
6
  * Contact: osp_team_oci_cam_ww_grp@oracle.com
7
7
  *
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20191001
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 ListSubscriptionsResponse {
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
+ * For list pagination. If this header appears in the response, then this
23
+ * is a partial list of invoices. Include this value as the `page` parameter in a subsequent
24
+ * GET request to get the next batch of invoices.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The total number of items that match the query.
30
+ */
31
+ "opcTotalItems": number;
32
+ /**
33
+ * The returned model.SubscriptionCollection instance.
34
+ */
35
+ "subscriptionCollection": model.SubscriptionCollection;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20191001
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-subscriptions-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-subscriptions-response.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/response/list-subscriptions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20191001
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 PaySubscriptionResponse {
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
+ * For optimistic concurrency control. See `if-match`.
23
+ */
24
+ "etag": string;
25
+ /**
26
+ * The returned model.PaySubscriptionReceipt instance.
27
+ */
28
+ "paySubscriptionReceipt": model.PaySubscriptionReceipt;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20191001
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=pay-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pay-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/response/pay-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20191001
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 UpdateSubscriptionResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
21
+ * particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.Subscription instance.
27
+ */
28
+ "subscription": model.Subscription;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20191001
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=update-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/response/update-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-ospgateway",
3
- "version": "2.11.1",
3
+ "version": "2.14.0",
4
4
  "description": "OCI NodeJS client for Osp Gateway Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.11.1",
19
- "oci-workrequests": "2.11.1"
18
+ "oci-common": "2.14.0",
19
+ "oci-workrequests": "2.14.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"
@@ -1 +0,0 @@
1
- {"version":3,"file":"address.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/address.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8DlC,IAAiB,OAAO,CAqBvB;AArBD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,8BAAsB,yBASrC,CAAA;AACH,CAAC,EArBgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAqBvB"}