@cfxlabsinc/b2b-services
    Preparing search index...

    Read-only interactions with the per-customer origin allowlist

    Hierarchy (View Summary)

    Index
    db: B2bDatabase
    • Parameters

      • __namedParameters: { customerId: string; origin?: string; page?: number; pageSize?: number }
        • customerId: string
        • Optionalorigin?: string

          Exact-match filter on the canonical origin

        • Optionalpage?: number

          Defaults to 1

        • OptionalpageSize?: number

          Defaults to 50

      Returns Promise<
          {
              ok: true;
              value: { hasNext: boolean; items: CustomerOrigin[]; total: number };
          },
      >

      The customer's allowlisted origins, ordered by origin, paginated.