oci-marketplacepublisher 2.76.1 → 2.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/lib/client.d.ts +71 -71
  2. package/lib/client.js +71 -71
  3. package/lib/model/artifact-summary.d.ts +5 -5
  4. package/lib/model/artifact.d.ts +5 -5
  5. package/lib/model/category-summary.d.ts +2 -2
  6. package/lib/model/category.d.ts +2 -2
  7. package/lib/model/create-artifact-details.d.ts +2 -2
  8. package/lib/model/create-listing-details.d.ts +2 -2
  9. package/lib/model/create-listing-revision-attachment-details.d.ts +2 -2
  10. package/lib/model/create-listing-revision-details.d.ts +2 -2
  11. package/lib/model/create-listing-revision-note-details.d.ts +2 -2
  12. package/lib/model/create-listing-revision-package-details.d.ts +2 -2
  13. package/lib/model/create-term-details.d.ts +2 -2
  14. package/lib/model/listing-revision-attachment-summary.d.ts +5 -5
  15. package/lib/model/listing-revision-attachment.d.ts +3 -3
  16. package/lib/model/listing-revision-note-summary.d.ts +5 -5
  17. package/lib/model/listing-revision-note.d.ts +5 -5
  18. package/lib/model/listing-revision-package-summary.d.ts +5 -5
  19. package/lib/model/listing-revision-package.d.ts +6 -6
  20. package/lib/model/listing-revision-summary.d.ts +5 -5
  21. package/lib/model/listing-revision.d.ts +3 -3
  22. package/lib/model/listing-summary.d.ts +5 -5
  23. package/lib/model/listing.d.ts +6 -6
  24. package/lib/model/market-summary.d.ts +2 -2
  25. package/lib/model/market.d.ts +2 -2
  26. package/lib/model/product-summary.d.ts +2 -2
  27. package/lib/model/product.d.ts +2 -2
  28. package/lib/model/publisher-summary.d.ts +3 -3
  29. package/lib/model/publisher.d.ts +3 -3
  30. package/lib/model/term-summary.d.ts +5 -5
  31. package/lib/model/term-version-summary.d.ts +5 -5
  32. package/lib/model/term-version.d.ts +5 -5
  33. package/lib/model/term.d.ts +5 -5
  34. package/lib/model/update-artifact-details.d.ts +2 -2
  35. package/lib/model/update-listing-details.d.ts +2 -2
  36. package/lib/model/update-listing-revision-attachment-details.d.ts +2 -2
  37. package/lib/model/update-listing-revision-details.d.ts +2 -2
  38. package/lib/model/update-listing-revision-package-details.d.ts +2 -2
  39. package/lib/model/update-term-details.d.ts +2 -2
  40. package/lib/model/update-term-version-details.d.ts +2 -2
  41. package/lib/request/activate-term-version-request.d.ts +2 -2
  42. package/lib/request/cancel-work-request-request.d.ts +2 -2
  43. package/lib/request/cascading-delete-listing-request.d.ts +2 -2
  44. package/lib/request/cascading-delete-listing-revision-request.d.ts +2 -2
  45. package/lib/request/change-artifact-compartment-request.d.ts +2 -2
  46. package/lib/request/change-listing-compartment-request.d.ts +2 -2
  47. package/lib/request/change-listing-revision-to-new-status-request.d.ts +2 -2
  48. package/lib/request/change-term-compartment-request.d.ts +2 -2
  49. package/lib/request/clone-listing-revision-request.d.ts +2 -2
  50. package/lib/request/create-artifact-request.d.ts +1 -1
  51. package/lib/request/create-listing-request.d.ts +1 -1
  52. package/lib/request/create-listing-revision-attachment-request.d.ts +1 -1
  53. package/lib/request/create-listing-revision-note-request.d.ts +1 -1
  54. package/lib/request/create-listing-revision-package-request.d.ts +1 -1
  55. package/lib/request/create-listing-revision-request.d.ts +1 -1
  56. package/lib/request/create-term-request.d.ts +1 -1
  57. package/lib/request/create-term-version-request.d.ts +1 -1
  58. package/lib/request/delete-artifact-request.d.ts +2 -2
  59. package/lib/request/delete-listing-request.d.ts +2 -2
  60. package/lib/request/delete-listing-revision-attachment-request.d.ts +2 -2
  61. package/lib/request/delete-listing-revision-note-request.d.ts +2 -2
  62. package/lib/request/delete-listing-revision-package-request.d.ts +2 -2
  63. package/lib/request/delete-listing-revision-request.d.ts +2 -2
  64. package/lib/request/delete-term-request.d.ts +2 -2
  65. package/lib/request/delete-term-version-request.d.ts +2 -2
  66. package/lib/request/get-artifact-request.d.ts +1 -1
  67. package/lib/request/get-category-request.d.ts +1 -1
  68. package/lib/request/get-listing-request.d.ts +1 -1
  69. package/lib/request/get-listing-revision-attachment-request.d.ts +1 -1
  70. package/lib/request/get-listing-revision-note-request.d.ts +1 -1
  71. package/lib/request/get-listing-revision-package-request.d.ts +1 -1
  72. package/lib/request/get-listing-revision-request.d.ts +1 -1
  73. package/lib/request/get-market-request.d.ts +1 -1
  74. package/lib/request/get-product-request.d.ts +1 -1
  75. package/lib/request/get-publisher-request.d.ts +1 -1
  76. package/lib/request/get-term-request.d.ts +1 -1
  77. package/lib/request/get-term-version-request.d.ts +1 -1
  78. package/lib/request/get-work-request-request.d.ts +1 -1
  79. package/lib/request/list-artifacts-request.d.ts +2 -2
  80. package/lib/request/list-categories-request.d.ts +2 -2
  81. package/lib/request/list-listing-revision-attachments-request.d.ts +2 -2
  82. package/lib/request/list-listing-revision-notes-request.d.ts +2 -2
  83. package/lib/request/list-listing-revision-packages-request.d.ts +2 -2
  84. package/lib/request/list-listing-revisions-request.d.ts +2 -2
  85. package/lib/request/list-listings-request.d.ts +2 -2
  86. package/lib/request/list-markets-request.d.ts +2 -2
  87. package/lib/request/list-products-request.d.ts +2 -2
  88. package/lib/request/list-publishers-request.d.ts +2 -2
  89. package/lib/request/list-term-versions-request.d.ts +2 -2
  90. package/lib/request/list-terms-request.d.ts +2 -2
  91. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  92. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  93. package/lib/request/list-work-requests-request.d.ts +2 -2
  94. package/lib/request/mark-listing-revision-package-as-default-request.d.ts +2 -2
  95. package/lib/request/publish-listing-revision-as-private-request.d.ts +2 -2
  96. package/lib/request/publish-listing-revision-package-request.d.ts +2 -2
  97. package/lib/request/publish-listing-revision-request.d.ts +2 -2
  98. package/lib/request/submit-listing-revision-for-review-request.d.ts +2 -2
  99. package/lib/request/un-publish-listing-revision-package-request.d.ts +2 -2
  100. package/lib/request/update-artifact-request.d.ts +2 -2
  101. package/lib/request/update-listing-request.d.ts +2 -2
  102. package/lib/request/update-listing-revision-attachment-content-request.d.ts +2 -2
  103. package/lib/request/update-listing-revision-attachment-request.d.ts +2 -2
  104. package/lib/request/update-listing-revision-icon-content-request.d.ts +2 -2
  105. package/lib/request/update-listing-revision-package-request.d.ts +2 -2
  106. package/lib/request/update-listing-revision-request.d.ts +2 -2
  107. package/lib/request/update-term-request.d.ts +2 -2
  108. package/lib/request/update-term-version-content-request.d.ts +2 -2
  109. package/lib/request/update-term-version-request.d.ts +2 -2
  110. package/lib/request/validate-and-publish-artifact-request.d.ts +2 -2
  111. package/lib/request/withdraw-listing-revision-request.d.ts +2 -2
  112. package/lib/response/activate-term-version-response.d.ts +1 -1
  113. package/lib/response/change-listing-revision-to-new-status-response.d.ts +1 -1
  114. package/lib/response/create-listing-response.d.ts +1 -1
  115. package/lib/response/create-listing-revision-attachment-response.d.ts +1 -1
  116. package/lib/response/create-listing-revision-note-response.d.ts +1 -1
  117. package/lib/response/create-listing-revision-package-response.d.ts +1 -1
  118. package/lib/response/create-listing-revision-response.d.ts +1 -1
  119. package/lib/response/create-term-response.d.ts +1 -1
  120. package/lib/response/create-term-version-response.d.ts +1 -1
  121. package/lib/response/get-artifact-response.d.ts +1 -1
  122. package/lib/response/get-category-response.d.ts +1 -1
  123. package/lib/response/get-listing-response.d.ts +1 -1
  124. package/lib/response/get-listing-revision-attachment-response.d.ts +1 -1
  125. package/lib/response/get-listing-revision-note-response.d.ts +1 -1
  126. package/lib/response/get-listing-revision-package-response.d.ts +1 -1
  127. package/lib/response/get-listing-revision-response.d.ts +1 -1
  128. package/lib/response/get-market-response.d.ts +1 -1
  129. package/lib/response/get-product-response.d.ts +1 -1
  130. package/lib/response/get-publisher-response.d.ts +1 -1
  131. package/lib/response/get-term-response.d.ts +1 -1
  132. package/lib/response/get-term-version-response.d.ts +1 -1
  133. package/lib/response/get-work-request-response.d.ts +1 -1
  134. package/lib/response/list-artifacts-response.d.ts +1 -1
  135. package/lib/response/list-categories-response.d.ts +1 -1
  136. package/lib/response/list-listing-revision-attachments-response.d.ts +1 -1
  137. package/lib/response/list-listing-revision-notes-response.d.ts +1 -1
  138. package/lib/response/list-listing-revision-packages-response.d.ts +1 -1
  139. package/lib/response/list-listing-revisions-response.d.ts +1 -1
  140. package/lib/response/list-listings-response.d.ts +1 -1
  141. package/lib/response/list-markets-response.d.ts +1 -1
  142. package/lib/response/list-products-response.d.ts +1 -1
  143. package/lib/response/list-publishers-response.d.ts +1 -1
  144. package/lib/response/list-term-versions-response.d.ts +1 -1
  145. package/lib/response/list-terms-response.d.ts +1 -1
  146. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  147. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  148. package/lib/response/list-work-requests-response.d.ts +1 -1
  149. package/lib/response/submit-listing-revision-for-review-response.d.ts +1 -1
  150. package/lib/response/update-listing-response.d.ts +1 -1
  151. package/lib/response/update-listing-revision-attachment-content-response.d.ts +1 -1
  152. package/lib/response/update-listing-revision-attachment-response.d.ts +1 -1
  153. package/lib/response/update-listing-revision-icon-content-response.d.ts +1 -1
  154. package/lib/response/update-listing-revision-package-response.d.ts +1 -1
  155. package/lib/response/update-listing-revision-response.d.ts +1 -1
  156. package/lib/response/update-term-response.d.ts +1 -1
  157. package/lib/response/update-term-version-content-response.d.ts +1 -1
  158. package/lib/response/update-term-version-response.d.ts +1 -1
  159. package/package.json +3 -3
@@ -44,7 +44,7 @@ export interface Listing {
44
44
  * <p>
45
45
  For example:
46
46
  * <p>
47
- `{\"listingRevisionStatus\": \"Published\",\"listingRevision\": \"1\" }`
47
+ {@code {\"listingRevisionStatus\": \"Published\",\"listingRevision\": \"1\" }}
48
48
  *
49
49
  */
50
50
  "extendedMetadata"?: {
@@ -57,20 +57,20 @@ export interface Listing {
57
57
  /**
58
58
  * The date and time the listing was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
59
59
  * <p>
60
- Example: `2023-03-27T21:10:29.600Z`
60
+ Example: {@code 2023-03-27T21:10:29.600Z}
61
61
  *
62
62
  */
63
63
  "timeCreated": Date;
64
64
  /**
65
65
  * The date and time the listing was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
66
66
  * <p>
67
- Example: `2023-03-27T21:10:29.600Z`
67
+ Example: {@code 2023-03-27T21:10:29.600Z}
68
68
  *
69
69
  */
70
70
  "timeUpdated": Date;
71
71
  /**
72
72
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
73
- * Example: `{\"bar-key\": \"value\"}`
73
+ * Example: {@code {\"bar-key\": \"value\"}}
74
74
  *
75
75
  */
76
76
  "freeformTags"?: {
@@ -78,7 +78,7 @@ export interface Listing {
78
78
  };
79
79
  /**
80
80
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
81
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
81
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags"?: {
@@ -88,7 +88,7 @@ export interface Listing {
88
88
  };
89
89
  /**
90
90
  * System tags for this resource. Each key is predefined and scoped to a namespace.
91
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
91
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
92
92
  *
93
93
  */
94
94
  "systemTags"?: {
@@ -37,14 +37,14 @@ export interface MarketSummary {
37
37
  /**
38
38
  * The date and time the market was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
39
39
  * <p>
40
- Example: `2022-09-15T21:10:29.600Z`
40
+ Example: {@code 2022-09-15T21:10:29.600Z}
41
41
  *
42
42
  */
43
43
  "timeCreated": Date;
44
44
  /**
45
45
  * The date and time the market was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
46
46
  * <p>
47
- Example: `2022-09-15T21:10:29.600Z`
47
+ Example: {@code 2022-09-15T21:10:29.600Z}
48
48
  *
49
49
  */
50
50
  "timeUpdated": Date;
@@ -41,14 +41,14 @@ export interface Market {
41
41
  /**
42
42
  * The date and time the market was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
43
43
  * <p>
44
- Example: `2022-09-15T21:10:29.600Z`
44
+ Example: {@code 2022-09-15T21:10:29.600Z}
45
45
  *
46
46
  */
47
47
  "timeCreated": Date;
48
48
  /**
49
49
  * The date and time the market was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
50
  * <p>
51
- Example: `2022-09-15T21:10:29.600Z`
51
+ Example: {@code 2022-09-15T21:10:29.600Z}
52
52
  *
53
53
  */
54
54
  "timeUpdated": Date;
@@ -33,14 +33,14 @@ export interface ProductSummary {
33
33
  /**
34
34
  * The date and time the product was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
35
35
  * <p>
36
- Example: `2022-09-15T21:10:29.600Z`
36
+ Example: {@code 2022-09-15T21:10:29.600Z}
37
37
  *
38
38
  */
39
39
  "timeCreated": Date;
40
40
  /**
41
41
  * The date and time the product was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
42
42
  * <p>
43
- Example: `2022-09-15T21:10:29.600Z`
43
+ Example: {@code 2022-09-15T21:10:29.600Z}
44
44
  *
45
45
  */
46
46
  "timeUpdated": Date;
@@ -33,14 +33,14 @@ export interface Product {
33
33
  /**
34
34
  * The date and time the product was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
35
35
  * <p>
36
- Example: `2022-09-15T21:10:29.600Z`
36
+ Example: {@code 2022-09-15T21:10:29.600Z}
37
37
  *
38
38
  */
39
39
  "timeCreated": Date;
40
40
  /**
41
41
  * The date and time the product was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
42
42
  * <p>
43
- Example: `2022-09-15T21:10:29.600Z`
43
+ Example: {@code 2022-09-15T21:10:29.600Z}
44
44
  *
45
45
  */
46
46
  "timeUpdated": Date;
@@ -86,7 +86,7 @@ export interface PublisherSummary {
86
86
  "timeUpdated": Date;
87
87
  /**
88
88
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
89
- * Example: `{\"bar-key\": \"value\"}`
89
+ * Example: {@code {\"bar-key\": \"value\"}}
90
90
  *
91
91
  */
92
92
  "freeformTags"?: {
@@ -94,7 +94,7 @@ export interface PublisherSummary {
94
94
  };
95
95
  /**
96
96
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
97
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
97
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
98
98
  *
99
99
  */
100
100
  "definedTags"?: {
@@ -104,7 +104,7 @@ export interface PublisherSummary {
104
104
  };
105
105
  /**
106
106
  * System tags for this resource. Each key is predefined and scoped to a namespace.
107
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
107
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
108
108
  *
109
109
  */
110
110
  "systemTags"?: {
@@ -96,7 +96,7 @@ export interface Publisher {
96
96
  "timeUpdated": Date;
97
97
  /**
98
98
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
99
- * Example: `{\"bar-key\": \"value\"}`
99
+ * Example: {@code {\"bar-key\": \"value\"}}
100
100
  *
101
101
  */
102
102
  "freeformTags"?: {
@@ -104,7 +104,7 @@ export interface Publisher {
104
104
  };
105
105
  /**
106
106
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
107
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
107
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
108
108
  *
109
109
  */
110
110
  "definedTags"?: {
@@ -114,7 +114,7 @@ export interface Publisher {
114
114
  };
115
115
  /**
116
116
  * System tags for this resource. Each key is predefined and scoped to a namespace.
117
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
117
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
118
118
  *
119
119
  */
120
120
  "systemTags"?: {
@@ -37,20 +37,20 @@ export interface TermSummary {
37
37
  /**
38
38
  * The date and time the resource was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
39
39
  * <p>
40
- Example: `2022-09-15T21:10:29.600Z`
40
+ Example: {@code 2022-09-15T21:10:29.600Z}
41
41
  *
42
42
  */
43
43
  "timeCreated": Date;
44
44
  /**
45
45
  * The date and time the resource was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
46
46
  * <p>
47
- Example: `2022-09-15T21:10:29.600Z`
47
+ Example: {@code 2022-09-15T21:10:29.600Z}
48
48
  *
49
49
  */
50
50
  "timeUpdated": Date;
51
51
  /**
52
52
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
53
- * Example: `{\"bar-key\": \"value\"}`
53
+ * Example: {@code {\"bar-key\": \"value\"}}
54
54
  *
55
55
  */
56
56
  "freeformTags"?: {
@@ -58,7 +58,7 @@ export interface TermSummary {
58
58
  };
59
59
  /**
60
60
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
61
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
61
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
62
62
  *
63
63
  */
64
64
  "definedTags"?: {
@@ -68,7 +68,7 @@ export interface TermSummary {
68
68
  };
69
69
  /**
70
70
  * System tags for this resource. Each key is predefined and scoped to a namespace.
71
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
71
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
72
72
  *
73
73
  */
74
74
  "systemTags"?: {
@@ -37,20 +37,20 @@ export interface TermVersionSummary {
37
37
  /**
38
38
  * The date and time the term version was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
39
39
  * <p>
40
- Example: `2022-09-15T21:10:29.600Z`
40
+ Example: {@code 2022-09-15T21:10:29.600Z}
41
41
  *
42
42
  */
43
43
  "timeCreated": Date;
44
44
  /**
45
45
  * The date and time the time version was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
46
46
  * <p>
47
- Example: `2022-09-15T21:10:29.600Z`
47
+ Example: {@code 2022-09-15T21:10:29.600Z}
48
48
  *
49
49
  */
50
50
  "timeUpdated": Date;
51
51
  /**
52
52
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
53
- * Example: `{\"bar-key\": \"value\"}`
53
+ * Example: {@code {\"bar-key\": \"value\"}}
54
54
  *
55
55
  */
56
56
  "freeformTags"?: {
@@ -58,7 +58,7 @@ export interface TermVersionSummary {
58
58
  };
59
59
  /**
60
60
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
61
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
61
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
62
62
  *
63
63
  */
64
64
  "definedTags"?: {
@@ -68,7 +68,7 @@ export interface TermVersionSummary {
68
68
  };
69
69
  /**
70
70
  * System tags for this resource. Each key is predefined and scoped to a namespace.
71
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
71
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
72
72
  *
73
73
  */
74
74
  "systemTags"?: {
@@ -51,20 +51,20 @@ export interface TermVersion {
51
51
  /**
52
52
  * The date and time the term version was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
53
53
  * <p>
54
- Example: `2022-09-15T21:10:29.600Z`
54
+ Example: {@code 2022-09-15T21:10:29.600Z}
55
55
  *
56
56
  */
57
57
  "timeCreated": Date;
58
58
  /**
59
59
  * The date and time the term version was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
60
60
  * <p>
61
- Example: `2022-09-15T21:10:29.600Z`
61
+ Example: {@code 2022-09-15T21:10:29.600Z}
62
62
  *
63
63
  */
64
64
  "timeUpdated": Date;
65
65
  /**
66
66
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
67
- * Example: `{\"bar-key\": \"value\"}`
67
+ * Example: {@code {\"bar-key\": \"value\"}}
68
68
  *
69
69
  */
70
70
  "freeformTags"?: {
@@ -72,7 +72,7 @@ export interface TermVersion {
72
72
  };
73
73
  /**
74
74
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
75
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
75
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
76
76
  *
77
77
  */
78
78
  "definedTags"?: {
@@ -82,7 +82,7 @@ export interface TermVersion {
82
82
  };
83
83
  /**
84
84
  * System tags for this resource. Each key is predefined and scoped to a namespace.
85
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
85
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
86
86
  *
87
87
  */
88
88
  "systemTags"?: {
@@ -41,20 +41,20 @@ export interface Term {
41
41
  /**
42
42
  * The date and time the term was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
43
43
  * <p>
44
- Example: `2022-09-15T21:10:29.600Z`
44
+ Example: {@code 2022-09-15T21:10:29.600Z}
45
45
  *
46
46
  */
47
47
  "timeCreated": Date;
48
48
  /**
49
49
  * The date and time the term was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
50
  * <p>
51
- Example: `2022-09-15T21:10:29.600Z`
51
+ Example: {@code 2022-09-15T21:10:29.600Z}
52
52
  *
53
53
  */
54
54
  "timeUpdated": Date;
55
55
  /**
56
56
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
57
- * Example: `{\"bar-key\": \"value\"}`
57
+ * Example: {@code {\"bar-key\": \"value\"}}
58
58
  *
59
59
  */
60
60
  "freeformTags"?: {
@@ -62,7 +62,7 @@ export interface Term {
62
62
  };
63
63
  /**
64
64
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
65
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
65
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
66
66
  *
67
67
  */
68
68
  "definedTags"?: {
@@ -72,7 +72,7 @@ export interface Term {
72
72
  };
73
73
  /**
74
74
  * System tags for this resource. Each key is predefined and scoped to a namespace.
75
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
75
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
76
76
  *
77
77
  */
78
78
  "systemTags"?: {
@@ -25,7 +25,7 @@ export interface UpdateArtifactDetails {
25
25
  "displayName"?: string;
26
26
  /**
27
27
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
28
- * Example: `{\"bar-key\": \"value\"}`
28
+ * Example: {@code {\"bar-key\": \"value\"}}
29
29
  *
30
30
  */
31
31
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateArtifactDetails {
33
33
  };
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
36
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -16,7 +16,7 @@
16
16
  export interface UpdateListingDetails {
17
17
  /**
18
18
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
19
- * Example: `{\"bar-key\": \"value\"}`
19
+ * Example: {@code {\"bar-key\": \"value\"}}
20
20
  *
21
21
  */
22
22
  "freeformTags"?: {
@@ -24,7 +24,7 @@ export interface UpdateListingDetails {
24
24
  };
25
25
  /**
26
26
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
27
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
27
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
28
28
  *
29
29
  */
30
30
  "definedTags"?: {
@@ -25,7 +25,7 @@ export interface UpdateListingRevisionAttachmentDetails {
25
25
  "description"?: string;
26
26
  /**
27
27
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
28
- * Example: `{\"bar-key\": \"value\"}`
28
+ * Example: {@code {\"bar-key\": \"value\"}}
29
29
  *
30
30
  */
31
31
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateListingRevisionAttachmentDetails {
33
33
  };
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
36
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -75,7 +75,7 @@ export interface UpdateListingRevisionDetails {
75
75
  "pricingType"?: string;
76
76
  /**
77
77
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
78
- * Example: `{\"bar-key\": \"value\"}`
78
+ * Example: {@code {\"bar-key\": \"value\"}}
79
79
  *
80
80
  */
81
81
  "freeformTags"?: {
@@ -83,7 +83,7 @@ export interface UpdateListingRevisionDetails {
83
83
  };
84
84
  /**
85
85
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
86
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
86
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
87
87
  *
88
88
  */
89
89
  "definedTags"?: {
@@ -44,7 +44,7 @@ export interface UpdateListingRevisionPackageDetails {
44
44
  "areSecurityUpgradesProvided"?: boolean;
45
45
  /**
46
46
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
47
- * Example: `{\"bar-key\": \"value\"}`
47
+ * Example: {@code {\"bar-key\": \"value\"}}
48
48
  *
49
49
  */
50
50
  "freeformTags"?: {
@@ -52,7 +52,7 @@ export interface UpdateListingRevisionPackageDetails {
52
52
  };
53
53
  /**
54
54
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
55
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
55
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
56
56
  *
57
57
  */
58
58
  "definedTags"?: {
@@ -16,7 +16,7 @@
16
16
  export interface UpdateTermDetails {
17
17
  /**
18
18
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
19
- * Example: `{\"bar-key\": \"value\"}`
19
+ * Example: {@code {\"bar-key\": \"value\"}}
20
20
  *
21
21
  */
22
22
  "freeformTags"?: {
@@ -24,7 +24,7 @@ export interface UpdateTermDetails {
24
24
  };
25
25
  /**
26
26
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
27
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
27
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
28
28
  *
29
29
  */
30
30
  "definedTags"?: {
@@ -20,7 +20,7 @@ export interface UpdateTermVersionDetails {
20
20
  "displayName"?: string;
21
21
  /**
22
22
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
23
- * Example: `{\"bar-key\": \"value\"}`
23
+ * Example: {@code {\"bar-key\": \"value\"}}
24
24
  *
25
25
  */
26
26
  "freeformTags"?: {
@@ -28,7 +28,7 @@ export interface UpdateTermVersionDetails {
28
28
  };
29
29
  /**
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
31
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
31
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
32
32
  *
33
33
  */
34
34
  "definedTags"?: {
@@ -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/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersionRequest.
16
16
  */
17
17
  export interface ActivateTermVersionRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ActivateTermVersionRequest extends common.BaseRequest {
21
21
  "termVersionId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
21
21
  "workRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListingRequest.
16
16
  */
17
17
  export interface CascadingDeleteListingRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CascadingDeleteListingRequest extends common.BaseRequest {
21
21
  "listingId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevisionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevisionRequest.
16
16
  */
17
17
  export interface CascadingDeleteListingRevisionRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CascadingDeleteListingRevisionRequest extends common.BaseReques
21
21
  "listingRevisionId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartmentRequest.
17
17
  */
18
18
  export interface ChangeArtifactCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -39,7 +39,7 @@ export interface ChangeArtifactCompartmentRequest extends common.BaseRequest {
39
39
  "opcRequestId"?: string;
40
40
  /**
41
41
  * For optimistic concurrency control. In the PUT or DELETE call
42
- * for a resource, set the `if-match` parameter to the value of the
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
43
  * etag from a previous GET or POST response for that resource.
44
44
  * The resource will be updated or deleted only if the etag you
45
45
  * provide matches the resource's current etag value.
@@ -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/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartmentRequest.
17
17
  */
18
18
  export interface ChangeListingCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -39,7 +39,7 @@ export interface ChangeListingCompartmentRequest extends common.BaseRequest {
39
39
  "opcRequestId"?: string;
40
40
  /**
41
41
  * For optimistic concurrency control. In the PUT or DELETE call
42
- * for a resource, set the `if-match` parameter to the value of the
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
43
  * etag from a previous GET or POST response for that resource.
44
44
  * The resource will be updated or deleted only if the etag you
45
45
  * provide matches the resource's current etag value.
@@ -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/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatusRequest.
16
16
  */
17
17
  export interface ChangeListingRevisionToNewStatusRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ChangeListingRevisionToNewStatusRequest extends common.BaseRequ
21
21
  "listingRevisionId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTermCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -39,7 +39,7 @@ export interface ChangeTermCompartmentRequest extends common.BaseRequest {
39
39
  "opcRequestId"?: string;
40
40
  /**
41
41
  * For optimistic concurrency control. In the PUT or DELETE call
42
- * for a resource, set the `if-match` parameter to the value of the
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
43
  * etag from a previous GET or POST response for that resource.
44
44
  * The resource will be updated or deleted only if the etag you
45
45
  * provide matches the resource's current etag value.