@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,715 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The `node:worker_threads` module enables the use of threads that execute
|
|
3
|
-
* JavaScript in parallel. To access it:
|
|
4
|
-
*
|
|
5
|
-
* ```js
|
|
6
|
-
* import worker from 'node:worker_threads';
|
|
7
|
-
* ```
|
|
8
|
-
*
|
|
9
|
-
* Workers (threads) are useful for performing CPU-intensive JavaScript operations.
|
|
10
|
-
* They do not help much with I/O-intensive work. The Node.js built-in
|
|
11
|
-
* asynchronous I/O operations are more efficient than Workers can be.
|
|
12
|
-
*
|
|
13
|
-
* Unlike `child_process` or `cluster`, `worker_threads` can share memory. They do
|
|
14
|
-
* so by transferring `ArrayBuffer` instances or sharing `SharedArrayBuffer` instances.
|
|
15
|
-
*
|
|
16
|
-
* ```js
|
|
17
|
-
* import {
|
|
18
|
-
* Worker, isMainThread, parentPort, workerData,
|
|
19
|
-
* } from 'node:worker_threads';
|
|
20
|
-
* import { parse } = from 'some-js-parsing-library';
|
|
21
|
-
*
|
|
22
|
-
* if (isMainThread) {
|
|
23
|
-
* module.exports = function parseJSAsync(script) {
|
|
24
|
-
* return new Promise((resolve, reject) => {
|
|
25
|
-
* const worker = new Worker(__filename, {
|
|
26
|
-
* workerData: script,
|
|
27
|
-
* });
|
|
28
|
-
* worker.on('message', resolve);
|
|
29
|
-
* worker.on('error', reject);
|
|
30
|
-
* worker.on('exit', (code) => {
|
|
31
|
-
* if (code !== 0)
|
|
32
|
-
* reject(new Error(`Worker stopped with exit code ${code}`));
|
|
33
|
-
* });
|
|
34
|
-
* });
|
|
35
|
-
* };
|
|
36
|
-
* } else {
|
|
37
|
-
* const script = workerData;
|
|
38
|
-
* parentPort.postMessage(parse(script));
|
|
39
|
-
* }
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* The above example spawns a Worker thread for each `parseJSAsync()` call. In
|
|
43
|
-
* practice, use a pool of Workers for these kinds of tasks. Otherwise, the
|
|
44
|
-
* overhead of creating Workers would likely exceed their benefit.
|
|
45
|
-
*
|
|
46
|
-
* When implementing a worker pool, use the `AsyncResource` API to inform
|
|
47
|
-
* diagnostic tools (e.g. to provide asynchronous stack traces) about the
|
|
48
|
-
* correlation between tasks and their outcomes. See `"Using AsyncResource for a Worker thread pool"` in the `async_hooks` documentation for an example implementation.
|
|
49
|
-
*
|
|
50
|
-
* Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options,
|
|
51
|
-
* specifically `argv` and `execArgv` options.
|
|
52
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/worker_threads.js)
|
|
53
|
-
*/
|
|
54
|
-
declare module "worker_threads" {
|
|
55
|
-
import { Context } from "node:vm";
|
|
56
|
-
import { EventEmitter, NodeEventTarget } from "node:events";
|
|
57
|
-
import { EventLoopUtilityFunction } from "node:perf_hooks";
|
|
58
|
-
import { FileHandle } from "node:fs/promises";
|
|
59
|
-
import { Readable, Writable } from "node:stream";
|
|
60
|
-
import { ReadableStream, TransformStream, WritableStream } from "node:stream/web";
|
|
61
|
-
import { URL } from "node:url";
|
|
62
|
-
import { MessageEvent } from "undici-types";
|
|
63
|
-
const isMainThread: boolean;
|
|
64
|
-
const parentPort: null | MessagePort;
|
|
65
|
-
const resourceLimits: ResourceLimits;
|
|
66
|
-
const SHARE_ENV: unique symbol;
|
|
67
|
-
const threadId: number;
|
|
68
|
-
const workerData: any;
|
|
69
|
-
/**
|
|
70
|
-
* Instances of the `worker.MessageChannel` class represent an asynchronous,
|
|
71
|
-
* two-way communications channel.
|
|
72
|
-
* The `MessageChannel` has no methods of its own. `new MessageChannel()` yields an object with `port1` and `port2` properties, which refer to linked `MessagePort` instances.
|
|
73
|
-
*
|
|
74
|
-
* ```js
|
|
75
|
-
* import { MessageChannel } from 'node:worker_threads';
|
|
76
|
-
*
|
|
77
|
-
* const { port1, port2 } = new MessageChannel();
|
|
78
|
-
* port1.on('message', (message) => console.log('received', message));
|
|
79
|
-
* port2.postMessage({ foo: 'bar' });
|
|
80
|
-
* // Prints: received { foo: 'bar' } from the `port1.on('message')` listener
|
|
81
|
-
* ```
|
|
82
|
-
* @since v10.5.0
|
|
83
|
-
*/
|
|
84
|
-
class MessageChannel {
|
|
85
|
-
readonly port1: MessagePort;
|
|
86
|
-
readonly port2: MessagePort;
|
|
87
|
-
}
|
|
88
|
-
interface WorkerPerformance {
|
|
89
|
-
eventLoopUtilization: EventLoopUtilityFunction;
|
|
90
|
-
}
|
|
91
|
-
type Transferable =
|
|
92
|
-
| ArrayBuffer
|
|
93
|
-
| MessagePort
|
|
94
|
-
| AbortSignal
|
|
95
|
-
| FileHandle
|
|
96
|
-
| ReadableStream
|
|
97
|
-
| WritableStream
|
|
98
|
-
| TransformStream;
|
|
99
|
-
/** @deprecated Use `import { Transferable } from "node:worker_threads"` instead. */
|
|
100
|
-
type TransferListItem = Transferable;
|
|
101
|
-
/**
|
|
102
|
-
* Instances of the `worker.MessagePort` class represent one end of an
|
|
103
|
-
* asynchronous, two-way communications channel. It can be used to transfer
|
|
104
|
-
* structured data, memory regions and other `MessagePort`s between different `Worker`s.
|
|
105
|
-
*
|
|
106
|
-
* This implementation matches [browser `MessagePort`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort) s.
|
|
107
|
-
* @since v10.5.0
|
|
108
|
-
*/
|
|
109
|
-
class MessagePort implements EventTarget {
|
|
110
|
-
/**
|
|
111
|
-
* Disables further sending of messages on either side of the connection.
|
|
112
|
-
* This method can be called when no further communication will happen over this `MessagePort`.
|
|
113
|
-
*
|
|
114
|
-
* The `'close' event` is emitted on both `MessagePort` instances that
|
|
115
|
-
* are part of the channel.
|
|
116
|
-
* @since v10.5.0
|
|
117
|
-
*/
|
|
118
|
-
close(): void;
|
|
119
|
-
/**
|
|
120
|
-
* Sends a JavaScript value to the receiving side of this channel. `value` is transferred in a way which is compatible with
|
|
121
|
-
* the [HTML structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm).
|
|
122
|
-
*
|
|
123
|
-
* In particular, the significant differences to `JSON` are:
|
|
124
|
-
*
|
|
125
|
-
* * `value` may contain circular references.
|
|
126
|
-
* * `value` may contain instances of builtin JS types such as `RegExp`s, `BigInt`s, `Map`s, `Set`s, etc.
|
|
127
|
-
* * `value` may contain typed arrays, both using `ArrayBuffer`s
|
|
128
|
-
* and `SharedArrayBuffer`s.
|
|
129
|
-
* * `value` may contain [`WebAssembly.Module`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module) instances.
|
|
130
|
-
* * `value` may not contain native (C++-backed) objects other than:
|
|
131
|
-
*
|
|
132
|
-
* ```js
|
|
133
|
-
* import { MessageChannel } from 'node:worker_threads';
|
|
134
|
-
* const { port1, port2 } = new MessageChannel();
|
|
135
|
-
*
|
|
136
|
-
* port1.on('message', (message) => console.log(message));
|
|
137
|
-
*
|
|
138
|
-
* const circularData = {};
|
|
139
|
-
* circularData.foo = circularData;
|
|
140
|
-
* // Prints: { foo: [Circular] }
|
|
141
|
-
* port2.postMessage(circularData);
|
|
142
|
-
* ```
|
|
143
|
-
*
|
|
144
|
-
* `transferList` may be a list of [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer), `MessagePort`, and `FileHandle` objects.
|
|
145
|
-
* After transferring, they are not usable on the sending side of the channel
|
|
146
|
-
* anymore (even if they are not contained in `value`). Unlike with `child processes`, transferring handles such as network sockets is currently
|
|
147
|
-
* not supported.
|
|
148
|
-
*
|
|
149
|
-
* If `value` contains [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances, those are accessible
|
|
150
|
-
* from either thread. They cannot be listed in `transferList`.
|
|
151
|
-
*
|
|
152
|
-
* `value` may still contain `ArrayBuffer` instances that are not in `transferList`; in that case, the underlying memory is copied rather than moved.
|
|
153
|
-
*
|
|
154
|
-
* ```js
|
|
155
|
-
* import { MessageChannel } from 'node:worker_threads';
|
|
156
|
-
* const { port1, port2 } = new MessageChannel();
|
|
157
|
-
*
|
|
158
|
-
* port1.on('message', (message) => console.log(message));
|
|
159
|
-
*
|
|
160
|
-
* const uint8Array = new Uint8Array([ 1, 2, 3, 4 ]);
|
|
161
|
-
* // This posts a copy of `uint8Array`:
|
|
162
|
-
* port2.postMessage(uint8Array);
|
|
163
|
-
* // This does not copy data, but renders `uint8Array` unusable:
|
|
164
|
-
* port2.postMessage(uint8Array, [ uint8Array.buffer ]);
|
|
165
|
-
*
|
|
166
|
-
* // The memory for the `sharedUint8Array` is accessible from both the
|
|
167
|
-
* // original and the copy received by `.on('message')`:
|
|
168
|
-
* const sharedUint8Array = new Uint8Array(new SharedArrayBuffer(4));
|
|
169
|
-
* port2.postMessage(sharedUint8Array);
|
|
170
|
-
*
|
|
171
|
-
* // This transfers a freshly created message port to the receiver.
|
|
172
|
-
* // This can be used, for example, to create communication channels between
|
|
173
|
-
* // multiple `Worker` threads that are children of the same parent thread.
|
|
174
|
-
* const otherChannel = new MessageChannel();
|
|
175
|
-
* port2.postMessage({ port: otherChannel.port1 }, [ otherChannel.port1 ]);
|
|
176
|
-
* ```
|
|
177
|
-
*
|
|
178
|
-
* The message object is cloned immediately, and can be modified after
|
|
179
|
-
* posting without having side effects.
|
|
180
|
-
*
|
|
181
|
-
* For more information on the serialization and deserialization mechanisms
|
|
182
|
-
* behind this API, see the `serialization API of the node:v8 module`.
|
|
183
|
-
* @since v10.5.0
|
|
184
|
-
*/
|
|
185
|
-
postMessage(value: any, transferList?: readonly Transferable[]): void;
|
|
186
|
-
/**
|
|
187
|
-
* Opposite of `unref()`. Calling `ref()` on a previously `unref()`ed port does _not_ let the program exit if it's the only active handle left (the default
|
|
188
|
-
* behavior). If the port is `ref()`ed, calling `ref()` again has no effect.
|
|
189
|
-
*
|
|
190
|
-
* If listeners are attached or removed using `.on('message')`, the port
|
|
191
|
-
* is `ref()`ed and `unref()`ed automatically depending on whether
|
|
192
|
-
* listeners for the event exist.
|
|
193
|
-
* @since v10.5.0
|
|
194
|
-
*/
|
|
195
|
-
ref(): void;
|
|
196
|
-
/**
|
|
197
|
-
* Calling `unref()` on a port allows the thread to exit if this is the only
|
|
198
|
-
* active handle in the event system. If the port is already `unref()`ed calling `unref()` again has no effect.
|
|
199
|
-
*
|
|
200
|
-
* If listeners are attached or removed using `.on('message')`, the port is `ref()`ed and `unref()`ed automatically depending on whether
|
|
201
|
-
* listeners for the event exist.
|
|
202
|
-
* @since v10.5.0
|
|
203
|
-
*/
|
|
204
|
-
unref(): void;
|
|
205
|
-
/**
|
|
206
|
-
* Starts receiving messages on this `MessagePort`. When using this port
|
|
207
|
-
* as an event emitter, this is called automatically once `'message'` listeners are attached.
|
|
208
|
-
*
|
|
209
|
-
* This method exists for parity with the Web `MessagePort` API. In Node.js,
|
|
210
|
-
* it is only useful for ignoring messages when no event listener is present.
|
|
211
|
-
* Node.js also diverges in its handling of `.onmessage`. Setting it
|
|
212
|
-
* automatically calls `.start()`, but unsetting it lets messages queue up
|
|
213
|
-
* until a new handler is set or the port is discarded.
|
|
214
|
-
* @since v10.5.0
|
|
215
|
-
*/
|
|
216
|
-
start(): void;
|
|
217
|
-
addListener(event: "close", listener: (ev: Event) => void): this;
|
|
218
|
-
addListener(event: "message", listener: (value: any) => void): this;
|
|
219
|
-
addListener(event: "messageerror", listener: (error: Error) => void): this;
|
|
220
|
-
addListener(event: string, listener: (arg: any) => void): this;
|
|
221
|
-
emit(event: "close", ev: Event): boolean;
|
|
222
|
-
emit(event: "message", value: any): boolean;
|
|
223
|
-
emit(event: "messageerror", error: Error): boolean;
|
|
224
|
-
emit(event: string, arg: any): boolean;
|
|
225
|
-
off(event: "close", listener: (ev: Event) => void, options?: EventListenerOptions): this;
|
|
226
|
-
off(event: "message", listener: (value: any) => void, options?: EventListenerOptions): this;
|
|
227
|
-
off(event: "messageerror", listener: (error: Error) => void, options?: EventListenerOptions): this;
|
|
228
|
-
off(event: string, listener: (arg: any) => void, options?: EventListenerOptions): this;
|
|
229
|
-
on(event: "close", listener: (ev: Event) => void): this;
|
|
230
|
-
on(event: "message", listener: (value: any) => void): this;
|
|
231
|
-
on(event: "messageerror", listener: (error: Error) => void): this;
|
|
232
|
-
on(event: string, listener: (arg: any) => void): this;
|
|
233
|
-
once(event: "close", listener: (ev: Event) => void): this;
|
|
234
|
-
once(event: "message", listener: (value: any) => void): this;
|
|
235
|
-
once(event: "messageerror", listener: (error: Error) => void): this;
|
|
236
|
-
once(event: string, listener: (arg: any) => void): this;
|
|
237
|
-
removeListener(event: "close", listener: (ev: Event) => void, options?: EventListenerOptions): this;
|
|
238
|
-
removeListener(event: "message", listener: (value: any) => void, options?: EventListenerOptions): this;
|
|
239
|
-
removeListener(event: "messageerror", listener: (error: Error) => void, options?: EventListenerOptions): this;
|
|
240
|
-
removeListener(event: string, listener: (arg: any) => void, options?: EventListenerOptions): this;
|
|
241
|
-
}
|
|
242
|
-
interface MessagePort extends NodeEventTarget {}
|
|
243
|
-
interface WorkerOptions {
|
|
244
|
-
/**
|
|
245
|
-
* List of arguments which would be stringified and appended to
|
|
246
|
-
* `process.argv` in the worker. This is mostly similar to the `workerData`
|
|
247
|
-
* but the values will be available on the global `process.argv` as if they
|
|
248
|
-
* were passed as CLI options to the script.
|
|
249
|
-
*/
|
|
250
|
-
argv?: any[] | undefined;
|
|
251
|
-
env?: NodeJS.Dict<string> | typeof SHARE_ENV | undefined;
|
|
252
|
-
eval?: boolean | undefined;
|
|
253
|
-
workerData?: any;
|
|
254
|
-
stdin?: boolean | undefined;
|
|
255
|
-
stdout?: boolean | undefined;
|
|
256
|
-
stderr?: boolean | undefined;
|
|
257
|
-
execArgv?: string[] | undefined;
|
|
258
|
-
resourceLimits?: ResourceLimits | undefined;
|
|
259
|
-
/**
|
|
260
|
-
* Additional data to send in the first worker message.
|
|
261
|
-
*/
|
|
262
|
-
transferList?: Transferable[] | undefined;
|
|
263
|
-
/**
|
|
264
|
-
* @default true
|
|
265
|
-
*/
|
|
266
|
-
trackUnmanagedFds?: boolean | undefined;
|
|
267
|
-
/**
|
|
268
|
-
* An optional `name` to be appended to the worker title
|
|
269
|
-
* for debuggin/identification purposes, making the final title as
|
|
270
|
-
* `[worker ${id}] ${name}`.
|
|
271
|
-
*/
|
|
272
|
-
name?: string | undefined;
|
|
273
|
-
}
|
|
274
|
-
interface ResourceLimits {
|
|
275
|
-
/**
|
|
276
|
-
* The maximum size of a heap space for recently created objects.
|
|
277
|
-
*/
|
|
278
|
-
maxYoungGenerationSizeMb?: number | undefined;
|
|
279
|
-
/**
|
|
280
|
-
* The maximum size of the main heap in MB.
|
|
281
|
-
*/
|
|
282
|
-
maxOldGenerationSizeMb?: number | undefined;
|
|
283
|
-
/**
|
|
284
|
-
* The size of a pre-allocated memory range used for generated code.
|
|
285
|
-
*/
|
|
286
|
-
codeRangeSizeMb?: number | undefined;
|
|
287
|
-
/**
|
|
288
|
-
* The default maximum stack size for the thread. Small values may lead to unusable Worker instances.
|
|
289
|
-
* @default 4
|
|
290
|
-
*/
|
|
291
|
-
stackSizeMb?: number | undefined;
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* The `Worker` class represents an independent JavaScript execution thread.
|
|
295
|
-
* Most Node.js APIs are available inside of it.
|
|
296
|
-
*
|
|
297
|
-
* Notable differences inside a Worker environment are:
|
|
298
|
-
*
|
|
299
|
-
* * The `process.stdin`, `process.stdout`, and `process.stderr` streams may be redirected by the parent thread.
|
|
300
|
-
* * The `import { isMainThread } from 'node:worker_threads'` property is set to `false`.
|
|
301
|
-
* * The `import { parentPort } from 'node:worker_threads'` message port is available.
|
|
302
|
-
* * `process.exit()` does not stop the whole program, just the single thread,
|
|
303
|
-
* and `process.abort()` is not available.
|
|
304
|
-
* * `process.chdir()` and `process` methods that set group or user ids
|
|
305
|
-
* are not available.
|
|
306
|
-
* * `process.env` is a copy of the parent thread's environment variables,
|
|
307
|
-
* unless otherwise specified. Changes to one copy are not visible in other
|
|
308
|
-
* threads, and are not visible to native add-ons (unless `worker.SHARE_ENV` is passed as the `env` option to the `Worker` constructor). On Windows, unlike the main thread, a copy of the
|
|
309
|
-
* environment variables operates in a case-sensitive manner.
|
|
310
|
-
* * `process.title` cannot be modified.
|
|
311
|
-
* * Signals are not delivered through `process.on('...')`.
|
|
312
|
-
* * Execution may stop at any point as a result of `worker.terminate()` being invoked.
|
|
313
|
-
* * IPC channels from parent processes are not accessible.
|
|
314
|
-
* * The `trace_events` module is not supported.
|
|
315
|
-
* * Native add-ons can only be loaded from multiple threads if they fulfill `certain conditions`.
|
|
316
|
-
*
|
|
317
|
-
* Creating `Worker` instances inside of other `Worker`s is possible.
|
|
318
|
-
*
|
|
319
|
-
* Like [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) and the `node:cluster module`, two-way communication
|
|
320
|
-
* can be achieved through inter-thread message passing. Internally, a `Worker` has
|
|
321
|
-
* a built-in pair of `MessagePort` s that are already associated with each
|
|
322
|
-
* other when the `Worker` is created. While the `MessagePort` object on the parent
|
|
323
|
-
* side is not directly exposed, its functionalities are exposed through `worker.postMessage()` and the `worker.on('message')` event
|
|
324
|
-
* on the `Worker` object for the parent thread.
|
|
325
|
-
*
|
|
326
|
-
* To create custom messaging channels (which is encouraged over using the default
|
|
327
|
-
* global channel because it facilitates separation of concerns), users can create
|
|
328
|
-
* a `MessageChannel` object on either thread and pass one of the`MessagePort`s on that `MessageChannel` to the other thread through a
|
|
329
|
-
* pre-existing channel, such as the global one.
|
|
330
|
-
*
|
|
331
|
-
* See `port.postMessage()` for more information on how messages are passed,
|
|
332
|
-
* and what kind of JavaScript values can be successfully transported through
|
|
333
|
-
* the thread barrier.
|
|
334
|
-
*
|
|
335
|
-
* ```js
|
|
336
|
-
* import assert from 'node:assert';
|
|
337
|
-
* import {
|
|
338
|
-
* Worker, MessageChannel, MessagePort, isMainThread, parentPort,
|
|
339
|
-
* } from 'node:worker_threads';
|
|
340
|
-
* if (isMainThread) {
|
|
341
|
-
* const worker = new Worker(__filename);
|
|
342
|
-
* const subChannel = new MessageChannel();
|
|
343
|
-
* worker.postMessage({ hereIsYourPort: subChannel.port1 }, [subChannel.port1]);
|
|
344
|
-
* subChannel.port2.on('message', (value) => {
|
|
345
|
-
* console.log('received:', value);
|
|
346
|
-
* });
|
|
347
|
-
* } else {
|
|
348
|
-
* parentPort.once('message', (value) => {
|
|
349
|
-
* assert(value.hereIsYourPort instanceof MessagePort);
|
|
350
|
-
* value.hereIsYourPort.postMessage('the worker is sending this');
|
|
351
|
-
* value.hereIsYourPort.close();
|
|
352
|
-
* });
|
|
353
|
-
* }
|
|
354
|
-
* ```
|
|
355
|
-
* @since v10.5.0
|
|
356
|
-
*/
|
|
357
|
-
class Worker extends EventEmitter {
|
|
358
|
-
/**
|
|
359
|
-
* If `stdin: true` was passed to the `Worker` constructor, this is a
|
|
360
|
-
* writable stream. The data written to this stream will be made available in
|
|
361
|
-
* the worker thread as `process.stdin`.
|
|
362
|
-
* @since v10.5.0
|
|
363
|
-
*/
|
|
364
|
-
readonly stdin: Writable | null;
|
|
365
|
-
/**
|
|
366
|
-
* This is a readable stream which contains data written to `process.stdout` inside the worker thread. If `stdout: true` was not passed to the `Worker` constructor, then data is piped to the
|
|
367
|
-
* parent thread's `process.stdout` stream.
|
|
368
|
-
* @since v10.5.0
|
|
369
|
-
*/
|
|
370
|
-
readonly stdout: Readable;
|
|
371
|
-
/**
|
|
372
|
-
* This is a readable stream which contains data written to `process.stderr` inside the worker thread. If `stderr: true` was not passed to the `Worker` constructor, then data is piped to the
|
|
373
|
-
* parent thread's `process.stderr` stream.
|
|
374
|
-
* @since v10.5.0
|
|
375
|
-
*/
|
|
376
|
-
readonly stderr: Readable;
|
|
377
|
-
/**
|
|
378
|
-
* An integer identifier for the referenced thread. Inside the worker thread,
|
|
379
|
-
* it is available as `import { threadId } from 'node:node:worker_threads'`.
|
|
380
|
-
* This value is unique for each `Worker` instance inside a single process.
|
|
381
|
-
* @since v10.5.0
|
|
382
|
-
*/
|
|
383
|
-
readonly threadId: number;
|
|
384
|
-
/**
|
|
385
|
-
* Provides the set of JS engine resource constraints for this Worker thread.
|
|
386
|
-
* If the `resourceLimits` option was passed to the `Worker` constructor,
|
|
387
|
-
* this matches its values.
|
|
388
|
-
*
|
|
389
|
-
* If the worker has stopped, the return value is an empty object.
|
|
390
|
-
* @since v13.2.0, v12.16.0
|
|
391
|
-
*/
|
|
392
|
-
readonly resourceLimits?: ResourceLimits | undefined;
|
|
393
|
-
/**
|
|
394
|
-
* An object that can be used to query performance information from a worker
|
|
395
|
-
* instance. Similar to `perf_hooks.performance`.
|
|
396
|
-
* @since v15.1.0, v14.17.0, v12.22.0
|
|
397
|
-
*/
|
|
398
|
-
readonly performance: WorkerPerformance;
|
|
399
|
-
/**
|
|
400
|
-
* @param filename The path to the Worker’s main script or module.
|
|
401
|
-
* Must be either an absolute path or a relative path (i.e. relative to the current working directory) starting with ./ or ../,
|
|
402
|
-
* or a WHATWG URL object using file: protocol. If options.eval is true, this is a string containing JavaScript code rather than a path.
|
|
403
|
-
*/
|
|
404
|
-
constructor(filename: string | URL, options?: WorkerOptions);
|
|
405
|
-
/**
|
|
406
|
-
* Send a message to the worker that is received via `require('node:worker_threads').parentPort.on('message')`.
|
|
407
|
-
* See `port.postMessage()` for more details.
|
|
408
|
-
* @since v10.5.0
|
|
409
|
-
*/
|
|
410
|
-
postMessage(value: any, transferList?: readonly Transferable[]): void;
|
|
411
|
-
/**
|
|
412
|
-
* Opposite of `unref()`, calling `ref()` on a previously `unref()`ed worker does _not_ let the program exit if it's the only active handle left (the default
|
|
413
|
-
* behavior). If the worker is `ref()`ed, calling `ref()` again has
|
|
414
|
-
* no effect.
|
|
415
|
-
* @since v10.5.0
|
|
416
|
-
*/
|
|
417
|
-
ref(): void;
|
|
418
|
-
/**
|
|
419
|
-
* Calling `unref()` on a worker allows the thread to exit if this is the only
|
|
420
|
-
* active handle in the event system. If the worker is already `unref()`ed calling `unref()` again has no effect.
|
|
421
|
-
* @since v10.5.0
|
|
422
|
-
*/
|
|
423
|
-
unref(): void;
|
|
424
|
-
/**
|
|
425
|
-
* Stop all JavaScript execution in the worker thread as soon as possible.
|
|
426
|
-
* Returns a Promise for the exit code that is fulfilled when the `'exit' event` is emitted.
|
|
427
|
-
* @since v10.5.0
|
|
428
|
-
*/
|
|
429
|
-
terminate(): Promise<number>;
|
|
430
|
-
/**
|
|
431
|
-
* Returns a readable stream for a V8 snapshot of the current state of the Worker.
|
|
432
|
-
* See `v8.getHeapSnapshot()` for more details.
|
|
433
|
-
*
|
|
434
|
-
* If the Worker thread is no longer running, which may occur before the `'exit' event` is emitted, the returned `Promise` is rejected
|
|
435
|
-
* immediately with an `ERR_WORKER_NOT_RUNNING` error.
|
|
436
|
-
* @since v13.9.0, v12.17.0
|
|
437
|
-
* @return A promise for a Readable Stream containing a V8 heap snapshot
|
|
438
|
-
*/
|
|
439
|
-
getHeapSnapshot(): Promise<Readable>;
|
|
440
|
-
addListener(event: "error", listener: (err: Error) => void): this;
|
|
441
|
-
addListener(event: "exit", listener: (exitCode: number) => void): this;
|
|
442
|
-
addListener(event: "message", listener: (value: any) => void): this;
|
|
443
|
-
addListener(event: "messageerror", listener: (error: Error) => void): this;
|
|
444
|
-
addListener(event: "online", listener: () => void): this;
|
|
445
|
-
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
446
|
-
emit(event: "error", err: Error): boolean;
|
|
447
|
-
emit(event: "exit", exitCode: number): boolean;
|
|
448
|
-
emit(event: "message", value: any): boolean;
|
|
449
|
-
emit(event: "messageerror", error: Error): boolean;
|
|
450
|
-
emit(event: "online"): boolean;
|
|
451
|
-
emit(event: string | symbol, ...args: any[]): boolean;
|
|
452
|
-
on(event: "error", listener: (err: Error) => void): this;
|
|
453
|
-
on(event: "exit", listener: (exitCode: number) => void): this;
|
|
454
|
-
on(event: "message", listener: (value: any) => void): this;
|
|
455
|
-
on(event: "messageerror", listener: (error: Error) => void): this;
|
|
456
|
-
on(event: "online", listener: () => void): this;
|
|
457
|
-
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
458
|
-
once(event: "error", listener: (err: Error) => void): this;
|
|
459
|
-
once(event: "exit", listener: (exitCode: number) => void): this;
|
|
460
|
-
once(event: "message", listener: (value: any) => void): this;
|
|
461
|
-
once(event: "messageerror", listener: (error: Error) => void): this;
|
|
462
|
-
once(event: "online", listener: () => void): this;
|
|
463
|
-
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
464
|
-
prependListener(event: "error", listener: (err: Error) => void): this;
|
|
465
|
-
prependListener(event: "exit", listener: (exitCode: number) => void): this;
|
|
466
|
-
prependListener(event: "message", listener: (value: any) => void): this;
|
|
467
|
-
prependListener(event: "messageerror", listener: (error: Error) => void): this;
|
|
468
|
-
prependListener(event: "online", listener: () => void): this;
|
|
469
|
-
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
470
|
-
prependOnceListener(event: "error", listener: (err: Error) => void): this;
|
|
471
|
-
prependOnceListener(event: "exit", listener: (exitCode: number) => void): this;
|
|
472
|
-
prependOnceListener(event: "message", listener: (value: any) => void): this;
|
|
473
|
-
prependOnceListener(event: "messageerror", listener: (error: Error) => void): this;
|
|
474
|
-
prependOnceListener(event: "online", listener: () => void): this;
|
|
475
|
-
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
476
|
-
removeListener(event: "error", listener: (err: Error) => void): this;
|
|
477
|
-
removeListener(event: "exit", listener: (exitCode: number) => void): this;
|
|
478
|
-
removeListener(event: "message", listener: (value: any) => void): this;
|
|
479
|
-
removeListener(event: "messageerror", listener: (error: Error) => void): this;
|
|
480
|
-
removeListener(event: "online", listener: () => void): this;
|
|
481
|
-
removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
482
|
-
off(event: "error", listener: (err: Error) => void): this;
|
|
483
|
-
off(event: "exit", listener: (exitCode: number) => void): this;
|
|
484
|
-
off(event: "message", listener: (value: any) => void): this;
|
|
485
|
-
off(event: "messageerror", listener: (error: Error) => void): this;
|
|
486
|
-
off(event: "online", listener: () => void): this;
|
|
487
|
-
off(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
488
|
-
}
|
|
489
|
-
interface BroadcastChannel extends NodeJS.RefCounted {}
|
|
490
|
-
/**
|
|
491
|
-
* Instances of `BroadcastChannel` allow asynchronous one-to-many communication
|
|
492
|
-
* with all other `BroadcastChannel` instances bound to the same channel name.
|
|
493
|
-
*
|
|
494
|
-
* ```js
|
|
495
|
-
* 'use strict';
|
|
496
|
-
*
|
|
497
|
-
* import {
|
|
498
|
-
* isMainThread,
|
|
499
|
-
* BroadcastChannel,
|
|
500
|
-
* Worker,
|
|
501
|
-
* } from 'node:worker_threads';
|
|
502
|
-
*
|
|
503
|
-
* const bc = new BroadcastChannel('hello');
|
|
504
|
-
*
|
|
505
|
-
* if (isMainThread) {
|
|
506
|
-
* let c = 0;
|
|
507
|
-
* bc.onmessage = (event) => {
|
|
508
|
-
* console.log(event.data);
|
|
509
|
-
* if (++c === 10) bc.close();
|
|
510
|
-
* };
|
|
511
|
-
* for (let n = 0; n < 10; n++)
|
|
512
|
-
* new Worker(__filename);
|
|
513
|
-
* } else {
|
|
514
|
-
* bc.postMessage('hello from every worker');
|
|
515
|
-
* bc.close();
|
|
516
|
-
* }
|
|
517
|
-
* ```
|
|
518
|
-
* @since v15.4.0
|
|
519
|
-
*/
|
|
520
|
-
class BroadcastChannel extends EventTarget {
|
|
521
|
-
readonly name: string;
|
|
522
|
-
/**
|
|
523
|
-
* Invoked with a single \`MessageEvent\` argument when a message is received.
|
|
524
|
-
* @since v15.4.0
|
|
525
|
-
*/
|
|
526
|
-
onmessage: (message: MessageEvent) => void;
|
|
527
|
-
/**
|
|
528
|
-
* Invoked with a received message cannot be deserialized.
|
|
529
|
-
* @since v15.4.0
|
|
530
|
-
*/
|
|
531
|
-
onmessageerror: (message: MessageEvent) => void;
|
|
532
|
-
constructor(name: string);
|
|
533
|
-
/**
|
|
534
|
-
* Closes the `BroadcastChannel` connection.
|
|
535
|
-
* @since v15.4.0
|
|
536
|
-
*/
|
|
537
|
-
close(): void;
|
|
538
|
-
/**
|
|
539
|
-
* @since v15.4.0
|
|
540
|
-
* @param message Any cloneable JavaScript value.
|
|
541
|
-
*/
|
|
542
|
-
postMessage(message: unknown): void;
|
|
543
|
-
}
|
|
544
|
-
/**
|
|
545
|
-
* Mark an object as not transferable. If `object` occurs in the transfer list of
|
|
546
|
-
* a `port.postMessage()` call, it is ignored.
|
|
547
|
-
*
|
|
548
|
-
* In particular, this makes sense for objects that can be cloned, rather than
|
|
549
|
-
* transferred, and which are used by other objects on the sending side.
|
|
550
|
-
* For example, Node.js marks the `ArrayBuffer`s it uses for its `Buffer pool` with this.
|
|
551
|
-
*
|
|
552
|
-
* This operation cannot be undone.
|
|
553
|
-
*
|
|
554
|
-
* ```js
|
|
555
|
-
* import { MessageChannel, markAsUntransferable } from 'node:worker_threads';
|
|
556
|
-
*
|
|
557
|
-
* const pooledBuffer = new ArrayBuffer(8);
|
|
558
|
-
* const typedArray1 = new Uint8Array(pooledBuffer);
|
|
559
|
-
* const typedArray2 = new Float64Array(pooledBuffer);
|
|
560
|
-
*
|
|
561
|
-
* markAsUntransferable(pooledBuffer);
|
|
562
|
-
*
|
|
563
|
-
* const { port1 } = new MessageChannel();
|
|
564
|
-
* port1.postMessage(typedArray1, [ typedArray1.buffer ]);
|
|
565
|
-
*
|
|
566
|
-
* // The following line prints the contents of typedArray1 -- it still owns
|
|
567
|
-
* // its memory and has been cloned, not transferred. Without
|
|
568
|
-
* // `markAsUntransferable()`, this would print an empty Uint8Array.
|
|
569
|
-
* // typedArray2 is intact as well.
|
|
570
|
-
* console.log(typedArray1);
|
|
571
|
-
* console.log(typedArray2);
|
|
572
|
-
* ```
|
|
573
|
-
*
|
|
574
|
-
* There is no equivalent to this API in browsers.
|
|
575
|
-
* @since v14.5.0, v12.19.0
|
|
576
|
-
*/
|
|
577
|
-
function markAsUntransferable(object: object): void;
|
|
578
|
-
/**
|
|
579
|
-
* Transfer a `MessagePort` to a different `vm` Context. The original `port` object is rendered unusable, and the returned `MessagePort` instance
|
|
580
|
-
* takes its place.
|
|
581
|
-
*
|
|
582
|
-
* The returned `MessagePort` is an object in the target context and
|
|
583
|
-
* inherits from its global `Object` class. Objects passed to the [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) listener are also created in the
|
|
584
|
-
* target context
|
|
585
|
-
* and inherit from its global `Object` class.
|
|
586
|
-
*
|
|
587
|
-
* However, the created `MessagePort` no longer inherits from [`EventTarget`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget), and only
|
|
588
|
-
* [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) can be used to receive
|
|
589
|
-
* events using it.
|
|
590
|
-
* @since v11.13.0
|
|
591
|
-
* @param port The message port to transfer.
|
|
592
|
-
* @param contextifiedSandbox A `contextified` object as returned by the `vm.createContext()` method.
|
|
593
|
-
*/
|
|
594
|
-
function moveMessagePortToContext(port: MessagePort, contextifiedSandbox: Context): MessagePort;
|
|
595
|
-
/**
|
|
596
|
-
* Receive a single message from a given `MessagePort`. If no message is available,`undefined` is returned, otherwise an object with a single `message` property
|
|
597
|
-
* that contains the message payload, corresponding to the oldest message in the `MessagePort`'s queue.
|
|
598
|
-
*
|
|
599
|
-
* ```js
|
|
600
|
-
* import { MessageChannel, receiveMessageOnPort } from 'node:worker_threads';
|
|
601
|
-
* const { port1, port2 } = new MessageChannel();
|
|
602
|
-
* port1.postMessage({ hello: 'world' });
|
|
603
|
-
*
|
|
604
|
-
* console.log(receiveMessageOnPort(port2));
|
|
605
|
-
* // Prints: { message: { hello: 'world' } }
|
|
606
|
-
* console.log(receiveMessageOnPort(port2));
|
|
607
|
-
* // Prints: undefined
|
|
608
|
-
* ```
|
|
609
|
-
*
|
|
610
|
-
* When this function is used, no `'message'` event is emitted and the `onmessage` listener is not invoked.
|
|
611
|
-
* @since v12.3.0
|
|
612
|
-
*/
|
|
613
|
-
function receiveMessageOnPort(port: MessagePort):
|
|
614
|
-
| {
|
|
615
|
-
message: any;
|
|
616
|
-
}
|
|
617
|
-
| undefined;
|
|
618
|
-
type Serializable = string | object | number | boolean | bigint;
|
|
619
|
-
/**
|
|
620
|
-
* Within a worker thread, `worker.getEnvironmentData()` returns a clone
|
|
621
|
-
* of data passed to the spawning thread's `worker.setEnvironmentData()`.
|
|
622
|
-
* Every new `Worker` receives its own copy of the environment data
|
|
623
|
-
* automatically.
|
|
624
|
-
*
|
|
625
|
-
* ```js
|
|
626
|
-
* import {
|
|
627
|
-
* Worker,
|
|
628
|
-
* isMainThread,
|
|
629
|
-
* setEnvironmentData,
|
|
630
|
-
* getEnvironmentData,
|
|
631
|
-
* } from 'node:worker_threads';
|
|
632
|
-
*
|
|
633
|
-
* if (isMainThread) {
|
|
634
|
-
* setEnvironmentData('Hello', 'World!');
|
|
635
|
-
* const worker = new Worker(__filename);
|
|
636
|
-
* } else {
|
|
637
|
-
* console.log(getEnvironmentData('Hello')); // Prints 'World!'.
|
|
638
|
-
* }
|
|
639
|
-
* ```
|
|
640
|
-
* @since v15.12.0, v14.18.0
|
|
641
|
-
* @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key.
|
|
642
|
-
*/
|
|
643
|
-
function getEnvironmentData(key: Serializable): Serializable;
|
|
644
|
-
/**
|
|
645
|
-
* The `worker.setEnvironmentData()` API sets the content of `worker.getEnvironmentData()` in the current thread and all new `Worker` instances spawned from the current context.
|
|
646
|
-
* @since v15.12.0, v14.18.0
|
|
647
|
-
* @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key.
|
|
648
|
-
* @param value Any arbitrary, cloneable JavaScript value that will be cloned and passed automatically to all new `Worker` instances. If `value` is passed as `undefined`, any previously set value
|
|
649
|
-
* for the `key` will be deleted.
|
|
650
|
-
*/
|
|
651
|
-
function setEnvironmentData(key: Serializable, value?: Serializable): void;
|
|
652
|
-
/**
|
|
653
|
-
* Sends a value to another worker, identified by its thread ID.
|
|
654
|
-
* @param threadId The target thread ID. If the thread ID is invalid, a `ERR_WORKER_MESSAGING_FAILED` error will be thrown.
|
|
655
|
-
* If the target thread ID is the current thread ID, a `ERR_WORKER_MESSAGING_SAME_THREAD` error will be thrown.
|
|
656
|
-
* @param value The value to send.
|
|
657
|
-
* @param transferList If one or more `MessagePort`-like objects are passed in value, a `transferList` is required for those items
|
|
658
|
-
* or `ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST` is thrown. See `port.postMessage()` for more information.
|
|
659
|
-
* @param timeout Time to wait for the message to be delivered in milliseconds. By default it's `undefined`, which means wait forever.
|
|
660
|
-
* If the operation times out, a `ERR_WORKER_MESSAGING_TIMEOUT` error is thrown.
|
|
661
|
-
* @since v22.5.0
|
|
662
|
-
*/
|
|
663
|
-
function postMessageToThread(threadId: number, value: any, timeout?: number): Promise<void>;
|
|
664
|
-
function postMessageToThread(
|
|
665
|
-
threadId: number,
|
|
666
|
-
value: any,
|
|
667
|
-
transferList: readonly Transferable[],
|
|
668
|
-
timeout?: number,
|
|
669
|
-
): Promise<void>;
|
|
670
|
-
|
|
671
|
-
import {
|
|
672
|
-
BroadcastChannel as _BroadcastChannel,
|
|
673
|
-
MessageChannel as _MessageChannel,
|
|
674
|
-
MessagePort as _MessagePort,
|
|
675
|
-
} from "worker_threads";
|
|
676
|
-
global {
|
|
677
|
-
function structuredClone<T>(
|
|
678
|
-
value: T,
|
|
679
|
-
options?: { transfer?: Transferable[] },
|
|
680
|
-
): T;
|
|
681
|
-
/**
|
|
682
|
-
* `BroadcastChannel` class is a global reference for `import { BroadcastChannel } from 'node:worker_threads'`
|
|
683
|
-
* https://nodejs.org/api/globals.html#broadcastchannel
|
|
684
|
-
* @since v18.0.0
|
|
685
|
-
*/
|
|
686
|
-
var BroadcastChannel: typeof globalThis extends {
|
|
687
|
-
onmessage: any;
|
|
688
|
-
BroadcastChannel: infer T;
|
|
689
|
-
} ? T
|
|
690
|
-
: typeof _BroadcastChannel;
|
|
691
|
-
/**
|
|
692
|
-
* `MessageChannel` class is a global reference for `import { MessageChannel } from 'node:worker_threads'`
|
|
693
|
-
* https://nodejs.org/api/globals.html#messagechannel
|
|
694
|
-
* @since v15.0.0
|
|
695
|
-
*/
|
|
696
|
-
var MessageChannel: typeof globalThis extends {
|
|
697
|
-
onmessage: any;
|
|
698
|
-
MessageChannel: infer T;
|
|
699
|
-
} ? T
|
|
700
|
-
: typeof _MessageChannel;
|
|
701
|
-
/**
|
|
702
|
-
* `MessagePort` class is a global reference for `import { MessagePort } from 'node:worker_threads'`
|
|
703
|
-
* https://nodejs.org/api/globals.html#messageport
|
|
704
|
-
* @since v15.0.0
|
|
705
|
-
*/
|
|
706
|
-
var MessagePort: typeof globalThis extends {
|
|
707
|
-
onmessage: any;
|
|
708
|
-
MessagePort: infer T;
|
|
709
|
-
} ? T
|
|
710
|
-
: typeof _MessagePort;
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
declare module "node:worker_threads" {
|
|
714
|
-
export * from "worker_threads";
|
|
715
|
-
}
|