@volcengine/organization 1.0.1
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/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +525 -0
- package/dist/esm/api.d.ts +540 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +350 -0
- package/dist/esm/types/accept-invitation-request.d.ts +30 -0
- package/dist/esm/types/accept-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/accept-invitation-response.d.ts +20 -0
- package/dist/esm/types/accept-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/accept-quit-application-request.d.ts +35 -0
- package/dist/esm/types/accept-quit-application-request.d.ts.map +1 -0
- package/dist/esm/types/accept-quit-application-response.d.ts +20 -0
- package/dist/esm/types/accept-quit-application-response.d.ts.map +1 -0
- package/dist/esm/types/account-for-describe-account-output.d.ts +115 -0
- package/dist/esm/types/account-for-describe-account-output.d.ts.map +1 -0
- package/dist/esm/types/account-list-for-list-accounts-output.d.ts +126 -0
- package/dist/esm/types/account-list-for-list-accounts-output.d.ts.map +1 -0
- package/dist/esm/types/attach-service-control-policy-request.d.ts +35 -0
- package/dist/esm/types/attach-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/attach-service-control-policy-response.d.ts +20 -0
- package/dist/esm/types/attach-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-request.d.ts +30 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-response.d.ts +20 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/cancel-invitation-request.d.ts +25 -0
- package/dist/esm/types/cancel-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/cancel-invitation-response.d.ts +20 -0
- package/dist/esm/types/cancel-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/change-account-secure-contact-info-request.d.ts +35 -0
- package/dist/esm/types/change-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/change-account-secure-contact-info-response.d.ts +20 -0
- package/dist/esm/types/change-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/create-account-request.d.ts +50 -0
- package/dist/esm/types/create-account-request.d.ts.map +1 -0
- package/dist/esm/types/create-account-response.d.ts +25 -0
- package/dist/esm/types/create-account-response.d.ts.map +1 -0
- package/dist/esm/types/create-organization-request.d.ts +20 -0
- package/dist/esm/types/create-organization-request.d.ts.map +1 -0
- package/dist/esm/types/create-organization-response.d.ts +25 -0
- package/dist/esm/types/create-organization-response.d.ts.map +1 -0
- package/dist/esm/types/create-organizational-unit-request.d.ts +35 -0
- package/dist/esm/types/create-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/create-organizational-unit-response.d.ts +25 -0
- package/dist/esm/types/create-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/create-service-control-policy-request.d.ts +35 -0
- package/dist/esm/types/create-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/create-service-control-policy-response.d.ts +50 -0
- package/dist/esm/types/create-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/delete-organization-request.d.ts +20 -0
- package/dist/esm/types/delete-organization-request.d.ts.map +1 -0
- package/dist/esm/types/delete-organization-response.d.ts +20 -0
- package/dist/esm/types/delete-organization-response.d.ts.map +1 -0
- package/dist/esm/types/delete-organizational-unit-request.d.ts +25 -0
- package/dist/esm/types/delete-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/delete-organizational-unit-response.d.ts +20 -0
- package/dist/esm/types/delete-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/delete-service-control-policy-request.d.ts +25 -0
- package/dist/esm/types/delete-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/delete-service-control-policy-response.d.ts +20 -0
- package/dist/esm/types/delete-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/describe-account-invitation-request.d.ts +25 -0
- package/dist/esm/types/describe-account-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/describe-account-invitation-response.d.ts +26 -0
- package/dist/esm/types/describe-account-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/describe-account-request.d.ts +25 -0
- package/dist/esm/types/describe-account-request.d.ts.map +1 -0
- package/dist/esm/types/describe-account-response.d.ts +26 -0
- package/dist/esm/types/describe-account-response.d.ts.map +1 -0
- package/dist/esm/types/describe-organization-request.d.ts +20 -0
- package/dist/esm/types/describe-organization-request.d.ts.map +1 -0
- package/dist/esm/types/describe-organization-response.d.ts +32 -0
- package/dist/esm/types/describe-organization-response.d.ts.map +1 -0
- package/dist/esm/types/describe-organizational-unit-request.d.ts +25 -0
- package/dist/esm/types/describe-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/describe-organizational-unit-response.d.ts +26 -0
- package/dist/esm/types/describe-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/describe-quit-application-request.d.ts +25 -0
- package/dist/esm/types/describe-quit-application-request.d.ts.map +1 -0
- package/dist/esm/types/describe-quit-application-response.d.ts +26 -0
- package/dist/esm/types/describe-quit-application-response.d.ts.map +1 -0
- package/dist/esm/types/detach-service-control-policy-request.d.ts +30 -0
- package/dist/esm/types/detach-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/detach-service-control-policy-response.d.ts +20 -0
- package/dist/esm/types/detach-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/disable-console-login-request.d.ts +25 -0
- package/dist/esm/types/disable-console-login-request.d.ts.map +1 -0
- package/dist/esm/types/disable-console-login-response.d.ts +20 -0
- package/dist/esm/types/disable-console-login-response.d.ts.map +1 -0
- package/dist/esm/types/disable-service-control-policy-request.d.ts +20 -0
- package/dist/esm/types/disable-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/disable-service-control-policy-response.d.ts +25 -0
- package/dist/esm/types/disable-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/enable-console-login-request.d.ts +30 -0
- package/dist/esm/types/enable-console-login-request.d.ts.map +1 -0
- package/dist/esm/types/enable-console-login-response.d.ts +20 -0
- package/dist/esm/types/enable-console-login-response.d.ts.map +1 -0
- package/dist/esm/types/enable-service-control-policy-request.d.ts +20 -0
- package/dist/esm/types/enable-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/enable-service-control-policy-response.d.ts +25 -0
- package/dist/esm/types/enable-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/get-account-secure-contact-info-request.d.ts +25 -0
- package/dist/esm/types/get-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/get-account-secure-contact-info-response.d.ts +50 -0
- package/dist/esm/types/get-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-enablement-request.d.ts +20 -0
- package/dist/esm/types/get-service-control-policy-enablement-request.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-enablement-response.d.ts +30 -0
- package/dist/esm/types/get-service-control-policy-enablement-response.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-request.d.ts +25 -0
- package/dist/esm/types/get-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-response.d.ts +55 -0
- package/dist/esm/types/get-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +112 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/invation-info-for-describe-account-invitation-output.d.ts +110 -0
- package/dist/esm/types/invation-info-for-describe-account-invitation-output.d.ts.map +1 -0
- package/dist/esm/types/invitation-list-for-list-invitations-output.d.ts +110 -0
- package/dist/esm/types/invitation-list-for-list-invitations-output.d.ts.map +1 -0
- package/dist/esm/types/invite-account-request.d.ts +45 -0
- package/dist/esm/types/invite-account-request.d.ts.map +1 -0
- package/dist/esm/types/invite-account-response.d.ts +25 -0
- package/dist/esm/types/invite-account-response.d.ts.map +1 -0
- package/dist/esm/types/list-accounts-request.d.ts +55 -0
- package/dist/esm/types/list-accounts-request.d.ts.map +1 -0
- package/dist/esm/types/list-accounts-response.d.ts +41 -0
- package/dist/esm/types/list-accounts-response.d.ts.map +1 -0
- package/dist/esm/types/list-invitations-request.d.ts +50 -0
- package/dist/esm/types/list-invitations-request.d.ts.map +1 -0
- package/dist/esm/types/list-invitations-response.d.ts +41 -0
- package/dist/esm/types/list-invitations-response.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-for-parent-request.d.ts +35 -0
- package/dist/esm/types/list-organizational-units-for-parent-request.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-for-parent-response.d.ts +41 -0
- package/dist/esm/types/list-organizational-units-for-parent-response.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-request.d.ts +20 -0
- package/dist/esm/types/list-organizational-units-request.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-response.d.ts +26 -0
- package/dist/esm/types/list-organizational-units-response.d.ts.map +1 -0
- package/dist/esm/types/list-policies-for-target-request.d.ts +35 -0
- package/dist/esm/types/list-policies-for-target-request.d.ts.map +1 -0
- package/dist/esm/types/list-policies-for-target-response.d.ts +41 -0
- package/dist/esm/types/list-policies-for-target-response.d.ts.map +1 -0
- package/dist/esm/types/list-service-control-policies-request.d.ts +50 -0
- package/dist/esm/types/list-service-control-policies-request.d.ts.map +1 -0
- package/dist/esm/types/list-service-control-policies-response.d.ts +41 -0
- package/dist/esm/types/list-service-control-policies-response.d.ts.map +1 -0
- package/dist/esm/types/list-tag-resources-request.d.ts +54 -0
- package/dist/esm/types/list-tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tag-resources-response.d.ts +41 -0
- package/dist/esm/types/list-tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/list-targets-for-policy-request.d.ts +45 -0
- package/dist/esm/types/list-targets-for-policy-request.d.ts.map +1 -0
- package/dist/esm/types/list-targets-for-policy-response.d.ts +41 -0
- package/dist/esm/types/list-targets-for-policy-response.d.ts.map +1 -0
- package/dist/esm/types/move-account-request.d.ts +30 -0
- package/dist/esm/types/move-account-request.d.ts.map +1 -0
- package/dist/esm/types/move-account-response.d.ts +20 -0
- package/dist/esm/types/move-account-response.d.ts.map +1 -0
- package/dist/esm/types/org-quit-application-for-describe-quit-application-output.d.ts +80 -0
- package/dist/esm/types/org-quit-application-for-describe-quit-application-output.d.ts.map +1 -0
- package/dist/esm/types/organization-for-describe-organization-output.d.ts +70 -0
- package/dist/esm/types/organization-for-describe-organization-output.d.ts.map +1 -0
- package/dist/esm/types/organization-unit-for-describe-organizational-unit-output.d.ts +80 -0
- package/dist/esm/types/organization-unit-for-describe-organizational-unit-output.d.ts.map +1 -0
- package/dist/esm/types/owner-for-describe-organization-output.d.ts +35 -0
- package/dist/esm/types/owner-for-describe-organization-output.d.ts.map +1 -0
- package/dist/esm/types/policy-for-list-policies-for-target-output.d.ts +45 -0
- package/dist/esm/types/policy-for-list-policies-for-target-output.d.ts.map +1 -0
- package/dist/esm/types/quit-organization-request.d.ts +25 -0
- package/dist/esm/types/quit-organization-request.d.ts.map +1 -0
- package/dist/esm/types/quit-organization-response.d.ts +25 -0
- package/dist/esm/types/quit-organization-response.d.ts.map +1 -0
- package/dist/esm/types/re-invite-account-request.d.ts +25 -0
- package/dist/esm/types/re-invite-account-request.d.ts.map +1 -0
- package/dist/esm/types/re-invite-account-response.d.ts +20 -0
- package/dist/esm/types/re-invite-account-response.d.ts.map +1 -0
- package/dist/esm/types/reject-invitation-request.d.ts +35 -0
- package/dist/esm/types/reject-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/reject-invitation-response.d.ts +20 -0
- package/dist/esm/types/reject-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/reject-quit-application-request.d.ts +35 -0
- package/dist/esm/types/reject-quit-application-request.d.ts.map +1 -0
- package/dist/esm/types/reject-quit-application-response.d.ts +20 -0
- package/dist/esm/types/reject-quit-application-response.d.ts.map +1 -0
- package/dist/esm/types/remove-account-request.d.ts +25 -0
- package/dist/esm/types/remove-account-request.d.ts.map +1 -0
- package/dist/esm/types/remove-account-response.d.ts +20 -0
- package/dist/esm/types/remove-account-response.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-list-tag-resources-output.d.ts +48 -0
- package/dist/esm/types/resource-tag-for-list-tag-resources-output.d.ts.map +1 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-request.d.ts +30 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-response.d.ts +20 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/service-control-policy-for-list-service-control-policies-output.d.ts +50 -0
- package/dist/esm/types/service-control-policy-for-list-service-control-policies-output.d.ts.map +1 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-for-parent-output.d.ts +80 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-for-parent-output.d.ts.map +1 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-output.d.ts +80 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-accounts-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-accounts-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +44 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +20 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/target-for-list-targets-for-policy-output.d.ts +48 -0
- package/dist/esm/types/target-for-list-targets-for-policy-output.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +43 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +20 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/update-account-request.d.ts +40 -0
- package/dist/esm/types/update-account-request.d.ts.map +1 -0
- package/dist/esm/types/update-account-response.d.ts +20 -0
- package/dist/esm/types/update-account-response.d.ts.map +1 -0
- package/dist/esm/types/update-organizational-unit-request.d.ts +35 -0
- package/dist/esm/types/update-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/update-organizational-unit-response.d.ts +20 -0
- package/dist/esm/types/update-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/update-service-control-policy-request.d.ts +40 -0
- package/dist/esm/types/update-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/update-service-control-policy-response.d.ts +55 -0
- package/dist/esm/types/update-service-control-policy-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +932 -0
- package/src/index.ts +14 -0
- package/src/types/accept-invitation-request.ts +34 -0
- package/src/types/accept-invitation-response.ts +22 -0
- package/src/types/accept-quit-application-request.ts +40 -0
- package/src/types/accept-quit-application-response.ts +22 -0
- package/src/types/account-for-describe-account-output.ts +136 -0
- package/src/types/account-list-for-list-accounts-output.ts +149 -0
- package/src/types/attach-service-control-policy-request.ts +40 -0
- package/src/types/attach-service-control-policy-response.ts +22 -0
- package/src/types/cancel-change-account-secure-contact-info-request.ts +34 -0
- package/src/types/cancel-change-account-secure-contact-info-response.ts +22 -0
- package/src/types/cancel-invitation-request.ts +28 -0
- package/src/types/cancel-invitation-response.ts +22 -0
- package/src/types/change-account-secure-contact-info-request.ts +40 -0
- package/src/types/change-account-secure-contact-info-response.ts +22 -0
- package/src/types/create-account-request.ts +58 -0
- package/src/types/create-account-response.ts +28 -0
- package/src/types/create-organization-request.ts +22 -0
- package/src/types/create-organization-response.ts +28 -0
- package/src/types/create-organizational-unit-request.ts +40 -0
- package/src/types/create-organizational-unit-response.ts +28 -0
- package/src/types/create-service-control-policy-request.ts +40 -0
- package/src/types/create-service-control-policy-response.ts +58 -0
- package/src/types/delete-organization-request.ts +22 -0
- package/src/types/delete-organization-response.ts +22 -0
- package/src/types/delete-organizational-unit-request.ts +28 -0
- package/src/types/delete-organizational-unit-response.ts +22 -0
- package/src/types/delete-service-control-policy-request.ts +28 -0
- package/src/types/delete-service-control-policy-response.ts +22 -0
- package/src/types/describe-account-invitation-request.ts +28 -0
- package/src/types/describe-account-invitation-response.ts +29 -0
- package/src/types/describe-account-request.ts +28 -0
- package/src/types/describe-account-response.ts +29 -0
- package/src/types/describe-organization-request.ts +22 -0
- package/src/types/describe-organization-response.ts +36 -0
- package/src/types/describe-organizational-unit-request.ts +28 -0
- package/src/types/describe-organizational-unit-response.ts +29 -0
- package/src/types/describe-quit-application-request.ts +28 -0
- package/src/types/describe-quit-application-response.ts +29 -0
- package/src/types/detach-service-control-policy-request.ts +34 -0
- package/src/types/detach-service-control-policy-response.ts +22 -0
- package/src/types/disable-console-login-request.ts +28 -0
- package/src/types/disable-console-login-response.ts +22 -0
- package/src/types/disable-service-control-policy-request.ts +22 -0
- package/src/types/disable-service-control-policy-response.ts +28 -0
- package/src/types/enable-console-login-request.ts +34 -0
- package/src/types/enable-console-login-response.ts +22 -0
- package/src/types/enable-service-control-policy-request.ts +22 -0
- package/src/types/enable-service-control-policy-response.ts +28 -0
- package/src/types/get-account-secure-contact-info-request.ts +28 -0
- package/src/types/get-account-secure-contact-info-response.ts +58 -0
- package/src/types/get-service-control-policy-enablement-request.ts +22 -0
- package/src/types/get-service-control-policy-enablement-response.ts +34 -0
- package/src/types/get-service-control-policy-request.ts +28 -0
- package/src/types/get-service-control-policy-response.ts +64 -0
- package/src/types/index.ts +111 -0
- package/src/types/invation-info-for-describe-account-invitation-output.ts +130 -0
- package/src/types/invitation-list-for-list-invitations-output.ts +130 -0
- package/src/types/invite-account-request.ts +52 -0
- package/src/types/invite-account-response.ts +28 -0
- package/src/types/list-accounts-request.ts +64 -0
- package/src/types/list-accounts-response.ts +47 -0
- package/src/types/list-invitations-request.ts +58 -0
- package/src/types/list-invitations-response.ts +47 -0
- package/src/types/list-organizational-units-for-parent-request.ts +40 -0
- package/src/types/list-organizational-units-for-parent-response.ts +47 -0
- package/src/types/list-organizational-units-request.ts +22 -0
- package/src/types/list-organizational-units-response.ts +29 -0
- package/src/types/list-policies-for-target-request.ts +40 -0
- package/src/types/list-policies-for-target-response.ts +47 -0
- package/src/types/list-service-control-policies-request.ts +58 -0
- package/src/types/list-service-control-policies-response.ts +47 -0
- package/src/types/list-tag-resources-request.ts +63 -0
- package/src/types/list-tag-resources-response.ts +47 -0
- package/src/types/list-targets-for-policy-request.ts +52 -0
- package/src/types/list-targets-for-policy-response.ts +47 -0
- package/src/types/move-account-request.ts +34 -0
- package/src/types/move-account-response.ts +22 -0
- package/src/types/org-quit-application-for-describe-quit-application-output.ts +94 -0
- package/src/types/organization-for-describe-organization-output.ts +82 -0
- package/src/types/organization-unit-for-describe-organizational-unit-output.ts +94 -0
- package/src/types/owner-for-describe-organization-output.ts +40 -0
- package/src/types/policy-for-list-policies-for-target-output.ts +52 -0
- package/src/types/quit-organization-request.ts +28 -0
- package/src/types/quit-organization-response.ts +28 -0
- package/src/types/re-invite-account-request.ts +28 -0
- package/src/types/re-invite-account-response.ts +22 -0
- package/src/types/reject-invitation-request.ts +40 -0
- package/src/types/reject-invitation-response.ts +22 -0
- package/src/types/reject-quit-application-request.ts +40 -0
- package/src/types/reject-quit-application-response.ts +22 -0
- package/src/types/remove-account-request.ts +28 -0
- package/src/types/remove-account-response.ts +22 -0
- package/src/types/resource-tag-for-list-tag-resources-output.ts +56 -0
- package/src/types/retry-change-account-secure-contact-info-request.ts +34 -0
- package/src/types/retry-change-account-secure-contact-info-response.ts +22 -0
- package/src/types/service-control-policy-for-list-service-control-policies-output.ts +58 -0
- package/src/types/sub-unit-list-for-list-organizational-units-for-parent-output.ts +94 -0
- package/src/types/sub-unit-list-for-list-organizational-units-output.ts +94 -0
- package/src/types/tag-filter-for-list-tag-resources-input.ts +34 -0
- package/src/types/tag-for-list-accounts-output.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-resources-request.ts +51 -0
- package/src/types/tag-resources-response.ts +22 -0
- package/src/types/target-for-list-targets-for-policy-output.ts +56 -0
- package/src/types/untag-resources-request.ts +50 -0
- package/src/types/untag-resources-response.ts +22 -0
- package/src/types/update-account-request.ts +46 -0
- package/src/types/update-account-response.ts +22 -0
- package/src/types/update-organizational-unit-request.ts +40 -0
- package/src/types/update-organizational-unit-response.ts +22 -0
- package/src/types/update-service-control-policy-request.ts +46 -0
- package/src/types/update-service-control-policy-response.ts +64 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InvitationListForListInvitationsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface InvitationListForListInvitationsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
22
|
+
*/
|
|
23
|
+
AccountID?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
27
|
+
*/
|
|
28
|
+
AccountName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
32
|
+
*/
|
|
33
|
+
AllowExit?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
37
|
+
*/
|
|
38
|
+
CreatedTime?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
42
|
+
*/
|
|
43
|
+
DeleteUk?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
47
|
+
*/
|
|
48
|
+
DeletedTime?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
52
|
+
*/
|
|
53
|
+
Description?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
57
|
+
*/
|
|
58
|
+
ExTime?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
62
|
+
*/
|
|
63
|
+
ID?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
67
|
+
*/
|
|
68
|
+
LinkID?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
72
|
+
*/
|
|
73
|
+
OrgID?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
77
|
+
*/
|
|
78
|
+
OrgUnitID?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
82
|
+
*/
|
|
83
|
+
OrgUnitName?: string;
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
87
|
+
*/
|
|
88
|
+
Owner?: string;
|
|
89
|
+
/**
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
92
|
+
*/
|
|
93
|
+
RejectReason?: string;
|
|
94
|
+
/**
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
97
|
+
*/
|
|
98
|
+
ShowName?: string;
|
|
99
|
+
/**
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
102
|
+
*/
|
|
103
|
+
Status?: number;
|
|
104
|
+
/**
|
|
105
|
+
* @type {string}
|
|
106
|
+
* @memberof InvitationListForListInvitationsOutput
|
|
107
|
+
*/
|
|
108
|
+
UpdatedTime?: string;
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=invitation-list-for-list-invitations-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invitation-list-for-list-invitations-output.d.ts","sourceRoot":"","sources":["../../../src/types/invitation-list-for-list-invitations-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InviteAccountRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface InviteAccountRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InviteAccountRequest
|
|
22
|
+
*/
|
|
23
|
+
AccountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof InviteAccountRequest
|
|
27
|
+
*/
|
|
28
|
+
AllowExit: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof InviteAccountRequest
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof InviteAccountRequest
|
|
37
|
+
*/
|
|
38
|
+
OrgUnitId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof InviteAccountRequest
|
|
42
|
+
*/
|
|
43
|
+
ShowName: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=invite-account-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invite-account-request.d.ts","sourceRoot":"","sources":["../../../src/types/invite-account-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InviteAccountResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface InviteAccountResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InviteAccountResponse
|
|
22
|
+
*/
|
|
23
|
+
InviteId?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=invite-account-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invite-account-response.d.ts","sourceRoot":"","sources":["../../../src/types/invite-account-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListAccountsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAccountsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ListAccountsRequest
|
|
22
|
+
*/
|
|
23
|
+
IncludeTags?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListAccountsRequest
|
|
27
|
+
*/
|
|
28
|
+
Limit?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ListAccountsRequest
|
|
32
|
+
*/
|
|
33
|
+
Offset?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ListAccountsRequest
|
|
37
|
+
*/
|
|
38
|
+
OrderBy?: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ListAccountsRequest
|
|
42
|
+
*/
|
|
43
|
+
OrgUnitId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ListAccountsRequest
|
|
47
|
+
*/
|
|
48
|
+
Search?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ListAccountsRequest
|
|
52
|
+
*/
|
|
53
|
+
VerificationId?: string;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=list-accounts-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounts-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-accounts-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mBAAmB;IAEhC;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AccountListForListAccountsOutput } from './account-list-for-list-accounts-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListAccountsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListAccountsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<AccountListForListAccountsOutput>}
|
|
22
|
+
* @memberof ListAccountsResponse
|
|
23
|
+
*/
|
|
24
|
+
AccountList?: Array<AccountListForListAccountsOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListAccountsResponse
|
|
28
|
+
*/
|
|
29
|
+
Limit?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListAccountsResponse
|
|
33
|
+
*/
|
|
34
|
+
Offset?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListAccountsResponse
|
|
38
|
+
*/
|
|
39
|
+
Total?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-accounts-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounts-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-accounts-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAC1F;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;IAEtD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListInvitationsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListInvitationsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ListInvitationsRequest
|
|
22
|
+
*/
|
|
23
|
+
Limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListInvitationsRequest
|
|
27
|
+
*/
|
|
28
|
+
Offset?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ListInvitationsRequest
|
|
32
|
+
*/
|
|
33
|
+
OrderBy?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ListInvitationsRequest
|
|
37
|
+
*/
|
|
38
|
+
OrderStr?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ListInvitationsRequest
|
|
42
|
+
*/
|
|
43
|
+
OrgUnitId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ListInvitationsRequest
|
|
47
|
+
*/
|
|
48
|
+
Search?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=list-invitations-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invitations-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-invitations-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { InvitationListForListInvitationsOutput } from './invitation-list-for-list-invitations-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListInvitationsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListInvitationsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<InvitationListForListInvitationsOutput>}
|
|
22
|
+
* @memberof ListInvitationsResponse
|
|
23
|
+
*/
|
|
24
|
+
InvitationList?: Array<InvitationListForListInvitationsOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListInvitationsResponse
|
|
28
|
+
*/
|
|
29
|
+
Limit?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListInvitationsResponse
|
|
33
|
+
*/
|
|
34
|
+
Offset?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListInvitationsResponse
|
|
38
|
+
*/
|
|
39
|
+
Total?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-invitations-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invitations-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-invitations-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,+CAA+C,CAAC;AACtG;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAE/D;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListOrganizationalUnitsForParentRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListOrganizationalUnitsForParentRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ListOrganizationalUnitsForParentRequest
|
|
22
|
+
*/
|
|
23
|
+
Limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListOrganizationalUnitsForParentRequest
|
|
27
|
+
*/
|
|
28
|
+
Offset?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ListOrganizationalUnitsForParentRequest
|
|
32
|
+
*/
|
|
33
|
+
ParentId: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=list-organizational-units-for-parent-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizational-units-for-parent-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-organizational-units-for-parent-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SubUnitListForListOrganizationalUnitsForParentOutput } from './sub-unit-list-for-list-organizational-units-for-parent-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListOrganizationalUnitsForParentResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListOrganizationalUnitsForParentResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ListOrganizationalUnitsForParentResponse
|
|
23
|
+
*/
|
|
24
|
+
Limit?: number;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListOrganizationalUnitsForParentResponse
|
|
28
|
+
*/
|
|
29
|
+
Offset?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<SubUnitListForListOrganizationalUnitsForParentOutput>}
|
|
32
|
+
* @memberof ListOrganizationalUnitsForParentResponse
|
|
33
|
+
*/
|
|
34
|
+
SubUnitList?: Array<SubUnitListForListOrganizationalUnitsForParentOutput>;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListOrganizationalUnitsForParentResponse
|
|
38
|
+
*/
|
|
39
|
+
Total?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-organizational-units-for-parent-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizational-units-for-parent-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-organizational-units-for-parent-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oDAAoD,EAAE,MAAM,iEAAiE,CAAC;AACtI;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,oDAAoD,CAAC,CAAC;IAE1E;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListOrganizationalUnitsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListOrganizationalUnitsRequest {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=list-organizational-units-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizational-units-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-organizational-units-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;CAC9C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SubUnitListForListOrganizationalUnitsOutput } from './sub-unit-list-for-list-organizational-units-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListOrganizationalUnitsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListOrganizationalUnitsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<SubUnitListForListOrganizationalUnitsOutput>}
|
|
22
|
+
* @memberof ListOrganizationalUnitsResponse
|
|
23
|
+
*/
|
|
24
|
+
SubUnitList?: Array<SubUnitListForListOrganizationalUnitsOutput>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=list-organizational-units-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizational-units-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-organizational-units-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,2CAA2C,EAAE,MAAM,sDAAsD,CAAC;AAClH;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,CAAC;CACpE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListPoliciesForTargetRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPoliciesForTargetRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ListPoliciesForTargetRequest
|
|
22
|
+
*/
|
|
23
|
+
Limit?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListPoliciesForTargetRequest
|
|
27
|
+
*/
|
|
28
|
+
Offset?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ListPoliciesForTargetRequest
|
|
32
|
+
*/
|
|
33
|
+
TargetID: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=list-policies-for-target-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-policies-for-target-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-policies-for-target-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PolicyForListPoliciesForTargetOutput } from './policy-for-list-policies-for-target-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListPoliciesForTargetResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListPoliciesForTargetResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ListPoliciesForTargetResponse
|
|
23
|
+
*/
|
|
24
|
+
Limit?: number;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListPoliciesForTargetResponse
|
|
28
|
+
*/
|
|
29
|
+
Offset?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<PolicyForListPoliciesForTargetOutput>}
|
|
32
|
+
* @memberof ListPoliciesForTargetResponse
|
|
33
|
+
*/
|
|
34
|
+
Policies?: Array<PolicyForListPoliciesForTargetOutput>;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListPoliciesForTargetResponse
|
|
38
|
+
*/
|
|
39
|
+
Total?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-policies-for-target-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-policies-for-target-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-policies-for-target-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAC;AACnG;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,CAAC;IAEvD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListServiceControlPoliciesRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListServiceControlPoliciesRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ListServiceControlPoliciesRequest
|
|
22
|
+
*/
|
|
23
|
+
PageNumber?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListServiceControlPoliciesRequest
|
|
27
|
+
*/
|
|
28
|
+
PageSize?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ListServiceControlPoliciesRequest
|
|
32
|
+
*/
|
|
33
|
+
PolicyType?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ListServiceControlPoliciesRequest
|
|
37
|
+
*/
|
|
38
|
+
_Query?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ListServiceControlPoliciesRequest
|
|
42
|
+
*/
|
|
43
|
+
SortBy?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ListServiceControlPoliciesRequest
|
|
47
|
+
*/
|
|
48
|
+
SortOrder?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=list-service-control-policies-request.d.ts.map
|