oci-marketplacepublisher 2.84.0 → 2.85.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 (75) hide show
  1. package/lib/client.d.ts +75 -71
  2. package/lib/client.js +77 -71
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/activate-term-version-request.d.ts +1 -1
  5. package/lib/request/cancel-work-request-request.d.ts +1 -1
  6. package/lib/request/cascading-delete-listing-request.d.ts +1 -1
  7. package/lib/request/cascading-delete-listing-revision-request.d.ts +1 -1
  8. package/lib/request/change-artifact-compartment-request.d.ts +1 -1
  9. package/lib/request/change-listing-compartment-request.d.ts +1 -1
  10. package/lib/request/change-listing-revision-to-new-status-request.d.ts +1 -1
  11. package/lib/request/change-term-compartment-request.d.ts +1 -1
  12. package/lib/request/clone-listing-revision-request.d.ts +1 -1
  13. package/lib/request/create-artifact-request.d.ts +1 -1
  14. package/lib/request/create-listing-request.d.ts +1 -1
  15. package/lib/request/create-listing-revision-attachment-request.d.ts +1 -1
  16. package/lib/request/create-listing-revision-note-request.d.ts +1 -1
  17. package/lib/request/create-listing-revision-package-request.d.ts +1 -1
  18. package/lib/request/create-listing-revision-request.d.ts +1 -1
  19. package/lib/request/create-term-request.d.ts +1 -1
  20. package/lib/request/create-term-version-request.d.ts +1 -1
  21. package/lib/request/delete-artifact-request.d.ts +1 -1
  22. package/lib/request/delete-listing-request.d.ts +1 -1
  23. package/lib/request/delete-listing-revision-attachment-request.d.ts +1 -1
  24. package/lib/request/delete-listing-revision-note-request.d.ts +1 -1
  25. package/lib/request/delete-listing-revision-package-request.d.ts +1 -1
  26. package/lib/request/delete-listing-revision-request.d.ts +1 -1
  27. package/lib/request/delete-term-request.d.ts +1 -1
  28. package/lib/request/delete-term-version-request.d.ts +1 -1
  29. package/lib/request/get-artifact-request.d.ts +1 -1
  30. package/lib/request/get-category-request.d.ts +1 -1
  31. package/lib/request/get-listing-request.d.ts +1 -1
  32. package/lib/request/get-listing-revision-attachment-request.d.ts +1 -1
  33. package/lib/request/get-listing-revision-note-request.d.ts +1 -1
  34. package/lib/request/get-listing-revision-package-request.d.ts +1 -1
  35. package/lib/request/get-listing-revision-request.d.ts +1 -1
  36. package/lib/request/get-market-request.d.ts +1 -1
  37. package/lib/request/get-product-request.d.ts +1 -1
  38. package/lib/request/get-publisher-request.d.ts +1 -1
  39. package/lib/request/get-term-request.d.ts +1 -1
  40. package/lib/request/get-term-version-request.d.ts +1 -1
  41. package/lib/request/get-work-request-request.d.ts +1 -1
  42. package/lib/request/list-artifacts-request.d.ts +1 -1
  43. package/lib/request/list-categories-request.d.ts +1 -1
  44. package/lib/request/list-listing-revision-attachments-request.d.ts +1 -1
  45. package/lib/request/list-listing-revision-notes-request.d.ts +1 -1
  46. package/lib/request/list-listing-revision-packages-request.d.ts +1 -1
  47. package/lib/request/list-listing-revisions-request.d.ts +1 -1
  48. package/lib/request/list-listings-request.d.ts +1 -1
  49. package/lib/request/list-markets-request.d.ts +1 -1
  50. package/lib/request/list-products-request.d.ts +1 -1
  51. package/lib/request/list-publishers-request.d.ts +1 -1
  52. package/lib/request/list-term-versions-request.d.ts +1 -1
  53. package/lib/request/list-terms-request.d.ts +1 -1
  54. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  55. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  56. package/lib/request/list-work-requests-request.d.ts +1 -1
  57. package/lib/request/mark-listing-revision-package-as-default-request.d.ts +1 -1
  58. package/lib/request/publish-listing-revision-as-private-request.d.ts +1 -1
  59. package/lib/request/publish-listing-revision-package-request.d.ts +1 -1
  60. package/lib/request/publish-listing-revision-request.d.ts +1 -1
  61. package/lib/request/submit-listing-revision-for-review-request.d.ts +1 -1
  62. package/lib/request/un-publish-listing-revision-package-request.d.ts +1 -1
  63. package/lib/request/update-artifact-request.d.ts +1 -1
  64. package/lib/request/update-listing-request.d.ts +1 -1
  65. package/lib/request/update-listing-revision-attachment-content-request.d.ts +1 -1
  66. package/lib/request/update-listing-revision-attachment-request.d.ts +1 -1
  67. package/lib/request/update-listing-revision-icon-content-request.d.ts +1 -1
  68. package/lib/request/update-listing-revision-package-request.d.ts +1 -1
  69. package/lib/request/update-listing-revision-request.d.ts +1 -1
  70. package/lib/request/update-term-request.d.ts +1 -1
  71. package/lib/request/update-term-version-content-request.d.ts +1 -1
  72. package/lib/request/update-term-version-request.d.ts +1 -1
  73. package/lib/request/validate-and-publish-artifact-request.d.ts +1 -1
  74. package/lib/request/withdraw-listing-revision-request.d.ts +1 -1
  75. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -190,13 +190,19 @@ class MarketplacePublisherClient {
190
190
  this._circuitBreaker.shutdown();
191
191
  }
192
192
  }
193
+ /**
194
+ * Close the client once it is no longer needed
195
+ */
196
+ close() {
197
+ this.shutdownCircuitBreaker();
198
+ }
193
199
  /**
194
200
  * Mark the Term Version identified by the id as active
195
201
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
196
202
  * @param ActivateTermVersionRequest
197
203
  * @return ActivateTermVersionResponse
198
204
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersion API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ActivateTermVersion.ts.html |here} to see how to use ActivateTermVersion API.
200
206
  */
201
207
  activateTermVersion(activateTermVersionRequest) {
202
208
  return __awaiter(this, void 0, void 0, function* () {
@@ -260,7 +266,7 @@ class MarketplacePublisherClient {
260
266
  * @param CancelWorkRequestRequest
261
267
  * @return CancelWorkRequestResponse
262
268
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
264
270
  */
265
271
  cancelWorkRequest(cancelWorkRequestRequest) {
266
272
  return __awaiter(this, void 0, void 0, function* () {
@@ -315,7 +321,7 @@ class MarketplacePublisherClient {
315
321
  * @param CascadingDeleteListingRequest
316
322
  * @return CascadingDeleteListingResponse
317
323
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListing API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CascadingDeleteListing.ts.html |here} to see how to use CascadingDeleteListing API.
319
325
  */
320
326
  cascadingDeleteListing(cascadingDeleteListingRequest) {
321
327
  return __awaiter(this, void 0, void 0, function* () {
@@ -376,7 +382,7 @@ class MarketplacePublisherClient {
376
382
  * @param CascadingDeleteListingRevisionRequest
377
383
  * @return CascadingDeleteListingRevisionResponse
378
384
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevision API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CascadingDeleteListingRevision.ts.html |here} to see how to use CascadingDeleteListingRevision API.
380
386
  */
381
387
  cascadingDeleteListingRevision(cascadingDeleteListingRevisionRequest) {
382
388
  return __awaiter(this, void 0, void 0, function* () {
@@ -437,7 +443,7 @@ class MarketplacePublisherClient {
437
443
  * @param ChangeArtifactCompartmentRequest
438
444
  * @return ChangeArtifactCompartmentResponse
439
445
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartment API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartment API.
441
447
  */
442
448
  changeArtifactCompartment(changeArtifactCompartmentRequest) {
443
449
  return __awaiter(this, void 0, void 0, function* () {
@@ -494,7 +500,7 @@ class MarketplacePublisherClient {
494
500
  * @param ChangeListingCompartmentRequest
495
501
  * @return ChangeListingCompartmentResponse
496
502
  * @throws OciError when an error occurs
497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartment API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartment API.
498
504
  */
499
505
  changeListingCompartment(changeListingCompartmentRequest) {
500
506
  return __awaiter(this, void 0, void 0, function* () {
@@ -551,7 +557,7 @@ class MarketplacePublisherClient {
551
557
  * @param ChangeListingRevisionToNewStatusRequest
552
558
  * @return ChangeListingRevisionToNewStatusResponse
553
559
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatus API.
560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatus API.
555
561
  */
556
562
  changeListingRevisionToNewStatus(changeListingRevisionToNewStatusRequest) {
557
563
  return __awaiter(this, void 0, void 0, function* () {
@@ -615,7 +621,7 @@ class MarketplacePublisherClient {
615
621
  * @param ChangeTermCompartmentRequest
616
622
  * @return ChangeTermCompartmentResponse
617
623
  * @throws OciError when an error occurs
618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartment API.
624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartment API.
619
625
  */
620
626
  changeTermCompartment(changeTermCompartmentRequest) {
621
627
  return __awaiter(this, void 0, void 0, function* () {
@@ -672,7 +678,7 @@ class MarketplacePublisherClient {
672
678
  * @param CloneListingRevisionRequest
673
679
  * @return CloneListingRevisionResponse
674
680
  * @throws OciError when an error occurs
675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevision API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevision API.
676
682
  */
677
683
  cloneListingRevision(cloneListingRevisionRequest) {
678
684
  return __awaiter(this, void 0, void 0, function* () {
@@ -746,7 +752,7 @@ class MarketplacePublisherClient {
746
752
  * @param CreateArtifactRequest
747
753
  * @return CreateArtifactResponse
748
754
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifact API.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifact API.
750
756
  */
751
757
  createArtifact(createArtifactRequest) {
752
758
  return __awaiter(this, void 0, void 0, function* () {
@@ -814,7 +820,7 @@ class MarketplacePublisherClient {
814
820
  * @param CreateListingRequest
815
821
  * @return CreateListingResponse
816
822
  * @throws OciError when an error occurs
817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListing API.
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListing API.
818
824
  */
819
825
  createListing(createListingRequest) {
820
826
  return __awaiter(this, void 0, void 0, function* () {
@@ -878,7 +884,7 @@ class MarketplacePublisherClient {
878
884
  * @param CreateListingRevisionRequest
879
885
  * @return CreateListingRevisionResponse
880
886
  * @throws OciError when an error occurs
881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevision API.
887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevision API.
882
888
  */
883
889
  createListingRevision(createListingRevisionRequest) {
884
890
  return __awaiter(this, void 0, void 0, function* () {
@@ -942,7 +948,7 @@ class MarketplacePublisherClient {
942
948
  * @param CreateListingRevisionAttachmentRequest
943
949
  * @return CreateListingRevisionAttachmentResponse
944
950
  * @throws OciError when an error occurs
945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachment API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachment API.
946
952
  */
947
953
  createListingRevisionAttachment(createListingRevisionAttachmentRequest) {
948
954
  return __awaiter(this, void 0, void 0, function* () {
@@ -1006,7 +1012,7 @@ class MarketplacePublisherClient {
1006
1012
  * @param CreateListingRevisionNoteRequest
1007
1013
  * @return CreateListingRevisionNoteResponse
1008
1014
  * @throws OciError when an error occurs
1009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNote API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNote API.
1010
1016
  */
1011
1017
  createListingRevisionNote(createListingRevisionNoteRequest) {
1012
1018
  return __awaiter(this, void 0, void 0, function* () {
@@ -1070,7 +1076,7 @@ class MarketplacePublisherClient {
1070
1076
  * @param CreateListingRevisionPackageRequest
1071
1077
  * @return CreateListingRevisionPackageResponse
1072
1078
  * @throws OciError when an error occurs
1073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackage API.
1079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackage API.
1074
1080
  */
1075
1081
  createListingRevisionPackage(createListingRevisionPackageRequest) {
1076
1082
  return __awaiter(this, void 0, void 0, function* () {
@@ -1134,7 +1140,7 @@ class MarketplacePublisherClient {
1134
1140
  * @param CreateTermRequest
1135
1141
  * @return CreateTermResponse
1136
1142
  * @throws OciError when an error occurs
1137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTerm API.
1143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTerm API.
1138
1144
  */
1139
1145
  createTerm(createTermRequest) {
1140
1146
  return __awaiter(this, void 0, void 0, function* () {
@@ -1197,7 +1203,7 @@ class MarketplacePublisherClient {
1197
1203
  * @param CreateTermVersionRequest
1198
1204
  * @return CreateTermVersionResponse
1199
1205
  * @throws OciError when an error occurs
1200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersion API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/CreateTermVersion.ts.html |here} to see how to use CreateTermVersion API.
1201
1207
  */
1202
1208
  createTermVersion(createTermVersionRequest) {
1203
1209
  return __awaiter(this, void 0, void 0, function* () {
@@ -1262,7 +1268,7 @@ class MarketplacePublisherClient {
1262
1268
  * @param DeleteArtifactRequest
1263
1269
  * @return DeleteArtifactResponse
1264
1270
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifact API.
1271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifact API.
1266
1272
  */
1267
1273
  deleteArtifact(deleteArtifactRequest) {
1268
1274
  return __awaiter(this, void 0, void 0, function* () {
@@ -1323,7 +1329,7 @@ class MarketplacePublisherClient {
1323
1329
  * @param DeleteListingRequest
1324
1330
  * @return DeleteListingResponse
1325
1331
  * @throws OciError when an error occurs
1326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListing API.
1332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListing API.
1327
1333
  */
1328
1334
  deleteListing(deleteListingRequest) {
1329
1335
  return __awaiter(this, void 0, void 0, function* () {
@@ -1378,7 +1384,7 @@ class MarketplacePublisherClient {
1378
1384
  * @param DeleteListingRevisionRequest
1379
1385
  * @return DeleteListingRevisionResponse
1380
1386
  * @throws OciError when an error occurs
1381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevision API.
1387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevision API.
1382
1388
  */
1383
1389
  deleteListingRevision(deleteListingRevisionRequest) {
1384
1390
  return __awaiter(this, void 0, void 0, function* () {
@@ -1433,7 +1439,7 @@ class MarketplacePublisherClient {
1433
1439
  * @param DeleteListingRevisionAttachmentRequest
1434
1440
  * @return DeleteListingRevisionAttachmentResponse
1435
1441
  * @throws OciError when an error occurs
1436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachment API.
1442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachment API.
1437
1443
  */
1438
1444
  deleteListingRevisionAttachment(deleteListingRevisionAttachmentRequest) {
1439
1445
  return __awaiter(this, void 0, void 0, function* () {
@@ -1488,7 +1494,7 @@ class MarketplacePublisherClient {
1488
1494
  * @param DeleteListingRevisionNoteRequest
1489
1495
  * @return DeleteListingRevisionNoteResponse
1490
1496
  * @throws OciError when an error occurs
1491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNote API.
1497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNote API.
1492
1498
  */
1493
1499
  deleteListingRevisionNote(deleteListingRevisionNoteRequest) {
1494
1500
  return __awaiter(this, void 0, void 0, function* () {
@@ -1543,7 +1549,7 @@ class MarketplacePublisherClient {
1543
1549
  * @param DeleteListingRevisionPackageRequest
1544
1550
  * @return DeleteListingRevisionPackageResponse
1545
1551
  * @throws OciError when an error occurs
1546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackage API.
1552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackage API.
1547
1553
  */
1548
1554
  deleteListingRevisionPackage(deleteListingRevisionPackageRequest) {
1549
1555
  return __awaiter(this, void 0, void 0, function* () {
@@ -1598,7 +1604,7 @@ class MarketplacePublisherClient {
1598
1604
  * @param DeleteTermRequest
1599
1605
  * @return DeleteTermResponse
1600
1606
  * @throws OciError when an error occurs
1601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
1607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
1602
1608
  */
1603
1609
  deleteTerm(deleteTermRequest) {
1604
1610
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1659,7 @@ class MarketplacePublisherClient {
1653
1659
  * @param DeleteTermVersionRequest
1654
1660
  * @return DeleteTermVersionResponse
1655
1661
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersion API.
1662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersion API.
1657
1663
  */
1658
1664
  deleteTermVersion(deleteTermVersionRequest) {
1659
1665
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1714,7 @@ class MarketplacePublisherClient {
1708
1714
  * @param GetArtifactRequest
1709
1715
  * @return GetArtifactResponse
1710
1716
  * @throws OciError when an error occurs
1711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifact API.
1717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifact API.
1712
1718
  */
1713
1719
  getArtifact(getArtifactRequest) {
1714
1720
  return __awaiter(this, void 0, void 0, function* () {
@@ -1771,7 +1777,7 @@ class MarketplacePublisherClient {
1771
1777
  * @param GetCategoryRequest
1772
1778
  * @return GetCategoryResponse
1773
1779
  * @throws OciError when an error occurs
1774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategory API.
1780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategory API.
1775
1781
  */
1776
1782
  getCategory(getCategoryRequest) {
1777
1783
  return __awaiter(this, void 0, void 0, function* () {
@@ -1837,7 +1843,7 @@ class MarketplacePublisherClient {
1837
1843
  * @param GetListingRequest
1838
1844
  * @return GetListingResponse
1839
1845
  * @throws OciError when an error occurs
1840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListing API.
1846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListing API.
1841
1847
  */
1842
1848
  getListing(getListingRequest) {
1843
1849
  return __awaiter(this, void 0, void 0, function* () {
@@ -1901,7 +1907,7 @@ class MarketplacePublisherClient {
1901
1907
  * @param GetListingRevisionRequest
1902
1908
  * @return GetListingRevisionResponse
1903
1909
  * @throws OciError when an error occurs
1904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevision API.
1910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevision API.
1905
1911
  */
1906
1912
  getListingRevision(getListingRevisionRequest) {
1907
1913
  return __awaiter(this, void 0, void 0, function* () {
@@ -1965,7 +1971,7 @@ class MarketplacePublisherClient {
1965
1971
  * @param GetListingRevisionAttachmentRequest
1966
1972
  * @return GetListingRevisionAttachmentResponse
1967
1973
  * @throws OciError when an error occurs
1968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachment API.
1974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachment API.
1969
1975
  */
1970
1976
  getListingRevisionAttachment(getListingRevisionAttachmentRequest) {
1971
1977
  return __awaiter(this, void 0, void 0, function* () {
@@ -2028,7 +2034,7 @@ class MarketplacePublisherClient {
2028
2034
  * @param GetListingRevisionNoteRequest
2029
2035
  * @return GetListingRevisionNoteResponse
2030
2036
  * @throws OciError when an error occurs
2031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNote API.
2037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNote API.
2032
2038
  */
2033
2039
  getListingRevisionNote(getListingRevisionNoteRequest) {
2034
2040
  return __awaiter(this, void 0, void 0, function* () {
@@ -2092,7 +2098,7 @@ class MarketplacePublisherClient {
2092
2098
  * @param GetListingRevisionPackageRequest
2093
2099
  * @return GetListingRevisionPackageResponse
2094
2100
  * @throws OciError when an error occurs
2095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackage API.
2101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackage API.
2096
2102
  */
2097
2103
  getListingRevisionPackage(getListingRevisionPackageRequest) {
2098
2104
  return __awaiter(this, void 0, void 0, function* () {
@@ -2155,7 +2161,7 @@ class MarketplacePublisherClient {
2155
2161
  * @param GetMarketRequest
2156
2162
  * @return GetMarketResponse
2157
2163
  * @throws OciError when an error occurs
2158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarket API.
2164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarket API.
2159
2165
  */
2160
2166
  getMarket(getMarketRequest) {
2161
2167
  return __awaiter(this, void 0, void 0, function* () {
@@ -2218,7 +2224,7 @@ class MarketplacePublisherClient {
2218
2224
  * @param GetProductRequest
2219
2225
  * @return GetProductResponse
2220
2226
  * @throws OciError when an error occurs
2221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProduct API.
2227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProduct API.
2222
2228
  */
2223
2229
  getProduct(getProductRequest) {
2224
2230
  return __awaiter(this, void 0, void 0, function* () {
@@ -2281,7 +2287,7 @@ class MarketplacePublisherClient {
2281
2287
  * @param GetPublisherRequest
2282
2288
  * @return GetPublisherResponse
2283
2289
  * @throws OciError when an error occurs
2284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisher API.
2290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisher API.
2285
2291
  */
2286
2292
  getPublisher(getPublisherRequest) {
2287
2293
  return __awaiter(this, void 0, void 0, function* () {
@@ -2344,7 +2350,7 @@ class MarketplacePublisherClient {
2344
2350
  * @param GetTermRequest
2345
2351
  * @return GetTermResponse
2346
2352
  * @throws OciError when an error occurs
2347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTerm API.
2353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTerm API.
2348
2354
  */
2349
2355
  getTerm(getTermRequest) {
2350
2356
  return __awaiter(this, void 0, void 0, function* () {
@@ -2407,7 +2413,7 @@ class MarketplacePublisherClient {
2407
2413
  * @param GetTermVersionRequest
2408
2414
  * @return GetTermVersionResponse
2409
2415
  * @throws OciError when an error occurs
2410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersion API.
2416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersion API.
2411
2417
  */
2412
2418
  getTermVersion(getTermVersionRequest) {
2413
2419
  return __awaiter(this, void 0, void 0, function* () {
@@ -2470,7 +2476,7 @@ class MarketplacePublisherClient {
2470
2476
  * @param GetWorkRequestRequest
2471
2477
  * @return GetWorkRequestResponse
2472
2478
  * @throws OciError when an error occurs
2473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2474
2480
  */
2475
2481
  getWorkRequest(getWorkRequestRequest) {
2476
2482
  return __awaiter(this, void 0, void 0, function* () {
@@ -2541,7 +2547,7 @@ class MarketplacePublisherClient {
2541
2547
  * @param ListArtifactsRequest
2542
2548
  * @return ListArtifactsResponse
2543
2549
  * @throws OciError when an error occurs
2544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifacts API.
2550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifacts API.
2545
2551
  */
2546
2552
  listArtifacts(listArtifactsRequest) {
2547
2553
  return __awaiter(this, void 0, void 0, function* () {
@@ -2614,7 +2620,7 @@ class MarketplacePublisherClient {
2614
2620
  * @param ListCategoriesRequest
2615
2621
  * @return ListCategoriesResponse
2616
2622
  * @throws OciError when an error occurs
2617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategories API.
2623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategories API.
2618
2624
  */
2619
2625
  listCategories(listCategoriesRequest) {
2620
2626
  return __awaiter(this, void 0, void 0, function* () {
@@ -2684,7 +2690,7 @@ class MarketplacePublisherClient {
2684
2690
  * @param ListListingRevisionAttachmentsRequest
2685
2691
  * @return ListListingRevisionAttachmentsResponse
2686
2692
  * @throws OciError when an error occurs
2687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachments API.
2693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachments API.
2688
2694
  */
2689
2695
  listListingRevisionAttachments(listListingRevisionAttachmentsRequest) {
2690
2696
  return __awaiter(this, void 0, void 0, function* () {
@@ -2755,7 +2761,7 @@ class MarketplacePublisherClient {
2755
2761
  * @param ListListingRevisionNotesRequest
2756
2762
  * @return ListListingRevisionNotesResponse
2757
2763
  * @throws OciError when an error occurs
2758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotes API.
2764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotes API.
2759
2765
  */
2760
2766
  listListingRevisionNotes(listListingRevisionNotesRequest) {
2761
2767
  return __awaiter(this, void 0, void 0, function* () {
@@ -2824,7 +2830,7 @@ class MarketplacePublisherClient {
2824
2830
  * @param ListListingRevisionPackagesRequest
2825
2831
  * @return ListListingRevisionPackagesResponse
2826
2832
  * @throws OciError when an error occurs
2827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackages API.
2833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackages API.
2828
2834
  */
2829
2835
  listListingRevisionPackages(listListingRevisionPackagesRequest) {
2830
2836
  return __awaiter(this, void 0, void 0, function* () {
@@ -2898,7 +2904,7 @@ class MarketplacePublisherClient {
2898
2904
  * @param ListListingRevisionsRequest
2899
2905
  * @return ListListingRevisionsResponse
2900
2906
  * @throws OciError when an error occurs
2901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisions API.
2907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisions API.
2902
2908
  */
2903
2909
  listListingRevisions(listListingRevisionsRequest) {
2904
2910
  return __awaiter(this, void 0, void 0, function* () {
@@ -2972,7 +2978,7 @@ class MarketplacePublisherClient {
2972
2978
  * @param ListListingsRequest
2973
2979
  * @return ListListingsResponse
2974
2980
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListings API.
2981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListings API.
2976
2982
  */
2977
2983
  listListings(listListingsRequest) {
2978
2984
  return __awaiter(this, void 0, void 0, function* () {
@@ -3044,7 +3050,7 @@ class MarketplacePublisherClient {
3044
3050
  * @param ListMarketsRequest
3045
3051
  * @return ListMarketsResponse
3046
3052
  * @throws OciError when an error occurs
3047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarkets API.
3053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarkets API.
3048
3054
  */
3049
3055
  listMarkets(listMarketsRequest) {
3050
3056
  return __awaiter(this, void 0, void 0, function* () {
@@ -3115,7 +3121,7 @@ class MarketplacePublisherClient {
3115
3121
  * @param ListProductsRequest
3116
3122
  * @return ListProductsResponse
3117
3123
  * @throws OciError when an error occurs
3118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProducts API.
3124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProducts API.
3119
3125
  */
3120
3126
  listProducts(listProductsRequest) {
3121
3127
  return __awaiter(this, void 0, void 0, function* () {
@@ -3183,7 +3189,7 @@ class MarketplacePublisherClient {
3183
3189
  * @param ListPublishersRequest
3184
3190
  * @return ListPublishersResponse
3185
3191
  * @throws OciError when an error occurs
3186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishers API.
3192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishers API.
3187
3193
  */
3188
3194
  listPublishers(listPublishersRequest) {
3189
3195
  return __awaiter(this, void 0, void 0, function* () {
@@ -3251,7 +3257,7 @@ class MarketplacePublisherClient {
3251
3257
  * @param ListTermVersionsRequest
3252
3258
  * @return ListTermVersionsResponse
3253
3259
  * @throws OciError when an error occurs
3254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersions API.
3260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersions API.
3255
3261
  */
3256
3262
  listTermVersions(listTermVersionsRequest) {
3257
3263
  return __awaiter(this, void 0, void 0, function* () {
@@ -3320,7 +3326,7 @@ class MarketplacePublisherClient {
3320
3326
  * @param ListTermsRequest
3321
3327
  * @return ListTermsResponse
3322
3328
  * @throws OciError when an error occurs
3323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTerms API.
3329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTerms API.
3324
3330
  */
3325
3331
  listTerms(listTermsRequest) {
3326
3332
  return __awaiter(this, void 0, void 0, function* () {
@@ -3389,7 +3395,7 @@ class MarketplacePublisherClient {
3389
3395
  * @param ListWorkRequestErrorsRequest
3390
3396
  * @return ListWorkRequestErrorsResponse
3391
3397
  * @throws OciError when an error occurs
3392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3393
3399
  */
3394
3400
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3395
3401
  return __awaiter(this, void 0, void 0, function* () {
@@ -3458,7 +3464,7 @@ class MarketplacePublisherClient {
3458
3464
  * @param ListWorkRequestLogsRequest
3459
3465
  * @return ListWorkRequestLogsResponse
3460
3466
  * @throws OciError when an error occurs
3461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3462
3468
  */
3463
3469
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3464
3470
  return __awaiter(this, void 0, void 0, function* () {
@@ -3527,7 +3533,7 @@ class MarketplacePublisherClient {
3527
3533
  * @param ListWorkRequestsRequest
3528
3534
  * @return ListWorkRequestsResponse
3529
3535
  * @throws OciError when an error occurs
3530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3531
3537
  */
3532
3538
  listWorkRequests(listWorkRequestsRequest) {
3533
3539
  return __awaiter(this, void 0, void 0, function* () {
@@ -3597,7 +3603,7 @@ class MarketplacePublisherClient {
3597
3603
  * @param MarkListingRevisionPackageAsDefaultRequest
3598
3604
  * @return MarkListingRevisionPackageAsDefaultResponse
3599
3605
  * @throws OciError when an error occurs
3600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefault API.
3606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefault API.
3601
3607
  */
3602
3608
  markListingRevisionPackageAsDefault(markListingRevisionPackageAsDefaultRequest) {
3603
3609
  return __awaiter(this, void 0, void 0, function* () {
@@ -3658,7 +3664,7 @@ class MarketplacePublisherClient {
3658
3664
  * @param PublishListingRevisionRequest
3659
3665
  * @return PublishListingRevisionResponse
3660
3666
  * @throws OciError when an error occurs
3661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevision API.
3667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevision API.
3662
3668
  */
3663
3669
  publishListingRevision(publishListingRevisionRequest) {
3664
3670
  return __awaiter(this, void 0, void 0, function* () {
@@ -3719,7 +3725,7 @@ class MarketplacePublisherClient {
3719
3725
  * @param PublishListingRevisionAsPrivateRequest
3720
3726
  * @return PublishListingRevisionAsPrivateResponse
3721
3727
  * @throws OciError when an error occurs
3722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivate API.
3728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivate API.
3723
3729
  */
3724
3730
  publishListingRevisionAsPrivate(publishListingRevisionAsPrivateRequest) {
3725
3731
  return __awaiter(this, void 0, void 0, function* () {
@@ -3781,7 +3787,7 @@ class MarketplacePublisherClient {
3781
3787
  * @param PublishListingRevisionPackageRequest
3782
3788
  * @return PublishListingRevisionPackageResponse
3783
3789
  * @throws OciError when an error occurs
3784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackage API.
3790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackage API.
3785
3791
  */
3786
3792
  publishListingRevisionPackage(publishListingRevisionPackageRequest) {
3787
3793
  return __awaiter(this, void 0, void 0, function* () {
@@ -3842,7 +3848,7 @@ class MarketplacePublisherClient {
3842
3848
  * @param SubmitListingRevisionForReviewRequest
3843
3849
  * @return SubmitListingRevisionForReviewResponse
3844
3850
  * @throws OciError when an error occurs
3845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReview API.
3851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReview API.
3846
3852
  */
3847
3853
  submitListingRevisionForReview(submitListingRevisionForReviewRequest) {
3848
3854
  return __awaiter(this, void 0, void 0, function* () {
@@ -3908,7 +3914,7 @@ class MarketplacePublisherClient {
3908
3914
  * @param UnPublishListingRevisionPackageRequest
3909
3915
  * @return UnPublishListingRevisionPackageResponse
3910
3916
  * @throws OciError when an error occurs
3911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackage API.
3917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackage API.
3912
3918
  */
3913
3919
  unPublishListingRevisionPackage(unPublishListingRevisionPackageRequest) {
3914
3920
  return __awaiter(this, void 0, void 0, function* () {
@@ -3969,7 +3975,7 @@ class MarketplacePublisherClient {
3969
3975
  * @param UpdateArtifactRequest
3970
3976
  * @return UpdateArtifactResponse
3971
3977
  * @throws OciError when an error occurs
3972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifact API.
3978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifact API.
3973
3979
  */
3974
3980
  updateArtifact(updateArtifactRequest) {
3975
3981
  return __awaiter(this, void 0, void 0, function* () {
@@ -4030,7 +4036,7 @@ class MarketplacePublisherClient {
4030
4036
  * @param UpdateListingRequest
4031
4037
  * @return UpdateListingResponse
4032
4038
  * @throws OciError when an error occurs
4033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListing API.
4039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListing API.
4034
4040
  */
4035
4041
  updateListing(updateListingRequest) {
4036
4042
  return __awaiter(this, void 0, void 0, function* () {
@@ -4095,7 +4101,7 @@ class MarketplacePublisherClient {
4095
4101
  * @param UpdateListingRevisionRequest
4096
4102
  * @return UpdateListingRevisionResponse
4097
4103
  * @throws OciError when an error occurs
4098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevision API.
4104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateListingRevision.ts.html |here} to see how to use UpdateListingRevision API.
4099
4105
  */
4100
4106
  updateListingRevision(updateListingRevisionRequest) {
4101
4107
  return __awaiter(this, void 0, void 0, function* () {
@@ -4160,7 +4166,7 @@ class MarketplacePublisherClient {
4160
4166
  * @param UpdateListingRevisionAttachmentRequest
4161
4167
  * @return UpdateListingRevisionAttachmentResponse
4162
4168
  * @throws OciError when an error occurs
4163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachment API.
4169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateListingRevisionAttachment.ts.html |here} to see how to use UpdateListingRevisionAttachment API.
4164
4170
  */
4165
4171
  updateListingRevisionAttachment(updateListingRevisionAttachmentRequest) {
4166
4172
  return __awaiter(this, void 0, void 0, function* () {
@@ -4225,7 +4231,7 @@ class MarketplacePublisherClient {
4225
4231
  * @param UpdateListingRevisionAttachmentContentRequest
4226
4232
  * @return UpdateListingRevisionAttachmentContentResponse
4227
4233
  * @throws OciError when an error occurs
4228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContent API.
4234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateListingRevisionAttachmentContent.ts.html |here} to see how to use UpdateListingRevisionAttachmentContent API.
4229
4235
  */
4230
4236
  updateListingRevisionAttachmentContent(updateListingRevisionAttachmentContentRequest) {
4231
4237
  return __awaiter(this, void 0, void 0, function* () {
@@ -4290,7 +4296,7 @@ class MarketplacePublisherClient {
4290
4296
  * @param UpdateListingRevisionIconContentRequest
4291
4297
  * @return UpdateListingRevisionIconContentResponse
4292
4298
  * @throws OciError when an error occurs
4293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContent API.
4299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateListingRevisionIconContent.ts.html |here} to see how to use UpdateListingRevisionIconContent API.
4294
4300
  */
4295
4301
  updateListingRevisionIconContent(updateListingRevisionIconContentRequest) {
4296
4302
  return __awaiter(this, void 0, void 0, function* () {
@@ -4355,7 +4361,7 @@ class MarketplacePublisherClient {
4355
4361
  * @param UpdateListingRevisionPackageRequest
4356
4362
  * @return UpdateListingRevisionPackageResponse
4357
4363
  * @throws OciError when an error occurs
4358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackage API.
4364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateListingRevisionPackage.ts.html |here} to see how to use UpdateListingRevisionPackage API.
4359
4365
  */
4360
4366
  updateListingRevisionPackage(updateListingRevisionPackageRequest) {
4361
4367
  return __awaiter(this, void 0, void 0, function* () {
@@ -4420,7 +4426,7 @@ class MarketplacePublisherClient {
4420
4426
  * @param UpdateTermRequest
4421
4427
  * @return UpdateTermResponse
4422
4428
  * @throws OciError when an error occurs
4423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
4429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
4424
4430
  */
4425
4431
  updateTerm(updateTermRequest) {
4426
4432
  return __awaiter(this, void 0, void 0, function* () {
@@ -4485,7 +4491,7 @@ class MarketplacePublisherClient {
4485
4491
  * @param UpdateTermVersionRequest
4486
4492
  * @return UpdateTermVersionResponse
4487
4493
  * @throws OciError when an error occurs
4488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersion API.
4494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateTermVersion.ts.html |here} to see how to use UpdateTermVersion API.
4489
4495
  */
4490
4496
  updateTermVersion(updateTermVersionRequest) {
4491
4497
  return __awaiter(this, void 0, void 0, function* () {
@@ -4550,7 +4556,7 @@ class MarketplacePublisherClient {
4550
4556
  * @param UpdateTermVersionContentRequest
4551
4557
  * @return UpdateTermVersionContentResponse
4552
4558
  * @throws OciError when an error occurs
4553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContent API.
4559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/UpdateTermVersionContent.ts.html |here} to see how to use UpdateTermVersionContent API.
4554
4560
  */
4555
4561
  updateTermVersionContent(updateTermVersionContentRequest) {
4556
4562
  return __awaiter(this, void 0, void 0, function* () {
@@ -4616,7 +4622,7 @@ class MarketplacePublisherClient {
4616
4622
  * @param ValidateAndPublishArtifactRequest
4617
4623
  * @return ValidateAndPublishArtifactResponse
4618
4624
  * @throws OciError when an error occurs
4619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifact API.
4625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ValidateAndPublishArtifact.ts.html |here} to see how to use ValidateAndPublishArtifact API.
4620
4626
  */
4621
4627
  validateAndPublishArtifact(validateAndPublishArtifactRequest) {
4622
4628
  return __awaiter(this, void 0, void 0, function* () {
@@ -4677,7 +4683,7 @@ class MarketplacePublisherClient {
4677
4683
  * @param WithdrawListingRevisionRequest
4678
4684
  * @return WithdrawListingRevisionResponse
4679
4685
  * @throws OciError when an error occurs
4680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevision API.
4686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/WithdrawListingRevision.ts.html |here} to see how to use WithdrawListingRevision API.
4681
4687
  */
4682
4688
  withdrawListingRevision(withdrawListingRevisionRequest) {
4683
4689
  return __awaiter(this, void 0, void 0, function* () {