Skip to main content
Version: Current

packages

  • GrantEntitlementsRequest

    Defines a request that grants a package entitlements to access a record.

    Members

    • expireTimeMs number

      The time that the entitlements should expire.

    • features EntitlementFeature[]

      The features that should be granted.

    • packageId string

      The ID of the package that should be granted entitlements.

    • recordName string

      The name of the record that the entitlements cover.

    • scope "designated"

      The scope that the entitlements should have.

  • GrantRecordEntitlementsRequest

    Defines a request that revokes an entitlement grant from a package.

    Members

    • grantId string

      The ID of the entitlement grant to revoke.

  • PackageRecord

    Defines a record that represents a notification. That is, a way for users to be notified of something.

    Members

    • address string

      The address of the record.

    • id string

      The ID of the package.

    • markers string[]

      The markers that are associated with the record.