oci-tenantmanagercontrolplane 2.65.0 → 2.67.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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assigned-subscription.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/assigned-subscription.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"assigned-subscription.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/assigned-subscription.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA4CtC,IAAiB,oBAAoB,CA2CpC;AA3CD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,aAAa,EAAE,CAAC,CAAC;aAC5F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+BAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,aAAa,EAAE,CAAC,CAAC;aAC5F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,2CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA2CpC"}
|
|
@@ -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.
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
* Billing model.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum BillingModel {
|
|
17
|
+
Commitment = "COMMITMENT",
|
|
18
|
+
Paygo = "PAYGO",
|
|
19
|
+
Promotion = "PROMOTION",
|
|
20
|
+
/**
|
|
21
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
22
|
+
* version of the SDK.
|
|
23
|
+
*/
|
|
24
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace BillingModel {
|
|
27
|
+
function getJsonObj(obj: BillingModel): BillingModel;
|
|
28
|
+
function getDeserializedJsonObj(obj: BillingModel): BillingModel;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.BillingModel = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Billing model.
|
|
18
|
+
**/
|
|
19
|
+
var BillingModel;
|
|
20
|
+
(function (BillingModel) {
|
|
21
|
+
BillingModel["Commitment"] = "COMMITMENT";
|
|
22
|
+
BillingModel["Paygo"] = "PAYGO";
|
|
23
|
+
BillingModel["Promotion"] = "PROMOTION";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
BillingModel["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(BillingModel = exports.BillingModel || (exports.BillingModel = {}));
|
|
30
|
+
(function (BillingModel) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
BillingModel.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
BillingModel.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(BillingModel = exports.BillingModel || (exports.BillingModel = {}));
|
|
40
|
+
//# sourceMappingURL=billing-model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billing-model.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/billing-model.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,YAUX;AAVD,WAAY,YAAY;IACtB,yCAAyB,CAAA;IACzB,+BAAe,CAAA;IACf,uCAAuB,CAAA;IAEvB;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EAVW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAUvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 ClassicAssignedSubscriptionSummary extends model.AssignedSubscriptionSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Lifecycle state of the subscription.
|
|
20
|
+
*/
|
|
21
|
+
"lifecycleState": model.ClassicSubscriptionLifecycleState;
|
|
22
|
+
/**
|
|
23
|
+
* Subscription ID.
|
|
24
|
+
*/
|
|
25
|
+
"classicSubscriptionId": string;
|
|
26
|
+
/**
|
|
27
|
+
* Specifies whether or not the subscription is legacy.
|
|
28
|
+
*/
|
|
29
|
+
"isClassicSubscription"?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Region for the subscription.
|
|
32
|
+
*/
|
|
33
|
+
"regionAssignment"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Subscription start time.
|
|
36
|
+
*/
|
|
37
|
+
"startDate"?: Date;
|
|
38
|
+
/**
|
|
39
|
+
* Subscription end time.
|
|
40
|
+
*/
|
|
41
|
+
"endDate"?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* Customer service identifier for the customer associated with the subscription.
|
|
44
|
+
*/
|
|
45
|
+
"csiNumber"?: string;
|
|
46
|
+
"entityVersion": string;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace ClassicAssignedSubscriptionSummary {
|
|
49
|
+
function getJsonObj(obj: ClassicAssignedSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
50
|
+
const entityVersion = "V1";
|
|
51
|
+
function getDeserializedJsonObj(obj: ClassicAssignedSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
52
|
+
}
|
|
@@ -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.ClassicAssignedSubscriptionSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ClassicAssignedSubscriptionSummary;
|
|
37
|
+
(function (ClassicAssignedSubscriptionSummary) {
|
|
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
|
+
ClassicAssignedSubscriptionSummary.getJsonObj = getJsonObj;
|
|
45
|
+
ClassicAssignedSubscriptionSummary.entityVersion = "V1";
|
|
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
|
+
ClassicAssignedSubscriptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(ClassicAssignedSubscriptionSummary = exports.ClassicAssignedSubscriptionSummary || (exports.ClassicAssignedSubscriptionSummary = {}));
|
|
54
|
+
//# sourceMappingURL=classic-assigned-subscription-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classic-assigned-subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/classic-assigned-subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,kCAAkC,CAgClD;AAhCD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAC3C,GAAG,CACmC,CAAC,GAC1C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6CAAU,aAczB,CAAA;IACY,gDAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACmC,CAAC,GAC1C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yDAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAgClD"}
|
|
@@ -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
|
+
* Assigned subscription information.
|
|
16
|
+
*/
|
|
17
|
+
export interface ClassicAssignedSubscription extends model.AssignedSubscription {
|
|
18
|
+
/**
|
|
19
|
+
* Lifecycle state of the subscription.
|
|
20
|
+
*/
|
|
21
|
+
"lifecycleState": model.ClassicSubscriptionLifecycleState;
|
|
22
|
+
/**
|
|
23
|
+
* Subscription ID.
|
|
24
|
+
*/
|
|
25
|
+
"classicSubscriptionId": string;
|
|
26
|
+
/**
|
|
27
|
+
* Specifies whether or not the subscription is legacy.
|
|
28
|
+
*/
|
|
29
|
+
"isClassicSubscription"?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Region for the subscription.
|
|
32
|
+
*/
|
|
33
|
+
"regionAssignment"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* List of SKUs linked to the subscription.
|
|
36
|
+
*/
|
|
37
|
+
"skus"?: Array<model.SubscriptionSku>;
|
|
38
|
+
/**
|
|
39
|
+
* List of subscription order OCIDs that contributed to this subscription.
|
|
40
|
+
*/
|
|
41
|
+
"orderIds"?: Array<string>;
|
|
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 ClassicAssignedSubscription {
|
|
85
|
+
function getJsonObj(obj: ClassicAssignedSubscription, isParentJsonObj?: boolean): object;
|
|
86
|
+
const entityVersion = "V1";
|
|
87
|
+
function getDeserializedJsonObj(obj: ClassicAssignedSubscription, isParentJsonObj?: boolean): object;
|
|
88
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.ClassicAssignedSubscription = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ClassicAssignedSubscription;
|
|
37
|
+
(function (ClassicAssignedSubscription) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.AssignedSubscription.getJsonObj(obj))), {
|
|
42
|
+
"skus": obj.skus
|
|
43
|
+
? obj.skus.map(item => {
|
|
44
|
+
return model.SubscriptionSku.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined,
|
|
47
|
+
"promotion": obj.promotion
|
|
48
|
+
? obj.promotion.map(item => {
|
|
49
|
+
return model.Promotion.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ClassicAssignedSubscription.getJsonObj = getJsonObj;
|
|
56
|
+
ClassicAssignedSubscription.entityVersion = "V1";
|
|
57
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
58
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
59
|
+
? obj
|
|
60
|
+
: model.AssignedSubscription.getDeserializedJsonObj(obj))), {
|
|
61
|
+
"skus": obj.skus
|
|
62
|
+
? obj.skus.map(item => {
|
|
63
|
+
return model.SubscriptionSku.getDeserializedJsonObj(item);
|
|
64
|
+
})
|
|
65
|
+
: undefined,
|
|
66
|
+
"promotion": obj.promotion
|
|
67
|
+
? obj.promotion.map(item => {
|
|
68
|
+
return model.Promotion.getDeserializedJsonObj(item);
|
|
69
|
+
})
|
|
70
|
+
: undefined
|
|
71
|
+
});
|
|
72
|
+
return jsonObj;
|
|
73
|
+
}
|
|
74
|
+
ClassicAssignedSubscription.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
75
|
+
})(ClassicAssignedSubscription = exports.ClassicAssignedSubscription || (exports.ClassicAssignedSubscription = {}));
|
|
76
|
+
//# sourceMappingURL=classic-assigned-subscription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classic-assigned-subscription.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/classic-assigned-subscription.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ElC,IAAiB,2BAA2B,CAiD3C;AAjDD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC7E;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;IArBe,sCAAU,aAqBzB,CAAA;IACY,yCAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACzF;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,kDAAsB,yBAwBrC,CAAA;AACH,CAAC,EAjDgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAiD3C"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
* TAS (Tenant Automation System) legacy environment this order orginated from.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum ClassicSubscriptionEnvironmentName {
|
|
17
|
+
Prod = "PROD",
|
|
18
|
+
Preprod = "PREPROD",
|
|
19
|
+
Preprod1 = "PREPROD1",
|
|
20
|
+
Pintlab = "PINTLAB",
|
|
21
|
+
Miglab = "MIGLAB",
|
|
22
|
+
Pool2 = "POOL2",
|
|
23
|
+
Pintlab2 = "PINTLAB2",
|
|
24
|
+
Mylab0 = "MYLAB0",
|
|
25
|
+
Mylab1 = "MYLAB1",
|
|
26
|
+
Mylab2 = "MYLAB2",
|
|
27
|
+
Mylab3 = "MYLAB3",
|
|
28
|
+
Mylab4 = "MYLAB4",
|
|
29
|
+
Mylab5 = "MYLAB5"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace ClassicSubscriptionEnvironmentName {
|
|
32
|
+
function getJsonObj(obj: ClassicSubscriptionEnvironmentName): ClassicSubscriptionEnvironmentName;
|
|
33
|
+
function getDeserializedJsonObj(obj: ClassicSubscriptionEnvironmentName): ClassicSubscriptionEnvironmentName;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.ClassicSubscriptionEnvironmentName = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* TAS (Tenant Automation System) legacy environment this order orginated from.
|
|
18
|
+
**/
|
|
19
|
+
var ClassicSubscriptionEnvironmentName;
|
|
20
|
+
(function (ClassicSubscriptionEnvironmentName) {
|
|
21
|
+
ClassicSubscriptionEnvironmentName["Prod"] = "PROD";
|
|
22
|
+
ClassicSubscriptionEnvironmentName["Preprod"] = "PREPROD";
|
|
23
|
+
ClassicSubscriptionEnvironmentName["Preprod1"] = "PREPROD1";
|
|
24
|
+
ClassicSubscriptionEnvironmentName["Pintlab"] = "PINTLAB";
|
|
25
|
+
ClassicSubscriptionEnvironmentName["Miglab"] = "MIGLAB";
|
|
26
|
+
ClassicSubscriptionEnvironmentName["Pool2"] = "POOL2";
|
|
27
|
+
ClassicSubscriptionEnvironmentName["Pintlab2"] = "PINTLAB2";
|
|
28
|
+
ClassicSubscriptionEnvironmentName["Mylab0"] = "MYLAB0";
|
|
29
|
+
ClassicSubscriptionEnvironmentName["Mylab1"] = "MYLAB1";
|
|
30
|
+
ClassicSubscriptionEnvironmentName["Mylab2"] = "MYLAB2";
|
|
31
|
+
ClassicSubscriptionEnvironmentName["Mylab3"] = "MYLAB3";
|
|
32
|
+
ClassicSubscriptionEnvironmentName["Mylab4"] = "MYLAB4";
|
|
33
|
+
ClassicSubscriptionEnvironmentName["Mylab5"] = "MYLAB5";
|
|
34
|
+
})(ClassicSubscriptionEnvironmentName = exports.ClassicSubscriptionEnvironmentName || (exports.ClassicSubscriptionEnvironmentName = {}));
|
|
35
|
+
(function (ClassicSubscriptionEnvironmentName) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
ClassicSubscriptionEnvironmentName.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
ClassicSubscriptionEnvironmentName.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(ClassicSubscriptionEnvironmentName = exports.ClassicSubscriptionEnvironmentName || (exports.ClassicSubscriptionEnvironmentName = {}));
|
|
45
|
+
//# sourceMappingURL=classic-subscription-environment-name.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classic-subscription-environment-name.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/classic-subscription-environment-name.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,kCAcX;AAdD,WAAY,kCAAkC;IAC5C,mDAAa,CAAA;IACb,yDAAmB,CAAA;IACnB,2DAAqB,CAAA;IACrB,yDAAmB,CAAA;IACnB,uDAAiB,CAAA;IACjB,qDAAe,CAAA;IACf,2DAAqB,CAAA;IACrB,uDAAiB,CAAA;IACjB,uDAAiB,CAAA;IACjB,uDAAiB,CAAA;IACjB,uDAAiB,CAAA;IACjB,uDAAiB,CAAA;IACjB,uDAAiB,CAAA;AACnB,CAAC,EAdW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAc7C;AAED,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Lifecycle state of a V1 (legacy schema version) subscription.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum ClassicSubscriptionLifecycleState {
|
|
17
|
+
Creating = "CREATING",
|
|
18
|
+
Active = "ACTIVE",
|
|
19
|
+
Inactive = "INACTIVE",
|
|
20
|
+
Updating = "UPDATING",
|
|
21
|
+
Deleting = "DELETING",
|
|
22
|
+
Deleted = "DELETED",
|
|
23
|
+
Failed = "FAILED",
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
29
|
+
}
|
|
30
|
+
export declare namespace ClassicSubscriptionLifecycleState {
|
|
31
|
+
function getJsonObj(obj: ClassicSubscriptionLifecycleState): ClassicSubscriptionLifecycleState;
|
|
32
|
+
function getDeserializedJsonObj(obj: ClassicSubscriptionLifecycleState): ClassicSubscriptionLifecycleState;
|
|
33
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.ClassicSubscriptionLifecycleState = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Lifecycle state of a V1 (legacy schema version) subscription.
|
|
18
|
+
**/
|
|
19
|
+
var ClassicSubscriptionLifecycleState;
|
|
20
|
+
(function (ClassicSubscriptionLifecycleState) {
|
|
21
|
+
ClassicSubscriptionLifecycleState["Creating"] = "CREATING";
|
|
22
|
+
ClassicSubscriptionLifecycleState["Active"] = "ACTIVE";
|
|
23
|
+
ClassicSubscriptionLifecycleState["Inactive"] = "INACTIVE";
|
|
24
|
+
ClassicSubscriptionLifecycleState["Updating"] = "UPDATING";
|
|
25
|
+
ClassicSubscriptionLifecycleState["Deleting"] = "DELETING";
|
|
26
|
+
ClassicSubscriptionLifecycleState["Deleted"] = "DELETED";
|
|
27
|
+
ClassicSubscriptionLifecycleState["Failed"] = "FAILED";
|
|
28
|
+
/**
|
|
29
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
30
|
+
* version of the SDK.
|
|
31
|
+
*/
|
|
32
|
+
ClassicSubscriptionLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
33
|
+
})(ClassicSubscriptionLifecycleState = exports.ClassicSubscriptionLifecycleState || (exports.ClassicSubscriptionLifecycleState = {}));
|
|
34
|
+
(function (ClassicSubscriptionLifecycleState) {
|
|
35
|
+
function getJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
ClassicSubscriptionLifecycleState.getJsonObj = getJsonObj;
|
|
39
|
+
function getDeserializedJsonObj(obj) {
|
|
40
|
+
return obj;
|
|
41
|
+
}
|
|
42
|
+
ClassicSubscriptionLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
43
|
+
})(ClassicSubscriptionLifecycleState = exports.ClassicSubscriptionLifecycleState || (exports.ClassicSubscriptionLifecycleState = {}));
|
|
44
|
+
//# sourceMappingURL=classic-subscription-lifecycle-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classic-subscription-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/classic-subscription-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,iCAcX;AAdD,WAAY,iCAAiC;IAC3C,0DAAqB,CAAA;IACrB,sDAAiB,CAAA;IACjB,0DAAqB,CAAA;IACrB,0DAAqB,CAAA;IACrB,0DAAqB,CAAA;IACrB,wDAAmB,CAAA;IACnB,sDAAiB,CAAA;IAEjB;;;OAGG;IACH,mEAA8B,CAAA;AAChC,CAAC,EAdW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAc5C;AAED,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC;QAEtC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAsC;QAEtC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 ClassicSubscriptionSummary extends model.SubscriptionSummary {
|
|
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
|
+
* Subscription start time.
|
|
40
|
+
*/
|
|
41
|
+
"startDate"?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* Subscription end time.
|
|
44
|
+
*/
|
|
45
|
+
"endDate"?: Date;
|
|
46
|
+
"entityVersion": string;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace ClassicSubscriptionSummary {
|
|
49
|
+
function getJsonObj(obj: ClassicSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
50
|
+
const entityVersion = "V1";
|
|
51
|
+
function getDeserializedJsonObj(obj: ClassicSubscriptionSummary, isParentJsonObj?: boolean): object;
|
|
52
|
+
}
|