oci-genericartifactscontent 2.2.0 → 2.3.1

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
@@ -55,7 +55,7 @@ export declare class GenericArtifactsContentClient {
55
55
  * @param GetGenericArtifactContentRequest
56
56
  * @return GetGenericArtifactContentResponse
57
57
  * @throws OciError when an error occurs
58
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.0/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
58
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
59
59
  */
60
60
  getGenericArtifactContent(getGenericArtifactContentRequest: requests.GetGenericArtifactContentRequest): Promise<responses.GetGenericArtifactContentResponse>;
61
61
  /**
@@ -63,7 +63,7 @@ export declare class GenericArtifactsContentClient {
63
63
  * @param GetGenericArtifactContentByPathRequest
64
64
  * @return GetGenericArtifactContentByPathResponse
65
65
  * @throws OciError when an error occurs
66
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.0/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
66
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
67
67
  */
68
68
  getGenericArtifactContentByPath(getGenericArtifactContentByPathRequest: requests.GetGenericArtifactContentByPathRequest): Promise<responses.GetGenericArtifactContentByPathResponse>;
69
69
  /**
@@ -71,7 +71,7 @@ export declare class GenericArtifactsContentClient {
71
71
  * @param PutGenericArtifactContentByPathRequest
72
72
  * @return PutGenericArtifactContentByPathResponse
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.2.0/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
74
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
75
75
  */
76
76
  putGenericArtifactContentByPath(putGenericArtifactContentByPathRequest: requests.PutGenericArtifactContentByPathRequest): Promise<responses.PutGenericArtifactContentByPathResponse>;
77
77
  }
package/lib/client.js CHANGED
@@ -119,7 +119,7 @@ class GenericArtifactsContentClient {
119
119
  * @param GetGenericArtifactContentRequest
120
120
  * @return GetGenericArtifactContentResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.0/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
123
123
  */
124
124
  getGenericArtifactContent(getGenericArtifactContentRequest) {
125
125
  return __awaiter(this, void 0, void 0, function* () {
@@ -177,7 +177,7 @@ class GenericArtifactsContentClient {
177
177
  * @param GetGenericArtifactContentByPathRequest
178
178
  * @return GetGenericArtifactContentByPathResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.0/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
181
181
  */
182
182
  getGenericArtifactContentByPath(getGenericArtifactContentByPathRequest) {
183
183
  return __awaiter(this, void 0, void 0, function* () {
@@ -237,7 +237,7 @@ class GenericArtifactsContentClient {
237
237
  * @param PutGenericArtifactContentByPathRequest
238
238
  * @return PutGenericArtifactContentByPathResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.0/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
241
241
  */
242
242
  putGenericArtifactContentByPath(putGenericArtifactContentByPathRequest) {
243
243
  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.2.0/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPathRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPathRequest.
16
16
  */
17
17
  export interface GetGenericArtifactContentByPathRequest 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.2.0/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContentRequest.
16
16
  */
17
17
  export interface GetGenericArtifactContentRequest extends common.BaseRequest {
18
18
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.0/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPathRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPathRequest.
18
18
  */
19
19
  export interface PutGenericArtifactContentByPathRequest extends common.BaseRequest {
20
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-genericartifactscontent",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "description": "OCI NodeJS client for Generic Artifacts Content 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.2.0",
19
- "oci-workrequests": "2.2.0"
18
+ "oci-common": "2.3.1",
19
+ "oci-workrequests": "2.3.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"