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
@@ -42,20 +42,20 @@ export interface ArtifactSummary {
42
42
  /**
43
43
  * The date and time the artifact was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
44
44
  * <p>
45
- Example: `2023-03-27T21:10:29.600Z`
45
+ Example: {@code 2023-03-27T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeCreated": Date;
49
49
  /**
50
50
  * The date and time the artifact was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
51
51
  * <p>
52
- Example: `2023-03-27T21:10:29.600Z`
52
+ Example: {@code 2023-03-27T21:10:29.600Z}
53
53
  *
54
54
  */
55
55
  "timeUpdated": Date;
56
56
  /**
57
57
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
58
- * Example: `{\"bar-key\": \"value\"}`
58
+ * Example: {@code {\"bar-key\": \"value\"}}
59
59
  *
60
60
  */
61
61
  "freeformTags"?: {
@@ -63,7 +63,7 @@ export interface ArtifactSummary {
63
63
  };
64
64
  /**
65
65
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
66
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
66
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
67
67
  *
68
68
  */
69
69
  "definedTags"?: {
@@ -73,7 +73,7 @@ export interface ArtifactSummary {
73
73
  };
74
74
  /**
75
75
  * System tags for this resource. Each key is predefined and scoped to a namespace.
76
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
76
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
77
77
  *
78
78
  */
79
79
  "systemTags"?: {
@@ -37,7 +37,7 @@ export interface Artifact {
37
37
  /**
38
38
  * The date and time the artifact 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;
@@ -52,13 +52,13 @@ export interface Artifact {
52
52
  /**
53
53
  * The date and time the artifact was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
54
54
  * <p>
55
- Example: `2022-09-15T21:10:29.600Z`
55
+ Example: {@code 2022-09-15T21:10:29.600Z}
56
56
  *
57
57
  */
58
58
  "timeUpdated": Date;
59
59
  /**
60
60
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
61
- * Example: `{\"bar-key\": \"value\"}`
61
+ * Example: {@code {\"bar-key\": \"value\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -66,7 +66,7 @@ export interface Artifact {
66
66
  };
67
67
  /**
68
68
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
69
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
69
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
70
70
  *
71
71
  */
72
72
  "definedTags"?: {
@@ -76,7 +76,7 @@ export interface Artifact {
76
76
  };
77
77
  /**
78
78
  * System tags for this resource. Each key is predefined and scoped to a namespace.
79
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
79
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
80
80
  *
81
81
  */
82
82
  "systemTags"?: {
@@ -33,14 +33,14 @@ export interface CategorySummary {
33
33
  /**
34
34
  * The date and time the category 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 category 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 Category {
33
33
  /**
34
34
  * The date and time the category 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 category 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;
@@ -24,7 +24,7 @@ export interface CreateArtifactDetails {
24
24
  "displayName"?: string;
25
25
  /**
26
26
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
27
- * Example: `{\"bar-key\": \"value\"}`
27
+ * Example: {@code {\"bar-key\": \"value\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface CreateArtifactDetails {
32
32
  };
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -33,7 +33,7 @@ export interface CreateListingDetails {
33
33
  "packageType": model.PackageType;
34
34
  /**
35
35
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
36
- * Example: `{\"bar-key\": \"value\"}`
36
+ * Example: {@code {\"bar-key\": \"value\"}}
37
37
  *
38
38
  */
39
39
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface CreateListingDetails {
41
41
  };
42
42
  /**
43
43
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
44
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
44
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -29,7 +29,7 @@ export interface CreateListingRevisionAttachmentDetails {
29
29
  "description"?: string;
30
30
  /**
31
31
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
32
- * Example: `{\"bar-key\": \"value\"}`
32
+ * Example: {@code {\"bar-key\": \"value\"}}
33
33
  *
34
34
  */
35
35
  "freeformTags"?: {
@@ -37,7 +37,7 @@ export interface CreateListingRevisionAttachmentDetails {
37
37
  };
38
38
  /**
39
39
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
40
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
40
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
41
41
  *
42
42
  */
43
43
  "definedTags"?: {
@@ -83,7 +83,7 @@ export interface CreateListingRevisionDetails {
83
83
  "pricingType": string;
84
84
  /**
85
85
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
86
- * Example: `{\"bar-key\": \"value\"}`
86
+ * Example: {@code {\"bar-key\": \"value\"}}
87
87
  *
88
88
  */
89
89
  "freeformTags"?: {
@@ -91,7 +91,7 @@ export interface CreateListingRevisionDetails {
91
91
  };
92
92
  /**
93
93
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
94
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
94
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
95
95
  *
96
96
  */
97
97
  "definedTags"?: {
@@ -24,7 +24,7 @@ export interface CreateListingRevisionNoteDetails {
24
24
  "noteDetails": string;
25
25
  /**
26
26
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
27
- * Example: `{\"bar-key\": \"value\"}`
27
+ * Example: {@code {\"bar-key\": \"value\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface CreateListingRevisionNoteDetails {
32
32
  };
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -48,7 +48,7 @@ export interface CreateListingRevisionPackageDetails {
48
48
  "areSecurityUpgradesProvided": boolean;
49
49
  /**
50
50
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
51
- * Example: `{\"bar-key\": \"value\"}`
51
+ * Example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface CreateListingRevisionPackageDetails {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -24,7 +24,7 @@ export interface CreateTermDetails {
24
24
  "name": string;
25
25
  /**
26
26
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
27
- * Example: `{\"bar-key\": \"value\"}`
27
+ * Example: {@code {\"bar-key\": \"value\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface CreateTermDetails {
32
32
  };
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -50,7 +50,7 @@ export interface ListingRevisionAttachmentSummary {
50
50
  * The date and time the related document was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
51
51
  * timestamp format.
52
52
  * <p>
53
- Example: `2022-09-24T21:10:29.600Z`
53
+ Example: {@code 2022-09-24T21:10:29.600Z}
54
54
  *
55
55
  */
56
56
  "timeCreated": Date;
@@ -58,13 +58,13 @@ export interface ListingRevisionAttachmentSummary {
58
58
  * The date and time the related document was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
59
59
  * timestamp format.
60
60
  * <p>
61
- Example: `2022-09-24T21:10:29.600Z`
61
+ Example: {@code 2022-09-24T21: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 ListingRevisionAttachmentSummary {
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 ListingRevisionAttachmentSummary {
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"?: {
@@ -48,7 +48,7 @@ export interface ListingRevisionAttachment {
48
48
  "timeUpdated": Date;
49
49
  /**
50
50
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
51
- * Example: `{\"bar-key\": \"value\"}`
51
+ * Example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface ListingRevisionAttachment {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface ListingRevisionAttachment {
66
66
  };
67
67
  /**
68
68
  * System tags for this resource. Each key is predefined and scoped to a namespace.
69
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
69
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
70
70
  *
71
71
  */
72
72
  "systemTags"?: {
@@ -42,7 +42,7 @@ export interface ListingRevisionNoteSummary {
42
42
  * The date and time the listing revision note was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
43
43
  * timestamp format.
44
44
  * <p>
45
- Example: `2022-09-24T21:10:29.600Z`
45
+ Example: {@code 2022-09-24T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeCreated": Date;
@@ -50,13 +50,13 @@ export interface ListingRevisionNoteSummary {
50
50
  * The date and time the listing revision note was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
51
51
  * timestamp format.
52
52
  * <p>
53
- Example: `2022-09-24T21:10:29.600Z`
53
+ Example: {@code 2022-09-24T21:10:29.600Z}
54
54
  *
55
55
  */
56
56
  "timeUpdated": Date;
57
57
  /**
58
58
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
59
- * Example: `{\"bar-key\": \"value\"}`
59
+ * Example: {@code {\"bar-key\": \"value\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface ListingRevisionNoteSummary {
64
64
  };
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -74,7 +74,7 @@ export interface ListingRevisionNoteSummary {
74
74
  };
75
75
  /**
76
76
  * System tags for this resource. Each key is predefined and scoped to a namespace.
77
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  *
79
79
  */
80
80
  "systemTags"?: {
@@ -42,7 +42,7 @@ export interface ListingRevisionNote {
42
42
  * The date and time the listing revision note was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
43
43
  * timestamp format.
44
44
  * <p>
45
- Example: `2022-09-24T21:10:29.600Z`
45
+ Example: {@code 2022-09-24T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeCreated": Date;
@@ -50,13 +50,13 @@ export interface ListingRevisionNote {
50
50
  * The date and time the listing revision note was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
51
51
  * timestamp format.
52
52
  * <p>
53
- Example: `2022-09-24T21:10:29.600Z`
53
+ Example: {@code 2022-09-24T21:10:29.600Z}
54
54
  *
55
55
  */
56
56
  "timeUpdated": Date;
57
57
  /**
58
58
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
59
- * Example: `{\"bar-key\": \"value\"}`
59
+ * Example: {@code {\"bar-key\": \"value\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface ListingRevisionNote {
64
64
  };
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -74,7 +74,7 @@ export interface ListingRevisionNote {
74
74
  };
75
75
  /**
76
76
  * System tags for this resource. Each key is predefined and scoped to a namespace.
77
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  *
79
79
  */
80
80
  "systemTags"?: {
@@ -55,7 +55,7 @@ export interface ListingRevisionPackageSummary {
55
55
  * The date and time the publication package was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
56
56
  * timestamp format.
57
57
  * <p>
58
- Example: `2022-09-24T21:10:29.600Z`
58
+ Example: {@code 2022-09-24T21:10:29.600Z}
59
59
  *
60
60
  */
61
61
  "timeCreated": Date;
@@ -63,13 +63,13 @@ export interface ListingRevisionPackageSummary {
63
63
  * The date and time the publication package was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
64
64
  * timestamp format.
65
65
  * <p>
66
- Example: `2022-09-24T21:10:29.600Z`
66
+ Example: {@code 2022-09-24T21:10:29.600Z}
67
67
  *
68
68
  */
69
69
  "timeUpdated": Date;
70
70
  /**
71
71
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
72
- * Example: `{\"bar-key\": \"value\"}`
72
+ * Example: {@code {\"bar-key\": \"value\"}}
73
73
  *
74
74
  */
75
75
  "freeformTags"?: {
@@ -77,7 +77,7 @@ export interface ListingRevisionPackageSummary {
77
77
  };
78
78
  /**
79
79
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
80
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
80
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
81
81
  *
82
82
  */
83
83
  "definedTags"?: {
@@ -87,7 +87,7 @@ export interface ListingRevisionPackageSummary {
87
87
  };
88
88
  /**
89
89
  * System tags for this resource. Each key is predefined and scoped to a namespace.
90
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
90
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
91
91
  *
92
92
  */
93
93
  "systemTags"?: {
@@ -66,7 +66,7 @@ export interface ListingRevisionPackage {
66
66
  * The date and time this listing revision package was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
67
67
  * timestamp format.
68
68
  * <p>
69
- Example: `2016-08-25T21:10:29.600Z`
69
+ Example: {@code 2016-08-25T21:10:29.600Z}
70
70
  *
71
71
  */
72
72
  "timeCreated": Date;
@@ -74,7 +74,7 @@ export interface ListingRevisionPackage {
74
74
  * The date and time this listing revision package was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
75
75
  * timestamp format.
76
76
  * <p>
77
- Example: `2016-08-25T21:10:29.600Z`
77
+ Example: {@code 2016-08-25T21:10:29.600Z}
78
78
  *
79
79
  */
80
80
  "timeUpdated": Date;
@@ -83,7 +83,7 @@ export interface ListingRevisionPackage {
83
83
  * <p>
84
84
  For example:
85
85
  * <p>
86
- `{\"partnerListingRevisionPackageStatus\": \"Published\",\"parentListingRevisionPackageId\": \"1\" }`
86
+ {@code {\"partnerListingRevisionPackageStatus\": \"Published\",\"parentListingRevisionPackageId\": \"1\" }}
87
87
  *
88
88
  */
89
89
  "extendedMetadata"?: {
@@ -91,7 +91,7 @@ export interface ListingRevisionPackage {
91
91
  };
92
92
  /**
93
93
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
94
- * Example: `{\"bar-key\": \"value\"}`
94
+ * Example: {@code {\"bar-key\": \"value\"}}
95
95
  *
96
96
  */
97
97
  "freeformTags"?: {
@@ -99,7 +99,7 @@ export interface ListingRevisionPackage {
99
99
  };
100
100
  /**
101
101
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
102
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
102
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
103
103
  *
104
104
  */
105
105
  "definedTags"?: {
@@ -109,7 +109,7 @@ export interface ListingRevisionPackage {
109
109
  };
110
110
  /**
111
111
  * System tags for this resource. Each key is predefined and scoped to a namespace.
112
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
112
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
113
113
  *
114
114
  */
115
115
  "systemTags"?: {
@@ -68,20 +68,20 @@ export interface ListingRevisionSummary {
68
68
  /**
69
69
  * The date and time the listing revision was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
70
70
  * <p>
71
- Example: `2022-09-15T21:10:29.600Z`
71
+ Example: {@code 2022-09-15T21:10:29.600Z}
72
72
  *
73
73
  */
74
74
  "timeCreated": Date;
75
75
  /**
76
76
  * The date and time the listing revision was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
77
77
  * <p>
78
- Example: `2022-09-15T21:10:29.600Z`
78
+ Example: {@code 2022-09-15T21:10:29.600Z}
79
79
  *
80
80
  */
81
81
  "timeUpdated": Date;
82
82
  /**
83
83
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
84
- * Example: `{\"bar-key\": \"value\"}`
84
+ * Example: {@code {\"bar-key\": \"value\"}}
85
85
  *
86
86
  */
87
87
  "freeformTags"?: {
@@ -89,7 +89,7 @@ export interface ListingRevisionSummary {
89
89
  };
90
90
  /**
91
91
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
92
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
92
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
93
93
  *
94
94
  */
95
95
  "definedTags"?: {
@@ -99,7 +99,7 @@ export interface ListingRevisionSummary {
99
99
  };
100
100
  /**
101
101
  * System tags for this resource. Each key is predefined and scoped to a namespace.
102
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
102
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
103
103
  *
104
104
  */
105
105
  "systemTags"?: {
@@ -131,7 +131,7 @@ export interface ListingRevision {
131
131
  };
132
132
  /**
133
133
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
134
- * Example: `{\"bar-key\": \"value\"}`
134
+ * Example: {@code {\"bar-key\": \"value\"}}
135
135
  *
136
136
  */
137
137
  "freeformTags"?: {
@@ -139,7 +139,7 @@ export interface ListingRevision {
139
139
  };
140
140
  /**
141
141
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
142
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
142
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
143
143
  *
144
144
  */
145
145
  "definedTags"?: {
@@ -149,7 +149,7 @@ export interface ListingRevision {
149
149
  };
150
150
  /**
151
151
  * System tags for this resource. Each key is predefined and scoped to a namespace.
152
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
152
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
153
153
  *
154
154
  */
155
155
  "systemTags"?: {
@@ -42,20 +42,20 @@ export interface ListingSummary {
42
42
  /**
43
43
  * The date and time the listing was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
44
44
  * <p>
45
- Example: `2023-03-27T21:10:29.600Z`
45
+ Example: {@code 2023-03-27T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeCreated": Date;
49
49
  /**
50
50
  * The date and time the listing was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
51
51
  * <p>
52
- Example: `2023-03-27T21:10:29.600Z`
52
+ Example: {@code 2023-03-27T21:10:29.600Z}
53
53
  *
54
54
  */
55
55
  "timeUpdated": Date;
56
56
  /**
57
57
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
58
- * Example: `{\"bar-key\": \"value\"}`
58
+ * Example: {@code {\"bar-key\": \"value\"}}
59
59
  *
60
60
  */
61
61
  "freeformTags"?: {
@@ -63,7 +63,7 @@ export interface ListingSummary {
63
63
  };
64
64
  /**
65
65
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
66
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
66
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
67
67
  *
68
68
  */
69
69
  "definedTags"?: {
@@ -73,7 +73,7 @@ export interface ListingSummary {
73
73
  };
74
74
  /**
75
75
  * System tags for this resource. Each key is predefined and scoped to a namespace.
76
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
76
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
77
77
  *
78
78
  */
79
79
  "systemTags"?: {