oci-artifacts 2.102.2 → 2.104.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 (124) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/artifacts-waiter.d.ts +1 -1
  4. package/lib/artifacts-waiter.js +1 -1
  5. package/lib/client.d.ts +38 -38
  6. package/lib/client.js +38 -38
  7. package/lib/model/change-container-repository-compartment-details.d.ts +2 -2
  8. package/lib/model/change-container-repository-compartment-details.js +1 -1
  9. package/lib/model/change-repository-compartment-details.d.ts +2 -2
  10. package/lib/model/change-repository-compartment-details.js +1 -1
  11. package/lib/model/container-configuration.d.ts +1 -1
  12. package/lib/model/container-configuration.js +1 -1
  13. package/lib/model/container-image-collection.d.ts +1 -1
  14. package/lib/model/container-image-collection.js +1 -1
  15. package/lib/model/container-image-layer.d.ts +1 -1
  16. package/lib/model/container-image-layer.js +1 -1
  17. package/lib/model/container-image-signature-collection.d.ts +1 -1
  18. package/lib/model/container-image-signature-collection.js +1 -1
  19. package/lib/model/container-image-signature-summary.d.ts +7 -7
  20. package/lib/model/container-image-signature-summary.js +1 -1
  21. package/lib/model/container-image-signature.d.ts +8 -8
  22. package/lib/model/container-image-signature.js +1 -1
  23. package/lib/model/container-image-summary.d.ts +4 -4
  24. package/lib/model/container-image-summary.js +1 -1
  25. package/lib/model/container-image.d.ts +6 -6
  26. package/lib/model/container-image.js +1 -1
  27. package/lib/model/container-repository-collection.d.ts +1 -1
  28. package/lib/model/container-repository-collection.js +1 -1
  29. package/lib/model/container-repository-readme.d.ts +1 -1
  30. package/lib/model/container-repository-readme.js +1 -1
  31. package/lib/model/container-repository-summary.d.ts +4 -4
  32. package/lib/model/container-repository-summary.js +1 -1
  33. package/lib/model/container-repository.d.ts +4 -4
  34. package/lib/model/container-repository.js +1 -1
  35. package/lib/model/container-version.d.ts +1 -1
  36. package/lib/model/container-version.js +1 -1
  37. package/lib/model/create-container-image-signature-details.d.ts +7 -7
  38. package/lib/model/create-container-image-signature-details.js +1 -1
  39. package/lib/model/create-container-repository-details.d.ts +4 -4
  40. package/lib/model/create-container-repository-details.js +1 -1
  41. package/lib/model/create-generic-repository-details.d.ts +1 -1
  42. package/lib/model/create-generic-repository-details.js +1 -1
  43. package/lib/model/create-repository-details.d.ts +4 -4
  44. package/lib/model/create-repository-details.js +1 -1
  45. package/lib/model/generic-artifact-collection.d.ts +1 -1
  46. package/lib/model/generic-artifact-collection.js +1 -1
  47. package/lib/model/generic-artifact-summary.d.ts +5 -5
  48. package/lib/model/generic-artifact-summary.js +1 -1
  49. package/lib/model/generic-artifact.d.ts +6 -6
  50. package/lib/model/generic-artifact.js +1 -1
  51. package/lib/model/generic-repository-summary.d.ts +1 -1
  52. package/lib/model/generic-repository-summary.js +1 -1
  53. package/lib/model/generic-repository.d.ts +1 -1
  54. package/lib/model/generic-repository.js +1 -1
  55. package/lib/model/index.d.ts +1 -1
  56. package/lib/model/index.js +1 -1
  57. package/lib/model/remove-container-version-details.d.ts +1 -1
  58. package/lib/model/remove-container-version-details.js +1 -1
  59. package/lib/model/repository-collection.d.ts +1 -1
  60. package/lib/model/repository-collection.js +1 -1
  61. package/lib/model/repository-summary.d.ts +4 -4
  62. package/lib/model/repository-summary.js +1 -1
  63. package/lib/model/repository.d.ts +4 -4
  64. package/lib/model/repository.js +1 -1
  65. package/lib/model/restore-container-image-details.d.ts +1 -1
  66. package/lib/model/restore-container-image-details.js +1 -1
  67. package/lib/model/update-container-configuration-details.d.ts +1 -1
  68. package/lib/model/update-container-configuration-details.js +1 -1
  69. package/lib/model/update-container-image-details.d.ts +3 -3
  70. package/lib/model/update-container-image-details.js +1 -1
  71. package/lib/model/update-container-image-signature-details.d.ts +3 -3
  72. package/lib/model/update-container-image-signature-details.js +1 -1
  73. package/lib/model/update-container-repository-details.d.ts +3 -3
  74. package/lib/model/update-container-repository-details.js +1 -1
  75. package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
  76. package/lib/model/update-generic-artifact-by-path-details.js +1 -1
  77. package/lib/model/update-generic-artifact-details.d.ts +4 -4
  78. package/lib/model/update-generic-artifact-details.js +1 -1
  79. package/lib/model/update-generic-repository-details.d.ts +1 -1
  80. package/lib/model/update-generic-repository-details.js +1 -1
  81. package/lib/model/update-repository-details.d.ts +3 -3
  82. package/lib/model/update-repository-details.js +1 -1
  83. package/lib/request/change-container-repository-compartment-request.d.ts +2 -2
  84. package/lib/request/change-repository-compartment-request.d.ts +2 -2
  85. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  86. package/lib/request/create-container-repository-request.d.ts +1 -1
  87. package/lib/request/create-repository-request.d.ts +1 -1
  88. package/lib/request/delete-container-image-request.d.ts +2 -2
  89. package/lib/request/delete-container-image-signature-request.d.ts +2 -2
  90. package/lib/request/delete-container-repository-request.d.ts +2 -2
  91. package/lib/request/delete-generic-artifact-by-path-request.d.ts +2 -2
  92. package/lib/request/delete-generic-artifact-request.d.ts +2 -2
  93. package/lib/request/delete-repository-request.d.ts +2 -2
  94. package/lib/request/get-container-configuration-request.d.ts +2 -2
  95. package/lib/request/get-container-image-request.d.ts +2 -2
  96. package/lib/request/get-container-image-signature-request.d.ts +2 -2
  97. package/lib/request/get-container-repository-request.d.ts +2 -2
  98. package/lib/request/get-generic-artifact-by-path-request.d.ts +2 -2
  99. package/lib/request/get-generic-artifact-request.d.ts +2 -2
  100. package/lib/request/get-repository-request.d.ts +2 -2
  101. package/lib/request/index.d.ts +1 -1
  102. package/lib/request/index.js +1 -1
  103. package/lib/request/list-container-image-signatures-request.d.ts +6 -6
  104. package/lib/request/list-container-images-request.d.ts +4 -4
  105. package/lib/request/list-container-repositories-request.d.ts +4 -4
  106. package/lib/request/list-generic-artifacts-request.d.ts +4 -4
  107. package/lib/request/list-repositories-request.d.ts +4 -4
  108. package/lib/request/remove-container-version-request.d.ts +2 -2
  109. package/lib/request/restore-container-image-request.d.ts +2 -2
  110. package/lib/request/update-container-configuration-request.d.ts +2 -2
  111. package/lib/request/update-container-image-request.d.ts +2 -2
  112. package/lib/request/update-container-image-signature-request.d.ts +2 -2
  113. package/lib/request/update-container-repository-request.d.ts +2 -2
  114. package/lib/request/update-generic-artifact-by-path-request.d.ts +2 -2
  115. package/lib/request/update-generic-artifact-request.d.ts +3 -3
  116. package/lib/request/update-repository-request.d.ts +2 -2
  117. package/lib/response/index.d.ts +1 -1
  118. package/lib/response/index.js +1 -1
  119. package/lib/response/list-container-image-signatures-response.d.ts +1 -1
  120. package/lib/response/list-container-images-response.d.ts +1 -1
  121. package/lib/response/list-container-repositories-response.d.ts +1 -1
  122. package/lib/response/list-generic-artifacts-response.d.ts +1 -1
  123. package/lib/response/list-repositories-response.d.ts +1 -1
  124. package/package.json +3 -3
@@ -12,11 +12,11 @@
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/latest/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
16
16
  */
17
17
  export interface GetContainerRepositoryRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
20
20
  * <p>
21
21
  Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
22
22
  *
@@ -12,11 +12,11 @@
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/latest/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPathRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPathRequest.
16
16
  */
17
17
  export interface GetGenericArtifactByPathRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
20
20
  * <p>
21
21
  Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
22
22
  *
@@ -12,11 +12,11 @@
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/latest/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifactRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifactRequest.
16
16
  */
17
17
  export interface GetGenericArtifactRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
20
20
  * <p>
21
21
  Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
22
22
  *
@@ -12,11 +12,11 @@
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/latest/artifacts/GetRepository.ts.html |here} to see how to use GetRepositoryRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/GetRepository.ts.html |here} to see how to use GetRepositoryRequest.
16
16
  */
17
17
  export interface GetRepositoryRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
20
20
  * <p>
21
21
  Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
22
22
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -12,11 +12,11 @@
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/latest/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignaturesRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignaturesRequest.
16
16
  */
17
17
  export interface ListContainerImageSignaturesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
@@ -58,14 +58,14 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
58
58
  */
59
59
  "displayName"?: string;
60
60
  /**
61
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
61
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
62
62
  * <p>
63
63
  Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
64
64
  *
65
65
  */
66
66
  "kmsKeyId"?: string;
67
67
  /**
68
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
68
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
69
69
  * <p>
70
70
  Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
71
71
  *
@@ -78,7 +78,7 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
78
78
  /**
79
79
  * For list pagination. The maximum number of results per page, or items to return in a paginated
80
80
  * \"List\" call. For important details about how pagination works, see
81
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
81
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
82
82
  * <p>
83
83
  Example: {@code 50}
84
84
  *
@@ -87,7 +87,7 @@ export interface ListContainerImageSignaturesRequest extends common.BaseRequest
87
87
  /**
88
88
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
89
89
  * call. For important details about how pagination works, see
90
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
90
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
91
91
  *
92
92
  */
93
93
  "page"?: string;
@@ -12,11 +12,11 @@
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/latest/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImagesRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImagesRequest.
16
16
  */
17
17
  export interface ListContainerImagesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
@@ -70,7 +70,7 @@ export interface ListContainerImagesRequest extends common.BaseRequest {
70
70
  /**
71
71
  * For list pagination. The maximum number of results per page, or items to return in a paginated
72
72
  * \"List\" call. For important details about how pagination works, see
73
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
73
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
74
74
  * <p>
75
75
  Example: {@code 50}
76
76
  *
@@ -79,7 +79,7 @@ export interface ListContainerImagesRequest extends common.BaseRequest {
79
79
  /**
80
80
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
81
81
  * call. For important details about how pagination works, see
82
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
82
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
83
83
  *
84
84
  */
85
85
  "page"?: string;
@@ -12,11 +12,11 @@
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/latest/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositoriesRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositoriesRequest.
16
16
  */
17
17
  export interface ListContainerRepositoriesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
@@ -51,7 +51,7 @@ export interface ListContainerRepositoriesRequest extends common.BaseRequest {
51
51
  /**
52
52
  * For list pagination. The maximum number of results per page, or items to return in a paginated
53
53
  * \"List\" call. For important details about how pagination works, see
54
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
54
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
55
55
  * <p>
56
56
  Example: {@code 50}
57
57
  *
@@ -60,7 +60,7 @@ export interface ListContainerRepositoriesRequest extends common.BaseRequest {
60
60
  /**
61
61
  * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
62
62
  * call. For important details about how pagination works, see
63
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
63
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
64
64
  *
65
65
  */
66
66
  "page"?: string;
@@ -12,11 +12,11 @@
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/latest/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
16
16
  */
17
17
  export interface ListGenericArtifactsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
@@ -57,7 +57,7 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
57
57
  /**
58
58
  * For list pagination. The maximum number of results per page, or items to return in a paginated
59
59
  * \"List\" call. For important details about how pagination works, see
60
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
60
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
61
61
  * <p>
62
62
  Example: {@code 50}
63
63
  *
@@ -66,7 +66,7 @@ export interface ListGenericArtifactsRequest extends common.BaseRequest {
66
66
  /**
67
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
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
69
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
70
70
  *
71
71
  */
72
72
  "page"?: string;
@@ -12,11 +12,11 @@
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/latest/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
16
16
  */
17
17
  export interface ListRepositoriesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
@@ -42,7 +42,7 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
42
42
  /**
43
43
  * For list pagination. The maximum number of results per page, or items to return in a paginated
44
44
  * \"List\" call. For important details about how pagination works, see
45
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
45
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
46
  * <p>
47
47
  Example: {@code 50}
48
48
  *
@@ -51,7 +51,7 @@ export interface ListRepositoriesRequest extends common.BaseRequest {
51
51
  /**
52
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
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
54
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
55
55
  *
56
56
  */
57
57
  "page"?: string;
@@ -13,11 +13,11 @@
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/latest/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
17
17
  */
18
18
  export interface RemoveContainerVersionRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
21
21
  * <p>
22
22
  Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
23
23
  *
@@ -13,11 +13,11 @@
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/latest/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
17
17
  */
18
18
  export interface RestoreContainerImageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
21
21
  * <p>
22
22
  Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
23
23
  *
@@ -13,11 +13,11 @@
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/latest/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
17
17
  */
18
18
  export interface UpdateContainerConfigurationRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -13,11 +13,11 @@
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/latest/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
17
17
  */
18
18
  export interface UpdateContainerImageRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
21
21
  * <p>
22
22
  Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
23
23
  *
@@ -13,11 +13,11 @@
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/latest/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
17
17
  */
18
18
  export interface UpdateContainerImageSignatureRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
21
21
  * <p>
22
22
  Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
23
23
  *
@@ -13,11 +13,11 @@
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/latest/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
17
17
  */
18
18
  export interface UpdateContainerRepositoryRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
21
21
  * <p>
22
22
  Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
23
23
  *
@@ -13,11 +13,11 @@
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/latest/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
17
17
  */
18
18
  export interface UpdateGenericArtifactByPathRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
21
21
  * <p>
22
22
  Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
23
23
  *
@@ -13,18 +13,18 @@
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/latest/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
17
17
  */
18
18
  export interface UpdateGenericArtifactRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
21
21
  * <p>
22
22
  Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
23
23
  *
24
24
  */
25
25
  "artifactId": string;
26
26
  /**
27
- * Updates the artifact with the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can only update the tags of an artifact.
27
+ * Updates the artifact with the specified [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can only update the tags of an artifact.
28
28
  */
29
29
  "updateGenericArtifactDetails": model.UpdateGenericArtifactDetails;
30
30
  /**
@@ -13,11 +13,11 @@
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/latest/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
17
17
  */
18
18
  export interface UpdateRepositoryRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
21
21
  * <p>
22
22
  Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
23
23
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -15,7 +15,7 @@ export interface ListContainerImageSignaturesResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages
17
17
  * of results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListContainerImagesResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages
17
17
  * of results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListContainerRepositoriesResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages
17
17
  * of results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListGenericArtifactsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages
17
17
  * of results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListRepositoriesResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages
17
17
  * of results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-artifacts",
3
- "version": "2.102.2",
3
+ "version": "2.104.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.102.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.104.0",
19
+ "oci-workrequests": "2.104.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"