oci-ospgateway 2.11.1 → 2.12.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 CHANGED
@@ -57,7 +57,7 @@ export declare class InvoiceServiceClient {
57
57
  * @param DownloadPdfContentRequest
58
58
  * @return DownloadPdfContentResponse
59
59
  * @throws OciError when an error occurs
60
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
60
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
61
61
  */
62
62
  downloadPdfContent(downloadPdfContentRequest: requests.DownloadPdfContentRequest): Promise<responses.DownloadPdfContentResponse>;
63
63
  /**
@@ -66,7 +66,7 @@ export declare class InvoiceServiceClient {
66
66
  * @param GetInvoiceRequest
67
67
  * @return GetInvoiceResponse
68
68
  * @throws OciError when an error occurs
69
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
69
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
70
70
  */
71
71
  getInvoice(getInvoiceRequest: requests.GetInvoiceRequest): Promise<responses.GetInvoiceResponse>;
72
72
  /**
@@ -75,7 +75,7 @@ export declare class InvoiceServiceClient {
75
75
  * @param ListInvoiceLinesRequest
76
76
  * @return ListInvoiceLinesResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
79
79
  */
80
80
  listInvoiceLines(listInvoiceLinesRequest: requests.ListInvoiceLinesRequest): Promise<responses.ListInvoiceLinesResponse>;
81
81
  /**
@@ -84,7 +84,7 @@ export declare class InvoiceServiceClient {
84
84
  * @param ListInvoicesRequest
85
85
  * @return ListInvoicesResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
88
88
  */
89
89
  listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class InvoiceServiceClient {
93
93
  * @param PayInvoiceRequest
94
94
  * @return PayInvoiceResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
97
97
  */
98
98
  payInvoice(payInvoiceRequest: requests.PayInvoiceRequest): Promise<responses.PayInvoiceResponse>;
99
99
  }
package/lib/client.js CHANGED
@@ -128,7 +128,7 @@ class InvoiceServiceClient {
128
128
  * @param DownloadPdfContentRequest
129
129
  * @return DownloadPdfContentResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContent API.
132
132
  */
133
133
  downloadPdfContent(downloadPdfContentRequest) {
134
134
  return __awaiter(this, void 0, void 0, function* () {
@@ -191,7 +191,7 @@ class InvoiceServiceClient {
191
191
  * @param GetInvoiceRequest
192
192
  * @return GetInvoiceResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoice API.
195
195
  */
196
196
  getInvoice(getInvoiceRequest) {
197
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -255,7 +255,7 @@ class InvoiceServiceClient {
255
255
  * @param ListInvoiceLinesRequest
256
256
  * @return ListInvoiceLinesResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLines API.
259
259
  */
260
260
  listInvoiceLines(listInvoiceLinesRequest) {
261
261
  return __awaiter(this, void 0, void 0, function* () {
@@ -331,7 +331,7 @@ class InvoiceServiceClient {
331
331
  * @param ListInvoicesRequest
332
332
  * @return ListInvoicesResponse
333
333
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoices API.
335
335
  */
336
336
  listInvoices(listInvoicesRequest) {
337
337
  return __awaiter(this, void 0, void 0, function* () {
@@ -410,7 +410,7 @@ class InvoiceServiceClient {
410
410
  * @param PayInvoiceRequest
411
411
  * @return PayInvoiceResponse
412
412
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoice API.
414
414
  */
415
415
  payInvoice(payInvoiceRequest) {
416
416
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.11.1/ospgateway/DownloadPdfContent.ts.html |here} to see how to use DownloadPdfContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.11.1/ospgateway/GetInvoice.ts.html |here} to see how to use GetInvoiceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.11.1/ospgateway/ListInvoiceLines.ts.html |here} to see how to use ListInvoiceLinesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.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.11.1/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
16
16
  */
17
17
  export interface ListInvoicesRequest 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.11.1/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoiceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ospgateway/PayInvoice.ts.html |here} to see how to use PayInvoiceRequest.
17
17
  */
18
18
  export interface PayInvoiceRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-ospgateway",
3
- "version": "2.11.1",
3
+ "version": "2.12.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.11.1",
19
- "oci-workrequests": "2.11.1"
18
+ "oci-common": "2.12.0",
19
+ "oci-workrequests": "2.12.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"