oci-genericartifactscontent 2.102.1 → 2.103.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/model/generic-artifact.d.ts +5 -5
- package/lib/request/get-generic-artifact-content-by-path-request.d.ts +3 -3
- package/lib/request/get-generic-artifact-content-request.d.ts +3 -3
- package/lib/request/put-generic-artifact-content-by-path-request.d.ts +3 -3
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class GenericArtifactsContentClient {
|
|
|
87
87
|
* @param GetGenericArtifactContentRequest
|
|
88
88
|
* @return GetGenericArtifactContentResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.
|
|
90
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
|
|
91
91
|
*/
|
|
92
92
|
getGenericArtifactContent(getGenericArtifactContentRequest: requests.GetGenericArtifactContentRequest): Promise<responses.GetGenericArtifactContentResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class GenericArtifactsContentClient {
|
|
|
96
96
|
* @param GetGenericArtifactContentByPathRequest
|
|
97
97
|
* @return GetGenericArtifactContentByPathResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.
|
|
99
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
|
|
100
100
|
*/
|
|
101
101
|
getGenericArtifactContentByPath(getGenericArtifactContentByPathRequest: requests.GetGenericArtifactContentByPathRequest): Promise<responses.GetGenericArtifactContentByPathResponse>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class GenericArtifactsContentClient {
|
|
|
105
105
|
* @param PutGenericArtifactContentByPathRequest
|
|
106
106
|
* @return PutGenericArtifactContentByPathResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.
|
|
108
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
|
|
109
109
|
*/
|
|
110
110
|
putGenericArtifactContentByPath(putGenericArtifactContentByPathRequest: requests.PutGenericArtifactContentByPathRequest): Promise<responses.PutGenericArtifactContentByPathResponse>;
|
|
111
111
|
}
|
package/lib/client.js
CHANGED
|
@@ -193,7 +193,7 @@ class GenericArtifactsContentClient {
|
|
|
193
193
|
* @param GetGenericArtifactContentRequest
|
|
194
194
|
* @return GetGenericArtifactContentResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.
|
|
196
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContent API.
|
|
197
197
|
*/
|
|
198
198
|
getGenericArtifactContent(getGenericArtifactContentRequest) {
|
|
199
199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -255,7 +255,7 @@ class GenericArtifactsContentClient {
|
|
|
255
255
|
* @param GetGenericArtifactContentByPathRequest
|
|
256
256
|
* @return GetGenericArtifactContentByPathResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.
|
|
258
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPath API.
|
|
259
259
|
*/
|
|
260
260
|
getGenericArtifactContentByPath(getGenericArtifactContentByPathRequest) {
|
|
261
261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -319,7 +319,7 @@ class GenericArtifactsContentClient {
|
|
|
319
319
|
* @param PutGenericArtifactContentByPathRequest
|
|
320
320
|
* @return PutGenericArtifactContentByPathResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.
|
|
322
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPath API.
|
|
323
323
|
*/
|
|
324
324
|
putGenericArtifactContentByPath(putGenericArtifactContentByPathRequest) {
|
|
325
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17,7 +17,7 @@ Use this API to put and get generic artifact content.
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GenericArtifact {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
|
|
21
21
|
* <p>
|
|
22
22
|
Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
@@ -31,11 +31,11 @@ export interface GenericArtifact {
|
|
|
31
31
|
*/
|
|
32
32
|
"displayName": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository's compartment.
|
|
35
35
|
*/
|
|
36
36
|
"compartmentId": string;
|
|
37
37
|
/**
|
|
38
|
-
* The [OCID](https://docs.
|
|
38
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
39
39
|
*/
|
|
40
40
|
"repositoryId": string;
|
|
41
41
|
/**
|
|
@@ -66,7 +66,7 @@ export interface GenericArtifact {
|
|
|
66
66
|
"lifecycleState": GenericArtifact.LifecycleState;
|
|
67
67
|
/**
|
|
68
68
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
69
|
-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
69
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
70
70
|
* <p>
|
|
71
71
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
72
72
|
*
|
|
@@ -76,7 +76,7 @@ export interface GenericArtifact {
|
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
79
|
-
* namespace. For more information, see [Resource Tags](https://docs.
|
|
79
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
80
80
|
* <p>
|
|
81
81
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
82
82
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
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/genericartifactscontent/GetGenericArtifactContentByPath.ts.html |here} to see how to use GetGenericArtifactContentByPathRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGenericArtifactContentByPathRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
20
20
|
* <p>
|
|
21
21
|
Example: {@code ocid1.repository.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
@@ -37,7 +37,7 @@ export interface GetGenericArtifactContentByPathRequest extends common.BaseReque
|
|
|
37
37
|
*/
|
|
38
38
|
"version": string;
|
|
39
39
|
/**
|
|
40
|
-
* Unique Oracle-assigned [request ID](https://docs.
|
|
40
|
+
* Unique Oracle-assigned [request ID](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm)
|
|
41
41
|
* <p>
|
|
42
42
|
Example: {@code bxxxxxxx-fxxx-4xxx-9xxx-bxxxxxxxxxxx}
|
|
43
43
|
* If you contact Oracle about a request, provide this request ID.
|
|
@@ -12,18 +12,18 @@
|
|
|
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/genericartifactscontent/GetGenericArtifactContent.ts.html |here} to see how to use GetGenericArtifactContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGenericArtifactContentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
|
|
20
20
|
* <p>
|
|
21
21
|
Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"artifactId": string;
|
|
25
25
|
/**
|
|
26
|
-
* Unique Oracle-assigned [request ID](https://docs.
|
|
26
|
+
* Unique Oracle-assigned [request ID](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm)
|
|
27
27
|
* <p>
|
|
28
28
|
Example: {@code bxxxxxxx-fxxx-4xxx-9xxx-bxxxxxxxxxxx}
|
|
29
29
|
* If you contact Oracle about a request, provide this request ID.
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
import stream = require("stream");
|
|
16
16
|
/**
|
|
17
|
-
* @example Click {@link https://docs.
|
|
17
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/genericartifactscontent/PutGenericArtifactContentByPath.ts.html |here} to see how to use PutGenericArtifactContentByPathRequest.
|
|
18
18
|
*/
|
|
19
19
|
export interface PutGenericArtifactContentByPathRequest extends common.BaseRequest {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
22
22
|
* <p>
|
|
23
23
|
Example: {@code ocid1.repository.oc1..exampleuniqueID}
|
|
24
24
|
*
|
|
@@ -48,7 +48,7 @@ export interface PutGenericArtifactContentByPathRequest extends common.BaseReque
|
|
|
48
48
|
*/
|
|
49
49
|
"ifMatch"?: string;
|
|
50
50
|
/**
|
|
51
|
-
* Unique Oracle-assigned [request ID](https://docs.
|
|
51
|
+
* Unique Oracle-assigned [request ID](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm)
|
|
52
52
|
* <p>
|
|
53
53
|
Example: {@code bxxxxxxx-fxxx-4xxx-9xxx-bxxxxxxxxxxx}
|
|
54
54
|
* If you contact Oracle about a request, provide this request ID.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-genericartifactscontent",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|