UNPKG

@lob/lob-typescript-sdk

Version:
24 lines (23 loc) 1 kB
import { Configuration } from "../configuration"; import { AddressEditable } from "../models"; export declare const URL_VALID_LIST: string[]; export declare const DATE_FILTER: { gt: string; lt: string; }; export declare const DATE_CREATED_QUERY_STRING: string; export declare const DATE_MODIFIED_QUERY_STRING: string; export declare const DATE_SEND_QUERY_STRING: string; export declare const FILE_LOCATION: string; export declare const FILE_LOCATION_6X18: string; export declare const FILE_LOCATION_8X11: string; export declare const FILE_LOCATION_4X6: string; export declare const METADATA_OBJECT: { [key: string]: string; }; export declare const METADATA_QUERY_STRING: string; export declare const CONFIG_FOR_INTEGRATION: Configuration; export declare const CONFIG_FOR_INTEGRATION_WITH_LIVE: Configuration; export declare const CONFIG_FOR_UNIT: Configuration; export declare const CONFIG_WITH_BASE_OPTIONS_FOR_UNIT: Configuration; export declare const ADDRESSES_EDITABLE: AddressEditable[];