oci-ospgateway 2.25.0 → 2.26.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 +10 -10
- package/lib/client.js +10 -10
- 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-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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -59,7 +59,7 @@ export declare class InvoiceServiceClient {
|
|
|
59
59
|
* @param DownloadPdfContentRequest
|
|
60
60
|
* @return DownloadPdfContentResponse
|
|
61
61
|
* @throws OciError when an error occurs
|
|
62
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
62
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
63
63
|
*/
|
|
64
64
|
downloadPdfContent(downloadPdfContentRequest: requests.DownloadPdfContentRequest): Promise<responses.DownloadPdfContentResponse>;
|
|
65
65
|
/**
|
|
@@ -68,7 +68,7 @@ export declare class InvoiceServiceClient {
|
|
|
68
68
|
* @param GetInvoiceRequest
|
|
69
69
|
* @return GetInvoiceResponse
|
|
70
70
|
* @throws OciError when an error occurs
|
|
71
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
71
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
72
72
|
*/
|
|
73
73
|
getInvoice(getInvoiceRequest: requests.GetInvoiceRequest): Promise<responses.GetInvoiceResponse>;
|
|
74
74
|
/**
|
|
@@ -77,7 +77,7 @@ export declare class InvoiceServiceClient {
|
|
|
77
77
|
* @param ListInvoiceLinesRequest
|
|
78
78
|
* @return ListInvoiceLinesResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
81
81
|
*/
|
|
82
82
|
listInvoiceLines(listInvoiceLinesRequest: requests.ListInvoiceLinesRequest): Promise<responses.ListInvoiceLinesResponse>;
|
|
83
83
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class InvoiceServiceClient {
|
|
|
86
86
|
* @param ListInvoicesRequest
|
|
87
87
|
* @return ListInvoicesResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
90
90
|
*/
|
|
91
91
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class InvoiceServiceClient {
|
|
|
95
95
|
* @param PayInvoiceRequest
|
|
96
96
|
* @return PayInvoiceResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
99
99
|
*/
|
|
100
100
|
payInvoice(payInvoiceRequest: requests.PayInvoiceRequest): Promise<responses.PayInvoiceResponse>;
|
|
101
101
|
}
|
|
@@ -145,7 +145,7 @@ export declare class SubscriptionServiceClient {
|
|
|
145
145
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
146
146
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
149
149
|
*/
|
|
150
150
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest: requests.AuthorizeSubscriptionPaymentRequest): Promise<responses.AuthorizeSubscriptionPaymentResponse>;
|
|
151
151
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class SubscriptionServiceClient {
|
|
|
154
154
|
* @param GetSubscriptionRequest
|
|
155
155
|
* @return GetSubscriptionResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
158
158
|
*/
|
|
159
159
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
160
160
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class SubscriptionServiceClient {
|
|
|
163
163
|
* @param ListSubscriptionsRequest
|
|
164
164
|
* @return ListSubscriptionsResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
167
167
|
*/
|
|
168
168
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class SubscriptionServiceClient {
|
|
|
172
172
|
* @param PaySubscriptionRequest
|
|
173
173
|
* @return PaySubscriptionResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
176
176
|
*/
|
|
177
177
|
paySubscription(paySubscriptionRequest: requests.PaySubscriptionRequest): Promise<responses.PaySubscriptionResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class SubscriptionServiceClient {
|
|
|
181
181
|
* @param UpdateSubscriptionRequest
|
|
182
182
|
* @return UpdateSubscriptionResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
185
185
|
*/
|
|
186
186
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
187
187
|
}
|
package/lib/client.js
CHANGED
|
@@ -133,7 +133,7 @@ class InvoiceServiceClient {
|
|
|
133
133
|
* @param DownloadPdfContentRequest
|
|
134
134
|
* @return DownloadPdfContentResponse
|
|
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.26.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
|
|
137
137
|
*/
|
|
138
138
|
downloadPdfContent(downloadPdfContentRequest) {
|
|
139
139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -206,7 +206,7 @@ class InvoiceServiceClient {
|
|
|
206
206
|
* @param GetInvoiceRequest
|
|
207
207
|
* @return GetInvoiceResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
|
|
210
210
|
*/
|
|
211
211
|
getInvoice(getInvoiceRequest) {
|
|
212
212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -270,7 +270,7 @@ class InvoiceServiceClient {
|
|
|
270
270
|
* @param ListInvoiceLinesRequest
|
|
271
271
|
* @return ListInvoiceLinesResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
|
|
274
274
|
*/
|
|
275
275
|
listInvoiceLines(listInvoiceLinesRequest) {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -346,7 +346,7 @@ class InvoiceServiceClient {
|
|
|
346
346
|
* @param ListInvoicesRequest
|
|
347
347
|
* @return ListInvoicesResponse
|
|
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.26.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
350
350
|
*/
|
|
351
351
|
listInvoices(listInvoicesRequest) {
|
|
352
352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -425,7 +425,7 @@ class InvoiceServiceClient {
|
|
|
425
425
|
* @param PayInvoiceRequest
|
|
426
426
|
* @return PayInvoiceResponse
|
|
427
427
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
|
|
429
429
|
*/
|
|
430
430
|
payInvoice(payInvoiceRequest) {
|
|
431
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -576,7 +576,7 @@ class SubscriptionServiceClient {
|
|
|
576
576
|
* @param AuthorizeSubscriptionPaymentRequest
|
|
577
577
|
* @return AuthorizeSubscriptionPaymentResponse
|
|
578
578
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/AuthorizeSubscriptionPayment.ts.html |here} to see how to use AuthorizeSubscriptionPayment API.
|
|
580
580
|
*/
|
|
581
581
|
authorizeSubscriptionPayment(authorizeSubscriptionPaymentRequest) {
|
|
582
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -643,7 +643,7 @@ class SubscriptionServiceClient {
|
|
|
643
643
|
* @param GetSubscriptionRequest
|
|
644
644
|
* @return GetSubscriptionResponse
|
|
645
645
|
* @throws OciError when an error occurs
|
|
646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
647
647
|
*/
|
|
648
648
|
getSubscription(getSubscriptionRequest) {
|
|
649
649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -707,7 +707,7 @@ class SubscriptionServiceClient {
|
|
|
707
707
|
* @param ListSubscriptionsRequest
|
|
708
708
|
* @return ListSubscriptionsResponse
|
|
709
709
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
711
711
|
*/
|
|
712
712
|
listSubscriptions(listSubscriptionsRequest) {
|
|
713
713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -778,7 +778,7 @@ class SubscriptionServiceClient {
|
|
|
778
778
|
* @param PaySubscriptionRequest
|
|
779
779
|
* @return PaySubscriptionResponse
|
|
780
780
|
* @throws OciError when an error occurs
|
|
781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/PaySubscription.ts.html |here} to see how to use PaySubscription API.
|
|
782
782
|
*/
|
|
783
783
|
paySubscription(paySubscriptionRequest) {
|
|
784
784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -845,7 +845,7 @@ class SubscriptionServiceClient {
|
|
|
845
845
|
* @param UpdateSubscriptionRequest
|
|
846
846
|
* @return UpdateSubscriptionResponse
|
|
847
847
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
849
849
|
*/
|
|
850
850
|
updateSubscription(updateSubscriptionRequest) {
|
|
851
851
|
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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.0/ospgateway/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSubscriptionRequest 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.26.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.26.0",
|
|
19
|
+
"oci-workrequests": "2.26.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|