oci-tenantmanagercontrolplane 2.64.0 → 2.66.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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +70 -52
- package/lib/client.js +250 -112
- package/lib/client.js.map +1 -1
- package/lib/domain-waiter.d.ts +1 -1
- package/lib/domain-waiter.js +1 -1
- package/lib/domaingovernance-waiter.d.ts +1 -1
- package/lib/domaingovernance-waiter.js +1 -1
- package/lib/link-waiter.d.ts +1 -1
- package/lib/link-waiter.js +1 -1
- package/lib/model/action-type.d.ts +1 -1
- package/lib/model/action-type.js +1 -1
- package/lib/model/activate-order-details.d.ts +1 -1
- package/lib/model/activate-order-details.js +1 -1
- package/lib/model/assigned-subscription-collection.d.ts +3 -3
- package/lib/model/assigned-subscription-collection.js +1 -1
- package/lib/model/assigned-subscription-line-item-collection.d.ts +26 -0
- package/lib/model/assigned-subscription-line-item-collection.js +61 -0
- package/lib/model/assigned-subscription-line-item-collection.js.map +1 -0
- package/lib/model/assigned-subscription-line-item-summary.d.ts +46 -0
- package/lib/model/assigned-subscription-line-item-summary.js +29 -0
- package/lib/model/assigned-subscription-line-item-summary.js.map +1 -0
- package/lib/model/assigned-subscription-summary.d.ts +26 -34
- package/lib/model/assigned-subscription-summary.js +44 -1
- package/lib/model/assigned-subscription-summary.js.map +1 -1
- package/lib/model/assigned-subscription.d.ts +26 -70
- package/lib/model/assigned-subscription.js +26 -25
- package/lib/model/assigned-subscription.js.map +1 -1
- package/lib/model/available-region-collection.d.ts +1 -1
- package/lib/model/available-region-collection.js +1 -1
- package/lib/model/available-region-summary.d.ts +1 -1
- package/lib/model/available-region-summary.js +1 -1
- package/lib/model/billing-model.d.ts +29 -0
- package/lib/model/billing-model.js +40 -0
- package/lib/model/billing-model.js.map +1 -0
- package/lib/model/classic-assigned-subscription-summary.d.ts +52 -0
- package/lib/model/classic-assigned-subscription-summary.js +54 -0
- package/lib/model/classic-assigned-subscription-summary.js.map +1 -0
- package/lib/model/classic-assigned-subscription.d.ts +88 -0
- package/lib/model/classic-assigned-subscription.js +76 -0
- package/lib/model/classic-assigned-subscription.js.map +1 -0
- package/lib/model/classic-subscription-environment-name.d.ts +34 -0
- package/lib/model/classic-subscription-environment-name.js +45 -0
- package/lib/model/classic-subscription-environment-name.js.map +1 -0
- package/lib/model/classic-subscription-lifecycle-state.d.ts +33 -0
- package/lib/model/classic-subscription-lifecycle-state.js +44 -0
- package/lib/model/classic-subscription-lifecycle-state.js.map +1 -0
- package/lib/model/classic-subscription-summary.d.ts +52 -0
- package/lib/model/classic-subscription-summary.js +54 -0
- package/lib/model/classic-subscription-summary.js.map +1 -0
- package/lib/model/classic-subscription.d.ts +88 -0
- package/lib/model/classic-subscription.js +74 -0
- package/lib/model/classic-subscription.js.map +1 -0
- package/lib/model/cloud-assigned-subscription-summary.d.ts +36 -0
- package/lib/model/cloud-assigned-subscription-summary.js +54 -0
- package/lib/model/cloud-assigned-subscription-summary.js.map +1 -0
- package/lib/model/cloud-assigned-subscription.d.ts +36 -0
- package/lib/model/cloud-assigned-subscription.js +54 -0
- package/lib/model/cloud-assigned-subscription.js.map +1 -0
- package/lib/model/cloud-subscription-summary.d.ts +36 -0
- package/lib/model/cloud-subscription-summary.js +54 -0
- package/lib/model/cloud-subscription-summary.js.map +1 -0
- package/lib/model/cloud-subscription.d.ts +36 -0
- package/lib/model/cloud-subscription.js +52 -0
- package/lib/model/cloud-subscription.js.map +1 -0
- package/lib/model/create-child-tenancy-details.d.ts +1 -1
- package/lib/model/create-child-tenancy-details.js +1 -1
- package/lib/model/create-domain-details.d.ts +1 -1
- package/lib/model/create-domain-details.js +1 -1
- package/lib/model/create-domain-governance-details.d.ts +1 -1
- package/lib/model/create-domain-governance-details.js +1 -1
- package/lib/model/create-sender-invitation-details.d.ts +1 -1
- package/lib/model/create-sender-invitation-details.js +1 -1
- package/lib/model/create-subscription-mapping-details.d.ts +2 -2
- package/lib/model/create-subscription-mapping-details.js +1 -1
- package/lib/model/domain-collection.d.ts +1 -1
- package/lib/model/domain-collection.js +1 -1
- package/lib/model/domain-governance-collection.d.ts +1 -1
- package/lib/model/domain-governance-collection.js +1 -1
- package/lib/model/domain-governance-summary.d.ts +1 -1
- package/lib/model/domain-governance-summary.js +1 -1
- package/lib/model/domain-governance.d.ts +1 -1
- package/lib/model/domain-governance.js +1 -1
- package/lib/model/domain-summary.d.ts +1 -1
- package/lib/model/domain-summary.js +1 -1
- package/lib/model/domain.d.ts +1 -1
- package/lib/model/domain.js +1 -1
- package/lib/model/entity-version.d.ts +23 -0
- package/lib/model/entity-version.js +34 -0
- package/lib/model/entity-version.js.map +1 -0
- package/lib/model/governance-status.d.ts +1 -1
- package/lib/model/governance-status.js +1 -1
- package/lib/model/index.d.ts +35 -1
- package/lib/model/index.js +37 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/invitation-subject.d.ts +1 -1
- package/lib/model/invitation-subject.js +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -1
- package/lib/model/lifecycle-state.js +1 -1
- package/lib/model/link-collection.d.ts +1 -1
- package/lib/model/link-collection.js +1 -1
- package/lib/model/link-summary.d.ts +1 -1
- package/lib/model/link-summary.js +1 -1
- package/lib/model/link.d.ts +1 -1
- package/lib/model/link.js +1 -1
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-type.d.ts +1 -1
- package/lib/model/operation-type.js +1 -1
- package/lib/model/order.d.ts +1 -1
- package/lib/model/order.js +1 -1
- package/lib/model/organization-collection.d.ts +1 -1
- package/lib/model/organization-collection.js +1 -1
- package/lib/model/organization-summary.d.ts +1 -1
- package/lib/model/organization-summary.js +1 -1
- package/lib/model/organization-tenancy-collection.d.ts +1 -1
- package/lib/model/organization-tenancy-collection.js +1 -1
- package/lib/model/organization-tenancy-lifecycle-state.d.ts +1 -1
- package/lib/model/organization-tenancy-lifecycle-state.js +1 -1
- package/lib/model/organization-tenancy-role.d.ts +1 -1
- package/lib/model/organization-tenancy-role.js +1 -1
- package/lib/model/organization-tenancy-summary.d.ts +1 -1
- package/lib/model/organization-tenancy-summary.js +1 -1
- package/lib/model/organization-tenancy.d.ts +1 -1
- package/lib/model/organization-tenancy.js +1 -1
- package/lib/model/organization.d.ts +1 -1
- package/lib/model/organization.js +1 -1
- package/lib/model/promotion.d.ts +2 -2
- package/lib/model/promotion.js +1 -1
- package/lib/model/recipient-invitation-collection.d.ts +1 -1
- package/lib/model/recipient-invitation-collection.js +1 -1
- package/lib/model/recipient-invitation-status.d.ts +1 -1
- package/lib/model/recipient-invitation-status.js +1 -1
- package/lib/model/recipient-invitation-summary.d.ts +1 -1
- package/lib/model/recipient-invitation-summary.js +1 -1
- package/lib/model/recipient-invitation.d.ts +1 -1
- package/lib/model/recipient-invitation.js +1 -1
- package/lib/model/revive-workflow-instance-details.d.ts +29 -0
- package/lib/model/revive-workflow-instance-details.js +29 -0
- package/lib/model/revive-workflow-instance-details.js.map +1 -0
- package/lib/model/sender-invitation-collection.d.ts +1 -1
- package/lib/model/sender-invitation-collection.js +1 -1
- package/lib/model/sender-invitation-status.d.ts +1 -1
- package/lib/model/sender-invitation-status.js +1 -1
- package/lib/model/sender-invitation-summary.d.ts +1 -1
- package/lib/model/sender-invitation-summary.js +1 -1
- package/lib/model/sender-invitation.d.ts +1 -1
- package/lib/model/sender-invitation.js +1 -1
- package/lib/model/sku.d.ts +1 -1
- package/lib/model/sku.js +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/subscription-collection.d.ts +3 -3
- package/lib/model/subscription-collection.js +1 -1
- package/lib/model/subscription-info.d.ts +1 -1
- package/lib/model/subscription-info.js +1 -1
- package/lib/model/subscription-lifecycle-state.d.ts +4 -6
- package/lib/model/subscription-lifecycle-state.js +4 -6
- package/lib/model/subscription-lifecycle-state.js.map +1 -1
- package/lib/model/subscription-line-item-collection.d.ts +26 -0
- package/lib/model/subscription-line-item-collection.js +61 -0
- package/lib/model/subscription-line-item-collection.js.map +1 -0
- package/lib/model/subscription-line-item-summary.d.ts +46 -0
- package/lib/model/subscription-line-item-summary.js +29 -0
- package/lib/model/subscription-line-item-summary.js.map +1 -0
- package/lib/model/subscription-mapping-collection.d.ts +1 -1
- package/lib/model/subscription-mapping-collection.js +1 -1
- package/lib/model/subscription-mapping-summary.d.ts +1 -1
- package/lib/model/subscription-mapping-summary.js +1 -1
- package/lib/model/subscription-mapping.d.ts +1 -1
- package/lib/model/subscription-mapping.js +1 -1
- package/lib/model/subscription-sku.d.ts +6 -6
- package/lib/model/subscription-sku.js +1 -1
- package/lib/model/subscription-summary.d.ts +26 -34
- package/lib/model/subscription-summary.js +44 -1
- package/lib/model/subscription-summary.js.map +1 -1
- package/lib/model/subscription.d.ts +26 -70
- package/lib/model/subscription.js +26 -25
- package/lib/model/subscription.js.map +1 -1
- package/lib/model/update-domain-details.d.ts +1 -1
- package/lib/model/update-domain-details.js +1 -1
- package/lib/model/update-domain-governance-details.d.ts +1 -1
- package/lib/model/update-domain-governance-details.js +1 -1
- package/lib/model/update-organization-details.d.ts +1 -1
- package/lib/model/update-organization-details.js +1 -1
- package/lib/model/update-recipient-invitation-details.d.ts +1 -1
- package/lib/model/update-recipient-invitation-details.js +1 -1
- package/lib/model/update-sender-invitation-details.d.ts +1 -1
- package/lib/model/update-sender-invitation-details.js +1 -1
- package/lib/model/work-request-collection.d.ts +1 -1
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +2 -2
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +2 -2
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +3 -3
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +3 -3
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +2 -2
- package/lib/model/work-request.js +1 -1
- package/lib/organization-waiter.d.ts +1 -1
- package/lib/organization-waiter.js +1 -1
- package/lib/recipientinvitation-waiter.d.ts +1 -1
- package/lib/recipientinvitation-waiter.js +1 -1
- package/lib/request/accept-recipient-invitation-request.d.ts +2 -2
- package/lib/request/accept-recipient-invitation-request.js +1 -1
- package/lib/request/activate-order-request.d.ts +2 -2
- package/lib/request/activate-order-request.js +1 -1
- package/lib/request/add-governance-request.d.ts +2 -2
- package/lib/request/add-governance-request.js +1 -1
- package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +3 -3
- package/lib/request/approve-organization-tenancy-for-transfer-request.js +1 -1
- package/lib/request/cancel-sender-invitation-request.d.ts +2 -2
- package/lib/request/cancel-sender-invitation-request.js +1 -1
- package/lib/request/create-child-tenancy-request.d.ts +2 -2
- package/lib/request/create-child-tenancy-request.js +1 -1
- package/lib/request/create-domain-governance-request.d.ts +2 -2
- package/lib/request/create-domain-governance-request.js +1 -1
- package/lib/request/create-domain-request.d.ts +2 -2
- package/lib/request/create-domain-request.js +1 -1
- package/lib/request/create-sender-invitation-request.d.ts +2 -2
- package/lib/request/create-sender-invitation-request.js +1 -1
- package/lib/request/create-subscription-mapping-request.d.ts +2 -2
- package/lib/request/create-subscription-mapping-request.js +1 -1
- package/lib/request/delete-domain-governance-request.d.ts +2 -2
- package/lib/request/delete-domain-governance-request.js +1 -1
- package/lib/request/delete-domain-request.d.ts +2 -2
- package/lib/request/delete-domain-request.js +1 -1
- package/lib/request/delete-link-request.d.ts +2 -2
- package/lib/request/delete-link-request.js +1 -1
- package/lib/request/delete-organization-tenancy-request.d.ts +2 -2
- package/lib/request/delete-organization-tenancy-request.js +1 -1
- package/lib/request/delete-subscription-mapping-request.d.ts +2 -2
- package/lib/request/delete-subscription-mapping-request.js +1 -1
- package/lib/request/get-assigned-subscription-request.d.ts +3 -3
- package/lib/request/get-assigned-subscription-request.js +1 -1
- package/lib/request/get-domain-governance-request.d.ts +2 -2
- package/lib/request/get-domain-governance-request.js +1 -1
- package/lib/request/get-domain-request.d.ts +2 -2
- package/lib/request/get-domain-request.js +1 -1
- package/lib/request/get-link-request.d.ts +2 -2
- package/lib/request/get-link-request.js +1 -1
- package/lib/request/get-order-request.d.ts +2 -2
- package/lib/request/get-order-request.js +1 -1
- package/lib/request/get-organization-request.d.ts +2 -2
- package/lib/request/get-organization-request.js +1 -1
- package/lib/request/get-organization-tenancy-request.d.ts +2 -2
- package/lib/request/get-organization-tenancy-request.js +1 -1
- package/lib/request/get-recipient-invitation-request.d.ts +2 -2
- package/lib/request/get-recipient-invitation-request.js +1 -1
- package/lib/request/get-sender-invitation-request.d.ts +2 -2
- package/lib/request/get-sender-invitation-request.js +1 -1
- package/lib/request/get-subscription-mapping-request.d.ts +2 -2
- package/lib/request/get-subscription-mapping-request.js +1 -1
- package/lib/request/get-subscription-request.d.ts +2 -2
- package/lib/request/get-subscription-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/ignore-recipient-invitation-request.d.ts +2 -2
- package/lib/request/ignore-recipient-invitation-request.js +1 -1
- package/lib/request/index.d.ts +5 -1
- package/lib/request/index.js +6 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-assigned-subscription-line-items-request.d.ts +53 -0
- package/lib/request/list-assigned-subscription-line-items-request.js +24 -0
- package/lib/request/list-assigned-subscription-line-items-request.js.map +1 -0
- package/lib/request/list-assigned-subscriptions-request.d.ts +7 -3
- package/lib/request/list-assigned-subscriptions-request.js +1 -1
- package/lib/request/list-assigned-subscriptions-request.js.map +1 -1
- package/lib/request/list-available-regions-request.d.ts +3 -3
- package/lib/request/list-available-regions-request.js +1 -1
- package/lib/request/list-domain-governances-request.d.ts +3 -3
- package/lib/request/list-domain-governances-request.js +1 -1
- package/lib/request/list-domains-request.d.ts +3 -3
- package/lib/request/list-domains-request.js +1 -1
- package/lib/request/list-links-request.d.ts +2 -2
- package/lib/request/list-links-request.js +1 -1
- package/lib/request/list-organization-tenancies-request.d.ts +2 -2
- package/lib/request/list-organization-tenancies-request.js +1 -1
- package/lib/request/list-organizations-request.d.ts +3 -3
- package/lib/request/list-organizations-request.js +1 -1
- package/lib/request/list-recipient-invitations-request.d.ts +3 -3
- package/lib/request/list-recipient-invitations-request.js +1 -1
- package/lib/request/list-sender-invitations-request.d.ts +3 -3
- package/lib/request/list-sender-invitations-request.js +1 -1
- package/lib/request/list-subscription-line-items-request.d.ts +53 -0
- package/lib/request/list-subscription-line-items-request.js +24 -0
- package/lib/request/list-subscription-line-items-request.js.map +1 -0
- package/lib/request/list-subscription-mappings-request.d.ts +4 -4
- package/lib/request/list-subscription-mappings-request.js +1 -1
- package/lib/request/list-subscriptions-request.d.ts +7 -3
- package/lib/request/list-subscriptions-request.js +1 -1
- package/lib/request/list-subscriptions-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/request/remove-governance-request.d.ts +2 -2
- package/lib/request/remove-governance-request.js +1 -1
- package/lib/request/restore-organization-tenancy-request.d.ts +2 -2
- package/lib/request/restore-organization-tenancy-request.js +1 -1
- package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +3 -3
- package/lib/request/unapprove-organization-tenancy-for-transfer-request.js +1 -1
- package/lib/request/update-domain-governance-request.d.ts +2 -2
- package/lib/request/update-domain-governance-request.js +1 -1
- package/lib/request/update-domain-request.d.ts +2 -2
- package/lib/request/update-domain-request.js +1 -1
- package/lib/request/update-organization-request.d.ts +2 -2
- package/lib/request/update-organization-request.js +1 -1
- package/lib/request/update-recipient-invitation-request.d.ts +2 -2
- package/lib/request/update-recipient-invitation-request.js +1 -1
- package/lib/request/update-sender-invitation-request.d.ts +2 -2
- package/lib/request/update-sender-invitation-request.js +1 -1
- package/lib/response/accept-recipient-invitation-response.d.ts +1 -1
- package/lib/response/accept-recipient-invitation-response.js +1 -1
- package/lib/response/activate-order-response.d.ts +1 -1
- package/lib/response/activate-order-response.js +1 -1
- package/lib/response/add-governance-response.d.ts +1 -1
- package/lib/response/add-governance-response.js +1 -1
- package/lib/response/approve-organization-tenancy-for-transfer-response.d.ts +1 -1
- package/lib/response/approve-organization-tenancy-for-transfer-response.js +1 -1
- package/lib/response/cancel-sender-invitation-response.d.ts +1 -1
- package/lib/response/cancel-sender-invitation-response.js +1 -1
- package/lib/response/create-child-tenancy-response.d.ts +1 -1
- package/lib/response/create-child-tenancy-response.js +1 -1
- package/lib/response/create-domain-governance-response.d.ts +1 -1
- package/lib/response/create-domain-governance-response.js +1 -1
- package/lib/response/create-domain-response.d.ts +1 -1
- package/lib/response/create-domain-response.js +1 -1
- package/lib/response/create-sender-invitation-response.d.ts +1 -1
- package/lib/response/create-sender-invitation-response.js +1 -1
- package/lib/response/create-subscription-mapping-response.d.ts +1 -1
- package/lib/response/create-subscription-mapping-response.js +1 -1
- package/lib/response/delete-domain-governance-response.d.ts +1 -1
- package/lib/response/delete-domain-governance-response.js +1 -1
- package/lib/response/delete-domain-response.d.ts +1 -1
- package/lib/response/delete-domain-response.js +1 -1
- package/lib/response/delete-link-response.d.ts +1 -1
- package/lib/response/delete-link-response.js +1 -1
- package/lib/response/delete-organization-tenancy-response.d.ts +1 -1
- package/lib/response/delete-organization-tenancy-response.js +1 -1
- package/lib/response/delete-subscription-mapping-response.d.ts +1 -1
- package/lib/response/delete-subscription-mapping-response.js +1 -1
- package/lib/response/get-assigned-subscription-response.d.ts +1 -1
- package/lib/response/get-assigned-subscription-response.js +1 -1
- package/lib/response/get-domain-governance-response.d.ts +1 -1
- package/lib/response/get-domain-governance-response.js +1 -1
- package/lib/response/get-domain-response.d.ts +1 -1
- package/lib/response/get-domain-response.js +1 -1
- package/lib/response/get-link-response.d.ts +1 -1
- package/lib/response/get-link-response.js +1 -1
- package/lib/response/get-order-response.d.ts +1 -1
- package/lib/response/get-order-response.js +1 -1
- package/lib/response/get-organization-response.d.ts +1 -1
- package/lib/response/get-organization-response.js +1 -1
- package/lib/response/get-organization-tenancy-response.d.ts +1 -1
- package/lib/response/get-organization-tenancy-response.js +1 -1
- package/lib/response/get-recipient-invitation-response.d.ts +1 -1
- package/lib/response/get-recipient-invitation-response.js +1 -1
- package/lib/response/get-sender-invitation-response.d.ts +1 -1
- package/lib/response/get-sender-invitation-response.js +1 -1
- package/lib/response/get-subscription-mapping-response.d.ts +1 -1
- package/lib/response/get-subscription-mapping-response.js +1 -1
- package/lib/response/get-subscription-response.d.ts +1 -1
- package/lib/response/get-subscription-response.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/ignore-recipient-invitation-response.d.ts +1 -1
- package/lib/response/ignore-recipient-invitation-response.js +1 -1
- package/lib/response/index.d.ts +5 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-assigned-subscription-line-items-response.d.ts +32 -0
- package/lib/response/list-assigned-subscription-line-items-response.js +15 -0
- package/lib/response/list-assigned-subscription-line-items-response.js.map +1 -0
- package/lib/response/list-assigned-subscriptions-response.d.ts +1 -1
- package/lib/response/list-assigned-subscriptions-response.js +1 -1
- package/lib/response/list-available-regions-response.d.ts +1 -1
- package/lib/response/list-available-regions-response.js +1 -1
- package/lib/response/list-domain-governances-response.d.ts +1 -1
- package/lib/response/list-domain-governances-response.js +1 -1
- package/lib/response/list-domains-response.d.ts +1 -1
- package/lib/response/list-domains-response.js +1 -1
- package/lib/response/list-links-response.d.ts +1 -1
- package/lib/response/list-links-response.js +1 -1
- package/lib/response/list-organization-tenancies-response.d.ts +1 -1
- package/lib/response/list-organization-tenancies-response.js +1 -1
- package/lib/response/list-organizations-response.d.ts +1 -1
- package/lib/response/list-organizations-response.js +1 -1
- package/lib/response/list-recipient-invitations-response.d.ts +1 -1
- package/lib/response/list-recipient-invitations-response.js +1 -1
- package/lib/response/list-sender-invitations-response.d.ts +1 -1
- package/lib/response/list-sender-invitations-response.js +1 -1
- package/lib/response/list-subscription-line-items-response.d.ts +32 -0
- package/lib/response/list-subscription-line-items-response.js +15 -0
- package/lib/response/list-subscription-line-items-response.js.map +1 -0
- package/lib/response/list-subscription-mappings-response.d.ts +1 -1
- package/lib/response/list-subscription-mappings-response.js +1 -1
- package/lib/response/list-subscriptions-response.d.ts +1 -1
- package/lib/response/list-subscriptions-response.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/remove-governance-response.d.ts +1 -1
- package/lib/response/remove-governance-response.js +1 -1
- package/lib/response/restore-organization-tenancy-response.d.ts +1 -1
- package/lib/response/restore-organization-tenancy-response.js +1 -1
- package/lib/response/unapprove-organization-tenancy-for-transfer-response.d.ts +1 -1
- package/lib/response/unapprove-organization-tenancy-for-transfer-response.js +1 -1
- package/lib/response/update-domain-governance-response.d.ts +1 -1
- package/lib/response/update-domain-governance-response.js +1 -1
- package/lib/response/update-domain-response.d.ts +1 -1
- package/lib/response/update-domain-response.js +1 -1
- package/lib/response/update-organization-response.d.ts +1 -1
- package/lib/response/update-organization-response.js +1 -1
- package/lib/response/update-recipient-invitation-response.d.ts +1 -1
- package/lib/response/update-recipient-invitation-response.js +1 -1
- package/lib/response/update-sender-invitation-response.d.ts +1 -1
- package/lib/response/update-sender-invitation-response.js +1 -1
- package/lib/senderinvitation-waiter.d.ts +1 -1
- package/lib/senderinvitation-waiter.js +1 -1
- package/lib/subscription-waiter.d.ts +1 -17
- package/lib/subscription-waiter.js +1 -25
- package/lib/subscription-waiter.js.map +1 -1
- package/lib/workrequest-waiter.d.ts +1 -1
- package/lib/workrequest-waiter.js +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -19,7 +19,7 @@ export interface CreateSubscriptionMappingDetails {
|
|
|
19
19
|
*/
|
|
20
20
|
"compartmentId": string;
|
|
21
21
|
/**
|
|
22
|
-
* OCID of
|
|
22
|
+
* OCID of Subscription.
|
|
23
23
|
*/
|
|
24
24
|
"subscriptionId": string;
|
|
25
25
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/domain.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/domain.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Organizations API
|
|
3
|
+
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* The entity version of the subscription, whether V1 (the legacy schema version), or V2 (the latest 20230401 API version).
|
|
15
|
+
**/
|
|
16
|
+
export declare enum EntityVersion {
|
|
17
|
+
V1 = "V1",
|
|
18
|
+
V2 = "V2"
|
|
19
|
+
}
|
|
20
|
+
export declare namespace EntityVersion {
|
|
21
|
+
function getJsonObj(obj: EntityVersion): EntityVersion;
|
|
22
|
+
function getDeserializedJsonObj(obj: EntityVersion): EntityVersion;
|
|
23
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Organizations API
|
|
4
|
+
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.EntityVersion = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The entity version of the subscription, whether V1 (the legacy schema version), or V2 (the latest 20230401 API version).
|
|
18
|
+
**/
|
|
19
|
+
var EntityVersion;
|
|
20
|
+
(function (EntityVersion) {
|
|
21
|
+
EntityVersion["V1"] = "V1";
|
|
22
|
+
EntityVersion["V2"] = "V2";
|
|
23
|
+
})(EntityVersion = exports.EntityVersion || (exports.EntityVersion = {}));
|
|
24
|
+
(function (EntityVersion) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
return obj;
|
|
27
|
+
}
|
|
28
|
+
EntityVersion.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
return obj;
|
|
31
|
+
}
|
|
32
|
+
EntityVersion.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(EntityVersion = exports.EntityVersion || (exports.EntityVersion = {}));
|
|
34
|
+
//# sourceMappingURL=entity-version.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-version.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/entity-version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,0BAAS,CAAA;IACT,0BAAS,CAAA;AACX,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -18,12 +18,22 @@ import * as AssignedSubscription from "./assigned-subscription";
|
|
|
18
18
|
export import AssignedSubscription = AssignedSubscription.AssignedSubscription;
|
|
19
19
|
import * as AssignedSubscriptionCollection from "./assigned-subscription-collection";
|
|
20
20
|
export import AssignedSubscriptionCollection = AssignedSubscriptionCollection.AssignedSubscriptionCollection;
|
|
21
|
+
import * as AssignedSubscriptionLineItemCollection from "./assigned-subscription-line-item-collection";
|
|
22
|
+
export import AssignedSubscriptionLineItemCollection = AssignedSubscriptionLineItemCollection.AssignedSubscriptionLineItemCollection;
|
|
23
|
+
import * as AssignedSubscriptionLineItemSummary from "./assigned-subscription-line-item-summary";
|
|
24
|
+
export import AssignedSubscriptionLineItemSummary = AssignedSubscriptionLineItemSummary.AssignedSubscriptionLineItemSummary;
|
|
21
25
|
import * as AssignedSubscriptionSummary from "./assigned-subscription-summary";
|
|
22
26
|
export import AssignedSubscriptionSummary = AssignedSubscriptionSummary.AssignedSubscriptionSummary;
|
|
23
27
|
import * as AvailableRegionCollection from "./available-region-collection";
|
|
24
28
|
export import AvailableRegionCollection = AvailableRegionCollection.AvailableRegionCollection;
|
|
25
29
|
import * as AvailableRegionSummary from "./available-region-summary";
|
|
26
30
|
export import AvailableRegionSummary = AvailableRegionSummary.AvailableRegionSummary;
|
|
31
|
+
import * as BillingModel from "./billing-model";
|
|
32
|
+
export import BillingModel = BillingModel.BillingModel;
|
|
33
|
+
import * as ClassicSubscriptionEnvironmentName from "./classic-subscription-environment-name";
|
|
34
|
+
export import ClassicSubscriptionEnvironmentName = ClassicSubscriptionEnvironmentName.ClassicSubscriptionEnvironmentName;
|
|
35
|
+
import * as ClassicSubscriptionLifecycleState from "./classic-subscription-lifecycle-state";
|
|
36
|
+
export import ClassicSubscriptionLifecycleState = ClassicSubscriptionLifecycleState.ClassicSubscriptionLifecycleState;
|
|
27
37
|
import * as CreateChildTenancyDetails from "./create-child-tenancy-details";
|
|
28
38
|
export import CreateChildTenancyDetails = CreateChildTenancyDetails.CreateChildTenancyDetails;
|
|
29
39
|
import * as CreateDomainDetails from "./create-domain-details";
|
|
@@ -46,6 +56,8 @@ import * as DomainGovernanceSummary from "./domain-governance-summary";
|
|
|
46
56
|
export import DomainGovernanceSummary = DomainGovernanceSummary.DomainGovernanceSummary;
|
|
47
57
|
import * as DomainSummary from "./domain-summary";
|
|
48
58
|
export import DomainSummary = DomainSummary.DomainSummary;
|
|
59
|
+
import * as EntityVersion from "./entity-version";
|
|
60
|
+
export import EntityVersion = EntityVersion.EntityVersion;
|
|
49
61
|
import * as GovernanceStatus from "./governance-status";
|
|
50
62
|
export import GovernanceStatus = GovernanceStatus.GovernanceStatus;
|
|
51
63
|
import * as InvitationSubject from "./invitation-subject";
|
|
@@ -90,6 +102,8 @@ import * as RecipientInvitationStatus from "./recipient-invitation-status";
|
|
|
90
102
|
export import RecipientInvitationStatus = RecipientInvitationStatus.RecipientInvitationStatus;
|
|
91
103
|
import * as RecipientInvitationSummary from "./recipient-invitation-summary";
|
|
92
104
|
export import RecipientInvitationSummary = RecipientInvitationSummary.RecipientInvitationSummary;
|
|
105
|
+
import * as ReviveWorkflowInstanceDetails from "./revive-workflow-instance-details";
|
|
106
|
+
export import ReviveWorkflowInstanceDetails = ReviveWorkflowInstanceDetails.ReviveWorkflowInstanceDetails;
|
|
93
107
|
import * as SenderInvitation from "./sender-invitation";
|
|
94
108
|
export import SenderInvitation = SenderInvitation.SenderInvitation;
|
|
95
109
|
import * as SenderInvitationCollection from "./sender-invitation-collection";
|
|
@@ -110,6 +124,10 @@ import * as SubscriptionInfo from "./subscription-info";
|
|
|
110
124
|
export import SubscriptionInfo = SubscriptionInfo.SubscriptionInfo;
|
|
111
125
|
import * as SubscriptionLifecycleState from "./subscription-lifecycle-state";
|
|
112
126
|
export import SubscriptionLifecycleState = SubscriptionLifecycleState.SubscriptionLifecycleState;
|
|
127
|
+
import * as SubscriptionLineItemCollection from "./subscription-line-item-collection";
|
|
128
|
+
export import SubscriptionLineItemCollection = SubscriptionLineItemCollection.SubscriptionLineItemCollection;
|
|
129
|
+
import * as SubscriptionLineItemSummary from "./subscription-line-item-summary";
|
|
130
|
+
export import SubscriptionLineItemSummary = SubscriptionLineItemSummary.SubscriptionLineItemSummary;
|
|
113
131
|
import * as SubscriptionMapping from "./subscription-mapping";
|
|
114
132
|
export import SubscriptionMapping = SubscriptionMapping.SubscriptionMapping;
|
|
115
133
|
import * as SubscriptionMappingCollection from "./subscription-mapping-collection";
|
|
@@ -146,3 +164,19 @@ import * as WorkRequestResource from "./work-request-resource";
|
|
|
146
164
|
export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
147
165
|
import * as WorkRequestSummary from "./work-request-summary";
|
|
148
166
|
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
167
|
+
import * as ClassicAssignedSubscription from "./classic-assigned-subscription";
|
|
168
|
+
export import ClassicAssignedSubscription = ClassicAssignedSubscription.ClassicAssignedSubscription;
|
|
169
|
+
import * as ClassicAssignedSubscriptionSummary from "./classic-assigned-subscription-summary";
|
|
170
|
+
export import ClassicAssignedSubscriptionSummary = ClassicAssignedSubscriptionSummary.ClassicAssignedSubscriptionSummary;
|
|
171
|
+
import * as ClassicSubscription from "./classic-subscription";
|
|
172
|
+
export import ClassicSubscription = ClassicSubscription.ClassicSubscription;
|
|
173
|
+
import * as ClassicSubscriptionSummary from "./classic-subscription-summary";
|
|
174
|
+
export import ClassicSubscriptionSummary = ClassicSubscriptionSummary.ClassicSubscriptionSummary;
|
|
175
|
+
import * as CloudAssignedSubscription from "./cloud-assigned-subscription";
|
|
176
|
+
export import CloudAssignedSubscription = CloudAssignedSubscription.CloudAssignedSubscription;
|
|
177
|
+
import * as CloudAssignedSubscriptionSummary from "./cloud-assigned-subscription-summary";
|
|
178
|
+
export import CloudAssignedSubscriptionSummary = CloudAssignedSubscriptionSummary.CloudAssignedSubscriptionSummary;
|
|
179
|
+
import * as CloudSubscription from "./cloud-subscription";
|
|
180
|
+
export import CloudSubscription = CloudSubscription.CloudSubscription;
|
|
181
|
+
import * as CloudSubscriptionSummary from "./cloud-subscription-summary";
|
|
182
|
+
export import CloudSubscriptionSummary = CloudSubscriptionSummary.CloudSubscriptionSummary;
|
package/lib/model/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -31,8 +31,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.
|
|
35
|
-
exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateSenderInvitationDetails = exports.UpdateRecipientInvitationDetails = exports.UpdateOrganizationDetails = exports.UpdateDomainGovernanceDetails = exports.UpdateDomainDetails = exports.SubscriptionSummary = exports.SubscriptionSku = exports.SubscriptionMappingSummary = exports.SubscriptionMappingCollection = exports.SubscriptionMapping = void 0;
|
|
34
|
+
exports.SenderInvitationStatus = exports.SenderInvitationCollection = exports.SenderInvitation = exports.ReviveWorkflowInstanceDetails = exports.RecipientInvitationSummary = exports.RecipientInvitationStatus = exports.RecipientInvitationCollection = exports.RecipientInvitation = exports.Promotion = exports.OrganizationTenancySummary = exports.OrganizationTenancyRole = exports.OrganizationTenancyLifecycleState = exports.OrganizationTenancyCollection = exports.OrganizationTenancy = exports.OrganizationSummary = exports.OrganizationCollection = exports.Organization = exports.Order = exports.OperationType = exports.OperationStatus = exports.LinkSummary = exports.LinkCollection = exports.Link = exports.LifecycleState = exports.InvitationSubject = exports.GovernanceStatus = exports.EntityVersion = exports.DomainSummary = exports.DomainGovernanceSummary = exports.DomainGovernanceCollection = exports.DomainGovernance = exports.DomainCollection = exports.Domain = exports.CreateSubscriptionMappingDetails = exports.CreateSenderInvitationDetails = exports.CreateDomainGovernanceDetails = exports.CreateDomainDetails = exports.CreateChildTenancyDetails = exports.ClassicSubscriptionLifecycleState = exports.ClassicSubscriptionEnvironmentName = exports.BillingModel = exports.AvailableRegionSummary = exports.AvailableRegionCollection = exports.AssignedSubscriptionSummary = exports.AssignedSubscriptionLineItemSummary = exports.AssignedSubscriptionLineItemCollection = exports.AssignedSubscriptionCollection = exports.AssignedSubscription = exports.ActivateOrderDetails = exports.ActionType = void 0;
|
|
35
|
+
exports.CloudSubscriptionSummary = exports.CloudSubscription = exports.CloudAssignedSubscriptionSummary = exports.CloudAssignedSubscription = exports.ClassicSubscriptionSummary = exports.ClassicSubscription = exports.ClassicAssignedSubscriptionSummary = exports.ClassicAssignedSubscription = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateSenderInvitationDetails = exports.UpdateRecipientInvitationDetails = exports.UpdateOrganizationDetails = exports.UpdateDomainGovernanceDetails = exports.UpdateDomainDetails = exports.SubscriptionSummary = exports.SubscriptionSku = exports.SubscriptionMappingSummary = exports.SubscriptionMappingCollection = exports.SubscriptionMapping = exports.SubscriptionLineItemSummary = exports.SubscriptionLineItemCollection = exports.SubscriptionLifecycleState = exports.SubscriptionInfo = exports.SubscriptionCollection = exports.Subscription = exports.SortOrder = exports.Sku = exports.SenderInvitationSummary = void 0;
|
|
36
36
|
const ActionType = __importStar(require("./action-type"));
|
|
37
37
|
exports.ActionType = ActionType.ActionType;
|
|
38
38
|
const ActivateOrderDetails = __importStar(require("./activate-order-details"));
|
|
@@ -41,12 +41,22 @@ const AssignedSubscription = __importStar(require("./assigned-subscription"));
|
|
|
41
41
|
exports.AssignedSubscription = AssignedSubscription.AssignedSubscription;
|
|
42
42
|
const AssignedSubscriptionCollection = __importStar(require("./assigned-subscription-collection"));
|
|
43
43
|
exports.AssignedSubscriptionCollection = AssignedSubscriptionCollection.AssignedSubscriptionCollection;
|
|
44
|
+
const AssignedSubscriptionLineItemCollection = __importStar(require("./assigned-subscription-line-item-collection"));
|
|
45
|
+
exports.AssignedSubscriptionLineItemCollection = AssignedSubscriptionLineItemCollection.AssignedSubscriptionLineItemCollection;
|
|
46
|
+
const AssignedSubscriptionLineItemSummary = __importStar(require("./assigned-subscription-line-item-summary"));
|
|
47
|
+
exports.AssignedSubscriptionLineItemSummary = AssignedSubscriptionLineItemSummary.AssignedSubscriptionLineItemSummary;
|
|
44
48
|
const AssignedSubscriptionSummary = __importStar(require("./assigned-subscription-summary"));
|
|
45
49
|
exports.AssignedSubscriptionSummary = AssignedSubscriptionSummary.AssignedSubscriptionSummary;
|
|
46
50
|
const AvailableRegionCollection = __importStar(require("./available-region-collection"));
|
|
47
51
|
exports.AvailableRegionCollection = AvailableRegionCollection.AvailableRegionCollection;
|
|
48
52
|
const AvailableRegionSummary = __importStar(require("./available-region-summary"));
|
|
49
53
|
exports.AvailableRegionSummary = AvailableRegionSummary.AvailableRegionSummary;
|
|
54
|
+
const BillingModel = __importStar(require("./billing-model"));
|
|
55
|
+
exports.BillingModel = BillingModel.BillingModel;
|
|
56
|
+
const ClassicSubscriptionEnvironmentName = __importStar(require("./classic-subscription-environment-name"));
|
|
57
|
+
exports.ClassicSubscriptionEnvironmentName = ClassicSubscriptionEnvironmentName.ClassicSubscriptionEnvironmentName;
|
|
58
|
+
const ClassicSubscriptionLifecycleState = __importStar(require("./classic-subscription-lifecycle-state"));
|
|
59
|
+
exports.ClassicSubscriptionLifecycleState = ClassicSubscriptionLifecycleState.ClassicSubscriptionLifecycleState;
|
|
50
60
|
const CreateChildTenancyDetails = __importStar(require("./create-child-tenancy-details"));
|
|
51
61
|
exports.CreateChildTenancyDetails = CreateChildTenancyDetails.CreateChildTenancyDetails;
|
|
52
62
|
const CreateDomainDetails = __importStar(require("./create-domain-details"));
|
|
@@ -69,6 +79,8 @@ const DomainGovernanceSummary = __importStar(require("./domain-governance-summar
|
|
|
69
79
|
exports.DomainGovernanceSummary = DomainGovernanceSummary.DomainGovernanceSummary;
|
|
70
80
|
const DomainSummary = __importStar(require("./domain-summary"));
|
|
71
81
|
exports.DomainSummary = DomainSummary.DomainSummary;
|
|
82
|
+
const EntityVersion = __importStar(require("./entity-version"));
|
|
83
|
+
exports.EntityVersion = EntityVersion.EntityVersion;
|
|
72
84
|
const GovernanceStatus = __importStar(require("./governance-status"));
|
|
73
85
|
exports.GovernanceStatus = GovernanceStatus.GovernanceStatus;
|
|
74
86
|
const InvitationSubject = __importStar(require("./invitation-subject"));
|
|
@@ -113,6 +125,8 @@ const RecipientInvitationStatus = __importStar(require("./recipient-invitation-s
|
|
|
113
125
|
exports.RecipientInvitationStatus = RecipientInvitationStatus.RecipientInvitationStatus;
|
|
114
126
|
const RecipientInvitationSummary = __importStar(require("./recipient-invitation-summary"));
|
|
115
127
|
exports.RecipientInvitationSummary = RecipientInvitationSummary.RecipientInvitationSummary;
|
|
128
|
+
const ReviveWorkflowInstanceDetails = __importStar(require("./revive-workflow-instance-details"));
|
|
129
|
+
exports.ReviveWorkflowInstanceDetails = ReviveWorkflowInstanceDetails.ReviveWorkflowInstanceDetails;
|
|
116
130
|
const SenderInvitation = __importStar(require("./sender-invitation"));
|
|
117
131
|
exports.SenderInvitation = SenderInvitation.SenderInvitation;
|
|
118
132
|
const SenderInvitationCollection = __importStar(require("./sender-invitation-collection"));
|
|
@@ -133,6 +147,10 @@ const SubscriptionInfo = __importStar(require("./subscription-info"));
|
|
|
133
147
|
exports.SubscriptionInfo = SubscriptionInfo.SubscriptionInfo;
|
|
134
148
|
const SubscriptionLifecycleState = __importStar(require("./subscription-lifecycle-state"));
|
|
135
149
|
exports.SubscriptionLifecycleState = SubscriptionLifecycleState.SubscriptionLifecycleState;
|
|
150
|
+
const SubscriptionLineItemCollection = __importStar(require("./subscription-line-item-collection"));
|
|
151
|
+
exports.SubscriptionLineItemCollection = SubscriptionLineItemCollection.SubscriptionLineItemCollection;
|
|
152
|
+
const SubscriptionLineItemSummary = __importStar(require("./subscription-line-item-summary"));
|
|
153
|
+
exports.SubscriptionLineItemSummary = SubscriptionLineItemSummary.SubscriptionLineItemSummary;
|
|
136
154
|
const SubscriptionMapping = __importStar(require("./subscription-mapping"));
|
|
137
155
|
exports.SubscriptionMapping = SubscriptionMapping.SubscriptionMapping;
|
|
138
156
|
const SubscriptionMappingCollection = __importStar(require("./subscription-mapping-collection"));
|
|
@@ -169,4 +187,20 @@ const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
|
169
187
|
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
170
188
|
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
171
189
|
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
190
|
+
const ClassicAssignedSubscription = __importStar(require("./classic-assigned-subscription"));
|
|
191
|
+
exports.ClassicAssignedSubscription = ClassicAssignedSubscription.ClassicAssignedSubscription;
|
|
192
|
+
const ClassicAssignedSubscriptionSummary = __importStar(require("./classic-assigned-subscription-summary"));
|
|
193
|
+
exports.ClassicAssignedSubscriptionSummary = ClassicAssignedSubscriptionSummary.ClassicAssignedSubscriptionSummary;
|
|
194
|
+
const ClassicSubscription = __importStar(require("./classic-subscription"));
|
|
195
|
+
exports.ClassicSubscription = ClassicSubscription.ClassicSubscription;
|
|
196
|
+
const ClassicSubscriptionSummary = __importStar(require("./classic-subscription-summary"));
|
|
197
|
+
exports.ClassicSubscriptionSummary = ClassicSubscriptionSummary.ClassicSubscriptionSummary;
|
|
198
|
+
const CloudAssignedSubscription = __importStar(require("./cloud-assigned-subscription"));
|
|
199
|
+
exports.CloudAssignedSubscription = CloudAssignedSubscription.CloudAssignedSubscription;
|
|
200
|
+
const CloudAssignedSubscriptionSummary = __importStar(require("./cloud-assigned-subscription-summary"));
|
|
201
|
+
exports.CloudAssignedSubscriptionSummary = CloudAssignedSubscriptionSummary.CloudAssignedSubscriptionSummary;
|
|
202
|
+
const CloudSubscription = __importStar(require("./cloud-subscription"));
|
|
203
|
+
exports.CloudSubscription = CloudSubscription.CloudSubscription;
|
|
204
|
+
const CloudSubscriptionSummary = __importStar(require("./cloud-subscription-summary"));
|
|
205
|
+
exports.CloudSubscriptionSummary = CloudSubscriptionSummary.CloudSubscriptionSummary;
|
|
172
206
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/link.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
package/lib/model/link.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|