oci-tenantmanagercontrolplane 2.24.0 → 2.25.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 (51) hide show
  1. package/lib/client.d.ts +48 -48
  2. package/lib/client.js +48 -48
  3. package/lib/request/accept-recipient-invitation-request.d.ts +1 -1
  4. package/lib/request/activate-order-request.d.ts +1 -1
  5. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +1 -1
  6. package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
  7. package/lib/request/create-child-tenancy-request.d.ts +1 -1
  8. package/lib/request/create-domain-governance-request.d.ts +1 -1
  9. package/lib/request/create-domain-request.d.ts +1 -1
  10. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  11. package/lib/request/create-subscription-mapping-request.d.ts +1 -1
  12. package/lib/request/delete-domain-governance-request.d.ts +1 -1
  13. package/lib/request/delete-domain-request.d.ts +1 -1
  14. package/lib/request/delete-link-request.d.ts +1 -1
  15. package/lib/request/delete-organization-tenancy-request.d.ts +1 -1
  16. package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
  17. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  18. package/lib/request/get-domain-governance-request.d.ts +1 -1
  19. package/lib/request/get-domain-request.d.ts +1 -1
  20. package/lib/request/get-link-request.d.ts +1 -1
  21. package/lib/request/get-order-request.d.ts +1 -1
  22. package/lib/request/get-organization-request.d.ts +1 -1
  23. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  24. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  25. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  26. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  27. package/lib/request/get-subscription-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/ignore-recipient-invitation-request.d.ts +1 -1
  30. package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
  31. package/lib/request/list-available-regions-request.d.ts +1 -1
  32. package/lib/request/list-domain-governances-request.d.ts +1 -1
  33. package/lib/request/list-domains-request.d.ts +1 -1
  34. package/lib/request/list-links-request.d.ts +1 -1
  35. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  36. package/lib/request/list-organizations-request.d.ts +1 -1
  37. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  38. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  39. package/lib/request/list-subscription-mappings-request.d.ts +1 -1
  40. package/lib/request/list-subscriptions-request.d.ts +1 -1
  41. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  42. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  43. package/lib/request/list-work-requests-request.d.ts +1 -1
  44. package/lib/request/restore-organization-tenancy-request.d.ts +1 -1
  45. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +1 -1
  46. package/lib/request/update-domain-governance-request.d.ts +1 -1
  47. package/lib/request/update-domain-request.d.ts +1 -1
  48. package/lib/request/update-organization-request.d.ts +1 -1
  49. package/lib/request/update-recipient-invitation-request.d.ts +1 -1
  50. package/lib/request/update-sender-invitation-request.d.ts +1 -1
  51. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -162,7 +162,7 @@ class DomainClient {
162
162
  * @param CreateDomainRequest
163
163
  * @return CreateDomainResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
166
166
  */
167
167
  createDomain(createDomainRequest) {
168
168
  return __awaiter(this, void 0, void 0, function* () {
@@ -228,7 +228,7 @@ class DomainClient {
228
228
  * @param DeleteDomainRequest
229
229
  * @return DeleteDomainResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
232
232
  */
233
233
  deleteDomain(deleteDomainRequest) {
234
234
  return __awaiter(this, void 0, void 0, function* () {
@@ -281,7 +281,7 @@ class DomainClient {
281
281
  * @param GetDomainRequest
282
282
  * @return GetDomainResponse
283
283
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
285
285
  */
286
286
  getDomain(getDomainRequest) {
287
287
  return __awaiter(this, void 0, void 0, function* () {
@@ -343,7 +343,7 @@ class DomainClient {
343
343
  * @param ListDomainsRequest
344
344
  * @return ListDomainsResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
347
347
  */
348
348
  listDomains(listDomainsRequest) {
349
349
  return __awaiter(this, void 0, void 0, function* () {
@@ -412,7 +412,7 @@ class DomainClient {
412
412
  * @param UpdateDomainRequest
413
413
  * @return UpdateDomainResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
416
416
  */
417
417
  updateDomain(updateDomainRequest) {
418
418
  return __awaiter(this, void 0, void 0, function* () {
@@ -580,7 +580,7 @@ class DomainGovernanceClient {
580
580
  * @param CreateDomainGovernanceRequest
581
581
  * @return CreateDomainGovernanceResponse
582
582
  * @throws OciError when an error occurs
583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
584
584
  */
585
585
  createDomainGovernance(createDomainGovernanceRequest) {
586
586
  return __awaiter(this, void 0, void 0, function* () {
@@ -641,7 +641,7 @@ class DomainGovernanceClient {
641
641
  * @param DeleteDomainGovernanceRequest
642
642
  * @return DeleteDomainGovernanceResponse
643
643
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
645
645
  */
646
646
  deleteDomainGovernance(deleteDomainGovernanceRequest) {
647
647
  return __awaiter(this, void 0, void 0, function* () {
@@ -694,7 +694,7 @@ class DomainGovernanceClient {
694
694
  * @param GetDomainGovernanceRequest
695
695
  * @return GetDomainGovernanceResponse
696
696
  * @throws OciError when an error occurs
697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
698
698
  */
699
699
  getDomainGovernance(getDomainGovernanceRequest) {
700
700
  return __awaiter(this, void 0, void 0, function* () {
@@ -756,7 +756,7 @@ class DomainGovernanceClient {
756
756
  * @param ListDomainGovernancesRequest
757
757
  * @return ListDomainGovernancesResponse
758
758
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
760
760
  */
761
761
  listDomainGovernances(listDomainGovernancesRequest) {
762
762
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class DomainGovernanceClient {
825
825
  * @param UpdateDomainGovernanceRequest
826
826
  * @return UpdateDomainGovernanceResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
829
829
  */
830
830
  updateDomainGovernance(updateDomainGovernanceRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -993,7 +993,7 @@ class LinkClient {
993
993
  * @param DeleteLinkRequest
994
994
  * @return DeleteLinkResponse
995
995
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
997
997
  */
998
998
  deleteLink(deleteLinkRequest) {
999
999
  return __awaiter(this, void 0, void 0, function* () {
@@ -1051,7 +1051,7 @@ class LinkClient {
1051
1051
  * @param GetLinkRequest
1052
1052
  * @return GetLinkResponse
1053
1053
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
1054
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
1055
1055
  */
1056
1056
  getLink(getLinkRequest) {
1057
1057
  return __awaiter(this, void 0, void 0, function* () {
@@ -1112,7 +1112,7 @@ class LinkClient {
1112
1112
  * @param ListLinksRequest
1113
1113
  * @return ListLinksResponse
1114
1114
  * @throws OciError when an error occurs
1115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
1115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
1116
1116
  */
1117
1117
  listLinks(listLinksRequest) {
1118
1118
  return __awaiter(this, void 0, void 0, function* () {
@@ -1262,7 +1262,7 @@ class OrdersClient {
1262
1262
  * @param ActivateOrderRequest
1263
1263
  * @return ActivateOrderResponse
1264
1264
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
1266
1266
  */
1267
1267
  activateOrder(activateOrderRequest) {
1268
1268
  return __awaiter(this, void 0, void 0, function* () {
@@ -1322,7 +1322,7 @@ class OrdersClient {
1322
1322
  * @param GetOrderRequest
1323
1323
  * @return GetOrderResponse
1324
1324
  * @throws OciError when an error occurs
1325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
1325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
1326
1326
  */
1327
1327
  getOrder(getOrderRequest) {
1328
1328
  return __awaiter(this, void 0, void 0, function* () {
@@ -1483,7 +1483,7 @@ class OrganizationClient {
1483
1483
  * @param ApproveOrganizationTenancyForTransferRequest
1484
1484
  * @return ApproveOrganizationTenancyForTransferResponse
1485
1485
  * @throws OciError when an error occurs
1486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
1486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
1487
1487
  */
1488
1488
  approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
1489
1489
  return __awaiter(this, void 0, void 0, function* () {
@@ -1548,7 +1548,7 @@ class OrganizationClient {
1548
1548
  * @param CreateChildTenancyRequest
1549
1549
  * @return CreateChildTenancyResponse
1550
1550
  * @throws OciError when an error occurs
1551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
1551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
1552
1552
  */
1553
1553
  createChildTenancy(createChildTenancyRequest) {
1554
1554
  return __awaiter(this, void 0, void 0, function* () {
@@ -1605,7 +1605,7 @@ class OrganizationClient {
1605
1605
  * @param DeleteOrganizationTenancyRequest
1606
1606
  * @return DeleteOrganizationTenancyResponse
1607
1607
  * @throws OciError when an error occurs
1608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
1608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
1609
1609
  */
1610
1610
  deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
1611
1611
  return __awaiter(this, void 0, void 0, function* () {
@@ -1664,7 +1664,7 @@ class OrganizationClient {
1664
1664
  * @param GetOrganizationRequest
1665
1665
  * @return GetOrganizationResponse
1666
1666
  * @throws OciError when an error occurs
1667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
1667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
1668
1668
  */
1669
1669
  getOrganization(getOrganizationRequest) {
1670
1670
  return __awaiter(this, void 0, void 0, function* () {
@@ -1725,7 +1725,7 @@ class OrganizationClient {
1725
1725
  * @param GetOrganizationTenancyRequest
1726
1726
  * @return GetOrganizationTenancyResponse
1727
1727
  * @throws OciError when an error occurs
1728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
1728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
1729
1729
  */
1730
1730
  getOrganizationTenancy(getOrganizationTenancyRequest) {
1731
1731
  return __awaiter(this, void 0, void 0, function* () {
@@ -1787,7 +1787,7 @@ class OrganizationClient {
1787
1787
  * @param ListOrganizationTenanciesRequest
1788
1788
  * @return ListOrganizationTenanciesResponse
1789
1789
  * @throws OciError when an error occurs
1790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
1790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
1791
1791
  */
1792
1792
  listOrganizationTenancies(listOrganizationTenanciesRequest) {
1793
1793
  return __awaiter(this, void 0, void 0, function* () {
@@ -1851,7 +1851,7 @@ class OrganizationClient {
1851
1851
  * @param ListOrganizationsRequest
1852
1852
  * @return ListOrganizationsResponse
1853
1853
  * @throws OciError when an error occurs
1854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
1854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
1855
1855
  */
1856
1856
  listOrganizations(listOrganizationsRequest) {
1857
1857
  return __awaiter(this, void 0, void 0, function* () {
@@ -1914,7 +1914,7 @@ class OrganizationClient {
1914
1914
  * @param RestoreOrganizationTenancyRequest
1915
1915
  * @return RestoreOrganizationTenancyResponse
1916
1916
  * @throws OciError when an error occurs
1917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
1917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
1918
1918
  */
1919
1919
  restoreOrganizationTenancy(restoreOrganizationTenancyRequest) {
1920
1920
  return __awaiter(this, void 0, void 0, function* () {
@@ -1972,7 +1972,7 @@ class OrganizationClient {
1972
1972
  * @param UnapproveOrganizationTenancyForTransferRequest
1973
1973
  * @return UnapproveOrganizationTenancyForTransferResponse
1974
1974
  * @throws OciError when an error occurs
1975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
1975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
1976
1976
  */
1977
1977
  unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
1978
1978
  return __awaiter(this, void 0, void 0, function* () {
@@ -2037,7 +2037,7 @@ class OrganizationClient {
2037
2037
  * @param UpdateOrganizationRequest
2038
2038
  * @return UpdateOrganizationResponse
2039
2039
  * @throws OciError when an error occurs
2040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
2040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
2041
2041
  */
2042
2042
  updateOrganization(updateOrganizationRequest) {
2043
2043
  return __awaiter(this, void 0, void 0, function* () {
@@ -2202,7 +2202,7 @@ class RecipientInvitationClient {
2202
2202
  * @param AcceptRecipientInvitationRequest
2203
2203
  * @return AcceptRecipientInvitationResponse
2204
2204
  * @throws OciError when an error occurs
2205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
2205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
2206
2206
  */
2207
2207
  acceptRecipientInvitation(acceptRecipientInvitationRequest) {
2208
2208
  return __awaiter(this, void 0, void 0, function* () {
@@ -2261,7 +2261,7 @@ class RecipientInvitationClient {
2261
2261
  * @param GetRecipientInvitationRequest
2262
2262
  * @return GetRecipientInvitationResponse
2263
2263
  * @throws OciError when an error occurs
2264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
2264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
2265
2265
  */
2266
2266
  getRecipientInvitation(getRecipientInvitationRequest) {
2267
2267
  return __awaiter(this, void 0, void 0, function* () {
@@ -2322,7 +2322,7 @@ class RecipientInvitationClient {
2322
2322
  * @param IgnoreRecipientInvitationRequest
2323
2323
  * @return IgnoreRecipientInvitationResponse
2324
2324
  * @throws OciError when an error occurs
2325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
2325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
2326
2326
  */
2327
2327
  ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
2328
2328
  return __awaiter(this, void 0, void 0, function* () {
@@ -2386,7 +2386,7 @@ class RecipientInvitationClient {
2386
2386
  * @param ListRecipientInvitationsRequest
2387
2387
  * @return ListRecipientInvitationsResponse
2388
2388
  * @throws OciError when an error occurs
2389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
2389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
2390
2390
  */
2391
2391
  listRecipientInvitations(listRecipientInvitationsRequest) {
2392
2392
  return __awaiter(this, void 0, void 0, function* () {
@@ -2451,7 +2451,7 @@ class RecipientInvitationClient {
2451
2451
  * @param UpdateRecipientInvitationRequest
2452
2452
  * @return UpdateRecipientInvitationResponse
2453
2453
  * @throws OciError when an error occurs
2454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
2454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
2455
2455
  */
2456
2456
  updateRecipientInvitation(updateRecipientInvitationRequest) {
2457
2457
  return __awaiter(this, void 0, void 0, function* () {
@@ -2619,7 +2619,7 @@ class SenderInvitationClient {
2619
2619
  * @param CancelSenderInvitationRequest
2620
2620
  * @return CancelSenderInvitationResponse
2621
2621
  * @throws OciError when an error occurs
2622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
2622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
2623
2623
  */
2624
2624
  cancelSenderInvitation(cancelSenderInvitationRequest) {
2625
2625
  return __awaiter(this, void 0, void 0, function* () {
@@ -2678,7 +2678,7 @@ class SenderInvitationClient {
2678
2678
  * @param CreateSenderInvitationRequest
2679
2679
  * @return CreateSenderInvitationResponse
2680
2680
  * @throws OciError when an error occurs
2681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
2681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
2682
2682
  */
2683
2683
  createSenderInvitation(createSenderInvitationRequest) {
2684
2684
  return __awaiter(this, void 0, void 0, function* () {
@@ -2744,7 +2744,7 @@ class SenderInvitationClient {
2744
2744
  * @param GetSenderInvitationRequest
2745
2745
  * @return GetSenderInvitationResponse
2746
2746
  * @throws OciError when an error occurs
2747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
2747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
2748
2748
  */
2749
2749
  getSenderInvitation(getSenderInvitationRequest) {
2750
2750
  return __awaiter(this, void 0, void 0, function* () {
@@ -2806,7 +2806,7 @@ class SenderInvitationClient {
2806
2806
  * @param ListSenderInvitationsRequest
2807
2807
  * @return ListSenderInvitationsResponse
2808
2808
  * @throws OciError when an error occurs
2809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
2809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
2810
2810
  */
2811
2811
  listSenderInvitations(listSenderInvitationsRequest) {
2812
2812
  return __awaiter(this, void 0, void 0, function* () {
@@ -2875,7 +2875,7 @@ class SenderInvitationClient {
2875
2875
  * @param UpdateSenderInvitationRequest
2876
2876
  * @return UpdateSenderInvitationResponse
2877
2877
  * @throws OciError when an error occurs
2878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
2878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
2879
2879
  */
2880
2880
  updateSenderInvitation(updateSenderInvitationRequest) {
2881
2881
  return __awaiter(this, void 0, void 0, function* () {
@@ -3043,7 +3043,7 @@ class SubscriptionClient {
3043
3043
  * @param CreateSubscriptionMappingRequest
3044
3044
  * @return CreateSubscriptionMappingResponse
3045
3045
  * @throws OciError when an error occurs
3046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
3046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
3047
3047
  */
3048
3048
  createSubscriptionMapping(createSubscriptionMappingRequest) {
3049
3049
  return __awaiter(this, void 0, void 0, function* () {
@@ -3110,7 +3110,7 @@ class SubscriptionClient {
3110
3110
  * @param DeleteSubscriptionMappingRequest
3111
3111
  * @return DeleteSubscriptionMappingResponse
3112
3112
  * @throws OciError when an error occurs
3113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
3113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
3114
3114
  */
3115
3115
  deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
3116
3116
  return __awaiter(this, void 0, void 0, function* () {
@@ -3163,7 +3163,7 @@ class SubscriptionClient {
3163
3163
  * @param GetAssignedSubscriptionRequest
3164
3164
  * @return GetAssignedSubscriptionResponse
3165
3165
  * @throws OciError when an error occurs
3166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
3166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
3167
3167
  */
3168
3168
  getAssignedSubscription(getAssignedSubscriptionRequest) {
3169
3169
  return __awaiter(this, void 0, void 0, function* () {
@@ -3224,7 +3224,7 @@ class SubscriptionClient {
3224
3224
  * @param GetSubscriptionRequest
3225
3225
  * @return GetSubscriptionResponse
3226
3226
  * @throws OciError when an error occurs
3227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
3227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
3228
3228
  */
3229
3229
  getSubscription(getSubscriptionRequest) {
3230
3230
  return __awaiter(this, void 0, void 0, function* () {
@@ -3285,7 +3285,7 @@ class SubscriptionClient {
3285
3285
  * @param GetSubscriptionMappingRequest
3286
3286
  * @return GetSubscriptionMappingResponse
3287
3287
  * @throws OciError when an error occurs
3288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
3288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
3289
3289
  */
3290
3290
  getSubscriptionMapping(getSubscriptionMappingRequest) {
3291
3291
  return __awaiter(this, void 0, void 0, function* () {
@@ -3346,7 +3346,7 @@ class SubscriptionClient {
3346
3346
  * @param ListAssignedSubscriptionsRequest
3347
3347
  * @return ListAssignedSubscriptionsResponse
3348
3348
  * @throws OciError when an error occurs
3349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
3349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
3350
3350
  */
3351
3351
  listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
3352
3352
  return __awaiter(this, void 0, void 0, function* () {
@@ -3412,7 +3412,7 @@ class SubscriptionClient {
3412
3412
  * @param ListAvailableRegionsRequest
3413
3413
  * @return ListAvailableRegionsResponse
3414
3414
  * @throws OciError when an error occurs
3415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
3415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
3416
3416
  */
3417
3417
  listAvailableRegions(listAvailableRegionsRequest) {
3418
3418
  return __awaiter(this, void 0, void 0, function* () {
@@ -3475,7 +3475,7 @@ class SubscriptionClient {
3475
3475
  * @param ListSubscriptionMappingsRequest
3476
3476
  * @return ListSubscriptionMappingsResponse
3477
3477
  * @throws OciError when an error occurs
3478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
3478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
3479
3479
  */
3480
3480
  listSubscriptionMappings(listSubscriptionMappingsRequest) {
3481
3481
  return __awaiter(this, void 0, void 0, function* () {
@@ -3543,7 +3543,7 @@ class SubscriptionClient {
3543
3543
  * @param ListSubscriptionsRequest
3544
3544
  * @return ListSubscriptionsResponse
3545
3545
  * @throws OciError when an error occurs
3546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
3546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
3547
3547
  */
3548
3548
  listSubscriptions(listSubscriptionsRequest) {
3549
3549
  return __awaiter(this, void 0, void 0, function* () {
@@ -3714,7 +3714,7 @@ class WorkRequestClient {
3714
3714
  * @param GetWorkRequestRequest
3715
3715
  * @return GetWorkRequestResponse
3716
3716
  * @throws OciError when an error occurs
3717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3718
3718
  */
3719
3719
  getWorkRequest(getWorkRequestRequest) {
3720
3720
  return __awaiter(this, void 0, void 0, function* () {
@@ -3776,7 +3776,7 @@ class WorkRequestClient {
3776
3776
  * @param ListWorkRequestErrorsRequest
3777
3777
  * @return ListWorkRequestErrorsResponse
3778
3778
  * @throws OciError when an error occurs
3779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3780
3780
  */
3781
3781
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3782
3782
  return __awaiter(this, void 0, void 0, function* () {
@@ -3842,7 +3842,7 @@ class WorkRequestClient {
3842
3842
  * @param ListWorkRequestLogsRequest
3843
3843
  * @return ListWorkRequestLogsResponse
3844
3844
  * @throws OciError when an error occurs
3845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3846
3846
  */
3847
3847
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3848
3848
  return __awaiter(this, void 0, void 0, function* () {
@@ -3908,7 +3908,7 @@ class WorkRequestClient {
3908
3908
  * @param ListWorkRequestsRequest
3909
3909
  * @return ListWorkRequestsResponse
3910
3910
  * @throws OciError when an error occurs
3911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3912
3912
  */
3913
3913
  listWorkRequests(listWorkRequestsRequest) {
3914
3914
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.24.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitationRequest.
16
16
  */
17
17
  export interface AcceptRecipientInvitationRequest 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.24.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrderRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrderRequest.
17
17
  */
18
18
  export interface ActivateOrderRequest 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.24.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
16
16
  */
17
17
  export interface ApproveOrganizationTenancyForTransferRequest 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.24.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
16
16
  */
17
17
  export interface CancelSenderInvitationRequest 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.24.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
17
17
  */
18
18
  export interface CreateChildTenancyRequest 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.24.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
17
17
  */
18
18
  export interface CreateDomainGovernanceRequest 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.24.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
17
17
  */
18
18
  export interface CreateDomainRequest 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.24.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
17
17
  */
18
18
  export interface CreateSenderInvitationRequest 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.24.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
17
17
  */
18
18
  export interface CreateSubscriptionMappingRequest 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.24.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
16
16
  */
17
17
  export interface DeleteDomainGovernanceRequest 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.24.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
16
16
  */
17
17
  export interface DeleteDomainRequest 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.24.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
16
16
  */
17
17
  export interface DeleteLinkRequest 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.24.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
16
16
  */
17
17
  export interface DeleteOrganizationTenancyRequest 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.24.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMappingRequest.
16
16
  */
17
17
  export interface DeleteSubscriptionMappingRequest 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.24.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscriptionRequest.
16
16
  */
17
17
  export interface GetAssignedSubscriptionRequest 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.24.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernanceRequest.
16
16
  */
17
17
  export interface GetDomainGovernanceRequest 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.24.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomainRequest.
16
16
  */
17
17
  export interface GetDomainRequest 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.24.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
16
16
  */
17
17
  export interface GetLinkRequest extends common.BaseRequest {
18
18
  /**