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.
Files changed (73) hide show
  1. package/lib/client.d.ts +32 -32
  2. package/lib/client.js +32 -32
  3. package/lib/model/container-image-signature-summary.d.ts +8 -8
  4. package/lib/model/container-image-signature.d.ts +8 -8
  5. package/lib/model/container-image-summary.d.ts +5 -5
  6. package/lib/model/container-image.d.ts +5 -5
  7. package/lib/model/container-repository-summary.d.ts +4 -4
  8. package/lib/model/container-repository.d.ts +4 -4
  9. package/lib/model/create-container-image-signature-details.d.ts +5 -5
  10. package/lib/model/create-container-repository-details.d.ts +2 -2
  11. package/lib/model/create-repository-details.d.ts +2 -2
  12. package/lib/model/generic-artifact-summary.d.ts +7 -7
  13. package/lib/model/generic-artifact.d.ts +7 -7
  14. package/lib/model/repository-summary.d.ts +3 -3
  15. package/lib/model/repository.d.ts +3 -3
  16. package/lib/model/update-container-image-details.d.ts +2 -2
  17. package/lib/model/update-container-image-signature-details.d.ts +2 -2
  18. package/lib/model/update-container-repository-details.d.ts +2 -2
  19. package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
  20. package/lib/model/update-generic-artifact-details.d.ts +2 -2
  21. package/lib/model/update-repository-details.d.ts +2 -2
  22. package/lib/request/change-container-repository-compartment-request.d.ts +3 -3
  23. package/lib/request/change-repository-compartment-request.d.ts +3 -3
  24. package/lib/request/create-container-image-signature-request.d.ts +2 -2
  25. package/lib/request/create-container-repository-request.d.ts +1 -1
  26. package/lib/request/create-repository-request.d.ts +1 -1
  27. package/lib/request/delete-container-image-request.d.ts +3 -3
  28. package/lib/request/delete-container-image-signature-request.d.ts +3 -3
  29. package/lib/request/delete-container-repository-request.d.ts +3 -3
  30. package/lib/request/delete-generic-artifact-by-path-request.d.ts +5 -5
  31. package/lib/request/delete-generic-artifact-request.d.ts +3 -3
  32. package/lib/request/delete-repository-request.d.ts +3 -3
  33. package/lib/request/get-container-configuration-request.d.ts +1 -1
  34. package/lib/request/get-container-image-request.d.ts +2 -2
  35. package/lib/request/get-container-image-signature-request.d.ts +2 -2
  36. package/lib/request/get-container-repository-request.d.ts +2 -2
  37. package/lib/request/get-generic-artifact-by-path-request.d.ts +4 -4
  38. package/lib/request/get-generic-artifact-request.d.ts +2 -2
  39. package/lib/request/get-repository-request.d.ts +2 -2
  40. package/lib/request/list-container-image-signatures-request.d.ts +11 -11
  41. package/lib/request/list-container-images-request.d.ts +9 -9
  42. package/lib/request/list-container-repositories-request.d.ts +7 -7
  43. package/lib/request/list-generic-artifacts-request.d.ts +8 -8
  44. package/lib/request/list-repositories-request.d.ts +6 -6
  45. package/lib/request/remove-container-version-request.d.ts +3 -3
  46. package/lib/request/restore-container-image-request.d.ts +3 -3
  47. package/lib/request/update-container-configuration-request.d.ts +2 -2
  48. package/lib/request/update-container-image-request.d.ts +3 -3
  49. package/lib/request/update-container-image-signature-request.d.ts +3 -3
  50. package/lib/request/update-container-repository-request.d.ts +3 -3
  51. package/lib/request/update-generic-artifact-by-path-request.d.ts +6 -6
  52. package/lib/request/update-generic-artifact-request.d.ts +3 -3
  53. package/lib/request/update-repository-request.d.ts +3 -3
  54. package/lib/response/create-container-image-signature-response.d.ts +1 -1
  55. package/lib/response/create-container-repository-response.d.ts +1 -1
  56. package/lib/response/create-repository-response.d.ts +1 -1
  57. package/lib/response/get-container-configuration-response.d.ts +1 -1
  58. package/lib/response/get-container-image-response.d.ts +1 -1
  59. package/lib/response/get-container-image-signature-response.d.ts +1 -1
  60. package/lib/response/get-container-repository-response.d.ts +1 -1
  61. package/lib/response/get-generic-artifact-by-path-response.d.ts +1 -1
  62. package/lib/response/get-generic-artifact-response.d.ts +1 -1
  63. package/lib/response/get-repository-response.d.ts +1 -1
  64. package/lib/response/remove-container-version-response.d.ts +1 -1
  65. package/lib/response/restore-container-image-response.d.ts +1 -1
  66. package/lib/response/update-container-configuration-response.d.ts +1 -1
  67. package/lib/response/update-container-image-response.d.ts +1 -1
  68. package/lib/response/update-container-image-signature-response.d.ts +1 -1
  69. package/lib/response/update-container-repository-response.d.ts +1 -1
  70. package/lib/response/update-generic-artifact-by-path-response.d.ts +1 -1
  71. package/lib/response/update-generic-artifact-response.d.ts +1 -1
  72. package/lib/response/update-repository-response.d.ts +1 -1
  73. 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.76.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
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 `artifactPath` and and return artifacts that begin with the specified prefix in their path.
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 `version` and return artifacts that that begin with the specified prefix in their version.
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: `50`
62
+ Example: {@code 50}
63
63
  *
64
64
  */
65
65
  "limit"?: number;
66
66
  /**
67
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
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 (`sortOrder`). Default order for
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, `ListInstances`) let you
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 (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
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.76.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
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: `50`
47
+ Example: {@code 50}
48
48
  *
49
49
  */
50
50
  "limit"?: number;
51
51
  /**
52
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
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 (`sortOrder`). Default order for
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, `ListInstances`) let you
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 (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
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.76.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
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: `ocid1.containerimage.oc1..exampleuniqueID`
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 `if-match`
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.76.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
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: `ocid1.containerimage.oc1..exampleuniqueID`
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 `if-match`
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.76.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
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 `if-match`
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.76.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
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: `ocid1.containerimage.oc1..exampleuniqueID`
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 `if-match`
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.76.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
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: `ocid1.containersignature.oc1..exampleuniqueID`
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 `if-match`
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.76.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
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: `ocid1.containerrepo.oc1..exampleuniqueID`
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 `if-match`
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.76.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
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: `ocid1.artifactrepository.oc1..exampleuniqueID`
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: `project01/my-web-app/artifact-abc`
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: `1.1.2` or `1.2-beta-2`
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 `artifactPath` and `version`. You can only update the tags of an artifact.
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 `if-match`
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.76.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
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: `ocid1.genericartifact.oc1..exampleuniqueID`
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 `if-match`
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.76.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
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: `ocid1.artifactrepository.oc1..exampleuniqueID`
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 `if-match`
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
  export interface CreateContainerImageSignatureResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateContainerRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerImageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerImageSignatureResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetGenericArtifactByPathResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetGenericArtifactResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RemoveContainerVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RestoreContainerImageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerImageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerImageSignatureResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateGenericArtifactByPathResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateGenericArtifactResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-artifacts",
3
- "version": "2.76.1",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"