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
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetTermResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetTermVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListArtifactsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListCategoriesResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListListingRevisionAttachmentsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListListingRevisionNotesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListListingRevisionPackagesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListListingRevisionsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListListingsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListMarketsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListProductsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListPublishersResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListTermVersionsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListTermsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface SubmitListingRevisionForReviewResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateListingResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateListingRevisionAttachmentContentResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateListingRevisionAttachmentResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateListingRevisionIconContentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateListingRevisionPackageResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateListingRevisionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateTermResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateTermVersionContentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateTermVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-marketplacepublisher",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Marketplace Publisher Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"