@trycomp/compound-sdk 0.0.8 → 0.1.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/FUNCTIONS.md +12 -7
- package/README.md +516 -360
- package/esm/core.d.ts +1 -1
- package/esm/core.js +1 -1
- package/esm/funcs/activity-add-comment.d.ts +15 -0
- package/esm/funcs/activity-add-comment.d.ts.map +1 -0
- package/esm/funcs/activity-add-comment.js +81 -0
- package/esm/funcs/activity-add-comment.js.map +1 -0
- package/esm/funcs/activity-list-for-subject-latest.d.ts +15 -0
- package/esm/funcs/activity-list-for-subject-latest.d.ts.map +1 -0
- package/esm/funcs/activity-list-for-subject-latest.js +81 -0
- package/esm/funcs/activity-list-for-subject-latest.js.map +1 -0
- package/esm/funcs/activity-list-for-subject.d.ts +15 -0
- package/esm/funcs/activity-list-for-subject.d.ts.map +1 -0
- package/esm/funcs/activity-list-for-subject.js +81 -0
- package/esm/funcs/activity-list-for-subject.js.map +1 -0
- package/esm/funcs/admin-disable-entitlement.d.ts +15 -0
- package/esm/funcs/admin-disable-entitlement.d.ts.map +1 -0
- package/esm/funcs/admin-disable-entitlement.js +81 -0
- package/esm/funcs/admin-disable-entitlement.js.map +1 -0
- package/esm/funcs/admin-get-org-by-id.d.ts +15 -0
- package/esm/funcs/admin-get-org-by-id.d.ts.map +1 -0
- package/esm/funcs/admin-get-org-by-id.js +81 -0
- package/esm/funcs/admin-get-org-by-id.js.map +1 -0
- package/esm/funcs/admin-is-current-user-admin.d.ts +15 -0
- package/esm/funcs/admin-is-current-user-admin.d.ts.map +1 -0
- package/esm/funcs/admin-is-current-user-admin.js +81 -0
- package/esm/funcs/admin-is-current-user-admin.js.map +1 -0
- package/esm/funcs/admin-list-invoices-for-org.d.ts +15 -0
- package/esm/funcs/admin-list-invoices-for-org.d.ts.map +1 -0
- package/esm/funcs/admin-list-invoices-for-org.js +81 -0
- package/esm/funcs/admin-list-invoices-for-org.js.map +1 -0
- package/esm/funcs/admin-list-organizations.d.ts +15 -0
- package/esm/funcs/admin-list-organizations.d.ts.map +1 -0
- package/esm/funcs/admin-list-organizations.js +81 -0
- package/esm/funcs/admin-list-organizations.js.map +1 -0
- package/esm/funcs/api-keys-list-for-org.d.ts +15 -0
- package/esm/funcs/api-keys-list-for-org.d.ts.map +1 -0
- package/esm/funcs/api-keys-list-for-org.js +81 -0
- package/esm/funcs/api-keys-list-for-org.js.map +1 -0
- package/esm/funcs/auth-get-current-user.d.ts +15 -0
- package/esm/funcs/auth-get-current-user.d.ts.map +1 -0
- package/esm/funcs/auth-get-current-user.js +81 -0
- package/esm/funcs/auth-get-current-user.js.map +1 -0
- package/esm/funcs/code-security-autofix-create-fix-pull-request.d.ts +15 -0
- package/esm/funcs/code-security-autofix-create-fix-pull-request.d.ts.map +1 -0
- package/esm/funcs/code-security-autofix-create-fix-pull-request.js +83 -0
- package/esm/funcs/code-security-autofix-create-fix-pull-request.js.map +1 -0
- package/esm/funcs/code-security-deep-security-audit-latest-for-repo.d.ts +15 -0
- package/esm/funcs/code-security-deep-security-audit-latest-for-repo.d.ts.map +1 -0
- package/esm/funcs/code-security-deep-security-audit-latest-for-repo.js +83 -0
- package/esm/funcs/code-security-deep-security-audit-latest-for-repo.js.map +1 -0
- package/esm/funcs/code-security-deep-security-audit-list-events-for-run.d.ts +15 -0
- package/esm/funcs/code-security-deep-security-audit-list-events-for-run.d.ts.map +1 -0
- package/esm/funcs/code-security-deep-security-audit-list-events-for-run.js +83 -0
- package/esm/funcs/code-security-deep-security-audit-list-events-for-run.js.map +1 -0
- package/esm/funcs/code-security-deep-security-audit-queue-audit.d.ts +15 -0
- package/esm/funcs/code-security-deep-security-audit-queue-audit.d.ts.map +1 -0
- package/esm/funcs/code-security-deep-security-audit-queue-audit.js +83 -0
- package/esm/funcs/code-security-deep-security-audit-queue-audit.js.map +1 -0
- package/esm/funcs/code-security-dep-scanner-latest-for-repo.d.ts +15 -0
- package/esm/funcs/code-security-dep-scanner-latest-for-repo.d.ts.map +1 -0
- package/esm/funcs/code-security-dep-scanner-latest-for-repo.js +81 -0
- package/esm/funcs/code-security-dep-scanner-latest-for-repo.js.map +1 -0
- package/esm/funcs/code-security-dep-scanner-list-events-for-run.d.ts +15 -0
- package/esm/funcs/code-security-dep-scanner-list-events-for-run.d.ts.map +1 -0
- package/esm/funcs/code-security-dep-scanner-list-events-for-run.js +83 -0
- package/esm/funcs/code-security-dep-scanner-list-events-for-run.js.map +1 -0
- package/esm/funcs/code-security-dep-scanner-queue-dep-scan.d.ts +15 -0
- package/esm/funcs/code-security-dep-scanner-queue-dep-scan.d.ts.map +1 -0
- package/esm/funcs/code-security-dep-scanner-queue-dep-scan.js +81 -0
- package/esm/funcs/code-security-dep-scanner-queue-dep-scan.js.map +1 -0
- package/esm/funcs/code-security-findings-get-by-id.d.ts +15 -0
- package/esm/funcs/code-security-findings-get-by-id.d.ts.map +1 -0
- package/esm/funcs/code-security-findings-get-by-id.js +81 -0
- package/esm/funcs/code-security-findings-get-by-id.js.map +1 -0
- package/esm/funcs/code-security-findings-list-for-repo.d.ts +15 -0
- package/esm/funcs/code-security-findings-list-for-repo.d.ts.map +1 -0
- package/esm/funcs/code-security-findings-list-for-repo.js +81 -0
- package/esm/funcs/code-security-findings-list-for-repo.js.map +1 -0
- package/esm/funcs/code-security-findings-list-open-for-org.d.ts +15 -0
- package/esm/funcs/code-security-findings-list-open-for-org.d.ts.map +1 -0
- package/esm/funcs/code-security-findings-list-open-for-org.js +81 -0
- package/esm/funcs/code-security-findings-list-open-for-org.js.map +1 -0
- package/esm/funcs/code-security-findings-set-assignee.d.ts +15 -0
- package/esm/funcs/code-security-findings-set-assignee.d.ts.map +1 -0
- package/esm/funcs/code-security-findings-set-assignee.js +81 -0
- package/esm/funcs/code-security-findings-set-assignee.js.map +1 -0
- package/esm/funcs/code-security-findings-set-status.d.ts +15 -0
- package/esm/funcs/code-security-findings-set-status.d.ts.map +1 -0
- package/esm/funcs/code-security-findings-set-status.js +81 -0
- package/esm/funcs/code-security-findings-set-status.js.map +1 -0
- package/esm/funcs/code-security-metrics-get-overview.d.ts +15 -0
- package/esm/funcs/code-security-metrics-get-overview.d.ts.map +1 -0
- package/esm/funcs/code-security-metrics-get-overview.js +81 -0
- package/esm/funcs/code-security-metrics-get-overview.js.map +1 -0
- package/esm/funcs/code-security-repositories-get-by-id.d.ts +15 -0
- package/esm/funcs/code-security-repositories-get-by-id.d.ts.map +1 -0
- package/esm/funcs/code-security-repositories-get-by-id.js +81 -0
- package/esm/funcs/code-security-repositories-get-by-id.js.map +1 -0
- package/esm/funcs/code-security-repositories-list-for-org-with-stats.d.ts +15 -0
- package/esm/funcs/code-security-repositories-list-for-org-with-stats.d.ts.map +1 -0
- package/esm/funcs/code-security-repositories-list-for-org-with-stats.js +83 -0
- package/esm/funcs/code-security-repositories-list-for-org-with-stats.js.map +1 -0
- package/esm/funcs/code-security-repositories-list-for-org.d.ts +15 -0
- package/esm/funcs/code-security-repositories-list-for-org.d.ts.map +1 -0
- package/esm/funcs/code-security-repositories-list-for-org.js +81 -0
- package/esm/funcs/code-security-repositories-list-for-org.js.map +1 -0
- package/esm/funcs/code-security-repositories-set-context-notes.d.ts +15 -0
- package/esm/funcs/code-security-repositories-set-context-notes.d.ts.map +1 -0
- package/esm/funcs/code-security-repositories-set-context-notes.js +83 -0
- package/esm/funcs/code-security-repositories-set-context-notes.js.map +1 -0
- package/esm/funcs/code-security-repositories-update-scan-settings.d.ts +15 -0
- package/esm/funcs/code-security-repositories-update-scan-settings.d.ts.map +1 -0
- package/esm/funcs/code-security-repositories-update-scan-settings.js +83 -0
- package/esm/funcs/code-security-repositories-update-scan-settings.js.map +1 -0
- package/esm/funcs/code-security-review-rules-create.d.ts +15 -0
- package/esm/funcs/code-security-review-rules-create.d.ts.map +1 -0
- package/esm/funcs/code-security-review-rules-create.js +81 -0
- package/esm/funcs/code-security-review-rules-create.js.map +1 -0
- package/esm/funcs/code-security-review-rules-list-for-org.d.ts +15 -0
- package/esm/funcs/code-security-review-rules-list-for-org.d.ts.map +1 -0
- package/esm/funcs/code-security-review-rules-list-for-org.js +81 -0
- package/esm/funcs/code-security-review-rules-list-for-org.js.map +1 -0
- package/esm/funcs/code-security-review-rules-list-for-repo.d.ts +15 -0
- package/esm/funcs/code-security-review-rules-list-for-repo.d.ts.map +1 -0
- package/esm/funcs/code-security-review-rules-list-for-repo.js +81 -0
- package/esm/funcs/code-security-review-rules-list-for-repo.js.map +1 -0
- package/esm/funcs/code-security-review-rules-remove.d.ts +15 -0
- package/esm/funcs/code-security-review-rules-remove.d.ts.map +1 -0
- package/esm/funcs/code-security-review-rules-remove.js +81 -0
- package/esm/funcs/code-security-review-rules-remove.js.map +1 -0
- package/esm/funcs/code-security-review-rules-set-enabled.d.ts +15 -0
- package/esm/funcs/code-security-review-rules-set-enabled.d.ts.map +1 -0
- package/esm/funcs/code-security-review-rules-set-enabled.js +81 -0
- package/esm/funcs/code-security-review-rules-set-enabled.js.map +1 -0
- package/esm/funcs/code-security-review-rules-set-org-rule-disabled-for-repo.d.ts +15 -0
- package/esm/funcs/code-security-review-rules-set-org-rule-disabled-for-repo.d.ts.map +1 -0
- package/esm/funcs/code-security-review-rules-set-org-rule-disabled-for-repo.js +83 -0
- package/esm/funcs/code-security-review-rules-set-org-rule-disabled-for-repo.js.map +1 -0
- package/esm/funcs/code-security-review-rules-update.d.ts +15 -0
- package/esm/funcs/code-security-review-rules-update.d.ts.map +1 -0
- package/esm/funcs/code-security-review-rules-update.js +81 -0
- package/esm/funcs/code-security-review-rules-update.js.map +1 -0
- package/esm/funcs/code-security-reviewer-get-by-id.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-get-by-id.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-get-by-id.js +81 -0
- package/esm/funcs/code-security-reviewer-get-by-id.js.map +1 -0
- package/esm/funcs/code-security-reviewer-get-finding-by-id.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-get-finding-by-id.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-get-finding-by-id.js +81 -0
- package/esm/funcs/code-security-reviewer-get-finding-by-id.js.map +1 -0
- package/esm/funcs/code-security-reviewer-get-run-by-sha.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-get-run-by-sha.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-get-run-by-sha.js +81 -0
- package/esm/funcs/code-security-reviewer-get-run-by-sha.js.map +1 -0
- package/esm/funcs/code-security-reviewer-list-events.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-list-events.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-list-events.js +81 -0
- package/esm/funcs/code-security-reviewer-list-events.js.map +1 -0
- package/esm/funcs/code-security-reviewer-list-for-org.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-list-for-org.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-list-for-org.js +81 -0
- package/esm/funcs/code-security-reviewer-list-for-org.js.map +1 -0
- package/esm/funcs/code-security-reviewer-list-step-states.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-list-step-states.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-list-step-states.js +81 -0
- package/esm/funcs/code-security-reviewer-list-step-states.js.map +1 -0
- package/esm/funcs/code-security-reviewer-rerun-review.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-rerun-review.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-rerun-review.js +81 -0
- package/esm/funcs/code-security-reviewer-rerun-review.js.map +1 -0
- package/esm/funcs/code-security-reviewer-set-finding-status.d.ts +15 -0
- package/esm/funcs/code-security-reviewer-set-finding-status.d.ts.map +1 -0
- package/esm/funcs/code-security-reviewer-set-finding-status.js +82 -0
- package/esm/funcs/code-security-reviewer-set-finding-status.js.map +1 -0
- package/esm/funcs/code-security-scan-enqueue-initial-scans.d.ts +15 -0
- package/esm/funcs/code-security-scan-enqueue-initial-scans.d.ts.map +1 -0
- package/esm/funcs/code-security-scan-enqueue-initial-scans.js +81 -0
- package/esm/funcs/code-security-scan-enqueue-initial-scans.js.map +1 -0
- package/esm/funcs/code-security-scan-scan-repository.d.ts +15 -0
- package/esm/funcs/code-security-scan-scan-repository.d.ts.map +1 -0
- package/esm/funcs/code-security-scan-scan-repository.js +81 -0
- package/esm/funcs/code-security-scan-scan-repository.js.map +1 -0
- package/esm/funcs/compliance-library-get-framework-by-slug.d.ts +15 -0
- package/esm/funcs/compliance-library-get-framework-by-slug.d.ts.map +1 -0
- package/esm/funcs/compliance-library-get-framework-by-slug.js +81 -0
- package/esm/funcs/compliance-library-get-framework-by-slug.js.map +1 -0
- package/esm/funcs/compliance-library-get-policy-template-by-slug.d.ts +15 -0
- package/esm/funcs/compliance-library-get-policy-template-by-slug.d.ts.map +1 -0
- package/esm/funcs/compliance-library-get-policy-template-by-slug.js +81 -0
- package/esm/funcs/compliance-library-get-policy-template-by-slug.js.map +1 -0
- package/esm/funcs/compliance-library-get-task-template-by-slug.d.ts +15 -0
- package/esm/funcs/compliance-library-get-task-template-by-slug.d.ts.map +1 -0
- package/esm/funcs/compliance-library-get-task-template-by-slug.js +81 -0
- package/esm/funcs/compliance-library-get-task-template-by-slug.js.map +1 -0
- package/esm/funcs/compliance-library-list-controls-for-requirement.d.ts +15 -0
- package/esm/funcs/compliance-library-list-controls-for-requirement.d.ts.map +1 -0
- package/esm/funcs/compliance-library-list-controls-for-requirement.js +82 -0
- package/esm/funcs/compliance-library-list-controls-for-requirement.js.map +1 -0
- package/esm/funcs/compliance-library-list-frameworks.d.ts +15 -0
- package/esm/funcs/compliance-library-list-frameworks.d.ts.map +1 -0
- package/esm/funcs/compliance-library-list-frameworks.js +81 -0
- package/esm/funcs/compliance-library-list-frameworks.js.map +1 -0
- package/esm/funcs/compliance-library-list-requirements-for-framework.d.ts +15 -0
- package/esm/funcs/compliance-library-list-requirements-for-framework.d.ts.map +1 -0
- package/esm/funcs/compliance-library-list-requirements-for-framework.js +83 -0
- package/esm/funcs/compliance-library-list-requirements-for-framework.js.map +1 -0
- package/esm/funcs/compliance-library-list-satisfiers-for-control-template.d.ts +15 -0
- package/esm/funcs/compliance-library-list-satisfiers-for-control-template.d.ts.map +1 -0
- package/esm/funcs/compliance-library-list-satisfiers-for-control-template.js +83 -0
- package/esm/funcs/compliance-library-list-satisfiers-for-control-template.js.map +1 -0
- package/esm/funcs/compliance-org-controls-count-by-status.d.ts +15 -0
- package/esm/funcs/compliance-org-controls-count-by-status.d.ts.map +1 -0
- package/esm/funcs/compliance-org-controls-count-by-status.js +81 -0
- package/esm/funcs/compliance-org-controls-count-by-status.js.map +1 -0
- package/esm/funcs/compliance-org-controls-get-by-id.d.ts +15 -0
- package/esm/funcs/compliance-org-controls-get-by-id.d.ts.map +1 -0
- package/esm/funcs/compliance-org-controls-get-by-id.js +81 -0
- package/esm/funcs/compliance-org-controls-get-by-id.js.map +1 -0
- package/esm/funcs/compliance-org-controls-list-for-org.d.ts +15 -0
- package/esm/funcs/compliance-org-controls-list-for-org.d.ts.map +1 -0
- package/esm/funcs/compliance-org-controls-list-for-org.js +81 -0
- package/esm/funcs/compliance-org-controls-list-for-org.js.map +1 -0
- package/esm/funcs/compliance-org-frameworks-adopt.d.ts +15 -0
- package/esm/funcs/compliance-org-frameworks-adopt.d.ts.map +1 -0
- package/esm/funcs/compliance-org-frameworks-adopt.js +81 -0
- package/esm/funcs/compliance-org-frameworks-adopt.js.map +1 -0
- package/esm/funcs/compliance-org-frameworks-list-for-org.d.ts +15 -0
- package/esm/funcs/compliance-org-frameworks-list-for-org.d.ts.map +1 -0
- package/esm/funcs/compliance-org-frameworks-list-for-org.js +81 -0
- package/esm/funcs/compliance-org-frameworks-list-for-org.js.map +1 -0
- package/esm/funcs/devices-devices-list-for-org.d.ts +15 -0
- package/esm/funcs/devices-devices-list-for-org.d.ts.map +1 -0
- package/esm/funcs/devices-devices-list-for-org.js +81 -0
- package/esm/funcs/devices-devices-list-for-org.js.map +1 -0
- package/esm/funcs/devices-devices-order-device.d.ts +15 -0
- package/esm/funcs/devices-devices-order-device.d.ts.map +1 -0
- package/esm/funcs/devices-devices-order-device.js +81 -0
- package/esm/funcs/devices-devices-order-device.js.map +1 -0
- package/esm/funcs/devices-policies-list-for-org.d.ts +15 -0
- package/esm/funcs/devices-policies-list-for-org.d.ts.map +1 -0
- package/esm/funcs/devices-policies-list-for-org.js +81 -0
- package/esm/funcs/devices-policies-list-for-org.js.map +1 -0
- package/esm/funcs/devices-policies-upsert.d.ts +15 -0
- package/esm/funcs/devices-policies-upsert.d.ts.map +1 -0
- package/esm/funcs/devices-policies-upsert.js +81 -0
- package/esm/funcs/devices-policies-upsert.js.map +1 -0
- package/esm/funcs/entitlements-get-for-org.d.ts +15 -0
- package/esm/funcs/entitlements-get-for-org.d.ts.map +1 -0
- package/esm/funcs/entitlements-get-for-org.js +81 -0
- package/esm/funcs/entitlements-get-for-org.js.map +1 -0
- package/esm/funcs/entitlements-get-my-membership.d.ts +15 -0
- package/esm/funcs/entitlements-get-my-membership.d.ts.map +1 -0
- package/esm/funcs/entitlements-get-my-membership.js +81 -0
- package/esm/funcs/entitlements-get-my-membership.js.map +1 -0
- package/esm/funcs/entitlements-grant-manual.d.ts +15 -0
- package/esm/funcs/entitlements-grant-manual.d.ts.map +1 -0
- package/esm/funcs/entitlements-grant-manual.js +81 -0
- package/esm/funcs/entitlements-grant-manual.js.map +1 -0
- package/esm/funcs/entitlements-has-module-for-org.d.ts +15 -0
- package/esm/funcs/entitlements-has-module-for-org.d.ts.map +1 -0
- package/esm/funcs/entitlements-has-module-for-org.js +81 -0
- package/esm/funcs/entitlements-has-module-for-org.js.map +1 -0
- package/esm/funcs/evidence-evidence-attach.d.ts +15 -0
- package/esm/funcs/evidence-evidence-attach.d.ts.map +1 -0
- package/esm/funcs/evidence-evidence-attach.js +81 -0
- package/esm/funcs/evidence-evidence-attach.js.map +1 -0
- package/esm/funcs/evidence-evidence-generate-upload-url.d.ts +15 -0
- package/esm/funcs/evidence-evidence-generate-upload-url.d.ts.map +1 -0
- package/esm/funcs/evidence-evidence-generate-upload-url.js +81 -0
- package/esm/funcs/evidence-evidence-generate-upload-url.js.map +1 -0
- package/esm/funcs/evidence-evidence-list-for-org.d.ts +15 -0
- package/esm/funcs/evidence-evidence-list-for-org.d.ts.map +1 -0
- package/esm/funcs/evidence-evidence-list-for-org.js +81 -0
- package/esm/funcs/evidence-evidence-list-for-org.js.map +1 -0
- package/esm/funcs/integrations-github-actions-list-installation-repos.d.ts +15 -0
- package/esm/funcs/integrations-github-actions-list-installation-repos.d.ts.map +1 -0
- package/esm/funcs/integrations-github-actions-list-installation-repos.js +83 -0
- package/esm/funcs/integrations-github-actions-list-installation-repos.js.map +1 -0
- package/esm/funcs/integrations-github-connect-build-install-url.d.ts +15 -0
- package/esm/funcs/integrations-github-connect-build-install-url.d.ts.map +1 -0
- package/esm/funcs/integrations-github-connect-build-install-url.js +81 -0
- package/esm/funcs/integrations-github-connect-build-install-url.js.map +1 -0
- package/esm/funcs/integrations-github-connect-complete-install.d.ts +15 -0
- package/esm/funcs/integrations-github-connect-complete-install.d.ts.map +1 -0
- package/esm/funcs/integrations-github-connect-complete-install.js +81 -0
- package/esm/funcs/integrations-github-connect-complete-install.js.map +1 -0
- package/esm/funcs/integrations-github-connect-get-org-slug-by-installation.d.ts +15 -0
- package/esm/funcs/integrations-github-connect-get-org-slug-by-installation.d.ts.map +1 -0
- package/esm/funcs/integrations-github-connect-get-org-slug-by-installation.js +83 -0
- package/esm/funcs/integrations-github-connect-get-org-slug-by-installation.js.map +1 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run-event.d.ts +15 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run-event.d.ts.map +1 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run-event.js +81 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run-event.js.map +1 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run.d.ts +15 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run.d.ts.map +1 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run.js +81 -0
- package/esm/funcs/integrations-github-dispatch-webhook-run.js.map +1 -0
- package/esm/funcs/integrations-github-mutations-clear-repositories.d.ts +15 -0
- package/esm/funcs/integrations-github-mutations-clear-repositories.d.ts.map +1 -0
- package/esm/funcs/integrations-github-mutations-clear-repositories.js +82 -0
- package/esm/funcs/integrations-github-mutations-clear-repositories.js.map +1 -0
- package/esm/funcs/integrations-github-mutations-disconnect.d.ts +15 -0
- package/esm/funcs/integrations-github-mutations-disconnect.d.ts.map +1 -0
- package/esm/funcs/integrations-github-mutations-disconnect.js +81 -0
- package/esm/funcs/integrations-github-mutations-disconnect.js.map +1 -0
- package/esm/funcs/integrations-github-mutations-set-repository-scope.d.ts +15 -0
- package/esm/funcs/integrations-github-mutations-set-repository-scope.d.ts.map +1 -0
- package/esm/funcs/integrations-github-mutations-set-repository-scope.js +83 -0
- package/esm/funcs/integrations-github-mutations-set-repository-scope.js.map +1 -0
- package/esm/funcs/integrations-github-mutations-update-config.d.ts +15 -0
- package/esm/funcs/integrations-github-mutations-update-config.d.ts.map +1 -0
- package/esm/funcs/integrations-github-mutations-update-config.js +81 -0
- package/esm/funcs/integrations-github-mutations-update-config.js.map +1 -0
- package/esm/funcs/integrations-github-queries-get-for-org.d.ts +15 -0
- package/esm/funcs/integrations-github-queries-get-for-org.d.ts.map +1 -0
- package/esm/funcs/integrations-github-queries-get-for-org.js +81 -0
- package/esm/funcs/integrations-github-queries-get-for-org.js.map +1 -0
- package/esm/funcs/integrations-google-workspace-connect-complete-callback.d.ts +15 -0
- package/esm/funcs/integrations-google-workspace-connect-complete-callback.d.ts.map +1 -0
- package/esm/funcs/integrations-google-workspace-connect-complete-callback.js +83 -0
- package/esm/funcs/integrations-google-workspace-connect-complete-callback.js.map +1 -0
- package/esm/funcs/integrations-google-workspace-connect-start-o-auth.d.ts +15 -0
- package/esm/funcs/integrations-google-workspace-connect-start-o-auth.d.ts.map +1 -0
- package/esm/funcs/integrations-google-workspace-connect-start-o-auth.js +82 -0
- package/esm/funcs/integrations-google-workspace-connect-start-o-auth.js.map +1 -0
- package/esm/funcs/integrations-google-workspace-queries-get-for-org.d.ts +15 -0
- package/esm/funcs/integrations-google-workspace-queries-get-for-org.d.ts.map +1 -0
- package/esm/funcs/integrations-google-workspace-queries-get-for-org.js +82 -0
- package/esm/funcs/integrations-google-workspace-queries-get-for-org.js.map +1 -0
- package/esm/funcs/integrations-list-list-for-org.d.ts +15 -0
- package/esm/funcs/integrations-list-list-for-org.d.ts.map +1 -0
- package/esm/funcs/integrations-list-list-for-org.js +81 -0
- package/esm/funcs/integrations-list-list-for-org.js.map +1 -0
- package/esm/funcs/onboarding-dismiss.d.ts +15 -0
- package/esm/funcs/onboarding-dismiss.d.ts.map +1 -0
- package/esm/funcs/onboarding-dismiss.js +81 -0
- package/esm/funcs/onboarding-dismiss.js.map +1 -0
- package/esm/funcs/onboarding-get-for-org.d.ts +15 -0
- package/esm/funcs/onboarding-get-for-org.d.ts.map +1 -0
- package/esm/funcs/onboarding-get-for-org.js +81 -0
- package/esm/funcs/onboarding-get-for-org.js.map +1 -0
- package/esm/funcs/onboarding-is-module-onboarded.d.ts +15 -0
- package/esm/funcs/onboarding-is-module-onboarded.d.ts.map +1 -0
- package/esm/funcs/onboarding-is-module-onboarded.js +81 -0
- package/esm/funcs/onboarding-is-module-onboarded.js.map +1 -0
- package/esm/funcs/onboarding-mark-done.d.ts +15 -0
- package/esm/funcs/onboarding-mark-done.d.ts.map +1 -0
- package/esm/funcs/onboarding-mark-done.js +81 -0
- package/esm/funcs/onboarding-mark-done.js.map +1 -0
- package/esm/funcs/onboarding-modules-onboarded-for-org.d.ts +15 -0
- package/esm/funcs/onboarding-modules-onboarded-for-org.d.ts.map +1 -0
- package/esm/funcs/onboarding-modules-onboarded-for-org.js +81 -0
- package/esm/funcs/onboarding-modules-onboarded-for-org.js.map +1 -0
- package/esm/funcs/onboarding-restore.d.ts +15 -0
- package/esm/funcs/onboarding-restore.d.ts.map +1 -0
- package/esm/funcs/onboarding-restore.js +81 -0
- package/esm/funcs/onboarding-restore.js.map +1 -0
- package/esm/funcs/onboarding-undo.d.ts +15 -0
- package/esm/funcs/onboarding-undo.d.ts.map +1 -0
- package/esm/funcs/onboarding-undo.js +81 -0
- package/esm/funcs/onboarding-undo.js.map +1 -0
- package/esm/funcs/orgs-get-by-slug.d.ts +15 -0
- package/esm/funcs/orgs-get-by-slug.d.ts.map +1 -0
- package/esm/funcs/orgs-get-by-slug.js +81 -0
- package/esm/funcs/orgs-get-by-slug.js.map +1 -0
- package/esm/funcs/orgs-get-invitation-for-me.d.ts +15 -0
- package/esm/funcs/orgs-get-invitation-for-me.d.ts.map +1 -0
- package/esm/funcs/orgs-get-invitation-for-me.js +81 -0
- package/esm/funcs/orgs-get-invitation-for-me.js.map +1 -0
- package/esm/funcs/orgs-list-members.d.ts +15 -0
- package/esm/funcs/orgs-list-members.d.ts.map +1 -0
- package/esm/funcs/orgs-list-members.js +81 -0
- package/esm/funcs/orgs-list-members.js.map +1 -0
- package/esm/funcs/orgs-list-mine.d.ts +15 -0
- package/esm/funcs/orgs-list-mine.d.ts.map +1 -0
- package/esm/funcs/orgs-list-mine.js +81 -0
- package/esm/funcs/orgs-list-mine.js.map +1 -0
- package/esm/funcs/orgs-list-my-pending-invitations.d.ts +15 -0
- package/esm/funcs/orgs-list-my-pending-invitations.d.ts.map +1 -0
- package/esm/funcs/orgs-list-my-pending-invitations.js +81 -0
- package/esm/funcs/orgs-list-my-pending-invitations.js.map +1 -0
- package/esm/funcs/orgs-list-pending-invitations.d.ts +15 -0
- package/esm/funcs/orgs-list-pending-invitations.d.ts.map +1 -0
- package/esm/funcs/orgs-list-pending-invitations.js +81 -0
- package/esm/funcs/orgs-list-pending-invitations.js.map +1 -0
- package/esm/funcs/people-access-requests-decide.d.ts +15 -0
- package/esm/funcs/people-access-requests-decide.d.ts.map +1 -0
- package/esm/funcs/people-access-requests-decide.js +81 -0
- package/esm/funcs/people-access-requests-decide.js.map +1 -0
- package/esm/funcs/people-access-requests-list-for-org.d.ts +15 -0
- package/esm/funcs/people-access-requests-list-for-org.d.ts.map +1 -0
- package/esm/funcs/people-access-requests-list-for-org.js +81 -0
- package/esm/funcs/people-access-requests-list-for-org.js.map +1 -0
- package/esm/funcs/people-access-requests-list-mine-for-portal.d.ts +15 -0
- package/esm/funcs/people-access-requests-list-mine-for-portal.d.ts.map +1 -0
- package/esm/funcs/people-access-requests-list-mine-for-portal.js +82 -0
- package/esm/funcs/people-access-requests-list-mine-for-portal.js.map +1 -0
- package/esm/funcs/people-access-requests-list-mine.d.ts +15 -0
- package/esm/funcs/people-access-requests-list-mine.d.ts.map +1 -0
- package/esm/funcs/people-access-requests-list-mine.js +81 -0
- package/esm/funcs/people-access-requests-list-mine.js.map +1 -0
- package/esm/funcs/people-access-requests-submit.d.ts +15 -0
- package/esm/funcs/people-access-requests-submit.d.ts.map +1 -0
- package/esm/funcs/people-access-requests-submit.js +81 -0
- package/esm/funcs/people-access-requests-submit.js.map +1 -0
- package/esm/funcs/people-documents-attach.d.ts +15 -0
- package/esm/funcs/people-documents-attach.d.ts.map +1 -0
- package/esm/funcs/people-documents-attach.js +81 -0
- package/esm/funcs/people-documents-attach.js.map +1 -0
- package/esm/funcs/people-documents-generate-upload-url.d.ts +15 -0
- package/esm/funcs/people-documents-generate-upload-url.d.ts.map +1 -0
- package/esm/funcs/people-documents-generate-upload-url.js +81 -0
- package/esm/funcs/people-documents-generate-upload-url.js.map +1 -0
- package/esm/funcs/people-documents-list-for-employee.d.ts +15 -0
- package/esm/funcs/people-documents-list-for-employee.d.ts.map +1 -0
- package/esm/funcs/people-documents-list-for-employee.js +81 -0
- package/esm/funcs/people-documents-list-for-employee.js.map +1 -0
- package/esm/funcs/people-employees-create.d.ts +15 -0
- package/esm/funcs/people-employees-create.d.ts.map +1 -0
- package/esm/funcs/people-employees-create.js +81 -0
- package/esm/funcs/people-employees-create.js.map +1 -0
- package/esm/funcs/people-employees-get-by-id.d.ts +15 -0
- package/esm/funcs/people-employees-get-by-id.d.ts.map +1 -0
- package/esm/funcs/people-employees-get-by-id.js +81 -0
- package/esm/funcs/people-employees-get-by-id.js.map +1 -0
- package/esm/funcs/people-employees-get-by-user-id.d.ts +15 -0
- package/esm/funcs/people-employees-get-by-user-id.d.ts.map +1 -0
- package/esm/funcs/people-employees-get-by-user-id.js +81 -0
- package/esm/funcs/people-employees-get-by-user-id.js.map +1 -0
- package/esm/funcs/people-employees-get-mine-for-org.d.ts +15 -0
- package/esm/funcs/people-employees-get-mine-for-org.d.ts.map +1 -0
- package/esm/funcs/people-employees-get-mine-for-org.js +81 -0
- package/esm/funcs/people-employees-get-mine-for-org.js.map +1 -0
- package/esm/funcs/people-employees-invite-to-portal.d.ts +15 -0
- package/esm/funcs/people-employees-invite-to-portal.d.ts.map +1 -0
- package/esm/funcs/people-employees-invite-to-portal.js +81 -0
- package/esm/funcs/people-employees-invite-to-portal.js.map +1 -0
- package/esm/funcs/people-employees-list-for-org.d.ts +15 -0
- package/esm/funcs/people-employees-list-for-org.d.ts.map +1 -0
- package/esm/funcs/people-employees-list-for-org.js +81 -0
- package/esm/funcs/people-employees-list-for-org.js.map +1 -0
- package/esm/funcs/people-employees-offboard.d.ts +15 -0
- package/esm/funcs/people-employees-offboard.d.ts.map +1 -0
- package/esm/funcs/people-employees-offboard.js +81 -0
- package/esm/funcs/people-employees-offboard.js.map +1 -0
- package/esm/funcs/people-employees-update.d.ts +15 -0
- package/esm/funcs/people-employees-update.d.ts.map +1 -0
- package/esm/funcs/people-employees-update.js +81 -0
- package/esm/funcs/people-employees-update.js.map +1 -0
- package/esm/funcs/people-employees-upload-background-check.d.ts +15 -0
- package/esm/funcs/people-employees-upload-background-check.d.ts.map +1 -0
- package/esm/funcs/people-employees-upload-background-check.js +82 -0
- package/esm/funcs/people-employees-upload-background-check.js.map +1 -0
- package/esm/funcs/people-events-list-for-employee.d.ts +15 -0
- package/esm/funcs/people-events-list-for-employee.d.ts.map +1 -0
- package/esm/funcs/people-events-list-for-employee.js +81 -0
- package/esm/funcs/people-events-list-for-employee.js.map +1 -0
- package/esm/funcs/people-events-list-for-org.d.ts +15 -0
- package/esm/funcs/people-events-list-for-org.d.ts.map +1 -0
- package/esm/funcs/people-events-list-for-org.js +81 -0
- package/esm/funcs/people-events-list-for-org.js.map +1 -0
- package/esm/funcs/people-metrics-get-overview.d.ts +15 -0
- package/esm/funcs/people-metrics-get-overview.d.ts.map +1 -0
- package/esm/funcs/people-metrics-get-overview.js +81 -0
- package/esm/funcs/people-metrics-get-overview.js.map +1 -0
- package/esm/funcs/people-onboarding-workflows-list-runs-for-employee.d.ts +15 -0
- package/esm/funcs/people-onboarding-workflows-list-runs-for-employee.d.ts.map +1 -0
- package/esm/funcs/people-onboarding-workflows-list-runs-for-employee.js +83 -0
- package/esm/funcs/people-onboarding-workflows-list-runs-for-employee.js.map +1 -0
- package/esm/funcs/people-onboarding-workflows-list-runs.d.ts +15 -0
- package/esm/funcs/people-onboarding-workflows-list-runs.d.ts.map +1 -0
- package/esm/funcs/people-onboarding-workflows-list-runs.js +81 -0
- package/esm/funcs/people-onboarding-workflows-list-runs.js.map +1 -0
- package/esm/funcs/people-onboarding-workflows-list-templates.d.ts +15 -0
- package/esm/funcs/people-onboarding-workflows-list-templates.d.ts.map +1 -0
- package/esm/funcs/people-onboarding-workflows-list-templates.js +83 -0
- package/esm/funcs/people-onboarding-workflows-list-templates.js.map +1 -0
- package/esm/funcs/people-onboarding-workflows-mark-step-done.d.ts +15 -0
- package/esm/funcs/people-onboarding-workflows-mark-step-done.d.ts.map +1 -0
- package/esm/funcs/people-onboarding-workflows-mark-step-done.js +82 -0
- package/esm/funcs/people-onboarding-workflows-mark-step-done.js.map +1 -0
- package/esm/funcs/people-onboarding-workflows-seed-default-templates.d.ts +15 -0
- package/esm/funcs/people-onboarding-workflows-seed-default-templates.d.ts.map +1 -0
- package/esm/funcs/people-onboarding-workflows-seed-default-templates.js +83 -0
- package/esm/funcs/people-onboarding-workflows-seed-default-templates.js.map +1 -0
- package/esm/funcs/people-onboarding-workflows-upsert-template.d.ts +15 -0
- package/esm/funcs/people-onboarding-workflows-upsert-template.d.ts.map +1 -0
- package/esm/funcs/people-onboarding-workflows-upsert-template.js +83 -0
- package/esm/funcs/people-onboarding-workflows-upsert-template.js.map +1 -0
- package/esm/funcs/people-policies-acknowledge.d.ts +15 -0
- package/esm/funcs/people-policies-acknowledge.d.ts.map +1 -0
- package/esm/funcs/people-policies-acknowledge.js +81 -0
- package/esm/funcs/people-policies-acknowledge.js.map +1 -0
- package/esm/funcs/people-policies-list-for-employee.d.ts +15 -0
- package/esm/funcs/people-policies-list-for-employee.d.ts.map +1 -0
- package/esm/funcs/people-policies-list-for-employee.js +81 -0
- package/esm/funcs/people-policies-list-for-employee.js.map +1 -0
- package/esm/funcs/people-policies-list-for-org.d.ts +15 -0
- package/esm/funcs/people-policies-list-for-org.d.ts.map +1 -0
- package/esm/funcs/people-policies-list-for-org.js +81 -0
- package/esm/funcs/people-policies-list-for-org.js.map +1 -0
- package/esm/funcs/people-policies-list-for-portal.d.ts +15 -0
- package/esm/funcs/people-policies-list-for-portal.d.ts.map +1 -0
- package/esm/funcs/people-policies-list-for-portal.js +81 -0
- package/esm/funcs/people-policies-list-for-portal.js.map +1 -0
- package/esm/funcs/people-policies-list-for-version.d.ts +15 -0
- package/esm/funcs/people-policies-list-for-version.d.ts.map +1 -0
- package/esm/funcs/people-policies-list-for-version.js +81 -0
- package/esm/funcs/people-policies-list-for-version.js.map +1 -0
- package/esm/funcs/people-reviews-list-cycles.d.ts +15 -0
- package/esm/funcs/people-reviews-list-cycles.d.ts.map +1 -0
- package/esm/funcs/people-reviews-list-cycles.js +81 -0
- package/esm/funcs/people-reviews-list-cycles.js.map +1 -0
- package/esm/funcs/people-reviews-list-responses-for-cycle.d.ts +15 -0
- package/esm/funcs/people-reviews-list-responses-for-cycle.d.ts.map +1 -0
- package/esm/funcs/people-reviews-list-responses-for-cycle.js +81 -0
- package/esm/funcs/people-reviews-list-responses-for-cycle.js.map +1 -0
- package/esm/funcs/people-reviews-submit-response.d.ts +15 -0
- package/esm/funcs/people-reviews-submit-response.d.ts.map +1 -0
- package/esm/funcs/people-reviews-submit-response.js +81 -0
- package/esm/funcs/people-reviews-submit-response.js.map +1 -0
- package/esm/funcs/people-reviews-upsert-cycle.d.ts +15 -0
- package/esm/funcs/people-reviews-upsert-cycle.d.ts.map +1 -0
- package/esm/funcs/people-reviews-upsert-cycle.js +81 -0
- package/esm/funcs/people-reviews-upsert-cycle.js.map +1 -0
- package/esm/funcs/people-training-complete.d.ts +15 -0
- package/esm/funcs/people-training-complete.d.ts.map +1 -0
- package/esm/funcs/people-training-complete.js +81 -0
- package/esm/funcs/people-training-complete.js.map +1 -0
- package/esm/funcs/people-training-list-completions-for-employee.d.ts +15 -0
- package/esm/funcs/people-training-list-completions-for-employee.d.ts.map +1 -0
- package/esm/funcs/people-training-list-completions-for-employee.js +83 -0
- package/esm/funcs/people-training-list-completions-for-employee.js.map +1 -0
- package/esm/funcs/people-training-list-completions-for-org.d.ts +15 -0
- package/esm/funcs/people-training-list-completions-for-org.d.ts.map +1 -0
- package/esm/funcs/people-training-list-completions-for-org.js +81 -0
- package/esm/funcs/people-training-list-completions-for-org.js.map +1 -0
- package/esm/funcs/people-training-list-for-org.d.ts +15 -0
- package/esm/funcs/people-training-list-for-org.d.ts.map +1 -0
- package/esm/funcs/people-training-list-for-org.js +81 -0
- package/esm/funcs/people-training-list-for-org.js.map +1 -0
- package/esm/funcs/people-training-list-for-portal.d.ts +15 -0
- package/esm/funcs/people-training-list-for-portal.d.ts.map +1 -0
- package/esm/funcs/people-training-list-for-portal.js +81 -0
- package/esm/funcs/people-training-list-for-portal.js.map +1 -0
- package/esm/funcs/people-training-upsert.d.ts +15 -0
- package/esm/funcs/people-training-upsert.d.ts.map +1 -0
- package/esm/funcs/people-training-upsert.js +81 -0
- package/esm/funcs/people-training-upsert.js.map +1 -0
- package/esm/funcs/policies-policies-get-by-id.d.ts +15 -0
- package/esm/funcs/policies-policies-get-by-id.d.ts.map +1 -0
- package/esm/funcs/policies-policies-get-by-id.js +81 -0
- package/esm/funcs/policies-policies-get-by-id.js.map +1 -0
- package/esm/funcs/policies-policies-list-for-org.d.ts +15 -0
- package/esm/funcs/policies-policies-list-for-org.d.ts.map +1 -0
- package/esm/funcs/policies-policies-list-for-org.js +81 -0
- package/esm/funcs/policies-policies-list-for-org.js.map +1 -0
- package/esm/funcs/policies-policies-publish.d.ts +15 -0
- package/esm/funcs/policies-policies-publish.d.ts.map +1 -0
- package/esm/funcs/policies-policies-publish.js +81 -0
- package/esm/funcs/policies-policies-publish.js.map +1 -0
- package/esm/funcs/policies-policies-retire.d.ts +15 -0
- package/esm/funcs/policies-policies-retire.d.ts.map +1 -0
- package/esm/funcs/policies-policies-retire.js +81 -0
- package/esm/funcs/policies-policies-retire.js.map +1 -0
- package/esm/funcs/policies-policies-save-version.d.ts +15 -0
- package/esm/funcs/policies-policies-save-version.d.ts.map +1 -0
- package/esm/funcs/policies-policies-save-version.js +81 -0
- package/esm/funcs/policies-policies-save-version.js.map +1 -0
- package/esm/funcs/policies-versions-list-for-policy.d.ts +15 -0
- package/esm/funcs/policies-versions-list-for-policy.d.ts.map +1 -0
- package/esm/funcs/policies-versions-list-for-policy.js +81 -0
- package/esm/funcs/policies-versions-list-for-policy.js.map +1 -0
- package/esm/funcs/portal-get-policy-by-slug.d.ts +15 -0
- package/esm/funcs/portal-get-policy-by-slug.d.ts.map +1 -0
- package/esm/funcs/portal-get-policy-by-slug.js +81 -0
- package/esm/funcs/portal-get-policy-by-slug.js.map +1 -0
- package/esm/funcs/portal-get-training-by-slug.d.ts +15 -0
- package/esm/funcs/portal-get-training-by-slug.d.ts.map +1 -0
- package/esm/funcs/portal-get-training-by-slug.js +81 -0
- package/esm/funcs/portal-get-training-by-slug.js.map +1 -0
- package/esm/funcs/quotes-admin-list-for-org.d.ts +15 -0
- package/esm/funcs/quotes-admin-list-for-org.d.ts.map +1 -0
- package/esm/funcs/quotes-admin-list-for-org.js +81 -0
- package/esm/funcs/quotes-admin-list-for-org.js.map +1 -0
- package/esm/funcs/quotes-cancel.d.ts +15 -0
- package/esm/funcs/quotes-cancel.d.ts.map +1 -0
- package/esm/funcs/quotes-cancel.js +81 -0
- package/esm/funcs/quotes-cancel.js.map +1 -0
- package/esm/funcs/quotes-create.d.ts +15 -0
- package/esm/funcs/quotes-create.d.ts.map +1 -0
- package/esm/funcs/quotes-create.js +81 -0
- package/esm/funcs/quotes-create.js.map +1 -0
- package/esm/funcs/quotes-get-by-id.d.ts +15 -0
- package/esm/funcs/quotes-get-by-id.d.ts.map +1 -0
- package/esm/funcs/quotes-get-by-id.js +81 -0
- package/esm/funcs/quotes-get-by-id.js.map +1 -0
- package/esm/funcs/quotes-list-for-org.d.ts +15 -0
- package/esm/funcs/quotes-list-for-org.d.ts.map +1 -0
- package/esm/funcs/quotes-list-for-org.js +81 -0
- package/esm/funcs/quotes-list-for-org.js.map +1 -0
- package/esm/funcs/quotes-start-checkout.d.ts +15 -0
- package/esm/funcs/quotes-start-checkout.d.ts.map +1 -0
- package/esm/funcs/quotes-start-checkout.js +81 -0
- package/esm/funcs/quotes-start-checkout.js.map +1 -0
- package/esm/funcs/stripe-list-invoices-for-workspace.d.ts +15 -0
- package/esm/funcs/stripe-list-invoices-for-workspace.d.ts.map +1 -0
- package/esm/funcs/stripe-list-invoices-for-workspace.js +81 -0
- package/esm/funcs/stripe-list-invoices-for-workspace.js.map +1 -0
- package/esm/funcs/tasks-tasks-assign.d.ts +15 -0
- package/esm/funcs/tasks-tasks-assign.d.ts.map +1 -0
- package/esm/funcs/tasks-tasks-assign.js +81 -0
- package/esm/funcs/tasks-tasks-assign.js.map +1 -0
- package/esm/funcs/tasks-tasks-get-by-id.d.ts +15 -0
- package/esm/funcs/tasks-tasks-get-by-id.d.ts.map +1 -0
- package/esm/funcs/tasks-tasks-get-by-id.js +81 -0
- package/esm/funcs/tasks-tasks-get-by-id.js.map +1 -0
- package/esm/funcs/tasks-tasks-list-for-org.d.ts +15 -0
- package/esm/funcs/tasks-tasks-list-for-org.d.ts.map +1 -0
- package/esm/funcs/tasks-tasks-list-for-org.js +81 -0
- package/esm/funcs/tasks-tasks-list-for-org.js.map +1 -0
- package/esm/funcs/tasks-tasks-mark-complete.d.ts +15 -0
- package/esm/funcs/tasks-tasks-mark-complete.d.ts.map +1 -0
- package/esm/funcs/tasks-tasks-mark-complete.js +81 -0
- package/esm/funcs/tasks-tasks-mark-complete.js.map +1 -0
- package/esm/funcs/tasks-tasks-reopen.d.ts +15 -0
- package/esm/funcs/tasks-tasks-reopen.d.ts.map +1 -0
- package/esm/funcs/tasks-tasks-reopen.js +81 -0
- package/esm/funcs/tasks-tasks-reopen.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/matchers.d.ts +2 -2
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +3 -3
- package/esm/lib/matchers.js.map +1 -1
- package/esm/models/errors/compai-default-error.d.ts +10 -0
- package/esm/models/errors/compai-default-error.d.ts.map +1 -0
- package/esm/models/errors/compai-default-error.js +30 -0
- package/esm/models/errors/compai-default-error.js.map +1 -0
- package/esm/models/errors/compai-error.d.ts +19 -0
- package/esm/models/errors/compai-error.d.ts.map +1 -0
- package/esm/models/errors/compai-error.js +26 -0
- package/esm/models/errors/compai-error.js.map +1 -0
- package/esm/models/errors/failed-response-error.d.ts +2 -2
- package/esm/models/errors/failed-response-error.d.ts.map +1 -1
- package/esm/models/errors/failed-response-error.js +2 -2
- package/esm/models/errors/failed-response-error.js.map +1 -1
- package/esm/models/errors/index.d.ts +2 -2
- package/esm/models/errors/index.d.ts.map +1 -1
- package/esm/models/errors/index.js +2 -2
- package/esm/models/errors/index.js.map +1 -1
- package/esm/models/errors/response-validation-error.d.ts +2 -2
- package/esm/models/errors/response-validation-error.d.ts.map +1 -1
- package/esm/models/errors/response-validation-error.js +2 -2
- package/esm/models/errors/response-validation-error.js.map +1 -1
- package/esm/models/index.d.ts +26 -26
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +26 -26
- package/esm/models/index.js.map +1 -1
- package/esm/models/request-admin-get-org-by-id.d.ts +22 -0
- package/esm/models/request-admin-get-org-by-id.d.ts.map +1 -0
- package/esm/models/request-admin-get-org-by-id.js +19 -0
- package/esm/models/request-admin-get-org-by-id.js.map +1 -0
- package/esm/models/request-admin-list-invoices-for-org.d.ts +22 -0
- package/esm/models/request-admin-list-invoices-for-org.d.ts.map +1 -0
- package/esm/models/request-admin-list-invoices-for-org.js +19 -0
- package/esm/models/request-admin-list-invoices-for-org.js.map +1 -0
- package/esm/models/request-compliance-org-controls-get-by-id.d.ts +27 -0
- package/esm/models/request-compliance-org-controls-get-by-id.d.ts.map +1 -0
- package/esm/models/request-compliance-org-controls-get-by-id.js +20 -0
- package/esm/models/request-compliance-org-controls-get-by-id.js.map +1 -0
- package/esm/models/request-integrations-github-connect-get-org-slug-by-installation.d.ts +22 -0
- package/esm/models/request-integrations-github-connect-get-org-slug-by-installation.d.ts.map +1 -0
- package/esm/models/request-integrations-github-connect-get-org-slug-by-installation.js +21 -0
- package/esm/models/request-integrations-github-connect-get-org-slug-by-installation.js.map +1 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.d.ts +26 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.d.ts.map +1 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.js +23 -0
- package/esm/models/request-integrations-google-workspace-connect-complete-callback.js.map +1 -0
- package/esm/models/request-integrations-list-list-for-org.d.ts +22 -0
- package/esm/models/request-integrations-list-list-for-org.d.ts.map +1 -0
- package/esm/models/request-integrations-list-list-for-org.js +19 -0
- package/esm/models/request-integrations-list-list-for-org.js.map +1 -0
- package/esm/models/request-modules-code-security-autofix-create-fix-pull-request.d.ts +27 -0
- package/esm/models/request-modules-code-security-autofix-create-fix-pull-request.d.ts.map +1 -0
- package/esm/models/request-modules-code-security-autofix-create-fix-pull-request.js +21 -0
- package/esm/models/request-modules-code-security-autofix-create-fix-pull-request.js.map +1 -0
- package/esm/models/request-modules-code-security-deep-security-audit-latest-for-repo.d.ts +27 -0
- package/esm/models/request-modules-code-security-deep-security-audit-latest-for-repo.d.ts.map +1 -0
- package/esm/models/request-modules-code-security-deep-security-audit-latest-for-repo.js +22 -0
- package/esm/models/request-modules-code-security-deep-security-audit-latest-for-repo.js.map +1 -0
- package/esm/models/request-modules-code-security-deep-security-audit-list-events-for-run.d.ts +27 -0
- package/esm/models/request-modules-code-security-deep-security-audit-list-events-for-run.d.ts.map +1 -0
- package/esm/models/request-modules-code-security-deep-security-audit-list-events-for-run.js +22 -0
- package/esm/models/request-modules-code-security-deep-security-audit-list-events-for-run.js.map +1 -0
- package/esm/models/request-modules-code-security-deep-security-audit-queue-audit.d.ts +27 -0
- package/esm/models/request-modules-code-security-deep-security-audit-queue-audit.d.ts.map +1 -0
- package/esm/models/request-modules-code-security-deep-security-audit-queue-audit.js +21 -0
- package/esm/models/request-modules-code-security-deep-security-audit-queue-audit.js.map +1 -0
- package/esm/models/request-portal-get-policy-by-slug.d.ts +24 -0
- package/esm/models/request-portal-get-policy-by-slug.d.ts.map +1 -0
- package/esm/models/request-portal-get-policy-by-slug.js +20 -0
- package/esm/models/request-portal-get-policy-by-slug.js.map +1 -0
- package/esm/models/request-portal-get-training-by-slug.d.ts +24 -0
- package/esm/models/request-portal-get-training-by-slug.d.ts.map +1 -0
- package/esm/models/request-portal-get-training-by-slug.js +20 -0
- package/esm/models/request-portal-get-training-by-slug.js.map +1 -0
- package/esm/models/request-quotes-cancel.d.ts +25 -0
- package/esm/models/request-quotes-cancel.d.ts.map +1 -0
- package/esm/models/request-quotes-cancel.js +19 -0
- package/esm/models/request-quotes-cancel.js.map +1 -0
- package/esm/models/response-admin-get-org-by-id.d.ts +25 -0
- package/esm/models/response-admin-get-org-by-id.d.ts.map +1 -0
- package/esm/models/response-admin-get-org-by-id.js +29 -0
- package/esm/models/response-admin-get-org-by-id.js.map +1 -0
- package/esm/models/response-admin-list-invoices-for-org.d.ts +25 -0
- package/esm/models/response-admin-list-invoices-for-org.d.ts.map +1 -0
- package/esm/models/response-admin-list-invoices-for-org.js +29 -0
- package/esm/models/response-admin-list-invoices-for-org.js.map +1 -0
- package/esm/models/response-compliance-org-controls-get-by-id.d.ts +25 -0
- package/esm/models/response-compliance-org-controls-get-by-id.d.ts.map +1 -0
- package/esm/models/response-compliance-org-controls-get-by-id.js +31 -0
- package/esm/models/response-compliance-org-controls-get-by-id.js.map +1 -0
- package/esm/models/response-integrations-github-connect-get-org-slug-by-installation.d.ts +25 -0
- package/esm/models/response-integrations-github-connect-get-org-slug-by-installation.d.ts.map +1 -0
- package/esm/models/response-integrations-github-connect-get-org-slug-by-installation.js +31 -0
- package/esm/models/response-integrations-github-connect-get-org-slug-by-installation.js.map +1 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.d.ts +25 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.d.ts.map +1 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.js +31 -0
- package/esm/models/response-integrations-google-workspace-connect-complete-callback.js.map +1 -0
- package/esm/models/response-integrations-list-list-for-org.d.ts +25 -0
- package/esm/models/response-integrations-list-list-for-org.d.ts.map +1 -0
- package/esm/models/response-integrations-list-list-for-org.js +31 -0
- package/esm/models/response-integrations-list-list-for-org.js.map +1 -0
- package/esm/models/response-modules-code-security-autofix-create-fix-pull-request.d.ts +25 -0
- package/esm/models/response-modules-code-security-autofix-create-fix-pull-request.d.ts.map +1 -0
- package/esm/models/response-modules-code-security-autofix-create-fix-pull-request.js +31 -0
- package/esm/models/response-modules-code-security-autofix-create-fix-pull-request.js.map +1 -0
- package/esm/models/response-modules-code-security-deep-security-audit-latest-for-repo.d.ts +25 -0
- package/esm/models/response-modules-code-security-deep-security-audit-latest-for-repo.d.ts.map +1 -0
- package/esm/models/response-modules-code-security-deep-security-audit-latest-for-repo.js +31 -0
- package/esm/models/response-modules-code-security-deep-security-audit-latest-for-repo.js.map +1 -0
- package/esm/models/response-modules-code-security-deep-security-audit-list-events-for-run.d.ts +25 -0
- package/esm/models/response-modules-code-security-deep-security-audit-list-events-for-run.d.ts.map +1 -0
- package/esm/models/response-modules-code-security-deep-security-audit-list-events-for-run.js +31 -0
- package/esm/models/response-modules-code-security-deep-security-audit-list-events-for-run.js.map +1 -0
- package/esm/models/response-modules-code-security-deep-security-audit-queue-audit.d.ts +25 -0
- package/esm/models/response-modules-code-security-deep-security-audit-queue-audit.d.ts.map +1 -0
- package/esm/models/response-modules-code-security-deep-security-audit-queue-audit.js +31 -0
- package/esm/models/response-modules-code-security-deep-security-audit-queue-audit.js.map +1 -0
- package/esm/models/response-portal-get-policy-by-slug.d.ts +25 -0
- package/esm/models/response-portal-get-policy-by-slug.d.ts.map +1 -0
- package/esm/models/response-portal-get-policy-by-slug.js +29 -0
- package/esm/models/response-portal-get-policy-by-slug.js.map +1 -0
- package/esm/models/response-portal-get-training-by-slug.d.ts +25 -0
- package/esm/models/response-portal-get-training-by-slug.d.ts.map +1 -0
- package/esm/models/response-portal-get-training-by-slug.js +29 -0
- package/esm/models/response-portal-get-training-by-slug.js.map +1 -0
- package/esm/models/response-quotes-cancel.d.ts +25 -0
- package/esm/models/response-quotes-cancel.d.ts.map +1 -0
- package/esm/models/response-quotes-cancel.js +29 -0
- package/esm/models/response-quotes-cancel.js.map +1 -0
- package/esm/sdk/access-requests.d.ts +25 -0
- package/esm/sdk/access-requests.d.ts.map +1 -0
- package/esm/sdk/access-requests.js +43 -0
- package/esm/sdk/access-requests.js.map +1 -0
- package/esm/sdk/actions.d.ts +9 -0
- package/esm/sdk/actions.d.ts.map +1 -0
- package/esm/sdk/actions.js +15 -0
- package/esm/sdk/actions.js.map +1 -0
- package/esm/sdk/activity.d.ts +17 -0
- package/esm/sdk/activity.d.ts.map +1 -0
- package/esm/sdk/activity.js +29 -0
- package/esm/sdk/activity.js.map +1 -0
- package/esm/sdk/admin.d.ts +25 -0
- package/esm/sdk/admin.d.ts.map +1 -0
- package/esm/sdk/admin.js +43 -0
- package/esm/sdk/admin.js.map +1 -0
- package/esm/sdk/api-keys.d.ts +9 -0
- package/esm/sdk/api-keys.d.ts.map +1 -0
- package/esm/sdk/api-keys.js +15 -0
- package/esm/sdk/api-keys.js.map +1 -0
- package/esm/sdk/auth.d.ts +9 -0
- package/esm/sdk/auth.d.ts.map +1 -0
- package/esm/sdk/auth.js +15 -0
- package/esm/sdk/auth.js.map +1 -0
- package/esm/sdk/autofix.d.ts +9 -0
- package/esm/sdk/autofix.d.ts.map +1 -0
- package/esm/sdk/autofix.js +15 -0
- package/esm/sdk/autofix.js.map +1 -0
- package/esm/sdk/code-security-metrics.d.ts +9 -0
- package/esm/sdk/code-security-metrics.d.ts.map +1 -0
- package/esm/sdk/code-security-metrics.js +15 -0
- package/esm/sdk/code-security-metrics.js.map +1 -0
- package/esm/sdk/code-security.d.ts +31 -0
- package/esm/sdk/code-security.d.ts.map +1 -0
- package/esm/sdk/code-security.js +52 -0
- package/esm/sdk/code-security.js.map +1 -0
- package/esm/sdk/compliance.d.ts +13 -0
- package/esm/sdk/compliance.d.ts.map +1 -0
- package/esm/sdk/compliance.js +22 -0
- package/esm/sdk/compliance.js.map +1 -0
- package/esm/sdk/deep-security-audit.d.ts +17 -0
- package/esm/sdk/deep-security-audit.d.ts.map +1 -0
- package/esm/sdk/deep-security-audit.js +29 -0
- package/esm/sdk/deep-security-audit.js.map +1 -0
- package/esm/sdk/dep-scanner.d.ts +17 -0
- package/esm/sdk/dep-scanner.d.ts.map +1 -0
- package/esm/sdk/dep-scanner.js +29 -0
- package/esm/sdk/dep-scanner.js.map +1 -0
- package/esm/sdk/devices-1.d.ts +10 -0
- package/esm/sdk/devices-1.d.ts.map +1 -0
- package/esm/sdk/devices-1.js +17 -0
- package/esm/sdk/devices-1.js.map +1 -0
- package/esm/sdk/devices-2.d.ts +13 -0
- package/esm/sdk/devices-2.d.ts.map +1 -0
- package/esm/sdk/devices-2.js +22 -0
- package/esm/sdk/devices-2.js.map +1 -0
- package/esm/sdk/devices-policies.d.ts +13 -0
- package/esm/sdk/devices-policies.d.ts.map +1 -0
- package/esm/sdk/devices-policies.js +22 -0
- package/esm/sdk/devices-policies.js.map +1 -0
- package/esm/sdk/dispatch-webhook.d.ts +13 -0
- package/esm/sdk/dispatch-webhook.d.ts.map +1 -0
- package/esm/sdk/dispatch-webhook.js +22 -0
- package/esm/sdk/dispatch-webhook.js.map +1 -0
- package/esm/sdk/documents.d.ts +17 -0
- package/esm/sdk/documents.d.ts.map +1 -0
- package/esm/sdk/documents.js +29 -0
- package/esm/sdk/documents.js.map +1 -0
- package/esm/sdk/employees.d.ts +41 -0
- package/esm/sdk/employees.d.ts.map +1 -0
- package/esm/sdk/employees.js +71 -0
- package/esm/sdk/employees.js.map +1 -0
- package/esm/sdk/entitlements.d.ts +21 -0
- package/esm/sdk/entitlements.d.ts.map +1 -0
- package/esm/sdk/entitlements.js +36 -0
- package/esm/sdk/entitlements.js.map +1 -0
- package/esm/sdk/events.d.ts +13 -0
- package/esm/sdk/events.d.ts.map +1 -0
- package/esm/sdk/events.js +22 -0
- package/esm/sdk/events.js.map +1 -0
- package/esm/sdk/evidence-1.d.ts +7 -0
- package/esm/sdk/evidence-1.d.ts.map +1 -0
- package/esm/sdk/evidence-1.js +12 -0
- package/esm/sdk/evidence-1.js.map +1 -0
- package/esm/sdk/evidence-2.d.ts +17 -0
- package/esm/sdk/evidence-2.d.ts.map +1 -0
- package/esm/sdk/evidence-2.js +29 -0
- package/esm/sdk/evidence-2.js.map +1 -0
- package/esm/sdk/findings.d.ts +25 -0
- package/esm/sdk/findings.d.ts.map +1 -0
- package/esm/sdk/findings.js +43 -0
- package/esm/sdk/findings.js.map +1 -0
- package/esm/sdk/github-connect.d.ts +17 -0
- package/esm/sdk/github-connect.d.ts.map +1 -0
- package/esm/sdk/github-connect.js +29 -0
- package/esm/sdk/github-connect.js.map +1 -0
- package/esm/sdk/github-queries.d.ts +9 -0
- package/esm/sdk/github-queries.d.ts.map +1 -0
- package/esm/sdk/github-queries.js +15 -0
- package/esm/sdk/github-queries.js.map +1 -0
- package/esm/sdk/github.d.ts +19 -0
- package/esm/sdk/github.d.ts.map +1 -0
- package/esm/sdk/github.js +32 -0
- package/esm/sdk/github.js.map +1 -0
- package/esm/sdk/google-workspace-connect.d.ts +13 -0
- package/esm/sdk/google-workspace-connect.d.ts.map +1 -0
- package/esm/sdk/google-workspace-connect.js +22 -0
- package/esm/sdk/google-workspace-connect.js.map +1 -0
- package/esm/sdk/google-workspace-queries.d.ts +9 -0
- package/esm/sdk/google-workspace-queries.d.ts.map +1 -0
- package/esm/sdk/google-workspace-queries.js +15 -0
- package/esm/sdk/google-workspace-queries.js.map +1 -0
- package/esm/sdk/google-workspace.d.ts +10 -0
- package/esm/sdk/google-workspace.d.ts.map +1 -0
- package/esm/sdk/google-workspace.js +17 -0
- package/esm/sdk/google-workspace.js.map +1 -0
- package/esm/sdk/integrations.d.ts +13 -0
- package/esm/sdk/integrations.d.ts.map +1 -0
- package/esm/sdk/integrations.js +22 -0
- package/esm/sdk/integrations.js.map +1 -0
- package/esm/sdk/library.d.ts +33 -0
- package/esm/sdk/library.d.ts.map +1 -0
- package/esm/sdk/library.js +57 -0
- package/esm/sdk/library.js.map +1 -0
- package/esm/sdk/list.d.ts +9 -0
- package/esm/sdk/list.d.ts.map +1 -0
- package/esm/sdk/list.js +15 -0
- package/esm/sdk/list.js.map +1 -0
- package/esm/sdk/mutations.d.ts +21 -0
- package/esm/sdk/mutations.d.ts.map +1 -0
- package/esm/sdk/mutations.js +36 -0
- package/esm/sdk/mutations.js.map +1 -0
- package/esm/sdk/onboarding-workflows.d.ts +29 -0
- package/esm/sdk/onboarding-workflows.d.ts.map +1 -0
- package/esm/sdk/onboarding-workflows.js +50 -0
- package/esm/sdk/onboarding-workflows.js.map +1 -0
- package/esm/sdk/onboarding.d.ts +33 -0
- package/esm/sdk/onboarding.d.ts.map +1 -0
- package/esm/sdk/onboarding.js +57 -0
- package/esm/sdk/onboarding.js.map +1 -0
- package/esm/sdk/org-controls.d.ts +17 -0
- package/esm/sdk/org-controls.d.ts.map +1 -0
- package/esm/sdk/org-controls.js +29 -0
- package/esm/sdk/org-controls.js.map +1 -0
- package/esm/sdk/org-frameworks.d.ts +13 -0
- package/esm/sdk/org-frameworks.d.ts.map +1 -0
- package/esm/sdk/org-frameworks.js +22 -0
- package/esm/sdk/org-frameworks.js.map +1 -0
- package/esm/sdk/orgs.d.ts +29 -0
- package/esm/sdk/orgs.d.ts.map +1 -0
- package/esm/sdk/orgs.js +50 -0
- package/esm/sdk/orgs.js.map +1 -0
- package/esm/sdk/people-metrics.d.ts +9 -0
- package/esm/sdk/people-metrics.d.ts.map +1 -0
- package/esm/sdk/people-metrics.js +15 -0
- package/esm/sdk/people-metrics.js.map +1 -0
- package/esm/sdk/people-policies.d.ts +25 -0
- package/esm/sdk/people-policies.d.ts.map +1 -0
- package/esm/sdk/people-policies.js +43 -0
- package/esm/sdk/people-policies.js.map +1 -0
- package/esm/sdk/people.d.ts +31 -0
- package/esm/sdk/people.d.ts.map +1 -0
- package/esm/sdk/people.js +52 -0
- package/esm/sdk/people.js.map +1 -0
- package/esm/sdk/policies-1.d.ts +10 -0
- package/esm/sdk/policies-1.d.ts.map +1 -0
- package/esm/sdk/policies-1.js +17 -0
- package/esm/sdk/policies-1.js.map +1 -0
- package/esm/sdk/policies-2.d.ts +25 -0
- package/esm/sdk/policies-2.d.ts.map +1 -0
- package/esm/sdk/policies-2.js +43 -0
- package/esm/sdk/policies-2.js.map +1 -0
- package/esm/sdk/portal.d.ts +13 -0
- package/esm/sdk/portal.d.ts.map +1 -0
- package/esm/sdk/portal.js +22 -0
- package/esm/sdk/portal.js.map +1 -0
- package/esm/sdk/quotes.d.ts +29 -0
- package/esm/sdk/quotes.d.ts.map +1 -0
- package/esm/sdk/quotes.js +50 -0
- package/esm/sdk/quotes.js.map +1 -0
- package/esm/sdk/repositories.d.ts +25 -0
- package/esm/sdk/repositories.d.ts.map +1 -0
- package/esm/sdk/repositories.js +43 -0
- package/esm/sdk/repositories.js.map +1 -0
- package/esm/sdk/review-rules.d.ts +33 -0
- package/esm/sdk/review-rules.d.ts.map +1 -0
- package/esm/sdk/review-rules.js +57 -0
- package/esm/sdk/review-rules.js.map +1 -0
- package/esm/sdk/reviewer.d.ts +37 -0
- package/esm/sdk/reviewer.d.ts.map +1 -0
- package/esm/sdk/reviewer.js +64 -0
- package/esm/sdk/reviewer.js.map +1 -0
- package/esm/sdk/reviews.d.ts +21 -0
- package/esm/sdk/reviews.d.ts.map +1 -0
- package/esm/sdk/reviews.js +36 -0
- package/esm/sdk/reviews.js.map +1 -0
- package/esm/sdk/scan.d.ts +13 -0
- package/esm/sdk/scan.d.ts.map +1 -0
- package/esm/sdk/scan.js +22 -0
- package/esm/sdk/scan.js.map +1 -0
- package/esm/sdk/sdk.d.ts +55 -10
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +90 -15
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/stripe.d.ts +9 -0
- package/esm/sdk/stripe.d.ts.map +1 -0
- package/esm/sdk/stripe.js +15 -0
- package/esm/sdk/stripe.js.map +1 -0
- package/esm/sdk/tasks-1.d.ts +7 -0
- package/esm/sdk/tasks-1.d.ts.map +1 -0
- package/esm/sdk/tasks-1.js +12 -0
- package/esm/sdk/tasks-1.js.map +1 -0
- package/esm/sdk/tasks-2.d.ts +25 -0
- package/esm/sdk/tasks-2.d.ts.map +1 -0
- package/esm/sdk/tasks-2.js +43 -0
- package/esm/sdk/tasks-2.js.map +1 -0
- package/esm/sdk/training.d.ts +29 -0
- package/esm/sdk/training.d.ts.map +1 -0
- package/esm/sdk/training.js +50 -0
- package/esm/sdk/training.js.map +1 -0
- package/esm/sdk/versions.d.ts +9 -0
- package/esm/sdk/versions.d.ts.map +1 -0
- package/esm/sdk/versions.js +15 -0
- package/esm/sdk/versions.js.map +1 -0
- package/examples/activityAddComment.example.ts +33 -0
- package/jsr.json +1 -1
- package/package.json +6 -1
- package/src/core.ts +1 -1
- package/src/funcs/activity-add-comment.ts +170 -0
- package/src/funcs/activity-list-for-subject-latest.ts +171 -0
- package/src/funcs/activity-list-for-subject.ts +171 -0
- package/src/funcs/admin-disable-entitlement.ts +171 -0
- package/src/funcs/admin-get-org-by-id.ts +170 -0
- package/src/funcs/admin-is-current-user-admin.ts +171 -0
- package/src/funcs/admin-list-invoices-for-org.ts +171 -0
- package/src/funcs/admin-list-organizations.ts +171 -0
- package/src/funcs/api-keys-list-for-org.ts +171 -0
- package/src/funcs/auth-get-current-user.ts +170 -0
- package/src/funcs/code-security-autofix-create-fix-pull-request.ts +181 -0
- package/src/funcs/code-security-deep-security-audit-latest-for-repo.ts +181 -0
- package/src/funcs/code-security-deep-security-audit-list-events-for-run.ts +181 -0
- package/src/funcs/code-security-deep-security-audit-queue-audit.ts +181 -0
- package/src/funcs/code-security-dep-scanner-latest-for-repo.ts +179 -0
- package/src/funcs/code-security-dep-scanner-list-events-for-run.ts +181 -0
- package/src/funcs/code-security-dep-scanner-queue-dep-scan.ts +179 -0
- package/src/funcs/code-security-findings-get-by-id.ts +177 -0
- package/src/funcs/code-security-findings-list-for-repo.ts +179 -0
- package/src/funcs/code-security-findings-list-open-for-org.ts +179 -0
- package/src/funcs/code-security-findings-set-assignee.ts +179 -0
- package/src/funcs/code-security-findings-set-status.ts +177 -0
- package/src/funcs/code-security-metrics-get-overview.ts +179 -0
- package/src/funcs/code-security-repositories-get-by-id.ts +179 -0
- package/src/funcs/code-security-repositories-list-for-org-with-stats.ts +181 -0
- package/src/funcs/code-security-repositories-list-for-org.ts +179 -0
- package/src/funcs/code-security-repositories-set-context-notes.ts +181 -0
- package/src/funcs/code-security-repositories-update-scan-settings.ts +181 -0
- package/src/funcs/code-security-review-rules-create.ts +177 -0
- package/src/funcs/code-security-review-rules-list-for-org.ts +179 -0
- package/src/funcs/code-security-review-rules-list-for-repo.ts +179 -0
- package/src/funcs/code-security-review-rules-remove.ts +177 -0
- package/src/funcs/code-security-review-rules-set-enabled.ts +179 -0
- package/src/funcs/code-security-review-rules-set-org-rule-disabled-for-repo.ts +183 -0
- package/src/funcs/code-security-review-rules-update.ts +177 -0
- package/src/funcs/code-security-reviewer-get-by-id.ts +177 -0
- package/src/funcs/code-security-reviewer-get-finding-by-id.ts +179 -0
- package/src/funcs/code-security-reviewer-get-run-by-sha.ts +179 -0
- package/src/funcs/code-security-reviewer-list-events.ts +179 -0
- package/src/funcs/code-security-reviewer-list-for-org.ts +179 -0
- package/src/funcs/code-security-reviewer-list-step-states.ts +179 -0
- package/src/funcs/code-security-reviewer-rerun-review.ts +179 -0
- package/src/funcs/code-security-reviewer-set-finding-status.ts +180 -0
- package/src/funcs/code-security-scan-enqueue-initial-scans.ts +179 -0
- package/src/funcs/code-security-scan-scan-repository.ts +179 -0
- package/src/funcs/compliance-library-get-framework-by-slug.ts +177 -0
- package/src/funcs/compliance-library-get-policy-template-by-slug.ts +179 -0
- package/src/funcs/compliance-library-get-task-template-by-slug.ts +179 -0
- package/src/funcs/compliance-library-list-controls-for-requirement.ts +180 -0
- package/src/funcs/compliance-library-list-frameworks.ts +174 -0
- package/src/funcs/compliance-library-list-requirements-for-framework.ts +181 -0
- package/src/funcs/compliance-library-list-satisfiers-for-control-template.ts +181 -0
- package/src/funcs/compliance-org-controls-count-by-status.ts +177 -0
- package/src/funcs/compliance-org-controls-get-by-id.ts +171 -0
- package/src/funcs/compliance-org-controls-list-for-org.ts +174 -0
- package/src/funcs/compliance-org-frameworks-adopt.ts +171 -0
- package/src/funcs/compliance-org-frameworks-list-for-org.ts +174 -0
- package/src/funcs/devices-devices-list-for-org.ts +174 -0
- package/src/funcs/devices-devices-order-device.ts +174 -0
- package/src/funcs/devices-policies-list-for-org.ts +174 -0
- package/src/funcs/devices-policies-upsert.ts +171 -0
- package/src/funcs/entitlements-get-for-org.ts +171 -0
- package/src/funcs/entitlements-get-my-membership.ts +171 -0
- package/src/funcs/entitlements-grant-manual.ts +171 -0
- package/src/funcs/entitlements-has-module-for-org.ts +171 -0
- package/src/funcs/evidence-evidence-attach.ts +171 -0
- package/src/funcs/evidence-evidence-generate-upload-url.ts +174 -0
- package/src/funcs/evidence-evidence-list-for-org.ts +171 -0
- package/src/funcs/integrations-github-actions-list-installation-repos.ts +181 -0
- package/src/funcs/integrations-github-connect-build-install-url.ts +179 -0
- package/src/funcs/integrations-github-connect-complete-install.ts +179 -0
- package/src/funcs/integrations-github-connect-get-org-slug-by-installation.ts +181 -0
- package/src/funcs/integrations-github-dispatch-webhook-run-event.ts +179 -0
- package/src/funcs/integrations-github-dispatch-webhook-run.ts +177 -0
- package/src/funcs/integrations-github-mutations-clear-repositories.ts +180 -0
- package/src/funcs/integrations-github-mutations-disconnect.ts +179 -0
- package/src/funcs/integrations-github-mutations-set-repository-scope.ts +181 -0
- package/src/funcs/integrations-github-mutations-update-config.ts +179 -0
- package/src/funcs/integrations-github-queries-get-for-org.ts +177 -0
- package/src/funcs/integrations-google-workspace-connect-complete-callback.ts +181 -0
- package/src/funcs/integrations-google-workspace-connect-start-o-auth.ts +180 -0
- package/src/funcs/integrations-google-workspace-queries-get-for-org.ts +180 -0
- package/src/funcs/integrations-list-list-for-org.ts +171 -0
- package/src/funcs/onboarding-dismiss.ts +170 -0
- package/src/funcs/onboarding-get-for-org.ts +170 -0
- package/src/funcs/onboarding-is-module-onboarded.ts +171 -0
- package/src/funcs/onboarding-mark-done.ts +170 -0
- package/src/funcs/onboarding-modules-onboarded-for-org.ts +174 -0
- package/src/funcs/onboarding-restore.ts +170 -0
- package/src/funcs/onboarding-undo.ts +170 -0
- package/src/funcs/orgs-get-by-slug.ts +170 -0
- package/src/funcs/orgs-get-invitation-for-me.ts +171 -0
- package/src/funcs/orgs-list-members.ts +170 -0
- package/src/funcs/orgs-list-mine.ts +170 -0
- package/src/funcs/orgs-list-my-pending-invitations.ts +171 -0
- package/src/funcs/orgs-list-pending-invitations.ts +171 -0
- package/src/funcs/people-access-requests-decide.ts +174 -0
- package/src/funcs/people-access-requests-list-for-org.ts +179 -0
- package/src/funcs/people-access-requests-list-mine-for-portal.ts +180 -0
- package/src/funcs/people-access-requests-list-mine.ts +177 -0
- package/src/funcs/people-access-requests-submit.ts +174 -0
- package/src/funcs/people-documents-attach.ts +171 -0
- package/src/funcs/people-documents-generate-upload-url.ts +179 -0
- package/src/funcs/people-documents-list-for-employee.ts +179 -0
- package/src/funcs/people-employees-create.ts +171 -0
- package/src/funcs/people-employees-get-by-id.ts +174 -0
- package/src/funcs/people-employees-get-by-user-id.ts +174 -0
- package/src/funcs/people-employees-get-mine-for-org.ts +177 -0
- package/src/funcs/people-employees-invite-to-portal.ts +177 -0
- package/src/funcs/people-employees-list-for-org.ts +174 -0
- package/src/funcs/people-employees-offboard.ts +174 -0
- package/src/funcs/people-employees-update.ts +171 -0
- package/src/funcs/people-employees-upload-background-check.ts +180 -0
- package/src/funcs/people-events-list-for-employee.ts +177 -0
- package/src/funcs/people-events-list-for-org.ts +174 -0
- package/src/funcs/people-metrics-get-overview.ts +174 -0
- package/src/funcs/people-onboarding-workflows-list-runs-for-employee.ts +181 -0
- package/src/funcs/people-onboarding-workflows-list-runs.ts +179 -0
- package/src/funcs/people-onboarding-workflows-list-templates.ts +181 -0
- package/src/funcs/people-onboarding-workflows-mark-step-done.ts +180 -0
- package/src/funcs/people-onboarding-workflows-seed-default-templates.ts +181 -0
- package/src/funcs/people-onboarding-workflows-upsert-template.ts +181 -0
- package/src/funcs/people-policies-acknowledge.ts +174 -0
- package/src/funcs/people-policies-list-for-employee.ts +177 -0
- package/src/funcs/people-policies-list-for-org.ts +174 -0
- package/src/funcs/people-policies-list-for-portal.ts +177 -0
- package/src/funcs/people-policies-list-for-version.ts +177 -0
- package/src/funcs/people-reviews-list-cycles.ts +174 -0
- package/src/funcs/people-reviews-list-responses-for-cycle.ts +179 -0
- package/src/funcs/people-reviews-submit-response.ts +177 -0
- package/src/funcs/people-reviews-upsert-cycle.ts +174 -0
- package/src/funcs/people-training-complete.ts +174 -0
- package/src/funcs/people-training-list-completions-for-employee.ts +181 -0
- package/src/funcs/people-training-list-completions-for-org.ts +179 -0
- package/src/funcs/people-training-list-for-org.ts +174 -0
- package/src/funcs/people-training-list-for-portal.ts +177 -0
- package/src/funcs/people-training-upsert.ts +171 -0
- package/src/funcs/policies-policies-get-by-id.ts +171 -0
- package/src/funcs/policies-policies-list-for-org.ts +171 -0
- package/src/funcs/policies-policies-publish.ts +171 -0
- package/src/funcs/policies-policies-retire.ts +171 -0
- package/src/funcs/policies-policies-save-version.ts +171 -0
- package/src/funcs/policies-versions-list-for-policy.ts +174 -0
- package/src/funcs/portal-get-policy-by-slug.ts +171 -0
- package/src/funcs/portal-get-training-by-slug.ts +171 -0
- package/src/funcs/quotes-admin-list-for-org.ts +171 -0
- package/src/funcs/quotes-cancel.ts +170 -0
- package/src/funcs/quotes-create.ts +170 -0
- package/src/funcs/quotes-get-by-id.ts +170 -0
- package/src/funcs/quotes-list-for-org.ts +170 -0
- package/src/funcs/quotes-start-checkout.ts +170 -0
- package/src/funcs/stripe-list-invoices-for-workspace.ts +174 -0
- package/src/funcs/tasks-tasks-assign.ts +170 -0
- package/src/funcs/tasks-tasks-get-by-id.ts +170 -0
- package/src/funcs/tasks-tasks-list-for-org.ts +171 -0
- package/src/funcs/tasks-tasks-mark-complete.ts +171 -0
- package/src/funcs/tasks-tasks-reopen.ts +170 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +5 -5
- package/src/models/errors/compai-default-error.ts +40 -0
- package/src/models/errors/compai-error.ts +35 -0
- package/src/models/errors/failed-response-error.ts +2 -2
- package/src/models/errors/index.ts +2 -2
- package/src/models/errors/response-validation-error.ts +2 -2
- package/src/models/index.ts +26 -26
- package/src/models/request-admin-get-org-by-id.ts +55 -0
- package/src/models/request-admin-list-invoices-for-org.ts +59 -0
- package/src/models/request-compliance-org-controls-get-by-id.ts +67 -0
- package/src/models/request-integrations-github-connect-get-org-slug-by-installation.ts +65 -0
- package/src/models/request-integrations-google-workspace-connect-complete-callback.ts +72 -0
- package/src/models/request-integrations-list-list-for-org.ts +60 -0
- package/src/models/request-modules-code-security-autofix-create-fix-pull-request.ts +71 -0
- package/src/models/request-modules-code-security-deep-security-audit-latest-for-repo.ts +71 -0
- package/src/models/request-modules-code-security-deep-security-audit-list-events-for-run.ts +72 -0
- package/src/models/request-modules-code-security-deep-security-audit-queue-audit.ts +71 -0
- package/src/models/request-portal-get-policy-by-slug.ts +62 -0
- package/src/models/request-portal-get-training-by-slug.ts +62 -0
- package/src/models/request-quotes-cancel.ts +58 -0
- package/src/models/response-admin-get-org-by-id.ts +73 -0
- package/src/models/response-admin-list-invoices-for-org.ts +79 -0
- package/src/models/response-compliance-org-controls-get-by-id.ts +78 -0
- package/src/models/response-integrations-github-connect-get-org-slug-by-installation.ts +95 -0
- package/src/models/response-integrations-google-workspace-connect-complete-callback.ts +96 -0
- package/src/models/response-integrations-list-list-for-org.ts +78 -0
- package/src/models/response-modules-code-security-autofix-create-fix-pull-request.ts +93 -0
- package/src/models/response-modules-code-security-deep-security-audit-latest-for-repo.ts +95 -0
- package/src/models/response-modules-code-security-deep-security-audit-list-events-for-run.ts +96 -0
- package/src/models/response-modules-code-security-deep-security-audit-queue-audit.ts +93 -0
- package/src/models/response-portal-get-policy-by-slug.ts +72 -0
- package/src/models/response-portal-get-training-by-slug.ts +79 -0
- package/src/models/response-quotes-cancel.ts +73 -0
- package/src/sdk/access-requests.ts +84 -0
- package/src/sdk/actions.ts +24 -0
- package/src/sdk/activity.ts +54 -0
- package/src/sdk/admin.ts +84 -0
- package/src/sdk/api-keys.ts +24 -0
- package/src/sdk/auth.ts +24 -0
- package/src/sdk/autofix.ts +24 -0
- package/src/sdk/code-security-metrics.ts +24 -0
- package/src/sdk/code-security.ts +61 -0
- package/src/sdk/compliance.ts +25 -0
- package/src/sdk/deep-security-audit.ts +56 -0
- package/src/sdk/dep-scanner.ts +54 -0
- package/src/sdk/devices-1.ts +19 -0
- package/src/sdk/devices-2.ts +39 -0
- package/src/sdk/devices-policies.ts +39 -0
- package/src/sdk/dispatch-webhook.ts +39 -0
- package/src/sdk/documents.ts +54 -0
- package/src/sdk/employees.ts +144 -0
- package/src/sdk/entitlements.ts +69 -0
- package/src/sdk/events.ts +39 -0
- package/src/sdk/evidence-1.ts +13 -0
- package/src/sdk/evidence-2.ts +54 -0
- package/src/sdk/findings.ts +84 -0
- package/src/sdk/github-connect.ts +54 -0
- package/src/sdk/github-queries.ts +24 -0
- package/src/sdk/github.ts +37 -0
- package/src/sdk/google-workspace-connect.ts +41 -0
- package/src/sdk/google-workspace-queries.ts +24 -0
- package/src/sdk/google-workspace.ts +19 -0
- package/src/sdk/integrations.ts +25 -0
- package/src/sdk/library.ts +114 -0
- package/src/sdk/list.ts +24 -0
- package/src/sdk/mutations.ts +69 -0
- package/src/sdk/onboarding-workflows.ts +103 -0
- package/src/sdk/onboarding.ts +114 -0
- package/src/sdk/org-controls.ts +54 -0
- package/src/sdk/org-frameworks.ts +39 -0
- package/src/sdk/orgs.ts +99 -0
- package/src/sdk/people-metrics.ts +24 -0
- package/src/sdk/people-policies.ts +84 -0
- package/src/sdk/people.ts +63 -0
- package/src/sdk/policies-1.ts +19 -0
- package/src/sdk/policies-2.ts +84 -0
- package/src/sdk/portal.ts +39 -0
- package/src/sdk/quotes.ts +99 -0
- package/src/sdk/repositories.ts +86 -0
- package/src/sdk/review-rules.ts +117 -0
- package/src/sdk/reviewer.ts +129 -0
- package/src/sdk/reviews.ts +69 -0
- package/src/sdk/scan.ts +39 -0
- package/src/sdk/sdk.ts +103 -13
- package/src/sdk/stripe.ts +24 -0
- package/src/sdk/tasks-1.ts +13 -0
- package/src/sdk/tasks-2.ts +84 -0
- package/src/sdk/training.ts +99 -0
- package/src/sdk/versions.ts +24 -0
- package/esm/funcs/action-post-api-run-admin-disable-entitlement.d.ts +0 -15
- package/esm/funcs/action-post-api-run-admin-disable-entitlement.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-admin-disable-entitlement.js +0 -81
- package/esm/funcs/action-post-api-run-admin-disable-entitlement.js.map +0 -1
- package/esm/funcs/action-post-api-run-admin-get-invoices-for-org.d.ts +0 -15
- package/esm/funcs/action-post-api-run-admin-get-invoices-for-org.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-admin-get-invoices-for-org.js +0 -81
- package/esm/funcs/action-post-api-run-admin-get-invoices-for-org.js.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-actions-list-installation-repos.d.ts +0 -15
- package/esm/funcs/action-post-api-run-integrations-github-actions-list-installation-repos.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-actions-list-installation-repos.js +0 -83
- package/esm/funcs/action-post-api-run-integrations-github-actions-list-installation-repos.js.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-connect-build-install-url.d.ts +0 -15
- package/esm/funcs/action-post-api-run-integrations-github-connect-build-install-url.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-connect-build-install-url.js +0 -81
- package/esm/funcs/action-post-api-run-integrations-github-connect-build-install-url.js.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-connect-complete-install.d.ts +0 -15
- package/esm/funcs/action-post-api-run-integrations-github-connect-complete-install.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-connect-complete-install.js +0 -81
- package/esm/funcs/action-post-api-run-integrations-github-connect-complete-install.js.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run-event.d.ts +0 -15
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run-event.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run-event.js +0 -81
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run-event.js.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run.d.ts +0 -15
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run.js +0 -81
- package/esm/funcs/action-post-api-run-integrations-github-dispatch-webhook-run.js.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-handle-callback.d.ts +0 -15
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-handle-callback.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-handle-callback.js +0 -83
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-handle-callback.js.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-start-o-auth.d.ts +0 -15
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-start-o-auth.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-start-o-auth.js +0 -82
- package/esm/funcs/action-post-api-run-integrations-google-workspace-connect-start-o-auth.js.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-autofix-create-fix-pr.d.ts +0 -15
- package/esm/funcs/action-post-api-run-modules-code-security-autofix-create-fix-pr.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-autofix-create-fix-pr.js +0 -81
- package/esm/funcs/action-post-api-run-modules-code-security-autofix-create-fix-pr.js.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-deepsec-audit-queue-audit.d.ts +0 -15
- package/esm/funcs/action-post-api-run-modules-code-security-deepsec-audit-queue-audit.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-deepsec-audit-queue-audit.js +0 -81
- package/esm/funcs/action-post-api-run-modules-code-security-deepsec-audit-queue-audit.js.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-dep-scanner-queue-dep-scan.d.ts +0 -15
- package/esm/funcs/action-post-api-run-modules-code-security-dep-scanner-queue-dep-scan.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-dep-scanner-queue-dep-scan.js +0 -81
- package/esm/funcs/action-post-api-run-modules-code-security-dep-scanner-queue-dep-scan.js.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-reviewer-rerun-review.d.ts +0 -15
- package/esm/funcs/action-post-api-run-modules-code-security-reviewer-rerun-review.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-reviewer-rerun-review.js +0 -81
- package/esm/funcs/action-post-api-run-modules-code-security-reviewer-rerun-review.js.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-scan-enqueue-initial-scans.d.ts +0 -15
- package/esm/funcs/action-post-api-run-modules-code-security-scan-enqueue-initial-scans.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-scan-enqueue-initial-scans.js +0 -81
- package/esm/funcs/action-post-api-run-modules-code-security-scan-enqueue-initial-scans.js.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-scan-scan-repository.d.ts +0 -15
- package/esm/funcs/action-post-api-run-modules-code-security-scan-scan-repository.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-modules-code-security-scan-scan-repository.js +0 -81
- package/esm/funcs/action-post-api-run-modules-code-security-scan-scan-repository.js.map +0 -1
- package/esm/funcs/action-post-api-run-modules-people-employees-invite-to-portal.d.ts +0 -15
- package/esm/funcs/action-post-api-run-modules-people-employees-invite-to-portal.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-modules-people-employees-invite-to-portal.js +0 -81
- package/esm/funcs/action-post-api-run-modules-people-employees-invite-to-portal.js.map +0 -1
- package/esm/funcs/action-post-api-run-quotes-create.d.ts +0 -15
- package/esm/funcs/action-post-api-run-quotes-create.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-quotes-create.js +0 -81
- package/esm/funcs/action-post-api-run-quotes-create.js.map +0 -1
- package/esm/funcs/action-post-api-run-quotes-start-checkout.d.ts +0 -15
- package/esm/funcs/action-post-api-run-quotes-start-checkout.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-quotes-start-checkout.js +0 -81
- package/esm/funcs/action-post-api-run-quotes-start-checkout.js.map +0 -1
- package/esm/funcs/action-post-api-run-stripe-list-invoices-for-workspace.d.ts +0 -15
- package/esm/funcs/action-post-api-run-stripe-list-invoices-for-workspace.d.ts.map +0 -1
- package/esm/funcs/action-post-api-run-stripe-list-invoices-for-workspace.js +0 -81
- package/esm/funcs/action-post-api-run-stripe-list-invoices-for-workspace.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-activity-add-comment.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-activity-add-comment.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-activity-add-comment.js +0 -81
- package/esm/funcs/mutation-post-api-run-activity-add-comment.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-compliance-org-frameworks-adopt.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-compliance-org-frameworks-adopt.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-compliance-org-frameworks-adopt.js +0 -81
- package/esm/funcs/mutation-post-api-run-compliance-org-frameworks-adopt.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-entitlements-grant-manual.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-entitlements-grant-manual.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-entitlements-grant-manual.js +0 -81
- package/esm/funcs/mutation-post-api-run-entitlements-grant-manual.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-evidence-evidence-attach.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-evidence-evidence-attach.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-evidence-evidence-attach.js +0 -81
- package/esm/funcs/mutation-post-api-run-evidence-evidence-attach.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-evidence-evidence-generate-upload-url.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-evidence-evidence-generate-upload-url.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-evidence-evidence-generate-upload-url.js +0 -81
- package/esm/funcs/mutation-post-api-run-evidence-evidence-generate-upload-url.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-clear-repositories.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-clear-repositories.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-clear-repositories.js +0 -82
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-clear-repositories.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-disconnect.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-disconnect.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-disconnect.js +0 -81
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-disconnect.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-set-repository-scope.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-set-repository-scope.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-set-repository-scope.js +0 -83
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-set-repository-scope.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-update-config.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-update-config.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-update-config.js +0 -81
- package/esm/funcs/mutation-post-api-run-integrations-github-mutations-update-config.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-assignee.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-assignee.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-assignee.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-assignee.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-status.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-status.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-status.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-code-security-findings-set-status.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-set-context-notes.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-set-context-notes.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-set-context-notes.js +0 -83
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-set-context-notes.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-update-scan-settings.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-update-scan-settings.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-update-scan-settings.js +0 -83
- package/esm/funcs/mutation-post-api-run-modules-code-security-repositories-update-scan-settings.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-create.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-create.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-create.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-create.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-remove.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-remove.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-remove.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-remove.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-enabled.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-enabled.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-enabled.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-enabled.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-org-rule-disabled-for-repo.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-org-rule-disabled-for-repo.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-org-rule-disabled-for-repo.js +0 -83
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-set-org-rule-disabled-for-repo.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-update.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-update.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-update.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-code-security-review-rules-update.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-reviewer-set-finding-status.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-code-security-reviewer-set-finding-status.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-code-security-reviewer-set-finding-status.js +0 -82
- package/esm/funcs/mutation-post-api-run-modules-code-security-reviewer-set-finding-status.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-devices-devices-order-device.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-devices-devices-order-device.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-devices-devices-order-device.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-devices-devices-order-device.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-devices-policies-upsert.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-devices-policies-upsert.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-devices-policies-upsert.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-devices-policies-upsert.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-decide.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-decide.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-decide.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-decide.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-submit.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-submit.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-submit.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-access-requests-submit.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-documents-attach.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-documents-attach.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-documents-attach.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-documents-attach.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-documents-generate-upload-url.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-documents-generate-upload-url.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-documents-generate-upload-url.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-documents-generate-upload-url.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-create.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-employees-create.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-create.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-employees-create.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-offboard.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-employees-offboard.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-offboard.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-employees-offboard.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-update.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-employees-update.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-update.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-employees-update.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-upload-background-check.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-employees-upload-background-check.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-employees-upload-background-check.js +0 -82
- package/esm/funcs/mutation-post-api-run-modules-people-employees-upload-background-check.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-mark-step-done.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-mark-step-done.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-mark-step-done.js +0 -82
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-mark-step-done.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-seed-default-templates.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-seed-default-templates.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-seed-default-templates.js +0 -83
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-seed-default-templates.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-upsert-template.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-upsert-template.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-upsert-template.js +0 -83
- package/esm/funcs/mutation-post-api-run-modules-people-onboarding-workflows-upsert-template.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-policies-acknowledge.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-policies-acknowledge.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-policies-acknowledge.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-policies-acknowledge.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-submit-response.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-submit-response.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-submit-response.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-submit-response.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-upsert-cycle.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-upsert-cycle.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-upsert-cycle.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-reviews-upsert-cycle.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-training-complete.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-training-complete.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-training-complete.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-training-complete.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-training-upsert.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-modules-people-training-upsert.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-modules-people-training-upsert.js +0 -81
- package/esm/funcs/mutation-post-api-run-modules-people-training-upsert.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-dismiss.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-onboarding-dismiss.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-dismiss.js +0 -81
- package/esm/funcs/mutation-post-api-run-onboarding-dismiss.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-mark-done.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-onboarding-mark-done.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-mark-done.js +0 -81
- package/esm/funcs/mutation-post-api-run-onboarding-mark-done.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-restore.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-onboarding-restore.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-restore.js +0 -81
- package/esm/funcs/mutation-post-api-run-onboarding-restore.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-undo.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-onboarding-undo.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-onboarding-undo.js +0 -81
- package/esm/funcs/mutation-post-api-run-onboarding-undo.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-policies-policies-publish.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-policies-policies-publish.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-policies-policies-publish.js +0 -81
- package/esm/funcs/mutation-post-api-run-policies-policies-publish.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-policies-policies-retire.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-policies-policies-retire.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-policies-policies-retire.js +0 -81
- package/esm/funcs/mutation-post-api-run-policies-policies-retire.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-policies-policies-save-version.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-policies-policies-save-version.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-policies-policies-save-version.js +0 -81
- package/esm/funcs/mutation-post-api-run-policies-policies-save-version.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-quotes-void-quote.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-quotes-void-quote.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-quotes-void-quote.js +0 -81
- package/esm/funcs/mutation-post-api-run-quotes-void-quote.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-tasks-tasks-assign.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-tasks-tasks-assign.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-tasks-tasks-assign.js +0 -81
- package/esm/funcs/mutation-post-api-run-tasks-tasks-assign.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-tasks-tasks-mark-complete.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-tasks-tasks-mark-complete.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-tasks-tasks-mark-complete.js +0 -81
- package/esm/funcs/mutation-post-api-run-tasks-tasks-mark-complete.js.map +0 -1
- package/esm/funcs/mutation-post-api-run-tasks-tasks-reopen.d.ts +0 -15
- package/esm/funcs/mutation-post-api-run-tasks-tasks-reopen.d.ts.map +0 -1
- package/esm/funcs/mutation-post-api-run-tasks-tasks-reopen.js +0 -81
- package/esm/funcs/mutation-post-api-run-tasks-tasks-reopen.js.map +0 -1
- package/esm/funcs/query-post-api-run-activity-list-for-subject-latest.d.ts +0 -15
- package/esm/funcs/query-post-api-run-activity-list-for-subject-latest.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-activity-list-for-subject-latest.js +0 -81
- package/esm/funcs/query-post-api-run-activity-list-for-subject-latest.js.map +0 -1
- package/esm/funcs/query-post-api-run-activity-list-for-subject.d.ts +0 -15
- package/esm/funcs/query-post-api-run-activity-list-for-subject.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-activity-list-for-subject.js +0 -81
- package/esm/funcs/query-post-api-run-activity-list-for-subject.js.map +0 -1
- package/esm/funcs/query-post-api-run-admin-get-organization.d.ts +0 -15
- package/esm/funcs/query-post-api-run-admin-get-organization.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-admin-get-organization.js +0 -81
- package/esm/funcs/query-post-api-run-admin-get-organization.js.map +0 -1
- package/esm/funcs/query-post-api-run-admin-is-current-user-admin.d.ts +0 -15
- package/esm/funcs/query-post-api-run-admin-is-current-user-admin.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-admin-is-current-user-admin.js +0 -81
- package/esm/funcs/query-post-api-run-admin-is-current-user-admin.js.map +0 -1
- package/esm/funcs/query-post-api-run-admin-list-organizations.d.ts +0 -15
- package/esm/funcs/query-post-api-run-admin-list-organizations.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-admin-list-organizations.js +0 -81
- package/esm/funcs/query-post-api-run-admin-list-organizations.js.map +0 -1
- package/esm/funcs/query-post-api-run-auth-get-current-user.d.ts +0 -15
- package/esm/funcs/query-post-api-run-auth-get-current-user.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-auth-get-current-user.js +0 -81
- package/esm/funcs/query-post-api-run-auth-get-current-user.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-get-framework-by-slug.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-library-get-framework-by-slug.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-get-framework-by-slug.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-library-get-framework-by-slug.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-get-policy-template-by-slug.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-library-get-policy-template-by-slug.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-get-policy-template-by-slug.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-library-get-policy-template-by-slug.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-get-task-template-by-slug.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-library-get-task-template-by-slug.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-get-task-template-by-slug.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-library-get-task-template-by-slug.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-controls-for-requirement.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-library-list-controls-for-requirement.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-controls-for-requirement.js +0 -82
- package/esm/funcs/query-post-api-run-compliance-library-list-controls-for-requirement.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-frameworks.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-library-list-frameworks.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-frameworks.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-library-list-frameworks.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-requirements-for-framework.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-library-list-requirements-for-framework.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-requirements-for-framework.js +0 -83
- package/esm/funcs/query-post-api-run-compliance-library-list-requirements-for-framework.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-satisfiers-for-control-template.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-library-list-satisfiers-for-control-template.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-library-list-satisfiers-for-control-template.js +0 -83
- package/esm/funcs/query-post-api-run-compliance-library-list-satisfiers-for-control-template.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-controls-count-by-status.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-org-controls-count-by-status.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-controls-count-by-status.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-org-controls-count-by-status.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-controls-get-detail.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-org-controls-get-detail.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-controls-get-detail.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-org-controls-get-detail.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-controls-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-org-controls-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-controls-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-org-controls-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-frameworks-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-compliance-org-frameworks-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-compliance-org-frameworks-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-compliance-org-frameworks-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-entitlements-get-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-entitlements-get-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-entitlements-get-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-entitlements-get-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-entitlements-get-my-membership.d.ts +0 -15
- package/esm/funcs/query-post-api-run-entitlements-get-my-membership.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-entitlements-get-my-membership.js +0 -81
- package/esm/funcs/query-post-api-run-entitlements-get-my-membership.js.map +0 -1
- package/esm/funcs/query-post-api-run-entitlements-has-module-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-entitlements-has-module-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-entitlements-has-module-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-entitlements-has-module-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-evidence-evidence-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-evidence-evidence-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-evidence-evidence-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-evidence-evidence-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-github-connect-find-org-slug-for-installation.d.ts +0 -15
- package/esm/funcs/query-post-api-run-integrations-github-connect-find-org-slug-for-installation.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-github-connect-find-org-slug-for-installation.js +0 -83
- package/esm/funcs/query-post-api-run-integrations-github-connect-find-org-slug-for-installation.js.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-github-queries-get-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-integrations-github-queries-get-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-github-queries-get-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-integrations-github-queries-get-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-google-workspace-queries-get-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-integrations-google-workspace-queries-get-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-google-workspace-queries-get-for-org.js +0 -82
- package/esm/funcs/query-post-api-run-integrations-google-workspace-queries-get-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-integrations-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-integrations-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-integrations-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-api-keys-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-api-keys-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-api-keys-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-api-keys-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-latest-for-repo.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-latest-for-repo.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-latest-for-repo.js +0 -82
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-latest-for-repo.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-list-events-for-run.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-list-events-for-run.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-list-events-for-run.js +0 -83
- package/esm/funcs/query-post-api-run-modules-code-security-deepsec-audit-list-events-for-run.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-latest-for-repo.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-latest-for-repo.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-latest-for-repo.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-latest-for-repo.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-list-events-for-run.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-list-events-for-run.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-list-events-for-run.js +0 -83
- package/esm/funcs/query-post-api-run-modules-code-security-dep-scanner-list-events-for-run.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-findings-get-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-findings-get-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-findings-get-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-findings-get-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-for-repo.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-for-repo.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-for-repo.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-for-repo.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-open-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-open-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-open-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-findings-list-open-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-metrics-get-overview.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-metrics-get-overview.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-metrics-get-overview.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-metrics-get-overview.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-get-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-get-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-get-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-get-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org-with-stats.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org-with-stats.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org-with-stats.js +0 -83
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org-with-stats.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-repositories-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-repo.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-repo.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-repo.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-review-rules-list-for-repo.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-finding-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-finding-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-finding-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-finding-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-run-by-sha.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-run-by-sha.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-run-by-sha.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-get-run-by-sha.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-events.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-events.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-events.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-events.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-step-states.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-step-states.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-step-states.js +0 -81
- package/esm/funcs/query-post-api-run-modules-code-security-reviewer-list-step-states.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-devices-devices-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-devices-devices-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-devices-devices-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-devices-devices-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-devices-policies-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-devices-policies-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-devices-policies-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-devices-policies-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine-for-portal.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine-for-portal.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine-for-portal.js +0 -82
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine-for-portal.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-access-requests-list-mine.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-documents-list-for-employee.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-documents-list-for-employee.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-documents-list-for-employee.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-documents-list-for-employee.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-user-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-user-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-user-id.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-employees-get-by-user-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-get-mine-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-employees-get-mine-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-get-mine-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-employees-get-mine-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-employees-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-employees-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-employees-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-employee.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-employee.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-employee.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-employee.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-events-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-metrics-get-overview.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-metrics-get-overview.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-metrics-get-overview.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-metrics-get-overview.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs-for-employee.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs-for-employee.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs-for-employee.js +0 -83
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs-for-employee.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-templates.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-templates.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-templates.js +0 -83
- package/esm/funcs/query-post-api-run-modules-people-onboarding-workflows-list-templates.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-get-for-portal-by-slug.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-policies-get-for-portal-by-slug.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-get-for-portal-by-slug.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-policies-get-for-portal-by-slug.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-employee.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-employee.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-employee.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-employee.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-portal.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-portal.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-portal.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-portal.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-version.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-version.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-version.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-policies-list-for-version.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-cycles.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-cycles.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-cycles.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-cycles.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-responses-for-cycle.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-responses-for-cycle.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-responses-for-cycle.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-reviews-list-responses-for-cycle.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-get-for-portal-by-slug.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-training-get-for-portal-by-slug.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-get-for-portal-by-slug.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-training-get-for-portal-by-slug.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-employee.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-employee.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-employee.js +0 -83
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-employee.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-training-list-completions-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-portal.d.ts +0 -15
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-portal.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-portal.js +0 -81
- package/esm/funcs/query-post-api-run-modules-people-training-list-for-portal.js.map +0 -1
- package/esm/funcs/query-post-api-run-onboarding-get-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-onboarding-get-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-onboarding-get-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-onboarding-get-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-onboarding-is-module-onboarded.d.ts +0 -15
- package/esm/funcs/query-post-api-run-onboarding-is-module-onboarded.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-onboarding-is-module-onboarded.js +0 -81
- package/esm/funcs/query-post-api-run-onboarding-is-module-onboarded.js.map +0 -1
- package/esm/funcs/query-post-api-run-onboarding-modules-onboarded-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-onboarding-modules-onboarded-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-onboarding-modules-onboarded-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-onboarding-modules-onboarded-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-get-by-slug.d.ts +0 -15
- package/esm/funcs/query-post-api-run-orgs-get-by-slug.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-get-by-slug.js +0 -81
- package/esm/funcs/query-post-api-run-orgs-get-by-slug.js.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-get-invitation-for-me.d.ts +0 -15
- package/esm/funcs/query-post-api-run-orgs-get-invitation-for-me.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-get-invitation-for-me.js +0 -81
- package/esm/funcs/query-post-api-run-orgs-get-invitation-for-me.js.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-members.d.ts +0 -15
- package/esm/funcs/query-post-api-run-orgs-list-members.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-members.js +0 -81
- package/esm/funcs/query-post-api-run-orgs-list-members.js.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-mine.d.ts +0 -15
- package/esm/funcs/query-post-api-run-orgs-list-mine.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-mine.js +0 -81
- package/esm/funcs/query-post-api-run-orgs-list-mine.js.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-my-pending-invitations.d.ts +0 -15
- package/esm/funcs/query-post-api-run-orgs-list-my-pending-invitations.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-my-pending-invitations.js +0 -81
- package/esm/funcs/query-post-api-run-orgs-list-my-pending-invitations.js.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-pending-invitations.d.ts +0 -15
- package/esm/funcs/query-post-api-run-orgs-list-pending-invitations.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-orgs-list-pending-invitations.js +0 -81
- package/esm/funcs/query-post-api-run-orgs-list-pending-invitations.js.map +0 -1
- package/esm/funcs/query-post-api-run-policies-policies-get-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-policies-policies-get-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-policies-policies-get-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-policies-policies-get-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-policies-policies-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-policies-policies-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-policies-policies-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-policies-policies-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-policies-versions-list-for-policy.d.ts +0 -15
- package/esm/funcs/query-post-api-run-policies-versions-list-for-policy.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-policies-versions-list-for-policy.js +0 -81
- package/esm/funcs/query-post-api-run-policies-versions-list-for-policy.js.map +0 -1
- package/esm/funcs/query-post-api-run-quotes-admin-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-quotes-admin-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-quotes-admin-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-quotes-admin-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-quotes-get-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-quotes-get-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-quotes-get-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-quotes-get-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-quotes-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-quotes-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-quotes-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-quotes-list-for-org.js.map +0 -1
- package/esm/funcs/query-post-api-run-tasks-tasks-get-by-id.d.ts +0 -15
- package/esm/funcs/query-post-api-run-tasks-tasks-get-by-id.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-tasks-tasks-get-by-id.js +0 -81
- package/esm/funcs/query-post-api-run-tasks-tasks-get-by-id.js.map +0 -1
- package/esm/funcs/query-post-api-run-tasks-tasks-list-for-org.d.ts +0 -15
- package/esm/funcs/query-post-api-run-tasks-tasks-list-for-org.d.ts.map +0 -1
- package/esm/funcs/query-post-api-run-tasks-tasks-list-for-org.js +0 -81
- package/esm/funcs/query-post-api-run-tasks-tasks-list-for-org.js.map +0 -1
- package/esm/models/errors/comp-ai-default-error.d.ts +0 -10
- package/esm/models/errors/comp-ai-default-error.d.ts.map +0 -1
- package/esm/models/errors/comp-ai-default-error.js +0 -30
- package/esm/models/errors/comp-ai-default-error.js.map +0 -1
- package/esm/models/errors/comp-ai-error.d.ts +0 -19
- package/esm/models/errors/comp-ai-error.d.ts.map +0 -1
- package/esm/models/errors/comp-ai-error.js +0 -26
- package/esm/models/errors/comp-ai-error.js.map +0 -1
- package/esm/models/errors/compound-default-error.d.ts +0 -10
- package/esm/models/errors/compound-default-error.d.ts.map +0 -1
- package/esm/models/errors/compound-default-error.js +0 -30
- package/esm/models/errors/compound-default-error.js.map +0 -1
- package/esm/models/errors/compound-error.d.ts +0 -19
- package/esm/models/errors/compound-error.d.ts.map +0 -1
- package/esm/models/errors/compound-error.js +0 -26
- package/esm/models/errors/compound-error.js.map +0 -1
- package/esm/models/request-admin-get-invoices-for-org.d.ts +0 -22
- package/esm/models/request-admin-get-invoices-for-org.d.ts.map +0 -1
- package/esm/models/request-admin-get-invoices-for-org.js +0 -19
- package/esm/models/request-admin-get-invoices-for-org.js.map +0 -1
- package/esm/models/request-admin-get-organization.d.ts +0 -22
- package/esm/models/request-admin-get-organization.d.ts.map +0 -1
- package/esm/models/request-admin-get-organization.js +0 -19
- package/esm/models/request-admin-get-organization.js.map +0 -1
- package/esm/models/request-compliance-org-controls-get-detail.d.ts +0 -27
- package/esm/models/request-compliance-org-controls-get-detail.d.ts.map +0 -1
- package/esm/models/request-compliance-org-controls-get-detail.js +0 -20
- package/esm/models/request-compliance-org-controls-get-detail.js.map +0 -1
- package/esm/models/request-integrations-github-connect-find-org-slug-for-installation.d.ts +0 -22
- package/esm/models/request-integrations-github-connect-find-org-slug-for-installation.d.ts.map +0 -1
- package/esm/models/request-integrations-github-connect-find-org-slug-for-installation.js +0 -21
- package/esm/models/request-integrations-github-connect-find-org-slug-for-installation.js.map +0 -1
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.d.ts +0 -26
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.d.ts.map +0 -1
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.js +0 -23
- package/esm/models/request-integrations-google-workspace-connect-handle-callback.js.map +0 -1
- package/esm/models/request-integrations-list-for-org.d.ts +0 -22
- package/esm/models/request-integrations-list-for-org.d.ts.map +0 -1
- package/esm/models/request-integrations-list-for-org.js +0 -19
- package/esm/models/request-integrations-list-for-org.js.map +0 -1
- package/esm/models/request-modules-code-security-autofix-create-fix-pr.d.ts +0 -27
- package/esm/models/request-modules-code-security-autofix-create-fix-pr.d.ts.map +0 -1
- package/esm/models/request-modules-code-security-autofix-create-fix-pr.js +0 -20
- package/esm/models/request-modules-code-security-autofix-create-fix-pr.js.map +0 -1
- package/esm/models/request-modules-code-security-deepsec-audit-latest-for-repo.d.ts +0 -27
- package/esm/models/request-modules-code-security-deepsec-audit-latest-for-repo.d.ts.map +0 -1
- package/esm/models/request-modules-code-security-deepsec-audit-latest-for-repo.js +0 -21
- package/esm/models/request-modules-code-security-deepsec-audit-latest-for-repo.js.map +0 -1
- package/esm/models/request-modules-code-security-deepsec-audit-list-events-for-run.d.ts +0 -27
- package/esm/models/request-modules-code-security-deepsec-audit-list-events-for-run.d.ts.map +0 -1
- package/esm/models/request-modules-code-security-deepsec-audit-list-events-for-run.js +0 -21
- package/esm/models/request-modules-code-security-deepsec-audit-list-events-for-run.js.map +0 -1
- package/esm/models/request-modules-code-security-deepsec-audit-queue-audit.d.ts +0 -27
- package/esm/models/request-modules-code-security-deepsec-audit-queue-audit.d.ts.map +0 -1
- package/esm/models/request-modules-code-security-deepsec-audit-queue-audit.js +0 -20
- package/esm/models/request-modules-code-security-deepsec-audit-queue-audit.js.map +0 -1
- package/esm/models/request-modules-people-policies-get-for-portal-by-slug.d.ts +0 -24
- package/esm/models/request-modules-people-policies-get-for-portal-by-slug.d.ts.map +0 -1
- package/esm/models/request-modules-people-policies-get-for-portal-by-slug.js +0 -20
- package/esm/models/request-modules-people-policies-get-for-portal-by-slug.js.map +0 -1
- package/esm/models/request-modules-people-training-get-for-portal-by-slug.d.ts +0 -24
- package/esm/models/request-modules-people-training-get-for-portal-by-slug.d.ts.map +0 -1
- package/esm/models/request-modules-people-training-get-for-portal-by-slug.js +0 -20
- package/esm/models/request-modules-people-training-get-for-portal-by-slug.js.map +0 -1
- package/esm/models/request-quotes-void-quote.d.ts +0 -25
- package/esm/models/request-quotes-void-quote.d.ts.map +0 -1
- package/esm/models/request-quotes-void-quote.js +0 -19
- package/esm/models/request-quotes-void-quote.js.map +0 -1
- package/esm/models/response-admin-get-invoices-for-org.d.ts +0 -25
- package/esm/models/response-admin-get-invoices-for-org.d.ts.map +0 -1
- package/esm/models/response-admin-get-invoices-for-org.js +0 -29
- package/esm/models/response-admin-get-invoices-for-org.js.map +0 -1
- package/esm/models/response-admin-get-organization.d.ts +0 -25
- package/esm/models/response-admin-get-organization.d.ts.map +0 -1
- package/esm/models/response-admin-get-organization.js +0 -29
- package/esm/models/response-admin-get-organization.js.map +0 -1
- package/esm/models/response-compliance-org-controls-get-detail.d.ts +0 -25
- package/esm/models/response-compliance-org-controls-get-detail.d.ts.map +0 -1
- package/esm/models/response-compliance-org-controls-get-detail.js +0 -30
- package/esm/models/response-compliance-org-controls-get-detail.js.map +0 -1
- package/esm/models/response-integrations-github-connect-find-org-slug-for-installation.d.ts +0 -25
- package/esm/models/response-integrations-github-connect-find-org-slug-for-installation.d.ts.map +0 -1
- package/esm/models/response-integrations-github-connect-find-org-slug-for-installation.js +0 -31
- package/esm/models/response-integrations-github-connect-find-org-slug-for-installation.js.map +0 -1
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.d.ts +0 -25
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.d.ts.map +0 -1
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.js +0 -31
- package/esm/models/response-integrations-google-workspace-connect-handle-callback.js.map +0 -1
- package/esm/models/response-integrations-list-for-org.d.ts +0 -25
- package/esm/models/response-integrations-list-for-org.d.ts.map +0 -1
- package/esm/models/response-integrations-list-for-org.js +0 -29
- package/esm/models/response-integrations-list-for-org.js.map +0 -1
- package/esm/models/response-modules-code-security-autofix-create-fix-pr.d.ts +0 -25
- package/esm/models/response-modules-code-security-autofix-create-fix-pr.d.ts.map +0 -1
- package/esm/models/response-modules-code-security-autofix-create-fix-pr.js +0 -31
- package/esm/models/response-modules-code-security-autofix-create-fix-pr.js.map +0 -1
- package/esm/models/response-modules-code-security-deepsec-audit-latest-for-repo.d.ts +0 -25
- package/esm/models/response-modules-code-security-deepsec-audit-latest-for-repo.d.ts.map +0 -1
- package/esm/models/response-modules-code-security-deepsec-audit-latest-for-repo.js +0 -30
- package/esm/models/response-modules-code-security-deepsec-audit-latest-for-repo.js.map +0 -1
- package/esm/models/response-modules-code-security-deepsec-audit-list-events-for-run.d.ts +0 -25
- package/esm/models/response-modules-code-security-deepsec-audit-list-events-for-run.d.ts.map +0 -1
- package/esm/models/response-modules-code-security-deepsec-audit-list-events-for-run.js +0 -31
- package/esm/models/response-modules-code-security-deepsec-audit-list-events-for-run.js.map +0 -1
- package/esm/models/response-modules-code-security-deepsec-audit-queue-audit.d.ts +0 -25
- package/esm/models/response-modules-code-security-deepsec-audit-queue-audit.d.ts.map +0 -1
- package/esm/models/response-modules-code-security-deepsec-audit-queue-audit.js +0 -31
- package/esm/models/response-modules-code-security-deepsec-audit-queue-audit.js.map +0 -1
- package/esm/models/response-modules-people-policies-get-for-portal-by-slug.d.ts +0 -25
- package/esm/models/response-modules-people-policies-get-for-portal-by-slug.d.ts.map +0 -1
- package/esm/models/response-modules-people-policies-get-for-portal-by-slug.js +0 -31
- package/esm/models/response-modules-people-policies-get-for-portal-by-slug.js.map +0 -1
- package/esm/models/response-modules-people-training-get-for-portal-by-slug.d.ts +0 -25
- package/esm/models/response-modules-people-training-get-for-portal-by-slug.d.ts.map +0 -1
- package/esm/models/response-modules-people-training-get-for-portal-by-slug.js +0 -31
- package/esm/models/response-modules-people-training-get-for-portal-by-slug.js.map +0 -1
- package/esm/models/response-quotes-void-quote.d.ts +0 -25
- package/esm/models/response-quotes-void-quote.d.ts.map +0 -1
- package/esm/models/response-quotes-void-quote.js +0 -29
- package/esm/models/response-quotes-void-quote.js.map +0 -1
- package/esm/sdk/action.d.ts +0 -81
- package/esm/sdk/action.d.ts.map +0 -1
- package/esm/sdk/action.js +0 -141
- package/esm/sdk/action.js.map +0 -1
- package/esm/sdk/mutation.d.ts +0 -197
- package/esm/sdk/mutation.d.ts.map +0 -1
- package/esm/sdk/mutation.js +0 -344
- package/esm/sdk/mutation.js.map +0 -1
- package/esm/sdk/query.d.ts +0 -365
- package/esm/sdk/query.d.ts.map +0 -1
- package/esm/sdk/query.js +0 -638
- package/esm/sdk/query.js.map +0 -1
- package/examples/node_modules/@types/node/assert/strict.d.ts +0 -8
- package/examples/node_modules/@types/node/assert.d.ts +0 -1062
- package/examples/node_modules/@types/node/async_hooks.d.ts +0 -605
- package/examples/node_modules/@types/node/buffer.buffer.d.ts +0 -471
- package/examples/node_modules/@types/node/buffer.d.ts +0 -1936
- package/examples/node_modules/@types/node/child_process.d.ts +0 -1475
- package/examples/node_modules/@types/node/cluster.d.ts +0 -577
- package/examples/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
- package/examples/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/examples/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
- package/examples/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/examples/node_modules/@types/node/console.d.ts +0 -452
- package/examples/node_modules/@types/node/constants.d.ts +0 -21
- package/examples/node_modules/@types/node/crypto.d.ts +0 -4590
- package/examples/node_modules/@types/node/dgram.d.ts +0 -597
- package/examples/node_modules/@types/node/diagnostics_channel.d.ts +0 -578
- package/examples/node_modules/@types/node/dns/promises.d.ts +0 -479
- package/examples/node_modules/@types/node/dns.d.ts +0 -871
- package/examples/node_modules/@types/node/domain.d.ts +0 -170
- package/examples/node_modules/@types/node/events.d.ts +0 -977
- package/examples/node_modules/@types/node/fs/promises.d.ts +0 -1270
- package/examples/node_modules/@types/node/fs.d.ts +0 -4375
- package/examples/node_modules/@types/node/globals.d.ts +0 -172
- package/examples/node_modules/@types/node/globals.typedarray.d.ts +0 -38
- package/examples/node_modules/@types/node/http.d.ts +0 -2049
- package/examples/node_modules/@types/node/http2.d.ts +0 -2708
- package/examples/node_modules/@types/node/https.d.ts +0 -578
- package/examples/node_modules/@types/node/index.d.ts +0 -93
- package/examples/node_modules/@types/node/inspector.generated.d.ts +0 -3966
- package/examples/node_modules/@types/node/module.d.ts +0 -539
- package/examples/node_modules/@types/node/net.d.ts +0 -1031
- package/examples/node_modules/@types/node/os.d.ts +0 -506
- package/examples/node_modules/@types/node/path.d.ts +0 -200
- package/examples/node_modules/@types/node/perf_hooks.d.ts +0 -961
- package/examples/node_modules/@types/node/process.d.ts +0 -1961
- package/examples/node_modules/@types/node/punycode.d.ts +0 -117
- package/examples/node_modules/@types/node/querystring.d.ts +0 -152
- package/examples/node_modules/@types/node/readline/promises.d.ts +0 -162
- package/examples/node_modules/@types/node/readline.d.ts +0 -589
- package/examples/node_modules/@types/node/repl.d.ts +0 -430
- package/examples/node_modules/@types/node/sea.d.ts +0 -153
- package/examples/node_modules/@types/node/stream/consumers.d.ts +0 -38
- package/examples/node_modules/@types/node/stream/promises.d.ts +0 -90
- package/examples/node_modules/@types/node/stream/web.d.ts +0 -533
- package/examples/node_modules/@types/node/stream.d.ts +0 -1698
- package/examples/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/examples/node_modules/@types/node/test.d.ts +0 -1787
- package/examples/node_modules/@types/node/timers/promises.d.ts +0 -108
- package/examples/node_modules/@types/node/timers.d.ts +0 -286
- package/examples/node_modules/@types/node/tls.d.ts +0 -1259
- package/examples/node_modules/@types/node/trace_events.d.ts +0 -197
- package/examples/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -468
- package/examples/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -34
- package/examples/node_modules/@types/node/ts5.6/index.d.ts +0 -93
- package/examples/node_modules/@types/node/tty.d.ts +0 -208
- package/examples/node_modules/@types/node/url.d.ts +0 -964
- package/examples/node_modules/@types/node/util.d.ts +0 -2331
- package/examples/node_modules/@types/node/v8.d.ts +0 -809
- package/examples/node_modules/@types/node/vm.d.ts +0 -1001
- package/examples/node_modules/@types/node/wasi.d.ts +0 -181
- package/examples/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -34
- package/examples/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/examples/node_modules/@types/node/web-globals/events.d.ts +0 -97
- package/examples/node_modules/@types/node/web-globals/fetch.d.ts +0 -55
- package/examples/node_modules/@types/node/worker_threads.d.ts +0 -715
- package/examples/node_modules/@types/node/zlib.d.ts +0 -598
- package/examples/node_modules/dotenv/config.d.ts +0 -1
- package/examples/node_modules/dotenv/config.js +0 -9
- package/examples/node_modules/dotenv/lib/cli-options.js +0 -17
- package/examples/node_modules/dotenv/lib/env-options.js +0 -28
- package/examples/node_modules/dotenv/lib/main.d.ts +0 -162
- package/examples/node_modules/dotenv/lib/main.js +0 -386
- package/examples/node_modules/esbuild/install.js +0 -300
- package/examples/node_modules/esbuild/lib/main.d.ts +0 -716
- package/examples/node_modules/esbuild/lib/main.js +0 -2532
- package/examples/node_modules/fsevents/fsevents.d.ts +0 -46
- package/examples/node_modules/fsevents/fsevents.js +0 -83
- package/examples/node_modules/tsx/dist/cjs/api/index.mjs +0 -1
- package/examples/node_modules/tsx/dist/cjs/index.mjs +0 -1
- package/examples/node_modules/tsx/dist/cli.mjs +0 -55
- package/examples/node_modules/tsx/dist/client-D_mPDF5S.mjs +0 -1
- package/examples/node_modules/tsx/dist/esm/api/index.mjs +0 -1
- package/examples/node_modules/tsx/dist/esm/index.mjs +0 -1
- package/examples/node_modules/tsx/dist/get-pipe-path-_tAJyU_v.mjs +0 -1
- package/examples/node_modules/tsx/dist/index-XurvG3JN.mjs +0 -14
- package/examples/node_modules/tsx/dist/index-gbaejti9.mjs +0 -1
- package/examples/node_modules/tsx/dist/lexer-DQCqS3nf.mjs +0 -3
- package/examples/node_modules/tsx/dist/loader.mjs +0 -1
- package/examples/node_modules/tsx/dist/node-features-B9BBLzwu.mjs +0 -1
- package/examples/node_modules/tsx/dist/package-DyJMwVU5.mjs +0 -1
- package/examples/node_modules/tsx/dist/patch-repl.mjs +0 -1
- package/examples/node_modules/tsx/dist/preflight.mjs +0 -1
- package/examples/node_modules/tsx/dist/register-BnTWPeIB.mjs +0 -10
- package/examples/node_modules/tsx/dist/register-D_B8UL5H.mjs +0 -2
- package/examples/node_modules/tsx/dist/repl.mjs +0 -3
- package/examples/node_modules/tsx/dist/require-DzmC1hVr.mjs +0 -1
- package/examples/node_modules/tsx/dist/suppress-warnings.mjs +0 -1
- package/examples/node_modules/tsx/dist/temporary-directory-BDDVQOvU.mjs +0 -1
- package/examples/node_modules/tsx/dist/types-Cxp8y2TL.d.ts +0 -5
- package/examples/node_modules/undici-types/agent.d.ts +0 -31
- package/examples/node_modules/undici-types/api.d.ts +0 -43
- package/examples/node_modules/undici-types/balanced-pool.d.ts +0 -29
- package/examples/node_modules/undici-types/cache.d.ts +0 -36
- package/examples/node_modules/undici-types/client.d.ts +0 -108
- package/examples/node_modules/undici-types/connector.d.ts +0 -34
- package/examples/node_modules/undici-types/content-type.d.ts +0 -21
- package/examples/node_modules/undici-types/cookies.d.ts +0 -28
- package/examples/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
- package/examples/node_modules/undici-types/dispatcher.d.ts +0 -256
- package/examples/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
- package/examples/node_modules/undici-types/errors.d.ts +0 -149
- package/examples/node_modules/undici-types/eventsource.d.ts +0 -61
- package/examples/node_modules/undici-types/fetch.d.ts +0 -209
- package/examples/node_modules/undici-types/file.d.ts +0 -39
- package/examples/node_modules/undici-types/filereader.d.ts +0 -54
- package/examples/node_modules/undici-types/formdata.d.ts +0 -108
- package/examples/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/examples/node_modules/undici-types/global-origin.d.ts +0 -7
- package/examples/node_modules/undici-types/handlers.d.ts +0 -15
- package/examples/node_modules/undici-types/header.d.ts +0 -4
- package/examples/node_modules/undici-types/index.d.ts +0 -71
- package/examples/node_modules/undici-types/interceptors.d.ts +0 -17
- package/examples/node_modules/undici-types/mock-agent.d.ts +0 -50
- package/examples/node_modules/undici-types/mock-client.d.ts +0 -25
- package/examples/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/examples/node_modules/undici-types/mock-interceptor.d.ts +0 -93
- package/examples/node_modules/undici-types/mock-pool.d.ts +0 -25
- package/examples/node_modules/undici-types/patch.d.ts +0 -33
- package/examples/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/examples/node_modules/undici-types/pool.d.ts +0 -39
- package/examples/node_modules/undici-types/proxy-agent.d.ts +0 -28
- package/examples/node_modules/undici-types/readable.d.ts +0 -65
- package/examples/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/examples/node_modules/undici-types/retry-handler.d.ts +0 -116
- package/examples/node_modules/undici-types/util.d.ts +0 -18
- package/examples/node_modules/undici-types/webidl.d.ts +0 -228
- package/examples/node_modules/undici-types/websocket.d.ts +0 -150
- package/examples/queryPostApiRunAdminListOrganizations.example.ts +0 -28
- package/src/funcs/action-post-api-run-admin-disable-entitlement.ts +0 -171
- package/src/funcs/action-post-api-run-admin-get-invoices-for-org.ts +0 -171
- package/src/funcs/action-post-api-run-integrations-github-actions-list-installation-repos.ts +0 -182
- package/src/funcs/action-post-api-run-integrations-github-connect-build-install-url.ts +0 -179
- package/src/funcs/action-post-api-run-integrations-github-connect-complete-install.ts +0 -179
- package/src/funcs/action-post-api-run-integrations-github-dispatch-webhook-run-event.ts +0 -179
- package/src/funcs/action-post-api-run-integrations-github-dispatch-webhook-run.ts +0 -177
- package/src/funcs/action-post-api-run-integrations-google-workspace-connect-handle-callback.ts +0 -182
- package/src/funcs/action-post-api-run-integrations-google-workspace-connect-start-o-auth.ts +0 -181
- package/src/funcs/action-post-api-run-modules-code-security-autofix-create-fix-pr.ts +0 -179
- package/src/funcs/action-post-api-run-modules-code-security-deepsec-audit-queue-audit.ts +0 -179
- package/src/funcs/action-post-api-run-modules-code-security-dep-scanner-queue-dep-scan.ts +0 -179
- package/src/funcs/action-post-api-run-modules-code-security-reviewer-rerun-review.ts +0 -179
- package/src/funcs/action-post-api-run-modules-code-security-scan-enqueue-initial-scans.ts +0 -179
- package/src/funcs/action-post-api-run-modules-code-security-scan-scan-repository.ts +0 -179
- package/src/funcs/action-post-api-run-modules-people-employees-invite-to-portal.ts +0 -177
- package/src/funcs/action-post-api-run-quotes-create.ts +0 -170
- package/src/funcs/action-post-api-run-quotes-start-checkout.ts +0 -170
- package/src/funcs/action-post-api-run-stripe-list-invoices-for-workspace.ts +0 -174
- package/src/funcs/mutation-post-api-run-activity-add-comment.ts +0 -170
- package/src/funcs/mutation-post-api-run-compliance-org-frameworks-adopt.ts +0 -171
- package/src/funcs/mutation-post-api-run-entitlements-grant-manual.ts +0 -171
- package/src/funcs/mutation-post-api-run-evidence-evidence-attach.ts +0 -171
- package/src/funcs/mutation-post-api-run-evidence-evidence-generate-upload-url.ts +0 -174
- package/src/funcs/mutation-post-api-run-integrations-github-mutations-clear-repositories.ts +0 -181
- package/src/funcs/mutation-post-api-run-integrations-github-mutations-disconnect.ts +0 -179
- package/src/funcs/mutation-post-api-run-integrations-github-mutations-set-repository-scope.ts +0 -182
- package/src/funcs/mutation-post-api-run-integrations-github-mutations-update-config.ts +0 -179
- package/src/funcs/mutation-post-api-run-modules-code-security-findings-set-assignee.ts +0 -179
- package/src/funcs/mutation-post-api-run-modules-code-security-findings-set-status.ts +0 -177
- package/src/funcs/mutation-post-api-run-modules-code-security-repositories-set-context-notes.ts +0 -182
- package/src/funcs/mutation-post-api-run-modules-code-security-repositories-update-scan-settings.ts +0 -182
- package/src/funcs/mutation-post-api-run-modules-code-security-review-rules-create.ts +0 -177
- package/src/funcs/mutation-post-api-run-modules-code-security-review-rules-remove.ts +0 -177
- package/src/funcs/mutation-post-api-run-modules-code-security-review-rules-set-enabled.ts +0 -179
- package/src/funcs/mutation-post-api-run-modules-code-security-review-rules-set-org-rule-disabled-for-repo.ts +0 -184
- package/src/funcs/mutation-post-api-run-modules-code-security-review-rules-update.ts +0 -177
- package/src/funcs/mutation-post-api-run-modules-code-security-reviewer-set-finding-status.ts +0 -180
- package/src/funcs/mutation-post-api-run-modules-devices-devices-order-device.ts +0 -174
- package/src/funcs/mutation-post-api-run-modules-devices-policies-upsert.ts +0 -171
- package/src/funcs/mutation-post-api-run-modules-people-access-requests-decide.ts +0 -174
- package/src/funcs/mutation-post-api-run-modules-people-access-requests-submit.ts +0 -174
- package/src/funcs/mutation-post-api-run-modules-people-documents-attach.ts +0 -171
- package/src/funcs/mutation-post-api-run-modules-people-documents-generate-upload-url.ts +0 -179
- package/src/funcs/mutation-post-api-run-modules-people-employees-create.ts +0 -171
- package/src/funcs/mutation-post-api-run-modules-people-employees-offboard.ts +0 -174
- package/src/funcs/mutation-post-api-run-modules-people-employees-update.ts +0 -171
- package/src/funcs/mutation-post-api-run-modules-people-employees-upload-background-check.ts +0 -180
- package/src/funcs/mutation-post-api-run-modules-people-onboarding-workflows-mark-step-done.ts +0 -181
- package/src/funcs/mutation-post-api-run-modules-people-onboarding-workflows-seed-default-templates.ts +0 -182
- package/src/funcs/mutation-post-api-run-modules-people-onboarding-workflows-upsert-template.ts +0 -182
- package/src/funcs/mutation-post-api-run-modules-people-policies-acknowledge.ts +0 -174
- package/src/funcs/mutation-post-api-run-modules-people-reviews-submit-response.ts +0 -177
- package/src/funcs/mutation-post-api-run-modules-people-reviews-upsert-cycle.ts +0 -174
- package/src/funcs/mutation-post-api-run-modules-people-training-complete.ts +0 -174
- package/src/funcs/mutation-post-api-run-modules-people-training-upsert.ts +0 -171
- package/src/funcs/mutation-post-api-run-onboarding-dismiss.ts +0 -170
- package/src/funcs/mutation-post-api-run-onboarding-mark-done.ts +0 -170
- package/src/funcs/mutation-post-api-run-onboarding-restore.ts +0 -170
- package/src/funcs/mutation-post-api-run-onboarding-undo.ts +0 -170
- package/src/funcs/mutation-post-api-run-policies-policies-publish.ts +0 -171
- package/src/funcs/mutation-post-api-run-policies-policies-retire.ts +0 -171
- package/src/funcs/mutation-post-api-run-policies-policies-save-version.ts +0 -171
- package/src/funcs/mutation-post-api-run-quotes-void-quote.ts +0 -170
- package/src/funcs/mutation-post-api-run-tasks-tasks-assign.ts +0 -170
- package/src/funcs/mutation-post-api-run-tasks-tasks-mark-complete.ts +0 -171
- package/src/funcs/mutation-post-api-run-tasks-tasks-reopen.ts +0 -170
- package/src/funcs/query-post-api-run-activity-list-for-subject-latest.ts +0 -171
- package/src/funcs/query-post-api-run-activity-list-for-subject.ts +0 -171
- package/src/funcs/query-post-api-run-admin-get-organization.ts +0 -171
- package/src/funcs/query-post-api-run-admin-is-current-user-admin.ts +0 -171
- package/src/funcs/query-post-api-run-admin-list-organizations.ts +0 -171
- package/src/funcs/query-post-api-run-auth-get-current-user.ts +0 -170
- package/src/funcs/query-post-api-run-compliance-library-get-framework-by-slug.ts +0 -177
- package/src/funcs/query-post-api-run-compliance-library-get-policy-template-by-slug.ts +0 -179
- package/src/funcs/query-post-api-run-compliance-library-get-task-template-by-slug.ts +0 -179
- package/src/funcs/query-post-api-run-compliance-library-list-controls-for-requirement.ts +0 -180
- package/src/funcs/query-post-api-run-compliance-library-list-frameworks.ts +0 -174
- package/src/funcs/query-post-api-run-compliance-library-list-requirements-for-framework.ts +0 -182
- package/src/funcs/query-post-api-run-compliance-library-list-satisfiers-for-control-template.ts +0 -182
- package/src/funcs/query-post-api-run-compliance-org-controls-count-by-status.ts +0 -177
- package/src/funcs/query-post-api-run-compliance-org-controls-get-detail.ts +0 -174
- package/src/funcs/query-post-api-run-compliance-org-controls-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-compliance-org-frameworks-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-entitlements-get-for-org.ts +0 -171
- package/src/funcs/query-post-api-run-entitlements-get-my-membership.ts +0 -171
- package/src/funcs/query-post-api-run-entitlements-has-module-for-org.ts +0 -171
- package/src/funcs/query-post-api-run-evidence-evidence-list-for-org.ts +0 -171
- package/src/funcs/query-post-api-run-integrations-github-connect-find-org-slug-for-installation.ts +0 -182
- package/src/funcs/query-post-api-run-integrations-github-queries-get-for-org.ts +0 -177
- package/src/funcs/query-post-api-run-integrations-google-workspace-queries-get-for-org.ts +0 -180
- package/src/funcs/query-post-api-run-integrations-list-for-org.ts +0 -171
- package/src/funcs/query-post-api-run-modules-api-keys-list-for-org.ts +0 -171
- package/src/funcs/query-post-api-run-modules-code-security-deepsec-audit-latest-for-repo.ts +0 -181
- package/src/funcs/query-post-api-run-modules-code-security-deepsec-audit-list-events-for-run.ts +0 -182
- package/src/funcs/query-post-api-run-modules-code-security-dep-scanner-latest-for-repo.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-dep-scanner-list-events-for-run.ts +0 -182
- package/src/funcs/query-post-api-run-modules-code-security-findings-get-by-id.ts +0 -177
- package/src/funcs/query-post-api-run-modules-code-security-findings-list-for-repo.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-findings-list-open-for-org.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-metrics-get-overview.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-repositories-get-by-id.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-repositories-list-for-org-with-stats.ts +0 -182
- package/src/funcs/query-post-api-run-modules-code-security-repositories-list-for-org.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-review-rules-list-for-org.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-review-rules-list-for-repo.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-reviewer-get-by-id.ts +0 -177
- package/src/funcs/query-post-api-run-modules-code-security-reviewer-get-finding-by-id.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-reviewer-get-run-by-sha.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-reviewer-list-events.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-reviewer-list-for-org.ts +0 -179
- package/src/funcs/query-post-api-run-modules-code-security-reviewer-list-step-states.ts +0 -179
- package/src/funcs/query-post-api-run-modules-devices-devices-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-modules-devices-policies-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-access-requests-list-for-org.ts +0 -179
- package/src/funcs/query-post-api-run-modules-people-access-requests-list-mine-for-portal.ts +0 -181
- package/src/funcs/query-post-api-run-modules-people-access-requests-list-mine.ts +0 -177
- package/src/funcs/query-post-api-run-modules-people-documents-list-for-employee.ts +0 -179
- package/src/funcs/query-post-api-run-modules-people-employees-get-by-id.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-employees-get-by-user-id.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-employees-get-mine-for-org.ts +0 -177
- package/src/funcs/query-post-api-run-modules-people-employees-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-events-list-for-employee.ts +0 -177
- package/src/funcs/query-post-api-run-modules-people-events-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-metrics-get-overview.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs-for-employee.ts +0 -182
- package/src/funcs/query-post-api-run-modules-people-onboarding-workflows-list-runs.ts +0 -179
- package/src/funcs/query-post-api-run-modules-people-onboarding-workflows-list-templates.ts +0 -182
- package/src/funcs/query-post-api-run-modules-people-policies-get-for-portal-by-slug.ts +0 -179
- package/src/funcs/query-post-api-run-modules-people-policies-list-for-employee.ts +0 -177
- package/src/funcs/query-post-api-run-modules-people-policies-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-policies-list-for-portal.ts +0 -177
- package/src/funcs/query-post-api-run-modules-people-policies-list-for-version.ts +0 -177
- package/src/funcs/query-post-api-run-modules-people-reviews-list-cycles.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-reviews-list-responses-for-cycle.ts +0 -179
- package/src/funcs/query-post-api-run-modules-people-training-get-for-portal-by-slug.ts +0 -179
- package/src/funcs/query-post-api-run-modules-people-training-list-completions-for-employee.ts +0 -182
- package/src/funcs/query-post-api-run-modules-people-training-list-completions-for-org.ts +0 -179
- package/src/funcs/query-post-api-run-modules-people-training-list-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-modules-people-training-list-for-portal.ts +0 -177
- package/src/funcs/query-post-api-run-onboarding-get-for-org.ts +0 -170
- package/src/funcs/query-post-api-run-onboarding-is-module-onboarded.ts +0 -171
- package/src/funcs/query-post-api-run-onboarding-modules-onboarded-for-org.ts +0 -174
- package/src/funcs/query-post-api-run-orgs-get-by-slug.ts +0 -170
- package/src/funcs/query-post-api-run-orgs-get-invitation-for-me.ts +0 -171
- package/src/funcs/query-post-api-run-orgs-list-members.ts +0 -170
- package/src/funcs/query-post-api-run-orgs-list-mine.ts +0 -170
- package/src/funcs/query-post-api-run-orgs-list-my-pending-invitations.ts +0 -171
- package/src/funcs/query-post-api-run-orgs-list-pending-invitations.ts +0 -171
- package/src/funcs/query-post-api-run-policies-policies-get-by-id.ts +0 -171
- package/src/funcs/query-post-api-run-policies-policies-list-for-org.ts +0 -171
- package/src/funcs/query-post-api-run-policies-versions-list-for-policy.ts +0 -174
- package/src/funcs/query-post-api-run-quotes-admin-list-for-org.ts +0 -171
- package/src/funcs/query-post-api-run-quotes-get-by-id.ts +0 -170
- package/src/funcs/query-post-api-run-quotes-list-for-org.ts +0 -170
- package/src/funcs/query-post-api-run-tasks-tasks-get-by-id.ts +0 -170
- package/src/funcs/query-post-api-run-tasks-tasks-list-for-org.ts +0 -171
- package/src/models/errors/comp-ai-default-error.ts +0 -40
- package/src/models/errors/comp-ai-error.ts +0 -35
- package/src/models/request-admin-get-invoices-for-org.ts +0 -59
- package/src/models/request-admin-get-organization.ts +0 -59
- package/src/models/request-compliance-org-controls-get-detail.ts +0 -70
- package/src/models/request-integrations-github-connect-find-org-slug-for-installation.ts +0 -66
- package/src/models/request-integrations-google-workspace-connect-handle-callback.ts +0 -70
- package/src/models/request-integrations-list-for-org.ts +0 -59
- package/src/models/request-modules-code-security-autofix-create-fix-pr.ts +0 -71
- package/src/models/request-modules-code-security-deepsec-audit-latest-for-repo.ts +0 -70
- package/src/models/request-modules-code-security-deepsec-audit-list-events-for-run.ts +0 -71
- package/src/models/request-modules-code-security-deepsec-audit-queue-audit.ts +0 -71
- package/src/models/request-modules-people-policies-get-for-portal-by-slug.ts +0 -68
- package/src/models/request-modules-people-training-get-for-portal-by-slug.ts +0 -68
- package/src/models/request-quotes-void-quote.ts +0 -58
- package/src/models/response-admin-get-invoices-for-org.ts +0 -79
- package/src/models/response-admin-get-organization.ts +0 -74
- package/src/models/response-compliance-org-controls-get-detail.ts +0 -78
- package/src/models/response-integrations-github-connect-find-org-slug-for-installation.ts +0 -96
- package/src/models/response-integrations-google-workspace-connect-handle-callback.ts +0 -95
- package/src/models/response-integrations-list-for-org.ts +0 -79
- package/src/models/response-modules-code-security-autofix-create-fix-pr.ts +0 -89
- package/src/models/response-modules-code-security-deepsec-audit-latest-for-repo.ts +0 -91
- package/src/models/response-modules-code-security-deepsec-audit-list-events-for-run.ts +0 -95
- package/src/models/response-modules-code-security-deepsec-audit-queue-audit.ts +0 -92
- package/src/models/response-modules-people-policies-get-for-portal-by-slug.ts +0 -92
- package/src/models/response-modules-people-training-get-for-portal-by-slug.ts +0 -92
- package/src/models/response-quotes-void-quote.ts +0 -73
- package/src/sdk/action.ts +0 -308
- package/src/sdk/mutation.ts +0 -760
- package/src/sdk/query.ts +0 -1395
|
@@ -1,809 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The `node:v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using:
|
|
3
|
-
*
|
|
4
|
-
* ```js
|
|
5
|
-
* import v8 from 'node:v8';
|
|
6
|
-
* ```
|
|
7
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/v8.js)
|
|
8
|
-
*/
|
|
9
|
-
declare module "v8" {
|
|
10
|
-
import { NonSharedBuffer } from "node:buffer";
|
|
11
|
-
import { Readable } from "node:stream";
|
|
12
|
-
interface HeapSpaceInfo {
|
|
13
|
-
space_name: string;
|
|
14
|
-
space_size: number;
|
|
15
|
-
space_used_size: number;
|
|
16
|
-
space_available_size: number;
|
|
17
|
-
physical_space_size: number;
|
|
18
|
-
}
|
|
19
|
-
// ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */
|
|
20
|
-
type DoesZapCodeSpaceFlag = 0 | 1;
|
|
21
|
-
interface HeapInfo {
|
|
22
|
-
total_heap_size: number;
|
|
23
|
-
total_heap_size_executable: number;
|
|
24
|
-
total_physical_size: number;
|
|
25
|
-
total_available_size: number;
|
|
26
|
-
used_heap_size: number;
|
|
27
|
-
heap_size_limit: number;
|
|
28
|
-
malloced_memory: number;
|
|
29
|
-
peak_malloced_memory: number;
|
|
30
|
-
does_zap_garbage: DoesZapCodeSpaceFlag;
|
|
31
|
-
number_of_native_contexts: number;
|
|
32
|
-
number_of_detached_contexts: number;
|
|
33
|
-
total_global_handles_size: number;
|
|
34
|
-
used_global_handles_size: number;
|
|
35
|
-
external_memory: number;
|
|
36
|
-
}
|
|
37
|
-
interface HeapCodeStatistics {
|
|
38
|
-
code_and_metadata_size: number;
|
|
39
|
-
bytecode_and_metadata_size: number;
|
|
40
|
-
external_script_source_size: number;
|
|
41
|
-
}
|
|
42
|
-
interface HeapSnapshotOptions {
|
|
43
|
-
/**
|
|
44
|
-
* If true, expose internals in the heap snapshot.
|
|
45
|
-
* @default false
|
|
46
|
-
*/
|
|
47
|
-
exposeInternals?: boolean | undefined;
|
|
48
|
-
/**
|
|
49
|
-
* If true, expose numeric values in artificial fields.
|
|
50
|
-
* @default false
|
|
51
|
-
*/
|
|
52
|
-
exposeNumericValues?: boolean | undefined;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Returns an integer representing a version tag derived from the V8 version,
|
|
56
|
-
* command-line flags, and detected CPU features. This is useful for determining
|
|
57
|
-
* whether a `vm.Script` `cachedData` buffer is compatible with this instance
|
|
58
|
-
* of V8.
|
|
59
|
-
*
|
|
60
|
-
* ```js
|
|
61
|
-
* console.log(v8.cachedDataVersionTag()); // 3947234607
|
|
62
|
-
* // The value returned by v8.cachedDataVersionTag() is derived from the V8
|
|
63
|
-
* // version, command-line flags, and detected CPU features. Test that the value
|
|
64
|
-
* // does indeed update when flags are toggled.
|
|
65
|
-
* v8.setFlagsFromString('--allow_natives_syntax');
|
|
66
|
-
* console.log(v8.cachedDataVersionTag()); // 183726201
|
|
67
|
-
* ```
|
|
68
|
-
* @since v8.0.0
|
|
69
|
-
*/
|
|
70
|
-
function cachedDataVersionTag(): number;
|
|
71
|
-
/**
|
|
72
|
-
* Returns an object with the following properties:
|
|
73
|
-
*
|
|
74
|
-
* `does_zap_garbage` is a 0/1 boolean, which signifies whether the `--zap_code_space` option is enabled or not. This makes V8 overwrite heap
|
|
75
|
-
* garbage with a bit pattern. The RSS footprint (resident set size) gets bigger
|
|
76
|
-
* because it continuously touches all heap pages and that makes them less likely
|
|
77
|
-
* to get swapped out by the operating system.
|
|
78
|
-
*
|
|
79
|
-
* `number_of_native_contexts` The value of native\_context is the number of the
|
|
80
|
-
* top-level contexts currently active. Increase of this number over time indicates
|
|
81
|
-
* a memory leak.
|
|
82
|
-
*
|
|
83
|
-
* `number_of_detached_contexts` The value of detached\_context is the number
|
|
84
|
-
* of contexts that were detached and not yet garbage collected. This number
|
|
85
|
-
* being non-zero indicates a potential memory leak.
|
|
86
|
-
*
|
|
87
|
-
* `total_global_handles_size` The value of total\_global\_handles\_size is the
|
|
88
|
-
* total memory size of V8 global handles.
|
|
89
|
-
*
|
|
90
|
-
* `used_global_handles_size` The value of used\_global\_handles\_size is the
|
|
91
|
-
* used memory size of V8 global handles.
|
|
92
|
-
*
|
|
93
|
-
* `external_memory` The value of external\_memory is the memory size of array
|
|
94
|
-
* buffers and external strings.
|
|
95
|
-
*
|
|
96
|
-
* ```js
|
|
97
|
-
* {
|
|
98
|
-
* total_heap_size: 7326976,
|
|
99
|
-
* total_heap_size_executable: 4194304,
|
|
100
|
-
* total_physical_size: 7326976,
|
|
101
|
-
* total_available_size: 1152656,
|
|
102
|
-
* used_heap_size: 3476208,
|
|
103
|
-
* heap_size_limit: 1535115264,
|
|
104
|
-
* malloced_memory: 16384,
|
|
105
|
-
* peak_malloced_memory: 1127496,
|
|
106
|
-
* does_zap_garbage: 0,
|
|
107
|
-
* number_of_native_contexts: 1,
|
|
108
|
-
* number_of_detached_contexts: 0,
|
|
109
|
-
* total_global_handles_size: 8192,
|
|
110
|
-
* used_global_handles_size: 3296,
|
|
111
|
-
* external_memory: 318824
|
|
112
|
-
* }
|
|
113
|
-
* ```
|
|
114
|
-
* @since v1.0.0
|
|
115
|
-
*/
|
|
116
|
-
function getHeapStatistics(): HeapInfo;
|
|
117
|
-
/**
|
|
118
|
-
* Returns statistics about the V8 heap spaces, i.e. the segments which make up
|
|
119
|
-
* the V8 heap. Neither the ordering of heap spaces, nor the availability of a
|
|
120
|
-
* heap space can be guaranteed as the statistics are provided via the
|
|
121
|
-
* V8 [`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the
|
|
122
|
-
* next.
|
|
123
|
-
*
|
|
124
|
-
* The value returned is an array of objects containing the following properties:
|
|
125
|
-
*
|
|
126
|
-
* ```json
|
|
127
|
-
* [
|
|
128
|
-
* {
|
|
129
|
-
* "space_name": "new_space",
|
|
130
|
-
* "space_size": 2063872,
|
|
131
|
-
* "space_used_size": 951112,
|
|
132
|
-
* "space_available_size": 80824,
|
|
133
|
-
* "physical_space_size": 2063872
|
|
134
|
-
* },
|
|
135
|
-
* {
|
|
136
|
-
* "space_name": "old_space",
|
|
137
|
-
* "space_size": 3090560,
|
|
138
|
-
* "space_used_size": 2493792,
|
|
139
|
-
* "space_available_size": 0,
|
|
140
|
-
* "physical_space_size": 3090560
|
|
141
|
-
* },
|
|
142
|
-
* {
|
|
143
|
-
* "space_name": "code_space",
|
|
144
|
-
* "space_size": 1260160,
|
|
145
|
-
* "space_used_size": 644256,
|
|
146
|
-
* "space_available_size": 960,
|
|
147
|
-
* "physical_space_size": 1260160
|
|
148
|
-
* },
|
|
149
|
-
* {
|
|
150
|
-
* "space_name": "map_space",
|
|
151
|
-
* "space_size": 1094160,
|
|
152
|
-
* "space_used_size": 201608,
|
|
153
|
-
* "space_available_size": 0,
|
|
154
|
-
* "physical_space_size": 1094160
|
|
155
|
-
* },
|
|
156
|
-
* {
|
|
157
|
-
* "space_name": "large_object_space",
|
|
158
|
-
* "space_size": 0,
|
|
159
|
-
* "space_used_size": 0,
|
|
160
|
-
* "space_available_size": 1490980608,
|
|
161
|
-
* "physical_space_size": 0
|
|
162
|
-
* }
|
|
163
|
-
* ]
|
|
164
|
-
* ```
|
|
165
|
-
* @since v6.0.0
|
|
166
|
-
*/
|
|
167
|
-
function getHeapSpaceStatistics(): HeapSpaceInfo[];
|
|
168
|
-
/**
|
|
169
|
-
* The `v8.setFlagsFromString()` method can be used to programmatically set
|
|
170
|
-
* V8 command-line flags. This method should be used with care. Changing settings
|
|
171
|
-
* after the VM has started may result in unpredictable behavior, including
|
|
172
|
-
* crashes and data loss; or it may simply do nothing.
|
|
173
|
-
*
|
|
174
|
-
* The V8 options available for a version of Node.js may be determined by running `node --v8-options`.
|
|
175
|
-
*
|
|
176
|
-
* Usage:
|
|
177
|
-
*
|
|
178
|
-
* ```js
|
|
179
|
-
* // Print GC events to stdout for one minute.
|
|
180
|
-
* import v8 from 'node:v8';
|
|
181
|
-
* v8.setFlagsFromString('--trace_gc');
|
|
182
|
-
* setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
|
|
183
|
-
* ```
|
|
184
|
-
* @since v1.0.0
|
|
185
|
-
*/
|
|
186
|
-
function setFlagsFromString(flags: string): void;
|
|
187
|
-
/**
|
|
188
|
-
* This is similar to the [`queryObjects()` console API](https://developer.chrome.com/docs/devtools/console/utilities#queryObjects-function)
|
|
189
|
-
* provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain
|
|
190
|
-
* in the heap after a full garbage collection, which can be useful for memory leak regression tests. To avoid surprising results, users should
|
|
191
|
-
* avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the
|
|
192
|
-
* application.
|
|
193
|
-
*
|
|
194
|
-
* To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects
|
|
195
|
-
* found. If `options.format` is `'summary'`, it returns an array containing brief string representations for each object. The visibility provided
|
|
196
|
-
* in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filter the
|
|
197
|
-
* target objects during the search.
|
|
198
|
-
*
|
|
199
|
-
* Only objects created in the current execution context are included in the results.
|
|
200
|
-
*
|
|
201
|
-
* ```js
|
|
202
|
-
* import { queryObjects } from 'node:v8';
|
|
203
|
-
* class A { foo = 'bar'; }
|
|
204
|
-
* console.log(queryObjects(A)); // 0
|
|
205
|
-
* const a = new A();
|
|
206
|
-
* console.log(queryObjects(A)); // 1
|
|
207
|
-
* // [ "A { foo: 'bar' }" ]
|
|
208
|
-
* console.log(queryObjects(A, { format: 'summary' }));
|
|
209
|
-
*
|
|
210
|
-
* class B extends A { bar = 'qux'; }
|
|
211
|
-
* const b = new B();
|
|
212
|
-
* console.log(queryObjects(B)); // 1
|
|
213
|
-
* // [ "B { foo: 'bar', bar: 'qux' }" ]
|
|
214
|
-
* console.log(queryObjects(B, { format: 'summary' }));
|
|
215
|
-
*
|
|
216
|
-
* // Note that, when there are child classes inheriting from a constructor,
|
|
217
|
-
* // the constructor also shows up in the prototype chain of the child
|
|
218
|
-
* // classes's prototoype, so the child classes's prototoype would also be
|
|
219
|
-
* // included in the result.
|
|
220
|
-
* console.log(queryObjects(A)); // 3
|
|
221
|
-
* // [ "B { foo: 'bar', bar: 'qux' }", 'A {}', "A { foo: 'bar' }" ]
|
|
222
|
-
* console.log(queryObjects(A, { format: 'summary' }));
|
|
223
|
-
* ```
|
|
224
|
-
* @param ctor The constructor that can be used to search on the prototype chain in order to filter target objects in the heap.
|
|
225
|
-
* @since v20.13.0
|
|
226
|
-
* @experimental
|
|
227
|
-
*/
|
|
228
|
-
function queryObjects(ctor: Function): number | string[];
|
|
229
|
-
function queryObjects(ctor: Function, options: { format: "count" }): number;
|
|
230
|
-
function queryObjects(ctor: Function, options: { format: "summary" }): string[];
|
|
231
|
-
/**
|
|
232
|
-
* Generates a snapshot of the current V8 heap and returns a Readable
|
|
233
|
-
* Stream that may be used to read the JSON serialized representation.
|
|
234
|
-
* This JSON stream format is intended to be used with tools such as
|
|
235
|
-
* Chrome DevTools. The JSON schema is undocumented and specific to the
|
|
236
|
-
* V8 engine. Therefore, the schema may change from one version of V8 to the next.
|
|
237
|
-
*
|
|
238
|
-
* Creating a heap snapshot requires memory about twice the size of the heap at
|
|
239
|
-
* the time the snapshot is created. This results in the risk of OOM killers
|
|
240
|
-
* terminating the process.
|
|
241
|
-
*
|
|
242
|
-
* Generating a snapshot is a synchronous operation which blocks the event loop
|
|
243
|
-
* for a duration depending on the heap size.
|
|
244
|
-
*
|
|
245
|
-
* ```js
|
|
246
|
-
* // Print heap snapshot to the console
|
|
247
|
-
* import v8 from 'node:v8';
|
|
248
|
-
* const stream = v8.getHeapSnapshot();
|
|
249
|
-
* stream.pipe(process.stdout);
|
|
250
|
-
* ```
|
|
251
|
-
* @since v11.13.0
|
|
252
|
-
* @return A Readable containing the V8 heap snapshot.
|
|
253
|
-
*/
|
|
254
|
-
function getHeapSnapshot(options?: HeapSnapshotOptions): Readable;
|
|
255
|
-
/**
|
|
256
|
-
* Generates a snapshot of the current V8 heap and writes it to a JSON
|
|
257
|
-
* file. This file is intended to be used with tools such as Chrome
|
|
258
|
-
* DevTools. The JSON schema is undocumented and specific to the V8
|
|
259
|
-
* engine, and may change from one version of V8 to the next.
|
|
260
|
-
*
|
|
261
|
-
* A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will
|
|
262
|
-
* not contain any information about the workers, and vice versa.
|
|
263
|
-
*
|
|
264
|
-
* Creating a heap snapshot requires memory about twice the size of the heap at
|
|
265
|
-
* the time the snapshot is created. This results in the risk of OOM killers
|
|
266
|
-
* terminating the process.
|
|
267
|
-
*
|
|
268
|
-
* Generating a snapshot is a synchronous operation which blocks the event loop
|
|
269
|
-
* for a duration depending on the heap size.
|
|
270
|
-
*
|
|
271
|
-
* ```js
|
|
272
|
-
* import { writeHeapSnapshot } from 'node:v8';
|
|
273
|
-
* import {
|
|
274
|
-
* Worker,
|
|
275
|
-
* isMainThread,
|
|
276
|
-
* parentPort,
|
|
277
|
-
* } from 'node:worker_threads';
|
|
278
|
-
*
|
|
279
|
-
* if (isMainThread) {
|
|
280
|
-
* const worker = new Worker(__filename);
|
|
281
|
-
*
|
|
282
|
-
* worker.once('message', (filename) => {
|
|
283
|
-
* console.log(`worker heapdump: ${filename}`);
|
|
284
|
-
* // Now get a heapdump for the main thread.
|
|
285
|
-
* console.log(`main thread heapdump: ${writeHeapSnapshot()}`);
|
|
286
|
-
* });
|
|
287
|
-
*
|
|
288
|
-
* // Tell the worker to create a heapdump.
|
|
289
|
-
* worker.postMessage('heapdump');
|
|
290
|
-
* } else {
|
|
291
|
-
* parentPort.once('message', (message) => {
|
|
292
|
-
* if (message === 'heapdump') {
|
|
293
|
-
* // Generate a heapdump for the worker
|
|
294
|
-
* // and return the filename to the parent.
|
|
295
|
-
* parentPort.postMessage(writeHeapSnapshot());
|
|
296
|
-
* }
|
|
297
|
-
* });
|
|
298
|
-
* }
|
|
299
|
-
* ```
|
|
300
|
-
* @since v11.13.0
|
|
301
|
-
* @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be
|
|
302
|
-
* generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a
|
|
303
|
-
* worker thread.
|
|
304
|
-
* @return The filename where the snapshot was saved.
|
|
305
|
-
*/
|
|
306
|
-
function writeHeapSnapshot(filename?: string, options?: HeapSnapshotOptions): string;
|
|
307
|
-
/**
|
|
308
|
-
* Get statistics about code and its metadata in the heap, see
|
|
309
|
-
* V8 [`GetHeapCodeAndMetadataStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#a6079122af17612ef54ef3348ce170866) API. Returns an object with the
|
|
310
|
-
* following properties:
|
|
311
|
-
*
|
|
312
|
-
* ```js
|
|
313
|
-
* {
|
|
314
|
-
* code_and_metadata_size: 212208,
|
|
315
|
-
* bytecode_and_metadata_size: 161368,
|
|
316
|
-
* external_script_source_size: 1410794,
|
|
317
|
-
* cpu_profiler_metadata_size: 0,
|
|
318
|
-
* }
|
|
319
|
-
* ```
|
|
320
|
-
* @since v12.8.0
|
|
321
|
-
*/
|
|
322
|
-
function getHeapCodeStatistics(): HeapCodeStatistics;
|
|
323
|
-
/**
|
|
324
|
-
* @since v8.0.0
|
|
325
|
-
*/
|
|
326
|
-
class Serializer {
|
|
327
|
-
/**
|
|
328
|
-
* Writes out a header, which includes the serialization format version.
|
|
329
|
-
*/
|
|
330
|
-
writeHeader(): void;
|
|
331
|
-
/**
|
|
332
|
-
* Serializes a JavaScript value and adds the serialized representation to the
|
|
333
|
-
* internal buffer.
|
|
334
|
-
*
|
|
335
|
-
* This throws an error if `value` cannot be serialized.
|
|
336
|
-
*/
|
|
337
|
-
writeValue(val: any): boolean;
|
|
338
|
-
/**
|
|
339
|
-
* Returns the stored internal buffer. This serializer should not be used once
|
|
340
|
-
* the buffer is released. Calling this method results in undefined behavior
|
|
341
|
-
* if a previous write has failed.
|
|
342
|
-
*/
|
|
343
|
-
releaseBuffer(): NonSharedBuffer;
|
|
344
|
-
/**
|
|
345
|
-
* Marks an `ArrayBuffer` as having its contents transferred out of band.
|
|
346
|
-
* Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`.
|
|
347
|
-
* @param id A 32-bit unsigned integer.
|
|
348
|
-
* @param arrayBuffer An `ArrayBuffer` instance.
|
|
349
|
-
*/
|
|
350
|
-
transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void;
|
|
351
|
-
/**
|
|
352
|
-
* Write a raw 32-bit unsigned integer.
|
|
353
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
354
|
-
*/
|
|
355
|
-
writeUint32(value: number): void;
|
|
356
|
-
/**
|
|
357
|
-
* Write a raw 64-bit unsigned integer, split into high and low 32-bit parts.
|
|
358
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
359
|
-
*/
|
|
360
|
-
writeUint64(hi: number, lo: number): void;
|
|
361
|
-
/**
|
|
362
|
-
* Write a JS `number` value.
|
|
363
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
364
|
-
*/
|
|
365
|
-
writeDouble(value: number): void;
|
|
366
|
-
/**
|
|
367
|
-
* Write raw bytes into the serializer's internal buffer. The deserializer
|
|
368
|
-
* will require a way to compute the length of the buffer.
|
|
369
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
370
|
-
*/
|
|
371
|
-
writeRawBytes(buffer: NodeJS.ArrayBufferView): void;
|
|
372
|
-
}
|
|
373
|
-
/**
|
|
374
|
-
* A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only
|
|
375
|
-
* stores the part of their underlying `ArrayBuffer`s that they are referring to.
|
|
376
|
-
* @since v8.0.0
|
|
377
|
-
*/
|
|
378
|
-
class DefaultSerializer extends Serializer {}
|
|
379
|
-
/**
|
|
380
|
-
* @since v8.0.0
|
|
381
|
-
*/
|
|
382
|
-
class Deserializer {
|
|
383
|
-
constructor(data: NodeJS.TypedArray);
|
|
384
|
-
/**
|
|
385
|
-
* Reads and validates a header (including the format version).
|
|
386
|
-
* May, for example, reject an invalid or unsupported wire format. In that case,
|
|
387
|
-
* an `Error` is thrown.
|
|
388
|
-
*/
|
|
389
|
-
readHeader(): boolean;
|
|
390
|
-
/**
|
|
391
|
-
* Deserializes a JavaScript value from the buffer and returns it.
|
|
392
|
-
*/
|
|
393
|
-
readValue(): any;
|
|
394
|
-
/**
|
|
395
|
-
* Marks an `ArrayBuffer` as having its contents transferred out of band.
|
|
396
|
-
* Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of
|
|
397
|
-
* `SharedArrayBuffer`s).
|
|
398
|
-
* @param id A 32-bit unsigned integer.
|
|
399
|
-
* @param arrayBuffer An `ArrayBuffer` instance.
|
|
400
|
-
*/
|
|
401
|
-
transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void;
|
|
402
|
-
/**
|
|
403
|
-
* Reads the underlying wire format version. Likely mostly to be useful to
|
|
404
|
-
* legacy code reading old wire format versions. May not be called before `.readHeader()`.
|
|
405
|
-
*/
|
|
406
|
-
getWireFormatVersion(): number;
|
|
407
|
-
/**
|
|
408
|
-
* Read a raw 32-bit unsigned integer and return it.
|
|
409
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
410
|
-
*/
|
|
411
|
-
readUint32(): number;
|
|
412
|
-
/**
|
|
413
|
-
* Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]` with two 32-bit unsigned integer entries.
|
|
414
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
415
|
-
*/
|
|
416
|
-
readUint64(): [number, number];
|
|
417
|
-
/**
|
|
418
|
-
* Read a JS `number` value.
|
|
419
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
420
|
-
*/
|
|
421
|
-
readDouble(): number;
|
|
422
|
-
/**
|
|
423
|
-
* Read raw bytes from the deserializer's internal buffer. The `length` parameter
|
|
424
|
-
* must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`.
|
|
425
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
426
|
-
*/
|
|
427
|
-
readRawBytes(length: number): Buffer;
|
|
428
|
-
}
|
|
429
|
-
/**
|
|
430
|
-
* A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`.
|
|
431
|
-
* @since v8.0.0
|
|
432
|
-
*/
|
|
433
|
-
class DefaultDeserializer extends Deserializer {}
|
|
434
|
-
/**
|
|
435
|
-
* Uses a `DefaultSerializer` to serialize `value` into a buffer.
|
|
436
|
-
*
|
|
437
|
-
* `ERR_BUFFER_TOO_LARGE` will be thrown when trying to
|
|
438
|
-
* serialize a huge object which requires buffer
|
|
439
|
-
* larger than `buffer.constants.MAX_LENGTH`.
|
|
440
|
-
* @since v8.0.0
|
|
441
|
-
*/
|
|
442
|
-
function serialize(value: any): NonSharedBuffer;
|
|
443
|
-
/**
|
|
444
|
-
* Uses a `DefaultDeserializer` with default options to read a JS value
|
|
445
|
-
* from a buffer.
|
|
446
|
-
* @since v8.0.0
|
|
447
|
-
* @param buffer A buffer returned by {@link serialize}.
|
|
448
|
-
*/
|
|
449
|
-
function deserialize(buffer: NodeJS.ArrayBufferView): any;
|
|
450
|
-
/**
|
|
451
|
-
* The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple
|
|
452
|
-
* times during the lifetime of the process. Each time the execution counter will
|
|
453
|
-
* be reset and a new coverage report will be written to the directory specified
|
|
454
|
-
* by `NODE_V8_COVERAGE`.
|
|
455
|
-
*
|
|
456
|
-
* When the process is about to exit, one last coverage will still be written to
|
|
457
|
-
* disk unless {@link stopCoverage} is invoked before the process exits.
|
|
458
|
-
* @since v15.1.0, v14.18.0, v12.22.0
|
|
459
|
-
*/
|
|
460
|
-
function takeCoverage(): void;
|
|
461
|
-
/**
|
|
462
|
-
* The `v8.stopCoverage()` method allows the user to stop the coverage collection
|
|
463
|
-
* started by `NODE_V8_COVERAGE`, so that V8 can release the execution count
|
|
464
|
-
* records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand.
|
|
465
|
-
* @since v15.1.0, v14.18.0, v12.22.0
|
|
466
|
-
*/
|
|
467
|
-
function stopCoverage(): void;
|
|
468
|
-
/**
|
|
469
|
-
* The API is a no-op if `--heapsnapshot-near-heap-limit` is already set from the command line or the API is called more than once.
|
|
470
|
-
* `limit` must be a positive integer. See [`--heapsnapshot-near-heap-limit`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--heapsnapshot-near-heap-limitmax_count) for more information.
|
|
471
|
-
* @experimental
|
|
472
|
-
* @since v18.10.0, v16.18.0
|
|
473
|
-
*/
|
|
474
|
-
function setHeapSnapshotNearHeapLimit(limit: number): void;
|
|
475
|
-
/**
|
|
476
|
-
* This API collects GC data in current thread.
|
|
477
|
-
* @since v19.6.0, v18.15.0
|
|
478
|
-
*/
|
|
479
|
-
class GCProfiler {
|
|
480
|
-
/**
|
|
481
|
-
* Start collecting GC data.
|
|
482
|
-
* @since v19.6.0, v18.15.0
|
|
483
|
-
*/
|
|
484
|
-
start(): void;
|
|
485
|
-
/**
|
|
486
|
-
* Stop collecting GC data and return an object. The content of object
|
|
487
|
-
* is as follows.
|
|
488
|
-
*
|
|
489
|
-
* ```json
|
|
490
|
-
* {
|
|
491
|
-
* "version": 1,
|
|
492
|
-
* "startTime": 1674059033862,
|
|
493
|
-
* "statistics": [
|
|
494
|
-
* {
|
|
495
|
-
* "gcType": "Scavenge",
|
|
496
|
-
* "beforeGC": {
|
|
497
|
-
* "heapStatistics": {
|
|
498
|
-
* "totalHeapSize": 5005312,
|
|
499
|
-
* "totalHeapSizeExecutable": 524288,
|
|
500
|
-
* "totalPhysicalSize": 5226496,
|
|
501
|
-
* "totalAvailableSize": 4341325216,
|
|
502
|
-
* "totalGlobalHandlesSize": 8192,
|
|
503
|
-
* "usedGlobalHandlesSize": 2112,
|
|
504
|
-
* "usedHeapSize": 4883840,
|
|
505
|
-
* "heapSizeLimit": 4345298944,
|
|
506
|
-
* "mallocedMemory": 254128,
|
|
507
|
-
* "externalMemory": 225138,
|
|
508
|
-
* "peakMallocedMemory": 181760
|
|
509
|
-
* },
|
|
510
|
-
* "heapSpaceStatistics": [
|
|
511
|
-
* {
|
|
512
|
-
* "spaceName": "read_only_space",
|
|
513
|
-
* "spaceSize": 0,
|
|
514
|
-
* "spaceUsedSize": 0,
|
|
515
|
-
* "spaceAvailableSize": 0,
|
|
516
|
-
* "physicalSpaceSize": 0
|
|
517
|
-
* }
|
|
518
|
-
* ]
|
|
519
|
-
* },
|
|
520
|
-
* "cost": 1574.14,
|
|
521
|
-
* "afterGC": {
|
|
522
|
-
* "heapStatistics": {
|
|
523
|
-
* "totalHeapSize": 6053888,
|
|
524
|
-
* "totalHeapSizeExecutable": 524288,
|
|
525
|
-
* "totalPhysicalSize": 5500928,
|
|
526
|
-
* "totalAvailableSize": 4341101384,
|
|
527
|
-
* "totalGlobalHandlesSize": 8192,
|
|
528
|
-
* "usedGlobalHandlesSize": 2112,
|
|
529
|
-
* "usedHeapSize": 4059096,
|
|
530
|
-
* "heapSizeLimit": 4345298944,
|
|
531
|
-
* "mallocedMemory": 254128,
|
|
532
|
-
* "externalMemory": 225138,
|
|
533
|
-
* "peakMallocedMemory": 181760
|
|
534
|
-
* },
|
|
535
|
-
* "heapSpaceStatistics": [
|
|
536
|
-
* {
|
|
537
|
-
* "spaceName": "read_only_space",
|
|
538
|
-
* "spaceSize": 0,
|
|
539
|
-
* "spaceUsedSize": 0,
|
|
540
|
-
* "spaceAvailableSize": 0,
|
|
541
|
-
* "physicalSpaceSize": 0
|
|
542
|
-
* }
|
|
543
|
-
* ]
|
|
544
|
-
* }
|
|
545
|
-
* }
|
|
546
|
-
* ],
|
|
547
|
-
* "endTime": 1674059036865
|
|
548
|
-
* }
|
|
549
|
-
* ```
|
|
550
|
-
*
|
|
551
|
-
* Here's an example.
|
|
552
|
-
*
|
|
553
|
-
* ```js
|
|
554
|
-
* import { GCProfiler } from 'node:v8';
|
|
555
|
-
* const profiler = new GCProfiler();
|
|
556
|
-
* profiler.start();
|
|
557
|
-
* setTimeout(() => {
|
|
558
|
-
* console.log(profiler.stop());
|
|
559
|
-
* }, 1000);
|
|
560
|
-
* ```
|
|
561
|
-
* @since v19.6.0, v18.15.0
|
|
562
|
-
*/
|
|
563
|
-
stop(): GCProfilerResult;
|
|
564
|
-
}
|
|
565
|
-
interface GCProfilerResult {
|
|
566
|
-
version: number;
|
|
567
|
-
startTime: number;
|
|
568
|
-
endTime: number;
|
|
569
|
-
statistics: Array<{
|
|
570
|
-
gcType: string;
|
|
571
|
-
cost: number;
|
|
572
|
-
beforeGC: {
|
|
573
|
-
heapStatistics: HeapStatistics;
|
|
574
|
-
heapSpaceStatistics: HeapSpaceStatistics[];
|
|
575
|
-
};
|
|
576
|
-
afterGC: {
|
|
577
|
-
heapStatistics: HeapStatistics;
|
|
578
|
-
heapSpaceStatistics: HeapSpaceStatistics[];
|
|
579
|
-
};
|
|
580
|
-
}>;
|
|
581
|
-
}
|
|
582
|
-
interface HeapStatistics {
|
|
583
|
-
totalHeapSize: number;
|
|
584
|
-
totalHeapSizeExecutable: number;
|
|
585
|
-
totalPhysicalSize: number;
|
|
586
|
-
totalAvailableSize: number;
|
|
587
|
-
totalGlobalHandlesSize: number;
|
|
588
|
-
usedGlobalHandlesSize: number;
|
|
589
|
-
usedHeapSize: number;
|
|
590
|
-
heapSizeLimit: number;
|
|
591
|
-
mallocedMemory: number;
|
|
592
|
-
externalMemory: number;
|
|
593
|
-
peakMallocedMemory: number;
|
|
594
|
-
}
|
|
595
|
-
interface HeapSpaceStatistics {
|
|
596
|
-
spaceName: string;
|
|
597
|
-
spaceSize: number;
|
|
598
|
-
spaceUsedSize: number;
|
|
599
|
-
spaceAvailableSize: number;
|
|
600
|
-
physicalSpaceSize: number;
|
|
601
|
-
}
|
|
602
|
-
/**
|
|
603
|
-
* Called when a promise is constructed. This does not mean that corresponding before/after events will occur, only that the possibility exists. This will
|
|
604
|
-
* happen if a promise is created without ever getting a continuation.
|
|
605
|
-
* @since v17.1.0, v16.14.0
|
|
606
|
-
* @param promise The promise being created.
|
|
607
|
-
* @param parent The promise continued from, if applicable.
|
|
608
|
-
*/
|
|
609
|
-
interface Init {
|
|
610
|
-
(promise: Promise<unknown>, parent: Promise<unknown>): void;
|
|
611
|
-
}
|
|
612
|
-
/**
|
|
613
|
-
* Called before a promise continuation executes. This can be in the form of `then()`, `catch()`, or `finally()` handlers or an await resuming.
|
|
614
|
-
*
|
|
615
|
-
* The before callback will be called 0 to N times. The before callback will typically be called 0 times if no continuation was ever made for the promise.
|
|
616
|
-
* The before callback may be called many times in the case where many continuations have been made from the same promise.
|
|
617
|
-
* @since v17.1.0, v16.14.0
|
|
618
|
-
*/
|
|
619
|
-
interface Before {
|
|
620
|
-
(promise: Promise<unknown>): void;
|
|
621
|
-
}
|
|
622
|
-
/**
|
|
623
|
-
* Called immediately after a promise continuation executes. This may be after a `then()`, `catch()`, or `finally()` handler or before an await after another await.
|
|
624
|
-
* @since v17.1.0, v16.14.0
|
|
625
|
-
*/
|
|
626
|
-
interface After {
|
|
627
|
-
(promise: Promise<unknown>): void;
|
|
628
|
-
}
|
|
629
|
-
/**
|
|
630
|
-
* Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of {@link Promise.resolve()} or
|
|
631
|
-
* {@link Promise.reject()}.
|
|
632
|
-
* @since v17.1.0, v16.14.0
|
|
633
|
-
*/
|
|
634
|
-
interface Settled {
|
|
635
|
-
(promise: Promise<unknown>): void;
|
|
636
|
-
}
|
|
637
|
-
/**
|
|
638
|
-
* Key events in the lifetime of a promise have been categorized into four areas: creation of a promise, before/after a continuation handler is called or
|
|
639
|
-
* around an await, and when the promise resolves or rejects.
|
|
640
|
-
*
|
|
641
|
-
* Because promises are asynchronous resources whose lifecycle is tracked via the promise hooks mechanism, the `init()`, `before()`, `after()`, and
|
|
642
|
-
* `settled()` callbacks must not be async functions as they create more promises which would produce an infinite loop.
|
|
643
|
-
* @since v17.1.0, v16.14.0
|
|
644
|
-
*/
|
|
645
|
-
interface HookCallbacks {
|
|
646
|
-
init?: Init;
|
|
647
|
-
before?: Before;
|
|
648
|
-
after?: After;
|
|
649
|
-
settled?: Settled;
|
|
650
|
-
}
|
|
651
|
-
interface PromiseHooks {
|
|
652
|
-
/**
|
|
653
|
-
* The `init` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
654
|
-
* @since v17.1.0, v16.14.0
|
|
655
|
-
* @param init The {@link Init | `init` callback} to call when a promise is created.
|
|
656
|
-
* @return Call to stop the hook.
|
|
657
|
-
*/
|
|
658
|
-
onInit: (init: Init) => Function;
|
|
659
|
-
/**
|
|
660
|
-
* The `settled` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
661
|
-
* @since v17.1.0, v16.14.0
|
|
662
|
-
* @param settled The {@link Settled | `settled` callback} to call when a promise is created.
|
|
663
|
-
* @return Call to stop the hook.
|
|
664
|
-
*/
|
|
665
|
-
onSettled: (settled: Settled) => Function;
|
|
666
|
-
/**
|
|
667
|
-
* The `before` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
668
|
-
* @since v17.1.0, v16.14.0
|
|
669
|
-
* @param before The {@link Before | `before` callback} to call before a promise continuation executes.
|
|
670
|
-
* @return Call to stop the hook.
|
|
671
|
-
*/
|
|
672
|
-
onBefore: (before: Before) => Function;
|
|
673
|
-
/**
|
|
674
|
-
* The `after` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
675
|
-
* @since v17.1.0, v16.14.0
|
|
676
|
-
* @param after The {@link After | `after` callback} to call after a promise continuation executes.
|
|
677
|
-
* @return Call to stop the hook.
|
|
678
|
-
*/
|
|
679
|
-
onAfter: (after: After) => Function;
|
|
680
|
-
/**
|
|
681
|
-
* Registers functions to be called for different lifetime events of each promise.
|
|
682
|
-
* The callbacks `init()`/`before()`/`after()`/`settled()` are called for the respective events during a promise's lifetime.
|
|
683
|
-
* All callbacks are optional. For example, if only promise creation needs to be tracked, then only the init callback needs to be passed.
|
|
684
|
-
* The hook callbacks must be plain functions. Providing async functions will throw as it would produce an infinite microtask loop.
|
|
685
|
-
* @since v17.1.0, v16.14.0
|
|
686
|
-
* @param callbacks The {@link HookCallbacks | Hook Callbacks} to register
|
|
687
|
-
* @return Used for disabling hooks
|
|
688
|
-
*/
|
|
689
|
-
createHook: (callbacks: HookCallbacks) => Function;
|
|
690
|
-
}
|
|
691
|
-
/**
|
|
692
|
-
* The `promiseHooks` interface can be used to track promise lifecycle events.
|
|
693
|
-
* @since v17.1.0, v16.14.0
|
|
694
|
-
*/
|
|
695
|
-
const promiseHooks: PromiseHooks;
|
|
696
|
-
type StartupSnapshotCallbackFn = (args: any) => any;
|
|
697
|
-
interface StartupSnapshot {
|
|
698
|
-
/**
|
|
699
|
-
* Add a callback that will be called when the Node.js instance is about to get serialized into a snapshot and exit.
|
|
700
|
-
* This can be used to release resources that should not or cannot be serialized or to convert user data into a form more suitable for serialization.
|
|
701
|
-
* @since v18.6.0, v16.17.0
|
|
702
|
-
*/
|
|
703
|
-
addSerializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void;
|
|
704
|
-
/**
|
|
705
|
-
* Add a callback that will be called when the Node.js instance is deserialized from a snapshot.
|
|
706
|
-
* The `callback` and the `data` (if provided) will be serialized into the snapshot, they can be used to re-initialize the state of the application or
|
|
707
|
-
* to re-acquire resources that the application needs when the application is restarted from the snapshot.
|
|
708
|
-
* @since v18.6.0, v16.17.0
|
|
709
|
-
*/
|
|
710
|
-
addDeserializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void;
|
|
711
|
-
/**
|
|
712
|
-
* This sets the entry point of the Node.js application when it is deserialized from a snapshot. This can be called only once in the snapshot building script.
|
|
713
|
-
* If called, the deserialized application no longer needs an additional entry point script to start up and will simply invoke the callback along with the deserialized
|
|
714
|
-
* data (if provided), otherwise an entry point script still needs to be provided to the deserialized application.
|
|
715
|
-
* @since v18.6.0, v16.17.0
|
|
716
|
-
*/
|
|
717
|
-
setDeserializeMainFunction(callback: StartupSnapshotCallbackFn, data?: any): void;
|
|
718
|
-
/**
|
|
719
|
-
* Returns true if the Node.js instance is run to build a snapshot.
|
|
720
|
-
* @since v18.6.0, v16.17.0
|
|
721
|
-
*/
|
|
722
|
-
isBuildingSnapshot(): boolean;
|
|
723
|
-
}
|
|
724
|
-
/**
|
|
725
|
-
* The `v8.startupSnapshot` interface can be used to add serialization and deserialization hooks for custom startup snapshots.
|
|
726
|
-
*
|
|
727
|
-
* ```bash
|
|
728
|
-
* $ node --snapshot-blob snapshot.blob --build-snapshot entry.js
|
|
729
|
-
* # This launches a process with the snapshot
|
|
730
|
-
* $ node --snapshot-blob snapshot.blob
|
|
731
|
-
* ```
|
|
732
|
-
*
|
|
733
|
-
* In the example above, `entry.js` can use methods from the `v8.startupSnapshot` interface to specify how to save information for custom objects
|
|
734
|
-
* in the snapshot during serialization and how the information can be used to synchronize these objects during deserialization of the snapshot.
|
|
735
|
-
* For example, if the `entry.js` contains the following script:
|
|
736
|
-
*
|
|
737
|
-
* ```js
|
|
738
|
-
* 'use strict';
|
|
739
|
-
*
|
|
740
|
-
* import fs from 'node:fs';
|
|
741
|
-
* import zlib from 'node:zlib';
|
|
742
|
-
* import path from 'node:path';
|
|
743
|
-
* import assert from 'node:assert';
|
|
744
|
-
*
|
|
745
|
-
* import v8 from 'node:v8';
|
|
746
|
-
*
|
|
747
|
-
* class BookShelf {
|
|
748
|
-
* storage = new Map();
|
|
749
|
-
*
|
|
750
|
-
* // Reading a series of files from directory and store them into storage.
|
|
751
|
-
* constructor(directory, books) {
|
|
752
|
-
* for (const book of books) {
|
|
753
|
-
* this.storage.set(book, fs.readFileSync(path.join(directory, book)));
|
|
754
|
-
* }
|
|
755
|
-
* }
|
|
756
|
-
*
|
|
757
|
-
* static compressAll(shelf) {
|
|
758
|
-
* for (const [ book, content ] of shelf.storage) {
|
|
759
|
-
* shelf.storage.set(book, zlib.gzipSync(content));
|
|
760
|
-
* }
|
|
761
|
-
* }
|
|
762
|
-
*
|
|
763
|
-
* static decompressAll(shelf) {
|
|
764
|
-
* for (const [ book, content ] of shelf.storage) {
|
|
765
|
-
* shelf.storage.set(book, zlib.gunzipSync(content));
|
|
766
|
-
* }
|
|
767
|
-
* }
|
|
768
|
-
* }
|
|
769
|
-
*
|
|
770
|
-
* // __dirname here is where the snapshot script is placed
|
|
771
|
-
* // during snapshot building time.
|
|
772
|
-
* const shelf = new BookShelf(__dirname, [
|
|
773
|
-
* 'book1.en_US.txt',
|
|
774
|
-
* 'book1.es_ES.txt',
|
|
775
|
-
* 'book2.zh_CN.txt',
|
|
776
|
-
* ]);
|
|
777
|
-
*
|
|
778
|
-
* assert(v8.startupSnapshot.isBuildingSnapshot());
|
|
779
|
-
* // On snapshot serialization, compress the books to reduce size.
|
|
780
|
-
* v8.startupSnapshot.addSerializeCallback(BookShelf.compressAll, shelf);
|
|
781
|
-
* // On snapshot deserialization, decompress the books.
|
|
782
|
-
* v8.startupSnapshot.addDeserializeCallback(BookShelf.decompressAll, shelf);
|
|
783
|
-
* v8.startupSnapshot.setDeserializeMainFunction((shelf) => {
|
|
784
|
-
* // process.env and process.argv are refreshed during snapshot
|
|
785
|
-
* // deserialization.
|
|
786
|
-
* const lang = process.env.BOOK_LANG || 'en_US';
|
|
787
|
-
* const book = process.argv[1];
|
|
788
|
-
* const name = `${book}.${lang}.txt`;
|
|
789
|
-
* console.log(shelf.storage.get(name));
|
|
790
|
-
* }, shelf);
|
|
791
|
-
* ```
|
|
792
|
-
*
|
|
793
|
-
* The resulted binary will get print the data deserialized from the snapshot during start up, using the refreshed `process.env` and `process.argv` of the launched process:
|
|
794
|
-
*
|
|
795
|
-
* ```bash
|
|
796
|
-
* $ BOOK_LANG=es_ES node --snapshot-blob snapshot.blob book1
|
|
797
|
-
* # Prints content of book1.es_ES.txt deserialized from the snapshot.
|
|
798
|
-
* ```
|
|
799
|
-
*
|
|
800
|
-
* Currently the application deserialized from a user-land snapshot cannot be snapshotted again, so these APIs are only available to applications that are not deserialized from a user-land snapshot.
|
|
801
|
-
*
|
|
802
|
-
* @experimental
|
|
803
|
-
* @since v18.6.0, v16.17.0
|
|
804
|
-
*/
|
|
805
|
-
const startupSnapshot: StartupSnapshot;
|
|
806
|
-
}
|
|
807
|
-
declare module "node:v8" {
|
|
808
|
-
export * from "v8";
|
|
809
|
-
}
|