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
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* Collection of line item summaries in a subscription.
|
|
16
|
+
*/
|
|
17
|
+
export interface SubscriptionLineItemCollection {
|
|
18
|
+
/**
|
|
19
|
+
* Array containing line item summaries in a subscription.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.SubscriptionLineItemSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace SubscriptionLineItemCollection {
|
|
24
|
+
function getJsonObj(obj: SubscriptionLineItemCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: SubscriptionLineItemCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.SubscriptionLineItemCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var SubscriptionLineItemCollection;
|
|
37
|
+
(function (SubscriptionLineItemCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.SubscriptionLineItemSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
SubscriptionLineItemCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.SubscriptionLineItemSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
SubscriptionLineItemCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(SubscriptionLineItemCollection = exports.SubscriptionLineItemCollection || (exports.SubscriptionLineItemCollection = {}));
|
|
61
|
+
//# sourceMappingURL=subscription-line-item-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-line-item-collection.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/subscription-line-item-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 line items in a subscription.
|
|
16
|
+
*/
|
|
17
|
+
export interface SubscriptionLineItemSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Subscription line item identifier.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* Product code.
|
|
24
|
+
*/
|
|
25
|
+
"productCode": string;
|
|
26
|
+
/**
|
|
27
|
+
* Product number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
28
|
+
*/
|
|
29
|
+
"quantity": number;
|
|
30
|
+
/**
|
|
31
|
+
* Billing model supported by the associated line item.
|
|
32
|
+
*/
|
|
33
|
+
"billingModel": model.BillingModel;
|
|
34
|
+
/**
|
|
35
|
+
* The time the subscription item and associated products should start. An RFC 3339 formatted date and time string.
|
|
36
|
+
*/
|
|
37
|
+
"timeStarted": Date;
|
|
38
|
+
/**
|
|
39
|
+
* The time the subscription item and associated products should end. An RFC 3339 formatted date and time string.
|
|
40
|
+
*/
|
|
41
|
+
"timeEnded": Date;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace SubscriptionLineItemSummary {
|
|
44
|
+
function getJsonObj(obj: SubscriptionLineItemSummary): object;
|
|
45
|
+
function getDeserializedJsonObj(obj: SubscriptionLineItemSummary): object;
|
|
46
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.SubscriptionLineItemSummary = void 0;
|
|
16
|
+
var SubscriptionLineItemSummary;
|
|
17
|
+
(function (SubscriptionLineItemSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
SubscriptionLineItemSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
SubscriptionLineItemSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(SubscriptionLineItemSummary = exports.SubscriptionLineItemSummary || (exports.SubscriptionLineItemSummary = {}));
|
|
29
|
+
//# sourceMappingURL=subscription-line-item-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-line-item-summary.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/subscription-line-item-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Organizations API
|
|
4
4
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
5
|
-
* OpenAPI spec version:
|
|
5
|
+
* OpenAPI spec version: 20230401
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Organizations API
|
|
3
3
|
* Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
|
|
4
|
-
* OpenAPI spec version:
|
|
4
|
+
* OpenAPI spec version: 20230401
|
|
5
5
|
*
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface SubscriptionSku {
|
|
17
17
|
/**
|
|
18
|
-
* Stock
|
|
18
|
+
* Stock Keeping Unit (SKU) ID.
|
|
19
19
|
*/
|
|
20
20
|
"sku": string;
|
|
21
21
|
/**
|
|
@@ -39,19 +39,19 @@ export interface SubscriptionSku {
|
|
|
39
39
|
*/
|
|
40
40
|
"metricName"?: string;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Specifies if the SKU is considered as a parent or child.
|
|
43
43
|
*/
|
|
44
44
|
"isBaseServiceComponent"?: boolean;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* Specifies if an additional test instance can be provisioned by the SaaS application.
|
|
47
47
|
*/
|
|
48
48
|
"isAdditionalInstance"?: boolean;
|
|
49
49
|
/**
|
|
50
|
-
* Date
|
|
50
|
+
* Date and time when the SKU was created.
|
|
51
51
|
*/
|
|
52
52
|
"startDate"?: Date;
|
|
53
53
|
/**
|
|
54
|
-
* Date
|
|
54
|
+
* Date and time when the SKU ended.
|
|
55
55
|
*/
|
|
56
56
|
"endDate"?: Date;
|
|
57
57
|
}
|
|
@@ -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.
|
|
@@ -10,59 +10,51 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
13
|
/**
|
|
15
|
-
*
|
|
14
|
+
* Base subscription summary type, which carries shared properties for any subscription summary version.
|
|
16
15
|
*/
|
|
17
16
|
export interface SubscriptionSummary {
|
|
18
17
|
/**
|
|
19
|
-
* OCID of the subscription
|
|
18
|
+
* The Oracle ID ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the subscription.
|
|
20
19
|
*/
|
|
21
20
|
"id": string;
|
|
22
21
|
/**
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
"classicSubscriptionId": string;
|
|
26
|
-
/**
|
|
27
|
-
* OCID of the compartment. Always a tenancy OCID.
|
|
22
|
+
* The Oracle ID ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the owning compartment. Always a tenancy OCID.
|
|
28
23
|
*/
|
|
29
24
|
"compartmentId": string;
|
|
30
25
|
/**
|
|
31
|
-
* The type of subscription, such as '
|
|
26
|
+
* The type of subscription, such as 'UCM', 'SAAS', 'ERP', 'CRM'.
|
|
32
27
|
*/
|
|
33
28
|
"serviceName": string;
|
|
34
29
|
/**
|
|
35
|
-
*
|
|
36
|
-
|
|
37
|
-
"isClassicSubscription"?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* The pay model of the subscription, such as 'Pay as you go' or 'Monthly'.
|
|
40
|
-
*/
|
|
41
|
-
"paymentModel"?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Region for the subscription.
|
|
44
|
-
*/
|
|
45
|
-
"regionAssignment"?: string;
|
|
46
|
-
/**
|
|
47
|
-
* Lifecycle state of the subscription.
|
|
48
|
-
*/
|
|
49
|
-
"lifecycleState"?: model.SubscriptionLifecycleState;
|
|
50
|
-
/**
|
|
51
|
-
* Subscription start time.
|
|
30
|
+
* The date and time of creation, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
31
|
+
*
|
|
52
32
|
*/
|
|
53
|
-
"
|
|
33
|
+
"timeCreated": Date;
|
|
54
34
|
/**
|
|
55
|
-
*
|
|
35
|
+
* The date and time of update, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
36
|
+
*
|
|
56
37
|
*/
|
|
57
|
-
"
|
|
38
|
+
"timeUpdated": Date;
|
|
58
39
|
/**
|
|
59
|
-
*
|
|
40
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
41
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
42
|
+
*
|
|
60
43
|
*/
|
|
61
|
-
"
|
|
44
|
+
"freeformTags": {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
62
47
|
/**
|
|
63
|
-
*
|
|
48
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
49
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
50
|
+
*
|
|
64
51
|
*/
|
|
65
|
-
"
|
|
52
|
+
"definedTags": {
|
|
53
|
+
[key: string]: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
"entityVersion": string;
|
|
66
58
|
}
|
|
67
59
|
export declare namespace SubscriptionSummary {
|
|
68
60
|
function getJsonObj(obj: SubscriptionSummary): object;
|
|
@@ -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.
|
|
@@ -11,17 +11,60 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
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
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.SubscriptionSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
16
37
|
var SubscriptionSummary;
|
|
17
38
|
(function (SubscriptionSummary) {
|
|
18
39
|
function getJsonObj(obj) {
|
|
19
40
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "entityVersion" in obj && obj.entityVersion) {
|
|
42
|
+
switch (obj.entityVersion) {
|
|
43
|
+
case "V1":
|
|
44
|
+
return model.ClassicSubscriptionSummary.getJsonObj(jsonObj, true);
|
|
45
|
+
case "V2":
|
|
46
|
+
return model.CloudSubscriptionSummary.getJsonObj(jsonObj, true);
|
|
47
|
+
default:
|
|
48
|
+
if (common.LOG.logger)
|
|
49
|
+
common.LOG.logger.info(`Unknown value for: ${obj.entityVersion}`);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
20
52
|
return jsonObj;
|
|
21
53
|
}
|
|
22
54
|
SubscriptionSummary.getJsonObj = getJsonObj;
|
|
23
55
|
function getDeserializedJsonObj(obj) {
|
|
24
56
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
57
|
+
if (obj && "entityVersion" in obj && obj.entityVersion) {
|
|
58
|
+
switch (obj.entityVersion) {
|
|
59
|
+
case "V1":
|
|
60
|
+
return model.ClassicSubscriptionSummary.getDeserializedJsonObj(jsonObj, true);
|
|
61
|
+
case "V2":
|
|
62
|
+
return model.CloudSubscriptionSummary.getDeserializedJsonObj(jsonObj, true);
|
|
63
|
+
default:
|
|
64
|
+
if (common.LOG.logger)
|
|
65
|
+
common.LOG.logger.info(`Unknown value for: ${obj.entityVersion}`);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
25
68
|
return jsonObj;
|
|
26
69
|
}
|
|
27
70
|
SubscriptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/model/subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA4CtC,IAAiB,mBAAmB,CA2CnC;AA3CD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,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,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,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,8BAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,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,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,IAAI;oBACP,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,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,0CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA2CnC"}
|
|
@@ -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.
|
|
@@ -10,95 +10,51 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
13
|
/**
|
|
15
|
-
*
|
|
14
|
+
* Base subscription type, which carries shared properties for any subscription version.
|
|
16
15
|
*/
|
|
17
16
|
export interface Subscription {
|
|
18
17
|
/**
|
|
19
|
-
* OCID of the subscription
|
|
18
|
+
* The Oracle ID ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the subscription.
|
|
20
19
|
*/
|
|
21
20
|
"id": string;
|
|
22
21
|
/**
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
"classicSubscriptionId": string;
|
|
26
|
-
/**
|
|
27
|
-
* OCID of the compartment. Always a tenancy OCID.
|
|
22
|
+
* The Oracle ID ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the owning compartment. Always a tenancy OCID.
|
|
28
23
|
*/
|
|
29
24
|
"compartmentId": string;
|
|
30
25
|
/**
|
|
31
|
-
* The type of subscription, such as '
|
|
26
|
+
* The type of subscription, such as 'UCM', 'SAAS', 'ERP', 'CRM'.
|
|
32
27
|
*/
|
|
33
28
|
"serviceName": string;
|
|
34
29
|
/**
|
|
35
|
-
*
|
|
36
|
-
|
|
37
|
-
"isClassicSubscription"?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* The pay model of the subscription, such as 'Pay as you go' or 'Monthly'.
|
|
40
|
-
*/
|
|
41
|
-
"paymentModel"?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Region for the subscription.
|
|
44
|
-
*/
|
|
45
|
-
"regionAssignment"?: string;
|
|
46
|
-
/**
|
|
47
|
-
* Lifecycle state of the subscription.
|
|
48
|
-
*/
|
|
49
|
-
"lifecycleState"?: model.SubscriptionLifecycleState;
|
|
50
|
-
/**
|
|
51
|
-
* List of SKUs linked to this subscription.
|
|
52
|
-
*/
|
|
53
|
-
"skus"?: Array<model.SubscriptionSku>;
|
|
54
|
-
/**
|
|
55
|
-
* Denotes any program that is associated with the subscription.
|
|
56
|
-
*/
|
|
57
|
-
"programType"?: string;
|
|
58
|
-
/**
|
|
59
|
-
* The country code for the customer associated with the subscription.
|
|
60
|
-
*/
|
|
61
|
-
"customerCountryCode"?: string;
|
|
62
|
-
/**
|
|
63
|
-
* The currency code for the customer associated with the subscription.
|
|
64
|
-
*/
|
|
65
|
-
"cloudAmountCurrency"?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Customer service identifier for the customer associated with the subscription.
|
|
68
|
-
*/
|
|
69
|
-
"csiNumber"?: string;
|
|
70
|
-
/**
|
|
71
|
-
* Tier for the subscription, whether it is a free promotion subscription or a paid subscription.
|
|
72
|
-
*/
|
|
73
|
-
"subscriptionTier"?: string;
|
|
74
|
-
/**
|
|
75
|
-
* Denotes whether or not the subscription is a government subscription.
|
|
76
|
-
*/
|
|
77
|
-
"isGovernmentSubscription"?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* List of promotions related to the subscription.
|
|
80
|
-
*/
|
|
81
|
-
"promotion"?: Array<model.Promotion>;
|
|
82
|
-
/**
|
|
83
|
-
* Purchase entitlement ID associated with the subscription.
|
|
84
|
-
*/
|
|
85
|
-
"purchaseEntitlementId"?: string;
|
|
86
|
-
/**
|
|
87
|
-
* Subscription start time.
|
|
30
|
+
* The date and time of creation, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
31
|
+
*
|
|
88
32
|
*/
|
|
89
|
-
"
|
|
33
|
+
"timeCreated": Date;
|
|
90
34
|
/**
|
|
91
|
-
*
|
|
35
|
+
* The date and time of update, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
36
|
+
*
|
|
92
37
|
*/
|
|
93
|
-
"
|
|
38
|
+
"timeUpdated": Date;
|
|
94
39
|
/**
|
|
95
|
-
*
|
|
40
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
41
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
42
|
+
*
|
|
96
43
|
*/
|
|
97
|
-
"
|
|
44
|
+
"freeformTags": {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
98
47
|
/**
|
|
99
|
-
*
|
|
48
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
49
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
50
|
+
*
|
|
100
51
|
*/
|
|
101
|
-
"
|
|
52
|
+
"definedTags": {
|
|
53
|
+
[key: string]: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
"entityVersion": string;
|
|
102
58
|
}
|
|
103
59
|
export declare namespace Subscription {
|
|
104
60
|
function getJsonObj(obj: Subscription): object;
|