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
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ClassicSubscriptionSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ClassicSubscriptionSummary;
|
|
37
|
+
(function (ClassicSubscriptionSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.SubscriptionSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
ClassicSubscriptionSummary.getJsonObj = getJsonObj;
|
|
45
|
+
ClassicSubscriptionSummary.entityVersion = "V1";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.SubscriptionSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ClassicSubscriptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(ClassicSubscriptionSummary = exports.ClassicSubscriptionSummary || (exports.ClassicSubscriptionSummary = {}));
|
|
54
|
+
//# sourceMappingURL=classic-subscription-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classic-subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/classic-subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GAC3E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,wCAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GACvF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
|
|
@@ -0,0 +1,88 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Subscription information for the compartmentId. Only root compartments are allowed.
|
|
16
|
+
*/
|
|
17
|
+
export interface ClassicSubscription extends model.Subscription {
|
|
18
|
+
/**
|
|
19
|
+
* Classic subscription ID.
|
|
20
|
+
*/
|
|
21
|
+
"classicSubscriptionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies whether or not the subscription is from classic systems.
|
|
24
|
+
*/
|
|
25
|
+
"isClassicSubscription"?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The pay model of the subscription, such as 'Pay as you go' or 'Monthly'.
|
|
28
|
+
*/
|
|
29
|
+
"paymentModel"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Region for the subscription.
|
|
32
|
+
*/
|
|
33
|
+
"regionAssignment"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Lifecycle state of the subscription.
|
|
36
|
+
*/
|
|
37
|
+
"lifecycleState": model.ClassicSubscriptionLifecycleState;
|
|
38
|
+
/**
|
|
39
|
+
* List of SKUs linked to this subscription.
|
|
40
|
+
*/
|
|
41
|
+
"skus"?: Array<model.SubscriptionSku>;
|
|
42
|
+
/**
|
|
43
|
+
* Specifies any program that is associated with the subscription.
|
|
44
|
+
*/
|
|
45
|
+
"programType"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The country code for the customer associated with the subscription.
|
|
48
|
+
*/
|
|
49
|
+
"customerCountryCode"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The currency code for the customer associated with the subscription.
|
|
52
|
+
*/
|
|
53
|
+
"cloudAmountCurrency"?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Customer service identifier for the customer associated with the subscription.
|
|
56
|
+
*/
|
|
57
|
+
"csiNumber"?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Tier for the subscription, whether a free promotion subscription or a paid subscription.
|
|
60
|
+
*/
|
|
61
|
+
"subscriptionTier"?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Specifies whether or not the subscription is a government subscription.
|
|
64
|
+
*/
|
|
65
|
+
"isGovernmentSubscription"?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* List of promotions related to the subscription.
|
|
68
|
+
*/
|
|
69
|
+
"promotion"?: Array<model.Promotion>;
|
|
70
|
+
/**
|
|
71
|
+
* Purchase entitlement ID associated with the subscription.
|
|
72
|
+
*/
|
|
73
|
+
"purchaseEntitlementId"?: string;
|
|
74
|
+
/**
|
|
75
|
+
* Subscription start time.
|
|
76
|
+
*/
|
|
77
|
+
"startDate"?: Date;
|
|
78
|
+
/**
|
|
79
|
+
* Subscription end time.
|
|
80
|
+
*/
|
|
81
|
+
"endDate"?: Date;
|
|
82
|
+
"entityVersion": string;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace ClassicSubscription {
|
|
85
|
+
function getJsonObj(obj: ClassicSubscription, isParentJsonObj?: boolean): object;
|
|
86
|
+
const entityVersion = "V1";
|
|
87
|
+
function getDeserializedJsonObj(obj: ClassicSubscription, isParentJsonObj?: boolean): object;
|
|
88
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ClassicSubscription = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ClassicSubscription;
|
|
37
|
+
(function (ClassicSubscription) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Subscription.getJsonObj(obj))), {
|
|
40
|
+
"skus": obj.skus
|
|
41
|
+
? obj.skus.map(item => {
|
|
42
|
+
return model.SubscriptionSku.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined,
|
|
45
|
+
"promotion": obj.promotion
|
|
46
|
+
? obj.promotion.map(item => {
|
|
47
|
+
return model.Promotion.getJsonObj(item);
|
|
48
|
+
})
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
ClassicSubscription.getJsonObj = getJsonObj;
|
|
54
|
+
ClassicSubscription.entityVersion = "V1";
|
|
55
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
57
|
+
? obj
|
|
58
|
+
: model.Subscription.getDeserializedJsonObj(obj))), {
|
|
59
|
+
"skus": obj.skus
|
|
60
|
+
? obj.skus.map(item => {
|
|
61
|
+
return model.SubscriptionSku.getDeserializedJsonObj(item);
|
|
62
|
+
})
|
|
63
|
+
: undefined,
|
|
64
|
+
"promotion": obj.promotion
|
|
65
|
+
? obj.promotion.map(item => {
|
|
66
|
+
return model.Promotion.getDeserializedJsonObj(item);
|
|
67
|
+
})
|
|
68
|
+
: undefined
|
|
69
|
+
});
|
|
70
|
+
return jsonObj;
|
|
71
|
+
}
|
|
72
|
+
ClassicSubscription.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
73
|
+
})(ClassicSubscription = exports.ClassicSubscription || (exports.ClassicSubscription = {}));
|
|
74
|
+
//# sourceMappingURL=classic-subscription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classic-subscription.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/classic-subscription.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ElC,IAAiB,mBAAmB,CA+CnC;AA/CD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB,EAAE,eAAyB;QAC5E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAyB,CAAC,GACrF;YACD,MAAM,EAAE,GAAG,CAAC,IAAI;gBACd,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,8BAAU,aAmBzB,CAAA;IACY,iCAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAAwB,EACxB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAyB,CAAC,GACzE;YACD,MAAM,EAAE,GAAG,CAAC,IAAI;gBACd,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,0CAAsB,yBAwBrC,CAAA;AACH,CAAC,EA/CgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA+CnC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Summary of assigned subscription information.
|
|
16
|
+
*/
|
|
17
|
+
export interface CloudAssignedSubscriptionSummary extends model.AssignedSubscriptionSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Oracle Cloud Subscriptions identifier that is immutable on creation.
|
|
20
|
+
*/
|
|
21
|
+
"subscriptionNumber": string;
|
|
22
|
+
/**
|
|
23
|
+
* Currency code. For example USD, MXN.
|
|
24
|
+
*/
|
|
25
|
+
"currencyCode": string;
|
|
26
|
+
/**
|
|
27
|
+
* Lifecycle state of the subscription.
|
|
28
|
+
*/
|
|
29
|
+
"lifecycleState": model.SubscriptionLifecycleState;
|
|
30
|
+
"entityVersion": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace CloudAssignedSubscriptionSummary {
|
|
33
|
+
function getJsonObj(obj: CloudAssignedSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
34
|
+
const entityVersion = "V2";
|
|
35
|
+
function getDeserializedJsonObj(obj: CloudAssignedSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CloudAssignedSubscriptionSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CloudAssignedSubscriptionSummary;
|
|
37
|
+
(function (CloudAssignedSubscriptionSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.AssignedSubscriptionSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CloudAssignedSubscriptionSummary.getJsonObj = getJsonObj;
|
|
45
|
+
CloudAssignedSubscriptionSummary.entityVersion = "V2";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.AssignedSubscriptionSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CloudAssignedSubscriptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CloudAssignedSubscriptionSummary = exports.CloudAssignedSubscriptionSummary || (exports.CloudAssignedSubscriptionSummary = {}));
|
|
54
|
+
//# sourceMappingURL=cloud-assigned-subscription-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-assigned-subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/cloud-assigned-subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,gCAAgC,CA8BhD;AA9BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CACxB,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAsC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAU,aAYzB,CAAA;IACY,8CAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAAqC,EACrC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACiC,CAAC,GACxC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA8BhD"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Assigned subscription information.
|
|
16
|
+
*/
|
|
17
|
+
export interface CloudAssignedSubscription extends model.AssignedSubscription {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Oracle Cloud Subscriptions identifier that is immutable on creation.
|
|
20
|
+
*/
|
|
21
|
+
"subscriptionNumber": string;
|
|
22
|
+
/**
|
|
23
|
+
* Currency code. For example USD, MXN.
|
|
24
|
+
*/
|
|
25
|
+
"currencyCode": string;
|
|
26
|
+
/**
|
|
27
|
+
* Lifecycle state of the subscription.
|
|
28
|
+
*/
|
|
29
|
+
"lifecycleState": model.SubscriptionLifecycleState;
|
|
30
|
+
"entityVersion": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace CloudAssignedSubscription {
|
|
33
|
+
function getJsonObj(obj: CloudAssignedSubscription, isParentJsonObj?: boolean): object;
|
|
34
|
+
const entityVersion = "V2";
|
|
35
|
+
function getDeserializedJsonObj(obj: CloudAssignedSubscription, isParentJsonObj?: boolean): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CloudAssignedSubscription = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CloudAssignedSubscription;
|
|
37
|
+
(function (CloudAssignedSubscription) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.AssignedSubscription.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CloudAssignedSubscription.getJsonObj = getJsonObj;
|
|
45
|
+
CloudAssignedSubscription.entityVersion = "V2";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.AssignedSubscription.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CloudAssignedSubscription.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CloudAssignedSubscription = exports.CloudAssignedSubscription || (exports.CloudAssignedSubscription = {}));
|
|
54
|
+
//# sourceMappingURL=cloud-assigned-subscription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-assigned-subscription.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/cloud-assigned-subscription.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GAC3E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACY,uCAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GACvF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Summary of subscription.
|
|
16
|
+
*/
|
|
17
|
+
export interface CloudSubscriptionSummary extends model.SubscriptionSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Oracle Cloud Subscriptions identifier that is immutable on creation.
|
|
20
|
+
*/
|
|
21
|
+
"subscriptionNumber": string;
|
|
22
|
+
/**
|
|
23
|
+
* Currency code. For example USD, MXN.
|
|
24
|
+
*/
|
|
25
|
+
"currencyCode": string;
|
|
26
|
+
/**
|
|
27
|
+
* Lifecycle state of the subscription.
|
|
28
|
+
*/
|
|
29
|
+
"lifecycleState": model.SubscriptionLifecycleState;
|
|
30
|
+
"entityVersion": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace CloudSubscriptionSummary {
|
|
33
|
+
function getJsonObj(obj: CloudSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
34
|
+
const entityVersion = "V2";
|
|
35
|
+
function getDeserializedJsonObj(obj: CloudSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CloudSubscriptionSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CloudSubscriptionSummary;
|
|
37
|
+
(function (CloudSubscriptionSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.SubscriptionSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CloudSubscriptionSummary.getJsonObj = getJsonObj;
|
|
45
|
+
CloudSubscriptionSummary.entityVersion = "V2";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.SubscriptionSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CloudSubscriptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CloudSubscriptionSummary = exports.CloudSubscriptionSummary || (exports.CloudSubscriptionSummary = {}));
|
|
54
|
+
//# sourceMappingURL=cloud-subscription-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/cloud-subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,wBAAwB,CAyBxC;AAzBD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mCAAU,aASzB,CAAA;IACY,sCAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAyBxC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Subscription information for compartment ID. Only root compartments are allowed.
|
|
16
|
+
*/
|
|
17
|
+
export interface CloudSubscription extends model.Subscription {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Oracle Cloud Subscriptions identifier that is immutable on creation.
|
|
20
|
+
*/
|
|
21
|
+
"subscriptionNumber": string;
|
|
22
|
+
/**
|
|
23
|
+
* Currency code. For example USD, MXN.
|
|
24
|
+
*/
|
|
25
|
+
"currencyCode": string;
|
|
26
|
+
/**
|
|
27
|
+
* Lifecycle state of the subscription.
|
|
28
|
+
*/
|
|
29
|
+
"lifecycleState": model.SubscriptionLifecycleState;
|
|
30
|
+
"entityVersion": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace CloudSubscription {
|
|
33
|
+
function getJsonObj(obj: CloudSubscription, isParentJsonObj?: boolean): object;
|
|
34
|
+
const entityVersion = "V2";
|
|
35
|
+
function getDeserializedJsonObj(obj: CloudSubscription, isParentJsonObj?: boolean): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CloudSubscription = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CloudSubscription;
|
|
37
|
+
(function (CloudSubscription) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Subscription.getJsonObj(obj))), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
CloudSubscription.getJsonObj = getJsonObj;
|
|
43
|
+
CloudSubscription.entityVersion = "V2";
|
|
44
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
45
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
46
|
+
? obj
|
|
47
|
+
: model.Subscription.getDeserializedJsonObj(obj))), {});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
CloudSubscription.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
51
|
+
})(CloudSubscription = exports.CloudSubscription || (exports.CloudSubscription = {}));
|
|
52
|
+
//# sourceMappingURL=cloud-subscription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-subscription.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/cloud-subscription.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,iBAAiB,CAuBjC;AAvBD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,4BAAU,aAOzB,CAAA;IACY,+BAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAuBjC"}
|
|
@@ -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.
|