oci-ospgateway 2.73.1 → 2.74.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
|
@@ -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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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
|
@@ -161,7 +161,7 @@ class AddressRuleServiceClient {
|
|
|
161
161
|
* @param GetAddressRuleRequest
|
|
162
162
|
* @return GetAddressRuleResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
165
165
|
*/
|
|
166
166
|
getAddressRule(getAddressRuleRequest) {
|
|
167
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -334,7 +334,7 @@ class AddressServiceClient {
|
|
|
334
334
|
* @param GetAddressRequest
|
|
335
335
|
* @return GetAddressResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
338
338
|
*/
|
|
339
339
|
getAddress(getAddressRequest) {
|
|
340
340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class AddressServiceClient {
|
|
|
395
395
|
* @param VerifyAddressRequest
|
|
396
396
|
* @return VerifyAddressResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
399
399
|
*/
|
|
400
400
|
verifyAddress(verifyAddressRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -574,7 +574,7 @@ class InvoiceServiceClient {
|
|
|
574
574
|
* @param DownloadPdfContentRequest
|
|
575
575
|
* @return DownloadPdfContentResponse
|
|
576
576
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
578
578
|
*/
|
|
579
579
|
downloadPdfContent(downloadPdfContentRequest) {
|
|
580
580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -649,7 +649,7 @@ class InvoiceServiceClient {
|
|
|
649
649
|
* @param GetInvoiceRequest
|
|
650
650
|
* @return GetInvoiceResponse
|
|
651
651
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
653
653
|
*/
|
|
654
654
|
getInvoice(getInvoiceRequest) {
|
|
655
655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -715,7 +715,7 @@ class InvoiceServiceClient {
|
|
|
715
715
|
* @param ListInvoiceLinesRequest
|
|
716
716
|
* @return ListInvoiceLinesResponse
|
|
717
717
|
* @throws OciError when an error occurs
|
|
718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
719
719
|
*/
|
|
720
720
|
listInvoiceLines(listInvoiceLinesRequest) {
|
|
721
721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -793,7 +793,7 @@ class InvoiceServiceClient {
|
|
|
793
793
|
* @param ListInvoicesRequest
|
|
794
794
|
* @return ListInvoicesResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
797
797
|
*/
|
|
798
798
|
listInvoices(listInvoicesRequest) {
|
|
799
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -874,7 +874,7 @@ class InvoiceServiceClient {
|
|
|
874
874
|
* @param PayInvoiceRequest
|
|
875
875
|
* @return PayInvoiceResponse
|
|
876
876
|
* @throws OciError when an error occurs
|
|
877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
878
878
|
*/
|
|
879
879
|
payInvoice(payInvoiceRequest) {
|
|
880
880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1055,7 +1055,7 @@ class SubscriptionServiceClient {
|
|
|
1055
1055
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
1056
1056
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
1057
1057
|
* @throws OciError when an error occurs
|
|
1058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
1059
1059
|
*/
|
|
1060
1060
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest) {
|
|
1061
1061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1124,7 +1124,7 @@ class SubscriptionServiceClient {
|
|
|
1124
1124
|
* @param GetSubscriptionRequest
|
|
1125
1125
|
* @return GetSubscriptionResponse
|
|
1126
1126
|
* @throws OciError when an error occurs
|
|
1127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
1128
1128
|
*/
|
|
1129
1129
|
getSubscription(getSubscriptionRequest) {
|
|
1130
1130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1190,7 +1190,7 @@ class SubscriptionServiceClient {
|
|
|
1190
1190
|
* @param ListSubscriptionsRequest
|
|
1191
1191
|
* @return ListSubscriptionsResponse
|
|
1192
1192
|
* @throws OciError when an error occurs
|
|
1193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1194
1194
|
*/
|
|
1195
1195
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1196
1196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1263,7 +1263,7 @@ class SubscriptionServiceClient {
|
|
|
1263
1263
|
* @param PaySubscriptionRequest
|
|
1264
1264
|
* @return PaySubscriptionResponse
|
|
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.74.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
1267
1267
|
*/
|
|
1268
1268
|
paySubscription(paySubscriptionRequest) {
|
|
1269
1269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1332,7 +1332,7 @@ class SubscriptionServiceClient {
|
|
|
1332
1332
|
* @param UpdateSubscriptionRequest
|
|
1333
1333
|
* @return UpdateSubscriptionResponse
|
|
1334
1334
|
* @throws OciError when an error occurs
|
|
1335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1336
1336
|
*/
|
|
1337
1337
|
updateSubscription(updateSubscriptionRequest) {
|
|
1338
1338
|
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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.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.74.0",
|
|
19
|
+
"oci-workrequests": "2.74.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|