oci-ospgateway 2.62.3 → 2.64.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 (101) hide show
  1. package/LICENSE.txt +6 -6
  2. package/index.d.ts +2 -0
  3. package/index.js +3 -1
  4. package/index.js.map +1 -1
  5. package/lib/client.d.ts +151 -20
  6. package/lib/client.js +436 -31
  7. package/lib/client.js.map +1 -1
  8. package/lib/model/address-quality-type.d.ts +31 -0
  9. package/lib/model/address-quality-type.js +42 -0
  10. package/lib/model/address-quality-type.js.map +1 -0
  11. package/lib/model/address-rule.d.ts +29 -0
  12. package/lib/model/address-rule.js +61 -0
  13. package/lib/model/address-rule.js.map +1 -0
  14. package/lib/model/address-type-rule.d.ts +30 -0
  15. package/lib/model/address-type-rule.js +61 -0
  16. package/lib/model/address-type-rule.js.map +1 -0
  17. package/lib/model/address-verification-code.d.ts +31 -0
  18. package/lib/model/address-verification-code.js +42 -0
  19. package/lib/model/address-verification-code.js.map +1 -0
  20. package/lib/model/address.d.ts +125 -0
  21. package/lib/model/{billing-address.js → address.js} +7 -7
  22. package/lib/model/address.js.map +1 -0
  23. package/lib/model/contact-type-rule.d.ts +26 -0
  24. package/lib/model/contact-type-rule.js +61 -0
  25. package/lib/model/contact-type-rule.js.map +1 -0
  26. package/lib/model/echeck-payment-detail.d.ts +50 -0
  27. package/lib/model/echeck-payment-detail.js +63 -0
  28. package/lib/model/echeck-payment-detail.js.map +1 -0
  29. package/lib/model/field.d.ts +36 -0
  30. package/lib/model/field.js +55 -0
  31. package/lib/model/field.js.map +1 -0
  32. package/lib/model/format.d.ts +29 -0
  33. package/lib/model/format.js +29 -0
  34. package/lib/model/format.js.map +1 -0
  35. package/lib/model/index.d.ts +28 -2
  36. package/lib/model/index.js +29 -3
  37. package/lib/model/index.js.map +1 -1
  38. package/lib/model/invoice-summary.d.ts +1 -1
  39. package/lib/model/invoice-summary.js.map +1 -1
  40. package/lib/model/invoice.d.ts +1 -1
  41. package/lib/model/invoice.js.map +1 -1
  42. package/lib/model/label.d.ts +29 -0
  43. package/lib/model/label.js +29 -0
  44. package/lib/model/label.js.map +1 -0
  45. package/lib/model/other-payment-detail.d.ts +3 -0
  46. package/lib/model/other-payment-detail.js +3 -0
  47. package/lib/model/other-payment-detail.js.map +1 -1
  48. package/lib/model/payment-detail.js +4 -0
  49. package/lib/model/payment-detail.js.map +1 -1
  50. package/lib/model/subscription-summary.d.ts +19 -1
  51. package/lib/model/subscription-summary.js +13 -2
  52. package/lib/model/subscription-summary.js.map +1 -1
  53. package/lib/model/subscription.d.ts +19 -1
  54. package/lib/model/subscription.js +13 -2
  55. package/lib/model/subscription.js.map +1 -1
  56. package/lib/model/tax-type-rule.d.ts +26 -0
  57. package/lib/model/tax-type-rule.js +61 -0
  58. package/lib/model/tax-type-rule.js.map +1 -0
  59. package/lib/model/third-party-validation-type.d.ts +29 -0
  60. package/lib/model/third-party-validation-type.js +40 -0
  61. package/lib/model/third-party-validation-type.js.map +1 -0
  62. package/lib/model/verify-address-details.d.ts +125 -0
  63. package/lib/model/verify-address-details.js +29 -0
  64. package/lib/model/verify-address-details.js.map +1 -0
  65. package/lib/model/verify-address-receipt.d.ts +31 -0
  66. package/lib/model/verify-address-receipt.js +53 -0
  67. package/lib/model/verify-address-receipt.js.map +1 -0
  68. package/lib/request/authorize-subscription-payment-request.d.ts +1 -1
  69. package/lib/request/download-pdf-content-request.d.ts +1 -1
  70. package/lib/request/get-address-request.d.ts +38 -0
  71. package/lib/request/get-address-request.js +15 -0
  72. package/lib/request/get-address-request.js.map +1 -0
  73. package/lib/request/get-address-rule-request.d.ts +39 -0
  74. package/lib/request/get-address-rule-request.js +15 -0
  75. package/lib/request/get-address-rule-request.js.map +1 -0
  76. package/lib/request/get-invoice-request.d.ts +1 -1
  77. package/lib/request/get-subscription-request.d.ts +1 -1
  78. package/lib/request/index.d.ts +6 -0
  79. package/lib/request/index.js.map +1 -1
  80. package/lib/request/list-invoice-lines-request.d.ts +1 -1
  81. package/lib/request/list-invoices-request.d.ts +1 -1
  82. package/lib/request/list-subscriptions-request.d.ts +1 -1
  83. package/lib/request/pay-invoice-request.d.ts +1 -1
  84. package/lib/request/pay-subscription-request.d.ts +1 -1
  85. package/lib/request/update-subscription-request.d.ts +1 -1
  86. package/lib/request/verify-address-request.d.ts +54 -0
  87. package/lib/request/verify-address-request.js +15 -0
  88. package/lib/request/verify-address-request.js.map +1 -0
  89. package/lib/response/get-address-response.d.ts +25 -0
  90. package/lib/response/get-address-response.js +15 -0
  91. package/lib/response/get-address-response.js.map +1 -0
  92. package/lib/response/get-address-rule-response.d.ts +25 -0
  93. package/lib/response/get-address-rule-response.js +15 -0
  94. package/lib/response/get-address-rule-response.js.map +1 -0
  95. package/lib/response/index.d.ts +6 -0
  96. package/lib/response/verify-address-response.d.ts +29 -0
  97. package/lib/response/verify-address-response.js +15 -0
  98. package/lib/response/verify-address-response.js.map +1 -0
  99. package/package.json +3 -3
  100. package/lib/model/billing-address.d.ts +0 -65
  101. package/lib/model/billing-address.js.map +0 -1
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
4
 
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
70
70
  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
71
71
 
72
72
  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
73
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
- You must cause any modified files to carry prominent notices stating that You changed the files; and
75
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
73
+ - You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
+ - You must cause any modified files to carry prominent notices stating that You changed the files; and
75
+ - You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
+ - If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
77
77
 
78
78
  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
79
79
  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
86
86
 
87
87
  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
88
88
 
89
- END OF TERMS AND CONDITIONS
89
+ END OF TERMS AND CONDITIONS
package/index.d.ts CHANGED
@@ -17,5 +17,7 @@ import * as client from "./lib/client";
17
17
  export { models };
18
18
  export { requests };
19
19
  export { responses };
20
+ export import AddressRuleServiceClient = client.AddressRuleServiceClient;
21
+ export import AddressServiceClient = client.AddressServiceClient;
20
22
  export import InvoiceServiceClient = client.InvoiceServiceClient;
21
23
  export import SubscriptionServiceClient = client.SubscriptionServiceClient;
package/index.js CHANGED
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.SubscriptionServiceClient = exports.InvoiceServiceClient = exports.responses = exports.requests = exports.models = void 0;
34
+ exports.SubscriptionServiceClient = exports.InvoiceServiceClient = exports.AddressServiceClient = exports.AddressRuleServiceClient = exports.responses = exports.requests = exports.models = void 0;
35
35
  const requests = __importStar(require("./lib/request"));
36
36
  exports.requests = requests;
37
37
  const models = __importStar(require("./lib/model"));
@@ -39,6 +39,8 @@ exports.models = models;
39
39
  const responses = __importStar(require("./lib/response"));
40
40
  exports.responses = responses;
41
41
  const client = __importStar(require("./lib/client"));
42
+ exports.AddressRuleServiceClient = client.AddressRuleServiceClient;
43
+ exports.AddressServiceClient = client.AddressServiceClient;
42
44
  exports.InvoiceServiceClient = client.InvoiceServiceClient;
43
45
  exports.SubscriptionServiceClient = client.SubscriptionServiceClient;
44
46
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/ospgateway/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAMjC,4BAAQ;AALjB,oDAAsC;AAI7B,wBAAM;AAHf,0DAA4C;AAKnC,8BAAS;AAJlB,qDAAuC;AAKzB,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/ospgateway/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAMjC,4BAAQ;AALjB,oDAAsC;AAI7B,wBAAM;AAHf,0DAA4C;AAKnC,8BAAS;AAJlB,qDAAuC;AAKzB,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC"}
package/lib/client.d.ts CHANGED
@@ -13,6 +13,137 @@
13
13
  import common = require("oci-common");
14
14
  import * as requests from "./request";
15
15
  import * as responses from "./response";
16
+ export declare enum AddressRuleServiceApiKeys {
17
+ }
18
+ /**
19
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
20
+ */
21
+ export declare class AddressRuleServiceClient {
22
+ protected static serviceEndpointTemplate: string;
23
+ protected static endpointServiceName: string;
24
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
25
+ protected "_endpoint": string;
26
+ protected "_defaultHeaders": any;
27
+ protected "_clientConfiguration": common.ClientConfiguration;
28
+ protected _circuitBreaker: null;
29
+ protected _httpOptions: any;
30
+ targetService: string;
31
+ protected _regionId: string;
32
+ protected "_region": common.Region;
33
+ protected _lastSetRegionOrRegionId: string;
34
+ protected _httpClient: common.HttpClient;
35
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
36
+ /**
37
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
38
+ */
39
+ get endpoint(): string;
40
+ /**
41
+ * Sets the endpoint to call (ex, https://www.example.com).
42
+ * @param endpoint The endpoint of the service.
43
+ */
44
+ set endpoint(endpoint: string);
45
+ get logger(): import("oci-common/lib/log").Logger;
46
+ /**
47
+ * Determines whether realm specific endpoint should be used or not.
48
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
49
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
50
+ */
51
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
52
+ /**
53
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
54
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
55
+ * @param region The region of the service.
56
+ */
57
+ set region(region: common.Region);
58
+ /**
59
+ * Sets the regionId to call (ex, 'us-phoenix-1').
60
+ *
61
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
62
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
63
+ * and then call {@link #endpoint(String) endpoint}.
64
+ * @param regionId The public region ID.
65
+ */
66
+ set regionId(regionId: string);
67
+ /**
68
+ * Get the address rule for the compartment based on the country code
69
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
70
+ * @param GetAddressRuleRequest
71
+ * @return GetAddressRuleResponse
72
+ * @throws OciError when an error occurs
73
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
74
+ */
75
+ getAddressRule(getAddressRuleRequest: requests.GetAddressRuleRequest): Promise<responses.GetAddressRuleResponse>;
76
+ }
77
+ export declare enum AddressServiceApiKeys {
78
+ }
79
+ /**
80
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
81
+ */
82
+ export declare class AddressServiceClient {
83
+ protected static serviceEndpointTemplate: string;
84
+ protected static endpointServiceName: string;
85
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
86
+ protected "_endpoint": string;
87
+ protected "_defaultHeaders": any;
88
+ protected "_clientConfiguration": common.ClientConfiguration;
89
+ protected _circuitBreaker: null;
90
+ protected _httpOptions: any;
91
+ targetService: string;
92
+ protected _regionId: string;
93
+ protected "_region": common.Region;
94
+ protected _lastSetRegionOrRegionId: string;
95
+ protected _httpClient: common.HttpClient;
96
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
97
+ /**
98
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
99
+ */
100
+ get endpoint(): string;
101
+ /**
102
+ * Sets the endpoint to call (ex, https://www.example.com).
103
+ * @param endpoint The endpoint of the service.
104
+ */
105
+ set endpoint(endpoint: string);
106
+ get logger(): import("oci-common/lib/log").Logger;
107
+ /**
108
+ * Determines whether realm specific endpoint should be used or not.
109
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
110
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
111
+ */
112
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
113
+ /**
114
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
115
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
116
+ * @param region The region of the service.
117
+ */
118
+ set region(region: common.Region);
119
+ /**
120
+ * Sets the regionId to call (ex, 'us-phoenix-1').
121
+ *
122
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
123
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
124
+ * and then call {@link #endpoint(String) endpoint}.
125
+ * @param regionId The public region ID.
126
+ */
127
+ set regionId(regionId: string);
128
+ /**
129
+ * Get the address by id for the compartment
130
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
131
+ * @param GetAddressRequest
132
+ * @return GetAddressResponse
133
+ * @throws OciError when an error occurs
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
135
+ */
136
+ getAddress(getAddressRequest: requests.GetAddressRequest): Promise<responses.GetAddressResponse>;
137
+ /**
138
+ * Verify address
139
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
140
+ * @param VerifyAddressRequest
141
+ * @return VerifyAddressResponse
142
+ * @throws OciError when an error occurs
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
144
+ */
145
+ verifyAddress(verifyAddressRequest: requests.VerifyAddressRequest): Promise<responses.VerifyAddressResponse>;
146
+ }
16
147
  export declare enum InvoiceServiceApiKeys {
17
148
  }
18
149
  /**
@@ -66,47 +197,47 @@ export declare class InvoiceServiceClient {
66
197
  set regionId(regionId: string);
67
198
  /**
68
199
  * Returns an invoice in pdf format
69
- * This operation does not retry by default if the user has not defined a retry configuration.
200
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
70
201
  * @param DownloadPdfContentRequest
71
202
  * @return DownloadPdfContentResponse
72
203
  * @throws OciError when an error occurs
73
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
74
205
  */
75
206
  downloadPdfContent(downloadPdfContentRequest: requests.DownloadPdfContentRequest): Promise<responses.DownloadPdfContentResponse>;
76
207
  /**
77
208
  * Returns an invoice by invoice id
78
- * This operation does not retry by default if the user has not defined a retry configuration.
209
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
79
210
  * @param GetInvoiceRequest
80
211
  * @return GetInvoiceResponse
81
212
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
83
214
  */
84
215
  getInvoice(getInvoiceRequest: requests.GetInvoiceRequest): Promise<responses.GetInvoiceResponse>;
85
216
  /**
86
217
  * Returns the invoice product list by invoice id
87
- * This operation does not retry by default if the user has not defined a retry configuration.
218
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
88
219
  * @param ListInvoiceLinesRequest
89
220
  * @return ListInvoiceLinesResponse
90
221
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
92
223
  */
93
224
  listInvoiceLines(listInvoiceLinesRequest: requests.ListInvoiceLinesRequest): Promise<responses.ListInvoiceLinesResponse>;
94
225
  /**
95
226
  * Returns a list of invoices
96
- * This operation does not retry by default if the user has not defined a retry configuration.
227
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
97
228
  * @param ListInvoicesRequest
98
229
  * @return ListInvoicesResponse
99
230
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
101
232
  */
102
233
  listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
103
234
  /**
104
235
  * Pay an invoice
105
- * This operation does not retry by default if the user has not defined a retry configuration.
236
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
106
237
  * @param PayInvoiceRequest
107
238
  * @return PayInvoiceResponse
108
239
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
110
241
  */
111
242
  payInvoice(payInvoiceRequest: requests.PayInvoiceRequest): Promise<responses.PayInvoiceResponse>;
112
243
  }
@@ -163,47 +294,47 @@ export declare class SubscriptionServiceClient {
163
294
  set regionId(regionId: string);
164
295
  /**
165
296
  * PSD2 authorization for subscription payment
166
- * This operation does not retry by default if the user has not defined a retry configuration.
297
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
167
298
  * @param AuthorizeSubscriptionPaymentRequest
168
299
  * @return AuthorizeSubscriptionPaymentResponse
169
300
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
171
302
  */
172
303
  authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest: requests.AuthorizeSubscriptionPaymentRequest): Promise<responses.AuthorizeSubscriptionPaymentResponse>;
173
304
  /**
174
305
  * Get the subscription plan.
175
- * This operation does not retry by default if the user has not defined a retry configuration.
306
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
176
307
  * @param GetSubscriptionRequest
177
308
  * @return GetSubscriptionResponse
178
309
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
180
311
  */
181
312
  getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
182
313
  /**
183
314
  * Get the subscription data for the compartment
184
- * This operation does not retry by default if the user has not defined a retry configuration.
315
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
185
316
  * @param ListSubscriptionsRequest
186
317
  * @return ListSubscriptionsResponse
187
318
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
189
320
  */
190
321
  listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
191
322
  /**
192
323
  * Pay a subscription
193
- * This operation does not retry by default if the user has not defined a retry configuration.
324
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
194
325
  * @param PaySubscriptionRequest
195
326
  * @return PaySubscriptionResponse
196
327
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
198
329
  */
199
330
  paySubscription(paySubscriptionRequest: requests.PaySubscriptionRequest): Promise<responses.PaySubscriptionResponse>;
200
331
  /**
201
332
  * Update plan of the subscription.
202
- * This operation does not retry by default if the user has not defined a retry configuration.
333
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
203
334
  * @param UpdateSubscriptionRequest
204
335
  * @return UpdateSubscriptionResponse
205
336
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
207
338
  */
208
339
  updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
209
340
  }