UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

17 lines 845 B
import { Realm } from '@sage-bionetworks/synapse-client'; import { RealmPrincipal } from '@sage-bionetworks/synapse-client/generated/models/RealmPrincipal'; /** * Mock realm principal ID values from realm '0' for use in tests and mocks. * These match the legacy hard-coded values for backwards compatibility. */ export declare const MOCK_AUTHENTICATED_PRINCIPAL_ID = 273948; export declare const MOCK_PUBLIC_PRINCIPAL_ID = 273949; export declare const MOCK_ANONYMOUS_PRINCIPAL_ID = 273950; export declare const MOCK_PUBLIC_PRINCIPAL_IDS: number[]; export declare const MOCK_REALM: Realm; /** * Mock realm principals for testing. * Uses the legacy hard-coded values from realm '0' for backwards compatibility with existing tests. */ export declare const MOCK_REALM_PRINCIPAL: RealmPrincipal; //# sourceMappingURL=mockRealmPrincipal.d.ts.map