oci-ospgateway 2.82.1 → 2.83.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
|
@@ -76,7 +76,7 @@ export declare class AddressRuleServiceClient {
|
|
|
76
76
|
* @param GetAddressRuleRequest
|
|
77
77
|
* @return GetAddressRuleResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
80
80
|
*/
|
|
81
81
|
getAddressRule(getAddressRuleRequest: requests.GetAddressRuleRequest): Promise<responses.GetAddressRuleResponse>;
|
|
82
82
|
}
|
|
@@ -142,7 +142,7 @@ export declare class AddressServiceClient {
|
|
|
142
142
|
* @param GetAddressRequest
|
|
143
143
|
* @return GetAddressResponse
|
|
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.83.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
146
146
|
*/
|
|
147
147
|
getAddress(getAddressRequest: requests.GetAddressRequest): Promise<responses.GetAddressResponse>;
|
|
148
148
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class AddressServiceClient {
|
|
|
151
151
|
* @param VerifyAddressRequest
|
|
152
152
|
* @return VerifyAddressResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
155
155
|
*/
|
|
156
156
|
verifyAddress(verifyAddressRequest: requests.VerifyAddressRequest): Promise<responses.VerifyAddressResponse>;
|
|
157
157
|
}
|
|
@@ -217,7 +217,7 @@ export declare class InvoiceServiceClient {
|
|
|
217
217
|
* @param DownloadPdfContentRequest
|
|
218
218
|
* @return DownloadPdfContentResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
221
221
|
*/
|
|
222
222
|
downloadPdfContent(downloadPdfContentRequest: requests.DownloadPdfContentRequest): Promise<responses.DownloadPdfContentResponse>;
|
|
223
223
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class InvoiceServiceClient {
|
|
|
226
226
|
* @param GetInvoiceRequest
|
|
227
227
|
* @return GetInvoiceResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
230
230
|
*/
|
|
231
231
|
getInvoice(getInvoiceRequest: requests.GetInvoiceRequest): Promise<responses.GetInvoiceResponse>;
|
|
232
232
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class InvoiceServiceClient {
|
|
|
235
235
|
* @param ListInvoiceLinesRequest
|
|
236
236
|
* @return ListInvoiceLinesResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
239
239
|
*/
|
|
240
240
|
listInvoiceLines(listInvoiceLinesRequest: requests.ListInvoiceLinesRequest): Promise<responses.ListInvoiceLinesResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class InvoiceServiceClient {
|
|
|
244
244
|
* @param ListInvoicesRequest
|
|
245
245
|
* @return ListInvoicesResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
248
248
|
*/
|
|
249
249
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
250
250
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class InvoiceServiceClient {
|
|
|
253
253
|
* @param PayInvoiceRequest
|
|
254
254
|
* @return PayInvoiceResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
257
257
|
*/
|
|
258
258
|
payInvoice(payInvoiceRequest: requests.PayInvoiceRequest): Promise<responses.PayInvoiceResponse>;
|
|
259
259
|
}
|
|
@@ -319,7 +319,7 @@ export declare class SubscriptionServiceClient {
|
|
|
319
319
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
320
320
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
323
323
|
*/
|
|
324
324
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest: requests.AuthorizeSubscriptionPaymentRequest): Promise<responses.AuthorizeSubscriptionPaymentResponse>;
|
|
325
325
|
/**
|
|
@@ -328,7 +328,7 @@ export declare class SubscriptionServiceClient {
|
|
|
328
328
|
* @param GetSubscriptionRequest
|
|
329
329
|
* @return GetSubscriptionResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
332
332
|
*/
|
|
333
333
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
334
334
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class SubscriptionServiceClient {
|
|
|
337
337
|
* @param ListSubscriptionsRequest
|
|
338
338
|
* @return ListSubscriptionsResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
341
341
|
*/
|
|
342
342
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
343
343
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class SubscriptionServiceClient {
|
|
|
346
346
|
* @param PaySubscriptionRequest
|
|
347
347
|
* @return PaySubscriptionResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
350
350
|
*/
|
|
351
351
|
paySubscription(paySubscriptionRequest: requests.PaySubscriptionRequest): Promise<responses.PaySubscriptionResponse>;
|
|
352
352
|
/**
|
|
@@ -355,7 +355,7 @@ export declare class SubscriptionServiceClient {
|
|
|
355
355
|
* @param UpdateSubscriptionRequest
|
|
356
356
|
* @return UpdateSubscriptionResponse
|
|
357
357
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
359
359
|
*/
|
|
360
360
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
361
361
|
}
|
package/lib/client.js
CHANGED
|
@@ -174,7 +174,7 @@ class AddressRuleServiceClient {
|
|
|
174
174
|
* @param GetAddressRuleRequest
|
|
175
175
|
* @return GetAddressRuleResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
178
178
|
*/
|
|
179
179
|
getAddressRule(getAddressRuleRequest) {
|
|
180
180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -359,7 +359,7 @@ class AddressServiceClient {
|
|
|
359
359
|
* @param GetAddressRequest
|
|
360
360
|
* @return GetAddressResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
363
363
|
*/
|
|
364
364
|
getAddress(getAddressRequest) {
|
|
365
365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -420,7 +420,7 @@ class AddressServiceClient {
|
|
|
420
420
|
* @param VerifyAddressRequest
|
|
421
421
|
* @return VerifyAddressResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
424
424
|
*/
|
|
425
425
|
verifyAddress(verifyAddressRequest) {
|
|
426
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -611,7 +611,7 @@ class InvoiceServiceClient {
|
|
|
611
611
|
* @param DownloadPdfContentRequest
|
|
612
612
|
* @return DownloadPdfContentResponse
|
|
613
613
|
* @throws OciError when an error occurs
|
|
614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
615
615
|
*/
|
|
616
616
|
downloadPdfContent(downloadPdfContentRequest) {
|
|
617
617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -686,7 +686,7 @@ class InvoiceServiceClient {
|
|
|
686
686
|
* @param GetInvoiceRequest
|
|
687
687
|
* @return GetInvoiceResponse
|
|
688
688
|
* @throws OciError when an error occurs
|
|
689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
690
690
|
*/
|
|
691
691
|
getInvoice(getInvoiceRequest) {
|
|
692
692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -752,7 +752,7 @@ class InvoiceServiceClient {
|
|
|
752
752
|
* @param ListInvoiceLinesRequest
|
|
753
753
|
* @return ListInvoiceLinesResponse
|
|
754
754
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
756
756
|
*/
|
|
757
757
|
listInvoiceLines(listInvoiceLinesRequest) {
|
|
758
758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -830,7 +830,7 @@ class InvoiceServiceClient {
|
|
|
830
830
|
* @param ListInvoicesRequest
|
|
831
831
|
* @return ListInvoicesResponse
|
|
832
832
|
* @throws OciError when an error occurs
|
|
833
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
834
834
|
*/
|
|
835
835
|
listInvoices(listInvoicesRequest) {
|
|
836
836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -911,7 +911,7 @@ class InvoiceServiceClient {
|
|
|
911
911
|
* @param PayInvoiceRequest
|
|
912
912
|
* @return PayInvoiceResponse
|
|
913
913
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
915
915
|
*/
|
|
916
916
|
payInvoice(payInvoiceRequest) {
|
|
917
917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1104,7 +1104,7 @@ class SubscriptionServiceClient {
|
|
|
1104
1104
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
1105
1105
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
1106
1106
|
* @throws OciError when an error occurs
|
|
1107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
1108
1108
|
*/
|
|
1109
1109
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest) {
|
|
1110
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1173,7 +1173,7 @@ class SubscriptionServiceClient {
|
|
|
1173
1173
|
* @param GetSubscriptionRequest
|
|
1174
1174
|
* @return GetSubscriptionResponse
|
|
1175
1175
|
* @throws OciError when an error occurs
|
|
1176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
1177
1177
|
*/
|
|
1178
1178
|
getSubscription(getSubscriptionRequest) {
|
|
1179
1179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1239,7 +1239,7 @@ class SubscriptionServiceClient {
|
|
|
1239
1239
|
* @param ListSubscriptionsRequest
|
|
1240
1240
|
* @return ListSubscriptionsResponse
|
|
1241
1241
|
* @throws OciError when an error occurs
|
|
1242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1243
1243
|
*/
|
|
1244
1244
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1245
1245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1312,7 +1312,7 @@ class SubscriptionServiceClient {
|
|
|
1312
1312
|
* @param PaySubscriptionRequest
|
|
1313
1313
|
* @return PaySubscriptionResponse
|
|
1314
1314
|
* @throws OciError when an error occurs
|
|
1315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
1316
1316
|
*/
|
|
1317
1317
|
paySubscription(paySubscriptionRequest) {
|
|
1318
1318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1381,7 +1381,7 @@ class SubscriptionServiceClient {
|
|
|
1381
1381
|
* @param UpdateSubscriptionRequest
|
|
1382
1382
|
* @return UpdateSubscriptionResponse
|
|
1383
1383
|
* @throws OciError when an error occurs
|
|
1384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1385
1385
|
*/
|
|
1386
1386
|
updateSubscription(updateSubscriptionRequest) {
|
|
1387
1387
|
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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.0",
|
|
19
|
+
"oci-workrequests": "2.83.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|