UNPKG

@rudderstack/integrations-lib

Version:
105 lines 2.28 kB
export declare const NETWORK_STATUS_ERR_MAP: { EACCES: { status: number; message: string; }; EADDRINUSE: { status: number; message: string; }; ECONNREFUSED: { status: number; message: string; }; ECONNRESET: { status: number; message: string; }; EEXIST: { status: number; message: string; }; EISDIR: { status: number; message: string; }; EMFILE: { status: number; message: string; }; ENOENT: { status: number; message: string; }; ENOTDIR: { status: number; message: string; }; ENOTEMPTY: { status: number; message: string; }; ENOTFOUND: { status: number; message: string; }; EPERM: { status: number; message: string; }; EPIPE: { status: number; message: string; }; ETIMEDOUT: { status: number; message: string; }; }; export declare const GENERIC_MAPPING_CONFIG: { address: string[]; createdAt: string[]; createdAtOnly: string[]; email: string[]; emailOnly: string[]; timestamp: string[]; historicalTimestamp: string[]; traits: string[]; groupId: string[]; groupTraits: string[]; userId: string[]; userIdOnly: string[]; name: string[]; title: string[]; firstName: string[]; lastName: string[]; middleName: string[]; gender: string[]; phone: string[]; pageTitle: string[]; pageUrl: string[]; pagePath: string[]; website: string[]; GApageUrl: string[]; GApageRef: string[]; GApageTitle: string[]; GApageSearch: string[]; birthday: string[]; state: string[]; country: string[]; region: string[]; city: string[]; avatar: string[]; zipcode: string[]; sessionId: string[]; }; export declare const MappedToDestinationKey = "context.mappedToDestination"; export declare const GENERIC_TRUE_VALUES: string[]; export declare const GENERIC_FALSE_VALUES: string[]; export declare const LOGLEVELS: { debug: number; info: number; warn: number; error: number; }; //# sourceMappingURL=constants.d.ts.map