oci-genericartifactscontent 2.71.0 → 2.73.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 +3 -3
- package/lib/client.js +3 -3
- package/lib/request/get-generic-artifact-content-by-path-request.d.ts +1 -1
- package/lib/request/get-generic-artifact-content-request.d.ts +1 -1
- package/lib/request/put-generic-artifact-content-by-path-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class GenericArtifactsContentClient {
|
|
|
73
73
|
* @param GetGenericArtifactContentRequest
|
|
74
74
|
* @return GetGenericArtifactContentResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
|
|
77
77
|
*/
|
|
78
78
|
getGenericArtifactContent(getGenericArtifactContentRequest: requests.GetGenericArtifactContentRequest): Promise<responses.GetGenericArtifactContentResponse>;
|
|
79
79
|
/**
|
|
@@ -82,7 +82,7 @@ export declare class GenericArtifactsContentClient {
|
|
|
82
82
|
* @param GetGenericArtifactContentByPathRequest
|
|
83
83
|
* @return GetGenericArtifactContentByPathResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
|
|
86
86
|
*/
|
|
87
87
|
getGenericArtifactContentByPath(getGenericArtifactContentByPathRequest: requests.GetGenericArtifactContentByPathRequest): Promise<responses.GetGenericArtifactContentByPathResponse>;
|
|
88
88
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class GenericArtifactsContentClient {
|
|
|
91
91
|
* @param PutGenericArtifactContentByPathRequest
|
|
92
92
|
* @return PutGenericArtifactContentByPathResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
|
|
95
95
|
*/
|
|
96
96
|
putGenericArtifactContentByPath(putGenericArtifactContentByPathRequest: requests.PutGenericArtifactContentByPathRequest): Promise<responses.PutGenericArtifactContentByPathResponse>;
|
|
97
97
|
}
|
package/lib/client.js
CHANGED
|
@@ -163,7 +163,7 @@ class GenericArtifactsContentClient {
|
|
|
163
163
|
* @param GetGenericArtifactContentRequest
|
|
164
164
|
* @return GetGenericArtifactContentResponse
|
|
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.73.0/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
|
|
167
167
|
*/
|
|
168
168
|
getGenericArtifactContent(getGenericArtifactContentRequest) {
|
|
169
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -225,7 +225,7 @@ class GenericArtifactsContentClient {
|
|
|
225
225
|
* @param GetGenericArtifactContentByPathRequest
|
|
226
226
|
* @return GetGenericArtifactContentByPathResponse
|
|
227
227
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
|
|
229
229
|
*/
|
|
230
230
|
getGenericArtifactContentByPath(getGenericArtifactContentByPathRequest) {
|
|
231
231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -289,7 +289,7 @@ class GenericArtifactsContentClient {
|
|
|
289
289
|
* @param PutGenericArtifactContentByPathRequest
|
|
290
290
|
* @return PutGenericArtifactContentByPathResponse
|
|
291
291
|
* @throws OciError when an error occurs
|
|
292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
|
|
293
293
|
*/
|
|
294
294
|
putGenericArtifactContentByPath(putGenericArtifactContentByPathRequest) {
|
|
295
295
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.
|
|
3
|
+
"version": "2.73.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.73.0",
|
|
19
|
+
"oci-workrequests": "2.73.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|