oci-ospgateway 2.84.2 → 2.85.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 +1 -1
- 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 +1 -1
- package/lib/request/pay-subscription-request.d.ts +1 -1
- package/lib/request/update-subscription-request.d.ts +1 -1
- package/lib/request/verify-address-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export declare class AddressRuleServiceClient {
|
|
|
80
80
|
* @param GetAddressRuleRequest
|
|
81
81
|
* @return GetAddressRuleResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
84
84
|
*/
|
|
85
85
|
getAddressRule(getAddressRuleRequest: requests.GetAddressRuleRequest): Promise<responses.GetAddressRuleResponse>;
|
|
86
86
|
}
|
|
@@ -150,7 +150,7 @@ export declare class AddressServiceClient {
|
|
|
150
150
|
* @param GetAddressRequest
|
|
151
151
|
* @return GetAddressResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
154
154
|
*/
|
|
155
155
|
getAddress(getAddressRequest: requests.GetAddressRequest): Promise<responses.GetAddressResponse>;
|
|
156
156
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class AddressServiceClient {
|
|
|
159
159
|
* @param VerifyAddressRequest
|
|
160
160
|
* @return VerifyAddressResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
163
163
|
*/
|
|
164
164
|
verifyAddress(verifyAddressRequest: requests.VerifyAddressRequest): Promise<responses.VerifyAddressResponse>;
|
|
165
165
|
}
|
|
@@ -229,7 +229,7 @@ export declare class InvoiceServiceClient {
|
|
|
229
229
|
* @param DownloadPdfContentRequest
|
|
230
230
|
* @return DownloadPdfContentResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
233
233
|
*/
|
|
234
234
|
downloadPdfContent(downloadPdfContentRequest: requests.DownloadPdfContentRequest): Promise<responses.DownloadPdfContentResponse>;
|
|
235
235
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class InvoiceServiceClient {
|
|
|
238
238
|
* @param GetInvoiceRequest
|
|
239
239
|
* @return GetInvoiceResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
242
242
|
*/
|
|
243
243
|
getInvoice(getInvoiceRequest: requests.GetInvoiceRequest): Promise<responses.GetInvoiceResponse>;
|
|
244
244
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class InvoiceServiceClient {
|
|
|
247
247
|
* @param ListInvoiceLinesRequest
|
|
248
248
|
* @return ListInvoiceLinesResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
251
251
|
*/
|
|
252
252
|
listInvoiceLines(listInvoiceLinesRequest: requests.ListInvoiceLinesRequest): Promise<responses.ListInvoiceLinesResponse>;
|
|
253
253
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class InvoiceServiceClient {
|
|
|
256
256
|
* @param ListInvoicesRequest
|
|
257
257
|
* @return ListInvoicesResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
260
260
|
*/
|
|
261
261
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class InvoiceServiceClient {
|
|
|
265
265
|
* @param PayInvoiceRequest
|
|
266
266
|
* @return PayInvoiceResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
269
269
|
*/
|
|
270
270
|
payInvoice(payInvoiceRequest: requests.PayInvoiceRequest): Promise<responses.PayInvoiceResponse>;
|
|
271
271
|
}
|
|
@@ -335,7 +335,7 @@ export declare class SubscriptionServiceClient {
|
|
|
335
335
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
336
336
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
339
339
|
*/
|
|
340
340
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest: requests.AuthorizeSubscriptionPaymentRequest): Promise<responses.AuthorizeSubscriptionPaymentResponse>;
|
|
341
341
|
/**
|
|
@@ -344,7 +344,7 @@ export declare class SubscriptionServiceClient {
|
|
|
344
344
|
* @param GetSubscriptionRequest
|
|
345
345
|
* @return GetSubscriptionResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
348
348
|
*/
|
|
349
349
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
350
350
|
/**
|
|
@@ -353,7 +353,7 @@ export declare class SubscriptionServiceClient {
|
|
|
353
353
|
* @param ListSubscriptionsRequest
|
|
354
354
|
* @return ListSubscriptionsResponse
|
|
355
355
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
357
357
|
*/
|
|
358
358
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
359
359
|
/**
|
|
@@ -362,7 +362,7 @@ export declare class SubscriptionServiceClient {
|
|
|
362
362
|
* @param PaySubscriptionRequest
|
|
363
363
|
* @return PaySubscriptionResponse
|
|
364
364
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
366
366
|
*/
|
|
367
367
|
paySubscription(paySubscriptionRequest: requests.PaySubscriptionRequest): Promise<responses.PaySubscriptionResponse>;
|
|
368
368
|
/**
|
|
@@ -371,7 +371,7 @@ export declare class SubscriptionServiceClient {
|
|
|
371
371
|
* @param UpdateSubscriptionRequest
|
|
372
372
|
* @return UpdateSubscriptionResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
375
375
|
*/
|
|
376
376
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
377
377
|
}
|
package/lib/client.js
CHANGED
|
@@ -180,7 +180,7 @@ class AddressRuleServiceClient {
|
|
|
180
180
|
* @param GetAddressRuleRequest
|
|
181
181
|
* @return GetAddressRuleResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
184
184
|
*/
|
|
185
185
|
getAddressRule(getAddressRuleRequest) {
|
|
186
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +371,7 @@ class AddressServiceClient {
|
|
|
371
371
|
* @param GetAddressRequest
|
|
372
372
|
* @return GetAddressResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
375
375
|
*/
|
|
376
376
|
getAddress(getAddressRequest) {
|
|
377
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -432,7 +432,7 @@ class AddressServiceClient {
|
|
|
432
432
|
* @param VerifyAddressRequest
|
|
433
433
|
* @return VerifyAddressResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
436
436
|
*/
|
|
437
437
|
verifyAddress(verifyAddressRequest) {
|
|
438
438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -629,7 +629,7 @@ class InvoiceServiceClient {
|
|
|
629
629
|
* @param DownloadPdfContentRequest
|
|
630
630
|
* @return DownloadPdfContentResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
633
633
|
*/
|
|
634
634
|
downloadPdfContent(downloadPdfContentRequest) {
|
|
635
635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -704,7 +704,7 @@ class InvoiceServiceClient {
|
|
|
704
704
|
* @param GetInvoiceRequest
|
|
705
705
|
* @return GetInvoiceResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
708
708
|
*/
|
|
709
709
|
getInvoice(getInvoiceRequest) {
|
|
710
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class InvoiceServiceClient {
|
|
|
770
770
|
* @param ListInvoiceLinesRequest
|
|
771
771
|
* @return ListInvoiceLinesResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
774
774
|
*/
|
|
775
775
|
listInvoiceLines(listInvoiceLinesRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -848,7 +848,7 @@ class InvoiceServiceClient {
|
|
|
848
848
|
* @param ListInvoicesRequest
|
|
849
849
|
* @return ListInvoicesResponse
|
|
850
850
|
* @throws OciError when an error occurs
|
|
851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
852
852
|
*/
|
|
853
853
|
listInvoices(listInvoicesRequest) {
|
|
854
854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -929,7 +929,7 @@ class InvoiceServiceClient {
|
|
|
929
929
|
* @param PayInvoiceRequest
|
|
930
930
|
* @return PayInvoiceResponse
|
|
931
931
|
* @throws OciError when an error occurs
|
|
932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
933
933
|
*/
|
|
934
934
|
payInvoice(payInvoiceRequest) {
|
|
935
935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1128,7 +1128,7 @@ class SubscriptionServiceClient {
|
|
|
1128
1128
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
1129
1129
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
1130
1130
|
* @throws OciError when an error occurs
|
|
1131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
1132
1132
|
*/
|
|
1133
1133
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest) {
|
|
1134
1134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1197,7 +1197,7 @@ class SubscriptionServiceClient {
|
|
|
1197
1197
|
* @param GetSubscriptionRequest
|
|
1198
1198
|
* @return GetSubscriptionResponse
|
|
1199
1199
|
* @throws OciError when an error occurs
|
|
1200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
1201
1201
|
*/
|
|
1202
1202
|
getSubscription(getSubscriptionRequest) {
|
|
1203
1203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1263,7 +1263,7 @@ class SubscriptionServiceClient {
|
|
|
1263
1263
|
* @param ListSubscriptionsRequest
|
|
1264
1264
|
* @return ListSubscriptionsResponse
|
|
1265
1265
|
* @throws OciError when an error occurs
|
|
1266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1267
1267
|
*/
|
|
1268
1268
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1269
1269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1336,7 +1336,7 @@ class SubscriptionServiceClient {
|
|
|
1336
1336
|
* @param PaySubscriptionRequest
|
|
1337
1337
|
* @return PaySubscriptionResponse
|
|
1338
1338
|
* @throws OciError when an error occurs
|
|
1339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
1340
1340
|
*/
|
|
1341
1341
|
paySubscription(paySubscriptionRequest) {
|
|
1342
1342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1405,7 +1405,7 @@ class SubscriptionServiceClient {
|
|
|
1405
1405
|
* @param UpdateSubscriptionRequest
|
|
1406
1406
|
* @return UpdateSubscriptionResponse
|
|
1407
1407
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1409
1409
|
*/
|
|
1410
1410
|
updateSubscription(updateSubscriptionRequest) {
|
|
1411
1411
|
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.85.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPaymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AuthorizeSubscriptionPaymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoiceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PayInvoiceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.85.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PaySubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.85.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.85.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddressRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface VerifyAddressRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-ospgateway",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.85.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.85.0",
|
|
19
|
+
"oci-workrequests": "2.85.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|