oci-marketplacepublisher 2.86.1 → 2.86.2

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 (208) hide show
  1. package/index.d.ts +6 -0
  2. package/index.js +7 -1
  3. package/index.js.map +1 -1
  4. package/lib/attachment-waiter.d.ts +29 -0
  5. package/lib/attachment-waiter.js +65 -0
  6. package/lib/attachment-waiter.js.map +1 -0
  7. package/lib/client.d.ts +326 -71
  8. package/lib/client.js +2656 -1642
  9. package/lib/client.js.map +1 -1
  10. package/lib/model/attachment-collection.d.ts +26 -0
  11. package/lib/model/attachment-collection.js +61 -0
  12. package/lib/model/attachment-collection.js.map +1 -0
  13. package/lib/model/attachment-summary.d.ts +63 -0
  14. package/lib/model/attachment-summary.js +29 -0
  15. package/lib/model/attachment-summary.js.map +1 -0
  16. package/lib/model/attachment.d.ts +100 -0
  17. package/lib/model/attachment.js +56 -0
  18. package/lib/model/attachment.js.map +1 -0
  19. package/lib/model/buyer-information.d.ts +35 -0
  20. package/lib/model/buyer-information.js +67 -0
  21. package/lib/model/buyer-information.js.map +1 -0
  22. package/lib/model/contact.d.ts +33 -0
  23. package/lib/model/contact.js +29 -0
  24. package/lib/model/contact.js.map +1 -0
  25. package/lib/model/create-attachment-details.d.ts +33 -0
  26. package/lib/model/create-attachment-details.js +29 -0
  27. package/lib/model/create-attachment-details.js.map +1 -0
  28. package/lib/model/create-offer-details.d.ts +83 -0
  29. package/lib/model/create-offer-details.js +85 -0
  30. package/lib/model/create-offer-details.js.map +1 -0
  31. package/lib/model/custom-field.d.ts +29 -0
  32. package/lib/model/custom-field.js +29 -0
  33. package/lib/model/custom-field.js.map +1 -0
  34. package/lib/model/index.d.ts +32 -0
  35. package/lib/model/index.js +35 -3
  36. package/lib/model/index.js.map +1 -1
  37. package/lib/model/offer-collection.d.ts +26 -0
  38. package/lib/model/offer-collection.js +61 -0
  39. package/lib/model/offer-collection.js.map +1 -0
  40. package/lib/model/offer-internal-detail.d.ts +30 -0
  41. package/lib/model/offer-internal-detail.js +61 -0
  42. package/lib/model/offer-internal-detail.js.map +1 -0
  43. package/lib/model/offer-summary.d.ts +95 -0
  44. package/lib/model/offer-summary.js +65 -0
  45. package/lib/model/offer-summary.js.map +1 -0
  46. package/lib/model/offer.d.ts +137 -0
  47. package/lib/model/offer.js +112 -0
  48. package/lib/model/offer.js.map +1 -0
  49. package/lib/model/operation-type.d.ts +5 -0
  50. package/lib/model/operation-type.js +5 -0
  51. package/lib/model/operation-type.js.map +1 -1
  52. package/lib/model/pricing.d.ts +41 -0
  53. package/lib/model/pricing.js +38 -0
  54. package/lib/model/pricing.js.map +1 -0
  55. package/lib/model/resource-bundle.d.ts +57 -0
  56. package/lib/model/resource-bundle.js +51 -0
  57. package/lib/model/resource-bundle.js.map +1 -0
  58. package/lib/model/seller-information.d.ts +27 -0
  59. package/lib/model/seller-information.js +67 -0
  60. package/lib/model/seller-information.js.map +1 -0
  61. package/lib/model/update-offer-details.d.ts +79 -0
  62. package/lib/model/update-offer-details.js +85 -0
  63. package/lib/model/update-offer-details.js.map +1 -0
  64. package/lib/offer-waiter.d.ts +29 -0
  65. package/lib/offer-waiter.js +65 -0
  66. package/lib/offer-waiter.js.map +1 -0
  67. package/lib/request/activate-term-version-request.d.ts +1 -1
  68. package/lib/request/cancel-work-request-request.d.ts +1 -1
  69. package/lib/request/cascading-delete-listing-request.d.ts +1 -1
  70. package/lib/request/cascading-delete-listing-revision-request.d.ts +1 -1
  71. package/lib/request/change-artifact-compartment-request.d.ts +1 -1
  72. package/lib/request/change-listing-compartment-request.d.ts +1 -1
  73. package/lib/request/change-listing-revision-to-new-status-request.d.ts +1 -1
  74. package/lib/request/change-term-compartment-request.d.ts +1 -1
  75. package/lib/request/clone-listing-revision-request.d.ts +1 -1
  76. package/lib/request/create-artifact-request.d.ts +1 -1
  77. package/lib/request/create-attachment-request.d.ts +40 -0
  78. package/lib/request/create-attachment-request.js +15 -0
  79. package/lib/request/create-attachment-request.js.map +1 -0
  80. package/lib/request/create-listing-request.d.ts +1 -1
  81. package/lib/request/create-listing-revision-attachment-request.d.ts +1 -1
  82. package/lib/request/create-listing-revision-note-request.d.ts +1 -1
  83. package/lib/request/create-listing-revision-package-request.d.ts +1 -1
  84. package/lib/request/create-listing-revision-request.d.ts +1 -1
  85. package/lib/request/create-offer-request.d.ts +36 -0
  86. package/lib/request/create-offer-request.js +15 -0
  87. package/lib/request/create-offer-request.js.map +1 -0
  88. package/lib/request/create-term-request.d.ts +1 -1
  89. package/lib/request/create-term-version-request.d.ts +1 -1
  90. package/lib/request/delete-artifact-request.d.ts +1 -1
  91. package/lib/request/delete-attachment-request.d.ts +39 -0
  92. package/lib/request/delete-attachment-request.js +15 -0
  93. package/lib/request/delete-attachment-request.js.map +1 -0
  94. package/lib/request/delete-listing-request.d.ts +1 -1
  95. package/lib/request/delete-listing-revision-attachment-request.d.ts +1 -1
  96. package/lib/request/delete-listing-revision-note-request.d.ts +1 -1
  97. package/lib/request/delete-listing-revision-package-request.d.ts +1 -1
  98. package/lib/request/delete-listing-revision-request.d.ts +1 -1
  99. package/lib/request/delete-offer-request.d.ts +35 -0
  100. package/lib/request/delete-offer-request.js +15 -0
  101. package/lib/request/delete-offer-request.js.map +1 -0
  102. package/lib/request/delete-term-request.d.ts +1 -1
  103. package/lib/request/delete-term-version-request.d.ts +1 -1
  104. package/lib/request/get-artifact-request.d.ts +1 -1
  105. package/lib/request/get-attachment-content-request.d.ts +30 -0
  106. package/lib/request/get-attachment-content-request.js +15 -0
  107. package/lib/request/get-attachment-content-request.js.map +1 -0
  108. package/lib/request/get-attachment-request.d.ts +30 -0
  109. package/lib/request/get-attachment-request.js +15 -0
  110. package/lib/request/get-attachment-request.js.map +1 -0
  111. package/lib/request/get-category-request.d.ts +1 -1
  112. package/lib/request/get-listing-request.d.ts +1 -1
  113. package/lib/request/get-listing-revision-attachment-request.d.ts +1 -1
  114. package/lib/request/get-listing-revision-note-request.d.ts +1 -1
  115. package/lib/request/get-listing-revision-package-request.d.ts +1 -1
  116. package/lib/request/get-listing-revision-request.d.ts +1 -1
  117. package/lib/request/get-market-request.d.ts +1 -1
  118. package/lib/request/get-offer-internal-detail-request.d.ts +26 -0
  119. package/lib/request/get-offer-internal-detail-request.js +15 -0
  120. package/lib/request/get-offer-internal-detail-request.js.map +1 -0
  121. package/lib/request/get-offer-request.d.ts +26 -0
  122. package/lib/request/get-offer-request.js +15 -0
  123. package/lib/request/get-offer-request.js.map +1 -0
  124. package/lib/request/get-product-request.d.ts +1 -1
  125. package/lib/request/get-publisher-request.d.ts +1 -1
  126. package/lib/request/get-term-request.d.ts +1 -1
  127. package/lib/request/get-term-version-request.d.ts +1 -1
  128. package/lib/request/get-work-request-request.d.ts +1 -1
  129. package/lib/request/index.d.ts +22 -0
  130. package/lib/request/index.js +5 -1
  131. package/lib/request/index.js.map +1 -1
  132. package/lib/request/list-artifacts-request.d.ts +1 -1
  133. package/lib/request/list-attachments-request.d.ts +70 -0
  134. package/lib/request/list-attachments-request.js +24 -0
  135. package/lib/request/list-attachments-request.js.map +1 -0
  136. package/lib/request/list-categories-request.d.ts +1 -1
  137. package/lib/request/list-listing-revision-attachments-request.d.ts +1 -1
  138. package/lib/request/list-listing-revision-notes-request.d.ts +1 -1
  139. package/lib/request/list-listing-revision-packages-request.d.ts +1 -1
  140. package/lib/request/list-listing-revisions-request.d.ts +1 -1
  141. package/lib/request/list-listings-request.d.ts +1 -1
  142. package/lib/request/list-markets-request.d.ts +1 -1
  143. package/lib/request/list-offers-request.d.ts +66 -0
  144. package/lib/request/list-offers-request.js +24 -0
  145. package/lib/request/list-offers-request.js.map +1 -0
  146. package/lib/request/list-products-request.d.ts +1 -1
  147. package/lib/request/list-publishers-request.d.ts +1 -1
  148. package/lib/request/list-term-versions-request.d.ts +1 -1
  149. package/lib/request/list-terms-request.d.ts +1 -1
  150. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  151. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  152. package/lib/request/list-work-requests-request.d.ts +1 -1
  153. package/lib/request/mark-listing-revision-package-as-default-request.d.ts +1 -1
  154. package/lib/request/publish-listing-revision-as-private-request.d.ts +1 -1
  155. package/lib/request/publish-listing-revision-package-request.d.ts +1 -1
  156. package/lib/request/publish-listing-revision-request.d.ts +1 -1
  157. package/lib/request/submit-listing-revision-for-review-request.d.ts +1 -1
  158. package/lib/request/un-publish-listing-revision-package-request.d.ts +1 -1
  159. package/lib/request/update-artifact-request.d.ts +1 -1
  160. package/lib/request/update-listing-request.d.ts +1 -1
  161. package/lib/request/update-listing-revision-attachment-content-request.d.ts +1 -1
  162. package/lib/request/update-listing-revision-attachment-request.d.ts +1 -1
  163. package/lib/request/update-listing-revision-icon-content-request.d.ts +1 -1
  164. package/lib/request/update-listing-revision-package-request.d.ts +1 -1
  165. package/lib/request/update-listing-revision-request.d.ts +1 -1
  166. package/lib/request/update-offer-request.d.ts +40 -0
  167. package/lib/request/update-offer-request.js +15 -0
  168. package/lib/request/update-offer-request.js.map +1 -0
  169. package/lib/request/update-term-request.d.ts +1 -1
  170. package/lib/request/update-term-version-content-request.d.ts +1 -1
  171. package/lib/request/update-term-version-request.d.ts +1 -1
  172. package/lib/request/validate-and-publish-artifact-request.d.ts +1 -1
  173. package/lib/request/withdraw-listing-revision-request.d.ts +1 -1
  174. package/lib/response/create-attachment-response.d.ts +30 -0
  175. package/lib/response/create-attachment-response.js +15 -0
  176. package/lib/response/create-attachment-response.js.map +1 -0
  177. package/lib/response/create-offer-response.d.ts +30 -0
  178. package/lib/response/create-offer-response.js +15 -0
  179. package/lib/response/create-offer-response.js.map +1 -0
  180. package/lib/response/delete-attachment-response.d.ts +25 -0
  181. package/lib/response/delete-attachment-response.js +15 -0
  182. package/lib/response/delete-attachment-response.js.map +1 -0
  183. package/lib/response/delete-offer-response.d.ts +25 -0
  184. package/lib/response/delete-offer-response.js +15 -0
  185. package/lib/response/delete-offer-response.js.map +1 -0
  186. package/lib/response/get-attachment-content-response.d.ts +26 -0
  187. package/lib/response/get-attachment-content-response.js +15 -0
  188. package/lib/response/get-attachment-content-response.js.map +1 -0
  189. package/lib/response/get-attachment-response.d.ts +30 -0
  190. package/lib/response/get-attachment-response.js +15 -0
  191. package/lib/response/get-attachment-response.js.map +1 -0
  192. package/lib/response/get-offer-internal-detail-response.d.ts +30 -0
  193. package/lib/response/get-offer-internal-detail-response.js +15 -0
  194. package/lib/response/get-offer-internal-detail-response.js.map +1 -0
  195. package/lib/response/get-offer-response.d.ts +30 -0
  196. package/lib/response/get-offer-response.js +15 -0
  197. package/lib/response/get-offer-response.js.map +1 -0
  198. package/lib/response/index.d.ts +22 -0
  199. package/lib/response/list-attachments-response.d.ts +32 -0
  200. package/lib/response/list-attachments-response.js +15 -0
  201. package/lib/response/list-attachments-response.js.map +1 -0
  202. package/lib/response/list-offers-response.d.ts +32 -0
  203. package/lib/response/list-offers-response.js +15 -0
  204. package/lib/response/list-offers-response.js.map +1 -0
  205. package/lib/response/update-offer-response.d.ts +30 -0
  206. package/lib/response/update-offer-response.js +15 -0
  207. package/lib/response/update-offer-response.js.map +1 -0
  208. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -13,8 +13,132 @@
13
13
  import common = require("oci-common");
14
14
  import * as requests from "./request";
15
15
  import * as responses from "./response";
16
+ import { AttachmentWaiter } from "./attachment-waiter";
16
17
  import { MarketplacePublisherWaiter } from "./marketplacepublisher-waiter";
18
+ import { OfferWaiter } from "./offer-waiter";
17
19
  declare const Breaker: any;
20
+ export declare enum AttachmentApiKeys {
21
+ }
22
+ /**
23
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
24
+ */
25
+ export declare class AttachmentClient {
26
+ protected static serviceEndpointTemplate: string;
27
+ protected static endpointServiceName: string;
28
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
29
+ protected "_endpoint": string;
30
+ protected "_defaultHeaders": any;
31
+ protected "_waiters": AttachmentWaiter;
32
+ protected "_clientConfiguration": common.ClientConfiguration;
33
+ protected _circuitBreaker: typeof Breaker | null;
34
+ protected _httpOptions: any;
35
+ protected _bodyDuplexMode: any;
36
+ targetService: string;
37
+ protected _regionId: string;
38
+ protected "_region": common.Region;
39
+ protected _lastSetRegionOrRegionId: string;
40
+ protected _httpClient: common.HttpClient;
41
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
42
+ /**
43
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
44
+ */
45
+ get endpoint(): string;
46
+ /**
47
+ * Sets the endpoint to call (ex, https://www.example.com).
48
+ * @param endpoint The endpoint of the service.
49
+ */
50
+ set endpoint(endpoint: string);
51
+ get logger(): import("oci-common/lib/log").Logger;
52
+ /**
53
+ * Determines whether realm specific endpoint should be used or not.
54
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
55
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
56
+ */
57
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
58
+ /**
59
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
60
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
61
+ * @param region The region of the service.
62
+ */
63
+ set region(region: common.Region);
64
+ /**
65
+ * Sets the regionId to call (ex, 'us-phoenix-1').
66
+ *
67
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
68
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
69
+ * and then call {@link #endpoint(String) endpoint}.
70
+ * @param regionId The public region ID.
71
+ */
72
+ set regionId(regionId: string);
73
+ /**
74
+ * Creates a new AttachmentWaiter for resources for this service.
75
+ *
76
+ * @param config The waiter configuration for termination and delay strategy
77
+ * @return The service waiters.
78
+ */
79
+ createWaiters(config?: common.WaiterConfiguration): AttachmentWaiter;
80
+ /**
81
+ * Gets the waiters available for resources for this service.
82
+ *
83
+ * @return The service waiters.
84
+ */
85
+ getWaiters(): AttachmentWaiter;
86
+ /**
87
+ * Shutdown the circuit breaker used by the client when it is no longer needed
88
+ */
89
+ shutdownCircuitBreaker(): void;
90
+ /**
91
+ * Close the client once it is no longer needed
92
+ */
93
+ close(): void;
94
+ /**
95
+ * Creates a new Attachment.
96
+ *
97
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
98
+ * @param CreateAttachmentRequest
99
+ * @return CreateAttachmentResponse
100
+ * @throws OciError when an error occurs
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateAttachment.ts.html |here} to see how to use CreateAttachment API.
102
+ */
103
+ createAttachment(createAttachmentRequest: requests.CreateAttachmentRequest): Promise<responses.CreateAttachmentResponse>;
104
+ /**
105
+ * Deletes a Attachment resource by identifier
106
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
107
+ * @param DeleteAttachmentRequest
108
+ * @return DeleteAttachmentResponse
109
+ * @throws OciError when an error occurs
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteAttachment.ts.html |here} to see how to use DeleteAttachment API.
111
+ */
112
+ deleteAttachment(deleteAttachmentRequest: requests.DeleteAttachmentRequest): Promise<responses.DeleteAttachmentResponse>;
113
+ /**
114
+ * Gets a Attachment by identifier
115
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
116
+ * @param GetAttachmentRequest
117
+ * @return GetAttachmentResponse
118
+ * @throws OciError when an error occurs
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetAttachment.ts.html |here} to see how to use GetAttachment API.
120
+ */
121
+ getAttachment(getAttachmentRequest: requests.GetAttachmentRequest): Promise<responses.GetAttachmentResponse>;
122
+ /**
123
+ * Gets a Attachment content by identifier
124
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
125
+ * @param GetAttachmentContentRequest
126
+ * @return GetAttachmentContentResponse
127
+ * @throws OciError when an error occurs
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetAttachmentContent.ts.html |here} to see how to use GetAttachmentContent API.
129
+ */
130
+ getAttachmentContent(getAttachmentContentRequest: requests.GetAttachmentContentRequest): Promise<responses.GetAttachmentContentResponse>;
131
+ /**
132
+ * Returns a list of Attachments. Requires either the BuyerCompartmentId or the SellerCompartmentId params. If neither or both are provided, then the API will return a 400.
133
+ *
134
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
135
+ * @param ListAttachmentsRequest
136
+ * @return ListAttachmentsResponse
137
+ * @throws OciError when an error occurs
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListAttachments.ts.html |here} to see how to use ListAttachments API.
139
+ */
140
+ listAttachments(listAttachmentsRequest: requests.ListAttachmentsRequest): Promise<responses.ListAttachmentsResponse>;
141
+ }
18
142
  export declare enum MarketplacePublisherApiKeys {
19
143
  }
20
144
  /**
@@ -95,7 +219,7 @@ export declare class MarketplacePublisherClient {
95
219
  * @param ActivateTermVersionRequest
96
220
  * @return ActivateTermVersionResponse
97
221
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersion API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersion API.
99
223
  */
100
224
  activateTermVersion(activateTermVersionRequest: requests.ActivateTermVersionRequest): Promise<responses.ActivateTermVersionResponse>;
101
225
  /**
@@ -104,7 +228,7 @@ export declare class MarketplacePublisherClient {
104
228
  * @param CancelWorkRequestRequest
105
229
  * @return CancelWorkRequestResponse
106
230
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
108
232
  */
109
233
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
110
234
  /**
@@ -113,7 +237,7 @@ export declare class MarketplacePublisherClient {
113
237
  * @param CascadingDeleteListingRequest
114
238
  * @return CascadingDeleteListingResponse
115
239
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListing API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListing API.
117
241
  */
118
242
  cascadingDeleteListing(cascadingDeleteListingRequest: requests.CascadingDeleteListingRequest): Promise<responses.CascadingDeleteListingResponse>;
119
243
  /**
@@ -122,7 +246,7 @@ export declare class MarketplacePublisherClient {
122
246
  * @param CascadingDeleteListingRevisionRequest
123
247
  * @return CascadingDeleteListingRevisionResponse
124
248
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevision API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevision API.
126
250
  */
127
251
  cascadingDeleteListingRevision(cascadingDeleteListingRevisionRequest: requests.CascadingDeleteListingRevisionRequest): Promise<responses.CascadingDeleteListingRevisionResponse>;
128
252
  /**
@@ -131,7 +255,7 @@ export declare class MarketplacePublisherClient {
131
255
  * @param ChangeArtifactCompartmentRequest
132
256
  * @return ChangeArtifactCompartmentResponse
133
257
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartment API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartment API.
135
259
  */
136
260
  changeArtifactCompartment(changeArtifactCompartmentRequest: requests.ChangeArtifactCompartmentRequest): Promise<responses.ChangeArtifactCompartmentResponse>;
137
261
  /**
@@ -140,7 +264,7 @@ export declare class MarketplacePublisherClient {
140
264
  * @param ChangeListingCompartmentRequest
141
265
  * @return ChangeListingCompartmentResponse
142
266
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartment API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartment API.
144
268
  */
145
269
  changeListingCompartment(changeListingCompartmentRequest: requests.ChangeListingCompartmentRequest): Promise<responses.ChangeListingCompartmentResponse>;
146
270
  /**
@@ -149,7 +273,7 @@ export declare class MarketplacePublisherClient {
149
273
  * @param ChangeListingRevisionToNewStatusRequest
150
274
  * @return ChangeListingRevisionToNewStatusResponse
151
275
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatus API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatus API.
153
277
  */
154
278
  changeListingRevisionToNewStatus(changeListingRevisionToNewStatusRequest: requests.ChangeListingRevisionToNewStatusRequest): Promise<responses.ChangeListingRevisionToNewStatusResponse>;
155
279
  /**
@@ -158,7 +282,7 @@ export declare class MarketplacePublisherClient {
158
282
  * @param ChangeTermCompartmentRequest
159
283
  * @return ChangeTermCompartmentResponse
160
284
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartment API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartment API.
162
286
  */
163
287
  changeTermCompartment(changeTermCompartmentRequest: requests.ChangeTermCompartmentRequest): Promise<responses.ChangeTermCompartmentResponse>;
164
288
  /**
@@ -167,7 +291,7 @@ export declare class MarketplacePublisherClient {
167
291
  * @param CloneListingRevisionRequest
168
292
  * @return CloneListingRevisionResponse
169
293
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevision API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevision API.
171
295
  */
172
296
  cloneListingRevision(cloneListingRevisionRequest: requests.CloneListingRevisionRequest): Promise<responses.CloneListingRevisionResponse>;
173
297
  /**
@@ -189,7 +313,7 @@ export declare class MarketplacePublisherClient {
189
313
  * @param CreateArtifactRequest
190
314
  * @return CreateArtifactResponse
191
315
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifact API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifact API.
193
317
  */
194
318
  createArtifact(createArtifactRequest: requests.CreateArtifactRequest): Promise<responses.CreateArtifactResponse>;
195
319
  /**
@@ -207,7 +331,7 @@ export declare class MarketplacePublisherClient {
207
331
  * @param CreateListingRequest
208
332
  * @return CreateListingResponse
209
333
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListing API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListing API.
211
335
  */
212
336
  createListing(createListingRequest: requests.CreateListingRequest): Promise<responses.CreateListingResponse>;
213
337
  /**
@@ -217,7 +341,7 @@ export declare class MarketplacePublisherClient {
217
341
  * @param CreateListingRevisionRequest
218
342
  * @return CreateListingRevisionResponse
219
343
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevision API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevision API.
221
345
  */
222
346
  createListingRevision(createListingRevisionRequest: requests.CreateListingRevisionRequest): Promise<responses.CreateListingRevisionResponse>;
223
347
  /**
@@ -227,7 +351,7 @@ export declare class MarketplacePublisherClient {
227
351
  * @param CreateListingRevisionAttachmentRequest
228
352
  * @return CreateListingRevisionAttachmentResponse
229
353
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachment API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachment API.
231
355
  */
232
356
  createListingRevisionAttachment(createListingRevisionAttachmentRequest: requests.CreateListingRevisionAttachmentRequest): Promise<responses.CreateListingRevisionAttachmentResponse>;
233
357
  /**
@@ -237,7 +361,7 @@ export declare class MarketplacePublisherClient {
237
361
  * @param CreateListingRevisionNoteRequest
238
362
  * @return CreateListingRevisionNoteResponse
239
363
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNote API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNote API.
241
365
  */
242
366
  createListingRevisionNote(createListingRevisionNoteRequest: requests.CreateListingRevisionNoteRequest): Promise<responses.CreateListingRevisionNoteResponse>;
243
367
  /**
@@ -247,7 +371,7 @@ export declare class MarketplacePublisherClient {
247
371
  * @param CreateListingRevisionPackageRequest
248
372
  * @return CreateListingRevisionPackageResponse
249
373
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackage API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackage API.
251
375
  */
252
376
  createListingRevisionPackage(createListingRevisionPackageRequest: requests.CreateListingRevisionPackageRequest): Promise<responses.CreateListingRevisionPackageResponse>;
253
377
  /**
@@ -257,7 +381,7 @@ export declare class MarketplacePublisherClient {
257
381
  * @param CreateTermRequest
258
382
  * @return CreateTermResponse
259
383
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTerm API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTerm API.
261
385
  */
262
386
  createTerm(createTermRequest: requests.CreateTermRequest): Promise<responses.CreateTermResponse>;
263
387
  /**
@@ -266,7 +390,7 @@ export declare class MarketplacePublisherClient {
266
390
  * @param CreateTermVersionRequest
267
391
  * @return CreateTermVersionResponse
268
392
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersion API.
393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersion API.
270
394
  */
271
395
  createTermVersion(createTermVersionRequest: requests.CreateTermVersionRequest): Promise<responses.CreateTermVersionResponse>;
272
396
  /**
@@ -275,7 +399,7 @@ export declare class MarketplacePublisherClient {
275
399
  * @param DeleteArtifactRequest
276
400
  * @return DeleteArtifactResponse
277
401
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifact API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifact API.
279
403
  */
280
404
  deleteArtifact(deleteArtifactRequest: requests.DeleteArtifactRequest): Promise<responses.DeleteArtifactResponse>;
281
405
  /**
@@ -284,7 +408,7 @@ export declare class MarketplacePublisherClient {
284
408
  * @param DeleteListingRequest
285
409
  * @return DeleteListingResponse
286
410
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListing API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListing API.
288
412
  */
289
413
  deleteListing(deleteListingRequest: requests.DeleteListingRequest): Promise<responses.DeleteListingResponse>;
290
414
  /**
@@ -293,7 +417,7 @@ export declare class MarketplacePublisherClient {
293
417
  * @param DeleteListingRevisionRequest
294
418
  * @return DeleteListingRevisionResponse
295
419
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevision API.
420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevision API.
297
421
  */
298
422
  deleteListingRevision(deleteListingRevisionRequest: requests.DeleteListingRevisionRequest): Promise<responses.DeleteListingRevisionResponse>;
299
423
  /**
@@ -302,7 +426,7 @@ export declare class MarketplacePublisherClient {
302
426
  * @param DeleteListingRevisionAttachmentRequest
303
427
  * @return DeleteListingRevisionAttachmentResponse
304
428
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachment API.
429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachment API.
306
430
  */
307
431
  deleteListingRevisionAttachment(deleteListingRevisionAttachmentRequest: requests.DeleteListingRevisionAttachmentRequest): Promise<responses.DeleteListingRevisionAttachmentResponse>;
308
432
  /**
@@ -311,7 +435,7 @@ export declare class MarketplacePublisherClient {
311
435
  * @param DeleteListingRevisionNoteRequest
312
436
  * @return DeleteListingRevisionNoteResponse
313
437
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNote API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNote API.
315
439
  */
316
440
  deleteListingRevisionNote(deleteListingRevisionNoteRequest: requests.DeleteListingRevisionNoteRequest): Promise<responses.DeleteListingRevisionNoteResponse>;
317
441
  /**
@@ -320,7 +444,7 @@ export declare class MarketplacePublisherClient {
320
444
  * @param DeleteListingRevisionPackageRequest
321
445
  * @return DeleteListingRevisionPackageResponse
322
446
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackage API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackage API.
324
448
  */
325
449
  deleteListingRevisionPackage(deleteListingRevisionPackageRequest: requests.DeleteListingRevisionPackageRequest): Promise<responses.DeleteListingRevisionPackageResponse>;
326
450
  /**
@@ -329,7 +453,7 @@ export declare class MarketplacePublisherClient {
329
453
  * @param DeleteTermRequest
330
454
  * @return DeleteTermResponse
331
455
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
333
457
  */
334
458
  deleteTerm(deleteTermRequest: requests.DeleteTermRequest): Promise<responses.DeleteTermResponse>;
335
459
  /**
@@ -338,7 +462,7 @@ export declare class MarketplacePublisherClient {
338
462
  * @param DeleteTermVersionRequest
339
463
  * @return DeleteTermVersionResponse
340
464
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersion API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersion API.
342
466
  */
343
467
  deleteTermVersion(deleteTermVersionRequest: requests.DeleteTermVersionRequest): Promise<responses.DeleteTermVersionResponse>;
344
468
  /**
@@ -347,7 +471,7 @@ export declare class MarketplacePublisherClient {
347
471
  * @param GetArtifactRequest
348
472
  * @return GetArtifactResponse
349
473
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifact API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifact API.
351
475
  */
352
476
  getArtifact(getArtifactRequest: requests.GetArtifactRequest): Promise<responses.GetArtifactResponse>;
353
477
  /**
@@ -356,7 +480,7 @@ export declare class MarketplacePublisherClient {
356
480
  * @param GetCategoryRequest
357
481
  * @return GetCategoryResponse
358
482
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategory API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategory API.
360
484
  */
361
485
  getCategory(getCategoryRequest: requests.GetCategoryRequest): Promise<responses.GetCategoryResponse>;
362
486
  /**
@@ -366,7 +490,7 @@ export declare class MarketplacePublisherClient {
366
490
  * @param GetListingRequest
367
491
  * @return GetListingResponse
368
492
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListing API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListing API.
370
494
  */
371
495
  getListing(getListingRequest: requests.GetListingRequest): Promise<responses.GetListingResponse>;
372
496
  /**
@@ -376,7 +500,7 @@ export declare class MarketplacePublisherClient {
376
500
  * @param GetListingRevisionRequest
377
501
  * @return GetListingRevisionResponse
378
502
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevision API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevision API.
380
504
  */
381
505
  getListingRevision(getListingRevisionRequest: requests.GetListingRevisionRequest): Promise<responses.GetListingRevisionResponse>;
382
506
  /**
@@ -386,7 +510,7 @@ export declare class MarketplacePublisherClient {
386
510
  * @param GetListingRevisionAttachmentRequest
387
511
  * @return GetListingRevisionAttachmentResponse
388
512
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachment API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachment API.
390
514
  */
391
515
  getListingRevisionAttachment(getListingRevisionAttachmentRequest: requests.GetListingRevisionAttachmentRequest): Promise<responses.GetListingRevisionAttachmentResponse>;
392
516
  /**
@@ -395,7 +519,7 @@ export declare class MarketplacePublisherClient {
395
519
  * @param GetListingRevisionNoteRequest
396
520
  * @return GetListingRevisionNoteResponse
397
521
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNote API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNote API.
399
523
  */
400
524
  getListingRevisionNote(getListingRevisionNoteRequest: requests.GetListingRevisionNoteRequest): Promise<responses.GetListingRevisionNoteResponse>;
401
525
  /**
@@ -405,7 +529,7 @@ export declare class MarketplacePublisherClient {
405
529
  * @param GetListingRevisionPackageRequest
406
530
  * @return GetListingRevisionPackageResponse
407
531
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackage API.
532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackage API.
409
533
  */
410
534
  getListingRevisionPackage(getListingRevisionPackageRequest: requests.GetListingRevisionPackageRequest): Promise<responses.GetListingRevisionPackageResponse>;
411
535
  /**
@@ -414,7 +538,7 @@ export declare class MarketplacePublisherClient {
414
538
  * @param GetMarketRequest
415
539
  * @return GetMarketResponse
416
540
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarket API.
541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarket API.
418
542
  */
419
543
  getMarket(getMarketRequest: requests.GetMarketRequest): Promise<responses.GetMarketResponse>;
420
544
  /**
@@ -423,7 +547,7 @@ export declare class MarketplacePublisherClient {
423
547
  * @param GetProductRequest
424
548
  * @return GetProductResponse
425
549
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProduct API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProduct API.
427
551
  */
428
552
  getProduct(getProductRequest: requests.GetProductRequest): Promise<responses.GetProductResponse>;
429
553
  /**
@@ -432,7 +556,7 @@ export declare class MarketplacePublisherClient {
432
556
  * @param GetPublisherRequest
433
557
  * @return GetPublisherResponse
434
558
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisher API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisher API.
436
560
  */
437
561
  getPublisher(getPublisherRequest: requests.GetPublisherRequest): Promise<responses.GetPublisherResponse>;
438
562
  /**
@@ -441,7 +565,7 @@ export declare class MarketplacePublisherClient {
441
565
  * @param GetTermRequest
442
566
  * @return GetTermResponse
443
567
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTerm API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTerm API.
445
569
  */
446
570
  getTerm(getTermRequest: requests.GetTermRequest): Promise<responses.GetTermResponse>;
447
571
  /**
@@ -450,7 +574,7 @@ export declare class MarketplacePublisherClient {
450
574
  * @param GetTermVersionRequest
451
575
  * @return GetTermVersionResponse
452
576
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersion API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersion API.
454
578
  */
455
579
  getTermVersion(getTermVersionRequest: requests.GetTermVersionRequest): Promise<responses.GetTermVersionResponse>;
456
580
  /**
@@ -459,7 +583,7 @@ export declare class MarketplacePublisherClient {
459
583
  * @param GetWorkRequestRequest
460
584
  * @return GetWorkRequestResponse
461
585
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
463
587
  */
464
588
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
465
589
  /**
@@ -471,7 +595,7 @@ export declare class MarketplacePublisherClient {
471
595
  * @param ListArtifactsRequest
472
596
  * @return ListArtifactsResponse
473
597
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifacts API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifacts API.
475
599
  */
476
600
  listArtifacts(listArtifactsRequest: requests.ListArtifactsRequest): Promise<responses.ListArtifactsResponse>;
477
601
  /**
@@ -483,7 +607,7 @@ export declare class MarketplacePublisherClient {
483
607
  * @param ListCategoriesRequest
484
608
  * @return ListCategoriesResponse
485
609
  * @throws OciError when an error occurs
486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategories API.
610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategories API.
487
611
  */
488
612
  listCategories(listCategoriesRequest: requests.ListCategoriesRequest): Promise<responses.ListCategoriesResponse>;
489
613
  /**
@@ -493,7 +617,7 @@ export declare class MarketplacePublisherClient {
493
617
  * @param ListListingRevisionAttachmentsRequest
494
618
  * @return ListListingRevisionAttachmentsResponse
495
619
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachments API.
620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachments API.
497
621
  */
498
622
  listListingRevisionAttachments(listListingRevisionAttachmentsRequest: requests.ListListingRevisionAttachmentsRequest): Promise<responses.ListListingRevisionAttachmentsResponse>;
499
623
  /**
@@ -503,7 +627,7 @@ export declare class MarketplacePublisherClient {
503
627
  * @param ListListingRevisionNotesRequest
504
628
  * @return ListListingRevisionNotesResponse
505
629
  * @throws OciError when an error occurs
506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotes API.
630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotes API.
507
631
  */
508
632
  listListingRevisionNotes(listListingRevisionNotesRequest: requests.ListListingRevisionNotesRequest): Promise<responses.ListListingRevisionNotesResponse>;
509
633
  /**
@@ -513,7 +637,7 @@ export declare class MarketplacePublisherClient {
513
637
  * @param ListListingRevisionPackagesRequest
514
638
  * @return ListListingRevisionPackagesResponse
515
639
  * @throws OciError when an error occurs
516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackages API.
640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackages API.
517
641
  */
518
642
  listListingRevisionPackages(listListingRevisionPackagesRequest: requests.ListListingRevisionPackagesRequest): Promise<responses.ListListingRevisionPackagesResponse>;
519
643
  /**
@@ -526,7 +650,7 @@ export declare class MarketplacePublisherClient {
526
650
  * @param ListListingRevisionsRequest
527
651
  * @return ListListingRevisionsResponse
528
652
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisions API.
653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisions API.
530
654
  */
531
655
  listListingRevisions(listListingRevisionsRequest: requests.ListListingRevisionsRequest): Promise<responses.ListListingRevisionsResponse>;
532
656
  /**
@@ -538,7 +662,7 @@ export declare class MarketplacePublisherClient {
538
662
  * @param ListListingsRequest
539
663
  * @return ListListingsResponse
540
664
  * @throws OciError when an error occurs
541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListings API.
665
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListings API.
542
666
  */
543
667
  listListings(listListingsRequest: requests.ListListingsRequest): Promise<responses.ListListingsResponse>;
544
668
  /**
@@ -550,7 +674,7 @@ export declare class MarketplacePublisherClient {
550
674
  * @param ListMarketsRequest
551
675
  * @return ListMarketsResponse
552
676
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarkets API.
677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarkets API.
554
678
  */
555
679
  listMarkets(listMarketsRequest: requests.ListMarketsRequest): Promise<responses.ListMarketsResponse>;
556
680
  /**
@@ -562,7 +686,7 @@ export declare class MarketplacePublisherClient {
562
686
  * @param ListProductsRequest
563
687
  * @return ListProductsResponse
564
688
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProducts API.
689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProducts API.
566
690
  */
567
691
  listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;
568
692
  /**
@@ -571,7 +695,7 @@ export declare class MarketplacePublisherClient {
571
695
  * @param ListPublishersRequest
572
696
  * @return ListPublishersResponse
573
697
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishers API.
698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishers API.
575
699
  */
576
700
  listPublishers(listPublishersRequest: requests.ListPublishersRequest): Promise<responses.ListPublishersResponse>;
577
701
  /**
@@ -580,7 +704,7 @@ export declare class MarketplacePublisherClient {
580
704
  * @param ListTermVersionsRequest
581
705
  * @return ListTermVersionsResponse
582
706
  * @throws OciError when an error occurs
583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersions API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersions API.
584
708
  */
585
709
  listTermVersions(listTermVersionsRequest: requests.ListTermVersionsRequest): Promise<responses.ListTermVersionsResponse>;
586
710
  /**
@@ -589,7 +713,7 @@ export declare class MarketplacePublisherClient {
589
713
  * @param ListTermsRequest
590
714
  * @return ListTermsResponse
591
715
  * @throws OciError when an error occurs
592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTerms API.
716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTerms API.
593
717
  */
594
718
  listTerms(listTermsRequest: requests.ListTermsRequest): Promise<responses.ListTermsResponse>;
595
719
  /**
@@ -599,7 +723,7 @@ export declare class MarketplacePublisherClient {
599
723
  * @param ListWorkRequestErrorsRequest
600
724
  * @return ListWorkRequestErrorsResponse
601
725
  * @throws OciError when an error occurs
602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
603
727
  */
604
728
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
605
729
  /**
@@ -609,7 +733,7 @@ export declare class MarketplacePublisherClient {
609
733
  * @param ListWorkRequestLogsRequest
610
734
  * @return ListWorkRequestLogsResponse
611
735
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
613
737
  */
614
738
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
615
739
  /**
@@ -619,7 +743,7 @@ export declare class MarketplacePublisherClient {
619
743
  * @param ListWorkRequestsRequest
620
744
  * @return ListWorkRequestsResponse
621
745
  * @throws OciError when an error occurs
622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
623
747
  */
624
748
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
625
749
  /**
@@ -628,7 +752,7 @@ export declare class MarketplacePublisherClient {
628
752
  * @param MarkListingRevisionPackageAsDefaultRequest
629
753
  * @return MarkListingRevisionPackageAsDefaultResponse
630
754
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefault API.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefault API.
632
756
  */
633
757
  markListingRevisionPackageAsDefault(markListingRevisionPackageAsDefaultRequest: requests.MarkListingRevisionPackageAsDefaultRequest): Promise<responses.MarkListingRevisionPackageAsDefaultResponse>;
634
758
  /**
@@ -637,7 +761,7 @@ export declare class MarketplacePublisherClient {
637
761
  * @param PublishListingRevisionRequest
638
762
  * @return PublishListingRevisionResponse
639
763
  * @throws OciError when an error occurs
640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevision API.
764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevision API.
641
765
  */
642
766
  publishListingRevision(publishListingRevisionRequest: requests.PublishListingRevisionRequest): Promise<responses.PublishListingRevisionResponse>;
643
767
  /**
@@ -646,7 +770,7 @@ export declare class MarketplacePublisherClient {
646
770
  * @param PublishListingRevisionAsPrivateRequest
647
771
  * @return PublishListingRevisionAsPrivateResponse
648
772
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivate API.
773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivate API.
650
774
  */
651
775
  publishListingRevisionAsPrivate(publishListingRevisionAsPrivateRequest: requests.PublishListingRevisionAsPrivateRequest): Promise<responses.PublishListingRevisionAsPrivateResponse>;
652
776
  /**
@@ -655,7 +779,7 @@ export declare class MarketplacePublisherClient {
655
779
  * @param PublishListingRevisionPackageRequest
656
780
  * @return PublishListingRevisionPackageResponse
657
781
  * @throws OciError when an error occurs
658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackage API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackage API.
659
783
  */
660
784
  publishListingRevisionPackage(publishListingRevisionPackageRequest: requests.PublishListingRevisionPackageRequest): Promise<responses.PublishListingRevisionPackageResponse>;
661
785
  /**
@@ -664,7 +788,7 @@ export declare class MarketplacePublisherClient {
664
788
  * @param SubmitListingRevisionForReviewRequest
665
789
  * @return SubmitListingRevisionForReviewResponse
666
790
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReview API.
791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReview API.
668
792
  */
669
793
  submitListingRevisionForReview(submitListingRevisionForReviewRequest: requests.SubmitListingRevisionForReviewRequest): Promise<responses.SubmitListingRevisionForReviewResponse>;
670
794
  /**
@@ -673,7 +797,7 @@ export declare class MarketplacePublisherClient {
673
797
  * @param UnPublishListingRevisionPackageRequest
674
798
  * @return UnPublishListingRevisionPackageResponse
675
799
  * @throws OciError when an error occurs
676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackage API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackage API.
677
801
  */
678
802
  unPublishListingRevisionPackage(unPublishListingRevisionPackageRequest: requests.UnPublishListingRevisionPackageRequest): Promise<responses.UnPublishListingRevisionPackageResponse>;
679
803
  /**
@@ -682,7 +806,7 @@ export declare class MarketplacePublisherClient {
682
806
  * @param UpdateArtifactRequest
683
807
  * @return UpdateArtifactResponse
684
808
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifact API.
809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifact API.
686
810
  */
687
811
  updateArtifact(updateArtifactRequest: requests.UpdateArtifactRequest): Promise<responses.UpdateArtifactResponse>;
688
812
  /**
@@ -691,7 +815,7 @@ export declare class MarketplacePublisherClient {
691
815
  * @param UpdateListingRequest
692
816
  * @return UpdateListingResponse
693
817
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListing API.
818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListing API.
695
819
  */
696
820
  updateListing(updateListingRequest: requests.UpdateListingRequest): Promise<responses.UpdateListingResponse>;
697
821
  /**
@@ -700,7 +824,7 @@ export declare class MarketplacePublisherClient {
700
824
  * @param UpdateListingRevisionRequest
701
825
  * @return UpdateListingRevisionResponse
702
826
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevision API.
827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevision API.
704
828
  */
705
829
  updateListingRevision(updateListingRevisionRequest: requests.UpdateListingRevisionRequest): Promise<responses.UpdateListingRevisionResponse>;
706
830
  /**
@@ -709,7 +833,7 @@ export declare class MarketplacePublisherClient {
709
833
  * @param UpdateListingRevisionAttachmentRequest
710
834
  * @return UpdateListingRevisionAttachmentResponse
711
835
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachment API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachment API.
713
837
  */
714
838
  updateListingRevisionAttachment(updateListingRevisionAttachmentRequest: requests.UpdateListingRevisionAttachmentRequest): Promise<responses.UpdateListingRevisionAttachmentResponse>;
715
839
  /**
@@ -718,7 +842,7 @@ export declare class MarketplacePublisherClient {
718
842
  * @param UpdateListingRevisionAttachmentContentRequest
719
843
  * @return UpdateListingRevisionAttachmentContentResponse
720
844
  * @throws OciError when an error occurs
721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContent API.
845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContent API.
722
846
  */
723
847
  updateListingRevisionAttachmentContent(updateListingRevisionAttachmentContentRequest: requests.UpdateListingRevisionAttachmentContentRequest): Promise<responses.UpdateListingRevisionAttachmentContentResponse>;
724
848
  /**
@@ -727,7 +851,7 @@ export declare class MarketplacePublisherClient {
727
851
  * @param UpdateListingRevisionIconContentRequest
728
852
  * @return UpdateListingRevisionIconContentResponse
729
853
  * @throws OciError when an error occurs
730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContent API.
854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContent API.
731
855
  */
732
856
  updateListingRevisionIconContent(updateListingRevisionIconContentRequest: requests.UpdateListingRevisionIconContentRequest): Promise<responses.UpdateListingRevisionIconContentResponse>;
733
857
  /**
@@ -736,7 +860,7 @@ export declare class MarketplacePublisherClient {
736
860
  * @param UpdateListingRevisionPackageRequest
737
861
  * @return UpdateListingRevisionPackageResponse
738
862
  * @throws OciError when an error occurs
739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackage API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackage API.
740
864
  */
741
865
  updateListingRevisionPackage(updateListingRevisionPackageRequest: requests.UpdateListingRevisionPackageRequest): Promise<responses.UpdateListingRevisionPackageResponse>;
742
866
  /**
@@ -745,7 +869,7 @@ export declare class MarketplacePublisherClient {
745
869
  * @param UpdateTermRequest
746
870
  * @return UpdateTermResponse
747
871
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
749
873
  */
750
874
  updateTerm(updateTermRequest: requests.UpdateTermRequest): Promise<responses.UpdateTermResponse>;
751
875
  /**
@@ -754,7 +878,7 @@ export declare class MarketplacePublisherClient {
754
878
  * @param UpdateTermVersionRequest
755
879
  * @return UpdateTermVersionResponse
756
880
  * @throws OciError when an error occurs
757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersion API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersion API.
758
882
  */
759
883
  updateTermVersion(updateTermVersionRequest: requests.UpdateTermVersionRequest): Promise<responses.UpdateTermVersionResponse>;
760
884
  /**
@@ -763,7 +887,7 @@ export declare class MarketplacePublisherClient {
763
887
  * @param UpdateTermVersionContentRequest
764
888
  * @return UpdateTermVersionContentResponse
765
889
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContent API.
890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContent API.
767
891
  */
768
892
  updateTermVersionContent(updateTermVersionContentRequest: requests.UpdateTermVersionContentRequest): Promise<responses.UpdateTermVersionContentResponse>;
769
893
  /**
@@ -772,7 +896,7 @@ export declare class MarketplacePublisherClient {
772
896
  * @param ValidateAndPublishArtifactRequest
773
897
  * @return ValidateAndPublishArtifactResponse
774
898
  * @throws OciError when an error occurs
775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifact API.
899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifact API.
776
900
  */
777
901
  validateAndPublishArtifact(validateAndPublishArtifactRequest: requests.ValidateAndPublishArtifactRequest): Promise<responses.ValidateAndPublishArtifactResponse>;
778
902
  /**
@@ -781,8 +905,139 @@ export declare class MarketplacePublisherClient {
781
905
  * @param WithdrawListingRevisionRequest
782
906
  * @return WithdrawListingRevisionResponse
783
907
  * @throws OciError when an error occurs
784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevision API.
908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevision API.
785
909
  */
786
910
  withdrawListingRevision(withdrawListingRevisionRequest: requests.WithdrawListingRevisionRequest): Promise<responses.WithdrawListingRevisionResponse>;
787
911
  }
912
+ export declare enum OfferApiKeys {
913
+ }
914
+ /**
915
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
916
+ */
917
+ export declare class OfferClient {
918
+ protected static serviceEndpointTemplate: string;
919
+ protected static endpointServiceName: string;
920
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
921
+ protected "_endpoint": string;
922
+ protected "_defaultHeaders": any;
923
+ protected "_waiters": OfferWaiter;
924
+ protected "_clientConfiguration": common.ClientConfiguration;
925
+ protected _circuitBreaker: typeof Breaker | null;
926
+ protected _httpOptions: any;
927
+ protected _bodyDuplexMode: any;
928
+ targetService: string;
929
+ protected _regionId: string;
930
+ protected "_region": common.Region;
931
+ protected _lastSetRegionOrRegionId: string;
932
+ protected _httpClient: common.HttpClient;
933
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
934
+ /**
935
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
936
+ */
937
+ get endpoint(): string;
938
+ /**
939
+ * Sets the endpoint to call (ex, https://www.example.com).
940
+ * @param endpoint The endpoint of the service.
941
+ */
942
+ set endpoint(endpoint: string);
943
+ get logger(): import("oci-common/lib/log").Logger;
944
+ /**
945
+ * Determines whether realm specific endpoint should be used or not.
946
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
947
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
948
+ */
949
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
950
+ /**
951
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
952
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
953
+ * @param region The region of the service.
954
+ */
955
+ set region(region: common.Region);
956
+ /**
957
+ * Sets the regionId to call (ex, 'us-phoenix-1').
958
+ *
959
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
960
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
961
+ * and then call {@link #endpoint(String) endpoint}.
962
+ * @param regionId The public region ID.
963
+ */
964
+ set regionId(regionId: string);
965
+ /**
966
+ * Creates a new OfferWaiter for resources for this service.
967
+ *
968
+ * @param config The waiter configuration for termination and delay strategy
969
+ * @return The service waiters.
970
+ */
971
+ createWaiters(config?: common.WaiterConfiguration): OfferWaiter;
972
+ /**
973
+ * Gets the waiters available for resources for this service.
974
+ *
975
+ * @return The service waiters.
976
+ */
977
+ getWaiters(): OfferWaiter;
978
+ /**
979
+ * Shutdown the circuit breaker used by the client when it is no longer needed
980
+ */
981
+ shutdownCircuitBreaker(): void;
982
+ /**
983
+ * Close the client once it is no longer needed
984
+ */
985
+ close(): void;
986
+ /**
987
+ * Creates a new Offer.
988
+ *
989
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
990
+ * @param CreateOfferRequest
991
+ * @return CreateOfferResponse
992
+ * @throws OciError when an error occurs
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/CreateOffer.ts.html |here} to see how to use CreateOffer API.
994
+ */
995
+ createOffer(createOfferRequest: requests.CreateOfferRequest): Promise<responses.CreateOfferResponse>;
996
+ /**
997
+ * Deletes an Offer resource by identifier
998
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
999
+ * @param DeleteOfferRequest
1000
+ * @return DeleteOfferResponse
1001
+ * @throws OciError when an error occurs
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/DeleteOffer.ts.html |here} to see how to use DeleteOffer API.
1003
+ */
1004
+ deleteOffer(deleteOfferRequest: requests.DeleteOfferRequest): Promise<responses.DeleteOfferResponse>;
1005
+ /**
1006
+ * Gets an Offer by identifier
1007
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1008
+ * @param GetOfferRequest
1009
+ * @return GetOfferResponse
1010
+ * @throws OciError when an error occurs
1011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetOffer.ts.html |here} to see how to use GetOffer API.
1012
+ */
1013
+ getOffer(getOfferRequest: requests.GetOfferRequest): Promise<responses.GetOfferResponse>;
1014
+ /**
1015
+ * Gets an Offer internal details by identifier
1016
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1017
+ * @param GetOfferInternalDetailRequest
1018
+ * @return GetOfferInternalDetailResponse
1019
+ * @throws OciError when an error occurs
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/GetOfferInternalDetail.ts.html |here} to see how to use GetOfferInternalDetail API.
1021
+ */
1022
+ getOfferInternalDetail(getOfferInternalDetailRequest: requests.GetOfferInternalDetailRequest): Promise<responses.GetOfferInternalDetailResponse>;
1023
+ /**
1024
+ * Returns a list of Offers. Requires either the BuyerCompartmentId or the SellerCompartmentId params. If neither or both are provided, then the API will return a 400.
1025
+ *
1026
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1027
+ * @param ListOffersRequest
1028
+ * @return ListOffersResponse
1029
+ * @throws OciError when an error occurs
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/ListOffers.ts.html |here} to see how to use ListOffers API.
1031
+ */
1032
+ listOffers(listOffersRequest: requests.ListOffersRequest): Promise<responses.ListOffersResponse>;
1033
+ /**
1034
+ * Updates the Offer
1035
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1036
+ * @param UpdateOfferRequest
1037
+ * @return UpdateOfferResponse
1038
+ * @throws OciError when an error occurs
1039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/marketplacepublisher/UpdateOffer.ts.html |here} to see how to use UpdateOffer API.
1040
+ */
1041
+ updateOffer(updateOfferRequest: requests.UpdateOfferRequest): Promise<responses.UpdateOfferResponse>;
1042
+ }
788
1043
  export {};