oci-artifacts 2.102.1 → 2.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -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
@@ -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
@@ -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
@@ -17,7 +17,7 @@ Use this API to manage resources such as generic artifacts and container images.
17
17
  */
18
18
  export interface RepositorySummary {
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
  *
@@ -45,7 +45,7 @@ export interface RepositorySummary {
45
45
  "lifecycleState": string;
46
46
  /**
47
47
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
48
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
50
  Example: {@code {\"Department\": \"Finance\"}}
51
51
  *
@@ -55,7 +55,7 @@ export interface RepositorySummary {
55
55
  };
56
56
  /**
57
57
  * Defined tags for this resource. Each key is predefined and scoped to a
58
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
60
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
61
  *
@@ -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
@@ -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
@@ -17,7 +17,7 @@ Use this API to manage resources such as generic artifacts and container images.
17
17
  */
18
18
  export interface Repository {
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
  *
@@ -45,7 +45,7 @@ export interface Repository {
45
45
  "lifecycleState": Repository.LifecycleState;
46
46
  /**
47
47
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
48
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
50
  Example: {@code {\"Department\": \"Finance\"}}
51
51
  *
@@ -55,7 +55,7 @@ export interface Repository {
55
55
  };
56
56
  /**
57
57
  * Defined tags for this resource. Each key is predefined and scoped to a
58
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
60
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
61
  *
@@ -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
@@ -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
@@ -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
@@ -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
@@ -18,7 +18,7 @@ Use this API to manage resources such as generic artifacts and container images.
18
18
  export interface UpdateContainerImageDetails {
19
19
  /**
20
20
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
21
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
21
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
23
  Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
@@ -28,7 +28,7 @@ export interface UpdateContainerImageDetails {
28
28
  };
29
29
  /**
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
33
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
@@ -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
@@ -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
@@ -18,7 +18,7 @@ Use this API to manage resources such as generic artifacts and container images.
18
18
  export interface UpdateContainerImageSignatureDetails {
19
19
  /**
20
20
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
21
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
21
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
23
  Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
@@ -28,7 +28,7 @@ export interface UpdateContainerImageSignatureDetails {
28
28
  };
29
29
  /**
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
33
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
@@ -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
@@ -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
@@ -28,7 +28,7 @@ export interface UpdateContainerRepositoryDetails {
28
28
  "readme"?: model.ContainerRepositoryReadme;
29
29
  /**
30
30
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
31
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
33
  Example: {@code {\"Department\": \"Finance\"}}
34
34
  *
@@ -38,7 +38,7 @@ export interface UpdateContainerRepositoryDetails {
38
38
  };
39
39
  /**
40
40
  * Defined tags for this resource. Each key is predefined and scoped to a
41
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42
42
  * <p>
43
43
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
44
44
  *
@@ -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
@@ -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
@@ -18,7 +18,7 @@ Use this API to manage resources such as generic artifacts and container images.
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
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
21
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
23
  Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
@@ -28,7 +28,7 @@ export interface UpdateGenericArtifactByPathDetails {
28
28
  };
29
29
  /**
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
33
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
@@ -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
@@ -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
@@ -13,12 +13,12 @@ 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 [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
16
+ * Details for updating an artifact by providing its [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
17
17
  */
18
18
  export interface UpdateGenericArtifactDetails {
19
19
  /**
20
20
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
21
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
21
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
22
22
  * <p>
23
23
  Example: {@code {\"Department\": \"Finance\"}}
24
24
  *
@@ -28,7 +28,7 @@ export interface UpdateGenericArtifactDetails {
28
28
  };
29
29
  /**
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a
31
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
32
  * <p>
33
33
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
@@ -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
@@ -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
@@ -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
@@ -26,7 +26,7 @@ export interface UpdateRepositoryDetails {
26
26
  "description"?: string;
27
27
  /**
28
28
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
29
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
29
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
30
30
  * <p>
31
31
  Example: {@code {\"Department\": \"Finance\"}}
32
32
  *
@@ -36,7 +36,7 @@ export interface UpdateRepositoryDetails {
36
36
  };
37
37
  /**
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a
39
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40
40
  * <p>
41
41
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
42
42
  *
@@ -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
@@ -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/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerRepositoryCompartmentRequest 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/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRepositoryCompartmentRequest 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,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/latest/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
17
17
  */
18
18
  export interface CreateContainerImageSignatureRequest 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/latest/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
17
17
  */
18
18
  export interface CreateRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -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/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
16
16
  */
17
17
  export interface DeleteContainerImageRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
20
20
  * <p>
21
21
  Example: {@code ocid1.containerimage.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/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
16
16
  */
17
17
  export interface DeleteContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
20
20
  * <p>
21
21
  Example: {@code ocid1.containersignature.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/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
16
16
  */
17
17
  export interface DeleteContainerRepositoryRequest 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/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactByPathRequest 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/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactRequest 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/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
16
16
  */
17
17
  export interface DeleteRepositoryRequest 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/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
16
16
  */
17
17
  export interface GetContainerConfigurationRequest 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
  /**
@@ -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/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
16
16
  */
17
17
  export interface GetContainerImageRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
20
20
  * <p>
21
21
  Example: {@code ocid1.containerimage.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/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
16
16
  */
17
17
  export interface GetContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
20
20
  * <p>
21
21
  Example: {@code ocid1.containersignature.oc1..exampleuniqueID}
22
22
  *