oci-ospgateway 2.102.2 → 2.104.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 +2 -2
- package/lib/request/get-address-request.d.ts +2 -2
- package/lib/request/get-address-rule-request.d.ts +2 -2
- package/lib/request/get-invoice-request.d.ts +2 -2
- package/lib/request/get-subscription-request.d.ts +2 -2
- package/lib/request/list-invoice-lines-request.d.ts +2 -2
- package/lib/request/list-invoices-request.d.ts +2 -2
- package/lib/request/list-subscriptions-request.d.ts +2 -2
- 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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare class AddressRuleServiceClient {
|
|
|
85
85
|
* @param GetAddressRuleRequest
|
|
86
86
|
* @return GetAddressRuleResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.
|
|
88
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
89
89
|
*/
|
|
90
90
|
getAddressRule(getAddressRuleRequest: requests.GetAddressRuleRequest): Promise<responses.GetAddressRuleResponse>;
|
|
91
91
|
}
|
|
@@ -160,7 +160,7 @@ export declare class AddressServiceClient {
|
|
|
160
160
|
* @param GetAddressRequest
|
|
161
161
|
* @return GetAddressResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.
|
|
163
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
164
164
|
*/
|
|
165
165
|
getAddress(getAddressRequest: requests.GetAddressRequest): Promise<responses.GetAddressResponse>;
|
|
166
166
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class AddressServiceClient {
|
|
|
169
169
|
* @param VerifyAddressRequest
|
|
170
170
|
* @return VerifyAddressResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.
|
|
172
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
173
173
|
*/
|
|
174
174
|
verifyAddress(verifyAddressRequest: requests.VerifyAddressRequest): Promise<responses.VerifyAddressResponse>;
|
|
175
175
|
}
|
|
@@ -244,7 +244,7 @@ export declare class InvoiceServiceClient {
|
|
|
244
244
|
* @param DownloadPdfContentRequest
|
|
245
245
|
* @return DownloadPdfContentResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.
|
|
247
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
248
248
|
*/
|
|
249
249
|
downloadPdfContent(downloadPdfContentRequest: requests.DownloadPdfContentRequest): Promise<responses.DownloadPdfContentResponse>;
|
|
250
250
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class InvoiceServiceClient {
|
|
|
253
253
|
* @param GetInvoiceRequest
|
|
254
254
|
* @return GetInvoiceResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.
|
|
256
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
257
257
|
*/
|
|
258
258
|
getInvoice(getInvoiceRequest: requests.GetInvoiceRequest): Promise<responses.GetInvoiceResponse>;
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class InvoiceServiceClient {
|
|
|
262
262
|
* @param ListInvoiceLinesRequest
|
|
263
263
|
* @return ListInvoiceLinesResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.
|
|
265
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
266
266
|
*/
|
|
267
267
|
listInvoiceLines(listInvoiceLinesRequest: requests.ListInvoiceLinesRequest): Promise<responses.ListInvoiceLinesResponse>;
|
|
268
268
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class InvoiceServiceClient {
|
|
|
271
271
|
* @param ListInvoicesRequest
|
|
272
272
|
* @return ListInvoicesResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.
|
|
274
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
275
275
|
*/
|
|
276
276
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
277
277
|
/**
|
|
@@ -280,7 +280,7 @@ export declare class InvoiceServiceClient {
|
|
|
280
280
|
* @param PayInvoiceRequest
|
|
281
281
|
* @return PayInvoiceResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.
|
|
283
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
284
284
|
*/
|
|
285
285
|
payInvoice(payInvoiceRequest: requests.PayInvoiceRequest): Promise<responses.PayInvoiceResponse>;
|
|
286
286
|
}
|
|
@@ -355,7 +355,7 @@ export declare class SubscriptionServiceClient {
|
|
|
355
355
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
356
356
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
357
357
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.
|
|
358
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
359
359
|
*/
|
|
360
360
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest: requests.AuthorizeSubscriptionPaymentRequest): Promise<responses.AuthorizeSubscriptionPaymentResponse>;
|
|
361
361
|
/**
|
|
@@ -364,7 +364,7 @@ export declare class SubscriptionServiceClient {
|
|
|
364
364
|
* @param GetSubscriptionRequest
|
|
365
365
|
* @return GetSubscriptionResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.
|
|
367
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
368
368
|
*/
|
|
369
369
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
370
370
|
/**
|
|
@@ -373,7 +373,7 @@ export declare class SubscriptionServiceClient {
|
|
|
373
373
|
* @param ListSubscriptionsRequest
|
|
374
374
|
* @return ListSubscriptionsResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.
|
|
376
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
377
377
|
*/
|
|
378
378
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
379
379
|
/**
|
|
@@ -382,7 +382,7 @@ export declare class SubscriptionServiceClient {
|
|
|
382
382
|
* @param PaySubscriptionRequest
|
|
383
383
|
* @return PaySubscriptionResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.
|
|
385
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
386
386
|
*/
|
|
387
387
|
paySubscription(paySubscriptionRequest: requests.PaySubscriptionRequest): Promise<responses.PaySubscriptionResponse>;
|
|
388
388
|
/**
|
|
@@ -391,7 +391,7 @@ export declare class SubscriptionServiceClient {
|
|
|
391
391
|
* @param UpdateSubscriptionRequest
|
|
392
392
|
* @return UpdateSubscriptionResponse
|
|
393
393
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.
|
|
394
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
395
395
|
*/
|
|
396
396
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
397
397
|
}
|
package/lib/client.js
CHANGED
|
@@ -191,7 +191,7 @@ class AddressRuleServiceClient {
|
|
|
191
191
|
* @param GetAddressRuleRequest
|
|
192
192
|
* @return GetAddressRuleResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.
|
|
194
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRule API.
|
|
195
195
|
*/
|
|
196
196
|
getAddressRule(getAddressRuleRequest) {
|
|
197
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -393,7 +393,7 @@ class AddressServiceClient {
|
|
|
393
393
|
* @param GetAddressRequest
|
|
394
394
|
* @return GetAddressResponse
|
|
395
395
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.
|
|
396
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetAddress.ts.html |here} to see how to use GetAddress API.
|
|
397
397
|
*/
|
|
398
398
|
getAddress(getAddressRequest) {
|
|
399
399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class AddressServiceClient {
|
|
|
454
454
|
* @param VerifyAddressRequest
|
|
455
455
|
* @return VerifyAddressResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.
|
|
457
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddress API.
|
|
458
458
|
*/
|
|
459
459
|
verifyAddress(verifyAddressRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -662,7 +662,7 @@ class InvoiceServiceClient {
|
|
|
662
662
|
* @param DownloadPdfContentRequest
|
|
663
663
|
* @return DownloadPdfContentResponse
|
|
664
664
|
* @throws OciError when an error occurs
|
|
665
|
-
* @example Click {@link https://docs.
|
|
665
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
666
666
|
*/
|
|
667
667
|
downloadPdfContent(downloadPdfContentRequest) {
|
|
668
668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -737,7 +737,7 @@ class InvoiceServiceClient {
|
|
|
737
737
|
* @param GetInvoiceRequest
|
|
738
738
|
* @return GetInvoiceResponse
|
|
739
739
|
* @throws OciError when an error occurs
|
|
740
|
-
* @example Click {@link https://docs.
|
|
740
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
741
741
|
*/
|
|
742
742
|
getInvoice(getInvoiceRequest) {
|
|
743
743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -803,7 +803,7 @@ class InvoiceServiceClient {
|
|
|
803
803
|
* @param ListInvoiceLinesRequest
|
|
804
804
|
* @return ListInvoiceLinesResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.
|
|
806
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
807
807
|
*/
|
|
808
808
|
listInvoiceLines(listInvoiceLinesRequest) {
|
|
809
809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -881,7 +881,7 @@ class InvoiceServiceClient {
|
|
|
881
881
|
* @param ListInvoicesRequest
|
|
882
882
|
* @return ListInvoicesResponse
|
|
883
883
|
* @throws OciError when an error occurs
|
|
884
|
-
* @example Click {@link https://docs.
|
|
884
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
885
885
|
*/
|
|
886
886
|
listInvoices(listInvoicesRequest) {
|
|
887
887
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -962,7 +962,7 @@ class InvoiceServiceClient {
|
|
|
962
962
|
* @param PayInvoiceRequest
|
|
963
963
|
* @return PayInvoiceResponse
|
|
964
964
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.
|
|
965
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
966
966
|
*/
|
|
967
967
|
payInvoice(payInvoiceRequest) {
|
|
968
968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1172,7 +1172,7 @@ class SubscriptionServiceClient {
|
|
|
1172
1172
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
1173
1173
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
1174
1174
|
* @throws OciError when an error occurs
|
|
1175
|
-
* @example Click {@link https://docs.
|
|
1175
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
1176
1176
|
*/
|
|
1177
1177
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest) {
|
|
1178
1178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1241,7 +1241,7 @@ class SubscriptionServiceClient {
|
|
|
1241
1241
|
* @param GetSubscriptionRequest
|
|
1242
1242
|
* @return GetSubscriptionResponse
|
|
1243
1243
|
* @throws OciError when an error occurs
|
|
1244
|
-
* @example Click {@link https://docs.
|
|
1244
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
1245
1245
|
*/
|
|
1246
1246
|
getSubscription(getSubscriptionRequest) {
|
|
1247
1247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1307,7 +1307,7 @@ class SubscriptionServiceClient {
|
|
|
1307
1307
|
* @param ListSubscriptionsRequest
|
|
1308
1308
|
* @return ListSubscriptionsResponse
|
|
1309
1309
|
* @throws OciError when an error occurs
|
|
1310
|
-
* @example Click {@link https://docs.
|
|
1310
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1311
1311
|
*/
|
|
1312
1312
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1313
1313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1380,7 +1380,7 @@ class SubscriptionServiceClient {
|
|
|
1380
1380
|
* @param PaySubscriptionRequest
|
|
1381
1381
|
* @return PaySubscriptionResponse
|
|
1382
1382
|
* @throws OciError when an error occurs
|
|
1383
|
-
* @example Click {@link https://docs.
|
|
1383
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
1384
1384
|
*/
|
|
1385
1385
|
paySubscription(paySubscriptionRequest) {
|
|
1386
1386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1449,7 +1449,7 @@ class SubscriptionServiceClient {
|
|
|
1449
1449
|
* @param UpdateSubscriptionRequest
|
|
1450
1450
|
* @return UpdateSubscriptionResponse
|
|
1451
1451
|
* @throws OciError when an error occurs
|
|
1452
|
-
* @example Click {@link https://docs.
|
|
1452
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1453
1453
|
*/
|
|
1454
1454
|
updateSubscription(updateSubscriptionRequest) {
|
|
1455
1455
|
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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPaymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AuthorizeSubscriptionPaymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface AuthorizeSubscriptionPaymentRequest extends common.BaseRequest
|
|
|
26
26
|
*/
|
|
27
27
|
"subscriptionId": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DownloadPdfContentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DownloadPdfContentRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"ospHomeRegion": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetAddress.ts.html |here} to see how to use GetAddressRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAddressRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GetAddressRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"ospHomeRegion": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetAddressRule.ts.html |here} to see how to use GetAddressRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAddressRuleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GetAddressRuleRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"ospHomeRegion": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoiceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInvoiceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GetInvoiceRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"ospHomeRegion": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface GetSubscriptionRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"ospHomeRegion": string;
|
|
27
27
|
/**
|
|
28
|
-
* The [OCID](https://docs.
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLinesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoiceLinesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListInvoiceLinesRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"ospHomeRegion": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListInvoicesRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"ospHomeRegion": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"ospHomeRegion": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoiceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PayInvoiceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface PayInvoiceRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"internalInvoiceId": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PaySubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface PaySubscriptionRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"subscriptionId": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateSubscriptionRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"ospHomeRegion": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ospgateway/VerifyAddress.ts.html |here} to see how to use VerifyAddressRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface VerifyAddressRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export interface VerifyAddressRequest extends common.BaseRequest {
|
|
|
22
22
|
*/
|
|
23
23
|
"ospHomeRegion": string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-ospgateway",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.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.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|