
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@procore/js-sdk-endpoints
Advanced tools
Generates typescript wrapper functions and interface definitions for the procore API.
yarn add -D @procore/js-sdk-endpoints
node-procore-endpoints lib -i index.ts -d endpoints
interface DirectCosts {
action: string;
qs?: any;
id?: number;
project_id: number;
}
function directCosts({ action, qs, id, project_id }: DirectCosts): any {
return {
base: '/vapid/projects/{project_id}/direct_costs',
action,
params: { id, project_id },
qs
}
}
export default directCosts
lib/endpoints
βββ accident-logs.ts
βββ authentication.ts
βββ bids.ts
βββ budget-line-items.ts
βββ budget-modifications.ts
βββ calendar-events.ts
βββ call-logs.ts
βββ change-events.ts
βββ change-order-change-reasons.ts
βββ change-order-packages.ts
βββ change-order-requests.ts
βββ change-orders.ts
βββ change-types.ts
βββ checklists.ts
βββ communications.ts
βββ companies.ts
βββ company-folders-and-files.ts
βββ company-insurances.ts
βββ company-offices.ts
βββ company-users.ts
βββ company-vendor-insurances.ts
βββ company-vendors.ts
βββ contract-payments.ts
βββ cost-codes.ts
βββ daily-construction-report-logs.ts
βββ dashboards.ts
βββ delivery-logs.ts
βββ departments.ts
βββ direct-costs.ts
βββ draw-requests.ts
βββ drawings.ts
βββ dumpster-logs.ts
βββ equipment-logs.ts
βββ equipment.ts
βββ image-categories.ts
βββ images.ts
βββ inspection-logs.ts
βββ line-item-types.ts
βββ locations.ts
βββ manpower-logs.ts
βββ markup-attachments.ts
βββ markup-layer-elements.ts
βββ markup-layers.ts
βββ me.ts
βββ meetings.ts
βββ notes-logs.ts
βββ observations.ts
βββ permission-templates.ts
βββ permissions.ts
βββ plan-revision-logs.ts
βββ potential-change-orders.ts
βββ prime-contracts.ts
βββ productivity-logs.ts
βββ programs.ts
βββ project-configuration.ts
βββ project-dates.ts
βββ project-folders-and-files.ts
βββ project-insurances.ts
βββ project-roles.ts
βββ project-stages.ts
βββ project-templates.ts
βββ project-tools.ts
βββ project-types.ts
βββ project-users.ts
βββ project-vendor-insurances.ts
βββ project-vendors.ts
βββ projects.ts
βββ punch-item-assignments.ts
βββ punch-item-types.ts
βββ punch-items.ts
βββ punch-list-assignee-options.ts
βββ purchase-order-contracts.ts
βββ quantity-logs.ts
βββ reports.ts
βββ requested-changes.ts
βββ resources.ts
βββ rfi-replies.ts
βββ rfis.ts
βββ rfqs.ts
βββ safety-violation-logs.ts
βββ schedule-integration.ts
βββ schedule-type.ts
βββ specification-section-divisions.ts
βββ specification-section-revisions.ts
βββ specification-sections.ts
βββ specification-sets.ts
βββ specification-uploads.ts
βββ sticky-filters.ts
βββ sub-jobs.ts
βββ submittals.ts
βββ tasks.ts
βββ timecard-entries.ts
βββ timecards.ts
βββ todos.ts
βββ toolfavorites.ts
βββ trades.ts
βββ transmittals.ts
βββ user-access-level.ts
βββ waste-logs.ts
βββ weather-logs.ts
βββ work-logs.ts
βββ work-order-contracts.ts
Bug reports and pull requests are welcome on GitHub at https://github.com/procore/node-procore-endpoints. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The package is available as open source under the terms of the MIT License.

Manage Version is maintained by Procore Technologies.
Procore - building the software that builds the world.
Learn more about the #1 most widely used construction management software at procore.com
FAQs
generates endpoint functions for node-procore sdk
The npm package @procore/js-sdk-endpoints receives a total of 148 weekly downloads. As such, @procore/js-sdk-endpoints popularity was classified as not popular.
We found that @procore/js-sdk-endpoints demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 27 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: whatβs affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.