oci-artifacts 2.76.1 → 2.77.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 +32 -32
- package/lib/client.js +32 -32
- package/lib/model/container-image-signature-summary.d.ts +8 -8
- package/lib/model/container-image-signature.d.ts +8 -8
- package/lib/model/container-image-summary.d.ts +5 -5
- package/lib/model/container-image.d.ts +5 -5
- package/lib/model/container-repository-summary.d.ts +4 -4
- package/lib/model/container-repository.d.ts +4 -4
- package/lib/model/create-container-image-signature-details.d.ts +5 -5
- package/lib/model/create-container-repository-details.d.ts +2 -2
- package/lib/model/create-repository-details.d.ts +2 -2
- package/lib/model/generic-artifact-summary.d.ts +7 -7
- package/lib/model/generic-artifact.d.ts +7 -7
- package/lib/model/repository-summary.d.ts +3 -3
- package/lib/model/repository.d.ts +3 -3
- package/lib/model/update-container-image-details.d.ts +2 -2
- package/lib/model/update-container-image-signature-details.d.ts +2 -2
- package/lib/model/update-container-repository-details.d.ts +2 -2
- package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
- package/lib/model/update-generic-artifact-details.d.ts +2 -2
- package/lib/model/update-repository-details.d.ts +2 -2
- package/lib/request/change-container-repository-compartment-request.d.ts +3 -3
- package/lib/request/change-repository-compartment-request.d.ts +3 -3
- package/lib/request/create-container-image-signature-request.d.ts +2 -2
- package/lib/request/create-container-repository-request.d.ts +1 -1
- package/lib/request/create-repository-request.d.ts +1 -1
- package/lib/request/delete-container-image-request.d.ts +3 -3
- package/lib/request/delete-container-image-signature-request.d.ts +3 -3
- package/lib/request/delete-container-repository-request.d.ts +3 -3
- package/lib/request/delete-generic-artifact-by-path-request.d.ts +5 -5
- package/lib/request/delete-generic-artifact-request.d.ts +3 -3
- package/lib/request/delete-repository-request.d.ts +3 -3
- package/lib/request/get-container-configuration-request.d.ts +1 -1
- package/lib/request/get-container-image-request.d.ts +2 -2
- package/lib/request/get-container-image-signature-request.d.ts +2 -2
- package/lib/request/get-container-repository-request.d.ts +2 -2
- package/lib/request/get-generic-artifact-by-path-request.d.ts +4 -4
- package/lib/request/get-generic-artifact-request.d.ts +2 -2
- package/lib/request/get-repository-request.d.ts +2 -2
- package/lib/request/list-container-image-signatures-request.d.ts +11 -11
- package/lib/request/list-container-images-request.d.ts +9 -9
- package/lib/request/list-container-repositories-request.d.ts +7 -7
- package/lib/request/list-generic-artifacts-request.d.ts +8 -8
- package/lib/request/list-repositories-request.d.ts +6 -6
- package/lib/request/remove-container-version-request.d.ts +3 -3
- package/lib/request/restore-container-image-request.d.ts +3 -3
- package/lib/request/update-container-configuration-request.d.ts +2 -2
- package/lib/request/update-container-image-request.d.ts +3 -3
- package/lib/request/update-container-image-signature-request.d.ts +3 -3
- package/lib/request/update-container-repository-request.d.ts +3 -3
- package/lib/request/update-generic-artifact-by-path-request.d.ts +6 -6
- package/lib/request/update-generic-artifact-request.d.ts +3 -3
- package/lib/request/update-repository-request.d.ts +3 -3
- package/lib/response/create-container-image-signature-response.d.ts +1 -1
- package/lib/response/create-container-repository-response.d.ts +1 -1
- package/lib/response/create-repository-response.d.ts +1 -1
- package/lib/response/get-container-configuration-response.d.ts +1 -1
- package/lib/response/get-container-image-response.d.ts +1 -1
- package/lib/response/get-container-image-signature-response.d.ts +1 -1
- package/lib/response/get-container-repository-response.d.ts +1 -1
- package/lib/response/get-generic-artifact-by-path-response.d.ts +1 -1
- package/lib/response/get-generic-artifact-response.d.ts +1 -1
- package/lib/response/get-repository-response.d.ts +1 -1
- package/lib/response/remove-container-version-response.d.ts +1 -1
- package/lib/response/restore-container-image-response.d.ts +1 -1
- package/lib/response/update-container-configuration-response.d.ts +1 -1
- package/lib/response/update-container-image-response.d.ts +1 -1
- package/lib/response/update-container-image-signature-response.d.ts +1 -1
- package/lib/response/update-container-repository-response.d.ts +1 -1
- package/lib/response/update-generic-artifact-by-path-response.d.ts +1 -1
- package/lib/response/update-generic-artifact-response.d.ts +1 -1
- package/lib/response/update-repository-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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.77.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,12 +35,12 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
35
35
|
*/
|
|
36
36
|
"displayName"?: string;
|
|
37
37
|
/**
|
|
38
|
-
* Filter results by a prefix for the
|
|
38
|
+
* Filter results by a prefix for the {@code artifactPath} and and return artifacts that begin with the specified prefix in their path.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"artifactPath"?: string;
|
|
42
42
|
/**
|
|
43
|
-
* Filter results by a prefix for
|
|
43
|
+
* Filter results by a prefix for {@code version} and return artifacts that that begin with the specified prefix in their version.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"version"?: string;
|
|
@@ -59,12 +59,12 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
59
59
|
* \"List\" call. For important details about how pagination works, see
|
|
60
60
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
61
61
|
* <p>
|
|
62
|
-
Example:
|
|
62
|
+
Example: {@code 50}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"limit"?: number;
|
|
66
66
|
/**
|
|
67
|
-
* For list pagination. The value of the
|
|
67
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
68
68
|
* call. For important details about how pagination works, see
|
|
69
69
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
70
70
|
*
|
|
@@ -77,11 +77,11 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
77
77
|
*/
|
|
78
78
|
"opcRequestId"?: string;
|
|
79
79
|
/**
|
|
80
|
-
* The field to sort by. You can provide one sort order (
|
|
80
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
81
81
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
82
82
|
* sort order is case sensitive.
|
|
83
83
|
* <p>
|
|
84
|
-
**Note:** In general, some \"List\" operations (for example,
|
|
84
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
85
85
|
* optionally filter by availability domain if the scope of the resource type is within a
|
|
86
86
|
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
87
87
|
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
@@ -89,7 +89,7 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
|
|
|
89
89
|
*/
|
|
90
90
|
"sortBy"?: ListGenericArtifactsRequest.SortBy;
|
|
91
91
|
/**
|
|
92
|
-
* The sort order to use, either ascending (
|
|
92
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
|
|
93
93
|
* is case sensitive.
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
@@ -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.77.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -44,12 +44,12 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
|
44
44
|
* \"List\" call. For important details about how pagination works, see
|
|
45
45
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
46
46
|
* <p>
|
|
47
|
-
Example:
|
|
47
|
+
Example: {@code 50}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"limit"?: number;
|
|
51
51
|
/**
|
|
52
|
-
* For list pagination. The value of the
|
|
52
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
53
53
|
* call. For important details about how pagination works, see
|
|
54
54
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
55
55
|
*
|
|
@@ -62,11 +62,11 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"opcRequestId"?: string;
|
|
64
64
|
/**
|
|
65
|
-
* The field to sort by. You can provide one sort order (
|
|
65
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
66
66
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
67
67
|
* sort order is case sensitive.
|
|
68
68
|
* <p>
|
|
69
|
-
**Note:** In general, some \"List\" operations (for example,
|
|
69
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
70
70
|
* optionally filter by availability domain if the scope of the resource type is within a
|
|
71
71
|
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
72
72
|
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
@@ -74,7 +74,7 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
|
|
|
74
74
|
*/
|
|
75
75
|
"sortBy"?: ListRepositoriesRequest.SortBy;
|
|
76
76
|
/**
|
|
77
|
-
* The sort order to use, either ascending (
|
|
77
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
|
|
78
78
|
* is case sensitive.
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
@@ -13,13 +13,13 @@
|
|
|
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.77.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveContainerVersionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageId": string;
|
|
@@ -28,7 +28,7 @@ export interface RemoveContainerVersionRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"removeContainerVersionDetails": model.RemoveContainerVersionDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
|
@@ -13,13 +13,13 @@
|
|
|
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.77.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RestoreContainerImageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageId": string;
|
|
@@ -28,7 +28,7 @@ export interface RestoreContainerImageRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"restoreContainerImageDetails": model.RestoreContainerImageDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
|
@@ -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.77.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface UpdateContainerConfigurationRequest extends common.BaseRequest
|
|
|
25
25
|
*/
|
|
26
26
|
"updateContainerConfigurationDetails": model.UpdateContainerConfigurationDetails;
|
|
27
27
|
/**
|
|
28
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
29
29
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
30
30
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
31
|
*
|
|
@@ -13,13 +13,13 @@
|
|
|
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.77.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerImageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageId": string;
|
|
@@ -28,7 +28,7 @@ export interface UpdateContainerImageRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"updateContainerImageDetails": model.UpdateContainerImageDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
|
@@ -13,13 +13,13 @@
|
|
|
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.77.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerImageSignatureRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"imageSignatureId": string;
|
|
@@ -34,7 +34,7 @@ export interface UpdateContainerImageSignatureRequest extends common.BaseRequest
|
|
|
34
34
|
*/
|
|
35
35
|
"opcRequestId"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
38
38
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
39
39
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
40
40
|
*
|
|
@@ -13,13 +13,13 @@
|
|
|
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.77.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateContainerRepositoryRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"repositoryId": string;
|
|
@@ -28,7 +28,7 @@ export interface UpdateContainerRepositoryRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"updateContainerRepositoryDetails": model.UpdateContainerRepositoryDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
|
@@ -13,36 +13,36 @@
|
|
|
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.77.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGenericArtifactByPathRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"repositoryId": string;
|
|
26
26
|
/**
|
|
27
27
|
* A user-defined path to describe the location of an artifact. You can use slashes to organize the repository, but slashes do not create a directory structure. An artifact path does not include an artifact version.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code project01/my-web-app/artifact-abc}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"artifactPath": string;
|
|
33
33
|
/**
|
|
34
34
|
* A user-defined string to describe the artifact version.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code 1.1.2} or {@code 1.2-beta-2}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"version": string;
|
|
40
40
|
/**
|
|
41
|
-
* Updates an artifact with a specified
|
|
41
|
+
* Updates an artifact with a specified {@code artifactPath} and {@code version}. You can only update the tags of an artifact.
|
|
42
42
|
*/
|
|
43
43
|
"updateGenericArtifactByPathDetails": model.UpdateGenericArtifactByPathDetails;
|
|
44
44
|
/**
|
|
45
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
45
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
46
46
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
47
47
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
48
48
|
*
|
|
@@ -13,13 +13,13 @@
|
|
|
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.77.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGenericArtifactRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"artifactId": string;
|
|
@@ -28,7 +28,7 @@ export interface UpdateGenericArtifactRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"updateGenericArtifactDetails": model.UpdateGenericArtifactDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
|
@@ -13,13 +13,13 @@
|
|
|
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.77.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRepositoryRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"repositoryId": string;
|
|
@@ -28,7 +28,7 @@ export interface UpdateRepositoryRequest extends common.BaseRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
"updateRepositoryDetails": model.UpdateGenericRepositoryDetails;
|
|
30
30
|
/**
|
|
31
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
32
32
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
33
33
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
34
34
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-artifacts",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Artifacts 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.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|