npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@reapit/gbl-pp-owner-api-ts-definitions

v1.0.4

Published

TypeScript type definitions for the PayProp Owner API

Downloads

344

Readme

gbl-pp-owner-api-ts-definitions

TypeScript type definitions for the PayProp Owner API.

Installation

yarn add @reapit/gbl-pp-owner-api-ts-definitions

Usage

import type {
  AgencyModel,
  AgenciesPagedResult,
} from "@reapit/gbl-pp-owner-api-ts-definitions";

All types are exported from the package root. Hover over any property in your editor to see its JSDoc description sourced directly from the API schema.

API Reference

Available Types

Owner API

| Type | Description | | ----------------------------------------- | ----------------------------------------------------------- | | AgencyModel | Full agency entity | | AgenciesPagedResult | Paginated response from GET /agencies | | AgenciesQueryParams | Query parameters for GET /agencies | | AgenciesInvoicesModel | Agency invoice item | | AgenciesInvoicesPagedResult | Paginated response from GET /agencies/invoices | | AgenciesInvoicesQueryParams | Query parameters for GET /agencies/invoices | | AgencyBasicModel | Minimal agency summary used in related resources | | AttachmentModel | File attachment | | AttachmentsPagedResult | Paginated response from GET /attachments/{source} | | AttachmentsQueryParams | Query parameters for GET /attachments/{source} | | BeneficiaryModel | Full beneficiary entity | | BeneficiariesPagedResult | Paginated response from GET /beneficiaries | | BeneficiariesQueryParams | Query parameters for GET /beneficiaries | | BeneficiaryBasicModel | Minimal beneficiary summary used in related resources | | PropertyModel | Full property entity | | PropertiesPagedResult | Paginated response from GET /properties | | PropertiesQueryParams | Query parameters for GET /properties | | PropertyBasicModel | Minimal property summary used in related resources | | PaymentsIncomingModel | Incoming payment item | | PaymentsIncomingPagedResult | Paginated response from GET /payments/incoming | | PaymentsIncomingQueryParams | Query parameters for GET /payments/incoming | | PaymentsOutgoingModel | Outgoing payment item | | PaymentsOutgoingPagedResult | Paginated response from GET /payments/outgoing | | PaymentsOutgoingQueryParams | Query parameters for GET /payments/outgoing | | PaymentsCombinedModel | Combined incoming/outgoing payment item | | PaymentsCombinedPagedResult | Paginated response from GET /payments/combined | | PaymentsCombinedQueryParams | Query parameters for GET /payments/combined | | PaymentsSummaryModel | Payment summary response from GET /payments/summary | | PaymentsSummaryQueryParams | Query parameters for GET /payments/summary | | PaymentBatchModel | Outgoing batch payment information | | PaymentsOutgoingOriginModel | Individual payment origin entry | | OwnershipModel | Ownership record | | OwnershipsPagedResult | Paginated response from GET /ownerships | | OwnershipsQueryParams | Query parameters for GET /ownerships | | TenantModel | Full tenant entity | | TenantsPagedResult | Paginated response from GET /tenants | | TenantsQueryParams | Query parameters for GET /tenants | | TenantsBalancesModel | Tenant balance item | | TenantsBalancesPagedResult | Paginated response from GET /tenants/balances | | TenantsBalancesQueryParams | Query parameters for GET /tenants/balances | | TenantsTenanciesModel | Tenancy record | | TenantsTenanciesPagedResult | Paginated response from GET /tenants/tenancies | | TenantsTenanciesQueryParams | Query parameters for GET /tenants/tenancies | | TenantBasicModel | Minimal tenant summary used in related resources | | PaginationModel | Pagination metadata | | AddressModel | Address entity | | ExternalID | PayProp external ID (alphanumeric string) | | AmountBase | Decimal monetary amount | | AmountNullable | Nullable decimal monetary amount | | DateString | ISO date string (YYYY-MM-DD) | | DateStringNullable | Nullable ISO date string (YYYY-MM-DD) | | ErrorResponseModel | Standard API error response | | ErrorItemModel | Individual error item | | DocumentsCsvPaymentsIncomingQueryParams | Query parameters for GET /documents/csv/payments/incoming | | DocumentsCsvPaymentsOutgoingQueryParams | Query parameters for GET /documents/csv/payments/outgoing | | DocumentsCsvPaymentsCombinedQueryParams | Query parameters for GET /documents/csv/payments/combined |

One Portal API

| Type | Description | | ---------------------------------------- | ---------------------------------------------------------------------------- | | UserModel | Full user response (Cognito user + metadata) | | PrivateUsersQueryParams | Query parameters for GET /private/users | | UserCognitoModel | Cognito user object from AdminCreateUserCommand | | UserCognitoAttributeModel | Individual Cognito user attribute (name/value pair) | | UserRoleModel | User role enum (owner | tenant) | | PublicMetadataModel | Metadata returned by GET /public/metadata and in user responses | | PublicMetadataQueryParams | Query parameters for GET /public/metadata | | MetadataPayloadModel | Partial metadata payload for PUT /public/metadata and PUT /private/users | | PublicMetadataUpdateQueryParams | Query parameters for PUT /public/metadata | | OwnerMetadataModel | Owner-specific metadata | | OwnerMetadataPayloadModel | Partial owner metadata for write operations (all fields optional) | | TenantMetadataModel | Tenant-specific metadata | | TenantMetadataPayloadModel | Partial tenant metadata for write operations (all fields optional) | | UserAddressModel | Address associated with a user | | PrivateUserUpdateRequestModel | Request body for PUT /private/users | | PrivateUsersUpdateQueryParams | Query parameters for PUT /private/users | | PrivateUserCreateRequestModel | Request body for POST /private/users (owner or tenant union) | | PrivateUserCreateOwnerRequestModel | Request body for POST /private/users when creating an owner | | PrivateUserCreateTenantRequestModel | Request body for POST /private/users when creating a tenant | | PrivateSendOwnerInvitationRequestModel | Request body for POST /private/send-owner-invitation | | PrivateSendOwnerInvitationItemModel | Single invitation entry (requires id or email) | | PrivateSendOwnerInvitationModel | Response from POST /private/send-owner-invitation |