@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
66 lines • 2.44 kB
TypeScript
import { product1 as productFixture1, product2 as productFixture2 } from '~/productRepository/tests/integration/setup';
export { productFixture1, productFixture2 };
export declare const BASE_URL = "https://apix.sg.amity.co";
export declare const imagePost: Amity.InternalPost<any>;
export declare const videoPost: Amity.InternalPost<any>;
export declare const pollPost: Amity.InternalPost<any>;
export declare const livestreamPost: Amity.InternalPost<any>;
export declare const clipPost: Amity.InternalPost<any>;
export declare const roomPost: Amity.InternalPost<any>;
export declare const textPostWithProductTags: Amity.InternalPost<any>;
export declare const imagePostWithAttachmentProductTags: Amity.InternalPost<any>;
export declare const postWithMultipleProductTags: Amity.InternalPost<any>;
export declare const roomPostWithProductTags: Amity.InternalPost<any>;
export declare const roomPostWithPinnedProduct: Amity.InternalPost<any>;
export declare const createPostPayload: {
posts: Amity.Post<any>[];
users: Amity.User[];
postChildren: never[];
communities: never[];
communityUsers: never[];
categories: never[];
comments: never[];
feeds: never[];
files: never[];
videoStreamings: never[];
videoStreamingChildren: never[];
rooms: never[];
products: never[];
};
export declare const getPostPayload: {
posts: Amity.Post<any>[];
users: Amity.User[];
postChildren: never[];
communities: never[];
communityUsers: never[];
categories: never[];
comments: never[];
feeds: never[];
files: never[];
videoStreamings: never[];
videoStreamingChildren: never[];
rooms: never[];
products: never[];
};
export declare const queryPostsPayload: {
posts: Amity.Post<any>[];
users: Amity.User[];
paging: {
next: undefined;
};
postChildren: never[];
communities: never[];
communityUsers: never[];
categories: never[];
comments: never[];
feeds: never[];
files: never[];
videoStreamings: never[];
videoStreamingChildren: never[];
rooms: never[];
products: never[];
};
export declare function buildPostPayload(post: Amity.InternalPost, extras?: Partial<Amity.PostPayload>): Amity.PostPayload;
export declare const handlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
export declare const server: import("msw/node").SetupServerApi;
//# sourceMappingURL=setup.d.ts.map