@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,108 +0,0 @@
|
|
|
1
|
-
import { URL } from 'url'
|
|
2
|
-
import { TlsOptions } from 'tls'
|
|
3
|
-
import Dispatcher from './dispatcher'
|
|
4
|
-
import buildConnector from "./connector";
|
|
5
|
-
|
|
6
|
-
type ClientConnectOptions = Omit<Dispatcher.ConnectOptions, "origin">;
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* A basic HTTP/1.1 client, mapped on top a single TCP/TLS connection. Pipelining is disabled by default.
|
|
10
|
-
*/
|
|
11
|
-
export class Client extends Dispatcher {
|
|
12
|
-
constructor(url: string | URL, options?: Client.Options);
|
|
13
|
-
/** Property to get and set the pipelining factor. */
|
|
14
|
-
pipelining: number;
|
|
15
|
-
/** `true` after `client.close()` has been called. */
|
|
16
|
-
closed: boolean;
|
|
17
|
-
/** `true` after `client.destroyed()` has been called or `client.close()` has been called and the client shutdown has completed. */
|
|
18
|
-
destroyed: boolean;
|
|
19
|
-
|
|
20
|
-
// Override dispatcher APIs.
|
|
21
|
-
override connect(
|
|
22
|
-
options: ClientConnectOptions
|
|
23
|
-
): Promise<Dispatcher.ConnectData>;
|
|
24
|
-
override connect(
|
|
25
|
-
options: ClientConnectOptions,
|
|
26
|
-
callback: (err: Error | null, data: Dispatcher.ConnectData) => void
|
|
27
|
-
): void;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export declare namespace Client {
|
|
31
|
-
export interface OptionsInterceptors {
|
|
32
|
-
Client: readonly Dispatcher.DispatchInterceptor[];
|
|
33
|
-
}
|
|
34
|
-
export interface Options {
|
|
35
|
-
/** TODO */
|
|
36
|
-
interceptors?: OptionsInterceptors;
|
|
37
|
-
/** The maximum length of request headers in bytes. Default: Node.js' `--max-http-header-size` or `16384` (16KiB). */
|
|
38
|
-
maxHeaderSize?: number;
|
|
39
|
-
/** The amount of time, in milliseconds, the parser will wait to receive the complete HTTP headers (Node 14 and above only). Default: `300e3` milliseconds (300s). */
|
|
40
|
-
headersTimeout?: number;
|
|
41
|
-
/** @deprecated unsupported socketTimeout, use headersTimeout & bodyTimeout instead */
|
|
42
|
-
socketTimeout?: never;
|
|
43
|
-
/** @deprecated unsupported requestTimeout, use headersTimeout & bodyTimeout instead */
|
|
44
|
-
requestTimeout?: never;
|
|
45
|
-
/** TODO */
|
|
46
|
-
connectTimeout?: number;
|
|
47
|
-
/** The timeout after which a request will time out, in milliseconds. Monitors time between receiving body data. Use `0` to disable it entirely. Default: `300e3` milliseconds (300s). */
|
|
48
|
-
bodyTimeout?: number;
|
|
49
|
-
/** @deprecated unsupported idleTimeout, use keepAliveTimeout instead */
|
|
50
|
-
idleTimeout?: never;
|
|
51
|
-
/** @deprecated unsupported keepAlive, use pipelining=0 instead */
|
|
52
|
-
keepAlive?: never;
|
|
53
|
-
/** the timeout, in milliseconds, after which a socket without active requests will time out. Monitors time between activity on a connected socket. This value may be overridden by *keep-alive* hints from the server. Default: `4e3` milliseconds (4s). */
|
|
54
|
-
keepAliveTimeout?: number;
|
|
55
|
-
/** @deprecated unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead */
|
|
56
|
-
maxKeepAliveTimeout?: never;
|
|
57
|
-
/** the maximum allowed `idleTimeout`, in milliseconds, when overridden by *keep-alive* hints from the server. Default: `600e3` milliseconds (10min). */
|
|
58
|
-
keepAliveMaxTimeout?: number;
|
|
59
|
-
/** A number of milliseconds subtracted from server *keep-alive* hints when overriding `idleTimeout` to account for timing inaccuracies caused by e.g. transport latency. Default: `1e3` milliseconds (1s). */
|
|
60
|
-
keepAliveTimeoutThreshold?: number;
|
|
61
|
-
/** TODO */
|
|
62
|
-
socketPath?: string;
|
|
63
|
-
/** The amount of concurrent requests to be sent over the single TCP/TLS connection according to [RFC7230](https://tools.ietf.org/html/rfc7230#section-6.3.2). Default: `1`. */
|
|
64
|
-
pipelining?: number;
|
|
65
|
-
/** @deprecated use the connect option instead */
|
|
66
|
-
tls?: never;
|
|
67
|
-
/** If `true`, an error is thrown when the request content-length header doesn't match the length of the request body. Default: `true`. */
|
|
68
|
-
strictContentLength?: boolean;
|
|
69
|
-
/** TODO */
|
|
70
|
-
maxCachedSessions?: number;
|
|
71
|
-
/** TODO */
|
|
72
|
-
maxRedirections?: number;
|
|
73
|
-
/** TODO */
|
|
74
|
-
connect?: buildConnector.BuildOptions | buildConnector.connector;
|
|
75
|
-
/** TODO */
|
|
76
|
-
maxRequestsPerClient?: number;
|
|
77
|
-
/** TODO */
|
|
78
|
-
localAddress?: string;
|
|
79
|
-
/** Max response body size in bytes, -1 is disabled */
|
|
80
|
-
maxResponseSize?: number;
|
|
81
|
-
/** Enables a family autodetection algorithm that loosely implements section 5 of RFC 8305. */
|
|
82
|
-
autoSelectFamily?: boolean;
|
|
83
|
-
/** The amount of time in milliseconds to wait for a connection attempt to finish before trying the next address when using the `autoSelectFamily` option. */
|
|
84
|
-
autoSelectFamilyAttemptTimeout?: number;
|
|
85
|
-
/**
|
|
86
|
-
* @description Enables support for H2 if the server has assigned bigger priority to it through ALPN negotiation.
|
|
87
|
-
* @default false
|
|
88
|
-
*/
|
|
89
|
-
allowH2?: boolean;
|
|
90
|
-
/**
|
|
91
|
-
* @description Dictates the maximum number of concurrent streams for a single H2 session. It can be overridden by a SETTINGS remote frame.
|
|
92
|
-
* @default 100
|
|
93
|
-
*/
|
|
94
|
-
maxConcurrentStreams?: number
|
|
95
|
-
}
|
|
96
|
-
export interface SocketInfo {
|
|
97
|
-
localAddress?: string
|
|
98
|
-
localPort?: number
|
|
99
|
-
remoteAddress?: string
|
|
100
|
-
remotePort?: number
|
|
101
|
-
remoteFamily?: string
|
|
102
|
-
timeout?: number
|
|
103
|
-
bytesWritten?: number
|
|
104
|
-
bytesRead?: number
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export default Client;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { TLSSocket, ConnectionOptions } from 'tls'
|
|
2
|
-
import { IpcNetConnectOpts, Socket, TcpNetConnectOpts } from 'net'
|
|
3
|
-
|
|
4
|
-
export default buildConnector
|
|
5
|
-
declare function buildConnector (options?: buildConnector.BuildOptions): buildConnector.connector
|
|
6
|
-
|
|
7
|
-
declare namespace buildConnector {
|
|
8
|
-
export type BuildOptions = (ConnectionOptions | TcpNetConnectOpts | IpcNetConnectOpts) & {
|
|
9
|
-
allowH2?: boolean;
|
|
10
|
-
maxCachedSessions?: number | null;
|
|
11
|
-
socketPath?: string | null;
|
|
12
|
-
timeout?: number | null;
|
|
13
|
-
port?: number;
|
|
14
|
-
keepAlive?: boolean | null;
|
|
15
|
-
keepAliveInitialDelay?: number | null;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface Options {
|
|
19
|
-
hostname: string
|
|
20
|
-
host?: string
|
|
21
|
-
protocol: string
|
|
22
|
-
port: string
|
|
23
|
-
servername?: string
|
|
24
|
-
localAddress?: string | null
|
|
25
|
-
httpSocket?: Socket
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export type Callback = (...args: CallbackArgs) => void
|
|
29
|
-
type CallbackArgs = [null, Socket | TLSSocket] | [Error, null]
|
|
30
|
-
|
|
31
|
-
export interface connector {
|
|
32
|
-
(options: buildConnector.Options, callback: buildConnector.Callback): void
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
|
|
3
|
-
interface MIMEType {
|
|
4
|
-
type: string
|
|
5
|
-
subtype: string
|
|
6
|
-
parameters: Map<string, string>
|
|
7
|
-
essence: string
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Parse a string to a {@link MIMEType} object. Returns `failure` if the string
|
|
12
|
-
* couldn't be parsed.
|
|
13
|
-
* @see https://mimesniff.spec.whatwg.org/#parse-a-mime-type
|
|
14
|
-
*/
|
|
15
|
-
export function parseMIMEType (input: string): 'failure' | MIMEType
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Convert a MIMEType object to a string.
|
|
19
|
-
* @see https://mimesniff.spec.whatwg.org/#serialize-a-mime-type
|
|
20
|
-
*/
|
|
21
|
-
export function serializeAMimeType (mimeType: MIMEType): string
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
|
|
3
|
-
import type { Headers } from './fetch'
|
|
4
|
-
|
|
5
|
-
export interface Cookie {
|
|
6
|
-
name: string
|
|
7
|
-
value: string
|
|
8
|
-
expires?: Date | number
|
|
9
|
-
maxAge?: number
|
|
10
|
-
domain?: string
|
|
11
|
-
path?: string
|
|
12
|
-
secure?: boolean
|
|
13
|
-
httpOnly?: boolean
|
|
14
|
-
sameSite?: 'Strict' | 'Lax' | 'None'
|
|
15
|
-
unparsed?: string[]
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export function deleteCookie (
|
|
19
|
-
headers: Headers,
|
|
20
|
-
name: string,
|
|
21
|
-
attributes?: { name?: string, domain?: string }
|
|
22
|
-
): void
|
|
23
|
-
|
|
24
|
-
export function getCookies (headers: Headers): Record<string, string>
|
|
25
|
-
|
|
26
|
-
export function getSetCookies (headers: Headers): Cookie[]
|
|
27
|
-
|
|
28
|
-
export function setCookie (headers: Headers, cookie: Cookie): void
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { Socket } from "net";
|
|
2
|
-
import { URL } from "url";
|
|
3
|
-
import Connector from "./connector";
|
|
4
|
-
import Dispatcher from "./dispatcher";
|
|
5
|
-
|
|
6
|
-
declare namespace DiagnosticsChannel {
|
|
7
|
-
interface Request {
|
|
8
|
-
origin?: string | URL;
|
|
9
|
-
completed: boolean;
|
|
10
|
-
method?: Dispatcher.HttpMethod;
|
|
11
|
-
path: string;
|
|
12
|
-
headers: any;
|
|
13
|
-
}
|
|
14
|
-
interface Response {
|
|
15
|
-
statusCode: number;
|
|
16
|
-
statusText: string;
|
|
17
|
-
headers: Array<Buffer>;
|
|
18
|
-
}
|
|
19
|
-
type Error = unknown;
|
|
20
|
-
interface ConnectParams {
|
|
21
|
-
host: URL["host"];
|
|
22
|
-
hostname: URL["hostname"];
|
|
23
|
-
protocol: URL["protocol"];
|
|
24
|
-
port: URL["port"];
|
|
25
|
-
servername: string | null;
|
|
26
|
-
}
|
|
27
|
-
type Connector = Connector.connector;
|
|
28
|
-
export interface RequestCreateMessage {
|
|
29
|
-
request: Request;
|
|
30
|
-
}
|
|
31
|
-
export interface RequestBodySentMessage {
|
|
32
|
-
request: Request;
|
|
33
|
-
}
|
|
34
|
-
export interface RequestHeadersMessage {
|
|
35
|
-
request: Request;
|
|
36
|
-
response: Response;
|
|
37
|
-
}
|
|
38
|
-
export interface RequestTrailersMessage {
|
|
39
|
-
request: Request;
|
|
40
|
-
trailers: Array<Buffer>;
|
|
41
|
-
}
|
|
42
|
-
export interface RequestErrorMessage {
|
|
43
|
-
request: Request;
|
|
44
|
-
error: Error;
|
|
45
|
-
}
|
|
46
|
-
export interface ClientSendHeadersMessage {
|
|
47
|
-
request: Request;
|
|
48
|
-
headers: string;
|
|
49
|
-
socket: Socket;
|
|
50
|
-
}
|
|
51
|
-
export interface ClientBeforeConnectMessage {
|
|
52
|
-
connectParams: ConnectParams;
|
|
53
|
-
connector: Connector;
|
|
54
|
-
}
|
|
55
|
-
export interface ClientConnectedMessage {
|
|
56
|
-
socket: Socket;
|
|
57
|
-
connectParams: ConnectParams;
|
|
58
|
-
connector: Connector;
|
|
59
|
-
}
|
|
60
|
-
export interface ClientConnectErrorMessage {
|
|
61
|
-
error: Error;
|
|
62
|
-
socket: Socket;
|
|
63
|
-
connectParams: ConnectParams;
|
|
64
|
-
connector: Connector;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
import { URL } from 'url'
|
|
2
|
-
import { Duplex, Readable, Writable } from 'stream'
|
|
3
|
-
import { EventEmitter } from 'events'
|
|
4
|
-
import { Blob } from 'buffer'
|
|
5
|
-
import { IncomingHttpHeaders } from './header'
|
|
6
|
-
import BodyReadable from './readable'
|
|
7
|
-
import { FormData } from './formdata'
|
|
8
|
-
import Errors from './errors'
|
|
9
|
-
|
|
10
|
-
type AbortSignal = unknown;
|
|
11
|
-
|
|
12
|
-
export default Dispatcher
|
|
13
|
-
|
|
14
|
-
/** Dispatcher is the core API used to dispatch requests. */
|
|
15
|
-
declare class Dispatcher extends EventEmitter {
|
|
16
|
-
/** Dispatches a request. This API is expected to evolve through semver-major versions and is less stable than the preceding higher level APIs. It is primarily intended for library developers who implement higher level APIs on top of this. */
|
|
17
|
-
dispatch(options: Dispatcher.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
|
|
18
|
-
/** Starts two-way communications with the requested resource. */
|
|
19
|
-
connect(options: Dispatcher.ConnectOptions): Promise<Dispatcher.ConnectData>;
|
|
20
|
-
connect(options: Dispatcher.ConnectOptions, callback: (err: Error | null, data: Dispatcher.ConnectData) => void): void;
|
|
21
|
-
/** Compose a chain of dispatchers */
|
|
22
|
-
compose(dispatchers: Dispatcher.DispatcherComposeInterceptor[]): Dispatcher.ComposedDispatcher;
|
|
23
|
-
compose(...dispatchers: Dispatcher.DispatcherComposeInterceptor[]): Dispatcher.ComposedDispatcher;
|
|
24
|
-
/** Performs an HTTP request. */
|
|
25
|
-
request(options: Dispatcher.RequestOptions): Promise<Dispatcher.ResponseData>;
|
|
26
|
-
request(options: Dispatcher.RequestOptions, callback: (err: Error | null, data: Dispatcher.ResponseData) => void): void;
|
|
27
|
-
/** For easy use with `stream.pipeline`. */
|
|
28
|
-
pipeline(options: Dispatcher.PipelineOptions, handler: Dispatcher.PipelineHandler): Duplex;
|
|
29
|
-
/** A faster version of `Dispatcher.request`. */
|
|
30
|
-
stream(options: Dispatcher.RequestOptions, factory: Dispatcher.StreamFactory): Promise<Dispatcher.StreamData>;
|
|
31
|
-
stream(options: Dispatcher.RequestOptions, factory: Dispatcher.StreamFactory, callback: (err: Error | null, data: Dispatcher.StreamData) => void): void;
|
|
32
|
-
/** Upgrade to a different protocol. */
|
|
33
|
-
upgrade(options: Dispatcher.UpgradeOptions): Promise<Dispatcher.UpgradeData>;
|
|
34
|
-
upgrade(options: Dispatcher.UpgradeOptions, callback: (err: Error | null, data: Dispatcher.UpgradeData) => void): void;
|
|
35
|
-
/** Closes the client and gracefully waits for enqueued requests to complete before invoking the callback (or returning a promise if no callback is provided). */
|
|
36
|
-
close(): Promise<void>;
|
|
37
|
-
close(callback: () => void): void;
|
|
38
|
-
/** Destroy the client abruptly with the given err. All the pending and running requests will be asynchronously aborted and error. Waits until socket is closed before invoking the callback (or returning a promise if no callback is provided). Since this operation is asynchronously dispatched there might still be some progress on dispatched requests. */
|
|
39
|
-
destroy(): Promise<void>;
|
|
40
|
-
destroy(err: Error | null): Promise<void>;
|
|
41
|
-
destroy(callback: () => void): void;
|
|
42
|
-
destroy(err: Error | null, callback: () => void): void;
|
|
43
|
-
|
|
44
|
-
on(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
|
|
45
|
-
on(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
46
|
-
on(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
47
|
-
on(eventName: 'drain', callback: (origin: URL) => void): this;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
once(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
|
|
51
|
-
once(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
52
|
-
once(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
53
|
-
once(eventName: 'drain', callback: (origin: URL) => void): this;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
off(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
|
|
57
|
-
off(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
58
|
-
off(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
59
|
-
off(eventName: 'drain', callback: (origin: URL) => void): this;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
addListener(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
|
|
63
|
-
addListener(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
64
|
-
addListener(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
65
|
-
addListener(eventName: 'drain', callback: (origin: URL) => void): this;
|
|
66
|
-
|
|
67
|
-
removeListener(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
|
|
68
|
-
removeListener(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
69
|
-
removeListener(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
70
|
-
removeListener(eventName: 'drain', callback: (origin: URL) => void): this;
|
|
71
|
-
|
|
72
|
-
prependListener(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
|
|
73
|
-
prependListener(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
74
|
-
prependListener(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
75
|
-
prependListener(eventName: 'drain', callback: (origin: URL) => void): this;
|
|
76
|
-
|
|
77
|
-
prependOnceListener(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
|
|
78
|
-
prependOnceListener(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
79
|
-
prependOnceListener(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this;
|
|
80
|
-
prependOnceListener(eventName: 'drain', callback: (origin: URL) => void): this;
|
|
81
|
-
|
|
82
|
-
listeners(eventName: 'connect'): ((origin: URL, targets: readonly Dispatcher[]) => void)[]
|
|
83
|
-
listeners(eventName: 'disconnect'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[];
|
|
84
|
-
listeners(eventName: 'connectionError'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[];
|
|
85
|
-
listeners(eventName: 'drain'): ((origin: URL) => void)[];
|
|
86
|
-
|
|
87
|
-
rawListeners(eventName: 'connect'): ((origin: URL, targets: readonly Dispatcher[]) => void)[]
|
|
88
|
-
rawListeners(eventName: 'disconnect'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[];
|
|
89
|
-
rawListeners(eventName: 'connectionError'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[];
|
|
90
|
-
rawListeners(eventName: 'drain'): ((origin: URL) => void)[];
|
|
91
|
-
|
|
92
|
-
emit(eventName: 'connect', origin: URL, targets: readonly Dispatcher[]): boolean;
|
|
93
|
-
emit(eventName: 'disconnect', origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError): boolean;
|
|
94
|
-
emit(eventName: 'connectionError', origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError): boolean;
|
|
95
|
-
emit(eventName: 'drain', origin: URL): boolean;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
declare namespace Dispatcher {
|
|
99
|
-
export interface ComposedDispatcher extends Dispatcher {}
|
|
100
|
-
export type DispatcherComposeInterceptor = (dispatch: Dispatcher['dispatch']) => Dispatcher['dispatch'];
|
|
101
|
-
export interface DispatchOptions {
|
|
102
|
-
origin?: string | URL;
|
|
103
|
-
path: string;
|
|
104
|
-
method: HttpMethod;
|
|
105
|
-
/** Default: `null` */
|
|
106
|
-
body?: string | Buffer | Uint8Array | Readable | null | FormData;
|
|
107
|
-
/** Default: `null` */
|
|
108
|
-
headers?: IncomingHttpHeaders | string[] | Iterable<[string, string | string[] | undefined]> | null;
|
|
109
|
-
/** Query string params to be embedded in the request URL. Default: `null` */
|
|
110
|
-
query?: Record<string, any>;
|
|
111
|
-
/** Whether the requests can be safely retried or not. If `false` the request won't be sent until all preceding requests in the pipeline have completed. Default: `true` if `method` is `HEAD` or `GET`. */
|
|
112
|
-
idempotent?: boolean;
|
|
113
|
-
/** Whether the response is expected to take a long time and would end up blocking the pipeline. When this is set to `true` further pipelining will be avoided on the same connection until headers have been received. */
|
|
114
|
-
blocking?: boolean;
|
|
115
|
-
/** Upgrade the request. Should be used to specify the kind of upgrade i.e. `'Websocket'`. Default: `method === 'CONNECT' || null`. */
|
|
116
|
-
upgrade?: boolean | string | null;
|
|
117
|
-
/** The amount of time, in milliseconds, the parser will wait to receive the complete HTTP headers. Defaults to 300 seconds. */
|
|
118
|
-
headersTimeout?: number | null;
|
|
119
|
-
/** The timeout after which a request will time out, in milliseconds. Monitors time between receiving body data. Use 0 to disable it entirely. Defaults to 300 seconds. */
|
|
120
|
-
bodyTimeout?: number | null;
|
|
121
|
-
/** Whether the request should stablish a keep-alive or not. Default `false` */
|
|
122
|
-
reset?: boolean;
|
|
123
|
-
/** Whether Undici should throw an error upon receiving a 4xx or 5xx response from the server. Defaults to false */
|
|
124
|
-
throwOnError?: boolean;
|
|
125
|
-
/** For H2, it appends the expect: 100-continue header, and halts the request body until a 100-continue is received from the remote server*/
|
|
126
|
-
expectContinue?: boolean;
|
|
127
|
-
}
|
|
128
|
-
export interface ConnectOptions {
|
|
129
|
-
origin: string | URL;
|
|
130
|
-
path: string;
|
|
131
|
-
/** Default: `null` */
|
|
132
|
-
headers?: IncomingHttpHeaders | string[] | null;
|
|
133
|
-
/** Default: `null` */
|
|
134
|
-
signal?: AbortSignal | EventEmitter | null;
|
|
135
|
-
/** This argument parameter is passed through to `ConnectData` */
|
|
136
|
-
opaque?: unknown;
|
|
137
|
-
/** Default: 0 */
|
|
138
|
-
maxRedirections?: number;
|
|
139
|
-
/** Default: false */
|
|
140
|
-
redirectionLimitReached?: boolean;
|
|
141
|
-
/** Default: `null` */
|
|
142
|
-
responseHeader?: 'raw' | null;
|
|
143
|
-
}
|
|
144
|
-
export interface RequestOptions extends DispatchOptions {
|
|
145
|
-
/** Default: `null` */
|
|
146
|
-
opaque?: unknown;
|
|
147
|
-
/** Default: `null` */
|
|
148
|
-
signal?: AbortSignal | EventEmitter | null;
|
|
149
|
-
/** Default: 0 */
|
|
150
|
-
maxRedirections?: number;
|
|
151
|
-
/** Default: false */
|
|
152
|
-
redirectionLimitReached?: boolean;
|
|
153
|
-
/** Default: `null` */
|
|
154
|
-
onInfo?: (info: { statusCode: number, headers: Record<string, string | string[]> }) => void;
|
|
155
|
-
/** Default: `null` */
|
|
156
|
-
responseHeader?: 'raw' | null;
|
|
157
|
-
/** Default: `64 KiB` */
|
|
158
|
-
highWaterMark?: number;
|
|
159
|
-
}
|
|
160
|
-
export interface PipelineOptions extends RequestOptions {
|
|
161
|
-
/** `true` if the `handler` will return an object stream. Default: `false` */
|
|
162
|
-
objectMode?: boolean;
|
|
163
|
-
}
|
|
164
|
-
export interface UpgradeOptions {
|
|
165
|
-
path: string;
|
|
166
|
-
/** Default: `'GET'` */
|
|
167
|
-
method?: string;
|
|
168
|
-
/** Default: `null` */
|
|
169
|
-
headers?: IncomingHttpHeaders | string[] | null;
|
|
170
|
-
/** A string of comma separated protocols, in descending preference order. Default: `'Websocket'` */
|
|
171
|
-
protocol?: string;
|
|
172
|
-
/** Default: `null` */
|
|
173
|
-
signal?: AbortSignal | EventEmitter | null;
|
|
174
|
-
/** Default: 0 */
|
|
175
|
-
maxRedirections?: number;
|
|
176
|
-
/** Default: false */
|
|
177
|
-
redirectionLimitReached?: boolean;
|
|
178
|
-
/** Default: `null` */
|
|
179
|
-
responseHeader?: 'raw' | null;
|
|
180
|
-
}
|
|
181
|
-
export interface ConnectData {
|
|
182
|
-
statusCode: number;
|
|
183
|
-
headers: IncomingHttpHeaders;
|
|
184
|
-
socket: Duplex;
|
|
185
|
-
opaque: unknown;
|
|
186
|
-
}
|
|
187
|
-
export interface ResponseData {
|
|
188
|
-
statusCode: number;
|
|
189
|
-
headers: IncomingHttpHeaders;
|
|
190
|
-
body: BodyReadable & BodyMixin;
|
|
191
|
-
trailers: Record<string, string>;
|
|
192
|
-
opaque: unknown;
|
|
193
|
-
context: object;
|
|
194
|
-
}
|
|
195
|
-
export interface PipelineHandlerData {
|
|
196
|
-
statusCode: number;
|
|
197
|
-
headers: IncomingHttpHeaders;
|
|
198
|
-
opaque: unknown;
|
|
199
|
-
body: BodyReadable;
|
|
200
|
-
context: object;
|
|
201
|
-
}
|
|
202
|
-
export interface StreamData {
|
|
203
|
-
opaque: unknown;
|
|
204
|
-
trailers: Record<string, string>;
|
|
205
|
-
}
|
|
206
|
-
export interface UpgradeData {
|
|
207
|
-
headers: IncomingHttpHeaders;
|
|
208
|
-
socket: Duplex;
|
|
209
|
-
opaque: unknown;
|
|
210
|
-
}
|
|
211
|
-
export interface StreamFactoryData {
|
|
212
|
-
statusCode: number;
|
|
213
|
-
headers: IncomingHttpHeaders;
|
|
214
|
-
opaque: unknown;
|
|
215
|
-
context: object;
|
|
216
|
-
}
|
|
217
|
-
export type StreamFactory = (data: StreamFactoryData) => Writable;
|
|
218
|
-
export interface DispatchHandlers {
|
|
219
|
-
/** Invoked before request is dispatched on socket. May be invoked multiple times when a request is retried when the request at the head of the pipeline fails. */
|
|
220
|
-
onConnect?(abort: (err?: Error) => void): void;
|
|
221
|
-
/** Invoked when an error has occurred. */
|
|
222
|
-
onError?(err: Error): void;
|
|
223
|
-
/** Invoked when request is upgraded either due to a `Upgrade` header or `CONNECT` method. */
|
|
224
|
-
onUpgrade?(statusCode: number, headers: Buffer[] | string[] | null, socket: Duplex): void;
|
|
225
|
-
/** Invoked when response is received, before headers have been read. **/
|
|
226
|
-
onResponseStarted?(): void;
|
|
227
|
-
/** Invoked when statusCode and headers have been received. May be invoked multiple times due to 1xx informational headers. */
|
|
228
|
-
onHeaders?(statusCode: number, headers: Buffer[], resume: () => void, statusText: string): boolean;
|
|
229
|
-
/** Invoked when response payload data is received. */
|
|
230
|
-
onData?(chunk: Buffer): boolean;
|
|
231
|
-
/** Invoked when response payload and trailers have been received and the request has completed. */
|
|
232
|
-
onComplete?(trailers: string[] | null): void;
|
|
233
|
-
/** Invoked when a body chunk is sent to the server. May be invoked multiple times for chunked requests */
|
|
234
|
-
onBodySent?(chunkSize: number, totalBytesSent: number): void;
|
|
235
|
-
}
|
|
236
|
-
export type PipelineHandler = (data: PipelineHandlerData) => Readable;
|
|
237
|
-
export type HttpMethod = 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH';
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* @link https://fetch.spec.whatwg.org/#body-mixin
|
|
241
|
-
*/
|
|
242
|
-
interface BodyMixin {
|
|
243
|
-
readonly body?: never;
|
|
244
|
-
readonly bodyUsed: boolean;
|
|
245
|
-
arrayBuffer(): Promise<ArrayBuffer>;
|
|
246
|
-
blob(): Promise<Blob>;
|
|
247
|
-
bytes(): Promise<Uint8Array>;
|
|
248
|
-
formData(): Promise<never>;
|
|
249
|
-
json(): Promise<unknown>;
|
|
250
|
-
text(): Promise<string>;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
export interface DispatchInterceptor {
|
|
254
|
-
(dispatch: Dispatcher['dispatch']): Dispatcher['dispatch']
|
|
255
|
-
}
|
|
256
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import Agent from './agent'
|
|
2
|
-
import Dispatcher from './dispatcher'
|
|
3
|
-
|
|
4
|
-
export default EnvHttpProxyAgent
|
|
5
|
-
|
|
6
|
-
declare class EnvHttpProxyAgent extends Dispatcher {
|
|
7
|
-
constructor(opts?: EnvHttpProxyAgent.Options)
|
|
8
|
-
|
|
9
|
-
dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
declare namespace EnvHttpProxyAgent {
|
|
13
|
-
export interface Options extends Agent.Options {
|
|
14
|
-
/** Overrides the value of the HTTP_PROXY environment variable */
|
|
15
|
-
httpProxy?: string;
|
|
16
|
-
/** Overrides the value of the HTTPS_PROXY environment variable */
|
|
17
|
-
httpsProxy?: string;
|
|
18
|
-
/** Overrides the value of the NO_PROXY environment variable */
|
|
19
|
-
noProxy?: string;
|
|
20
|
-
}
|
|
21
|
-
}
|