oci-ospgateway 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +13 -13
- package/lib/client.js +13 -13
- package/lib/request/authorize-subscription-payment-request.d.ts +2 -2
- package/lib/request/download-pdf-content-request.d.ts +1 -1
- package/lib/request/get-address-request.d.ts +1 -1
- package/lib/request/get-address-rule-request.d.ts +1 -1
- package/lib/request/get-invoice-request.d.ts +1 -1
- package/lib/request/get-subscription-request.d.ts +1 -1
- package/lib/request/list-invoice-lines-request.d.ts +1 -1
- package/lib/request/list-invoices-request.d.ts +1 -1
- package/lib/request/list-subscriptions-request.d.ts +1 -1
- package/lib/request/pay-invoice-request.d.ts +2 -2
- package/lib/request/pay-subscription-request.d.ts +2 -2
- package/lib/request/update-subscription-request.d.ts +2 -2
- package/lib/request/verify-address-request.d.ts +2 -2
- package/lib/response/authorize-subscription-payment-response.d.ts +1 -1
- package/lib/response/get-invoice-response.d.ts +1 -1
- package/lib/response/get-subscription-response.d.ts +1 -1
- package/lib/response/list-invoice-lines-response.d.ts +2 -2
- package/lib/response/list-invoices-response.d.ts +1 -1
- package/lib/response/list-subscriptions-response.d.ts +1 -1
- package/lib/response/pay-invoice-response.d.ts +1 -1
- package/lib/response/pay-subscription-response.d.ts +1 -1
- package/lib/response/update-subscription-response.d.ts +1 -1
- package/lib/response/verify-address-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export declare class AddressRuleServiceClient {
|
|
|
71
71
|
* @param GetAddressRuleRequest
|
|
72
72
|
* @return GetAddressRuleResponse
|
|
73
73
|
* @throws OciError when an error occurs
|
|
74
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
74
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
75
75
|
*/
|
|
76
76
|
getAddressRule(getAddressRuleRequest: requests.GetAddressRuleRequest): Promise<responses.GetAddressRuleResponse>;
|
|
77
77
|
}
|
|
@@ -133,7 +133,7 @@ export declare class AddressServiceClient {
|
|
|
133
133
|
* @param GetAddressRequest
|
|
134
134
|
* @return GetAddressResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
137
137
|
*/
|
|
138
138
|
getAddress(getAddressRequest: requests.GetAddressRequest): Promise<responses.GetAddressResponse>;
|
|
139
139
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class AddressServiceClient {
|
|
|
142
142
|
* @param VerifyAddressRequest
|
|
143
143
|
* @return VerifyAddressResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
146
146
|
*/
|
|
147
147
|
verifyAddress(verifyAddressRequest: requests.VerifyAddressRequest): Promise<responses.VerifyAddressResponse>;
|
|
148
148
|
}
|
|
@@ -204,7 +204,7 @@ export declare class InvoiceServiceClient {
|
|
|
204
204
|
* @param DownloadPdfContentRequest
|
|
205
205
|
* @return DownloadPdfContentResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
208
208
|
*/
|
|
209
209
|
downloadPdfContent(downloadPdfContentRequest: requests.DownloadPdfContentRequest): Promise<responses.DownloadPdfContentResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class InvoiceServiceClient {
|
|
|
213
213
|
* @param GetInvoiceRequest
|
|
214
214
|
* @return GetInvoiceResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
217
217
|
*/
|
|
218
218
|
getInvoice(getInvoiceRequest: requests.GetInvoiceRequest): Promise<responses.GetInvoiceResponse>;
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class InvoiceServiceClient {
|
|
|
222
222
|
* @param ListInvoiceLinesRequest
|
|
223
223
|
* @return ListInvoiceLinesResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
226
226
|
*/
|
|
227
227
|
listInvoiceLines(listInvoiceLinesRequest: requests.ListInvoiceLinesRequest): Promise<responses.ListInvoiceLinesResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class InvoiceServiceClient {
|
|
|
231
231
|
* @param ListInvoicesRequest
|
|
232
232
|
* @return ListInvoicesResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
235
235
|
*/
|
|
236
236
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class InvoiceServiceClient {
|
|
|
240
240
|
* @param PayInvoiceRequest
|
|
241
241
|
* @return PayInvoiceResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
244
244
|
*/
|
|
245
245
|
payInvoice(payInvoiceRequest: requests.PayInvoiceRequest): Promise<responses.PayInvoiceResponse>;
|
|
246
246
|
}
|
|
@@ -302,7 +302,7 @@ export declare class SubscriptionServiceClient {
|
|
|
302
302
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
303
303
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
306
306
|
*/
|
|
307
307
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest: requests.AuthorizeSubscriptionPaymentRequest): Promise<responses.AuthorizeSubscriptionPaymentResponse>;
|
|
308
308
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class SubscriptionServiceClient {
|
|
|
311
311
|
* @param GetSubscriptionRequest
|
|
312
312
|
* @return GetSubscriptionResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
315
315
|
*/
|
|
316
316
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
317
317
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class SubscriptionServiceClient {
|
|
|
320
320
|
* @param ListSubscriptionsRequest
|
|
321
321
|
* @return ListSubscriptionsResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
324
324
|
*/
|
|
325
325
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
326
326
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class SubscriptionServiceClient {
|
|
|
329
329
|
* @param PaySubscriptionRequest
|
|
330
330
|
* @return PaySubscriptionResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
333
333
|
*/
|
|
334
334
|
paySubscription(paySubscriptionRequest: requests.PaySubscriptionRequest): Promise<responses.PaySubscriptionResponse>;
|
|
335
335
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class SubscriptionServiceClient {
|
|
|
338
338
|
* @param UpdateSubscriptionRequest
|
|
339
339
|
* @return UpdateSubscriptionResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
342
342
|
*/
|
|
343
343
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
344
344
|
}
|
package/lib/client.js
CHANGED
|
@@ -165,7 +165,7 @@ class AddressRuleServiceClient {
|
|
|
165
165
|
* @param GetAddressRuleRequest
|
|
166
166
|
* @return GetAddressRuleResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
169
169
|
*/
|
|
170
170
|
getAddressRule(getAddressRuleRequest) {
|
|
171
171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -342,7 +342,7 @@ class AddressServiceClient {
|
|
|
342
342
|
* @param GetAddressRequest
|
|
343
343
|
* @return GetAddressResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
346
346
|
*/
|
|
347
347
|
getAddress(getAddressRequest) {
|
|
348
348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -403,7 +403,7 @@ class AddressServiceClient {
|
|
|
403
403
|
* @param VerifyAddressRequest
|
|
404
404
|
* @return VerifyAddressResponse
|
|
405
405
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
407
407
|
*/
|
|
408
408
|
verifyAddress(verifyAddressRequest) {
|
|
409
409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -586,7 +586,7 @@ class InvoiceServiceClient {
|
|
|
586
586
|
* @param DownloadPdfContentRequest
|
|
587
587
|
* @return DownloadPdfContentResponse
|
|
588
588
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
590
590
|
*/
|
|
591
591
|
downloadPdfContent(downloadPdfContentRequest) {
|
|
592
592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -661,7 +661,7 @@ class InvoiceServiceClient {
|
|
|
661
661
|
* @param GetInvoiceRequest
|
|
662
662
|
* @return GetInvoiceResponse
|
|
663
663
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
665
665
|
*/
|
|
666
666
|
getInvoice(getInvoiceRequest) {
|
|
667
667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -727,7 +727,7 @@ class InvoiceServiceClient {
|
|
|
727
727
|
* @param ListInvoiceLinesRequest
|
|
728
728
|
* @return ListInvoiceLinesResponse
|
|
729
729
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
731
731
|
*/
|
|
732
732
|
listInvoiceLines(listInvoiceLinesRequest) {
|
|
733
733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -805,7 +805,7 @@ class InvoiceServiceClient {
|
|
|
805
805
|
* @param ListInvoicesRequest
|
|
806
806
|
* @return ListInvoicesResponse
|
|
807
807
|
* @throws OciError when an error occurs
|
|
808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
809
809
|
*/
|
|
810
810
|
listInvoices(listInvoicesRequest) {
|
|
811
811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -886,7 +886,7 @@ class InvoiceServiceClient {
|
|
|
886
886
|
* @param PayInvoiceRequest
|
|
887
887
|
* @return PayInvoiceResponse
|
|
888
888
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
890
890
|
*/
|
|
891
891
|
payInvoice(payInvoiceRequest) {
|
|
892
892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1071,7 +1071,7 @@ class SubscriptionServiceClient {
|
|
|
1071
1071
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
1072
1072
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
1073
1073
|
* @throws OciError when an error occurs
|
|
1074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
1075
1075
|
*/
|
|
1076
1076
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest) {
|
|
1077
1077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1140,7 +1140,7 @@ class SubscriptionServiceClient {
|
|
|
1140
1140
|
* @param GetSubscriptionRequest
|
|
1141
1141
|
* @return GetSubscriptionResponse
|
|
1142
1142
|
* @throws OciError when an error occurs
|
|
1143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
1144
1144
|
*/
|
|
1145
1145
|
getSubscription(getSubscriptionRequest) {
|
|
1146
1146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1206,7 +1206,7 @@ class SubscriptionServiceClient {
|
|
|
1206
1206
|
* @param ListSubscriptionsRequest
|
|
1207
1207
|
* @return ListSubscriptionsResponse
|
|
1208
1208
|
* @throws OciError when an error occurs
|
|
1209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1210
1210
|
*/
|
|
1211
1211
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1212
1212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1279,7 +1279,7 @@ class SubscriptionServiceClient {
|
|
|
1279
1279
|
* @param PaySubscriptionRequest
|
|
1280
1280
|
* @return PaySubscriptionResponse
|
|
1281
1281
|
* @throws OciError when an error occurs
|
|
1282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
1283
1283
|
*/
|
|
1284
1284
|
paySubscription(paySubscriptionRequest) {
|
|
1285
1285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1348,7 +1348,7 @@ class SubscriptionServiceClient {
|
|
|
1348
1348
|
* @param UpdateSubscriptionRequest
|
|
1349
1349
|
* @return UpdateSubscriptionResponse
|
|
1350
1350
|
* @throws OciError when an error occurs
|
|
1351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1352
1352
|
*/
|
|
1353
1353
|
updateSubscription(updateSubscriptionRequest) {
|
|
1354
1354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPaymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AuthorizeSubscriptionPaymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -36,7 +36,7 @@ export interface AuthorizeSubscriptionPaymentRequest extends common.BaseRequest
|
|
|
36
36
|
"authorizeSubscriptionPaymentDetails": model.AuthorizeSubscriptionPaymentDetails;
|
|
37
37
|
/**
|
|
38
38
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
39
|
-
* for a resource, set the
|
|
39
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
40
40
|
* etag from a previous GET or POST response for that resource.
|
|
41
41
|
* The resource will be updated or deleted only if the etag you
|
|
42
42
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DownloadPdfContentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddressRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAddressRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAddressRuleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoiceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInvoiceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLinesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoiceLinesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoiceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PayInvoiceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -36,7 +36,7 @@ export interface PayInvoiceRequest extends common.BaseRequest {
|
|
|
36
36
|
"payInvoiceDetails": model.PayInvoiceDetails;
|
|
37
37
|
/**
|
|
38
38
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
39
|
-
* for a resource, set the
|
|
39
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
40
40
|
* etag from a previous GET or POST response for that resource.
|
|
41
41
|
* The resource will be updated or deleted only if the etag you
|
|
42
42
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PaySubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -36,7 +36,7 @@ export interface PaySubscriptionRequest extends common.BaseRequest {
|
|
|
36
36
|
"paySubscriptionDetails": model.PaySubscriptionDetails;
|
|
37
37
|
/**
|
|
38
38
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
39
|
-
* for a resource, set the
|
|
39
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
40
40
|
* etag from a previous GET or POST response for that resource.
|
|
41
41
|
* The resource will be updated or deleted only if the etag you
|
|
42
42
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -42,7 +42,7 @@ export interface UpdateSubscriptionRequest extends common.BaseRequest {
|
|
|
42
42
|
"opcRequestId"?: string;
|
|
43
43
|
/**
|
|
44
44
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
45
|
-
* for a resource, set the
|
|
45
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
46
46
|
* etag from a previous GET or POST response for that resource.
|
|
47
47
|
* The resource will be updated or deleted only if the etag you
|
|
48
48
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddressRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface VerifyAddressRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -32,7 +32,7 @@ export interface VerifyAddressRequest extends common.BaseRequest {
|
|
|
32
32
|
"verifyAddressDetails": model.VerifyAddressDetails;
|
|
33
33
|
/**
|
|
34
34
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
35
|
-
* for a resource, set the
|
|
35
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
36
36
|
* etag from a previous GET or POST response for that resource.
|
|
37
37
|
* The resource will be updated or deleted only if the etag you
|
|
38
38
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListInvoiceLinesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
17
|
*/
|
|
18
18
|
"etag": string;
|
|
19
19
|
/**
|
|
@@ -24,7 +24,7 @@ export interface ListInvoiceLinesResponse {
|
|
|
24
24
|
"opcRequestId": string;
|
|
25
25
|
/**
|
|
26
26
|
* For list pagination. If this header appears in the response, then this
|
|
27
|
-
* is a partial list of invoices. Include this value as the
|
|
27
|
+
* is a partial list of invoices. Include this value as the {@code page} parameter in a subsequent
|
|
28
28
|
* GET request to get the next batch of invoices.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListInvoicesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
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
|
|
23
|
+
* is a partial list of invoices. Include this value as the {@code page} parameter in a subsequent
|
|
24
24
|
* GET request to get the next batch of invoices.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListSubscriptionsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
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
|
|
23
|
+
* is a partial list of invoices. Include this value as the {@code page} parameter in a subsequent
|
|
24
24
|
* GET request to get the next batch of invoices.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-ospgateway",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|