@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
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { CompaiCore } from "../core.js";
|
|
7
|
+
import { encodeJSON } from "../lib/encodings.js";
|
|
8
|
+
import { matchStatusCode } from "../lib/http.js";
|
|
9
|
+
import * as M from "../lib/matchers.js";
|
|
10
|
+
import { compactMap } from "../lib/primitives.js";
|
|
11
|
+
import { safeParse } from "../lib/schemas.js";
|
|
12
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
13
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
14
|
+
import { pathToFunc } from "../lib/url.js";
|
|
15
|
+
import { CompaiError } from "../models/errors/compai-error.js";
|
|
16
|
+
import {
|
|
17
|
+
ConnectionError,
|
|
18
|
+
InvalidRequestError,
|
|
19
|
+
RequestAbortedError,
|
|
20
|
+
RequestTimeoutError,
|
|
21
|
+
UnexpectedClientError,
|
|
22
|
+
} from "../models/errors/http-client-errors.js";
|
|
23
|
+
import * as errors from "../models/errors/index.js";
|
|
24
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
25
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
26
|
+
import * as models from "../models/index.js";
|
|
27
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
28
|
+
import { Result } from "../types/fp.js";
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Calls a mutation at the path onboarding.js:restore
|
|
32
|
+
*/
|
|
33
|
+
export function onboardingRestore(
|
|
34
|
+
client: CompaiCore,
|
|
35
|
+
request: models.RequestOnboardingRestore,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): APIPromise<
|
|
38
|
+
Result<
|
|
39
|
+
models.ResponseOnboardingRestore,
|
|
40
|
+
| errors.FailedResponseError
|
|
41
|
+
| CompaiError
|
|
42
|
+
| ResponseValidationError
|
|
43
|
+
| ConnectionError
|
|
44
|
+
| RequestAbortedError
|
|
45
|
+
| RequestTimeoutError
|
|
46
|
+
| InvalidRequestError
|
|
47
|
+
| UnexpectedClientError
|
|
48
|
+
| SDKValidationError
|
|
49
|
+
>
|
|
50
|
+
> {
|
|
51
|
+
return new APIPromise($do(
|
|
52
|
+
client,
|
|
53
|
+
request,
|
|
54
|
+
options,
|
|
55
|
+
));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
async function $do(
|
|
59
|
+
client: CompaiCore,
|
|
60
|
+
request: models.RequestOnboardingRestore,
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): Promise<
|
|
63
|
+
[
|
|
64
|
+
Result<
|
|
65
|
+
models.ResponseOnboardingRestore,
|
|
66
|
+
| errors.FailedResponseError
|
|
67
|
+
| CompaiError
|
|
68
|
+
| ResponseValidationError
|
|
69
|
+
| ConnectionError
|
|
70
|
+
| RequestAbortedError
|
|
71
|
+
| RequestTimeoutError
|
|
72
|
+
| InvalidRequestError
|
|
73
|
+
| UnexpectedClientError
|
|
74
|
+
| SDKValidationError
|
|
75
|
+
>,
|
|
76
|
+
APICall,
|
|
77
|
+
]
|
|
78
|
+
> {
|
|
79
|
+
const parsed = safeParse(
|
|
80
|
+
request,
|
|
81
|
+
(value) => z.parse(models.RequestOnboardingRestore$outboundSchema, value),
|
|
82
|
+
"Input validation failed",
|
|
83
|
+
);
|
|
84
|
+
if (!parsed.ok) {
|
|
85
|
+
return [parsed, { status: "invalid" }];
|
|
86
|
+
}
|
|
87
|
+
const payload = parsed.value;
|
|
88
|
+
const body = encodeJSON("body", payload, { explode: true });
|
|
89
|
+
|
|
90
|
+
const path = pathToFunc("/api/run/onboarding/restore")();
|
|
91
|
+
|
|
92
|
+
const headers = new Headers(compactMap({
|
|
93
|
+
"Content-Type": "application/json",
|
|
94
|
+
Accept: "application/json",
|
|
95
|
+
}));
|
|
96
|
+
|
|
97
|
+
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
98
|
+
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
99
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
100
|
+
|
|
101
|
+
const context = {
|
|
102
|
+
options: client._options,
|
|
103
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
104
|
+
operationID: "onboarding_restore",
|
|
105
|
+
oAuth2Scopes: null,
|
|
106
|
+
|
|
107
|
+
resolvedSecurity: requestSecurity,
|
|
108
|
+
|
|
109
|
+
securitySource: client._options.bearerAuth,
|
|
110
|
+
retryConfig: options?.retries
|
|
111
|
+
|| client._options.retryConfig
|
|
112
|
+
|| { strategy: "none" },
|
|
113
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
const requestRes = client._createRequest(context, {
|
|
117
|
+
security: requestSecurity,
|
|
118
|
+
method: "POST",
|
|
119
|
+
baseURL: options?.serverURL,
|
|
120
|
+
path: path,
|
|
121
|
+
headers: headers,
|
|
122
|
+
body: body,
|
|
123
|
+
userAgent: client._options.userAgent,
|
|
124
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
125
|
+
}, options);
|
|
126
|
+
if (!requestRes.ok) {
|
|
127
|
+
return [requestRes, { status: "invalid" }];
|
|
128
|
+
}
|
|
129
|
+
const req = requestRes.value;
|
|
130
|
+
|
|
131
|
+
const doResult = await client._do(req, {
|
|
132
|
+
context,
|
|
133
|
+
isErrorStatusCode: (statusCode: number) =>
|
|
134
|
+
matchStatusCode({ status: statusCode } as Response, ["4XX", "5XX"]),
|
|
135
|
+
retryConfig: context.retryConfig,
|
|
136
|
+
retryCodes: context.retryCodes,
|
|
137
|
+
});
|
|
138
|
+
if (!doResult.ok) {
|
|
139
|
+
return [doResult, { status: "request-error", request: req }];
|
|
140
|
+
}
|
|
141
|
+
const response = doResult.value;
|
|
142
|
+
|
|
143
|
+
const responseFields = {
|
|
144
|
+
HttpMeta: { Response: response, Request: req },
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
const [result] = await M.match<
|
|
148
|
+
models.ResponseOnboardingRestore,
|
|
149
|
+
| errors.FailedResponseError
|
|
150
|
+
| CompaiError
|
|
151
|
+
| ResponseValidationError
|
|
152
|
+
| ConnectionError
|
|
153
|
+
| RequestAbortedError
|
|
154
|
+
| RequestTimeoutError
|
|
155
|
+
| InvalidRequestError
|
|
156
|
+
| UnexpectedClientError
|
|
157
|
+
| SDKValidationError
|
|
158
|
+
>(
|
|
159
|
+
M.json(200, models.ResponseOnboardingRestore$inboundSchema),
|
|
160
|
+
M.jsonErr(400, errors.FailedResponseError$inboundSchema),
|
|
161
|
+
M.jsonErr(500, errors.FailedResponseError$inboundSchema),
|
|
162
|
+
M.fail("4XX"),
|
|
163
|
+
M.fail("5XX"),
|
|
164
|
+
)(response, req, { extraFields: responseFields });
|
|
165
|
+
if (!result.ok) {
|
|
166
|
+
return [result, { status: "complete", request: req, response }];
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
return [result, { status: "complete", request: req, response }];
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { CompaiCore } from "../core.js";
|
|
7
|
+
import { encodeJSON } from "../lib/encodings.js";
|
|
8
|
+
import { matchStatusCode } from "../lib/http.js";
|
|
9
|
+
import * as M from "../lib/matchers.js";
|
|
10
|
+
import { compactMap } from "../lib/primitives.js";
|
|
11
|
+
import { safeParse } from "../lib/schemas.js";
|
|
12
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
13
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
14
|
+
import { pathToFunc } from "../lib/url.js";
|
|
15
|
+
import { CompaiError } from "../models/errors/compai-error.js";
|
|
16
|
+
import {
|
|
17
|
+
ConnectionError,
|
|
18
|
+
InvalidRequestError,
|
|
19
|
+
RequestAbortedError,
|
|
20
|
+
RequestTimeoutError,
|
|
21
|
+
UnexpectedClientError,
|
|
22
|
+
} from "../models/errors/http-client-errors.js";
|
|
23
|
+
import * as errors from "../models/errors/index.js";
|
|
24
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
25
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
26
|
+
import * as models from "../models/index.js";
|
|
27
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
28
|
+
import { Result } from "../types/fp.js";
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Calls a mutation at the path onboarding.js:undo
|
|
32
|
+
*/
|
|
33
|
+
export function onboardingUndo(
|
|
34
|
+
client: CompaiCore,
|
|
35
|
+
request: models.RequestOnboardingUndo,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): APIPromise<
|
|
38
|
+
Result<
|
|
39
|
+
models.ResponseOnboardingUndo,
|
|
40
|
+
| errors.FailedResponseError
|
|
41
|
+
| CompaiError
|
|
42
|
+
| ResponseValidationError
|
|
43
|
+
| ConnectionError
|
|
44
|
+
| RequestAbortedError
|
|
45
|
+
| RequestTimeoutError
|
|
46
|
+
| InvalidRequestError
|
|
47
|
+
| UnexpectedClientError
|
|
48
|
+
| SDKValidationError
|
|
49
|
+
>
|
|
50
|
+
> {
|
|
51
|
+
return new APIPromise($do(
|
|
52
|
+
client,
|
|
53
|
+
request,
|
|
54
|
+
options,
|
|
55
|
+
));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
async function $do(
|
|
59
|
+
client: CompaiCore,
|
|
60
|
+
request: models.RequestOnboardingUndo,
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): Promise<
|
|
63
|
+
[
|
|
64
|
+
Result<
|
|
65
|
+
models.ResponseOnboardingUndo,
|
|
66
|
+
| errors.FailedResponseError
|
|
67
|
+
| CompaiError
|
|
68
|
+
| ResponseValidationError
|
|
69
|
+
| ConnectionError
|
|
70
|
+
| RequestAbortedError
|
|
71
|
+
| RequestTimeoutError
|
|
72
|
+
| InvalidRequestError
|
|
73
|
+
| UnexpectedClientError
|
|
74
|
+
| SDKValidationError
|
|
75
|
+
>,
|
|
76
|
+
APICall,
|
|
77
|
+
]
|
|
78
|
+
> {
|
|
79
|
+
const parsed = safeParse(
|
|
80
|
+
request,
|
|
81
|
+
(value) => z.parse(models.RequestOnboardingUndo$outboundSchema, value),
|
|
82
|
+
"Input validation failed",
|
|
83
|
+
);
|
|
84
|
+
if (!parsed.ok) {
|
|
85
|
+
return [parsed, { status: "invalid" }];
|
|
86
|
+
}
|
|
87
|
+
const payload = parsed.value;
|
|
88
|
+
const body = encodeJSON("body", payload, { explode: true });
|
|
89
|
+
|
|
90
|
+
const path = pathToFunc("/api/run/onboarding/undo")();
|
|
91
|
+
|
|
92
|
+
const headers = new Headers(compactMap({
|
|
93
|
+
"Content-Type": "application/json",
|
|
94
|
+
Accept: "application/json",
|
|
95
|
+
}));
|
|
96
|
+
|
|
97
|
+
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
98
|
+
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
99
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
100
|
+
|
|
101
|
+
const context = {
|
|
102
|
+
options: client._options,
|
|
103
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
104
|
+
operationID: "onboarding_undo",
|
|
105
|
+
oAuth2Scopes: null,
|
|
106
|
+
|
|
107
|
+
resolvedSecurity: requestSecurity,
|
|
108
|
+
|
|
109
|
+
securitySource: client._options.bearerAuth,
|
|
110
|
+
retryConfig: options?.retries
|
|
111
|
+
|| client._options.retryConfig
|
|
112
|
+
|| { strategy: "none" },
|
|
113
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
const requestRes = client._createRequest(context, {
|
|
117
|
+
security: requestSecurity,
|
|
118
|
+
method: "POST",
|
|
119
|
+
baseURL: options?.serverURL,
|
|
120
|
+
path: path,
|
|
121
|
+
headers: headers,
|
|
122
|
+
body: body,
|
|
123
|
+
userAgent: client._options.userAgent,
|
|
124
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
125
|
+
}, options);
|
|
126
|
+
if (!requestRes.ok) {
|
|
127
|
+
return [requestRes, { status: "invalid" }];
|
|
128
|
+
}
|
|
129
|
+
const req = requestRes.value;
|
|
130
|
+
|
|
131
|
+
const doResult = await client._do(req, {
|
|
132
|
+
context,
|
|
133
|
+
isErrorStatusCode: (statusCode: number) =>
|
|
134
|
+
matchStatusCode({ status: statusCode } as Response, ["4XX", "5XX"]),
|
|
135
|
+
retryConfig: context.retryConfig,
|
|
136
|
+
retryCodes: context.retryCodes,
|
|
137
|
+
});
|
|
138
|
+
if (!doResult.ok) {
|
|
139
|
+
return [doResult, { status: "request-error", request: req }];
|
|
140
|
+
}
|
|
141
|
+
const response = doResult.value;
|
|
142
|
+
|
|
143
|
+
const responseFields = {
|
|
144
|
+
HttpMeta: { Response: response, Request: req },
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
const [result] = await M.match<
|
|
148
|
+
models.ResponseOnboardingUndo,
|
|
149
|
+
| errors.FailedResponseError
|
|
150
|
+
| CompaiError
|
|
151
|
+
| ResponseValidationError
|
|
152
|
+
| ConnectionError
|
|
153
|
+
| RequestAbortedError
|
|
154
|
+
| RequestTimeoutError
|
|
155
|
+
| InvalidRequestError
|
|
156
|
+
| UnexpectedClientError
|
|
157
|
+
| SDKValidationError
|
|
158
|
+
>(
|
|
159
|
+
M.json(200, models.ResponseOnboardingUndo$inboundSchema),
|
|
160
|
+
M.jsonErr(400, errors.FailedResponseError$inboundSchema),
|
|
161
|
+
M.jsonErr(500, errors.FailedResponseError$inboundSchema),
|
|
162
|
+
M.fail("4XX"),
|
|
163
|
+
M.fail("5XX"),
|
|
164
|
+
)(response, req, { extraFields: responseFields });
|
|
165
|
+
if (!result.ok) {
|
|
166
|
+
return [result, { status: "complete", request: req, response }];
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
return [result, { status: "complete", request: req, response }];
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { CompaiCore } from "../core.js";
|
|
7
|
+
import { encodeJSON } from "../lib/encodings.js";
|
|
8
|
+
import { matchStatusCode } from "../lib/http.js";
|
|
9
|
+
import * as M from "../lib/matchers.js";
|
|
10
|
+
import { compactMap } from "../lib/primitives.js";
|
|
11
|
+
import { safeParse } from "../lib/schemas.js";
|
|
12
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
13
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
14
|
+
import { pathToFunc } from "../lib/url.js";
|
|
15
|
+
import { CompaiError } from "../models/errors/compai-error.js";
|
|
16
|
+
import {
|
|
17
|
+
ConnectionError,
|
|
18
|
+
InvalidRequestError,
|
|
19
|
+
RequestAbortedError,
|
|
20
|
+
RequestTimeoutError,
|
|
21
|
+
UnexpectedClientError,
|
|
22
|
+
} from "../models/errors/http-client-errors.js";
|
|
23
|
+
import * as errors from "../models/errors/index.js";
|
|
24
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
25
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
26
|
+
import * as models from "../models/index.js";
|
|
27
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
28
|
+
import { Result } from "../types/fp.js";
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Calls a query at the path orgs.js:getBySlug
|
|
32
|
+
*/
|
|
33
|
+
export function orgsGetBySlug(
|
|
34
|
+
client: CompaiCore,
|
|
35
|
+
request: models.RequestOrgsGetBySlug,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): APIPromise<
|
|
38
|
+
Result<
|
|
39
|
+
models.ResponseOrgsGetBySlug,
|
|
40
|
+
| errors.FailedResponseError
|
|
41
|
+
| CompaiError
|
|
42
|
+
| ResponseValidationError
|
|
43
|
+
| ConnectionError
|
|
44
|
+
| RequestAbortedError
|
|
45
|
+
| RequestTimeoutError
|
|
46
|
+
| InvalidRequestError
|
|
47
|
+
| UnexpectedClientError
|
|
48
|
+
| SDKValidationError
|
|
49
|
+
>
|
|
50
|
+
> {
|
|
51
|
+
return new APIPromise($do(
|
|
52
|
+
client,
|
|
53
|
+
request,
|
|
54
|
+
options,
|
|
55
|
+
));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
async function $do(
|
|
59
|
+
client: CompaiCore,
|
|
60
|
+
request: models.RequestOrgsGetBySlug,
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): Promise<
|
|
63
|
+
[
|
|
64
|
+
Result<
|
|
65
|
+
models.ResponseOrgsGetBySlug,
|
|
66
|
+
| errors.FailedResponseError
|
|
67
|
+
| CompaiError
|
|
68
|
+
| ResponseValidationError
|
|
69
|
+
| ConnectionError
|
|
70
|
+
| RequestAbortedError
|
|
71
|
+
| RequestTimeoutError
|
|
72
|
+
| InvalidRequestError
|
|
73
|
+
| UnexpectedClientError
|
|
74
|
+
| SDKValidationError
|
|
75
|
+
>,
|
|
76
|
+
APICall,
|
|
77
|
+
]
|
|
78
|
+
> {
|
|
79
|
+
const parsed = safeParse(
|
|
80
|
+
request,
|
|
81
|
+
(value) => z.parse(models.RequestOrgsGetBySlug$outboundSchema, value),
|
|
82
|
+
"Input validation failed",
|
|
83
|
+
);
|
|
84
|
+
if (!parsed.ok) {
|
|
85
|
+
return [parsed, { status: "invalid" }];
|
|
86
|
+
}
|
|
87
|
+
const payload = parsed.value;
|
|
88
|
+
const body = encodeJSON("body", payload, { explode: true });
|
|
89
|
+
|
|
90
|
+
const path = pathToFunc("/api/run/orgs/getBySlug")();
|
|
91
|
+
|
|
92
|
+
const headers = new Headers(compactMap({
|
|
93
|
+
"Content-Type": "application/json",
|
|
94
|
+
Accept: "application/json",
|
|
95
|
+
}));
|
|
96
|
+
|
|
97
|
+
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
98
|
+
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
99
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
100
|
+
|
|
101
|
+
const context = {
|
|
102
|
+
options: client._options,
|
|
103
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
104
|
+
operationID: "orgs_getBySlug",
|
|
105
|
+
oAuth2Scopes: null,
|
|
106
|
+
|
|
107
|
+
resolvedSecurity: requestSecurity,
|
|
108
|
+
|
|
109
|
+
securitySource: client._options.bearerAuth,
|
|
110
|
+
retryConfig: options?.retries
|
|
111
|
+
|| client._options.retryConfig
|
|
112
|
+
|| { strategy: "none" },
|
|
113
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
const requestRes = client._createRequest(context, {
|
|
117
|
+
security: requestSecurity,
|
|
118
|
+
method: "POST",
|
|
119
|
+
baseURL: options?.serverURL,
|
|
120
|
+
path: path,
|
|
121
|
+
headers: headers,
|
|
122
|
+
body: body,
|
|
123
|
+
userAgent: client._options.userAgent,
|
|
124
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
125
|
+
}, options);
|
|
126
|
+
if (!requestRes.ok) {
|
|
127
|
+
return [requestRes, { status: "invalid" }];
|
|
128
|
+
}
|
|
129
|
+
const req = requestRes.value;
|
|
130
|
+
|
|
131
|
+
const doResult = await client._do(req, {
|
|
132
|
+
context,
|
|
133
|
+
isErrorStatusCode: (statusCode: number) =>
|
|
134
|
+
matchStatusCode({ status: statusCode } as Response, ["4XX", "5XX"]),
|
|
135
|
+
retryConfig: context.retryConfig,
|
|
136
|
+
retryCodes: context.retryCodes,
|
|
137
|
+
});
|
|
138
|
+
if (!doResult.ok) {
|
|
139
|
+
return [doResult, { status: "request-error", request: req }];
|
|
140
|
+
}
|
|
141
|
+
const response = doResult.value;
|
|
142
|
+
|
|
143
|
+
const responseFields = {
|
|
144
|
+
HttpMeta: { Response: response, Request: req },
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
const [result] = await M.match<
|
|
148
|
+
models.ResponseOrgsGetBySlug,
|
|
149
|
+
| errors.FailedResponseError
|
|
150
|
+
| CompaiError
|
|
151
|
+
| ResponseValidationError
|
|
152
|
+
| ConnectionError
|
|
153
|
+
| RequestAbortedError
|
|
154
|
+
| RequestTimeoutError
|
|
155
|
+
| InvalidRequestError
|
|
156
|
+
| UnexpectedClientError
|
|
157
|
+
| SDKValidationError
|
|
158
|
+
>(
|
|
159
|
+
M.json(200, models.ResponseOrgsGetBySlug$inboundSchema),
|
|
160
|
+
M.jsonErr(400, errors.FailedResponseError$inboundSchema),
|
|
161
|
+
M.jsonErr(500, errors.FailedResponseError$inboundSchema),
|
|
162
|
+
M.fail("4XX"),
|
|
163
|
+
M.fail("5XX"),
|
|
164
|
+
)(response, req, { extraFields: responseFields });
|
|
165
|
+
if (!result.ok) {
|
|
166
|
+
return [result, { status: "complete", request: req, response }];
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
return [result, { status: "complete", request: req, response }];
|
|
170
|
+
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { CompaiCore } from "../core.js";
|
|
7
|
+
import { encodeJSON } from "../lib/encodings.js";
|
|
8
|
+
import { matchStatusCode } from "../lib/http.js";
|
|
9
|
+
import * as M from "../lib/matchers.js";
|
|
10
|
+
import { compactMap } from "../lib/primitives.js";
|
|
11
|
+
import { safeParse } from "../lib/schemas.js";
|
|
12
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
13
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
14
|
+
import { pathToFunc } from "../lib/url.js";
|
|
15
|
+
import { CompaiError } from "../models/errors/compai-error.js";
|
|
16
|
+
import {
|
|
17
|
+
ConnectionError,
|
|
18
|
+
InvalidRequestError,
|
|
19
|
+
RequestAbortedError,
|
|
20
|
+
RequestTimeoutError,
|
|
21
|
+
UnexpectedClientError,
|
|
22
|
+
} from "../models/errors/http-client-errors.js";
|
|
23
|
+
import * as errors from "../models/errors/index.js";
|
|
24
|
+
import { ResponseValidationError } from "../models/errors/response-validation-error.js";
|
|
25
|
+
import { SDKValidationError } from "../models/errors/sdk-validation-error.js";
|
|
26
|
+
import * as models from "../models/index.js";
|
|
27
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
28
|
+
import { Result } from "../types/fp.js";
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Calls a query at the path orgs.js:getInvitationForMe
|
|
32
|
+
*/
|
|
33
|
+
export function orgsGetInvitationForMe(
|
|
34
|
+
client: CompaiCore,
|
|
35
|
+
request: models.RequestOrgsGetInvitationForMe,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): APIPromise<
|
|
38
|
+
Result<
|
|
39
|
+
models.ResponseOrgsGetInvitationForMe,
|
|
40
|
+
| errors.FailedResponseError
|
|
41
|
+
| CompaiError
|
|
42
|
+
| ResponseValidationError
|
|
43
|
+
| ConnectionError
|
|
44
|
+
| RequestAbortedError
|
|
45
|
+
| RequestTimeoutError
|
|
46
|
+
| InvalidRequestError
|
|
47
|
+
| UnexpectedClientError
|
|
48
|
+
| SDKValidationError
|
|
49
|
+
>
|
|
50
|
+
> {
|
|
51
|
+
return new APIPromise($do(
|
|
52
|
+
client,
|
|
53
|
+
request,
|
|
54
|
+
options,
|
|
55
|
+
));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
async function $do(
|
|
59
|
+
client: CompaiCore,
|
|
60
|
+
request: models.RequestOrgsGetInvitationForMe,
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): Promise<
|
|
63
|
+
[
|
|
64
|
+
Result<
|
|
65
|
+
models.ResponseOrgsGetInvitationForMe,
|
|
66
|
+
| errors.FailedResponseError
|
|
67
|
+
| CompaiError
|
|
68
|
+
| ResponseValidationError
|
|
69
|
+
| ConnectionError
|
|
70
|
+
| RequestAbortedError
|
|
71
|
+
| RequestTimeoutError
|
|
72
|
+
| InvalidRequestError
|
|
73
|
+
| UnexpectedClientError
|
|
74
|
+
| SDKValidationError
|
|
75
|
+
>,
|
|
76
|
+
APICall,
|
|
77
|
+
]
|
|
78
|
+
> {
|
|
79
|
+
const parsed = safeParse(
|
|
80
|
+
request,
|
|
81
|
+
(value) =>
|
|
82
|
+
z.parse(models.RequestOrgsGetInvitationForMe$outboundSchema, value),
|
|
83
|
+
"Input validation failed",
|
|
84
|
+
);
|
|
85
|
+
if (!parsed.ok) {
|
|
86
|
+
return [parsed, { status: "invalid" }];
|
|
87
|
+
}
|
|
88
|
+
const payload = parsed.value;
|
|
89
|
+
const body = encodeJSON("body", payload, { explode: true });
|
|
90
|
+
|
|
91
|
+
const path = pathToFunc("/api/run/orgs/getInvitationForMe")();
|
|
92
|
+
|
|
93
|
+
const headers = new Headers(compactMap({
|
|
94
|
+
"Content-Type": "application/json",
|
|
95
|
+
Accept: "application/json",
|
|
96
|
+
}));
|
|
97
|
+
|
|
98
|
+
const secConfig = await extractSecurity(client._options.bearerAuth);
|
|
99
|
+
const securityInput = secConfig == null ? {} : { bearerAuth: secConfig };
|
|
100
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
101
|
+
|
|
102
|
+
const context = {
|
|
103
|
+
options: client._options,
|
|
104
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
105
|
+
operationID: "orgs_getInvitationForMe",
|
|
106
|
+
oAuth2Scopes: null,
|
|
107
|
+
|
|
108
|
+
resolvedSecurity: requestSecurity,
|
|
109
|
+
|
|
110
|
+
securitySource: client._options.bearerAuth,
|
|
111
|
+
retryConfig: options?.retries
|
|
112
|
+
|| client._options.retryConfig
|
|
113
|
+
|| { strategy: "none" },
|
|
114
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
const requestRes = client._createRequest(context, {
|
|
118
|
+
security: requestSecurity,
|
|
119
|
+
method: "POST",
|
|
120
|
+
baseURL: options?.serverURL,
|
|
121
|
+
path: path,
|
|
122
|
+
headers: headers,
|
|
123
|
+
body: body,
|
|
124
|
+
userAgent: client._options.userAgent,
|
|
125
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
126
|
+
}, options);
|
|
127
|
+
if (!requestRes.ok) {
|
|
128
|
+
return [requestRes, { status: "invalid" }];
|
|
129
|
+
}
|
|
130
|
+
const req = requestRes.value;
|
|
131
|
+
|
|
132
|
+
const doResult = await client._do(req, {
|
|
133
|
+
context,
|
|
134
|
+
isErrorStatusCode: (statusCode: number) =>
|
|
135
|
+
matchStatusCode({ status: statusCode } as Response, ["4XX", "5XX"]),
|
|
136
|
+
retryConfig: context.retryConfig,
|
|
137
|
+
retryCodes: context.retryCodes,
|
|
138
|
+
});
|
|
139
|
+
if (!doResult.ok) {
|
|
140
|
+
return [doResult, { status: "request-error", request: req }];
|
|
141
|
+
}
|
|
142
|
+
const response = doResult.value;
|
|
143
|
+
|
|
144
|
+
const responseFields = {
|
|
145
|
+
HttpMeta: { Response: response, Request: req },
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
const [result] = await M.match<
|
|
149
|
+
models.ResponseOrgsGetInvitationForMe,
|
|
150
|
+
| errors.FailedResponseError
|
|
151
|
+
| CompaiError
|
|
152
|
+
| ResponseValidationError
|
|
153
|
+
| ConnectionError
|
|
154
|
+
| RequestAbortedError
|
|
155
|
+
| RequestTimeoutError
|
|
156
|
+
| InvalidRequestError
|
|
157
|
+
| UnexpectedClientError
|
|
158
|
+
| SDKValidationError
|
|
159
|
+
>(
|
|
160
|
+
M.json(200, models.ResponseOrgsGetInvitationForMe$inboundSchema),
|
|
161
|
+
M.jsonErr(400, errors.FailedResponseError$inboundSchema),
|
|
162
|
+
M.jsonErr(500, errors.FailedResponseError$inboundSchema),
|
|
163
|
+
M.fail("4XX"),
|
|
164
|
+
M.fail("5XX"),
|
|
165
|
+
)(response, req, { extraFields: responseFields });
|
|
166
|
+
if (!result.ok) {
|
|
167
|
+
return [result, { status: "complete", request: req, response }];
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
return [result, { status: "complete", request: req, response }];
|
|
171
|
+
}
|