oci-artifacts 2.76.1 → 2.77.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.
Files changed (74) hide show
  1. package/lib/client.d.ts +39 -33
  2. package/lib/client.js +41 -32
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/container-image-signature-summary.d.ts +8 -8
  5. package/lib/model/container-image-signature.d.ts +8 -8
  6. package/lib/model/container-image-summary.d.ts +5 -5
  7. package/lib/model/container-image.d.ts +5 -5
  8. package/lib/model/container-repository-summary.d.ts +4 -4
  9. package/lib/model/container-repository.d.ts +4 -4
  10. package/lib/model/create-container-image-signature-details.d.ts +5 -5
  11. package/lib/model/create-container-repository-details.d.ts +2 -2
  12. package/lib/model/create-repository-details.d.ts +2 -2
  13. package/lib/model/generic-artifact-summary.d.ts +7 -7
  14. package/lib/model/generic-artifact.d.ts +7 -7
  15. package/lib/model/repository-summary.d.ts +3 -3
  16. package/lib/model/repository.d.ts +3 -3
  17. package/lib/model/update-container-image-details.d.ts +2 -2
  18. package/lib/model/update-container-image-signature-details.d.ts +2 -2
  19. package/lib/model/update-container-repository-details.d.ts +2 -2
  20. package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
  21. package/lib/model/update-generic-artifact-details.d.ts +2 -2
  22. package/lib/model/update-repository-details.d.ts +2 -2
  23. package/lib/request/change-container-repository-compartment-request.d.ts +3 -3
  24. package/lib/request/change-repository-compartment-request.d.ts +3 -3
  25. package/lib/request/create-container-image-signature-request.d.ts +2 -2
  26. package/lib/request/create-container-repository-request.d.ts +1 -1
  27. package/lib/request/create-repository-request.d.ts +1 -1
  28. package/lib/request/delete-container-image-request.d.ts +3 -3
  29. package/lib/request/delete-container-image-signature-request.d.ts +3 -3
  30. package/lib/request/delete-container-repository-request.d.ts +3 -3
  31. package/lib/request/delete-generic-artifact-by-path-request.d.ts +5 -5
  32. package/lib/request/delete-generic-artifact-request.d.ts +3 -3
  33. package/lib/request/delete-repository-request.d.ts +3 -3
  34. package/lib/request/get-container-configuration-request.d.ts +1 -1
  35. package/lib/request/get-container-image-request.d.ts +2 -2
  36. package/lib/request/get-container-image-signature-request.d.ts +2 -2
  37. package/lib/request/get-container-repository-request.d.ts +2 -2
  38. package/lib/request/get-generic-artifact-by-path-request.d.ts +4 -4
  39. package/lib/request/get-generic-artifact-request.d.ts +2 -2
  40. package/lib/request/get-repository-request.d.ts +2 -2
  41. package/lib/request/list-container-image-signatures-request.d.ts +11 -11
  42. package/lib/request/list-container-images-request.d.ts +9 -9
  43. package/lib/request/list-container-repositories-request.d.ts +7 -7
  44. package/lib/request/list-generic-artifacts-request.d.ts +8 -8
  45. package/lib/request/list-repositories-request.d.ts +6 -6
  46. package/lib/request/remove-container-version-request.d.ts +3 -3
  47. package/lib/request/restore-container-image-request.d.ts +3 -3
  48. package/lib/request/update-container-configuration-request.d.ts +2 -2
  49. package/lib/request/update-container-image-request.d.ts +3 -3
  50. package/lib/request/update-container-image-signature-request.d.ts +3 -3
  51. package/lib/request/update-container-repository-request.d.ts +3 -3
  52. package/lib/request/update-generic-artifact-by-path-request.d.ts +6 -6
  53. package/lib/request/update-generic-artifact-request.d.ts +3 -3
  54. package/lib/request/update-repository-request.d.ts +3 -3
  55. package/lib/response/create-container-image-signature-response.d.ts +1 -1
  56. package/lib/response/create-container-repository-response.d.ts +1 -1
  57. package/lib/response/create-repository-response.d.ts +1 -1
  58. package/lib/response/get-container-configuration-response.d.ts +1 -1
  59. package/lib/response/get-container-image-response.d.ts +1 -1
  60. package/lib/response/get-container-image-signature-response.d.ts +1 -1
  61. package/lib/response/get-container-repository-response.d.ts +1 -1
  62. package/lib/response/get-generic-artifact-by-path-response.d.ts +1 -1
  63. package/lib/response/get-generic-artifact-response.d.ts +1 -1
  64. package/lib/response/get-repository-response.d.ts +1 -1
  65. package/lib/response/remove-container-version-response.d.ts +1 -1
  66. package/lib/response/restore-container-image-response.d.ts +1 -1
  67. package/lib/response/update-container-configuration-response.d.ts +1 -1
  68. package/lib/response/update-container-image-response.d.ts +1 -1
  69. package/lib/response/update-container-image-signature-response.d.ts +1 -1
  70. package/lib/response/update-container-repository-response.d.ts +1 -1
  71. package/lib/response/update-generic-artifact-by-path-response.d.ts +1 -1
  72. package/lib/response/update-generic-artifact-response.d.ts +1 -1
  73. package/lib/response/update-repository-response.d.ts +1 -1
  74. package/package.json +3 -3
@@ -37,7 +37,7 @@ export interface CreateRepositoryDetails {
37
37
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
38
38
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
39
  * <p>
40
- Example: `{\"Department\": \"Finance\"}`
40
+ Example: {@code {\"Department\": \"Finance\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -47,7 +47,7 @@ export interface CreateRepositoryDetails {
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a
48
48
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
50
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
51
51
  *
52
52
  */
53
53
  "definedTags"?: {
@@ -19,14 +19,14 @@ export interface GenericArtifactSummary {
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
  "id": string;
26
26
  /**
27
- * The artifact name with the format of `<artifact-path>:<artifact-version>`. The artifact name is truncated to a maximum length of 255.
27
+ * The artifact name with the format of {@code <artifact-path>:<artifact-version>}. The artifact name is truncated to a maximum length of 255.
28
28
  * <p>
29
- Example: `project01/my-web-app/artifact-abc:1.0.0`
29
+ Example: {@code project01/my-web-app/artifact-abc:1.0.0}
30
30
  *
31
31
  */
32
32
  "displayName": string;
@@ -41,14 +41,14 @@ export interface GenericArtifactSummary {
41
41
  /**
42
42
  * A user-defined path to describe the location of an artifact. Slashes do not create a directory structure, but you can use slashes to organize the repository. An artifact path does not include an artifact version.
43
43
  * <p>
44
- Example: `project01/my-web-app/artifact-abc`
44
+ Example: {@code project01/my-web-app/artifact-abc}
45
45
  *
46
46
  */
47
47
  "artifactPath": string;
48
48
  /**
49
49
  * A user-defined string to describe the artifact version.
50
50
  * <p>
51
- Example: `1.1.0` or `1.2-beta-2`
51
+ Example: {@code 1.1.0} or {@code 1.2-beta-2}
52
52
  *
53
53
  */
54
54
  "version": string;
@@ -68,7 +68,7 @@ export interface GenericArtifactSummary {
68
68
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
69
69
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
- Example: `{\"Department\": \"Finance\"}`
71
+ Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
73
73
  */
74
74
  "freeformTags": {
@@ -78,7 +78,7 @@ export interface GenericArtifactSummary {
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a
79
79
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
81
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags": {
@@ -19,14 +19,14 @@ export interface GenericArtifact {
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
  "id": string;
26
26
  /**
27
- * The artifact name with the format of `<artifact-path>:<artifact-version>`. The artifact name is truncated to a maximum length of 255.
27
+ * The artifact name with the format of {@code <artifact-path>:<artifact-version>}. The artifact name is truncated to a maximum length of 255.
28
28
  * <p>
29
- Example: `project01/my-web-app/artifact-abc:1.0.0`
29
+ Example: {@code project01/my-web-app/artifact-abc:1.0.0}
30
30
  *
31
31
  */
32
32
  "displayName": string;
@@ -41,14 +41,14 @@ export interface GenericArtifact {
41
41
  /**
42
42
  * A user-defined path to describe the location of an artifact. Slashes do not create a directory structure, but you can use slashes to organize the repository. An artifact path does not include an artifact version.
43
43
  * <p>
44
- Example: `project01/my-web-app/artifact-abc`
44
+ Example: {@code project01/my-web-app/artifact-abc}
45
45
  *
46
46
  */
47
47
  "artifactPath": string;
48
48
  /**
49
49
  * A user-defined string to describe the artifact version.
50
50
  * <p>
51
- Example: `1.1.0` or `1.2-beta-2`
51
+ Example: {@code 1.1.0} or {@code 1.2-beta-2}
52
52
  *
53
53
  */
54
54
  "version": string;
@@ -68,7 +68,7 @@ export interface GenericArtifact {
68
68
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
69
69
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
- Example: `{\"Department\": \"Finance\"}`
71
+ Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
73
73
  */
74
74
  "freeformTags": {
@@ -78,7 +78,7 @@ export interface GenericArtifact {
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a
79
79
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
81
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags": {
@@ -19,7 +19,7 @@ export interface RepositorySummary {
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
  "id": string;
@@ -47,7 +47,7 @@ export interface RepositorySummary {
47
47
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
48
48
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
- Example: `{\"Department\": \"Finance\"}`
50
+ Example: {@code {\"Department\": \"Finance\"}}
51
51
  *
52
52
  */
53
53
  "freeformTags": {
@@ -57,7 +57,7 @@ export interface RepositorySummary {
57
57
  * Defined tags for this resource. Each key is predefined and scoped to a
58
58
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
60
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
61
  *
62
62
  */
63
63
  "definedTags": {
@@ -19,7 +19,7 @@ export interface Repository {
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
  "id": string;
@@ -47,7 +47,7 @@ export interface Repository {
47
47
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
48
48
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
- Example: `{\"Department\": \"Finance\"}`
50
+ Example: {@code {\"Department\": \"Finance\"}}
51
51
  *
52
52
  */
53
53
  "freeformTags": {
@@ -57,7 +57,7 @@ export interface Repository {
57
57
  * Defined tags for this resource. Each key is predefined and scoped to a
58
58
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
60
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
61
  *
62
62
  */
63
63
  "definedTags": {
@@ -20,7 +20,7 @@ export interface UpdateContainerImageDetails {
20
20
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
21
21
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
- Example: `{\"Department\": \"Finance\"}`
23
+ Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
25
25
  */
26
26
  "freeformTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateContainerImageDetails {
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
31
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
33
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
36
36
  "definedTags"?: {
@@ -20,7 +20,7 @@ export interface UpdateContainerImageSignatureDetails {
20
20
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
21
21
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
- Example: `{\"Department\": \"Finance\"}`
23
+ Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
25
25
  */
26
26
  "freeformTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateContainerImageSignatureDetails {
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
31
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
33
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
36
36
  "definedTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateContainerRepositoryDetails {
30
30
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
31
31
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
- Example: `{\"Department\": \"Finance\"}`
33
+ Example: {@code {\"Department\": \"Finance\"}}
34
34
  *
35
35
  */
36
36
  "freeformTags"?: {
@@ -40,7 +40,7 @@ export interface UpdateContainerRepositoryDetails {
40
40
  * Defined tags for this resource. Each key is predefined and scoped to a
41
41
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42
42
  * <p>
43
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
43
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
44
44
  *
45
45
  */
46
46
  "definedTags"?: {
@@ -13,14 +13,14 @@ Use this API to manage resources such as generic artifacts and container images.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
16
- * Details for updating an artifact by providing its `artifactPath` and `version`.
16
+ * Details for updating an artifact by providing its {@code artifactPath} and {@code version}.
17
17
  */
18
18
  export interface UpdateGenericArtifactByPathDetails {
19
19
  /**
20
20
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
21
21
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
- Example: `{\"Department\": \"Finance\"}`
23
+ Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
25
25
  */
26
26
  "freeformTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateGenericArtifactByPathDetails {
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
31
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
33
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
36
36
  "definedTags"?: {
@@ -20,7 +20,7 @@ export interface UpdateGenericArtifactDetails {
20
20
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
21
21
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
- Example: `{\"Department\": \"Finance\"}`
23
+ Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
25
25
  */
26
26
  "freeformTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateGenericArtifactDetails {
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
31
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
33
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
36
36
  "definedTags"?: {
@@ -28,7 +28,7 @@ export interface UpdateRepositoryDetails {
28
28
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
29
29
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
30
30
  * <p>
31
- Example: `{\"Department\": \"Finance\"}`
31
+ Example: {@code {\"Department\": \"Finance\"}}
32
32
  *
33
33
  */
34
34
  "freeformTags"?: {
@@ -38,7 +38,7 @@ export interface UpdateRepositoryDetails {
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a
39
39
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40
40
  * <p>
41
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
41
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
42
42
  *
43
43
  */
44
44
  "definedTags"?: {
@@ -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/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerRepositoryCompartmentRequest 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 ChangeContainerRepositoryCompartmentRequest extends common.Base
28
28
  */
29
29
  "changeContainerRepositoryCompartmentDetails": model.ChangeContainerRepositoryCompartmentDetails;
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/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRepositoryCompartmentRequest 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 ChangeRepositoryCompartmentRequest extends common.BaseRequest {
28
28
  */
29
29
  "changeRepositoryCompartmentDetails": model.ChangeRepositoryCompartmentDetails;
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/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
17
17
  */
18
18
  export interface CreateContainerImageSignatureRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface CreateContainerImageSignatureRequest extends common.BaseRequest
36
36
  */
37
37
  "opcRetryToken"?: string;
38
38
  /**
39
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
39
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
40
40
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
41
41
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
42
42
  *
@@ -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/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
17
17
  */
18
18
  export interface CreateContainerRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -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/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
17
17
  */
18
18
  export interface CreateRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -12,18 +12,18 @@
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/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
16
16
  */
17
17
  export interface DeleteContainerImageRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
20
20
  * <p>
21
- Example: `ocid1.containerimage.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "imageId": string;
25
25
  /**
26
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
26
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
27
27
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
28
28
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  *
@@ -12,13 +12,13 @@
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/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
16
16
  */
17
17
  export interface DeleteContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
20
20
  * <p>
21
- Example: `ocid1.containersignature.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "imageSignatureId": string;
@@ -29,7 +29,7 @@ export interface DeleteContainerImageSignatureRequest extends common.BaseRequest
29
29
  */
30
30
  "opcRequestId"?: string;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
33
33
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34
34
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
35
35
  *
@@ -12,18 +12,18 @@
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/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
16
16
  */
17
17
  export interface DeleteContainerRepositoryRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
20
20
  * <p>
21
- Example: `ocid1.containerrepo.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "repositoryId": string;
25
25
  /**
26
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
26
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
27
27
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
28
28
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  *
@@ -12,32 +12,32 @@
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/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactByPathRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
20
20
  * <p>
21
- Example: `ocid1.artifactrepository.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "repositoryId": string;
25
25
  /**
26
26
  * 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.
27
27
  * <p>
28
- Example: `project01/my-web-app/artifact-abc`
28
+ Example: {@code project01/my-web-app/artifact-abc}
29
29
  *
30
30
  */
31
31
  "artifactPath": string;
32
32
  /**
33
33
  * A user-defined string to describe the artifact version.
34
34
  * <p>
35
- Example: `1.1.2` or `1.2-beta-2`
35
+ Example: {@code 1.1.2} or {@code 1.2-beta-2}
36
36
  *
37
37
  */
38
38
  "version": string;
39
39
  /**
40
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
40
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
41
41
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
42
42
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
43
43
  *
@@ -12,18 +12,18 @@
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/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
20
20
  * <p>
21
- Example: `ocid1.genericartifact.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "artifactId": string;
25
25
  /**
26
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
26
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
27
27
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
28
28
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  *
@@ -12,18 +12,18 @@
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/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
16
16
  */
17
17
  export interface DeleteRepositoryRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
20
20
  * <p>
21
- Example: `ocid1.artifactrepository.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "repositoryId": string;
25
25
  /**
26
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
26
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
27
27
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
28
28
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  *
@@ -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/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
16
16
  */
17
17
  export interface GetContainerConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,13 +12,13 @@
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/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
16
16
  */
17
17
  export interface GetContainerImageRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
20
20
  * <p>
21
- Example: `ocid1.containerimage.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "imageId": string;
@@ -12,13 +12,13 @@
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/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
16
16
  */
17
17
  export interface GetContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
20
20
  * <p>
21
- Example: `ocid1.containersignature.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "imageSignatureId": string;
@@ -12,13 +12,13 @@
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/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
16
16
  */
17
17
  export interface GetContainerRepositoryRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
20
20
  * <p>
21
- Example: `ocid1.containerrepo.oc1..exampleuniqueID`
21
+ Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
22
22
  *
23
23
  */
24
24
  "repositoryId": string;