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
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeArtifactCompartment.ts.html |here} to see how to use ChangeArtifactCompartmentRequest.
17
17
  */
18
18
  export interface ChangeArtifactCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeListingCompartment.ts.html |here} to see how to use ChangeListingCompartmentRequest.
17
17
  */
18
18
  export interface ChangeListingCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeListingRevisionToNewStatus.ts.html |here} to see how to use ChangeListingRevisionToNewStatusRequest.
16
16
  */
17
17
  export interface ChangeListingRevisionToNewStatusRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/marketplacepublisher/ChangeTermCompartment.ts.html |here} to see how to use ChangeTermCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTermCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CloneListingRevision.ts.html |here} to see how to use CloneListingRevisionRequest.
15
+ * @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 CloneListingRevisionRequest.
16
16
  */
17
17
  export interface CloneListingRevisionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateArtifact.ts.html |here} to see how to use CreateArtifactRequest.
16
+ * @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 CreateArtifactRequest.
17
17
  */
18
18
  export interface CreateArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListing.ts.html |here} to see how to use CreateListingRequest.
16
+ * @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 CreateListingRequest.
17
17
  */
18
18
  export interface CreateListingRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevisionAttachment.ts.html |here} to see how to use CreateListingRevisionAttachmentRequest.
16
+ * @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 CreateListingRevisionAttachmentRequest.
17
17
  */
18
18
  export interface CreateListingRevisionAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevisionNote.ts.html |here} to see how to use CreateListingRevisionNoteRequest.
16
+ * @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 CreateListingRevisionNoteRequest.
17
17
  */
18
18
  export interface CreateListingRevisionNoteRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevisionPackage.ts.html |here} to see how to use CreateListingRevisionPackageRequest.
16
+ * @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 CreateListingRevisionPackageRequest.
17
17
  */
18
18
  export interface CreateListingRevisionPackageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateListingRevision.ts.html |here} to see how to use CreateListingRevisionRequest.
16
+ * @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 CreateListingRevisionRequest.
17
17
  */
18
18
  export interface CreateListingRevisionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/CreateTerm.ts.html |here} to see how to use CreateTermRequest.
16
+ * @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 CreateTermRequest.
17
17
  */
18
18
  export interface CreateTermRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @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 CreateTermVersionRequest.
17
+ * @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 CreateTermVersionRequest.
18
18
  */
19
19
  export interface CreateTermVersionRequest extends common.BaseRequest {
20
20
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteArtifact.ts.html |here} to see how to use DeleteArtifactRequest.
15
+ * @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 DeleteArtifactRequest.
16
16
  */
17
17
  export interface DeleteArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListing.ts.html |here} to see how to use DeleteListingRequest.
15
+ * @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 DeleteListingRequest.
16
16
  */
17
17
  export interface DeleteListingRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevisionAttachment.ts.html |here} to see how to use DeleteListingRevisionAttachmentRequest.
15
+ * @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 DeleteListingRevisionAttachmentRequest.
16
16
  */
17
17
  export interface DeleteListingRevisionAttachmentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevisionNote.ts.html |here} to see how to use DeleteListingRevisionNoteRequest.
15
+ * @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 DeleteListingRevisionNoteRequest.
16
16
  */
17
17
  export interface DeleteListingRevisionNoteRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevisionPackage.ts.html |here} to see how to use DeleteListingRevisionPackageRequest.
15
+ * @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 DeleteListingRevisionPackageRequest.
16
16
  */
17
17
  export interface DeleteListingRevisionPackageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteListingRevision.ts.html |here} to see how to use DeleteListingRevisionRequest.
15
+ * @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 DeleteListingRevisionRequest.
16
16
  */
17
17
  export interface DeleteListingRevisionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteTerm.ts.html |here} to see how to use DeleteTermRequest.
15
+ * @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 DeleteTermRequest.
16
16
  */
17
17
  export interface DeleteTermRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/DeleteTermVersion.ts.html |here} to see how to use DeleteTermVersionRequest.
15
+ * @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 DeleteTermVersionRequest.
16
16
  */
17
17
  export interface DeleteTermVersionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetArtifact.ts.html |here} to see how to use GetArtifactRequest.
15
+ * @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 GetArtifactRequest.
16
16
  */
17
17
  export interface GetArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetCategory.ts.html |here} to see how to use GetCategoryRequest.
15
+ * @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 GetCategoryRequest.
16
16
  */
17
17
  export interface GetCategoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListing.ts.html |here} to see how to use GetListingRequest.
15
+ * @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 GetListingRequest.
16
16
  */
17
17
  export interface GetListingRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevisionAttachment.ts.html |here} to see how to use GetListingRevisionAttachmentRequest.
15
+ * @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 GetListingRevisionAttachmentRequest.
16
16
  */
17
17
  export interface GetListingRevisionAttachmentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevisionNote.ts.html |here} to see how to use GetListingRevisionNoteRequest.
15
+ * @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 GetListingRevisionNoteRequest.
16
16
  */
17
17
  export interface GetListingRevisionNoteRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevisionPackage.ts.html |here} to see how to use GetListingRevisionPackageRequest.
15
+ * @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 GetListingRevisionPackageRequest.
16
16
  */
17
17
  export interface GetListingRevisionPackageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetListingRevision.ts.html |here} to see how to use GetListingRevisionRequest.
15
+ * @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 GetListingRevisionRequest.
16
16
  */
17
17
  export interface GetListingRevisionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetMarket.ts.html |here} to see how to use GetMarketRequest.
15
+ * @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 GetMarketRequest.
16
16
  */
17
17
  export interface GetMarketRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetProduct.ts.html |here} to see how to use GetProductRequest.
15
+ * @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 GetProductRequest.
16
16
  */
17
17
  export interface GetProductRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetPublisher.ts.html |here} to see how to use GetPublisherRequest.
15
+ * @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 GetPublisherRequest.
16
16
  */
17
17
  export interface GetPublisherRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetTerm.ts.html |here} to see how to use GetTermRequest.
15
+ * @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 GetTermRequest.
16
16
  */
17
17
  export interface GetTermRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetTermVersion.ts.html |here} to see how to use GetTermVersionRequest.
15
+ * @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 GetTermVersionRequest.
16
16
  */
17
17
  export interface GetTermVersionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @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 GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListArtifacts.ts.html |here} to see how to use ListArtifactsRequest.
16
+ * @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 ListArtifactsRequest.
17
17
  */
18
18
  export interface ListArtifactsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListCategories.ts.html |here} to see how to use ListCategoriesRequest.
16
+ * @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 ListCategoriesRequest.
17
17
  */
18
18
  export interface ListCategoriesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisionAttachments.ts.html |here} to see how to use ListListingRevisionAttachmentsRequest.
16
+ * @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 ListListingRevisionAttachmentsRequest.
17
17
  */
18
18
  export interface ListListingRevisionAttachmentsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisionNotes.ts.html |here} to see how to use ListListingRevisionNotesRequest.
16
+ * @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 ListListingRevisionNotesRequest.
17
17
  */
18
18
  export interface ListListingRevisionNotesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisionPackages.ts.html |here} to see how to use ListListingRevisionPackagesRequest.
16
+ * @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 ListListingRevisionPackagesRequest.
17
17
  */
18
18
  export interface ListListingRevisionPackagesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListingRevisions.ts.html |here} to see how to use ListListingRevisionsRequest.
16
+ * @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 ListListingRevisionsRequest.
17
17
  */
18
18
  export interface ListListingRevisionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListListings.ts.html |here} to see how to use ListListingsRequest.
16
+ * @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 ListListingsRequest.
17
17
  */
18
18
  export interface ListListingsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListMarkets.ts.html |here} to see how to use ListMarketsRequest.
16
+ * @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 ListMarketsRequest.
17
17
  */
18
18
  export interface ListMarketsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListProducts.ts.html |here} to see how to use ListProductsRequest.
16
+ * @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 ListProductsRequest.
17
17
  */
18
18
  export interface ListProductsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListPublishers.ts.html |here} to see how to use ListPublishersRequest.
16
+ * @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 ListPublishersRequest.
17
17
  */
18
18
  export interface ListPublishersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListTermVersions.ts.html |here} to see how to use ListTermVersionsRequest.
16
+ * @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 ListTermVersionsRequest.
17
17
  */
18
18
  export interface ListTermVersionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListTerms.ts.html |here} to see how to use ListTermsRequest.
16
+ * @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 ListTermsRequest.
17
17
  */
18
18
  export interface ListTermsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @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 ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @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 ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @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 ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/MarkListingRevisionPackageAsDefault.ts.html |here} to see how to use MarkListingRevisionPackageAsDefaultRequest.
15
+ * @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 MarkListingRevisionPackageAsDefaultRequest.
16
16
  */
17
17
  export interface MarkListingRevisionPackageAsDefaultRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/PublishListingRevisionAsPrivate.ts.html |here} to see how to use PublishListingRevisionAsPrivateRequest.
16
+ * @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 PublishListingRevisionAsPrivateRequest.
17
17
  */
18
18
  export interface PublishListingRevisionAsPrivateRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/PublishListingRevisionPackage.ts.html |here} to see how to use PublishListingRevisionPackageRequest.
15
+ * @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 PublishListingRevisionPackageRequest.
16
16
  */
17
17
  export interface PublishListingRevisionPackageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/PublishListingRevision.ts.html |here} to see how to use PublishListingRevisionRequest.
15
+ * @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 PublishListingRevisionRequest.
16
16
  */
17
17
  export interface PublishListingRevisionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/SubmitListingRevisionForReview.ts.html |here} to see how to use SubmitListingRevisionForReviewRequest.
16
+ * @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 SubmitListingRevisionForReviewRequest.
17
17
  */
18
18
  export interface SubmitListingRevisionForReviewRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UnPublishListingRevisionPackage.ts.html |here} to see how to use UnPublishListingRevisionPackageRequest.
15
+ * @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 UnPublishListingRevisionPackageRequest.
16
16
  */
17
17
  export interface UnPublishListingRevisionPackageRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateArtifact.ts.html |here} to see how to use UpdateArtifactRequest.
16
+ * @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 UpdateArtifactRequest.
17
17
  */
18
18
  export interface UpdateArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/marketplacepublisher/UpdateListing.ts.html |here} to see how to use UpdateListingRequest.
16
+ * @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 UpdateListingRequest.
17
17
  */
18
18
  export interface UpdateListingRequest extends common.BaseRequest {
19
19
  /**